

body {
  background-color: #ededed;
  background-image: none;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  
}

h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 2px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 2px;
  font-size: 25px;
  line-height: 38px;
  font-weight: 300;
  text-align: left;
}

h3 {
  margin-top: 10px;
  margin-bottom: 8px;
  padding-top: 2px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
}

h4 {
  margin-top: 10px;
  margin-bottom: 6px;
  padding-top: 4px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
}

h5 {
  margin-top: 0px;
  margin-bottom: 3px;
  padding-top: 2px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  display: block;
  max-width: 800px;
  margin: 5px 0px 30px;
  float: none;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

a {
  
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  min-height: 48px;
  min-width: auto;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 14px auto;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 4px;
  background-color: #69d2c3;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #4eb8a9;
}

.button.secondary {
  padding-top: 13px;
  padding-bottom: 13px;
  float: none;
  border: 2px solid #69d2c3;
  background-color: #fff;
  color: #69d2c3;
}



.button.secondary:hover {
        background-color: #f5f5f5;
    }



.button.small {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 75px;
        min-height: 20px;
        min-width: 30px;
        margin-right: 1px;
        margin-bottom: 1px;
        margin-top: 1px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 20px;
        float: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -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: 4px;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }


.button.tertiary {
  padding: 13px 50px;
  float: none;
  border: 2px solid #ccc;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease, color 500ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, color 500ms ease;
  color: #999;
  text-transform: uppercase;
}

.button.tertiary:hover {
  border-color: #69d2c3;
  color: #69d2c3;
}

.button.disabled {
  background-color: #ddd;
  color: rgba(65, 65, 66, 0.49);
}

.button.preview {
  margin-top: 16px;
  margin-bottom: 31px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px solid #69d2c3;
  background-color: transparent;
  color: #3da596;
  font-size: 14px;
}

.button.full-width {
  max-width: none;
}

.button.full {
  max-width: none;
}

.section-header {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 65px;
  font-weight: 300;
  text-align: left;
}

.section-header.light {
  margin-bottom: 45px;
  color: #fff;
}

.section-header.extra-under {
  margin-bottom: 24px;
  padding-top: 0px;
}

.container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
  padding: 50px 80px;
  border-radius: 4px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  text-align: left;
}

.container.empty {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px none #69d2c3;
  background-color: transparent;
  font-family: Roboto, sans-serif;
}

.container.empty._0 {
  padding-right: 0px;
  padding-left: 0px;
}

.container.front-page {

  padding-top: 100px;
}

.buttons-row {
  margin-bottom: 0px;
  padding-top: 4px;
}

._50 {
  width: 50%;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-bottom: 0px;
  float: left;
  font-size: 16px;
}

._50.no-padding {
  padding-right: 0px;
}

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

.field-label {
  margin-bottom: 12px;
  padding-top: 4px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.text-field {
  height: 50px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-top: 1px none #000;
  border-right: 1px none #000;
  border-left: 1px none #000;
  background-color: #f5f5f5;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
}

.text-field:hover {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: #999;
  border-left-style: none;
  background-color: transparent;
}

.text-field:focus {
  padding-bottom: 13px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #fdbb30 #fdbb30 #69d2c3;
}

.text-field.last {
  margin-bottom: 20px;
}

.text-field.multiline {
  height: 40px;
  min-height: 60px;
  padding-bottom: 80px;
  min-width:100%;
}

.text-field._100 {
  width: 100%;
}

.text-field._50 {
    width: 50%;
 }


.text-field._40 {
        width: 40%;
    }

.text-field._30 {
  margin-right: 13px;
  margin-left: -1px;
}


.text-field.datedropdown {
        width:100px;
    }
.text-field.datedropdownwithall {
        width: 125px;
    }

.text-field.columnnamedropdown {
        width: 400px;
    }

.modals {
  min-height: 600px;
  margin-bottom: 50px;
  padding: 120px 50px 80px;
  background-color: #666;
  color: #999;
}

.modal-box {
  display: block;
  width: 100%;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 40px;
  border-radius: 4px;
  background-color: #fff;
  text-align: left;
}

    .modal-box.login {
        min-width:400px;
        max-width:500px;
       padding-bottom: 40px;
        padding-top: 10px;
        padding-right: 30px;
        padding-left: 30px;
    }

.checkbox-field {
  margin-bottom: 14px;
  padding-top: 3px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.checkbox {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  float: left;
}

.navbar {
  position: relative;
  z-index: 2000;
  width: 100%;
  background-color: rgba(65, 65, 66, 0.85);
}

.logo {
  width: auto;
  min-height: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.logo.w--current {
  width: auto;
}

.logo.w--current:hover {
  opacity: 0.8;
}

.select-field {
  height: 50px;
  margin-top: 15px;
  margin-bottom: 30px;
  background-color: #f2f3f3;
  color: #414142;
}

.select-field:focus {
  border: 1px solid #f7446b;
}

.radio-button-field {
  margin-bottom: 24px;
  padding-top: 2px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 5px;
}

.dropdown-toggle {
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 60px;
  background-color: #f5f5f5;
  box-shadow: 0 1px 0 0 #cfcfd0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  text-align: left;
}

.dropdown-list.w--open {
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-link {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #414142;
  font-size: 13px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: #69d2c3;
  color: #fff;
}

.dropdown-link:active {
  background-color: #3da596;
}

.dropdown-link.w--current {
  color: #3da596;
}

.dropdown-icon {
  color: rgba(65, 65, 66, 0.49);
}

.unordered-list {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-left: 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.list-item {
  margin-top: 0px;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-bottom: 2px;
  line-height: 30px;
  list-style-type: decimal;
}

.colour-palette-div {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-radius: 500px;
  background-color: #69d2c3;
}

.colour-palette-div.secondary {
  background-color: #3da596;
}

.colour-palette-div.tertiary {
  background-color: #fff;
}

.colour-palette-div.tertiary.small {
  background-color: #414142;
}

.colour-palette-div.mint {
  width: 100px;
  height: 100px;
  background-color: #000;
}

.colour-palette-div.salmon {
  background-color: #666;
}

.colour-palette-div.sky {
  background-color: #999;
}

.colour-palette-div.small {
  width: 40px;
  height: 40px;
}

.colour-row {
  margin-bottom: 50px;
  padding-top: 5px;
}

.colour-row.small {
  margin-top: 20px;
  margin-bottom: 30px;
}

.spacer {
  height: 50px;
  margin-bottom: 6px;
}

.tab {
  height: auto;
  margin-right: 5px;
  margin-bottom: 0px;
  padding: 15px 60px;
  float: left;
  border-radius: 5px;
  background-color: #ddd;
  font-family: Roboto, sans-serif;
  color: #777;
  font-size: 15px;
  text-align: center;
}

.tab:hover {
  color: #000;
}

.tab.w--current {
  height: auto;
  margin-bottom: 0px;
  padding: 15px 60px 20px;
  border-bottom: 2px none #f7446b;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 700;
}

.tab.w--current:hover {
  color: #000;
}

.tabs-content {
  margin-bottom: 30px;
  padding: 30px 30px 20px;
  border: 2px none #f2f3f3;
  background-color: #fff;
}

.list-div {
  width: 100%;
  height: auto;
  margin-bottom: 2px;
  padding: 20px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.list-div:hover {
  background-color: #fff;
  color: #000;
}

.list-div:active {
  background-color: #fff;
}

.list-div.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.list-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: -34px;
  float: right;
  background-image: url('../images/chevron_1chevron.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.list-heading {
  margin-bottom: 0px;
  padding-top: 2px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}

.table-div {
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.table-row {
  padding: 15px 10px 20px 20px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.table-row.footer-row {
  padding: 15px 10px 20px 20px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #414142;
  font-size: 14px;
}

.table-col {
  padding-top: 4px;
  line-height: 25px;
}

.list-thumbnail {
  width: 50px;
  height: 50px;
  margin-right: 30px;
  margin-left: 0px;
  float: left;
  border-radius: 100px;
  background-color: #f5f5f5;
  background-image: url('../images/Document.svg');
  background-position: 50% 50%;
  background-size: 40px;
}

.list-thumbnail.green {
  background-color: #69d2c3;
  background-image: url('../images/Desktop-Chart.svg');
  background-size: 40px;
  background-repeat: no-repeat;
}

.list-thumbnail.yellow {
  background-color: #fcb26d;
  background-image: url('../images/Tablet.svg');
  background-size: 40px;
  background-repeat: no-repeat;
}

.list-thumbnail.pink {
  background-color: #fc6586;
  background-image: url('../images/iPhone.svg');
  background-size: 40px;
  background-repeat: no-repeat;
}

.list-thumbnail.blue {
  background-color: #69a8d2;
  background-image: url('../images/Smart-speaker.svg');
  background-size: 40px;
}

.tick {
  width: 15px;
  height: 15px;
  margin-top: -16px;
  float: right;
  background-image: url('../images/grey-tick_1grey-tick.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tick.delete {
  width: 15px;
  height: 15px;
  margin-top: -19px;
  background-image: url('../images/x-icon_1x-icon.png');
}

.tags {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 5px 10px;
  border: 1px solid #cfcfd0;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Roboto, sans-serif;
  color: #4eb8a9;
}

.tags:hover {
  background-color: #414142;
  color: #fff;
}

.calendar {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

._14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.35%;
  height: 8vh;
  min-height: 40px;
  margin-right: -1px;
  padding: 15px 0px;
  float: left;
  -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 #f2f3f3;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

._14:hover {
  background-color: #666;
  color: #fff;
}

._14.selected {
  background-color: #69d2c3;
  color: #fff;
}

._14.greyed {
  background-color: #f9f9f9;
  color: #777;
}

.alert-box {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 3px;
  background-color: #ffd6df;
  color: #414142;
}

.alert-box.yellow {
  background-color: #ffdbba;
  color: #d46600;
}

.alert-box.success {
  background-color: rgba(105, 210, 195, 0.3);
  color: #414142;
}

.alert-text {
  max-width: 800px;
  font-family: Roboto, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.alert-heading {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #080808;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.help-text {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #777;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.help-text.centred {
  font-family: Roboto, sans-serif;
  color: #414142;
  text-align: center;
}

.colour-details-div {
  margin-bottom: 20px;
  padding: 10px 0px 2px;
  background-color: transparent;
  font-family: 'Lineto circular book';
  text-align: center;
}

.delete-box {
  width: 30px;
  height: 30px;
  margin-top: -25px;
  padding-top: 2px;
  float: right;
  border-radius: 4px;
  background-color: #f2f3f3;
  color: #999;
  font-size: 20px;
  text-align: center;
}

.delete-box:hover {
  background-color: #69d2c3;
  color: #fff;
}

.accordion-heading {
  height: auto;
  margin-bottom: 10px;
  padding: 20px 20px 20px 30px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.accordion-heading:hover {
  background-color: #69d2c3;
  color: #fff;
}

.plus {
  margin-top: -2px;
  margin-right: 0px;
  padding-top: 0px;
  float: right;
  color: #69d2c3;
  font-size: 35px;
  font-weight: 400;
}

.accordion-icon {
  width: 20px;
  height: 20px;
  float: right;
  font-size: 33px;
}

.accordion-content {
  height: auto;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 25px 30px 30px;
  background-color: #f9f9f9;
  font-family: 'Lineto circular book';
}

.according-panel {
  margin-bottom: 30px;
}

.form {
  padding-right: 0px;
  text-align: left;
}

.footer-row {
  display: block;
  width: 100%;

  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  text-align: left;
}

.hyperlink {
  border-bottom: 1px dotted #69d2c3;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 500;
 
  text-decoration: none;
}

.hyperlink:hover {
  color: #4eb8a9;
}

.hyperlink.light {
  color: #fff;
}

.hyperlink.hyperlink-small {
  line-height: 16px;
}

.paragraph {
  margin-bottom: 24px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #777;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.paragraph.light {
  color: #fff;
}

.tabs-menu {
  width: 100%;
  height: 55px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #cfcfd0;
}


.body {
    padding-bottom: 0px;
    background-image: url('/PublicPages/ImageRender.aspx?ImageType=BACKGROUND_IMAGE');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Roboto, sans-serif;
    background-attachment: fixed;
}

.h1 {
  margin-left: -3px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 56px;
  font-weight: 300;
}

.h1.light {
  color: #fff;
}

.h2 {
  display: block;
  margin-bottom: 20px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}

.h2.light {
  color: #fff;
}

.h2.messenger {
  float: left;
}

.h3 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.h4 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: left;
}

.h4.light {
  color: #fff;
}

.h4.centred {
  font-weight: 300;
  text-align: center;
}

.left-hand-nav {
  position: fixed;
  z-index: 99;
  display: block;
  overflow: hidden;
  width: 260px;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  -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;
  background-color: transparent;
}

.main-container {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  background-color: transparent;
}

.main-container.styleguide {
 
}

.datalink-links {
  display: inline;
  width: auto;
  min-height: 50px;
  padding: 30px 20px 25px;
  float: left;
  border-style: none none solid;
  border-bottom-width: 4px;
  border-bottom-color: transparent;
  color: #ddd;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.datalink-links:hover {
  padding-top: 27px;
  padding-bottom: 23px;
  padding-left: 20px;
  border-style: solid none none;
  border-top-width: 3px;
  border-top-color: #69d2c3;
  border-bottom-width: 5px;
  border-bottom-color: #69d2c3;
  border-left-width: 3px;
  border-left-color: #69d2c3;
  background-color: transparent;
}

.datalink-links.w--current {
  padding: 27px 25px 25px;
  border-style: solid none none;
  border-top-width: 3px;
  border-top-color: #69d2c3;
  border-bottom-width: 5px;
  border-bottom-color: #69d2c3;
  border-left-width: 5px;
  border-left-color: #69d2c3;
  background-color: transparent;
  background-image: none;
  font-weight: 400;
}

.datalink-links.w--current:hover {
  padding-top: 27px;
  background-color: transparent;
  background-image: none;
  color: #4eb8a9;
}

.datalink-links.dropped {
  margin-right: 15px;
  padding-right: 35px;
}

.panel {
  padding: 30px;
  background-color: #fff;
}

.card {
  display: block;
  min-height: 360px;
  margin: 20px 0px 30px 3px;
  padding: 20px 30px 30px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 24px -15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.card.singlePageCard {
        margin: 20px 13px 30px 13px;
    }

.list-description {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.field-label-2 {
  font-size: 15px;
}

.logo-text {
  color: #fff;
}

.logo-text.w--current {
  display: inline;
  padding-top: 25px;
  padding-left: 0px;
  float: left;
  font-weight: 700;
}

.icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19.5%;
  min-height: 120px;
  min-width: auto;
  margin-right: 1px;
  margin-bottom: 1px;
  float: left;
  background-color: #fff;
}

.icon-div.preview {
  width: 100%;
  min-height: 40px;
  margin-bottom: 15px;
}

.icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.search {
  width: 25%;
  margin-top: -50px;
  margin-right: 20px;
  float: right;
  font-size: 16px;
}

.search-input {
  width: 100%;
  padding: 20px 15px 20px 25px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 50px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.search-input:focus {
  border-color: #69d2c3;
}

.search-button {
  margin-top: -52px;
  padding: 11px 20px;
  float: right;
  border-radius: 50px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
}

.search-button.help-button {
  min-height: 60px;
  margin-top: -70px;
  margin-right: 0px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #282829;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  float: right;
  font-weight: 400;
}

.chat-bubble {
  min-height: 80px;
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f5f5f5;
  font-family: Roboto, sans-serif;
  line-height: 24px;
  text-align: left;
}

.chat-bubble.white {
  border-style: solid;
  border-color: #eee;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.chat-meta {
  display: inline-block;
  margin-bottom: 5px;
  float: none;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.chat-meta.right {
  display: inline-block;
  margin-top: 5px;
  float: right;
  color: #999;
  text-align: right;
}

.calendar-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8vh;
  min-height: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  -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-style: solid;
  border-width: 2px 2px 1px;
  border-color: #f5f5f5;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.segmented-pill {
  width: 33.3%;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #ddd;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #777;
  text-align: center;
}

.segmented-pill.w--current {
  width: 33.3%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  border-color: #ddd;
  background-color: transparent;
  color: #000;
  font-weight: 700;
}

.segmented-pill.middle {
  position: static;
  display: block;
  width: 33.3%;
  margin-right: -1px;
  margin-left: -1px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  text-align: center;
}

.segmented-pill.middle.w--current {
  color: #000;
}

.segmented-pill.middle._50pc {
  float: left;
}

.segmented-pill._50pc {
  width: 50%;
  float: left;
}

.segmented-pill._50pc.w--current {
  display: block;
  float: left;
}

.seg-pane {
  padding: 20px 0px 30px;
}

.chat-container {
  display: block;
  overflow: scroll;
  width: 100%;
  max-height: 310px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #eee;
}

.pill-tag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 1px 10px 0px;
  border-radius: 30px;
  background-color: #fc6586;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.pill-tag.green {
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 1px;
  padding-bottom: 0px;
  background-color: #69d2c3;
  font-family: Roboto, sans-serif;
}

.pill-tag.amber {
  display: inline-block;
  min-width: auto;
  float: none;
  background-color: #fc9b65;
  font-family: Roboto, sans-serif;
}

.pill-tag.grey {
  background-color: #f5f5f5;
  color: #999;
}

.dashboard-cols {
  padding-right: 10px;
  padding-left: 10px;
}

.dashboard-cols.minus {
  padding-right: 20px;
  padding-left: 0px;
}

.dashboard-row {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: -10px;
}

.dashboard-row.help {
  display: block;
  margin: -56px auto 30px;
}

.dashboard-row.front-page {
  margin-bottom: 100px;
}

.dashboard-card {
  width: 100%;
  min-height: 450px;
  margin-bottom: 50px;
  padding: 15px 30px 1px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #ddd;
}

.dashboard-card.dark {
  background-color: #414142;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 66, 0.9)), to(rgba(65, 65, 66, 0.9))), url('../images/Topography-bg.png');
  background-image: linear-gradient(180deg, rgba(65, 65, 66, 0.9), rgba(65, 65, 66, 0.9)), url('../images/Topography-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 960px;
  color: #fff;
}

.dashboard-card.dark.small {
  background-color: #282829;
}

.dashboard-card.small {
  max-height: auto;
  min-height: 240px;
  margin-bottom: 0px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  text-align: center;
  text-decoration: none;
}

.dashboard-card.small:hover {
  box-shadow: none;
}

.dashboard-card.small.dark {
  background-color: #414142;
}

.dashboard-card.small.green {
  background-color: #4eb8a9;
}

.dashboard-card.short {
  min-height: 80px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}

.dashboard-card.short.padding-under {
  margin-bottom: 16px;
}



.donut-chart-text {
  margin-top: 25px;
  margin-bottom: 30px;
  color: #777;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
}

.donut-chart-text.light {
  color: #fff;
  font-weight: 300;
}

.hyberlink-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.progress-bar {
  width: 100%;
  height: 8px;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.progress-bar.dark {
  background-color: #282829;
}

.progress-50 {
  width: 50%;
  height: 8px;
  border-radius: 10px;
  background-color: #fcb26d;
  background-image: url('../images/White-crosshatch_1White crosshatch.png');
  background-position: 0px 0px;
  background-size: 56px;
}

.progress-50.red {
  width: 25%;
  background-color: #fc6586;
}

.progress-50.green {
  width: 85%;
  background-color: #69d2c3;
  background-image: url('../images/White-crosshatch_1White crosshatch.png');
  background-position: 0px 0px;
  background-size: 56px;
}

.progress-50.neutral {
  background-color: #69a8d2;
}

.preview-thumb {
  padding-top: 5px;
  padding-bottom: 10px;
}

.meta-text {
  color: #7a7a7a;
  font-weight: 300;
}

.info-icon {
  width: 20px;
  height: 20px;
  margin-top: 7px;
  margin-right: 16px;
  float: right;
  border-radius: 20px;
  background-color: #757575;
  background-image: url('../images/Info-icon.svg');
  background-position: 50% 50%;
  background-size: 2px;
  background-repeat: no-repeat;
}

.list-details {
  margin-left: 56px;
  padding-bottom: 16px;
  float: none;
  border-bottom: 1px solid #e0e0e0;
  line-height: 20px;
  text-align: left;
}

.list-details.no-line {
  border-bottom-style: none;
  color: #777;
  font-size: 14px;
  font-weight: 300;
}

.text-span {
  float: none;
  color: #000;
}

.circle-avatar {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: 32px;
  float: left;
  border-radius: 80px;
  background-color: #eee;
}

.circle-avatar.folder {
  background-color: #9e9e9e;
  background-image: url('../images/folder-icon_1folder-icon.png');
  background-position: 0px 0px;
  background-size: 40px;
}

.list-item-2 {
  padding: 16px 0px 0px 16px;
  border-style: none;
  font-family: Roboto, sans-serif;
}

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

.chat-popup {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  width: 320px;
  height: 460px;
  min-height: 360px;
  margin-right: 25px;
  margin-bottom: 90px;
  padding: 15px 30px 30px;
  border-radius: 5px;
  background-color: #f5f5f5;
  background-image: url('../images/Topography-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.2);
}

.chat-text-input {
  width: 100%;
  margin-top: 9px;
  margin-right: -46px;
  margin-left: 0px;
  padding-left: 8px;
  border-style: none;
  background-color: #f5f5f5;
}

.chat-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 25px;
  margin-bottom: 30px;
  padding-top: 10px;
  border-radius: 10px;
  background-color: #414142;
  font-size: 18px;
  text-decoration: none;
}

.chat-button:hover {
  background-color: #282829;
}

.tiles-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
}


.close-icon {
  width: 16px;
  height: 16px;
  margin-top: 25px;
  float: right;
  background-image: url('../images/close_1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-block {
  background-image: url('../images/close.svg');
  background-position: 0px 0px;
  background-size: 75px;
  background-repeat: no-repeat;
}

.calendar-container {
  margin-bottom: 30px;
}

.profile-photo {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 200px;
  background-image: url('../images/Tom-Profile.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.subheading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 12px;
  text-align: left;
}


.help-search {
  margin-top: 35px;
  margin-bottom: 30px;
}

.help-search-input {
  min-height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border: 1px solid #414142;
  border-radius: 5px;
  background-color: #282829;
  color: #fff;
}

.help-search-input:focus {
  border-color: #69d2c3;
}

.help-search-input::-webkit-input-placeholder {
  color: #fff;
}

.help-search-input:-ms-input-placeholder {
  color: #fff;
}

.help-search-input::-ms-input-placeholder {
  color: #fff;
}

.help-search-input::placeholder {
  color: #fff;
}

.link {
  color: #3da596;
  text-decoration: none;
}

.bold-text {
  font-weight: 500;
}

.list-container {
  margin-left: 260px;
  padding-top: 0px;
  border-bottom: 1px solid #e0e0e0;
}

.nav-link {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 8px;
  padding: 10px 30px 12px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.nav-link.w--current {
  padding-top: 10px;
  border-radius: 4px;
  background-color: #fff;
  color: #69d2c3;
  font-weight: 500;
  text-align: left;
}

.tab-pane {
  padding: 25px 30px 30px;
  background-color: #fff;
}

.bar-chart {
  display: block;
  width: 20px;
  height: 40vh;
  margin-right: auto;
  margin-left: auto;
  float: left;
  border: 1px none #ddd;
  border-radius: 15px 15px 0px 0px;
  background-color: #69d2c3;
  background-image: url('../images/White-crosshatch_1White crosshatch.png');
  background-position: 0px 0px;
}

.bar-chart._50pc {
  height: 20vh;
}

.bar-chart._75pc {
  height: 30vh;
}

.bar-chart._25pc {
  height: 10vh;
}

.bar-chart-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #ddd;
}

.back-to-top {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-bottom: 25px;
  padding-left: 4px;
  -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: 40px;
  background-color: #414142;
  font-size: 20px;
  text-decoration: none;
}



.h5 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.block-quote {
  max-width: 800px;
  margin-bottom: 40px;
  border-left-color: #69d2c3;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 32px;
  font-weight: 300;
}

.rich-text-block {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.chart-dates {
  margin-top: 15px;
  margin-bottom: 60px;
  color: #999;
}

.short-card-percentage {
  margin-top: 15px;
  float: right;
  color: #777;
  font-size: 30px;
  font-weight: 300;
}

.list-heading-2 {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

.list-container-2 {
  padding-top: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.list-container-2.extra-padding {
  margin-left: 260px;
  padding-top: 80px;
  background-color: #fff;
}

.list-container-2.extra-padding {
  margin-left: 0px;
  padding-top: 30px;
  border-radius: 5px;
}

.meta-text-2 {
  color: #7a7a7a;
  font-weight: 400;
}

.list-item-3 {
  padding: 16px 0px 0px 32px;
  float: none;
  border-style: none;
  text-align: left;
}

.overline {
  margin-bottom: 8px;
  margin-left: 32px;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}

.time-stamp {
  margin-top: -24px;
  margin-right: 24px;
  float: right;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 24px;
  text-align: right;
}

.list-details-3 {
  margin-left: 56px;
  padding-bottom: 24px;
  float: none;
  border-bottom: 1px solid #e0e0e0;
  line-height: 20px;
}

.inbox-container {
  margin-top: 30px;
}

.inbox-left-col {
  padding-left: 0px;
}

.inline-link {
  color: #414142;
  font-weight: 700;
  text-decoration: none;
}

.twitter-link {
  color: #414142;
}

.paragraph-sm {
  margin-top: 14px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #777;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.paragraph-sm.light {
  color: #fff;
}



.hyperlink-small {
  border-bottom: 1px dotted #69d2c3;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.hyperlink-small:hover {
  color: #4eb8a9;
}

.hyperlink-small.light {
  display: inline;
  float: left;
  color: #fff;
}

.icon-3 {
  margin-right: 0px;
}

.dropdown-list-2 {
  margin-top: 2px;
}

.dropdown-list-2.w--open {
  margin-top: 86px;
}

.columns-2 {
  display: block;
}

.text-span-3 {
  text-indent: 30px;
  -webkit-column-count: 2;
  column-count: 2;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.radioBasic {
    text-align: left;
}

.checkboxBasic {
    text-align: left;
}

.surveyselectdiv {
  display: block;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-style: italic;
  text-align: center;
}

.form-block-3 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.surveyform {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.callout {
  position: relative;
  left: 79px;
  top: -20px;
  right: -113px;
  padding-bottom: 0px;
  color: #f7446b;
}

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

.datalinknavbar2 {
    padding-top: 2px;
    background-color: #636364;
    min-height: 64px;
   
}

.brand {
  
}

.datalink-nav {
    border-top: 1px none #000;
    color: #cfcfd0;
    border-width: 1px;
    border-color: #636364;
    border-style: solid;
}

.datalink-nav:hover {
    border-width: 1px;
    border-color: #4eb8a9 #636364 #636364 #636364;
}

.datalink-nav.w--current {
  color: #69d2c3;
}

.container-2 {
 
}

.datalink-nav-drop:hover {
  background-color: #69d2c3;
  color: #f2f3f3;
}

.datalink-nav-drop.w--current {
  color: #282829;
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.empty {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 30px;
  }

  ._50 {
    width: 100%;
    padding-right: 0px;
  }

  .col {
    padding-right: 1px;
  }

  .modals {
    padding-right: 30px;
    padding-left: 30px;
  }

  .navbar {
    position: absolute;
    width: 100%;
    
    height: auto;
    background-color: rgba(65, 65, 66, 0.85);
  }

  .logo {
    float: left;
  }

  .menu-button {
    margin-top: 0px;
    margin-right: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 35px;
  }

  .menu-button.w--open:focus {
    background-color: #414142;
  }

  .table-row {
    padding-left: 10px;
  }

  .table-row.footer-row {
    padding-left: 10px;
  }

  .colour-details-div {
    min-height: 130px;
  }

  .hyperlink {
    display: inline-block;
  }

  .paragraph {
    font-family: Roboto, sans-serif;
  }

  .left-hand-nav {
    position: static;
    display: block;
    width: 100%;
    min-height: auto;
    margin-top: 85px;
    margin-bottom: 40px;
    padding: 40px 30px 30px;
  }

  .main-container {
    width: 100%;
    margin-left: 0%;
    float: none;
  }

  .datalink-links {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    background-color: transparent;
    font-size: 14px;
  }

  .datalink-links:hover {
    padding-right: 15px;
    padding-left: 15px;
    border-left-style: none;
    background-color: transparent;
  }

  .datalink-links.w--current {
    display: block;
    float: left;
  }

  .datalink-links.w--current:hover {
    padding-left: 25px;
  }

  .card {
    width: 100%;
    margin-top: 1px;
  }


    
  .logo-text {
    padding-left: 10px;
  }

  .logo-text.w--current {
    display: inline-block;
    margin-top: 25px;
    padding-top: 0px;
    padding-left: 20px;
  }

  .search {
    width: 33.3%;
  }

  .nav-menu {
    display: inline-block;
    margin-left: auto;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: #414142;
  }

  .segmented-pill {
    width: 33.3%;
    text-align: center;
  }

  .dashboard-cols {
    margin-bottom: 15px;
  }

  .dashboard-card {
    min-height: auto;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }

  .dashboard-card.small {
    margin-bottom: 20px;
  }

  .list-container {
    margin-left: 0px;
  }

  .nav-link {
    width: 49%;
    margin-right: 1%;
    float: left;
    text-align: center;
  }

  .nav-link.w--current {
    width: 100%;
    text-align: center;
  }

  .tab-pane {
    padding-right: 0px;
    padding-left: 0px;
  }

  .left {
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }

  .right {
    float: none;
    text-align: center;
  }

  .list-container-2.extra-padding {
    margin-left: 0px;
  }

  .list-container-2.extra-padding {
    margin-left: 0px;
  }

  .list-details-3 {
    padding-bottom: 24px;
  }

  .inbox-left-col {
    padding-right: 0px;
  }

  .inbox-center-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-sm {
    margin-top: 16px;
    font-family: Roboto, sans-serif;
  }

  .hyperlink-small {
    display: inline-block;
  }

  .columns-2 {
    margin-top: 3px;
  }

  .datalink-nav {
    display: block;
  }

  .icon-4 {
    color: #f2f3f3;
  }

  .nav-menu-2 {
    background-color: #5c5c5c;
  }

  .menu-button-2 {
    background-color: #646464;
  }

  .menu-button-2.w--open {
    background-color: #b1b1b1;
  }
}

.recentlySharedFiles {
    margin-bottom: 10px;
    margin-left: 10px;
}

.surveysRequiringAction {
    margin-bottom: 10px;
    margin-left: 10px;
}


.PageTitle {
    margin-top: 10px;
    margin-bottom: 8px;
    padding-top: 2px;
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}


.column {
    float: left;
    width: 50%;
    padding-right:10px;
}

.column33 {
    float: left;
    width: 33%;
    padding-right: 5px;
}
.column66 {
    float: left;
    width: 66%;
    padding-right: 5px;
}

.column25{
    float: left;
    width: 25%;
    padding-right: 5px;
    text-align:left;
}

.columnShuttleLeft {
    float: left;
    width: 45%;
    padding-left: 5px;
    text-align: right;
}

.columnShuttleRight {
    float: left;
    width: 45%;
    padding-left: 5px;
    
}

.columnShuttleMiddle {
    float: left;
    width: 10%;
    padding-top:50px;
    text-align:center;

}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.bold{
    font-weight:bold;
}


.small {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
}


.dataEntryLabel {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
}

.surveyContainer {
    text-align: left;

    /*Need this for long stretching*/
    padding: 1em;
    background-color: white;
    width: max-content;
}

.permissionEntry {
    text-align: left;
    margin-left: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.moveListbox {
    width: 95%;
    margin-left:2px;
    height: 300px;
    display: block;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.downloadCellDetail
{
    text-align:left;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 64px;
    width: 100%; /* Full width */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    text-align: center;
}

/* Modal Content/Box */


/* The Close Button */
.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #69d2c3;
    color: white;
}

.modal-header-error {
    padding: 2px 16px;
    background-color:tomato;
    color: white;
}

.modal-title {
    font-size: 18px;
    color: black;
    padding: 12px 16px;
    cursor: pointer;
}

/* Modal Body */
.modal-body {
    padding: 12px 16px;
    font-size: 16px;
}

/* Modal Footer */
.modal-footer {
  
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    
}

/* Add Animation */
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        top: 0;
        opacity: 1
    }

    to {
        top: -300px;
        opacity: 0
    }
}


.left {
    float: left;
    text-align: left;
    padding-left: 1em;
   
}

.right {
    float: right;
    text-align: right;
    padding-right: 1em;
   
}