@charset "UTF-8";
/*  ==================================================
  1. Colors
  ==================================================  */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400;1,700&display=swap");
.pending {
  color: #1e9dee; }
  .pending.with-circle:before {
    content: "";
    background: #1e9dee;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-right: .5em;
    margin-top: .4em;
    float: left; }

.incomplete, .outstanding {
  color: #ffa005; }
  .incomplete.with-circle:before, .outstanding.with-circle:before {
    content: "";
    background: #ffa005;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-right: .5em;
    margin-top: .4em;
    float: left; }

.overdue {
  color: #e34041; }
  .overdue.with-circle:before {
    content: "";
    background: #e34041;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-right: .5em;
    margin-top: .4em;
    float: left; }

/*  ==================================================
  2. Mixins
  ==================================================  */
/*Media Queries*/
/*  ==================================================
  3. Variables ~ Media Queries
  ==================================================  */
/*Media Queries*/
.full, .signin-container .signin-body > form > .leftside, .signin-container .signout-body > form > .leftside, .signout-container .signin-body > form > .leftside, .signout-container .signout-body > form > .leftside, .whole {
  width: 100% !important;
  max-width: 100% !important;
  position: relative; }

@media (max-width: 599px) {
  .full-small {
    width: 100% !important; } }

.seventyfive {
  width: 75% !important;
  float: left; }
  @media (max-width: 599px) {
    .seventyfive {
      width: 100% !important; } }
.sixty {
  width: 60% !important;
  float: left; }
  @media (max-width: 599px) {
    .sixty {
      width: 100% !important; } }
.half {
  width: 50% !important;
  float: left;
  position: relative;
  z-index: 9; }
  @media (max-width: 599px) {
    .half {
      width: 100% !important; } }
.qtr {
  width: 25% !important;
  float: left; }
  @media (max-width: 599px) {
    .qtr {
      width: 100% !important; } }
  .qtr.dispute-equally {
    width: 20%;
    margin-right: 2%; }
    @media (max-width: 599px) {
      .qtr.dispute-equally {
        width: 100%;
        margin-right: 0; } }
    .qtr.dispute-equally:last-of-type, .qtr.dispute-equally:last-of-type {
      margin-right: 0; }

.forty {
  width: 40% !important;
  float: left; }
  @media (max-width: 599px) {
    .forty {
      width: 100% !important; } }
.thirtythree {
  width: 33.3% !important;
  float: left; }
  @media (max-width: 599px) {
    .thirtythree {
      width: 100% !important; } }
.twenty {
  width: 20% !important;
  float: left; }
  @media (max-width: 599px) {
    .twenty {
      width: 100% !important; } }
.ten {
  width: 10% !important;
  float: left; }
  @media (max-width: 599px) {
    .ten {
      width: 100% !important; } }
.last {
  float: right !important; }
  @media (max-width: 599px) {
    .last {
      float: left; } }
/*  Placeholder Text  */
/*  Mixin  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* @mixin boxshadow($boxshadow) {
  -moz-box-shadow: -1px 2px 5px 3px rgba(51,51,51,0.10);
  -webkit-box-shadow: -1px 2px 5px 3px rgba(51,51,51,0.1);
  box-shadow: -1px 2px 5px 3px rgba(51,51,51,0.1);
  box-shadow: $boxshadow
} */
/* Truncate */
/* multiline Truncate */
/* IE High Contrast */
/* IE Styles only */
/* Chrome Styles only */
/* Safari Styles only */
/*  ==================================================
  4. RESET
  ==================================================  */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
picture, source {
  display: block; }

nav ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

input, select {
  vertical-align: middle; }

textarea {
  overflow: auto;
  vertical-align: top; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* Overide User Agent Stye Sheet Yellow BG*/
input:-webkit-autofill, textarea:-webkit-autofill {
  background-color: white;
  background-image: none;
  color: black; }

::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  -webkit-appearance: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Accordian */
.tab {
  display: inline-block;
  min-width: 622px; }
  @media (min-width: 1200px) {
    .tab {
      min-width: 540px; } }
  @media (max-width: 1024px) {
    .tab {
      min-width: 469px; } }
  @media (max-width: 1023px) {
    .tab {
      min-width: 569px; } }
  @media only screen and (min-width: 600px) and (max-width: 800px) {
    .tab {
      min-width: 728px; } }
  .tab p {
    font-size: 16px;
    text-transform: none; }
  .tab input {
    display: none; }
  .tab span {
    display: inline-block;
    margin: 0;
    border: 1px solid #01336a;
    padding: 7px 10px 10px;
    border-bottom: 1px solid #bebdbd;
    text-align: center;
    z-index: 8;
    margin-left: 10px;
    position: relative;
    float: left;
    border-radius: 3px; }
    .tab span a {
      color: #01336a;
      font-size: 16px; }
      @media (min-width: 1200px) {
        .tab span a {
          font-size: 14px; } }
      @media (max-width: 1024px) {
        .tab span a {
          font-size: 12px; } }
      @media (max-width: 1023px) {
        .tab span a {
          font-size: 13px; } }
      @media only screen and (min-width: 600px) and (max-width: 800px) {
        .tab span a {
          font-size: 15px; } }
      @media only screen and (max-width: 599px) {
        .tab span a {
          font-size: 12px; } }
      .tab span a:hover {
        color: #555; }
  .tab span.unsaved a {
    color: #cf7800 !important;
    font-family: 'lato'; }
    .tab span.unsaved a:before {
      font-family: 'fontAwesome';
      content: '\f192';
      font-size: small;
      padding-right: 5px; }
  .tab span.active {
    padding: 7px 10px 10px;
    border: 1px solid #bebdbd;
    float: left;
    display: inline-block;
    border-bottom: 1px solid white;
    position: relative;
    z-index: 10;
    border-radius: 3px; }
    .tab span.active a {
      color: #555; }

.tabContent {
  border: 1px solid #bebdbd;
  padding: 30px;
  width: 100%;
  position: relative;
  z-index: 9;
  float: left;
  margin-bottom: 50px;
  margin-top: -6px;
  background-color: white; }
  .tabContent p {
    font-size: 14px;
    line-height: 22px; }
  .tabContent h4 {
    color: #012955;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1em;
    text-transform: uppercase; }
  .tabContent a {
    font-size: 14px;
    line-height: 22px;
    text-decoration: underline; }
  .tabContent ul {
    padding: 10px 0;
    display: inline-block; }
  .tabContent li {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    width: 100%; }
  .tabContent hr {
    margin: 15px 0; }
  .tabContent img {
    display: inline-block;
    width: 100%;
    padding: 0 20px 20px 0px; }
  .tabContent label {
    width: 100%;
    display: block;
    margin-bottom: 0.5em; }
    .tabContent label span {
      color: #323232;
      float: none !important;
      font-size: 15px;
      font-weight: 600; }
  .tabContent span.cashOnly {
    border: 0;
    margin-bottom: 0.25em;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%; }
  .tabContent .forty {
    padding-right: 0 !important; }
    @media (max-width: 1024px) {
      .tabContent .forty {
        display: none; } }
    @media only screen and (min-width: 600px) and (max-width: 800px) {
      .tabContent .forty {
        display: block; } }
  .tabContent .sixty {
    padding-left: 10px; }
    @media (max-width: 1024px) {
      .tabContent .sixty {
        width: 100%;
        padding-left: 0; } }
    @media only screen and (min-width: 600px) and (max-width: 800px) {
      .tabContent .sixty {
        width: 60%; } }
    @media (max-width: 1023px) {
      .tabContent .sixty label + p {
        margin-left: 24px; } }
.accordion {
  width: 100%;
  float: left;
  position: relative; }

#cbContentSection .accordion-item {
  border: thin solid #dedede;
  border-radius: 3px;
  padding: 1% 2% 0; }

.accordion-item {
  margin-top: 1em; }
  .accordion-item:first-child {
    margin-top: 0; }
  .accordion-item .accordion-toggle {
    cursor: pointer;
    margin: 0; }
    .accordion-item .accordion-toggle .toggle-title {
      display: inline-block;
      width: 60%;
      font-weight: 400; }
      @media (max-width: 599px) {
        .accordion-item .accordion-toggle .toggle-title {
          width: 90%; } }
    .accordion-item .accordion-toggle:after {
      font-family: 'FontAwesome';
      content: "\f067";
      font-weight: 300;
      font-size: .8em;
      color: #5c5b5b;
      float: right;
      padding-right: 3px;
      vertical-align: middle;
      text-transform: uppercase; }
    .accordion-item .accordion-toggle:hover .toggle-title {
      color: #0fb68e; }
  .accordion-item > .accordion-content {
    display: none;
    width: 100%; }
    .accordion-item > .accordion-content > ul li {
      margin-left: 2em;
      width: 100%; }
    .accordion-item > .accordion-content > p, .accordion-item > .accordion-content > .list-side-by-side {
      font-size: .9em;
      color: #5c5b5b;
      margin-top: 1em; }
  .accordion-item.open .accordion-content {
    display: block; }
  .accordion-item.open .accordion-toggle {
    color: #0fb68e; }
    .accordion-item.open .accordion-toggle:after {
      content: "\f068";
      color: #0fb68e; }

.more-content {
  display: none; }
  .more-content.less {
    display: inline-block;
    margin-top: -0.6em;
    margin-bottom: 1.5em; }

.more-link {
  display: none;
  margin-top: -1em;
  border: thin solid #058ECE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: .5em .5em;
  text-align: center;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #058ECE; }
  .more-link:after {
    content: "Show More"; }
  .more-link.less:after {
    content: "Show Less"; }
  @media (max-width: 599px) {
    .more-link {
      display: inline-block; } }
.less {
  margin-top: -0.6em;
  display: inline-block !important; }

/* ==============================================================
  1. Global Classes
=================================================================  */
html {
  -webkit-text-size-adjust: none; }

html, body {
  height: 100%;
  min-height: 100%; }

body {
  background-color: transparent;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

* {
  margin: 0;
  box-sizing: border-box; }
  *:before {
    box-sizing: border-box; }
  *:after {
    box-sizing: border-box; }

.cf, .clearfix {
  zoom: 1; }
  .cf:before, .cf:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .cf:after, .clearfix:after {
    clear: both; }

.swal2-shown {
  overflow-y: initial !important;
  padding-right: 0 !important; }

.modal-cover {
  z-index: 9999 !important;
  position: relative; }

svg {
  width: 100%;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0; }

#back_to_top {
  background: rgba(82, 192, 169, 0.7);
  position: fixed;
  bottom: 2em;
  right: .5em;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  z-index: 99999;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #back_to_top > .icon-chevron-up {
    color: white;
    margin: 0;
    position: relative;
    top: 13px;
    font-size: large;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #back_to_top > .icon-chevron-up:after {
      font-family: "FontAwesome";
      content: "\f077";
      font-style: normal; }
    #back_to_top > .icon-chevron-up:hover {
      color: white;
      top: 5px; }
  #back_to_top:hover {
    background: rgba(82, 192, 169, 0.9); }

#fixed, .fixed {
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

.sticky {
  position: -webkit-sticky !important;
  /* Safari */
  position: -webkit-sticky;
  position: sticky !important;
  top: 0; }

.rule {
  display: inline-block;
  border-bottom: thin solid #dedede !important;
  border-bottom: thin solid #dedede;
  width: 100%;
  height: 1px;
  margin: 2em 0 1em; }
  .rule.small {
    margin: .5em 0; }
  .rule.bottom {
    float: left;
    width: 100% !important; }
  .rule.vertical {
    border-top: 0;
    border-left: 2px solid #5c5b5b;
    height: 10px;
    width: 1px;
    margin: 0 0 0 .5em;
    vertical-align: middle; }
    .rule.vertical.lg {
      height: 15px; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dedede;
  padding: 0; }

.block {
  display: block !important; }

.inline {
  display: inline !important; }

.inline-block {
  display: inline-block !important; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.table-cell {
  display: table-cell; }

.display-none {
  display: none; }

.margin-none {
  margin: 0 !important; }

span.pad {
  clear: both;
  display: block;
  font-size: 0;
  height: 30px;
  line-height: 0;
  width: 1px; }

.no-flex {
  display: inline-block !important; }

.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.push {
  margin-bottom: 1.75em; }

.margin-bottom {
  margin-bottom: 2em !important; }

.cell-padding {
  padding: 1em; }

.move-left {
  margin-left: 4em !important; }

.center-align {
  text-align: center !important; }

.left-align {
  text-align: left !important; }

.right-align {
  text-align: right !important; }

.width-auto {
  width: auto !important; }

.lfloat {
  float: left !important; }

.rfloat {
  float: right !important; }

.cfloat {
  display: block !important;
  margin: 0 auto !important;
  float: none !important; }

.nofloat {
  float: none !important; }

.padding {
  padding: 1em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.section-bg-color {
  background: #ccc;
  font-weight: bold;
  width: 100%;
  float: left; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.remove-bg {
  background: transparent !important; }

@media (max-width: 599px) {
  .remove-btn {
    display: none !important; } }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.hide-button {
  visibility: hidden;
  vertical-align: top;
  left: -9999px; }
  @media (max-width: 1023px) {
    .hide-button {
      display: none !important; } }
@media print {
  #PrintableArea {
    visibility: hidden; }
  .section-to-print, .section-to-print * {
    visibility: visible !important; }
  .section-to-print {
    display: block; } }

.new-page-break {
  display: none; }

a:active, a:focus {
  outline: none; }

.overlay {
  background: rgba(27, 55, 96, 0.83);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999; }
  .overlay #secondary-content, .overlay .right-side {
    z-index: -1 !important;
    display: none; }
  .overlay.login {
    background-color: rgba(12, 84, 75, 0.32);
    display: inline-block;
    z-index: 1; }
  .overlay.no-image {
    background-image: none; }
  .overlay.active {
    display: block; }
  .overlay.blur {
    display: block;
    width: 100%;
    height: 100%;
    cursor: crosshair;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px); }

.blur-bg {
  cursor: crosshair;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.highlight {
  background-color: lightyellow; }

:focus {
  outline: thin solid blue; }

input:focus, select:focus {
  border-color: #1b3760 !important;
  outline: none; }

.pseudo-focus, .focussed {
  outline: 2px solid blue; }

label:focus {
  outline: none; }
  label:focus p, label:focus span {
    background: #ccd6e1; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  table .theader, table .thead, table .tbody, table .tfooter {
    height: auto;
    width: 100%; }
  table .theader {
    background: black;
    color: white; }
    table .theader > tr > th {
      width: 100%;
      padding: .25em .5em; }
  table .thead {
    line-height: normal;
    padding: 1.5em 0 1.5em;
    vertical-align: middle;
    font-size: medium; }

.shaker {
  display: inline-block;
  width: 100%; }
  .shaker:hover, .shaker:focus {
    -webkit-animation-name: shakyshaky;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; }

@-webkit-keyframes shakyshaky {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg); } }

/* ================================================== 
Checkboxes, Radio Buttons, Toggle Switches
================================================== */
/* Checkbox Custom Styles */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  text-indent: -9999px;
  left: -9999px;
  position: absolute; }

div[data-toggle="buttons"] label.active {
  color: #62843d; }

div[data-toggle="buttons"] label {
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  background-color: transparent;
  border-radius: 3px;
  border: 0px solid #c8c8c8;
  color: #c8c8c8;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  margin-bottom: 0;
  margin-bottom: 2.75em;
  text-align: left;
  user-select: none;
  vertical-align: top;
  white-space: nowrap; }
  @media only screen and (max-width: 599px) {
    div[data-toggle="buttons"] label {
      margin-bottom: 1em;
      white-space: inherit; } }
div[data-toggle="buttons"] label:hover {
  color: #62843d; }

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.switch {
  position: relative;
  display: inline-block; }

.switch-input {
  display: none; }

.switch-label {
  display: block;
  width: 60px;
  height: 24px;
  color: white;
  clip: rect(0 0 0 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-label:before,
.switch-label:after {
  content: " ";
  display: block;
  position: absolute;
  cursor: pointer; }

.switch-label:before {
  width: 100%;
  height: 100%;
  background-color: #dedede;
  border-radius: 9999em;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  content: "Off";
  text-align: right;
  color: #000;
  padding-right: 10px; }

.switch-label:after {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease; }

/* When input is checked */
.switch-input:checked + .switch-label {
  /* Switch Rail */
  /* Switch Knob */ }

.switch-input:checked + .switch-label:before {
  background-color: #89c12d;
  color: white;
  content: "On";
  text-align: left;
  padding-left: 5px; }

.switch-input:checked + .switch-label:after {
  left: 37px; }

.tab-container .tab-rule {
  border: thin solid #dedede;
  display: inline-block;
  height: 1px;
  margin-top: 1em;
  vertical-align: middle;
  width: 100%; }
  @media (max-width: 599px) {
    .tab-container .tab-rule {
      display: none; } }
@media (max-width: 599px) {
  .tab-container {
    margin-top: 2em; } }

.tab-btn-container {
  display: block;
  width: 300px;
  height: 100%;
  margin: -1.4em auto 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 599px) {
    .tab-btn-container {
      width: 100%; } }
.tab-btn-wrapper {
  background: white;
  border: thin solid #dedede;
  width: 150px;
  height: 36px;
  float: left;
  margin: 0;
  overflow: hidden; }
  @media (max-width: 599px) {
    .tab-btn-wrapper {
      width: 50%; } }
.tab-btn {
  display: inline-block;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .tab-btn h3 {
    font-size: small;
    font-weight: 300;
    text-align: center;
    color: #9d9d9d;
    padding: .6em 0 0;
    text-transform: capitalize;
    line-height: normal; }
  .tab-btn:hover {
    cursor: pointer; }

.tab-input {
  left: -9999px;
  visibility: hidden;
  position: absolute; }
  .tab-input[type="checkbox"]:checked + .tab-btn, .tab-input[type="checkbox"]:checked ~ .tab-btn, .tab-input[type="radio"]:checked + .tab-btn, .tab-input[type="radio"]:checked ~ .tab-btn {
    background: #ccd6e1; }
    .tab-input[type="checkbox"]:checked + .tab-btn h3, .tab-input[type="checkbox"]:checked ~ .tab-btn h3, .tab-input[type="radio"]:checked + .tab-btn h3, .tab-input[type="radio"]:checked ~ .tab-btn h3 {
      color: #01336a; }
    .tab-input[type="checkbox"]:checked + .tab-btn:hover, .tab-input[type="checkbox"]:checked ~ .tab-btn:hover, .tab-input[type="radio"]:checked + .tab-btn:hover, .tab-input[type="radio"]:checked ~ .tab-btn:hover {
      cursor: default; }

.checkbox-wrapper .checkbox-label, .checkbox-wrapper .radio-label, .radio-wrapper .checkbox-label, .radio-wrapper .radio-label {
  width: auto;
  float: left;
  font-size: small; }
  @media (max-width: 599px) {
    .checkbox-wrapper .checkbox-label > p, .checkbox-wrapper .radio-label > p, .radio-wrapper .checkbox-label > p, .radio-wrapper .radio-label > p {
      font-size: medium;
      margin-bottom: .5em; } }
  .checkbox-wrapper .checkbox-label > p:before, .checkbox-wrapper .radio-label > p:before, .radio-wrapper .checkbox-label > p:before, .radio-wrapper .radio-label > p:before {
    float: left;
    content: "\f096";
    font-family: fontAwesome;
    color: #9d9d9d;
    padding-right: .5em;
    font-size: large; }
    @media (max-width: 599px) {
      .checkbox-wrapper .checkbox-label > p:before, .checkbox-wrapper .radio-label > p:before, .radio-wrapper .checkbox-label > p:before, .radio-wrapper .radio-label > p:before {
        font-size: large; } }
  .checkbox-wrapper .checkbox-label > input, .checkbox-wrapper .radio-label > input, .radio-wrapper .checkbox-label > input, .radio-wrapper .radio-label > input {
    left: -9999px;
    position: absolute; }
    .checkbox-wrapper .checkbox-label > input[type="checkbox"]:checked ~ p:before, .checkbox-wrapper .checkbox-label > input[type="checkbox"]:checked + p:before, .checkbox-wrapper .checkbox-label > input[type="radio"]:checked ~ p:before, .checkbox-wrapper .checkbox-label > input[type="radio"]:checked + p:before, .checkbox-wrapper .radio-label > input[type="checkbox"]:checked ~ p:before, .checkbox-wrapper .radio-label > input[type="checkbox"]:checked + p:before, .checkbox-wrapper .radio-label > input[type="radio"]:checked ~ p:before, .checkbox-wrapper .radio-label > input[type="radio"]:checked + p:before, .radio-wrapper .checkbox-label > input[type="checkbox"]:checked ~ p:before, .radio-wrapper .checkbox-label > input[type="checkbox"]:checked + p:before, .radio-wrapper .checkbox-label > input[type="radio"]:checked ~ p:before, .radio-wrapper .checkbox-label > input[type="radio"]:checked + p:before, .radio-wrapper .radio-label > input[type="checkbox"]:checked ~ p:before, .radio-wrapper .radio-label > input[type="checkbox"]:checked + p:before, .radio-wrapper .radio-label > input[type="radio"]:checked ~ p:before, .radio-wrapper .radio-label > input[type="radio"]:checked + p:before {
      content: "\f058";
      font-family: fontAwesome;
      color: #058ECE;
      border-bottom: 0;
      left: 0; }
    .checkbox-wrapper .checkbox-label > input[type="checkbox"]:checked ~ p:before, .checkbox-wrapper .checkbox-label > input[type="checkbox"]:checked + p:before, .checkbox-wrapper .radio-label > input[type="checkbox"]:checked ~ p:before, .checkbox-wrapper .radio-label > input[type="checkbox"]:checked + p:before, .radio-wrapper .checkbox-label > input[type="checkbox"]:checked ~ p:before, .radio-wrapper .checkbox-label > input[type="checkbox"]:checked + p:before, .radio-wrapper .radio-label > input[type="checkbox"]:checked ~ p:before, .radio-wrapper .radio-label > input[type="checkbox"]:checked + p:before {
      content: "\f14a";
      font-family: fontAwesome;
      color: #058ECE; }
  .checkbox-wrapper .checkbox-label:hover, .checkbox-wrapper .checkbox-label input:focus + .checkbox-label, .checkbox-wrapper .checkbox-label input:focus + .radio-label, .checkbox-wrapper .radio-label:hover, .checkbox-wrapper .radio-label input:focus + .checkbox-label, .checkbox-wrapper .radio-label input:focus + .radio-label, .radio-wrapper .checkbox-label:hover, .radio-wrapper .checkbox-label input:focus + .checkbox-label, .radio-wrapper .checkbox-label input:focus + .radio-label, .radio-wrapper .radio-label:hover, .radio-wrapper .radio-label input:focus + .checkbox-label, .radio-wrapper .radio-label input:focus + .radio-label {
    cursor: pointer; }

.checkbox-wrapper > .radio-label > p:before, .radio-wrapper > .radio-label > p:before {
  float: left;
  content: "\f111";
  font-family: fontAwesome;
  color: #9d9d9d;
  padding-right: .5em; }

.checkbox-wrapper.scheduler, .radio-wrapper.scheduler {
  margin-left: 0 !important; }

.checkbox-label.other > p {
  float: left; }

.checkbox-label.other > .input {
  float: left;
  margin-left: .5em;
  padding: 5px 5px;
  width: 87%; }
  @media (max-width: 599px) {
    .checkbox-label.other > .input {
      width: 75%; } }
.question-container p strong > .numbers {
  margin-right: .5em; }

.answer-wrapper {
  font-size: small; }
  @media (max-width: 599px) {
    .answer-wrapper {
      padding-left: .5em; } }
  .answer-wrapper > .checkbox-label, .answer-wrapper > .radio-label {
    width: 32%;
    float: left; }
    @media (max-width: 599px) {
      .answer-wrapper > .checkbox-label, .answer-wrapper > .radio-label {
        width: auto; } }
    @media (max-width: 599px) {
      .answer-wrapper > .checkbox-label > p, .answer-wrapper > .radio-label > p {
        font-size: medium; } }
    .answer-wrapper > .checkbox-label > p:before, .answer-wrapper > .radio-label > p:before {
      float: left;
      content: "\f096";
      font-family: fontAwesome;
      color: #9d9d9d;
      padding-right: .4em;
      font-size: large; }
      @media (max-width: 599px) {
        .answer-wrapper > .checkbox-label > p:before, .answer-wrapper > .radio-label > p:before {
          font-size: medium;
          padding-bottom: 1.35em;
          vertical-align: top; } }
    .answer-wrapper > .checkbox-label > input[type="checkbox"]:checked ~ p:before, .answer-wrapper > .checkbox-label > input[type="checkbox"]:checked + p:before, .answer-wrapper > .checkbox-label > input[type="radio"]:checked ~ p:before, .answer-wrapper > .checkbox-label > input[type="radio"]:checked + p:before, .answer-wrapper > .radio-label > input[type="checkbox"]:checked ~ p:before, .answer-wrapper > .radio-label > input[type="checkbox"]:checked + p:before, .answer-wrapper > .radio-label > input[type="radio"]:checked ~ p:before, .answer-wrapper > .radio-label > input[type="radio"]:checked + p:before {
      content: "\f058";
      font-family: fontAwesome;
      color: #058ECE;
      border-bottom: 0;
      left: 0; }
    .answer-wrapper > .checkbox-label > input[type="checkbox"]:checked ~ p:before, .answer-wrapper > .checkbox-label > input[type="checkbox"]:checked + p:before, .answer-wrapper > .radio-label > input[type="checkbox"]:checked ~ p:before, .answer-wrapper > .radio-label > input[type="checkbox"]:checked + p:before {
      content: "\f14a";
      font-family: fontAwesome;
      color: #058ECE;
      padding-top: 0px; }
  .answer-wrapper > .checkbox-label > p:before {
    float: left;
    content: "\f096";
    font-family: fontAwesome;
    color: #9d9d9d;
    padding-right: .4em; }
  .answer-wrapper > .radio-label > p:before {
    float: left;
    content: "\f111";
    font-family: fontAwesome;
    color: #9d9d9d;
    padding-right: .4em; }
  .answer-wrapper > .radio-label.center-align > p:before {
    float: left;
    content: "\f111"; }
    @media (max-width: 1023px) {
      .answer-wrapper > .radio-label.center-align > p:before {
        float: none;
        text-align: center; } }
@media (max-width: 599px) {
  .row > .full > .checkbox-container > .checkbox-wrapper, .signin-container .signin-body > form.row > .leftside > .checkbox-container > .checkbox-wrapper, .signin-container .signout-body > form.row > .leftside > .checkbox-container > .checkbox-wrapper, .signout-container .signin-body > form.row > .leftside > .checkbox-container > .checkbox-wrapper, .signout-container .signout-body > form.row > .leftside > .checkbox-container > .checkbox-wrapper {
    margin-top: -0.5em; } }

.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box; }

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 5px 20px 5px 5px;
  margin-top: 1px;
  font-size: 13px;
  color: #aaa;
  outline-offset: -2px;
  white-space: nowrap; }

.ms-options-wrap > button > span {
  display: inline-block; }

.ms-options-wrap > button[disabled] {
  background-color: #e5e9ed;
  color: #808080;
  opacity: 0.6; }

.ms-options-wrap > button:after {
  content: ' ';
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #999;
  margin-top: -3px; }

.ms-options-wrap.ms-has-selections > button {
  color: #333; }

.ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #aaa;
  overflow: auto;
  visibility: hidden; }

.ms-options-wrap.ms-active > .ms-options {
  visibility: visible; }

.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 4px 5px;
  border: none;
  border-bottom: 1px groove;
  outline: none; }

.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: .9em;
  text-transform: lowercase;
  text-decoration: none; }

.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline; }

.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px; }

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.ms-options-wrap > .ms-options > ul li.ms-hidden {
  display: none; }

.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px; }

.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #aaa; }

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold; }

.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px 4px 4px 20px;
  margin: 1px 0;
  border: 1px dotted transparent; }

.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
  padding: 4px; }

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
  background-color: #efefef;
  border-color: #999; }

.ms-options-wrap > .ms-options > ul li.selected label {
  background-color: #efefef;
  border-color: transparent; }

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 4px;
  top: 7px; }

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

label input[type="radio"] ~ em,
label input[type="checkbox"] ~ em {
  font-size: 18px;
  margin-top: 0;
  margin-right: 8px; }

label input[type="radio"] ~ em.fa.fa-circle-thin {
  color: #9d9d9d;
  display: inline;
  float: left; }

label input[type="radio"] ~ em.fa.fa-check-circle {
  display: none; }

label input[type="radio"]:checked ~ em.fa.fa-circle-thin {
  display: none; }

label input[type="radio"]:checked ~ em.fa.fa-check-circle {
  color: #2a791a;
  display: inline; }

label:hover input[type="radio"] ~ em.fa {
  color: #144f07; }

label input[type="checkbox"] ~ em.fa.fa-square-o {
  color: #9d9d9d;
  display: inline;
  float: left; }

label input[type="checkbox"] ~ em.fa.fa-check-square {
  display: none; }

label input[type="checkbox"]:checked ~ em.fa.fa-square-o {
  display: none; }

label input[type="checkbox"]:checked ~ em.fa.fa-check-square {
  color: #2a791a;
  display: inline;
  float: left; }

label:hover input[type="checkbox"] ~ em.fa {
  color: #144f07; }

/*  Enabled Submit Button */
/*Btn */
.btn {
  display: inline-block;
  border: none;
  border-radius: 5px;
  width: auto;
  margin: 0 auto;
  padding: 10px;
  line-height: 22px;
  text-shadow: none;
  text-align: center;
  position: relative;
  font-size: medium;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s; }
  .btn.cancel {
    box-shadow: inset 0 0 0 0 transparent; }
    .btn.cancel:hover {
      box-shadow: inset 180px 0 0 0 #7d7d7e; }
      @media (max-width: 1023px) {
        .btn.cancel:hover {
          box-shadow: inset 312px 0 0 0 #7d7d7e; } }
      .btn.cancel:hover > a, .btn.cancel:hover > button {
        color: white; }
    .btn.cancel > a, .btn.cancel > button {
      color: #a3a3a4; }
  .btn.save, .btn.submit {
    background: #54a71f !important;
    display: inline-block;
    height: auto;
    text-transform: none;
    box-shadow: inset 0 0 0 0 #6ABA23; }
    .btn.save:hover, .btn.submit:hover {
      box-shadow: inset 180px 0 0 0 #457a17; }
      @media (max-width: 1023px) {
        .btn.save:hover, .btn.submit:hover {
          box-shadow: inset 312px 0 0 0 #457a17; } }
    .btn.save > a, .btn.submit > a {
      color: white; }
    .btn.save.xl:hover, .btn.submit.xl:hover {
      box-shadow: inset 320px 0 0 0 #457a17; }
      @media (max-width: 1023px) {
        .btn.save.xl:hover, .btn.submit.xl:hover {
          box-shadow: inset 312px 0 0 0 #457a17; } }
  .btn.submit {
    color: white; }
  .btn.primary {
    background: #058ECE;
    color: white; }
    .btn.primary:hover {
      box-shadow: inset 180px 0 0 0 #035b83; }
      @media (max-width: 1023px) {
        .btn.primary:hover {
          box-shadow: inset 312px 0 0 0 #035b83; } }
    .btn.primary > a {
      color: white; }
  .btn.secondary {
    background-color: #cf7800; }
    .btn.secondary:hover {
      box-shadow: inset 180px 0 0 0 #0a1524; }
      @media (max-width: 1023px) {
        .btn.secondary:hover {
          box-shadow: inset 312px 0 0 0 #0a1524; } }
    .btn.secondary > a {
      color: white; }
  .btn.tertiary {
    background-color: #F7AD80;
    border: 1px solid #F7AD80;
    color: white; }
    .btn.tertiary:hover, .btn.tertiary:focus {
      box-shadow: inset 180px 0 0 0 #f27f38; }
      @media (max-width: 1023px) {
        .btn.tertiary:hover, .btn.tertiary:focus {
          box-shadow: inset 312px 0 0 0 #f27f38; } }
  .btn.outline {
    background: transparent;
    border: thin solid #1B3760;
    color: #1B3760; }
    .btn.outline:hover {
      background: #1B3760;
      color: white; }
      .btn.outline:hover a {
        color: #1B3760; }
  .btn.disabled-btn {
    background-color: #ccc;
    color: #eee; }
    .btn.disabled-btn:hover, .btn.disabled-btn:focus {
      background-color: #ccc !important;
      cursor: default !important;
      color: #eee !important; }
    .btn.disabled-btn > a {
      cursor: default !important;
      color: #eee !important; }
  .btn.primary.full:hover, .signin-container .signin-body > form > .primary.leftside:hover, .signin-container .signout-body > form > .primary.leftside:hover, .signout-container .signin-body > form > .primary.leftside:hover, .signout-container .signout-body > form > .primary.leftside:hover {
    box-shadow: inset 380px 0 0 0 #035b83; }
  .btn.delete:hover {
    box-shadow: inset 180px 0 0 0 #0a1524; }
  .btn a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .btn a:hover, .btn a:visited, .btn a:focus {
      text-decoration: none; }
  @media (max-width: 599px) {
    .btn {
      max-width: 100% !important;
      width: 100%; } }
/* Remove/Delete Button */
.remove-btn {
  background-color: transparent;
  color: #5c5b5b !important; }
  .remove-btn[type="button"] {
    width: auto !important;
    max-width: 100% !important;
    min-width: auto !important; }
  .remove-btn:before {
    font-family: FontAwesome;
    content: "\f014";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle; }
  .remove-btn:hover, .remove-btn:focus {
    color: #292828 !important; }

.add-btn, .delete-btn, .edit-btn, .lock-btn, .print-btn {
  background-color: transparent;
  color: #444444;
  visibility: hidden;
  width: 20px;
  vertical-align: top;
  left: -9999px;
  white-space: nowrap; }
  .add-btn[type="button"], .delete-btn[type="button"], .edit-btn[type="button"], .lock-btn[type="button"], .print-btn[type="button"] {
    width: auto !important;
    max-width: 100% !important;
    min-width: auto !important;
    margin-top: 0 !important; }
  .add-btn:before, .delete-btn:before, .edit-btn:before, .lock-btn:before, .print-btn:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    left: 0;
    visibility: visible;
    font-size: large; }
  .add-btn:hover, .add-btn:focus, .delete-btn:hover, .delete-btn:focus, .edit-btn:hover, .edit-btn:focus, .lock-btn:hover, .lock-btn:focus, .print-btn:hover, .print-btn:focus {
    color: #03496a !important; }

.delete-btn:before {
  font-family: FontAwesome;
  content: "\f014"; }

.delete-btn.lg {
  width: 100% !important;
  border-radius: 5px; }
  .delete-btn.lg.outline {
    background: transparent;
    border: thin solid #e40000;
    color: #e40000 !important; }
    .delete-btn.lg.outline:before {
      display: none; }
    .delete-btn.lg.outline:hover {
      background: #e40000;
      color: white !important; }
      .delete-btn.lg.outline:hover a {
        color: white; }
    .delete-btn.lg.outline a {
      color: #e40000 !important; }

.add-btn {
  color: white !important; }
  .add-btn:before {
    font-family: FontAwesome;
    content: "\f067";
    background-color: #54a71f;
    border: thin solid transparent;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: .05em;
    padding-right: 0; }
  .add-btn:hover {
    color: #54a71f !important; }
    .add-btn:hover:before {
      background-color: transparent;
      border-color: #54a71f; }

.lock-btn:before {
  font-family: FontAwesome;
  content: "\f023";
  color: #fb262a; }

.lock-btn.unlock:before {
  font-family: FontAwesome;
  content: "\f13e";
  color: #80c12a; }

.add-btn:before {
  font-family: FontAwesome;
  content: "\f067"; }

.edit-btn:before {
  font-family: FontAwesome;
  content: "\f040"; }

.print-btn:before {
  font-family: FontAwesome;
  content: "\f02f"; }

.delete-icon-wrapper, .edit-icon-wrapper, .attachment-dropdown-wrapper, .close-icon-wrapper, .more-icon-wrapper, .print-icon-wrapper, .lock-icon-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease; }
  .delete-icon-wrapper:hover, .edit-icon-wrapper:hover, .attachment-dropdown-wrapper:hover, .close-icon-wrapper:hover, .more-icon-wrapper:hover, .print-icon-wrapper:hover, .lock-icon-wrapper:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

.delete-btn, .edit-btn, .attach-btn, .close-btn, .more-btn, .print-btn, .lock-btn, .unlock-btn {
  visibility: hidden;
  width: 20px;
  height: 20px;
  vertical-align: top;
  left: -9999px; }
  .delete-btn:before, .edit-btn:before, .attach-btn:before, .close-btn:before, .more-btn:before, .print-btn:before, .lock-btn:before, .unlock-btn:before {
    content: "" !important;
    visibility: visible;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute; }
  .delete-btn.lg, .edit-btn.lg, .attach-btn.lg, .close-btn.lg, .more-btn.lg, .print-btn.lg, .lock-btn.lg, .unlock-btn.lg {
    width: 100% !important;
    border-radius: 5px; }
    .delete-btn.lg.outline, .edit-btn.lg.outline, .attach-btn.lg.outline, .close-btn.lg.outline, .more-btn.lg.outline, .print-btn.lg.outline, .lock-btn.lg.outline, .unlock-btn.lg.outline {
      background: transparent;
      border: thin solid #e40000;
      color: #e40000 !important; }
      ewf
.delete-btn.lg.outline:before, ewf
.edit-btn.lg.outline:before, ewf
.attach-btn.lg.outline:before, ewf
.close-btn.lg.outline:before, ewf
.more-btn.lg.outline:before, ewf
.print-btn.lg.outline:before, ewf
.lock-btn.lg.outline:before, ewf
.unlock-btn.lg.outline:before {
        display: none; }
      .delete-btn.lg.outline:hover, .edit-btn.lg.outline:hover, .attach-btn.lg.outline:hover, .close-btn.lg.outline:hover, .more-btn.lg.outline:hover, .print-btn.lg.outline:hover, .lock-btn.lg.outline:hover, .unlock-btn.lg.outline:hover {
        background: #e40000;
        color: white !important; }
        .delete-btn.lg.outline:hover a, .edit-btn.lg.outline:hover a, .attach-btn.lg.outline:hover a, .close-btn.lg.outline:hover a, .more-btn.lg.outline:hover a, .print-btn.lg.outline:hover a, .lock-btn.lg.outline:hover a, .unlock-btn.lg.outline:hover a {
          color: white; }
      .delete-btn.lg.outline a, .edit-btn.lg.outline a, .attach-btn.lg.outline a, .close-btn.lg.outline a, .more-btn.lg.outline a, .print-btn.lg.outline a, .lock-btn.lg.outline a, .unlock-btn.lg.outline a {
        color: #e40000 !important; }
  .delete-btn.white:before, .edit-btn.white:before, .attach-btn.white:before, .close-btn.white:before, .more-btn.white:before, .print-btn.white:before, .lock-btn.white:before, .unlock-btn.white:before {
    color: white !important; }
  @media screen and (min-width: 0\0) {
    .delete-btn, .edit-btn, .attach-btn, .close-btn, .more-btn, .print-btn, .lock-btn, .unlock-btn {
      visibility: visible;
      text-indent: -9999px; }
      .delete-btn:before, .edit-btn:before, .attach-btn:before, .close-btn:before, .more-btn:before, .print-btn:before, .lock-btn:before, .unlock-btn:before {
        text-indent: 0;
        left: .5em;
        position: absolute; } }
.delete-btn:before, .edit-btn:before, .print-btn:before, .lock-btn:before, .unlock-btn:before {
  background-position: 0 0;
  width: 40px;
  height: 40px; }

.lock-icon-wrapper > span {
  left: 2em;
  width: 42px;
  text-align: left;
  right: 0;
  position: absolute; }

.delete-btn:before {
  background-image: url("/images/icons/delete_icon.svg"); }

.delete-btn:hover:before {
  background-image: url("/images/icons/delete_icon-hover.svg"); }

.more-btn:before {
  background-image: url("/images/icons/more_icon.svg"); }

.more-btn:hover:before {
  background-image: url("/images/icons/more_icon-hover.svg"); }

.lock-btn:before {
  background-image: url("/images/icons/lock_icon.svg"); }
  @media (max-width: 1023px) {
    .lock-btn:before {
      background-size: 34%; } }
.lock-btn:hover:before {
  background-image: url("/images/icons/lock_icon.svg"); }
  @media (max-width: 1023px) {
    .lock-btn:hover:before {
      background-size: 34%; } }
.unlock-btn:before {
  background-image: url("/images/icons/unlock_icon.svg"); }
  @media (max-width: 1023px) {
    .unlock-btn:before {
      background-size: 34%; } }
.unlock-btn:hover:before {
  background-image: url("/images/icons/unlock_icon.svg"); }
  @media (max-width: 1023px) {
    .unlock-btn:hover:before {
      background-size: 34%; } }
.edit-btn:before {
  background-image: url("/images/icons/edit_icon.svg"); }

.edit-btn:hover:before {
  background-image: url("/images/icons/edit_icon-hover.svg"); }

.print-btn:before {
  background-image: url("/images/icons/print_icon.svg"); }

.print-btn:hover:before {
  background-image: url("/images/icons/print_icon-hover.svg"); }

.button-wrapper {
  width: auto;
  height: auto;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1023px) {
    .button-wrapper {
      width: 100%;
      text-align: center; } }
  .button-wrapper > p {
    margin-bottom: 2em; }
    @media (max-width: 1023px) {
      .button-wrapper > p {
        margin-bottom: 2em;
        width: 100% !important; } }
  .button-wrapper > .label-wrapper {
    text-align: right; }
    @media (max-width: 1023px) {
      .button-wrapper > .label-wrapper {
        width: 100%;
        text-align: center; } }
    .button-wrapper > .label-wrapper.half {
      width: auto !important; }
      @media (max-width: 1023px) {
        .button-wrapper > .label-wrapper.half {
          width: 100% !important; } }
    .button-wrapper > .label-wrapper > .btn {
      text-align: center;
      padding: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .button-wrapper > .label-wrapper > .btn:last-of-type, .button-wrapper > .label-wrapper > .btn:last-child {
        margin-left: 0em; }
        @media (max-width: 1023px) {
          .button-wrapper > .label-wrapper > .btn:last-of-type, .button-wrapper > .label-wrapper > .btn:last-child {
            margin-left: 0; } }
      @media (max-width: 599px) {
        .button-wrapper > .label-wrapper > .btn {
          margin-bottom: 1em; } }
      .button-wrapper > .label-wrapper > .btn.outline {
        background: transparent;
        border: thin solid transparent;
        color: #1B3760;
        padding: 0 !important; }
        .button-wrapper > .label-wrapper > .btn.outline > a {
          color: #1B3760 !important;
          font-size: medium; }
        .button-wrapper > .label-wrapper > .btn.outline:hover {
          background-color: #1B3760;
          border-color: #1B3760;
          color: white; }
          .button-wrapper > .label-wrapper > .btn.outline:hover a {
            color: white !important; }
    .button-wrapper > .label-wrapper.bg-transparent > button {
      background: transparent !important; }
    .button-wrapper > .label-wrapper > button {
      background: transparent !important; }
  .button-wrapper .label-wrapper > .bg-transparent > button {
    background-color: transparent; }
  .button-wrapper button {
    border: 0;
    display: inline-block;
    width: 100%;
    height: auto;
    color: white;
    font-size: medium; }
    .button-wrapper button.bg-transparent {
      background: transparent !important; }
    .button-wrapper button.small-btn {
      max-width: 200px;
      padding: 10px 10px; }
    .button-wrapper button.cfloat {
      float: none !important;
      margin: 0 auto !important; }
      @media (max-width: 1023px) {
        .button-wrapper button.cfloat {
          float: none !important;
          margin: 0 auto !important; } }
    .button-wrapper button.active-btn {
      background: #6ABA23; }
  .button-wrapper.modal-btn {
    padding: 1.5em 1.5em 0; }
    @media (max-width: 599px) {
      .button-wrapper.modal-btn {
        float: none;
        padding-right: 0;
        width: 100%;
        margin: 1em auto 0 !important; } }
    @media (max-width: 599px) {
      .button-wrapper.modal-btn > button {
        display: block !important;
        float: none !important;
        width: 74%;
        margin: 2em auto 1em !important; } }
  .button-wrapper.last .label-wrapper {
    margin-left: 1em; }
    @media (max-width: 1023px) {
      .button-wrapper.last .label-wrapper {
        margin-left: 0; } }
.bottom-button-wrapper {
  width: 100%;
  height: auto;
  padding: 2em 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bottom-button-wrapper > .btn {
    max-width: 180px !important;
    text-align: center;
    margin: 0 1em;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .bottom-button-wrapper > .btn {
        width: 100%;
        max-width: 100% !important;
        margin: .5em 0; }
        .bottom-button-wrapper > .btn:first-of-type, .bottom-button-wrapper > .btn:first-child {
          margin-top: 0; } }
    .bottom-button-wrapper > .btn.next, .bottom-button-wrapper > .btn.back {
      background: #058ECE;
      border: thin solid #058ECE; }
      .bottom-button-wrapper > .btn.next > a, .bottom-button-wrapper > .btn.next button, .bottom-button-wrapper > .btn.back > a, .bottom-button-wrapper > .btn.back button {
        color: white !important;
        font-size: medium; }
      .bottom-button-wrapper > .btn.next:hover, .bottom-button-wrapper > .btn.back:hover {
        background-color: #046c9c;
        border-color: #058ECE;
        color: white; }
        .bottom-button-wrapper > .btn.next:hover a, .bottom-button-wrapper > .btn.next:hover button, .bottom-button-wrapper > .btn.back:hover a, .bottom-button-wrapper > .btn.back:hover button {
          color: white !important; }
    .bottom-button-wrapper > .btn.outline {
      background: transparent;
      border: thin solid #058ECE; }
      .bottom-button-wrapper > .btn.outline > a, .bottom-button-wrapper > .btn.outline button {
        color: #058ECE !important;
        font-size: medium; }
      .bottom-button-wrapper > .btn.outline:hover {
        background-color: #058ECE;
        border-color: #058ECE; }
        .bottom-button-wrapper > .btn.outline:hover a, .bottom-button-wrapper > .btn.outline:hover button {
          color: white !important; }
    .bottom-button-wrapper > .btn.save, .bottom-button-wrapper > .btn.submit {
      background: #6ABA23;
      border: thin solid #6ABA23; }
      .bottom-button-wrapper > .btn.save > a, .bottom-button-wrapper > .btn.save button, .bottom-button-wrapper > .btn.submit > a, .bottom-button-wrapper > .btn.submit button {
        color: #6ABA23 !important;
        font-size: medium; }
      .bottom-button-wrapper > .btn.save:hover, .bottom-button-wrapper > .btn.submit:hover {
        background-color: #6ABA23;
        border-color: #6ABA23; }
        .bottom-button-wrapper > .btn.save:hover a, .bottom-button-wrapper > .btn.save:hover button, .bottom-button-wrapper > .btn.submit:hover a, .bottom-button-wrapper > .btn.submit:hover button {
          color: white !important; }
    .bottom-button-wrapper > .btn.cancel, .bottom-button-wrapper > .btn.pause {
      background: #1B3760;
      border: thin solid #1B3760; }
      .bottom-button-wrapper > .btn.cancel > a, .bottom-button-wrapper > .btn.cancel button, .bottom-button-wrapper > .btn.pause > a, .bottom-button-wrapper > .btn.pause button {
        color: white !important;
        font-size: medium; }
      .bottom-button-wrapper > .btn.cancel:hover, .bottom-button-wrapper > .btn.pause:hover {
        background-color: #264e88;
        border-color: #1B3760;
        color: white; }
        .bottom-button-wrapper > .btn.cancel:hover a, .bottom-button-wrapper > .btn.cancel:hover button, .bottom-button-wrapper > .btn.pause:hover a, .bottom-button-wrapper > .btn.pause:hover button {
          color: white !important; }
    .bottom-button-wrapper > .btn > button {
      background: transparent;
      border: 0;
      color: white; }

@media only screen and (max-width: 599px) {
  .chevron-right {
    font-size: 15px !important;
    text-align: left; }
    .chevron-right:after {
      content: "\f105";
      font-family: 'fontAwesome';
      float: right;
      margin-right: 10px;
      font-size: 22px; } }

.chevron-right.center-align {
  text-align: center; }

.chevron-right.left-align {
  text-align: left; }

.chevron-right.right-align {
  text-align: right; }

.chevron-right .width-auto {
  float: none;
  margin-bottom: 4em; }
  @media (min-width: 1200px) {
    .chevron-right .width-auto .width-auto {
      float: left; } }
  @media (max-width: 768px) {
    .chevron-right .width-auto .width-auto {
      float: left;
      width: 100% !important; } }
.chevron-right .btn {
  float: left;
  margin-left: 0; }
  @media (min-width: 1200px) {
    .chevron-right .btn {
      text-align: right; }
      .chevron-right .btn .width-auto {
        float: left; }
      .chevron-right .btn .btn {
        float: none; } }
  @media (max-width: 768px) {
    .chevron-right .btn {
      text-align: left; }
      .chevron-right .btn .btn {
        float: left;
        margin-left: 0; } }
.show-hide-btn {
  background-color: transparent;
  color: #1b7478 !important; }
  .show-hide-btn[type="button"] {
    width: auto !important;
    max-width: 100% !important;
    min-width: auto !important;
    margin-top: 0 !important;
    height: auto;
    padding: 0; }
  .show-hide-btn:before {
    font-family: FontAwesome;
    content: '\f067';
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle; }
  .show-hide-btn:hover, .show-hide-btn:focus {
    color: #082425 !important; }
  .show-hide-btn.open:before {
    font-family: FontAwesome;
    content: '\f068'; }

.mins-btn, .plus-btn {
  background: #166063;
  border-radius: 10px 0 0 10px;
  width: 3em !important;
  min-width: 3em !important; }
  .mins-btn:before, .plus-btn:before {
    font-family: FontAwesome;
    content: '\f068';
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: white; }
  .mins-btn:hover, .mins-btn:focus, .plus-btn:hover, .plus-btn:focus {
    background: #2ec4cb !important; }

.plus-btn {
  border-radius: 0 10px 10px 0; }
  .plus-btn:before {
    content: '\f067'; }

.button-dropdown-content-wrapper {
  float: right;
  position: absolute;
  overflow: hidden;
  height: auto;
  width: 122px;
  top: 4px;
  right: 0; }

.button-dropdown-wrapper {
  width: 100%;
  text-align: center; }
  .button-dropdown-wrapper .more-option {
    width: 2em !important;
    min-width: 2em !important;
    height: auto;
    margin: .4em 0 1em;
    padding: 2% 4%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .button-dropdown-wrapper .more-option:before {
      font-family: FontAwesome;
      content: '\f142';
      display: inline-block;
      font-size: 14px;
      letter-spacing: 2px;
      vertical-align: medium;
      color: #4a4949; }
    .button-dropdown-wrapper .more-option:hover, .button-dropdown-wrapper .more-option:focus {
      background: #8f8e8e !important; }
    .button-dropdown-wrapper .more-option.active {
      background: #8f8e8e; }
      .button-dropdown-wrapper .more-option.active:before {
        color: white; }

.dropdown-container {
  display: none; }
  .dropdown-container.active {
    display: inline-block; }
  .dropdown-container .dropdown-up-arrow {
    display: none !important;
    position: relative;
    background: transparent;
    top: 1px;
    /*move arrow down*/
    right: 3.8em;
    /*move arrow right*/
    display: inline-block;
    float: right;
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    vertical-align: middle;
    z-index: 9999; }
    .dropdown-container .dropdown-up-arrow:after, .dropdown-container .dropdown-up-arrow:before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .dropdown-container .dropdown-up-arrow:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: white;
      border-width: 11px;
      /*adjust the size of the arrow*/
      margin-left: -11px;
      /*adjust the size of the arrow*/ }
    .dropdown-container .dropdown-up-arrow:before {
      border-color: rgba(204, 204, 204, 0);
      border-bottom-color: #aaa;
      border-width: 12px;
      /*adjust the size of the arrow*/
      margin-left: -12px;
      /*adjust the size of the arrow*/ }
    @media only screen and (min-width: 600px) and (max-width: 800px) {
      .dropdown-container .dropdown-up-arrow {
        right: 1em;
        top: -3px; } }
    @media only screen and (max-width: 599px) {
      .dropdown-container .dropdown-up-arrow {
        right: -.5em;
        top: 0; } }
  .dropdown-container .button-dropdown-list {
    background: white;
    border: thin solid #aaa;
    border-radius: 3px;
    background-clip: padding-box;
    width: 98%;
    height: 100%;
    padding: 0;
    z-index: 5;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .dropdown-container .button-dropdown-list > li {
      border-bottom: 1px solid #AAA;
      list-style: none; }
      .dropdown-container .button-dropdown-list > li:last-of-type {
        border-bottom: 0; }
      .dropdown-container .button-dropdown-list > li > a {
        display: block;
        font-size: small;
        padding: 2% 2%;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .dropdown-container .button-dropdown-list > li > a:hover {
          background: #6485c8;
          color: white; }
      .dropdown-container .button-dropdown-list > li.list-add-btn {
        background: #345392; }
        .dropdown-container .button-dropdown-list > li.list-add-btn a {
          text-align: center;
          color: white; }

.more-option-container {
  display: none;
  width: 100%;
  padding: 10px 10px;
  color: #058ECE; }
  .more-option-container > .btn > a {
    color: #1B3760; }

.reset {
  font-size: small;
  color: #1B3760;
  margin-top: -1em;
  font-weight: 500;
  float: left;
  position: relative; }
  .reset:hover {
    text-decoration: underline; }

.logout > form > button {
  background: transparent;
  border: none;
  font-size: medium;
  color: black;
  width: 100%; }

/* Icons */
/*  ==================================================
  3. TYPOGRAPHY
  ==================================================  */
/* Font Families */
/* Font Styles */
body {
  color: #5c5b5b;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 23px;
  line-height: 2.3rem; }

.socicon {
  font-family: 'socicon' !important; }

h1, h2, h3, h4, h5, h6 {
  color: #4a4949;
  font-family: "lato", sans-serif;
  text-rendering: optimizeLegibility; }

h1 {
  width: 100%;
  font-weight: 400;
  font-size: x-large;
  line-height: 28px;
  color: #000; }
  @media (max-width: 599px) {
    h1 {
      font-size: large; } }
  h1.x-large {
    font-size: xx-large; }
    @media (max-width: 599px) {
      h1.x-large {
        font-size: large; } }
  h1.h1-border {
    border-bottom: thin solid #dedede;
    padding-bottom: .5em; }

h2 {
  font-size: large;
  color: #011b37;
  line-height: 24px;
  font-weight: 500;
  width: 100%; }
  @media (max-width: 599px) {
    h2 {
      font-size: medium; } }
  h2.all-caps-h2 {
    color: #348ac9;
    margin-bottom: 0;
    padding: .8em 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      h2.all-caps-h2 {
        font-size: medium;
        margin-bottom: 1em; } }
  h2.h2-border {
    border-bottom: thin solid #dedede;
    margin: 3em 0 1em;
    padding-bottom: .2em; }
    @media (max-width: 599px) {
      h2.h2-border {
        margin-top: 1em; } }
  h2.h2-thin {
    font-weight: lighter; }
  h2.footer-title {
    color: white; }

h3 {
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  outline-color: transparent;
  width: 100%; }
  h3.h3-border {
    border-bottom: thin solid #dedede;
    padding-bottom: .5em; }

h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  width: 100%; }

h5 {
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  width: 100%; }

h6 {
  color: #01336a;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase; }
  h6.label {
    color: #646464;
    display: inline;
    font-size: 1.6rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px; }

p {
  font-weight: 400;
  font-size: 1.6rem;
  font-size: 16px;
  margin-bottom: 0.5em;
  line-height: 24px; }
  @media (max-width: 599px) {
    p {
      font-size: small;
      line-height: 20px; } }
  p a {
    text-decoration: underline;
    color: #047db5;
    font-weight: 400; }

ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none; }
  ul.bullet-list {
    list-style-type: initial; }

a {
  text-decoration: none;
  color: #047db5;
  font-weight: 400; }
  @media (max-width: 1023px) {
    a {
      font-size: small; } }
  a:hover, a:focus {
    color: #145f62; }
  a.no-cap {
    text-transform: none; }

/*  TRANSITIONS  */
input[type="submit"], .icon {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out; }
  .dd-selectmenu-menu input[type="submit"], .dd-selectmenu-menu .icon {
    transition: none; }

input::-moz-focus-inner {
  border: 0 !important; }

object, embed {
  outline: 0 !important; }

.breadcrumb-wrapper {
  width: 100%;
  float: left;
  z-index: 2;
  position: relative; }

.breadcrumbs {
  display: inline-block;
  position: relative;
  font-size: small;
  margin: 1em auto 0;
  color: #01336a !important;
  width: 100% !important;
  float: none !important; }
  .breadcrumbs > li {
    display: inline-block;
    list-style-type: none; }
    .breadcrumbs > li a {
      color: #5c5b5b;
      font-weight: 400; }
      .breadcrumbs > li a:after {
        font-family: 'fontAwesome';
        content: '\f105';
        font-size: small;
        margin: 0 .5em; }
      .breadcrumbs > li a:hover {
        color: #047db5; }
        .breadcrumbs > li a:hover:after {
          color: #5c5b5b;
          text-decoration: none !important;
          cursor: default; }
    .breadcrumbs > li.active-page {
      color: #01336a; }
  .breadcrumbs > a {
    color: #5c5b5b;
    font-weight: 400; }
    .breadcrumbs > a:after {
      font-family: 'fontAwesome';
      content: '\f105';
      font-size: small;
      margin: 0 .5em; }
    .breadcrumbs > a:hover {
      color: #047db5; }
      .breadcrumbs > a:hover:after {
        color: #5c5b5b;
        text-decoration: none !important;
        cursor: default; }
  .breadcrumbs > span {
    color: #01336a; }
  @media (max-width: 599px) {
    .breadcrumbs {
      display: none !important; } }
sup {
  vertical-align: sub;
  font-size: smaller; }

.uppercase {
  text-transform: uppercase !important; }

/*  ==================================================
  4. CONTAINERS
  ==================================================  */
.main-content-container {
  background: #F4F4F5;
  margin: 5em 0 8em;
  width: 100%;
  float: left; }
  @media (max-width: 1023px) {
    .main-content-container {
      background-color: #F4F4F5;
      margin-top: 4em; } }
table > tbody > tr > td, table > tbody > tr th {
  vertical-align: top; }

.test-container, .report-container {
  background: white;
  border: thin solid #D3D9DF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  @media (max-width: 1023px) {
    .test-container, .report-container {
      width: 100vw;
      max-width: 100%; } }
.test-top, .test-body, .test-bottom, .report-bottom {
  padding: 1em 4em;
  box-sizing: border-box; }

.test-body {
  padding: 2em 4em; }
  @media (max-width: 1023px) {
    .test-body {
      padding: 0 1em 2em; } }
  .test-body > .left-side, .test-body > .right-side {
    background: transparent;
    padding: 1em 1em; }
  .test-body > .right-side {
    position: relative;
    height: 500px;
    overflow-y: auto; }
    @media (max-width: 599px) {
      .test-body > .right-side {
        height: 100%; } }
  .test-body > .half {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .test-body > .half:first-of-type, .test-body > .half:first-child {
      border-right: thin solid #D3D9DF;
      padding-bottom: 4em; }
      @media (max-width: 599px) {
        .test-body > .half:first-of-type, .test-body > .half:first-child {
          border: 0;
          border-left: 0;
          margin-top: 0; } }
  .test-body > form > .row > .half {
    width: 48% !important; }
    @media (max-width: 1023px) {
      .test-body > form > .row > .half {
        width: 100% !important; } }
.test-bottom, .report-bottom {
  border-top: thin solid #D3D9DF;
  padding: 1rem;
  z-index: 99;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  background: white;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .test-bottom, .report-bottom {
      padding: 2rem;
      justify-content: center; } }
  @media (max-width: 599px) {
    .test-bottom.sticky, .sticky.report-bottom {
      background: white;
      position: fixed;
      bottom: -41.9px;
      width: 89.3%; }
      .test-bottom.sticky > lfloat, .sticky.report-bottom > lfloat, .test-bottom.sticky > cfloat, .sticky.report-bottom > cfloat {
        display: none; } }
  .test-bottom > .test-bottom-wrapper, .report-bottom > .test-bottom-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding: 0 !important; }
    @media (max-width: 1023px) {
      .test-bottom > .test-bottom-wrapper > .lfloat, .report-bottom > .test-bottom-wrapper > .lfloat, .test-bottom > .test-bottom-wrapper > .rfloat, .report-bottom > .test-bottom-wrapper > .rfloat {
        width: 100%; } }
  .test-bottom > .lfloat, .report-bottom > .lfloat, .test-bottom > .rfloat, .report-bottom > .rfloat {
    width: 50%;
    vertical-align: top;
    display: inline-block !important;
    padding: 1em 1em; }
    @media (max-width: 1023px) {
      .test-bottom > .lfloat, .report-bottom > .lfloat, .test-bottom > .rfloat, .report-bottom > .rfloat {
        padding: 0em 1em; } }
    .test-bottom > .lfloat > .button-wrapper, .report-bottom > .lfloat > .button-wrapper, .test-bottom > .rfloat > .button-wrapper, .report-bottom > .rfloat > .button-wrapper {
      width: 70%; }
      @media (max-width: 1023px) {
        .test-bottom > .lfloat > .button-wrapper, .report-bottom > .lfloat > .button-wrapper, .test-bottom > .rfloat > .button-wrapper, .report-bottom > .rfloat > .button-wrapper {
          width: 100%; } }
      .test-bottom > .lfloat > .button-wrapper > .label-wrapper, .report-bottom > .lfloat > .button-wrapper > .label-wrapper, .test-bottom > .rfloat > .button-wrapper > .label-wrapper, .report-bottom > .rfloat > .button-wrapper > .label-wrapper {
        width: 50%; }
        @media (max-width: 1023px) {
          .test-bottom > .lfloat > .button-wrapper > .label-wrapper > .btn, .report-bottom > .lfloat > .button-wrapper > .label-wrapper > .btn, .test-bottom > .rfloat > .button-wrapper > .label-wrapper > .btn, .report-bottom > .rfloat > .button-wrapper > .label-wrapper > .btn {
            margin-bottom: 0; } }
    @media (max-width: 599px) {
      .test-bottom > .lfloat, .report-bottom > .lfloat, .test-bottom > .rfloat, .report-bottom > .rfloat {
        width: 100% !important; } }
  .test-bottom > .cfloat, .report-bottom > .cfloat {
    background-color: #f1f3f4;
    display: inline-block !important;
    width: 100%;
    text-align: center;
    margin-bottom: 1em !important;
    padding: 1em 1em;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative; }
    @media (max-width: 599px) {
      .test-bottom > .cfloat, .report-bottom > .cfloat {
        margin-bottom: 1em;
        width: 100% !important; } }
    .test-bottom > .cfloat > .dropdown, .report-bottom > .cfloat > .dropdown {
      display: block;
      position: relative; }
  @media (max-width: 599px) {
    .test-bottom > .lfloat, .report-bottom > .lfloat {
      width: 100% !important; } }
  @media (max-width: 599px) {
    .test-bottom > .rfloat, .report-bottom > .rfloat {
      margin-top: 0em !important;
      width: 100% !important; } }
  .test-bottom .item-a, .report-bottom .item-a {
    width: auto;
    justify-self: start; }
    @media (max-width: 1023px) {
      .test-bottom .item-a, .report-bottom .item-a {
        width: auto; } }
  .test-bottom .item-b, .report-bottom .item-b {
    width: fit-content;
    justify-self: center;
    position: relative; }
    @media (max-width: 1024px) {
      .test-bottom .item-b, .report-bottom .item-b {
        width: 260px; } }
    @media (max-width: 1023px) {
      .test-bottom .item-b, .report-bottom .item-b {
        width: 300px;
        margin-bottom: 2rem; } }
  .test-bottom .item-c, .report-bottom .item-c {
    width: auto;
    justify-self: end; }
    @media (max-width: 1023px) {
      .test-bottom .item-c, .report-bottom .item-c {
        width: auto; } }
    .test-bottom .item-c .button-wrapper, .report-bottom .item-c .button-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 1023px) {
        .test-bottom .item-c .button-wrapper, .report-bottom .item-c .button-wrapper {
          width: 100%;
          justify-content: center; }
          .test-bottom .item-c .button-wrapper .label-wrapper, .report-bottom .item-c .button-wrapper .label-wrapper {
            width: auto !important;
            margin-left: 1em; } }
  .test-bottom .item-d, .report-bottom .item-d {
    width: fit-content;
    justify-self: end;
    grid-column: -1 / -2; }
    .test-bottom .item-d .button-wrapper .label-wrapper:last-of-type, .report-bottom .item-d .button-wrapper .label-wrapper:last-of-type, .test-bottom .item-d .button-wrapper .label-wrapper:last-child, .report-bottom .item-d .button-wrapper .label-wrapper:last-child {
      margin-left: 1rem; }
  .test-bottom > .test-bottom-wrapper, .report-bottom > .test-bottom-wrapper {
    width: 100%; }
  .test-bottom > .button-wrapper > .label-wrapper, .report-bottom > .button-wrapper > .label-wrapper {
    width: 100%; }
  .test-bottom > .lfloat, .report-bottom > .lfloat, .test-bottom > .rfloat, .report-bottom > .rfloat {
    width: 50%; }
    @media (max-width: 1023px) {
      .test-bottom > .lfloat, .report-bottom > .lfloat, .test-bottom > .rfloat, .report-bottom > .rfloat {
        width: 100%;
        text-align: center; } }
.question-header-container {
  background: transparent;
  border-top: thin solid #565656;
  border-bottom: thin solid #565656;
  padding: 1em 4em;
  text-align: center; }
  @media (max-width: 599px) {
    .question-header-container {
      display: none; } }
  @media (max-width: 599px) {
    .question-header-container > .thirtythree {
      margin-bottom: 1em; }
      .question-header-container > .thirtythree:last-of-type, .question-header-container > .thirtythree:last-chlid {
        margin-bottom: 0; } }
  .question-header-container > .thirtythree > .label-wrapper > .label-name {
    margin-top: .6em; }
    @media (max-width: 599px) {
      .question-header-container > .thirtythree > .label-wrapper > .label-name {
        margin-top: 0; } }
  .question-header-container > .thirtythree > .label-wrapper > .input.small {
    width: 68%;
    border: 0;
    margin: .1em .5em;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
    @media (max-width: 599px) {
      .question-header-container > .thirtythree > .label-wrapper > .input.small {
        width: 100%; } }
.question-section-wrapper, .highlighted-question {
  background: #1B3760;
  padding: 1em 2em;
  text-align: center;
  float: left; }
  .question-section-wrapper > p, .highlighted-question > p {
    display: block;
    color: white;
    margin: auto auto; }
    @media (max-width: 599px) {
      .question-section-wrapper > p, .highlighted-question > p {
        width: 100%; } }
.highlighted-question {
  background: #dedede;
  width: 100%;
  margin: 1em 0; }
  .highlighted-question > p {
    display: block;
    color: #5c5b5b;
    text-align: left; }
    @media (max-width: 599px) {
      .highlighted-question > p {
        width: 100%;
        margin-bottom: 1em; } }
.title-wrapper > .awl-logo-wrapper {
  width: 117px;
  height: 98px;
  float: left; }
  @media (max-width: 1024px) {
    .title-wrapper > .awl-logo-wrapper {
      width: 20%;
      height: 100px; } }
  @media (max-width: 1023px) {
    .title-wrapper > .awl-logo-wrapper {
      width: 100%;
      height: 100px; } }
  .title-wrapper > .awl-logo-wrapper > span {
    background: url("/images/logos/awl-logo.svg") no-repeat center center;
    background-size: 100%;
    display: inline-block;
    height: 100%;
    width: 100%;
    left: 0px;
    margin-right: 1em;
    position: relative; }
    @media (max-width: 1024px) {
      .title-wrapper > .awl-logo-wrapper > span {
        background-size: 100%; } }
    @media (max-width: 1023px) {
      .title-wrapper > .awl-logo-wrapper > span {
        background-size: 45%; } }
  @media (max-width: 599px) {
    .title-wrapper > .awl-logo-wrapper {
      font-size: small;
      font-weight: bold;
      margin-left: 0; } }
.title-wrapper > h1 {
  display: block;
  width: auto;
  margin: 0.7em auto .5em;
  text-align: center; }
  @media (max-width: 599px) {
    .title-wrapper > h1 {
      font-size: small;
      font-weight: bold;
      margin-left: 0;
      margin-top: 0; } }
.question-answer-wrapper {
  margin: 1em 0;
  width: 100%;
  float: left; }

#frm_common .question-answer-wrapper > .half {
  width: 48% !important;
  margin-top: 1em; }
  @media (max-width: 1023px) {
    #frm_common .question-answer-wrapper > .half {
      width: 100% !important; } }
.test-body > .left-side {
  padding-top: 2em; }

.test-body > .right-side.half > .question-answer-wrapper:last-of-type, .test-body > .right-side.half > .question-answer-wrapper:last-child {
  margin-bottom: 0 !important; }

@media (max-width: 599px) {
  .left-side-content {
    display: none; } }

@media (max-width: 1023px) {
  .answer-wrapper {
    padding-left: 0; } }

.answer-wrapper.diagnostic > .thirtythree {
  margin-right: 2em; }

.answer-wrapper.diagnostic > .half {
  width: 48% !important;
  margin-bottom: 1em; }
  .answer-wrapper.diagnostic > .half:nth-child(even) {
    float: right; }
  @media (max-width: 1023px) {
    .answer-wrapper.diagnostic > .half {
      width: 100% !important; } }
  .answer-wrapper.diagnostic > .half > .dropdown {
    display: inline-block;
    padding-left: 1em !important; }
    .answer-wrapper.diagnostic > .half > .dropdown > select, .answer-wrapper.diagnostic > .half > .dropdown option {
      max-width: 479px; }

.answer-wrapper > .thirtythree {
  width: 30% !important; }
  .answer-wrapper > .thirtythree:nth-child(even) {
    margin-right: 5%; }
    @media (max-width: 599px) {
      .answer-wrapper > .thirtythree:nth-child(even) {
        margin-left: 0;
        margin-right: 0; } }
  .answer-wrapper > .thirtythree.last {
    margin-right: 0 !important; }
  @media (max-width: 1023px) {
    .answer-wrapper > .thirtythree {
      width: 100% !important; }
      .answer-wrapper > .thirtythree.last {
        float: left !important;
        margin-right: 0 !important; } }
.answer-wrapper > label > p > strong {
  display: none; }
  @media (max-width: 1023px) {
    .answer-wrapper > label > p > strong {
      display: inline-block; } }
.answer-wrapper.diagnostic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem; }
  .answer-wrapper.diagnostic:before {
    content: "";
    display: none !important; }
  .answer-wrapper.diagnostic .behaviorals-cat {
    width: 100%; }
  .answer-wrapper.diagnostic.single-column {
    grid-template-columns: 1fr; }

.pas-section-container > .title-section {
  display: inline-block;
  text-align: center;
  margin: 1em auto;
  width: 100%; }

@media (max-width: 599px) {
  .pas-section-container {
    padding: 1em 0;
    overflow-x: auto;
    width: 100%; } }

.pas-question-wrapper {
  width: 100%;
  position: relative;
  margin: 2em auto; }
  @media (max-width: 1023px) {
    .pas-question-wrapper > form {
      max-width: 400px;
      overflow: hidden; } }
  @media (max-width: 1023px) {
    .pas-question-wrapper {
      overflow-x: auto;
      width: 100%; } }
  @media (max-width: 1023px) {
    .pas-question-wrapper table {
      max-width: 100%;
      overflow-x: scroll;
      display: inline-block; } }
.social-history-table {
  width: 100%;
  margin: 0 auto;
  border: thin solid gray; }
  @media (max-width: 1023px) {
    .social-history-table {
      border: thin solid gray;
      border-bottom: 0; } }
  .social-history-table > tbody > tr {
    border-bottom: thin solid gray;
    display: flex; }
    .social-history-table > tbody > tr:last-of-type, .social-history-table > tbody > tr:last-child {
      border-bottom: 0; }
    @media (max-width: 1023px) {
      .social-history-table > tbody > tr {
        border: 0; } }
    .social-history-table > tbody > tr > th {
      background: #ccc;
      text-align: left;
      font-weight: bold;
      padding: 1em 1em;
      width: 230px;
      vertical-align: top; }
      @media (max-width: 1023px) {
        .social-history-table > tbody > tr > th {
          width: 100%;
          text-indent: 0;
          padding: .25em 1em;
          text-align: center;
          margin-top: -1px;
          float: left; }
          .social-history-table > tbody > tr > th:nth-child(1) {
            margin-top: 0; } }
    .social-history-table > tbody > tr > td {
      vertical-align: top;
      width: 100%;
      float: left; }
      @media (max-width: 1023px) {
        .social-history-table > tbody > tr > td {
          padding-top: 0;
          display: table-cell;
          float: left;
          width: 100%; } }
      .social-history-table > tbody > tr > td.side-by-side {
        display: table-cell;
        width: 50%;
        white-space: normal; }
        .social-history-table > tbody > tr > td.side-by-side.last-of-type:last-of-type, .social-history-table > tbody > tr > td.side-by-side.last-of-type:last-child {
          border-top: solid thin gray; }
      @media (max-width: 1023px) {
        .social-history-table > tbody > tr > td > table > tbody > tr {
          width: 100%;
          display: grid; } }
      .social-history-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .social-history-table > tbody > tr > td > table > tbody > tr:last-child > td {
        border-bottom: 0; }
        @media (max-width: 1023px) {
          .social-history-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .social-history-table > tbody > tr > td > table > tbody > tr:last-child > td {
            border-bottom: thin solid gray !important; } }
      .social-history-table > tbody > tr > td > table > tbody > tr > td {
        padding: 1em 1em;
        border-bottom: thin solid gray; }
        @media (max-width: 1023px) {
          .social-history-table > tbody > tr > td > table > tbody > tr > td {
            width: 100%; } }
  .social-history-table.preferred-learning .answer-wrapper {
    min-height: 60px; }
  .social-history-table.preferred-learning .side-by-side.last-of-type td:first-of-type, .social-history-table.preferred-learning .side-by-side.last-of-type td:first-child {
    border-top: 0 !important; }
  .social-history-table.indi-educational td {
    width: 100% !important;
    float: left; }
  .social-history-table.alcohol-substance {
    border-left: thin solid gray;
    border-right: thin solid gray;
    border-bottom: 0;
    border-top: 0; }
    @media (max-width: 1023px) {
      .social-history-table.alcohol-substance {
        border-bottom: thin solid gray; } }
    .social-history-table.alcohol-substance tr {
      display: revert; }
      @media (max-width: 1023px) {
        .social-history-table.alcohol-substance tr {
          display: inherit; } }
      .social-history-table.alcohol-substance tr > th {
        width: auto !important;
        border-right: thin solid gray;
        border-top: thin solid gray; }
        @media (max-width: 1023px) {
          .social-history-table.alcohol-substance tr > th {
            width: auto !important;
            float: none;
            border-right-width: thin; } }
        .social-history-table.alcohol-substance tr > th:last-of-type, .social-history-table.alcohol-substance tr > th:last-child {
          border-right: 0; }
      .social-history-table.alcohol-substance tr > td {
        padding: 1em;
        width: auto;
        float: none;
        border-bottom: thin solid gray; }
        @media (max-width: 1023px) {
          .social-history-table.alcohol-substance tr > td {
            float: none;
            border-right: thin solid gray !important; } }
  .social-history-table.nutrition tbody > tr > td > table > tbody > tr > td.borders:last-of-type, .social-history-table.nutrition tbody > tr > td > table > tbody > tr > td.borders:last-child {
    border-right: 0; }
  @media (max-width: 1023px) {
    .social-history-table.nutrition tbody > tr > td > table > tbody > tr {
      display: inherit; }
      .social-history-table.nutrition tbody > tr > td > table > tbody > tr > td.borders {
        border-right: thin solid gray; }
        .social-history-table.nutrition tbody > tr > td > table > tbody > tr > td.borders:last-of-type, .social-history-table.nutrition tbody > tr > td > table > tbody > tr > td.borders:last-child {
          border-right: 0; } }
    @media (max-width: 1023px) and (max-width: 1023px) {
      .social-history-table.nutrition tbody > tr > td > table > tbody > tr > td.borders {
        width: auto !important; } }
.social-hisotry-section {
  position: relative; }
  .social-hisotry-section .label-wrapper {
    margin: 1rem 0; }
  .social-hisotry-section .half {
    width: 48% !important; }

.nutrition-screen-table, .nutrition-assessment-table {
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .nutrition-screen-table, .nutrition-assessment-table {
      border: thin solid gray;
      border-bottom: 0; } }
  .nutrition-screen-table > thead > tr, .nutrition-assessment-table > thead > tr {
    border: thin solid gray; }
    .nutrition-screen-table > thead > tr > th, .nutrition-assessment-table > thead > tr > th {
      border: thin solid gray;
      text-align: left;
      font-weight: bold;
      padding: 1em 1em; }
      @media (max-width: 1023px) {
        .nutrition-screen-table > thead > tr > th, .nutrition-assessment-table > thead > tr > th {
          padding: 0 1em; } }
  .nutrition-screen-table > tbody > tr, .nutrition-assessment-table > tbody > tr {
    border: thin solid gray; }
    @media (max-width: 1023px) {
      .nutrition-screen-table > tbody > tr, .nutrition-assessment-table > tbody > tr {
        border: 0; } }
    .nutrition-screen-table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td {
      border: thin solid gray;
      text-align: left;
      padding: 1em 1em; }
      @media (max-width: 1023px) {
        .nutrition-screen-table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td {
          text-indent: .25em; } }
    @media (max-width: 1023px) {
      .nutrition-screen-table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td {
        padding-top: 1em; } }
    @media (max-width: 1023px) {
      .nutrition-screen-table > tbody > tr > td > table > tbody > tr, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr {
        width: 100%; } }
    .nutrition-screen-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .nutrition-screen-table > tbody > tr > td > table > tbody > tr:last-child > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr:last-child > td {
      border-bottom: 0; }
      @media (max-width: 1023px) {
        .nutrition-screen-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .nutrition-screen-table > tbody > tr > td > table > tbody > tr:last-child > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr:last-child > td {
          border-bottom: thin solid gray !important; } }
    .nutrition-screen-table > tbody > tr > td > table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr > td {
      border-bottom: thin solid gray; }
      @media (max-width: 1023px) {
        .nutrition-screen-table > tbody > tr > td > table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr > td {
          display: block;
          width: 100%; } }
.suicide-harm-risk-table, .mental-status-table {
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .suicide-harm-risk-table, .mental-status-table {
      border: thin solid gray;
      border-bottom: 0; } }
  .suicide-harm-risk-table > thead > tr, .mental-status-table > thead > tr {
    border: thin solid gray; }
    .suicide-harm-risk-table > thead > tr > th, .mental-status-table > thead > tr > th {
      border: thin solid gray;
      text-align: left;
      font-weight: bold;
      padding: 1em 1em;
      vertical-align: top; }
      @media (max-width: 1023px) {
        .suicide-harm-risk-table > thead > tr > th, .mental-status-table > thead > tr > th {
          padding: 0 1em;
          border-bottom: thin solid gray; } }
  .suicide-harm-risk-table > tbody > tr, .mental-status-table > tbody > tr {
    border: thin solid gray; }
    @media (max-width: 1023px) {
      .suicide-harm-risk-table > tbody > tr, .mental-status-table > tbody > tr {
        border: 0; } }
    .suicide-harm-risk-table > tbody > tr > td, .suicide-harm-risk-table > tbody > tr > th, .mental-status-table > tbody > tr > td, .mental-status-table > tbody > tr > th {
      border: thin solid gray;
      text-align: left;
      padding: 1em 1em;
      vertical-align: top; }
      @media (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td, .suicide-harm-risk-table > tbody > tr > th, .mental-status-table > tbody > tr > td, .mental-status-table > tbody > tr > th {
          float: left;
          text-indent: .25em; } }
    @media (max-width: 1023px) {
      .suicide-harm-risk-table > tbody > tr > td, .mental-status-table > tbody > tr > td {
        padding-top: 1em;
        display: table-cell;
        float: left;
        width: 100%; } }
    @media (max-width: 1023px) {
      .suicide-harm-risk-table > tbody > tr > td > input, .mental-status-table > tbody > tr > td > input {
        width: 100% !important; } }
    @media (max-width: 1023px) {
      .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr, .mental-status-table > tbody > tr > td > table > tbody > tr {
        width: 100%;
        display: grid; } }
    .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-child > td, .mental-status-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .mental-status-table > tbody > tr > td > table > tbody > tr:last-child > td {
      border-bottom: 0; }
      @media (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-child > td, .mental-status-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .mental-status-table > tbody > tr > td > table > tbody > tr:last-child > td {
          border-bottom: thin solid gray !important; } }
    .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr.multi-columns, .mental-status-table > tbody > tr > td > table > tbody > tr.multi-columns {
      display: inline-grid;
      width: 50%; }
      @media (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr.multi-columns, .mental-status-table > tbody > tr > td > table > tbody > tr.multi-columns {
          width: 100%;
          float: left; } }
      @media (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr.multi-columns > td, .mental-status-table > tbody > tr > td > table > tbody > tr.multi-columns > td {
          border-bottom: 0 !important; } }
    .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr > td, .mental-status-table > tbody > tr > td > table > tbody > tr > td {
      padding: 0; }
      @media (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr > td, .mental-status-table > tbody > tr > td > table > tbody > tr > td {
          border-bottom: 0;
          display: block;
          width: 100%; } }
.mental-status-table.mental-status .checkbox-wrapper {
  float: left;
  width: 100%;
  margin-left: 0 !important; }
  @media (max-width: 1023px) {
    .mental-status-table.mental-status .checkbox-wrapper {
      float: none; } }
  .mental-status-table.mental-status .checkbox-wrapper .radio-label {
    width: 100%; }
  .mental-status-table.mental-status .checkbox-wrapper textarea {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

.mental-status-table.mental-status textarea {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.mental-status-table.mental-status td > table > tbody > tr > td {
  float: left;
  width: 100%; }

@media (max-width: 1023px) {
  .mental-status-table.mental-status table > tbody > tr th, .mental-status-table.mental-status table > tbody > tr td {
    float: none; } }

@media (max-width: 1023px) {
  .suicide-harm-risk-table > tbody > tr > td,
  .suicide-harm-risk-table > tbody > tr > th,
  .mental-status-table > tbody > tr > td,
  .mental-status-table > tbody > tr > th {
    float: none;
    width: auto; } }

@media (max-width: 1023px) {
  .mental-status-table.mental-status .checkbox-wrapper {
    float: none; } }

@media (max-width: 1023px) {
  .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-of-type > td,
  .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-child > td,
  .mental-status-table > tbody > tr > td > table > tbody > tr:last-of-type > td,
  .mental-status-table > tbody > tr > td > table > tbody > tr:last-child > td {
    border-bottom: 0 !important; } }

.social-history-mobile {
  margin-bottom: 1em; }
  .social-history-mobile > h1 {
    margin: 2em 0 0; }

.borders {
  border-left: thin solid gray;
  border-right: thin solid gray; }
  .borders:first-of-type, .borders:first-child {
    border-left: 0; }
  .borders:last-of-type, .borders:last-child {
    border-right: 0; }
  @media (max-width: 1023px) {
    .borders {
      border: 0; } }
.tr-border-bottom {
  border-bottom: thin solid gray; }
  .tr-border-bottom:last-of-type, .tr-border-bottom:last-child {
    border-bottom: 0; }
  @media (max-width: 1023px) {
    .tr-border-bottom {
      border: 0; } }
.side-by-side {
  display: table-cell;
  width: 230px;
  vertical-align: top;
  white-space: nowrap; }
  .side-by-side > table > tbody > tr > td {
    display: block;
    width: 100%;
    min-height: 80px;
    border: thin solid #565656;
    border-left: 0;
    border-right: 0; }
    @media (max-width: 1023px) {
      .side-by-side > table > tbody > tr > td {
        border: 0; } }
  .side-by-side.last-of-type > table > tbody > tr > td {
    border-left: thin solid #565656; }
    @media (max-width: 1023px) {
      .side-by-side.last-of-type > table > tbody > tr > td {
        border: 0; } }
.first-child {
  width: 80%; }

@media (max-width: 1023px) {
  #totalScore {
    text-align: left !important;
    width: 100%; }
    #totalScore > strong {
      text-align: left; }
    #totalScore > input {
      width: 100%; } }

@media (max-width: 1023px) {
  .hide-for-mobile {
    display: none !important; } }

@media (max-width: 1023px) {
  .fill-available {
    float: left !important;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: stretch;
    width: 100vw !important; } }

@media (max-width: 1023px) {
  .lrg-th {
    min-width: 250px;
    float: left; } }

.form-header-section, .form-body-section, .form-bottom-section {
  display: flex;
  width: 100%;
  padding: 1em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .form-header-section, .form-body-section, .form-bottom-section {
      display: inline-block;
      width: 100%;
      padding: 1em 0; } }
.form-header-section {
  border-bottom: thin solid #D3D9DF;
  align-items: center;
  height: 82px; }
  @media (max-width: 599px) {
    .form-header-section {
      height: auto;
      margin-top: 0; } }
.form-body-section {
  justify-content: center; }
  .form-body-section .half {
    width: 48% !important;
    vertical-align: top; }
    @media (max-width: 599px) {
      .form-body-section .half {
        width: 100% !important; } }
    .form-body-section .half:first-of-type, .form-body-section .half:first-child {
      margin-right: 2%; }
      @media (max-width: 599px) {
        .form-body-section .half:first-of-type, .form-body-section .half:first-child {
          margin-right: 0; } }
    .form-body-section .half input, .form-body-section .half select {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      /* Prevent background color leak outs */
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      border-color: #8c96a1; }
    .form-body-section .half .input-wrapper {
      margin-bottom: .79em;
      width: 49%; }
      @media (max-width: 599px) {
        .form-body-section .half .input-wrapper {
          width: 100%;
          margin-right: 0; } }
    .form-body-section .half .label-wrapper select {
      height: 40px; }
  .form-body-section.no-flex {
    width: 100%;
    text-align: center; }
  .form-body-section.small {
    padding: 4em 4em; }
  .form-body-section > .wrapper {
    text-align: left; }

.form-bottom-section {
  border-top: thin solid #D3D9DF;
  align-items: center;
  min-height: 80px; }
  .form-bottom-section .button-wrapper .label-wrapper {
    width: 48%;
    float: right; }
    .form-bottom-section .button-wrapper .label-wrapper:first-of-type, .form-bottom-section .button-wrapper .label-wrapper:first-child {
      float: left;
      text-align: left; }
      @media (max-width: 1023px) {
        .form-bottom-section .button-wrapper .label-wrapper:first-of-type, .form-bottom-section .button-wrapper .label-wrapper:first-child {
          text-align: center; } }
    @media (max-width: 1023px) {
      .form-bottom-section .button-wrapper .label-wrapper:last-of-type, .form-bottom-section .button-wrapper .label-wrapper:last-child {
        text-align: center !important; } }
    @media (max-width: 1023px) {
      .form-bottom-section .button-wrapper .label-wrapper {
        width: 100%;
        float: left;
        padding-left: 1em;
        padding-right: 1em;
        text-align: center; } }
.main-container {
  display: table;
  width: 100%;
  height: 100%; }
  .main-container > div {
    width: 93%; }
    .main-container > div:first-child, .main-container > div:first-of-type {
      width: 285px;
      max-width: 285px;
      min-width: 285px; }
    .main-container > div.left-column, .main-container > div.right-column {
      display: table-cell;
      vertical-align: top; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1) {
      .main-container > div ::i-block-chrome, .main-container > div.left-column {
        height: 100%;
        max-width: 300px;
        min-width: 300px;
        position: relative;
        width: 20%; } }
    .main-container > div.left-column {
      background: #1B3760;
      border-right: thin solid #565656; }
      .main-container > div.left-column.interviewer {
        background: #058ECE;
        border-right: thin solid #058ECE; }
      @media (max-width: 1023px) {
        .main-container > div.left-column {
          display: none; } }
    .main-container > div.right-column {
      background: #F4F4F5;
      position: relative; }
      @media (max-width: 1023px) {
        .main-container > div.right-column {
          width: 100% !important; } }
.image-container {
  background: no-repeat;
  width: 100%; }

.equal-height-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: relative; }

.left-side, .right-side, .centered {
  display: table-cell !important;
  margin: 0;
  vertical-align: top;
  min-height: 1px;
  position: relative; }

.left-side {
  background: #dedede;
  width: 250px;
  min-width: 250px; }
  @media (max-width: 1024px) {
    .left-side {
      width: 220px; } }
.right-side {
  padding: 0 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1024px) {
    .right-side {
      padding: 0 1em; } }
  @media (max-width: 1023px) {
    .right-side {
      width: 95%; } }
  @media only screen and (min-width: 600px) and (max-width: 800px) {
    .right-side {
      width: 100%; } }
  @media (max-width: 599px) {
    .right-side {
      width: 100%; } }
.centered {
  width: 100%; }
  @media (max-width: 599px) {
    .centered {
      width: 90%; } }
.push {
  display: none;
  height: 346px; }

.dash-recent-tab-container {
  display: block;
  margin: -3.4em 0 0;
  height: 100%; }
  .dash-recent-tab-container .tab-wrapper {
    background: #c4c4c4;
    width: 30%;
    height: 54px;
    float: left;
    margin: 0 2em 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 1200px) {
      .dash-recent-tab-container .tab-wrapper {
        width: 31.3%; } }
    @media (max-width: 599px) {
      .dash-recent-tab-container .tab-wrapper {
        height: inherit; } }
    .dash-recent-tab-container .tab-wrapper > input {
      visibility: hidden;
      left: -9999px;
      white-space: nowrap;
      position: absolute; }
    .dash-recent-tab-container .tab-wrapper .tab-btn {
      display: inline-block;
      border: thin solid #565656;
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
      /* Prevent background color leak outs */
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      margin: 0;
      width: 100%;
      height: 100%;
      position: relative;
      text-align: center;
      z-index: 2;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .dash-recent-tab-container .tab-wrapper .tab-btn h3 {
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        color: #5c5b5b;
        margin-top: 1em; }
    .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:checked + .tab-btn, .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:checked ~ .tab-btn, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:checked + .tab-btn, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:checked ~ .tab-btn {
      background: white;
      border-top-width: thick;
      border-top-color: #058ECE;
      border-bottom: 0; }
      .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:checked + .tab-btn h3, .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:checked ~ .tab-btn h3, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:checked + .tab-btn h3, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:checked ~ .tab-btn h3 {
        color: #058ECE; }
      .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:checked + .tab-btn:hover, .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:checked ~ .tab-btn:hover, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:checked + .tab-btn:hover, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:checked ~ .tab-btn:hover {
        cursor: default; }
    .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:disabled + .tab-btn, .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:disabled ~ .tab-btn, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:disabled + .tab-btn, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:disabled ~ .tab-btn {
      border-color: #efefef; }
      .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:disabled + .tab-btn h3, .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:disabled ~ .tab-btn h3, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:disabled + .tab-btn h3, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:disabled ~ .tab-btn h3 {
        color: #efefef; }
      .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:disabled + .tab-btn:hover, .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:disabled ~ .tab-btn:hover, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:disabled + .tab-btn:hover, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:disabled ~ .tab-btn:hover {
        cursor: default; }
    .dash-recent-tab-container .tab-wrapper:hover .tab-btn {
      background: #058ECE;
      border-color: #058ECE;
      cursor: pointer; }
      .dash-recent-tab-container .tab-wrapper:hover .tab-btn h3 {
        color: white; }
    @media (max-width: 768px) {
      .dash-recent-tab-container .tab-wrapper {
        margin-top: 2%; } }
    @media (max-width: 599px) {
      .dash-recent-tab-container .tab-wrapper {
        margin-top: 3%; } }
.tab-wrapper:last-of-type, .tab-wrapper:last-child, .tab-wrapper:nth-child(3) {
  margin-right: 0 !important; }

.tab-content-wrapper, .table-section {
  display: none;
  width: 100%;
  min-height: 547px;
  margin-top: 4em;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: "linear";
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: "linear";
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: 1;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: "linear";
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -ms-animation-delay: 0;
  -ms-animation-duration: 1.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-name: fadeIn;
  -ms-animation-timing-function: "linear";
  -ms-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  animation-timing-function: "linear";
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */ }
  .tab-content-wrapper.active, .active.table-section {
    display: inline-block; }
  .tab-content-wrapper > .label-qtr p, .table-section > .label-qtr p {
    font-size: small; }
  .tab-content-wrapper > table, .table-section > table {
    margin-top: 2em; }

.content-top {
  border-bottom: thin solid #C1C4BE;
  width: 100%;
  float: left;
  margin-bottom: 2.5em;
  padding-bottom: 1em; }
  .content-top > h1, .content-top > .btn {
    float: left; }
  .content-top > h1 {
    width: auto; }
  .content-top > .btn {
    float: right; }
  .content-top > .r-side > .wrapper {
    width: 100%; }

.paging-container {
  width: 100%;
  text-align: center;
  float: left; }
  @media (max-width: 768px) {
    .paging-container {
      display: block;
      width: 90%;
      margin: 0 auto; } }
  @media (max-width: 599px) {
    .paging-container {
      display: block;
      width: 90%;
      margin: 0 auto 1em; } }
  .paging-container .paging-wrapper, .paging-container .paging_simple_numbers {
    display: block;
    margin: 0 auto;
    width: 358px; }
    @media (max-width: 768px) {
      .paging-container .paging-wrapper, .paging-container .paging_simple_numbers {
        width: 90%; } }
    @media (max-width: 599px) {
      .paging-container .paging-wrapper, .paging-container .paging_simple_numbers {
        width: 100%; } }
    .paging-container .paging-wrapper .prev, .paging-container .paging-wrapper .page-num, .paging-container .paging-wrapper .next, .paging-container .paging-wrapper .paginate_button, .paging-container .paging-wrapper .previous, .paging-container .paging_simple_numbers .prev, .paging-container .paging_simple_numbers .page-num, .paging-container .paging_simple_numbers .next, .paging-container .paging_simple_numbers .paginate_button, .paging-container .paging_simple_numbers .previous {
      float: left;
      width: auto; }
      .paging-container .paging-wrapper .prev .prev-btn, .paging-container .paging-wrapper .prev .next-btn, .paging-container .paging-wrapper .page-num .prev-btn, .paging-container .paging-wrapper .page-num .next-btn, .paging-container .paging-wrapper .next .prev-btn, .paging-container .paging-wrapper .next .next-btn, .paging-container .paging-wrapper .paginate_button .prev-btn, .paging-container .paging-wrapper .paginate_button .next-btn, .paging-container .paging-wrapper .previous .prev-btn, .paging-container .paging-wrapper .previous .next-btn, .paging-container .paging_simple_numbers .prev .prev-btn, .paging-container .paging_simple_numbers .prev .next-btn, .paging-container .paging_simple_numbers .page-num .prev-btn, .paging-container .paging_simple_numbers .page-num .next-btn, .paging-container .paging_simple_numbers .next .prev-btn, .paging-container .paging_simple_numbers .next .next-btn, .paging-container .paging_simple_numbers .paginate_button .prev-btn, .paging-container .paging_simple_numbers .paginate_button .next-btn, .paging-container .paging_simple_numbers .previous .prev-btn, .paging-container .paging_simple_numbers .previous .next-btn {
        color: #1b7478;
        text-decoration: underline; }
        .paging-container .paging-wrapper .prev .prev-btn:hover, .paging-container .paging-wrapper .prev .next-btn:hover, .paging-container .paging-wrapper .page-num .prev-btn:hover, .paging-container .paging-wrapper .page-num .next-btn:hover, .paging-container .paging-wrapper .next .prev-btn:hover, .paging-container .paging-wrapper .next .next-btn:hover, .paging-container .paging-wrapper .paginate_button .prev-btn:hover, .paging-container .paging-wrapper .paginate_button .next-btn:hover, .paging-container .paging-wrapper .previous .prev-btn:hover, .paging-container .paging-wrapper .previous .next-btn:hover, .paging-container .paging_simple_numbers .prev .prev-btn:hover, .paging-container .paging_simple_numbers .prev .next-btn:hover, .paging-container .paging_simple_numbers .page-num .prev-btn:hover, .paging-container .paging_simple_numbers .page-num .next-btn:hover, .paging-container .paging_simple_numbers .next .prev-btn:hover, .paging-container .paging_simple_numbers .next .next-btn:hover, .paging-container .paging_simple_numbers .paginate_button .prev-btn:hover, .paging-container .paging_simple_numbers .paginate_button .next-btn:hover, .paging-container .paging_simple_numbers .previous .prev-btn:hover, .paging-container .paging_simple_numbers .previous .next-btn:hover {
          color: draken(#1b7478, 10%); }
        .paging-container .paging-wrapper .prev .prev-btn.disabled, .paging-container .paging-wrapper .prev .next-btn.disabled, .paging-container .paging-wrapper .page-num .prev-btn.disabled, .paging-container .paging-wrapper .page-num .next-btn.disabled, .paging-container .paging-wrapper .next .prev-btn.disabled, .paging-container .paging-wrapper .next .next-btn.disabled, .paging-container .paging-wrapper .paginate_button .prev-btn.disabled, .paging-container .paging-wrapper .paginate_button .next-btn.disabled, .paging-container .paging-wrapper .previous .prev-btn.disabled, .paging-container .paging-wrapper .previous .next-btn.disabled, .paging-container .paging_simple_numbers .prev .prev-btn.disabled, .paging-container .paging_simple_numbers .prev .next-btn.disabled, .paging-container .paging_simple_numbers .page-num .prev-btn.disabled, .paging-container .paging_simple_numbers .page-num .next-btn.disabled, .paging-container .paging_simple_numbers .next .prev-btn.disabled, .paging-container .paging_simple_numbers .next .next-btn.disabled, .paging-container .paging_simple_numbers .paginate_button .prev-btn.disabled, .paging-container .paging_simple_numbers .paginate_button .next-btn.disabled, .paging-container .paging_simple_numbers .previous .prev-btn.disabled, .paging-container .paging_simple_numbers .previous .next-btn.disabled {
          background: transparent;
          color: #9d9d9d; }
        @media (max-width: 768px) {
          .paging-container .paging-wrapper .prev .prev-btn, .paging-container .paging-wrapper .prev .next-btn, .paging-container .paging-wrapper .page-num .prev-btn, .paging-container .paging-wrapper .page-num .next-btn, .paging-container .paging-wrapper .next .prev-btn, .paging-container .paging-wrapper .next .next-btn, .paging-container .paging-wrapper .paginate_button .prev-btn, .paging-container .paging-wrapper .paginate_button .next-btn, .paging-container .paging-wrapper .previous .prev-btn, .paging-container .paging-wrapper .previous .next-btn, .paging-container .paging_simple_numbers .prev .prev-btn, .paging-container .paging_simple_numbers .prev .next-btn, .paging-container .paging_simple_numbers .page-num .prev-btn, .paging-container .paging_simple_numbers .page-num .next-btn, .paging-container .paging_simple_numbers .next .prev-btn, .paging-container .paging_simple_numbers .next .next-btn, .paging-container .paging_simple_numbers .paginate_button .prev-btn, .paging-container .paging_simple_numbers .paginate_button .next-btn, .paging-container .paging_simple_numbers .previous .prev-btn, .paging-container .paging_simple_numbers .previous .next-btn {
            font-size: small; } }
        @media (max-width: 599px) {
          .paging-container .paging-wrapper .prev .prev-btn, .paging-container .paging-wrapper .prev .next-btn, .paging-container .paging-wrapper .page-num .prev-btn, .paging-container .paging-wrapper .page-num .next-btn, .paging-container .paging-wrapper .next .prev-btn, .paging-container .paging-wrapper .next .next-btn, .paging-container .paging-wrapper .paginate_button .prev-btn, .paging-container .paging-wrapper .paginate_button .next-btn, .paging-container .paging-wrapper .previous .prev-btn, .paging-container .paging-wrapper .previous .next-btn, .paging-container .paging_simple_numbers .prev .prev-btn, .paging-container .paging_simple_numbers .prev .next-btn, .paging-container .paging_simple_numbers .page-num .prev-btn, .paging-container .paging_simple_numbers .page-num .next-btn, .paging-container .paging_simple_numbers .next .prev-btn, .paging-container .paging_simple_numbers .next .next-btn, .paging-container .paging_simple_numbers .paginate_button .prev-btn, .paging-container .paging_simple_numbers .paginate_button .next-btn, .paging-container .paging_simple_numbers .previous .prev-btn, .paging-container .paging_simple_numbers .previous .next-btn {
            font-size: small; } }
    .paging-container .paging-wrapper .page-num, .paging-container .paging_simple_numbers .page-num {
      border-left: thin solid #9d9d9d;
      border-right: thin solid #9d9d9d;
      color: #9d9d9d;
      margin: 0 2%;
      padding: 0 4%;
      width: 200px; }
      @media (max-width: 768px) {
        .paging-container .paging-wrapper .page-num, .paging-container .paging_simple_numbers .page-num {
          width: 57%;
          font-size: small; } }
      @media (max-width: 599px) {
        .paging-container .paging-wrapper .page-num, .paging-container .paging_simple_numbers .page-num {
          width: 50%;
          font-size: small; } }
.table-paging-container {
  width: 100%;
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr 5fr 2fr;
  grid-gap: .5em;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1023px) {
    .table-paging-container {
      grid-template-columns: 1fr;
      max-width: 90%; } }
  .table-paging-container > div {
    width: 100%;
    max-width: 100%; }
    @media (max-width: 1023px) {
      .table-paging-container > div:nth-child(1) {
        text-align: center; } }
    .table-paging-container > div:nth-child(2) {
      object-position: center; }
    .table-paging-container > div:nth-child(3), .table-paging-container > div:last-of-type, .table-paging-container > div:last-child {
      text-align: right; }
    .table-paging-container > div.dataTables_info, .table-paging-container > div.dataTables_paginate, .table-paging-container > div.dataTables_length {
      font-size: small;
      text-align: center;
      color: #070606; }
    .table-paging-container > div.dataTables_info {
      text-align: left; }
      @media (max-width: 1023px) {
        .table-paging-container > div.dataTables_info {
          margin-bottom: 2em;
          text-align: center; } }
    @media (max-width: 1023px) {
      .table-paging-container > div.dataTables_length {
        margin: 2em auto;
        float: none;
        display: inline-block; } }
    .table-paging-container > div.dataTables_length > label, .table-paging-container > div.dataTables_length > .label-wrapper {
      max-width: 100px; }
      .table-paging-container > div.dataTables_length > label > select, .table-paging-container > div.dataTables_length > .label-wrapper > select {
        background-color: white;
        max-width: 90px;
        width: 100px;
        background-position: 4em center;
        margin-right: 1em; }
        @media (max-width: 599px) {
          .table-paging-container > div.dataTables_length > label > select, .table-paging-container > div.dataTables_length > .label-wrapper > select {
            background-position: 3em center;
            background-size: 19% !important;
            max-width: 70px;
            width: 100px; } }
.table-paging-container > .dataTables_paginate > .paginate_button {
  background-color: white;
  border: thin solid #565656;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: auto; }
  .table-paging-container > .dataTables_paginate > .paginate_button.previous, .table-paging-container > .dataTables_paginate > .paginate_button.next {
    color: #1b7478;
    text-decoration: underline; }
    .table-paging-container > .dataTables_paginate > .paginate_button.previous:hover, .table-paging-container > .dataTables_paginate > .paginate_button.next:hover {
      color: draken(#1b7478, 10%); }
    .table-paging-container > .dataTables_paginate > .paginate_button.previous.disabled, .table-paging-container > .dataTables_paginate > .paginate_button.next.disabled {
      background: transparent;
      color: #9d9d9d; }
    @media (max-width: 768px) {
      .table-paging-container > .dataTables_paginate > .paginate_button.previous, .table-paging-container > .dataTables_paginate > .paginate_button.next {
        font-size: small; } }
    @media (max-width: 599px) {
      .table-paging-container > .dataTables_paginate > .paginate_button.previous, .table-paging-container > .dataTables_paginate > .paginate_button.next {
        font-size: small; } }
.table-paging-container > .dataTables_paginate > span .paginate_button {
  background: white !important;
  border: thin solid #9d9d9d !important;
  color: #9d9d9d !important;
  margin: 0 1%;
  padding: 0.5em .5em;
  width: auto;
  line-height: normal; }
  .table-paging-container > .dataTables_paginate > span .paginate_button:hover {
    background: #058ECE !important; }
  @media (max-width: 768px) {
    .table-paging-container > .dataTables_paginate > span .paginate_button {
      font-size: small; } }
  @media (max-width: 599px) {
    .table-paging-container > .dataTables_paginate > span .paginate_button {
      font-size: small; } }
  .table-paging-container > .dataTables_paginate > span .paginate_button.current {
    background: #058ECE !important;
    color: white !important;
    border-color: #058ECE !important; }

.table-paging-container > .dataTables_paginate .paginate_button.next, .table-paging-container > .dataTables_paginate .paginate_button.previous {
  border: 0; }

.table-paging-container > .dataTables_paginate .paginate_button:hover {
  background: #058ECE !important;
  border-color: #058ECE !important;
  color: white !important; }

.table-paging-container > .dataTables_paginate .paginate_button.disabled:hover {
  background: transparent !important;
  border: 0; }

.dataTables_info {
  width: 230px;
  min-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (max-width: 1023px) {
    .dataTables_info {
      width: 100%;
      min-width: 100%; } }
@media (max-width: 1023px) {
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0.2em;
    padding: 0em 0.4em;
    width: auto; } }

@media screen and (max-width: 767px) {
  li.paginate_button.previous {
    display: inline; }
  li.paginate_button.next {
    display: inline; }
  li.paginate_button {
    display: none; } }

.table-paging-container > div:nth-child(3), .table-paging-container > div:last-of-type,
.table-paging-container > div:last-child {
  max-width: 200px; }

table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer {
  border-bottom: none !important; }

@media (max-width: 1023px) {
  table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: -5px center;
    text-indent: 1.4em; } }

/* Wrapper */
.wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
  position: relative;
  z-index: 2; }
  @media (min-width: 1200px) {
    .wrapper {
      width: 80%; } }
  @media only screen and (min-width: 600px) and (max-width: 800px) {
    .wrapper {
      width: 95%; } }
  .wrapper.landing-page {
    width: 86%;
    margin-top: 2em; }
    @media (max-width: 599px) {
      .wrapper.landing-page {
        width: 90%;
        margin-top: 2em;
        margin-bottom: 2em; } }
.content-container {
  width: 100%;
  min-height: 100%;
  padding: 2em 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1023px) {
    .content-container {
      padding-top: 1.4em; } }
  @media (max-width: 599px) {
    .content-container {
      padding-top: 1.4em; } }
  .content-container .content-blocks {
    width: 100%;
    float: left;
    margin: 1em 3em 0;
    position: relative; }
    .content-container .content-blocks:first-of-type, .content-container .content-blocks:first-child {
      margin-top: 2em; }
    @media (max-width: 599px) {
      .content-container .content-blocks {
        float: none;
        margin: 2em auto; } }
    .content-container .content-blocks > h1 {
      color: #424242;
      vertical-align: middle; }
      .content-container .content-blocks > h1 .header-rule {
        display: inline-block;
        border: 2px solid #424242;
        width: 90%;
        text-align: right;
        margin-left: .5em;
        vertical-align: middle; }
        .content-container .content-blocks > h1 .header-rule.small {
          width: 60%; }
          @media (max-width: 599px) {
            .content-container .content-blocks > h1 .header-rule.small {
              width: 90%;
              margin-left: 0; } }
        @media (max-width: 599px) {
          .content-container .content-blocks > h1 .header-rule {
            width: 90%;
            margin-left: 0; } }
    .content-container .content-blocks > h2 {
      margin: 0 0 1.5em;
      color: #2b70b8;
      text-transform: uppercase; }
      .content-container .content-blocks > h2.title {
        margin: 2.5em 0 1.5em; }
    .content-container .content-blocks > p {
      color: #424242;
      font-weight: normal;
      margin-bottom: 1em;
      width: 60%;
      margin-left: 2em; }
      .content-container .content-blocks > p:last-of-type, .content-container .content-blocks > p:last-child {
        margin-bottom: 1em; }
      @media (min-width: 1200px) {
        .content-container .content-blocks > p {
          width: 90%; } }
      @media (max-width: 599px) {
        .content-container .content-blocks > p {
          width: 90%;
          margin-left: 0; } }
    .content-container .content-blocks > .half {
      margin-bottom: 1em; }
      .content-container .content-blocks > .half:last-of-type, .content-container .content-blocks > .half:last-child {
        margin-bottom: 0; }
    .content-container .content-blocks .basic-list {
      margin-left: 2em; }
      @media (max-width: 599px) {
        .content-container .content-blocks .basic-list {
          width: 90%;
          margin-left: 0; } }
      .content-container .content-blocks .basic-list li {
        list-style: inside none none; }

.content-wrapper {
  margin: 7em auto 2em;
  width: 52%;
  max-width: 574px; }
  @media (max-width: 1023px) {
    .content-wrapper {
      margin-top: 2em; } }
  @media (max-width: 599px) {
    .content-wrapper {
      margin-top: 1em;
      padding: 0 1em;
      width: 90%; } }
  .content-wrapper.white-text h1, .content-wrapper.white-text p {
    color: white; }

@media (max-width: 1023px) {
  .content-left.forty, .content-right.forty {
    width: 100%; } }

@media (max-width: 599px) {
  .content-left.forty, .content-right.forty {
    width: 100%; } }

@media (max-width: 1023px) {
  .content-left.sixty, .content-right.sixty {
    width: 100%; } }

@media (max-width: 599px) {
  .content-left.sixty, .content-right.sixty {
    width: 100%; } }

.full-size-bg-img {
  background: url("/images/full_size_img.jpg") no-repeat 50% center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 460px;
  margin: 1em 0 2em;
  float: left; }
  @media (max-width: 599px) {
    .full-size-bg-img {
      height: 130px; } }
.featuredprojects {
  display: inline-block;
  margin: 1em 1em;
  vertical-align: top;
  float: none; }
  @media (max-width: 1023px) {
    .featuredprojects {
      width: 40%; } }
  @media (max-width: 599px) {
    .featuredprojects {
      margin: 1em auto;
      width: 100%; } }
  .featuredprojects > h3 {
    background: #2d71b3 none repeat scroll 0 0;
    color: #fff;
    font-size: small;
    margin: 2px 2px 10px;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .featuredprojects > h4 {
    border-bottom: 2px dashed #ccc;
    color: #036;
    font-size: 14pt;
    font-style: italic;
    margin: 2px 0;
    padding-bottom: 10px; }
  .featuredprojects > .basic-list {
    margin-left: 0 !important; }

.staggered-image {
  border-bottom: thin solid #9d9d9d;
  width: 90%;
  max-width: 1200px;
  min-height: 1px;
  float: left;
  position: relative;
  margin-left: 1em;
  margin-bottom: 1em;
  padding-bottom: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .staggered-image:last-child, .staggered-image:last-of-type {
    border-bottom: 0; }
  .staggered-image.left img, .staggered-image.right img {
    float: left;
    width: 380px;
    margin-right: 1em;
    margin-bottom: 1em; }
    @media (max-width: 599px) {
      .staggered-image.left img, .staggered-image.right img {
        width: 100%; } }
  @media (max-width: 1023px) {
    .staggered-image.left ul, .staggered-image.left p, .staggered-image.right ul, .staggered-image.right p {
      width: 90%; } }
  .staggered-image.right img {
    margin-right: 0;
    margin-left: 1em; }
    @media (max-width: 599px) {
      .staggered-image.right img {
        margin-left: 0; } }
  .staggered-image.right > ul, .staggered-image.right > p {
    float: left; }
  .staggered-image > .basic-list {
    margin-left: 0 !important;
    width: 40%;
    float: left;
    margin-bottom: 1em; }
    @media (max-width: 599px) {
      .staggered-image > .basic-list li {
        font-size: small;
        margin-bottom: 1em; } }
.checkbox-container {
  width: auto;
  float: right;
  vertical-align: top;
  top: -1.2em;
  position: relative; }
  @media (max-width: 1023px) {
    .checkbox-container {
      float: left; } }
.checkbox-wrapper {
  width: auto;
  margin: 0 1em;
  float: left; }
  .checkbox-wrapper:first-of-type, .checkbox-wrapper:first-child {
    margin-left: 0; }
  .checkbox-wrapper:last-of-type, .checkbox-wrapper:last-child {
    margin-left: 1em; }
    @media (max-width: 1023px) {
      .checkbox-wrapper:last-of-type, .checkbox-wrapper:last-child {
        margin-left: 0; } }
  @media (max-width: 1023px) {
    .checkbox-wrapper {
      width: 100%;
      margin: 0 0; } }
  @media (max-width: 1023px) {
    .checkbox-wrapper.not-side-by-side {
      width: 100%;
      margin-left: 0; } }
  .checkbox-wrapper.no-indent {
    margin-right: 0 !important;
    margin-left: 0 !important; }

@media (max-width: 1023px) {
  .paddingRight20 {
    padding-right: 0; } }

.tooltip {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: black;
  border-radius: 3px;
  color: #fff;
  display: none;
  left: 50%;
  margin-bottom: 0.75em;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  transform: translateX(-50%);
  margin-top: -15px; }

.weak {
  background-color: #e40000 !important; }

.better {
  background-color: #cf7800 !important; }

.good {
  background-color: #819d64 !important; }

.best {
  background-color: #6aba23 !important; }

.header-wrapper {
  background: url("/images/backgrounds/project-bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 343px;
  position: relative; }

.slideout-container-message, .slideout-container-alert {
  background: white;
  border-left: thin solid #D3D9DF;
  width: 0;
  height: 0vh;
  overflow-y: auto;
  position: fixed;
  z-index: 99999;
  top: 0;
  opacity: 0;
  right: -1000px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  @media (max-width: 1023px) {
    .slideout-container-message, .slideout-container-alert {
      width: 100%; } }
  .slideout-container-message.open-menu, .slideout-container-alert.open-menu {
    display: inline-block;
    right: 0px;
    width: 450px;
    height: 100vh;
    opacity: 1;
    position: absolute; }
    @media (max-width: 1023px) {
      .slideout-container-message.open-menu, .slideout-container-alert.open-menu {
        width: 100%; } }
  .slideout-container-message.fixed-position, .slideout-container-alert.fixed-position {
    position: fixed; }

.alert-header, .msg-header {
  border-bottom: thick solid #D3D9DF;
  font-size: .9em;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .alert-header > span, .msg-header > span {
    color: black;
    width: 100%;
    display: inline-block; }
  .alert-header > .close-icon, .msg-header > .close-icon {
    position: initial;
    top: initial;
    right: initial; }

.slideout-container-alert .no-alerts {
  width: 100%;
  padding: 1em 2em;
  text-align: center; }
  .slideout-container-alert .no-alerts > .close-icon {
    right: 2em;
    top: 1em; }
  .slideout-container-alert .no-alerts > .no-alert-icon {
    background: url("/images/icons/no-alerts-msg.svg") no-repeat center center;
    background-size: 100%;
    width: 195px;
    height: 130px;
    margin: 0 auto;
    position: relative; }
  .slideout-container-alert .no-alerts > h1 {
    margin-top: 1em;
    text-align: center; }
  .slideout-container-alert .no-alerts > p {
    text-align: center; }

.slideout-container-alert .alert-nav > li {
  border-bottom: thin solid #D3D9DF;
  padding: 1em 2em; }
  .slideout-container-alert .alert-nav > li:last-of-type, .slideout-container-alert .alert-nav > li:last-child {
    border: 0; }
  .slideout-container-alert .alert-nav > li > .alert-icon {
    background: transparent url("/images/icons/alert-icon.svg") no-repeat center center;
    background-size: 50%;
    border-radius: 50%;
    border: 1px solid #565656;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top; }
    .slideout-container-alert .alert-nav > li > .alert-icon.new {
      background-color: #6ABA23;
      background-image: url("/images/icons/alert-icon-white.svg");
      border-color: #6ABA23; }
  .slideout-container-alert .alert-nav > li > .list-content {
    width: calc(90% - 50px);
    display: inline-block;
    vertical-align: top;
    margin-left: 2em; }
    @media (max-width: 1023px) {
      .slideout-container-alert .alert-nav > li > .list-content {
        width: calc(90% - 55px); } }
    .slideout-container-alert .alert-nav > li > .list-content > h3 {
      font-weight: bold;
      font-size: medium; }
    .slideout-container-alert .alert-nav > li > .list-content > p {
      line-height: normal; }

.slideout-container-message .no-messages {
  width: 100%;
  text-align: center;
  padding: 1em 2em; }
  .slideout-container-message .no-messages > .close-icon {
    right: 2em;
    top: 1em; }
  .slideout-container-message .no-messages > .no-message-icon {
    background: url("/images/icons/no-messages.svg") no-repeat center center;
    background-size: 100%;
    width: 195px;
    height: 130px;
    margin: 0 auto;
    position: relative; }
  .slideout-container-message .no-messages > h1 {
    margin-top: 1em;
    text-align: center; }
  .slideout-container-message .no-messages > p {
    text-align: center; }

.slideout-container-message .message-nav > li {
  border-bottom: thin solid #D3D9DF;
  padding: 1em 2em;
  position: relative; }
  .slideout-container-message .message-nav > li:last-of-type, .slideout-container-message .message-nav > li:last-child {
    border: 0; }
  .slideout-container-message .message-nav > li > .mail-icon {
    background: transparent url("/images/icons/mail-icon.svg") no-repeat center center;
    background-size: 50%;
    border-radius: 50%;
    border: 1px solid #565656;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top; }
    .slideout-container-message .message-nav > li > .mail-icon.new {
      background-color: #6ABA23;
      background-image: url("/images/icons/mail-icon-white.svg");
      border-color: #6ABA23; }
  .slideout-container-message .message-nav > li > .list-content {
    width: calc(79% - 50px);
    display: inline-block;
    vertical-align: top;
    margin-left: 1em; }
    @media (max-width: 1023px) {
      .slideout-container-message .message-nav > li > .list-content {
        width: calc(75% - 46px); } }
    .slideout-container-message .message-nav > li > .list-content > h3 {
      font-weight: bold;
      font-size: medium; }
    .slideout-container-message .message-nav > li > .list-content > p {
      line-height: normal; }
    .slideout-container-message .message-nav > li > .list-content .edit-icon-wrapper {
      width: min-content;
      text-align: center;
      position: absolute;
      right: 1em;
      top: 1em; }
      @media (max-width: 1023px) {
        .slideout-container-message .message-nav > li > .list-content .edit-icon-wrapper {
          right: 1.25em;
          top: 1.25em; } }
      @media (max-width: 1023px) {
        .slideout-container-message .message-nav > li > .list-content .edit-icon-wrapper .deny-button {
          right: 0em;
          top: -6px;
          position: absolute; } }
.slideout-container-alert > .no-alerts-container, .slideout-container-alert .no-messages-container, .slideout-container-message > .no-alerts-container, .slideout-container-message .no-messages-container {
  display: none;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center; }
  .slideout-container-alert > .no-alerts-container.show-alert-msg, .slideout-container-alert .no-messages-container.show-alert-msg, .slideout-container-message > .no-alerts-container.show-alert-msg, .slideout-container-message .no-messages-container.show-alert-msg {
    display: flex; }

.slideout-container-alert > .alerts-container > .alert-header, .slideout-container-alert > .alerts-container > .msg-header, .slideout-container-alert .messages-container > .alert-header, .slideout-container-alert .messages-container > .msg-header, .slideout-container-message > .alerts-container > .alert-header, .slideout-container-message > .alerts-container > .msg-header, .slideout-container-message .messages-container > .alert-header, .slideout-container-message .messages-container > .msg-header {
  border-bottom: 1px solid #D3D9DF;
  font-size: .9em;
  width: 100%;
  margin: 0 auto;
  padding: 1em 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .slideout-container-alert > .alerts-container > .alert-header > span, .slideout-container-alert > .alerts-container > .msg-header > span, .slideout-container-alert .messages-container > .alert-header > span, .slideout-container-alert .messages-container > .msg-header > span, .slideout-container-message > .alerts-container > .alert-header > span, .slideout-container-message > .alerts-container > .msg-header > span, .slideout-container-message .messages-container > .alert-header > span, .slideout-container-message .messages-container > .msg-header > span {
    color: black;
    width: 100%;
    display: inline-block; }
  .slideout-container-alert > .alerts-container > .alert-header > .close-icon, .slideout-container-alert > .alerts-container > .msg-header > .close-icon, .slideout-container-alert .messages-container > .alert-header > .close-icon, .slideout-container-alert .messages-container > .msg-header > .close-icon, .slideout-container-message > .alerts-container > .alert-header > .close-icon, .slideout-container-message > .alerts-container > .msg-header > .close-icon, .slideout-container-message .messages-container > .alert-header > .close-icon, .slideout-container-message .messages-container > .msg-header > .close-icon {
    position: initial;
    top: initial;
    right: initial; }

.slideout-container-alert > .alerts-container > .message-nav, .slideout-container-alert > .alerts-container > .alert-nav, .slideout-container-alert .messages-container > .message-nav, .slideout-container-alert .messages-container > .alert-nav, .slideout-container-message > .alerts-container > .message-nav, .slideout-container-message > .alerts-container > .alert-nav, .slideout-container-message .messages-container > .message-nav, .slideout-container-message .messages-container > .alert-nav {
  height: auto;
  display: flex;
  flex-direction: column;
  max-height: 84vh;
  margin: auto;
  overflow: auto; }

.slideout-container-alert > .alerts-container > .view-all-container, .slideout-container-alert .messages-container > .view-all-container, .slideout-container-message > .alerts-container > .view-all-container, .slideout-container-message .messages-container > .view-all-container {
  background-color: white;
  border-top: thin solid #D3D9DF;
  width: 100%;
  max-width: 450px;
  padding: 1em 2em;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3; }
  .slideout-container-alert > .alerts-container > .view-all-container > button, .slideout-container-alert .messages-container > .view-all-container > button, .slideout-container-message > .alerts-container > .view-all-container > button, .slideout-container-message .messages-container > .view-all-container > button {
    color: white; }

.dropdown-container {
  display: inline-block;
  width: 100%;
  position: relative; }
  .dropdown-container .dropdown-header {
    padding: 1% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .dropdown-container .dropdown-header p {
      display: inline-block;
      margin: 0 auto;
      font-size: 1em;
      width: 99%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      color: white; }
      @media (max-width: 599px) {
        .dropdown-container .dropdown-header p {
          width: 87%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 1em;
          font-size: small;
          text-align: left;
          padding-left: 1em; } }
    .dropdown-container .dropdown-header span.tooltip-arrow {
      position: relative;
      background: transparent;
      top: 0px;
      /*move arrow down*/
      right: 3em;
      display: inline-block;
      -moz-transform: rotateZ(0deg);
      -webkit-transform: rotateZ(0deg);
      -o-transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      transform: rotateZ(0deg);
      vertical-align: middle;
      z-index: 2; }
      .dropdown-container .dropdown-header span.tooltip-arrow:after, .dropdown-container .dropdown-header span.tooltip-arrow:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .dropdown-container .dropdown-header span.tooltip-arrow:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #5c5b5b;
        border-width: 11px;
        /*adjust the size of the arrow*/
        margin-left: -11px;
        /*adjust the size of the arrow*/ }
      .dropdown-container .dropdown-header span.tooltip-arrow:before {
        border-color: rgba(204, 204, 204, 0);
        border-bottom-color: white;
        border-width: 12px;
        /*adjust the size of the arrow*/
        margin-left: -12px;
        /*adjust the size of the arrow*/ }
      @media only screen and (min-width: 600px) and (max-width: 800px) {
        .dropdown-container .dropdown-header span.tooltip-arrow {
          right: 1em;
          top: -3px; } }
      @media only screen and (max-width: 599px) {
        .dropdown-container .dropdown-header span.tooltip-arrow {
          right: -.5em;
          top: 0; } }
    .dropdown-container .dropdown-header:hover {
      cursor: pointer; }
  .dropdown-container .dropdown-body {
    display: none;
    background: white;
    width: 250px;
    margin: 2.5em 0;
    border: thin solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.25);
    right: 0;
    position: absolute;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .dropdown-container .dropdown-body p {
      display: inline-block;
      width: 100%;
      margin: 2% 0;
      text-align: center; }
    .dropdown-container .dropdown-body > textarea {
      display: inline-block;
      width: 100%;
      max-width: 100%;
      min-height: 100px;
      padding: 1% 2%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .dropdown-container .dropdown-body > .rule {
      margin: 0 0 !important;
      float: left; }
  .dropdown-container.open .dropdown-header .tooltip-arrow {
    margin-top: -20px;
    -moz-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
  .dropdown-container.open .dropdown-body {
    display: inline-block; }

.user-name-container > .dropdown-container .dropdown-body {
  margin-top: 2.98em; }

.user-name-container.opacity {
  z-index: -1;
  position: absolute;
  opacity: .25;
  display: none; }

.user-icon-dropdown-container {
  width: 100%;
  margin: 1em 0 1em;
  vertical-align: top; }
  .user-icon-dropdown-container > .user-icon {
    background: url("/images/icons/user-icon.svg") no-repeat center center;
    background-size: 100%;
    border: thin solid black;
    display: block;
    width: 60px;
    height: 60px;
    margin: auto auto;
    position: relative; }

.welcome-back {
  border-bottom: thin solid rgba(0, 0, 0, 0.4);
  font-size: .9em;
  width: 100%;
  margin: auto auto;
  padding: 1em 1em;
  display: block;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .welcome-back > span {
    color: black; }

.user-nav > li {
  padding: .5em 1em;
  text-align: center; }
  .user-nav > li > a {
    display: block;
    font-size: medium;
    color: black; }
    @media (max-width: 1023px) {
      .user-nav > li > a {
        margin-left: 0; } }
  .user-nav > li:hover {
    background: rgba(0, 0, 0, 0.08);
    cursor: pointer; }
    .user-nav > li:hover > a {
      color: black; }

.list-side-by-side {
  float: left;
  width: 90%; }
  .list-side-by-side dt {
    float: left;
    max-width: 40%;
    color: #5c5b5b;
    font-weight: bold; }
    @media (max-width: 599px) {
      .list-side-by-side dt {
        max-width: 100%;
        width: 100%; } }
  .list-side-by-side dd {
    color: #5c5b5b;
    margin: 0 0 .5em 12em;
    font-weight: 300; }
    .list-side-by-side dd:after {
      content: "";
      display: block;
      clear: left; }
    @media (max-width: 599px) {
      .list-side-by-side dd {
        width: 100%;
        margin: 0; }
        .list-side-by-side dd:last-child {
          padding-bottom: 2em; } }
    .list-side-by-side dd > a {
      text-decoration: underline; }
  .list-side-by-side .icon {
    height: 50px;
    margin: 0 auto;
    width: 100%; }

#third-container ul li {
  margin-left: 30px;
  font-weight: 300; }

ol {
  margin-left: 15px; }

.block-space {
  display: inline-block;
  padding: 0 1em; }

.blockheader {
  background-color: white;
  color: black;
  border: 1px solid #9d9d9d;
  display: inline-block;
  margin: 0 auto;
  padding: 15px;
  text-transform: none;
  width: 100%; }

.borderbox, .block-wrapper {
  padding: 15px;
  border: 1px solid black;
  margin: 20px 0; }

.messageblack {
  background-color: #4a4949;
  color: white;
  text-align: center; }
  .messageblack p {
    margin: 0;
    font-size: 15px; }
  @media only screen and (max-width: 599px) {
    .messageblack {
      padding: 10px; } }
.print {
  color: #047db5; }
  .print span {
    text-decoration: underline; }
  .print:before {
    font-family: 'fontAwesome';
    font-size: 16px;
    margin-right: 10px;
    content: '\f02f'; }

.prepend p.fa.fa-clock-o {
  padding: 10px 10px;
  height: 37px;
  margin-right: -2px;
  margin-top: 0; }

.img {
  width: 100%;
  display: inline-block; }

.icon {
  width: 100%;
  margin: 0 auto;
  height: 50px; }

.content-list {
  width: 100%;
  float: left;
  margin-bottom: 1em; }
  .content-list > li {
    font-size: 16px;
    font-weight: 300; }
  .content-list li {
    list-style: outside none disc;
    margin-left: 1em; }
    .content-list li > ul li {
      list-style: inside none circle; }
      .content-list li > ul li > ul li {
        list-style: inside none square;
        margin-left: 2em; }

.spinnerContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  text-align: center;
  vertical-align: middle; }

.primary-loading-spinner {
  display: inline-block;
  border: 8px solid #dedede;
  /* Light grey */
  border-top: 8px solid #01336a;
  /* Blue */
  border-radius: 50%;
  animation: spin 2s linear infinite;
  position: relative;
  width: 60px;
  height: 60px; }
  .primary-loading-spinner:before {
    vertical-align: middle;
    text-align: center; }
  .primary-loading-spinner.small {
    border: 3px solid #dedede;
    /* Light grey */
    border-top: 3px solid #01336a;
    /* Blue */
    width: 20px;
    height: 20px; }
  .primary-loading-spinner.large {
    border: 16px solid #dedede;
    /* Light grey */
    border-top: 14px solid #01336a;
    /* Blue */
    width: 100px;
    height: 100px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.back-to-landing-wrapper, .go-back-wrapper {
  display: none;
  border-bottom: thin solid #5c5b5b;
  width: 100%;
  height: 50px; }
  @media (max-width: 599px) {
    .back-to-landing-wrapper, .go-back-wrapper {
      display: block; } }
  .back-to-landing-wrapper .back-to-btn, .go-back-wrapper .back-to-btn {
    width: 100%;
    height: auto; }
    .back-to-landing-wrapper .back-to-btn a, .go-back-wrapper .back-to-btn a {
      display: block;
      border: 0;
      width: 100%;
      height: 100%;
      padding: .8em 1em;
      text-align: right;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .back-to-landing-wrapper .back-to-btn a .go-back-icon, .go-back-wrapper .back-to-btn a .go-back-icon {
        float: left; }
        .back-to-landing-wrapper .back-to-btn a .go-back-icon:before, .go-back-wrapper .back-to-btn a .go-back-icon:before {
          font-family: FontAwesome;
          content: "\f053";
          display: inline-block;
          padding-right: 3px;
          vertical-align: middle; }

.lock a:before {
  font-family: FontAwesome;
  content: "\f023";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle; }

.lock p a:before {
  content: "";
  padding-right: 0;
  vertical-align: top; }

.switch-btn {
  float: left;
  position: relative;
  z-index: 2; }
  .switch-btn input.switch-toggle {
    position: absolute;
    margin-left: -9999px; }
  .switch-btn input.toggle-round-flat + .switch-label {
    display: block;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    width: 78px;
    height: 26px;
    padding: 2px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s; }
    .switch-btn input.toggle-round-flat + .switch-label span {
      float: left;
      width: 58%;
      margin: 0 0 0 0;
      z-index: 80;
      position: relative; }
      .switch-btn input.toggle-round-flat + .switch-label span:last-child {
        float: right; }
    .switch-btn input.toggle-round-flat + .switch-label:before, .switch-btn input.toggle-round-flat + .switch-label:after {
      display: block;
      position: absolute;
      content: ""; }
    .switch-btn input.toggle-round-flat + .switch-label:before {
      visibility: visible; }
    .switch-btn input.toggle-round-flat + .switch-label:before {
      background-size: 20%;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      border-radius: 60px;
      /* Prevent background color leak outs */
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      content: "Off";
      font-size: small;
      top: 5px;
      left: 33px;
      bottom: 2px;
      right: 1px;
      color: white;
      float: right;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s; }
    .switch-btn input.toggle-round-flat + .switch-label:after {
      background: white;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      /* Prevent background color leak outs */
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      top: 3px;
      left: 5px;
      bottom: 0;
      width: 20px;
      height: 20px;
      transition: margin 0.5s, 0.6s;
      visibility: visible; }
  .switch-btn input.toggle-round-flat:checked + .switch-label {
    background: #87c217; }
    .switch-btn input.toggle-round-flat:checked + .switch-label .on-view:before {
      content: "On";
      color: white;
      margin: 0 -3px;
      top: 0;
      font-size: small;
      position: relative; }
    .switch-btn input.toggle-round-flat:checked + .switch-label:after {
      margin-left: 46px;
      background: white; }
    .switch-btn input.toggle-round-flat:checked + .switch-label:before {
      visibility: hidden; }
  .switch-btn .switch-label {
    background: #565656;
    z-index: 2;
    position: relative;
    display: inline-block;
    width: 100px;
    height: 24px; }
    .switch-btn .switch-label:before {
      background: transparent;
      padding-right: 11px;
      visibility: hidden; }
    .switch-btn .switch-label:after {
      display: inherit; }

.selection {
  display: block;
  border: thin solid #5c5b5b;
  width: 100%;
  float: right;
  margin: -.5em 0 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  transition: border 0.4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .selection.single {
    background: transparent;
    margin-top: 0;
    font-size: small; }
  .selection.multi {
    border: 0; }
    .selection.multi:hover {
      border: 0; }
  .selection.addui-select-open {
    border: thin solid red; }
  .selection.addui-select-open {
    opacity: 1;
    pointer-events: auto; }
    .selection.addui-select-open > .addui-select-options {
      opacity: 1;
      pointer-events: auto; }
  .selection > .addui-select-value {
    display: block;
    padding: .5em;
    position: relative;
    font-size: 16px; }
    .selection > .addui-select-value:after {
      font-family: "fontAwesome";
      content: "\f0dc";
      position: absolute;
      font-size: 36px;
      top: 8px;
      right: 8px;
      font-size: medium;
      transform: 0;
      transition: 0;
      color: rgba(0, 0, 0, 0.38); }
  .selection > .addui-select-options {
    top: 2.67em; }
  .selection > .addui-select-options {
    display: block;
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25); }
    .selection > .addui-select-options > .addui-select-option {
      display: block;
      padding: .5em;
      font-size: small;
      margin: 0;
      color: rgba(0, 0, 0, 0.87);
      background: transparent;
      transition: background 0.4s; }
      .selection > .addui-select-options > .addui-select-option.addui-select-option-selected {
        background: rgba(63, 81, 181, 0.1); }
  .selection > optgroup > option {
    font-family: "lato";
    font-size: small; }

.sort-asc:after, .sort-desc:after,
.status-asc:after, .status-asc:after {
  font-family: "fontAwesome";
  content: "";
  position: absolute;
  font-size: 36px;
  top: 8px;
  right: 8px;
  font-size: medium;
  transform: 0;
  transition: 0;
  color: rgba(0, 0, 0, 0.38); }

.sort-asc:after {
  font-family: "fontAwesome";
  content: "\f0de"; }

.sort-desc:after {
  font-family: "fontAwesome";
  content: "\f0dd"; }

.status-asc:after {
  font-family: "fontAwesome";
  content: "\f15d"; }

.status-desc:after {
  font-family: "fontAwesome";
  content: "\f15e"; }

.empty-results {
  width: 100%;
  height: 100%;
  text-align: center; }
  .empty-results > .empty-results-icon {
    display: none;
    background: url("/images/icons/no-performance.svg") no-repeat center center;
    background-size: 21%;
    border-bottom: 0;
    height: 500px;
    width: 100%;
    min-width: 100%; }
    .empty-results > .empty-results-icon.no-projects {
      background-image: url("/images/icons/no-performance.svg"); }
  .empty-results.no-performance > .no-projects {
    display: inline-block; }

.blank-space {
  width: 100%;
  float: left;
  margin: 1em 0;
  padding: .5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1023px) {
    .blank-space {
      margin: .5em 0; } }
  .blank-space.form {
    margin: 2em 0; }
    @media (max-width: 1023px) {
      .blank-space.form {
        display: none; } }
.parent-div {
  display: inline-block;
  width: 100%;
  min-height: 100%;
  position: relative; }
  @media (max-width: 1023px) {
    .parent-div {
      max-width: 100%; } }
.scrolling-table-wrapper, .sub-table-wrapper {
  margin-bottom: 1em;
  overflow-x: hidden;
  overflow-y: hidden; }

.dependent-table-container, .table-container {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden; }

.dependent-table-container {
  height: 20px; }
  .dependent-table-container > .top-scroll-bar, .dependent-table-container > .top-scroll-bar2 {
    height: 100%;
    position: absolute; }
  .dependent-table-container > .top-scroll-bar {
    display: none; }

.table-container:first-child {
  margin-top: 0; }

.table-container .table-wrapper {
  width: 100%;
  min-height: 1px;
  position: relative; }
  .table-container .table-wrapper table {
    border-collapse: collapse;
    position: absolute;
    line-height: normal;
    display: table;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .table-container .table-wrapper table thead, .table-container .table-wrapper table tbody {
      width: 100%; }
    .table-container .table-wrapper table thead.thead {
      background: #012955;
      padding: 1% 1% 1%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .table-container .table-wrapper table thead.thead tr {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top; }
        .table-container .table-wrapper table thead.thead tr th {
          text-align: left; }
          .table-container .table-wrapper table thead.thead tr th.table-title-wrapper, .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper {
            color: white; }
          .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper {
            float: right; }
            .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .export-btn, .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .print-btn {
              width: auto;
              float: left; }
              .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .export-btn a, .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .print-btn a {
                color: white; }
                .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .export-btn a:hover, .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .print-btn a:hover {
                  text-decoration: underline; }
            .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .export-btn {
              margin-right: .5em; }
            .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .print-btn {
              border-left: thin solid white;
              text-indent: .5em; }
    .table-container .table-wrapper table thead.sub-header {
      background: #e2ecf5;
      height: auto;
      padding: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .table-container .table-wrapper table thead.sub-header tr {
        padding: 0;
        width: 100%; }
        .table-container .table-wrapper table thead.sub-header tr th {
          border-right: thin solid #012955;
          text-align: left;
          line-height: normal;
          padding-top: 1em;
          vertical-align: middle;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .table-container .table-wrapper table thead.sub-header tr th:last-child {
            border: 0; }
    .table-container .table-wrapper table tbody.tbody {
      width: 100%;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .table-container .table-wrapper table tbody.tbody tr td:first-child {
        white-space: normal; }
      .table-container .table-wrapper table tbody.tbody tr td:last-child {
        border: 0; }
    .table-container .table-wrapper table.master-child-table .master-row:nth-child(4n-1) {
      background: #f7f9f9; }
    .table-container .table-wrapper table.master-child-table .master-row:hover {
      background: #ccd6e1; }

@media (max-width: 599px) {
  tr > td > a {
    font-size: small; } }

tr > td > img {
  width: 50px;
  height: auto; }

.thead tr > th:first-child {
  padding-left: 2%;
  white-space: normal; }

.tbody tr {
  width: 100%; }
  .tbody tr:nth-child(even) {
    background: #f7f9f9; }
  .tbody tr:hover {
    background: rgba(0, 0, 0, 0.055); }
  .tbody tr td {
    vertical-align: top;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word; }
    @media (max-width: 599px) {
      .tbody tr td {
        font-size: small; } }
    .tbody tr td .expand-child:before {
      font-family: 'FontAwesome';
      content: "\f067";
      padding-right: .5em;
      vertical-align: middle;
      font-weight: 200;
      font-size: .8em; }
    .tbody tr td .expand-child:hover {
      text-decoration: underline; }
    .tbody tr td .expand-child.open:before {
      font-family: 'FontAwesome';
      content: "\f068"; }
    .tbody tr td:first-child {
      padding-left: 2%;
      white-space: normal; }

.child-row {
  background: transparent !important;
  display: none;
  border-top: thin solid #dedede;
  padding-bottom: 2%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .child-row:hover {
    background: transparent !important; }
  .child-row > td {
    border: 0 !important;
    width: 34% !important;
    color: gray-dark; }
    @media only screen and (max-width: 768px) {
      .child-row > td {
        width: 100%; } }
    @media (max-width: 768px) {
      .child-row > td {
        width: 100%; } }
  .child-row .td-full {
    width: 100%;
    float: left;
    display: none; }
  .child-row .permit-header-icon {
    background-size: 80%;
    width: 54px;
    height: 54px;
    float: left; }
  .child-row .detail-container-h2 {
    display: inline-block;
    color: #01336a;
    text-transform: uppercase;
    margin: .5em 0 -1em;
    width: 100%;
    height: 30px;
    text-indent: .1em;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .child-row .detail-container-h2 {
        margin-bottom: 0;
        text-indent: .2em; } }
  .child-row .detail-container {
    display: table;
    width: 40%; }
    .child-row .detail-container:last-of-type, .child-row .detail-container:last-child {
      margin-right: 0; }
    .child-row .detail-container.no-margin {
      margin: 0 !important; }
    .child-row .detail-container .detail-header, .child-row .detail-container .detail-body {
      display: table-cell;
      width: 200px; }
      .child-row .detail-container .detail-header .detail-content, .child-row .detail-container .detail-body .detail-content {
        width: 160px;
        margin-top: 1em;
        margin-bottom: 0;
        font-size: small;
        float: none;
        color: #012955; }
    .child-row .detail-container .detail-header > p {
      font-weight: bold; }

.master-child-table .master-row:nth-child(4n-1) {
  background: #f7f9f9; }

.master-child-table .master-row:hover {
  background: #ccd6e1; }

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: minmax(200px, auto);
  grid-gap: 1rem; }

.card {
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  padding: .5rem;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  display: flex;
  /* -webkit-box-orient: vertical; */
  /* -webkit-box-direction: normal; */
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #5d5e5e; }

.thumbnail img {
  fill: #c7c4c4;
  height: 135px;
  opacity: .25;
  padding: 1.5rem; }

.panel.card-panel .panel-header {
  background-color: #ffffff;
  font-size: .75rem;
  font-weight: 400;
  height: 25px !important; }

.panel.card-panel .panel-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.category {
  font-size: .75rem;
  text-transform: uppercase; }

/*  Modal  */
.modal-container, .alert-modal {
  background: white;
  display: none;
  border-radius: 3px;
  width: 613px;
  position: absolute;
  top: 25%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  -moz-box-shadow: -1px 2px 5px 3px rgba(51, 51, 51, 0.25);
  -webkit-box-shadow: -1px 2px 5px 3px rgba(51, 51, 51, 0.25);
  box-shadow: -1px 2px 5px 3px rgba(51, 51, 51, 0.25); }
  .modal-container.full-screen, .full-screen.alert-modal {
    display: flex;
    flex-wrap: wrap;
    width: fit-content !important;
    max-width: 650px;
    top: -200rem;
    left: 0;
    right: 0;
    overflow-y: auto;
    height: 100vh;
    margin: 1.75rem auto;
    opacity: 0;
    transform: translate(0, 25%);
    transition: all 0.8s ease !important; }
    @media (max-width: 1024px) {
      .modal-container.full-screen, .full-screen.alert-modal {
        width: 100% !important; } }
    @media (max-width: 1023px) {
      .modal-container.full-screen, .full-screen.alert-modal {
        width: 100% !important; } }
  .modal-container.small-screen, .small-screen.alert-modal {
    display: flex;
    flex-wrap: wrap;
    width: fit-content !important;
    max-width: 650px;
    top: -200rem;
    left: 0;
    right: 0;
    overflow-y: auto;
    height: auto;
    margin: 1.75rem auto;
    opacity: 0;
    transform: translate(0, 50%);
    transition: all 0.8s ease !important; }
  .modal-container.large, .large.alert-modal {
    width: 50% !important;
    top: 25%;
    height: 860px; }
    @media (max-width: 599px) {
      .modal-container.large, .large.alert-modal {
        width: 100% !important;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        top: 0;
        transform: translate(-50%, 0%); } }
  @media (max-width: 1023px) {
    .modal-container.medium, .medium.alert-modal {
      width: 90% !important; } }
  @media (max-width: 599px) {
    .modal-container, .alert-modal {
      width: 90%;
      top: 21em;
      left: 50%; } }
  .modal-container > .modal-top, .alert-modal > .modal-top, .modal-container > .modal-body, .alert-modal > .modal-body, .modal-container > .modal-footer, .alert-modal > .modal-footer {
    display: inline-block !important;
    width: 100%; }
  .modal-container > .modal-top, .alert-modal > .modal-top {
    border-bottom: thin solid #C1C4BE;
    height: 62px;
    padding: 1.2em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .modal-container > .modal-top, .alert-modal > .modal-top {
        padding: 1.5em 1em; } }
    .modal-container > .modal-top > .modal-left-side, .alert-modal > .modal-top > .modal-left-side, .modal-container > .modal-top > .modal-right-side, .alert-modal > .modal-top > .modal-right-side {
      background: transparent;
      display: inline-block;
      width: 49%; }
    .modal-container > .modal-top > .modal-left-side, .alert-modal > .modal-top > .modal-left-side {
      color: black;
      font-size: medium; }
      @media (max-width: 599px) {
        .modal-container > .modal-top > .modal-left-side > h1, .alert-modal > .modal-top > .modal-left-side > h1 {
          font-size: large; } }
    .modal-container > .modal-top > .modal-right-side, .alert-modal > .modal-top > .modal-right-side {
      text-align: right; }
  .modal-container > .modal-body.logout, .alert-modal > .modal-body.logout {
    min-height: 120px;
    padding: 0 2em 2em; }
  .modal-container > .modal-body > form > .modal-left-side, .alert-modal > .modal-body > form > .modal-left-side, .modal-container > .modal-body > form > .modal-right-side, .alert-modal > .modal-body > form > .modal-right-side {
    display: inline-block;
    vertical-align: top; }
  .modal-container > .modal-body > form > .modal-left-side, .alert-modal > .modal-body > form > .modal-left-side {
    width: 29%; }
    @media (max-width: 599px) {
      .modal-container > .modal-body > form > .modal-left-side, .alert-modal > .modal-body > form > .modal-left-side {
        width: 100%; } }
    @media (max-width: 599px) {
      .modal-container > .modal-body > form > .modal-left-side > .center-content, .alert-modal > .modal-body > form > .modal-left-side > .center-content {
        width: 100%;
        min-height: 122px; } }
    .modal-container > .modal-body > form > .modal-left-side > .center-content > .modal-user-icon, .alert-modal > .modal-body > form > .modal-left-side > .center-content > .modal-user-icon, .modal-container > .modal-body > form > .modal-left-side > .center-content > form, .alert-modal > .modal-body > form > .modal-left-side > .center-content > form {
      display: inline-block;
      vertical-align: top; }
    @media (max-width: 599px) {
      .modal-container > .modal-body > form > .modal-left-side > .center-content > form > .label-wrapper:first-of-type, .alert-modal > .modal-body > form > .modal-left-side > .center-content > form > .label-wrapper:first-of-type, .modal-container > .modal-body > form > .modal-left-side > .center-content > form > .label-wrapper:first-child, .alert-modal > .modal-body > form > .modal-left-side > .center-content > form > .label-wrapper:first-child {
        margin-top: 0; } }
  .modal-container > .modal-body > form > .modal-right-side, .alert-modal > .modal-body > form > .modal-right-side {
    border-left: thin solid #cdc9bf;
    width: 70%;
    min-height: 328px;
    padding-left: 1.2em;
    padding-top: 1.2em; }
    @media (max-width: 599px) {
      .modal-container > .modal-body > form > .modal-right-side, .alert-modal > .modal-body > form > .modal-right-side {
        width: 100%;
        height: auto;
        min-height: 1px;
        border-left: 0;
        border-top: thin solid #cdc9bf;
        margin-bottom: .5em; } }
  .modal-container > .modal-body > form > .wrapper, .alert-modal > .modal-body > form > .wrapper {
    margin: 2em auto; }
    .modal-container > .modal-body > form > .wrapper > .full, .signin-container .modal-container > .modal-body > form.signin-body > form.wrapper > .leftside, .signin-container .modal-container > .modal-body > form.signout-body > form.wrapper > .leftside, .signout-container .modal-container > .modal-body > form.signin-body > form.wrapper > .leftside, .signout-container .modal-container > .modal-body > form.signout-body > form.wrapper > .leftside, .alert-modal > .modal-body > form > .wrapper > .full, .signin-container .alert-modal > .modal-body > form.signin-body > form.wrapper > .leftside, .signin-container .alert-modal > .modal-body > form.signout-body > form.wrapper > .leftside, .signout-container .alert-modal > .modal-body > form.signin-body > form.wrapper > .leftside, .signout-container .alert-modal > .modal-body > form.signout-body > form.wrapper > .leftside {
      margin-bottom: 1em; }
    .modal-container > .modal-body > form > .wrapper > .label, .alert-modal > .modal-body > form > .wrapper > .label {
      margin-top: 1em;
      float: left; }
  .modal-container > .modal-footer, .alert-modal > .modal-footer {
    border-top: thin solid #C1C4BE;
    width: 100%;
    height: 81px;
    padding: 1.25em 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .modal-container > .modal-footer, .alert-modal > .modal-footer {
        min-height: 66px;
        height: auto;
        padding: 6% 4%; } }
    .modal-container > .modal-footer > .modal-left-side, .alert-modal > .modal-footer > .modal-left-side, .modal-container > .modal-footer > .modal-right-side, .alert-modal > .modal-footer > .modal-right-side {
      display: inline-block;
      width: 49%; }
      @media (max-width: 599px) {
        .modal-container > .modal-footer > .modal-left-side, .alert-modal > .modal-footer > .modal-left-side, .modal-container > .modal-footer > .modal-right-side, .alert-modal > .modal-footer > .modal-right-side {
          width: 100%; } }
      .modal-container > .modal-footer > .modal-left-side > .btn, .alert-modal > .modal-footer > .modal-left-side > .btn, .modal-container > .modal-footer > .modal-right-side > .btn, .alert-modal > .modal-footer > .modal-right-side > .btn {
        display: inline-block; }
        @media (max-width: 599px) {
          .modal-container > .modal-footer > .modal-left-side > .btn, .alert-modal > .modal-footer > .modal-left-side > .btn, .modal-container > .modal-footer > .modal-right-side > .btn, .alert-modal > .modal-footer > .modal-right-side > .btn {
            width: 100%;
            margin: .5em 0; } }
    .modal-container > .modal-footer > .modal-right-side, .alert-modal > .modal-footer > .modal-right-side {
      text-align: right; }
    @media (max-width: 599px) {
      .modal-container > .modal-footer button:last-of-type, .alert-modal > .modal-footer button:last-of-type, .modal-container > .modal-footer button:last-child, .alert-modal > .modal-footer button:last-child {
        margin-top: 2rem; } }
    .modal-container > .modal-footer > .btn, .alert-modal > .modal-footer > .btn {
      display: inline-block;
      width: 171px;
      height: 40px; }
      @media (max-width: 599px) {
        .modal-container > .modal-footer > .btn, .alert-modal > .modal-footer > .btn {
          width: 100%;
          margin: .5em 0; } }
      @media (max-width: 599px) {
        .modal-container > .modal-footer > .btn:last-of-type, .alert-modal > .modal-footer > .btn:last-of-type, .modal-container > .modal-footer > .btn:last-child, .alert-modal > .modal-footer > .btn:last-child {
          margin-top: 2rem; } }
  .modal-container.open, .open.alert-modal {
    display: inline-block;
    opacity: 1;
    top: 0;
    transform: translate(-50%, 50%); }
  .modal-container.logout h1, .logout.alert-modal h1 {
    padding-left: .5em; }
  #modal_consumer.modal-container.open, #modal_consumer.open.alert-modal, #session-expire-warning-modal.modal-container.open, #session-expire-warning-modal.open.alert-modal {
    transform: translate(-17%, 0%);
    margin: 0 auto; }

.full-screen .modal-body .detail-copy {
  height: auto !important;
  max-height: 100vh;
  overflow: initial !important; }

#modal_savereport.modal-container, #modal_savereport.alert-modal {
  width: 342px; }
  @media (max-width: 1023px) {
    #modal_savereport.modal-container, #modal_savereport.alert-modal {
      width: 80%; } }
@media (max-width: 599px) {
  #modal_edit_user.modal-container, #modal_edit_user.alert-modal {
    top: 18em; } }

@media (max-width: 1023px) {
  #modal_edit_user.modal-container > .modal-body, #modal_edit_user.alert-modal > .modal-body {
    height: 350px;
    overflow-y: auto; } }

@media (max-width: 599px) {
  #modal_edit_user.modal-container > .modal-body > form > .form-body-section.small, #modal_edit_user.alert-modal > .modal-body > form > .form-body-section.small {
    padding: 2em 4em !important; } }

.alert-modal {
  min-height: 130px; }

#passwordSwitch {
  width: auto;
  margin: 0 .5em 0 10.5em;
  background-color: transparent;
  visibility: hidden;
  vertical-align: baseline;
  left: -9999px;
  white-space: nowrap; }
  #passwordSwitch.advanced-pw-switch {
    margin-left: 26.8em; }
  #passwordSwitch:hover {
    cursor: pointer; }
  #passwordSwitch:before {
    font-family: "FontAwesome";
    content: "\f070";
    text-align: right;
    display: inline-block;
    left: 0;
    visibility: visible;
    font-size: large;
    font-weight: 400; }
  #passwordSwitch:checked:before {
    color: #52b0af;
    content: "\f06e"; }
  @media (max-width: 599px) {
    #passwordSwitch {
      margin-left: 11.5em; } }
.label-show-hide:hover {
  cursor: pointer; }

.label-show-hide > input#passwordSwitch {
  width: auto;
  margin: 0 .5em 0 10.5em;
  background-color: transparent;
  visibility: hidden;
  vertical-align: baseline;
  left: -9999px;
  white-space: nowrap; }
  .label-show-hide > input#passwordSwitch:before {
    font-family: "FontAwesome";
    content: "\f070";
    text-align: right;
    display: inline-block;
    left: 0;
    visibility: visible;
    font-size: large;
    font-weight: 400; }
  .label-show-hide > input#passwordSwitch:checked:before {
    content: "\f06e"; }

.label-show-hide > input[type="checkbox"]:checked + span, .label-show-hide > input[type="checkbox"]:checked ~ span, .label-show-hide > input[type="radio"]:checked + span, .label-show-hide > input[type="radio"]:checked ~ span {
  color: #52b0af; }

.label-show-hide > span {
  z-index: 9;
  position: relative; }

.mclose {
  background: url("/images/icons/close-btn.svg") no-repeat center center;
  width: 22px;
  height: 22px;
  float: right; }
  .mclose:hover {
    background-image: url("/images/icons/close-btn-hover.svg");
    cursor: pointer; }

.modal-user-icon {
  background: url("/images/icons/modal-user-icon.svg") no-repeat center center;
  width: 101px;
  height: 101px; }

.asterisk {
  color: #fb252a; }

.form-label {
  color: #4c4444;
  font-weight: 600; }

.label-wrapper > label {
  display: inline-block;
  width: auto;
  vertical-align: top; }
  .label-wrapper > label > input, .label-wrapper > label > span {
    vertical-align: middle; }
    .label-wrapper > label > input:hover, .label-wrapper > label > span:hover {
      cursor: pointer; }
  .label-wrapper > label > input {
    width: auto;
    margin-right: .5em;
    margin-top: .45em;
    background-color: transparent;
    visibility: hidden;
    width: 20px;
    vertical-align: top;
    left: -9999px;
    white-space: nowrap; }
    .label-wrapper > label > input:before {
      font-family: "FontAwesome";
      content: "\f096";
      color: #A5B3B1;
      text-align: right;
      display: inline-block;
      left: 0;
      visibility: visible;
      font-size: large;
      font-weight: 400; }
    .label-wrapper > label > input:checked:before {
      content: "\f046"; }

.label-wrapper > .form-label {
  color: #4c4444;
  font-weight: 600; }

.label-wrapper > .form-label-icon {
  display: inline-block; }
  .label-wrapper > .form-label-icon.unlock, .label-wrapper > .form-label-icon.lock {
    background: url("/images/icons/modal-unlock_icon.svg") no-repeat center center;
    width: 30px;
    height: 30px; }
  .label-wrapper > .form-label-icon.lock {
    background-image: url("/images/icons/modal-lock_icon.svg"); }

.modal-body {
  vertical-align: top; }
  .modal-body > .detail-content > .detail-copy > #search_consumer > .user-search-container {
    background-color: #058ECE;
    justify-content: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
    .modal-body > .detail-content > .detail-copy > #search_consumer > .user-search-container > .title {
      color: white; }

.modal-user-search-container {
  width: 100%;
  border-right: thin solid #565656; }

.modal-body > .detail-content > .detail-copy {
  height: 772px;
  overflow: hidden;
  overflow-y: auto; }
  .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table {
    width: 80% !important; }
    .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead {
      height: auto;
      width: 100%;
      padding: 0 1em 0;
      display: inline-grid; }
      @media (max-width: 1023px) {
        .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead {
          margin-top: 1em; } }
      .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr {
        display: inline-table;
        vertical-align: middle;
        border-collapse: initial; }
        .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th {
          text-align: left;
          line-height: normal;
          padding: 0 0;
          vertical-align: middle;
          font-size: small;
          font-weight: bold;
          color: #312A2B; }
          .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th.col-1, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th:nth-child(1) {
            width: 100px; }
            @media (max-width: 1023px) {
              .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th.col-1, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th:nth-child(1) {
                width: 20%;
                max-width: 20%;
                padding: 0 0; } }
          .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th.col-2, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th:nth-child(2) {
            width: 215px; }
            @media (max-width: 1023px) {
              .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th.col-2, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th:nth-child(2) {
                width: 20%;
                padding: 0 0; } }
          .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th.col-3, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th:nth-child(3) {
            width: 200px; }
            @media (max-width: 1023px) {
              .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th.col-3, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th:nth-child(3) {
                width: 20%;
                padding: 0 0; } }
          .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th.col-4, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th:nth-child(4) {
            width: 200px; }
            @media (max-width: 1023px) {
              .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th.col-4, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th:nth-child(4) {
                display: none; } }
          .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th.col-5, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th.col-6, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th.col-7, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th:nth-child(5), .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th:nth-child(6), .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th:nth-child(7) {
            width: 50px; }
            @media (max-width: 1023px) {
              .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th.col-5, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th.col-6, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th.col-7, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th:nth-child(5), .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th:nth-child(6), .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th:nth-child(7) {
                display: none; } }
          .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th > a {
            display: inline-block;
            width: 100%;
            height: 100%;
            font-size: small;
            font-weight: bold;
            color: #1B3760; }
            .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .thead > tr > th > a:after {
              font-family: "FontAwesome";
              content: "\f0dc";
              text-align: right;
              display: inline-block;
              margin-left: 1.5em; }
    .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody {
      height: auto;
      width: 100%;
      display: inline-grid;
      margin-top: 1.5em; }
      .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr {
        background: white;
        display: inline-table;
        border-radius: 5px;
        margin: .5em 0;
        position: relative;
        width: 100%;
        height: 50px;
        padding: 1.5em 1em;
        vertical-align: middle;
        border-collapse: initial;
        border: thin solid #565656; }
        @media (max-width: 1023px) {
          .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr {
            padding: 1em 1em; } }
        .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td {
          text-align: left;
          padding: 0 1em;
          font-size: small;
          min-width: auto;
          vertical-align: middle;
          color: #312A2B; }
          .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td.col-1, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td:nth-child(1) {
            width: 100px;
            max-width: 100px; }
            @media (max-width: 1023px) {
              .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td.col-1, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td:nth-child(1) {
                width: 20%;
                max-width: 20%;
                padding: 0 0; } }
          .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td.col-2, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td:nth-child(2) {
            width: 215px; }
            @media (max-width: 1023px) {
              .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td.col-2, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td:nth-child(2) {
                width: 20%;
                padding: 0 0; } }
          .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td.col-3, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td:nth-child(3) {
            width: 200px; }
            @media (max-width: 1023px) {
              .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td.col-3, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td:nth-child(3) {
                width: 20%;
                padding: 0 0; } }
          .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td.col-4, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td:nth-child(4) {
            width: 200px; }
            @media (max-width: 1023px) {
              .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td.col-4, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td:nth-child(4) {
                display: none; } }
          .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td.col-5, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td.col-6, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td.col-7, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td:nth-child(5), .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td:nth-child(6), .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td:nth-child(7) {
            width: 50px; }
            @media (max-width: 1023px) {
              .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td.col-5, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td.col-6, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td.col-7, .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td:nth-child(5), .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td:nth-child(6), .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr > td:nth-child(7) {
                display: none; } }
        .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .modal-table > .tbody > tr:hover {
          background: #edf9ff; }
  .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .table-paging-container {
    border-top: thin solid #565656;
    margin-top: 2em;
    padding: 1em 2em; }
    .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .table-paging-container > .dataTables_info {
      width: auto;
      min-width: 1px;
      max-width: 250px;
      text-align: left; }
      @media (max-width: 599px) {
        .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .table-paging-container > .dataTables_info {
          width: 100%;
          max-width: 100%;
          text-align: center; } }
    .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .table-paging-container > .dataTables_paginate {
      width: 368px;
      max-width: 368px;
      min-width: 1px; }
      @media (max-width: 599px) {
        .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .table-paging-container > .dataTables_paginate {
          width: 100%;
          max-width: 100%;
          text-align: center; } }
    @media (max-width: 599px) {
      .modal-body > .detail-content > .detail-copy > #search_consumer > .user-table-container > .parent-div > .dataTables_wrapper > .table-paging-container > .dataTables_length {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 1em; } }
/*  ==================================================
  4. CONTAINERS
  ==================================================  */
.main-content-container {
  background: #F4F4F5;
  margin: 5em 0 8em;
  width: 100%;
  float: left; }
  @media (max-width: 1023px) {
    .main-content-container {
      background-color: #F4F4F5;
      margin-top: 4em; } }
table > tbody > tr > td, table > tbody > tr th {
  vertical-align: top; }

.test-container, .report-container {
  background: white;
  border: thin solid #D3D9DF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  @media (max-width: 1023px) {
    .test-container, .report-container {
      width: 100vw;
      max-width: 100%; } }
.test-top, .test-body, .test-bottom, .report-bottom {
  padding: 1em 4em;
  box-sizing: border-box; }

.test-body {
  padding: 2em 4em; }
  @media (max-width: 1023px) {
    .test-body {
      padding: 0 1em 2em; } }
  .test-body > .left-side, .test-body > .right-side {
    background: transparent;
    padding: 1em 1em; }
  .test-body > .right-side {
    position: relative;
    height: 500px;
    overflow-y: auto; }
    @media (max-width: 599px) {
      .test-body > .right-side {
        height: 100%; } }
  .test-body > .half {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .test-body > .half:first-of-type, .test-body > .half:first-child {
      border-right: thin solid #D3D9DF;
      padding-bottom: 4em; }
      @media (max-width: 599px) {
        .test-body > .half:first-of-type, .test-body > .half:first-child {
          border: 0;
          border-left: 0;
          margin-top: 0; } }
  .test-body > form > .row > .half {
    width: 48% !important; }
    @media (max-width: 1023px) {
      .test-body > form > .row > .half {
        width: 100% !important; } }
.test-bottom, .report-bottom {
  border-top: thin solid #D3D9DF;
  padding: 1rem;
  z-index: 99;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  background: white;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .test-bottom, .report-bottom {
      padding: 2rem;
      justify-content: center; } }
  @media (max-width: 599px) {
    .test-bottom.sticky, .sticky.report-bottom {
      background: white;
      position: fixed;
      bottom: -41.9px;
      width: 89.3%; }
      .test-bottom.sticky > lfloat, .sticky.report-bottom > lfloat, .test-bottom.sticky > cfloat, .sticky.report-bottom > cfloat {
        display: none; } }
  .test-bottom > .test-bottom-wrapper, .report-bottom > .test-bottom-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding: 0 !important; }
    @media (max-width: 1023px) {
      .test-bottom > .test-bottom-wrapper > .lfloat, .report-bottom > .test-bottom-wrapper > .lfloat, .test-bottom > .test-bottom-wrapper > .rfloat, .report-bottom > .test-bottom-wrapper > .rfloat {
        width: 100%; } }
  .test-bottom > .lfloat, .report-bottom > .lfloat, .test-bottom > .rfloat, .report-bottom > .rfloat {
    width: 50%;
    vertical-align: top;
    display: inline-block !important;
    padding: 1em 1em; }
    @media (max-width: 1023px) {
      .test-bottom > .lfloat, .report-bottom > .lfloat, .test-bottom > .rfloat, .report-bottom > .rfloat {
        padding: 0em 1em; } }
    .test-bottom > .lfloat > .button-wrapper, .report-bottom > .lfloat > .button-wrapper, .test-bottom > .rfloat > .button-wrapper, .report-bottom > .rfloat > .button-wrapper {
      width: 70%; }
      @media (max-width: 1023px) {
        .test-bottom > .lfloat > .button-wrapper, .report-bottom > .lfloat > .button-wrapper, .test-bottom > .rfloat > .button-wrapper, .report-bottom > .rfloat > .button-wrapper {
          width: 100%; } }
      .test-bottom > .lfloat > .button-wrapper > .label-wrapper, .report-bottom > .lfloat > .button-wrapper > .label-wrapper, .test-bottom > .rfloat > .button-wrapper > .label-wrapper, .report-bottom > .rfloat > .button-wrapper > .label-wrapper {
        width: 50%; }
        @media (max-width: 1023px) {
          .test-bottom > .lfloat > .button-wrapper > .label-wrapper > .btn, .report-bottom > .lfloat > .button-wrapper > .label-wrapper > .btn, .test-bottom > .rfloat > .button-wrapper > .label-wrapper > .btn, .report-bottom > .rfloat > .button-wrapper > .label-wrapper > .btn {
            margin-bottom: 0; } }
    @media (max-width: 599px) {
      .test-bottom > .lfloat, .report-bottom > .lfloat, .test-bottom > .rfloat, .report-bottom > .rfloat {
        width: 100% !important; } }
  .test-bottom > .cfloat, .report-bottom > .cfloat {
    background-color: #f1f3f4;
    display: inline-block !important;
    width: 100%;
    text-align: center;
    margin-bottom: 1em !important;
    padding: 1em 1em;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative; }
    @media (max-width: 599px) {
      .test-bottom > .cfloat, .report-bottom > .cfloat {
        margin-bottom: 1em;
        width: 100% !important; } }
    .test-bottom > .cfloat > .dropdown, .report-bottom > .cfloat > .dropdown {
      display: block;
      position: relative; }
  @media (max-width: 599px) {
    .test-bottom > .lfloat, .report-bottom > .lfloat {
      width: 100% !important; } }
  @media (max-width: 599px) {
    .test-bottom > .rfloat, .report-bottom > .rfloat {
      margin-top: 0em !important;
      width: 100% !important; } }
  .test-bottom .item-a, .report-bottom .item-a {
    width: auto;
    justify-self: start; }
    @media (max-width: 1023px) {
      .test-bottom .item-a, .report-bottom .item-a {
        width: auto; } }
  .test-bottom .item-b, .report-bottom .item-b {
    width: fit-content;
    justify-self: center;
    position: relative; }
    @media (max-width: 1024px) {
      .test-bottom .item-b, .report-bottom .item-b {
        width: 260px; } }
    @media (max-width: 1023px) {
      .test-bottom .item-b, .report-bottom .item-b {
        width: 300px;
        margin-bottom: 2rem; } }
  .test-bottom .item-c, .report-bottom .item-c {
    width: auto;
    justify-self: end; }
    @media (max-width: 1023px) {
      .test-bottom .item-c, .report-bottom .item-c {
        width: auto; } }
    .test-bottom .item-c .button-wrapper, .report-bottom .item-c .button-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 1023px) {
        .test-bottom .item-c .button-wrapper, .report-bottom .item-c .button-wrapper {
          width: 100%;
          justify-content: center; }
          .test-bottom .item-c .button-wrapper .label-wrapper, .report-bottom .item-c .button-wrapper .label-wrapper {
            width: auto !important;
            margin-left: 1em; } }
  .test-bottom .item-d, .report-bottom .item-d {
    width: fit-content;
    justify-self: end;
    grid-column: -1 / -2; }
    .test-bottom .item-d .button-wrapper .label-wrapper:last-of-type, .report-bottom .item-d .button-wrapper .label-wrapper:last-of-type, .test-bottom .item-d .button-wrapper .label-wrapper:last-child, .report-bottom .item-d .button-wrapper .label-wrapper:last-child {
      margin-left: 1rem; }
  .test-bottom > .test-bottom-wrapper, .report-bottom > .test-bottom-wrapper {
    width: 100%; }
  .test-bottom > .button-wrapper > .label-wrapper, .report-bottom > .button-wrapper > .label-wrapper {
    width: 100%; }
  .test-bottom > .lfloat, .report-bottom > .lfloat, .test-bottom > .rfloat, .report-bottom > .rfloat {
    width: 50%; }
    @media (max-width: 1023px) {
      .test-bottom > .lfloat, .report-bottom > .lfloat, .test-bottom > .rfloat, .report-bottom > .rfloat {
        width: 100%;
        text-align: center; } }
.question-header-container {
  background: transparent;
  border-top: thin solid #565656;
  border-bottom: thin solid #565656;
  padding: 1em 4em;
  text-align: center; }
  @media (max-width: 599px) {
    .question-header-container {
      display: none; } }
  @media (max-width: 599px) {
    .question-header-container > .thirtythree {
      margin-bottom: 1em; }
      .question-header-container > .thirtythree:last-of-type, .question-header-container > .thirtythree:last-chlid {
        margin-bottom: 0; } }
  .question-header-container > .thirtythree > .label-wrapper > .label-name {
    margin-top: .6em; }
    @media (max-width: 599px) {
      .question-header-container > .thirtythree > .label-wrapper > .label-name {
        margin-top: 0; } }
  .question-header-container > .thirtythree > .label-wrapper > .input.small {
    width: 68%;
    border: 0;
    margin: .1em .5em;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
    @media (max-width: 599px) {
      .question-header-container > .thirtythree > .label-wrapper > .input.small {
        width: 100%; } }
.question-section-wrapper, .highlighted-question {
  background: #1B3760;
  padding: 1em 2em;
  text-align: center;
  float: left; }
  .question-section-wrapper > p, .highlighted-question > p {
    display: block;
    color: white;
    margin: auto auto; }
    @media (max-width: 599px) {
      .question-section-wrapper > p, .highlighted-question > p {
        width: 100%; } }
.highlighted-question {
  background: #dedede;
  width: 100%;
  margin: 1em 0; }
  .highlighted-question > p {
    display: block;
    color: #5c5b5b;
    text-align: left; }
    @media (max-width: 599px) {
      .highlighted-question > p {
        width: 100%;
        margin-bottom: 1em; } }
.title-wrapper > .awl-logo-wrapper {
  width: 117px;
  height: 98px;
  float: left; }
  @media (max-width: 1024px) {
    .title-wrapper > .awl-logo-wrapper {
      width: 20%;
      height: 100px; } }
  @media (max-width: 1023px) {
    .title-wrapper > .awl-logo-wrapper {
      width: 100%;
      height: 100px; } }
  .title-wrapper > .awl-logo-wrapper > span {
    background: url("/images/logos/awl-logo.svg") no-repeat center center;
    background-size: 100%;
    display: inline-block;
    height: 100%;
    width: 100%;
    left: 0px;
    margin-right: 1em;
    position: relative; }
    @media (max-width: 1024px) {
      .title-wrapper > .awl-logo-wrapper > span {
        background-size: 100%; } }
    @media (max-width: 1023px) {
      .title-wrapper > .awl-logo-wrapper > span {
        background-size: 45%; } }
  @media (max-width: 599px) {
    .title-wrapper > .awl-logo-wrapper {
      font-size: small;
      font-weight: bold;
      margin-left: 0; } }
.title-wrapper > h1 {
  display: block;
  width: auto;
  margin: 0.7em auto .5em;
  text-align: center; }
  @media (max-width: 599px) {
    .title-wrapper > h1 {
      font-size: small;
      font-weight: bold;
      margin-left: 0;
      margin-top: 0; } }
.question-answer-wrapper {
  margin: 1em 0;
  width: 100%;
  float: left; }

#frm_common .question-answer-wrapper > .half {
  width: 48% !important;
  margin-top: 1em; }
  @media (max-width: 1023px) {
    #frm_common .question-answer-wrapper > .half {
      width: 100% !important; } }
.test-body > .left-side {
  padding-top: 2em; }

.test-body > .right-side.half > .question-answer-wrapper:last-of-type, .test-body > .right-side.half > .question-answer-wrapper:last-child {
  margin-bottom: 0 !important; }

@media (max-width: 599px) {
  .left-side-content {
    display: none; } }

@media (max-width: 1023px) {
  .answer-wrapper {
    padding-left: 0; } }

.answer-wrapper.diagnostic > .thirtythree {
  margin-right: 2em; }

.answer-wrapper.diagnostic > .half {
  width: 48% !important;
  margin-bottom: 1em; }
  .answer-wrapper.diagnostic > .half:nth-child(even) {
    float: right; }
  @media (max-width: 1023px) {
    .answer-wrapper.diagnostic > .half {
      width: 100% !important; } }
  .answer-wrapper.diagnostic > .half > .dropdown {
    display: inline-block;
    padding-left: 1em !important; }
    .answer-wrapper.diagnostic > .half > .dropdown > select, .answer-wrapper.diagnostic > .half > .dropdown option {
      max-width: 479px; }

.answer-wrapper > .thirtythree {
  width: 30% !important; }
  .answer-wrapper > .thirtythree:nth-child(even) {
    margin-right: 5%; }
    @media (max-width: 599px) {
      .answer-wrapper > .thirtythree:nth-child(even) {
        margin-left: 0;
        margin-right: 0; } }
  .answer-wrapper > .thirtythree.last {
    margin-right: 0 !important; }
  @media (max-width: 1023px) {
    .answer-wrapper > .thirtythree {
      width: 100% !important; }
      .answer-wrapper > .thirtythree.last {
        float: left !important;
        margin-right: 0 !important; } }
.answer-wrapper > label > p > strong {
  display: none; }
  @media (max-width: 1023px) {
    .answer-wrapper > label > p > strong {
      display: inline-block; } }
.answer-wrapper.diagnostic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem; }
  .answer-wrapper.diagnostic:before {
    content: "";
    display: none !important; }
  .answer-wrapper.diagnostic .behaviorals-cat {
    width: 100%; }
  .answer-wrapper.diagnostic.single-column {
    grid-template-columns: 1fr; }

.pas-section-container > .title-section {
  display: inline-block;
  text-align: center;
  margin: 1em auto;
  width: 100%; }

@media (max-width: 599px) {
  .pas-section-container {
    padding: 1em 0;
    overflow-x: auto;
    width: 100%; } }

.pas-question-wrapper {
  width: 100%;
  position: relative;
  margin: 2em auto; }
  @media (max-width: 1023px) {
    .pas-question-wrapper > form {
      max-width: 400px;
      overflow: hidden; } }
  @media (max-width: 1023px) {
    .pas-question-wrapper {
      overflow-x: auto;
      width: 100%; } }
  @media (max-width: 1023px) {
    .pas-question-wrapper table {
      max-width: 100%;
      overflow-x: scroll;
      display: inline-block; } }
.social-history-table {
  width: 100%;
  margin: 0 auto;
  border: thin solid gray; }
  @media (max-width: 1023px) {
    .social-history-table {
      border: thin solid gray;
      border-bottom: 0; } }
  .social-history-table > tbody > tr {
    border-bottom: thin solid gray;
    display: flex; }
    .social-history-table > tbody > tr:last-of-type, .social-history-table > tbody > tr:last-child {
      border-bottom: 0; }
    @media (max-width: 1023px) {
      .social-history-table > tbody > tr {
        border: 0; } }
    .social-history-table > tbody > tr > th {
      background: #ccc;
      text-align: left;
      font-weight: bold;
      padding: 1em 1em;
      width: 230px;
      vertical-align: top; }
      @media (max-width: 1023px) {
        .social-history-table > tbody > tr > th {
          width: 100%;
          text-indent: 0;
          padding: .25em 1em;
          text-align: center;
          margin-top: -1px;
          float: left; }
          .social-history-table > tbody > tr > th:nth-child(1) {
            margin-top: 0; } }
    .social-history-table > tbody > tr > td {
      vertical-align: top;
      width: 100%;
      float: left; }
      @media (max-width: 1023px) {
        .social-history-table > tbody > tr > td {
          padding-top: 0;
          display: table-cell;
          float: left;
          width: 100%; } }
      .social-history-table > tbody > tr > td.side-by-side {
        display: table-cell;
        width: 50%;
        white-space: normal; }
        .social-history-table > tbody > tr > td.side-by-side.last-of-type:last-of-type, .social-history-table > tbody > tr > td.side-by-side.last-of-type:last-child {
          border-top: solid thin gray; }
      @media (max-width: 1023px) {
        .social-history-table > tbody > tr > td > table > tbody > tr {
          width: 100%;
          display: grid; } }
      .social-history-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .social-history-table > tbody > tr > td > table > tbody > tr:last-child > td {
        border-bottom: 0; }
        @media (max-width: 1023px) {
          .social-history-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .social-history-table > tbody > tr > td > table > tbody > tr:last-child > td {
            border-bottom: thin solid gray !important; } }
      .social-history-table > tbody > tr > td > table > tbody > tr > td {
        padding: 1em 1em;
        border-bottom: thin solid gray; }
        @media (max-width: 1023px) {
          .social-history-table > tbody > tr > td > table > tbody > tr > td {
            width: 100%; } }
  .social-history-table.preferred-learning .answer-wrapper {
    min-height: 60px; }
  .social-history-table.preferred-learning .side-by-side.last-of-type td:first-of-type, .social-history-table.preferred-learning .side-by-side.last-of-type td:first-child {
    border-top: 0 !important; }
  .social-history-table.indi-educational td {
    width: 100% !important;
    float: left; }
  .social-history-table.alcohol-substance {
    border-left: thin solid gray;
    border-right: thin solid gray;
    border-bottom: 0;
    border-top: 0; }
    @media (max-width: 1023px) {
      .social-history-table.alcohol-substance {
        border-bottom: thin solid gray; } }
    .social-history-table.alcohol-substance tr {
      display: revert; }
      @media (max-width: 1023px) {
        .social-history-table.alcohol-substance tr {
          display: inherit; } }
      .social-history-table.alcohol-substance tr > th {
        width: auto !important;
        border-right: thin solid gray;
        border-top: thin solid gray; }
        @media (max-width: 1023px) {
          .social-history-table.alcohol-substance tr > th {
            width: auto !important;
            float: none;
            border-right-width: thin; } }
        .social-history-table.alcohol-substance tr > th:last-of-type, .social-history-table.alcohol-substance tr > th:last-child {
          border-right: 0; }
      .social-history-table.alcohol-substance tr > td {
        padding: 1em;
        width: auto;
        float: none;
        border-bottom: thin solid gray; }
        @media (max-width: 1023px) {
          .social-history-table.alcohol-substance tr > td {
            float: none;
            border-right: thin solid gray !important; } }
  .social-history-table.nutrition tbody > tr > td > table > tbody > tr > td.borders:last-of-type, .social-history-table.nutrition tbody > tr > td > table > tbody > tr > td.borders:last-child {
    border-right: 0; }
  @media (max-width: 1023px) {
    .social-history-table.nutrition tbody > tr > td > table > tbody > tr {
      display: inherit; }
      .social-history-table.nutrition tbody > tr > td > table > tbody > tr > td.borders {
        border-right: thin solid gray; }
        .social-history-table.nutrition tbody > tr > td > table > tbody > tr > td.borders:last-of-type, .social-history-table.nutrition tbody > tr > td > table > tbody > tr > td.borders:last-child {
          border-right: 0; } }
    @media (max-width: 1023px) and (max-width: 1023px) {
      .social-history-table.nutrition tbody > tr > td > table > tbody > tr > td.borders {
        width: auto !important; } }
.social-hisotry-section {
  position: relative; }
  .social-hisotry-section .label-wrapper {
    margin: 1rem 0; }
  .social-hisotry-section .half {
    width: 48% !important; }

.nutrition-screen-table, .nutrition-assessment-table {
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .nutrition-screen-table, .nutrition-assessment-table {
      border: thin solid gray;
      border-bottom: 0; } }
  .nutrition-screen-table > thead > tr, .nutrition-assessment-table > thead > tr {
    border: thin solid gray; }
    .nutrition-screen-table > thead > tr > th, .nutrition-assessment-table > thead > tr > th {
      border: thin solid gray;
      text-align: left;
      font-weight: bold;
      padding: 1em 1em; }
      @media (max-width: 1023px) {
        .nutrition-screen-table > thead > tr > th, .nutrition-assessment-table > thead > tr > th {
          padding: 0 1em; } }
  .nutrition-screen-table > tbody > tr, .nutrition-assessment-table > tbody > tr {
    border: thin solid gray; }
    @media (max-width: 1023px) {
      .nutrition-screen-table > tbody > tr, .nutrition-assessment-table > tbody > tr {
        border: 0; } }
    .nutrition-screen-table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td {
      border: thin solid gray;
      text-align: left;
      padding: 1em 1em; }
      @media (max-width: 1023px) {
        .nutrition-screen-table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td {
          text-indent: .25em; } }
    @media (max-width: 1023px) {
      .nutrition-screen-table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td {
        padding-top: 1em; } }
    @media (max-width: 1023px) {
      .nutrition-screen-table > tbody > tr > td > table > tbody > tr, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr {
        width: 100%; } }
    .nutrition-screen-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .nutrition-screen-table > tbody > tr > td > table > tbody > tr:last-child > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr:last-child > td {
      border-bottom: 0; }
      @media (max-width: 1023px) {
        .nutrition-screen-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .nutrition-screen-table > tbody > tr > td > table > tbody > tr:last-child > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr:last-child > td {
          border-bottom: thin solid gray !important; } }
    .nutrition-screen-table > tbody > tr > td > table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr > td {
      border-bottom: thin solid gray; }
      @media (max-width: 1023px) {
        .nutrition-screen-table > tbody > tr > td > table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr > td {
          display: block;
          width: 100%; } }
.suicide-harm-risk-table, .mental-status-table {
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .suicide-harm-risk-table, .mental-status-table {
      border: thin solid gray;
      border-bottom: 0; } }
  .suicide-harm-risk-table > thead > tr, .mental-status-table > thead > tr {
    border: thin solid gray; }
    .suicide-harm-risk-table > thead > tr > th, .mental-status-table > thead > tr > th {
      border: thin solid gray;
      text-align: left;
      font-weight: bold;
      padding: 1em 1em;
      vertical-align: top; }
      @media (max-width: 1023px) {
        .suicide-harm-risk-table > thead > tr > th, .mental-status-table > thead > tr > th {
          padding: 0 1em;
          border-bottom: thin solid gray; } }
  .suicide-harm-risk-table > tbody > tr, .mental-status-table > tbody > tr {
    border: thin solid gray; }
    @media (max-width: 1023px) {
      .suicide-harm-risk-table > tbody > tr, .mental-status-table > tbody > tr {
        border: 0; } }
    .suicide-harm-risk-table > tbody > tr > td, .suicide-harm-risk-table > tbody > tr > th, .mental-status-table > tbody > tr > td, .mental-status-table > tbody > tr > th {
      border: thin solid gray;
      text-align: left;
      padding: 1em 1em;
      vertical-align: top; }
      @media (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td, .suicide-harm-risk-table > tbody > tr > th, .mental-status-table > tbody > tr > td, .mental-status-table > tbody > tr > th {
          float: left;
          text-indent: .25em; } }
    @media (max-width: 1023px) {
      .suicide-harm-risk-table > tbody > tr > td, .mental-status-table > tbody > tr > td {
        padding-top: 1em;
        display: table-cell;
        float: left;
        width: 100%; } }
    @media (max-width: 1023px) {
      .suicide-harm-risk-table > tbody > tr > td > input, .mental-status-table > tbody > tr > td > input {
        width: 100% !important; } }
    @media (max-width: 1023px) {
      .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr, .mental-status-table > tbody > tr > td > table > tbody > tr {
        width: 100%;
        display: grid; } }
    .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-child > td, .mental-status-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .mental-status-table > tbody > tr > td > table > tbody > tr:last-child > td {
      border-bottom: 0; }
      @media (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-child > td, .mental-status-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .mental-status-table > tbody > tr > td > table > tbody > tr:last-child > td {
          border-bottom: thin solid gray !important; } }
    .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr.multi-columns, .mental-status-table > tbody > tr > td > table > tbody > tr.multi-columns {
      display: inline-grid;
      width: 50%; }
      @media (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr.multi-columns, .mental-status-table > tbody > tr > td > table > tbody > tr.multi-columns {
          width: 100%;
          float: left; } }
      @media (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr.multi-columns > td, .mental-status-table > tbody > tr > td > table > tbody > tr.multi-columns > td {
          border-bottom: 0 !important; } }
    .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr > td, .mental-status-table > tbody > tr > td > table > tbody > tr > td {
      padding: 0; }
      @media (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr > td, .mental-status-table > tbody > tr > td > table > tbody > tr > td {
          border-bottom: 0;
          display: block;
          width: 100%; } }
.mental-status-table.mental-status .checkbox-wrapper {
  float: left;
  width: 100%;
  margin-left: 0 !important; }
  @media (max-width: 1023px) {
    .mental-status-table.mental-status .checkbox-wrapper {
      float: none; } }
  .mental-status-table.mental-status .checkbox-wrapper .radio-label {
    width: 100%; }
  .mental-status-table.mental-status .checkbox-wrapper textarea {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

.mental-status-table.mental-status textarea {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.mental-status-table.mental-status td > table > tbody > tr > td {
  float: left;
  width: 100%; }

@media (max-width: 1023px) {
  .mental-status-table.mental-status table > tbody > tr th, .mental-status-table.mental-status table > tbody > tr td {
    float: none; } }

@media (max-width: 1023px) {
  .suicide-harm-risk-table > tbody > tr > td,
  .suicide-harm-risk-table > tbody > tr > th,
  .mental-status-table > tbody > tr > td,
  .mental-status-table > tbody > tr > th {
    float: none;
    width: auto; } }

@media (max-width: 1023px) {
  .mental-status-table.mental-status .checkbox-wrapper {
    float: none; } }

@media (max-width: 1023px) {
  .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-of-type > td,
  .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-child > td,
  .mental-status-table > tbody > tr > td > table > tbody > tr:last-of-type > td,
  .mental-status-table > tbody > tr > td > table > tbody > tr:last-child > td {
    border-bottom: 0 !important; } }

.social-history-mobile {
  margin-bottom: 1em; }
  .social-history-mobile > h1 {
    margin: 2em 0 0; }

.borders {
  border-left: thin solid gray;
  border-right: thin solid gray; }
  .borders:first-of-type, .borders:first-child {
    border-left: 0; }
  .borders:last-of-type, .borders:last-child {
    border-right: 0; }
  @media (max-width: 1023px) {
    .borders {
      border: 0; } }
.tr-border-bottom {
  border-bottom: thin solid gray; }
  .tr-border-bottom:last-of-type, .tr-border-bottom:last-child {
    border-bottom: 0; }
  @media (max-width: 1023px) {
    .tr-border-bottom {
      border: 0; } }
.side-by-side {
  display: table-cell;
  width: 230px;
  vertical-align: top;
  white-space: nowrap; }
  .side-by-side > table > tbody > tr > td {
    display: block;
    width: 100%;
    min-height: 80px;
    border: thin solid #565656;
    border-left: 0;
    border-right: 0; }
    @media (max-width: 1023px) {
      .side-by-side > table > tbody > tr > td {
        border: 0; } }
  .side-by-side.last-of-type > table > tbody > tr > td {
    border-left: thin solid #565656; }
    @media (max-width: 1023px) {
      .side-by-side.last-of-type > table > tbody > tr > td {
        border: 0; } }
.first-child {
  width: 80%; }

@media (max-width: 1023px) {
  #totalScore {
    text-align: left !important;
    width: 100%; }
    #totalScore > strong {
      text-align: left; }
    #totalScore > input {
      width: 100%; } }

@media (max-width: 1023px) {
  .hide-for-mobile {
    display: none !important; } }

@media (max-width: 1023px) {
  .fill-available {
    float: left !important;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: stretch;
    width: 100vw !important; } }

@media (max-width: 1023px) {
  .lrg-th {
    min-width: 250px;
    float: left; } }

.form-header-section, .form-body-section, .form-bottom-section {
  display: flex;
  width: 100%;
  padding: 1em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .form-header-section, .form-body-section, .form-bottom-section {
      display: inline-block;
      width: 100%;
      padding: 1em 0; } }
.form-header-section {
  border-bottom: thin solid #D3D9DF;
  align-items: center;
  height: 82px; }
  @media (max-width: 599px) {
    .form-header-section {
      height: auto;
      margin-top: 0; } }
.form-body-section {
  justify-content: center; }
  .form-body-section .half {
    width: 48% !important;
    vertical-align: top; }
    @media (max-width: 599px) {
      .form-body-section .half {
        width: 100% !important; } }
    .form-body-section .half:first-of-type, .form-body-section .half:first-child {
      margin-right: 2%; }
      @media (max-width: 599px) {
        .form-body-section .half:first-of-type, .form-body-section .half:first-child {
          margin-right: 0; } }
    .form-body-section .half input, .form-body-section .half select {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      /* Prevent background color leak outs */
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      border-color: #8c96a1; }
    .form-body-section .half .input-wrapper {
      margin-bottom: .79em;
      width: 49%; }
      @media (max-width: 599px) {
        .form-body-section .half .input-wrapper {
          width: 100%;
          margin-right: 0; } }
    .form-body-section .half .label-wrapper select {
      height: 40px; }
  .form-body-section.no-flex {
    width: 100%;
    text-align: center; }
  .form-body-section.small {
    padding: 4em 4em; }
  .form-body-section > .wrapper {
    text-align: left; }

.form-bottom-section {
  border-top: thin solid #D3D9DF;
  align-items: center;
  min-height: 80px; }
  .form-bottom-section .button-wrapper .label-wrapper {
    width: 48%;
    float: right; }
    .form-bottom-section .button-wrapper .label-wrapper:first-of-type, .form-bottom-section .button-wrapper .label-wrapper:first-child {
      float: left;
      text-align: left; }
      @media (max-width: 1023px) {
        .form-bottom-section .button-wrapper .label-wrapper:first-of-type, .form-bottom-section .button-wrapper .label-wrapper:first-child {
          text-align: center; } }
    @media (max-width: 1023px) {
      .form-bottom-section .button-wrapper .label-wrapper:last-of-type, .form-bottom-section .button-wrapper .label-wrapper:last-child {
        text-align: center !important; } }
    @media (max-width: 1023px) {
      .form-bottom-section .button-wrapper .label-wrapper {
        width: 100%;
        float: left;
        padding-left: 1em;
        padding-right: 1em;
        text-align: center; } }
.main-container {
  display: table;
  width: 100%;
  height: 100%; }
  .main-container > div {
    width: 93%; }
    .main-container > div:first-child, .main-container > div:first-of-type {
      width: 285px;
      max-width: 285px;
      min-width: 285px; }
    .main-container > div.left-column, .main-container > div.right-column {
      display: table-cell;
      vertical-align: top; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1) {
      .main-container > div ::i-block-chrome, .main-container > div.left-column {
        height: 100%;
        max-width: 300px;
        min-width: 300px;
        position: relative;
        width: 20%; } }
    .main-container > div.left-column {
      background: #1B3760;
      border-right: thin solid #565656; }
      .main-container > div.left-column.interviewer {
        background: #058ECE;
        border-right: thin solid #058ECE; }
      @media (max-width: 1023px) {
        .main-container > div.left-column {
          display: none; } }
    .main-container > div.right-column {
      background: #F4F4F5;
      position: relative; }
      @media (max-width: 1023px) {
        .main-container > div.right-column {
          width: 100% !important; } }
.image-container {
  background: no-repeat;
  width: 100%; }

.equal-height-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: relative; }

.left-side, .right-side, .centered {
  display: table-cell !important;
  margin: 0;
  vertical-align: top;
  min-height: 1px;
  position: relative; }

.left-side {
  background: #dedede;
  width: 250px;
  min-width: 250px; }
  @media (max-width: 1024px) {
    .left-side {
      width: 220px; } }
.right-side {
  padding: 0 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1024px) {
    .right-side {
      padding: 0 1em; } }
  @media (max-width: 1023px) {
    .right-side {
      width: 95%; } }
  @media only screen and (min-width: 600px) and (max-width: 800px) {
    .right-side {
      width: 100%; } }
  @media (max-width: 599px) {
    .right-side {
      width: 100%; } }
.centered {
  width: 100%; }
  @media (max-width: 599px) {
    .centered {
      width: 90%; } }
.push {
  display: none;
  height: 346px; }

.dash-recent-tab-container {
  display: block;
  margin: -3.4em 0 0;
  height: 100%; }
  .dash-recent-tab-container .tab-wrapper {
    background: #c4c4c4;
    width: 30%;
    height: 54px;
    float: left;
    margin: 0 2em 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 1200px) {
      .dash-recent-tab-container .tab-wrapper {
        width: 31.3%; } }
    @media (max-width: 599px) {
      .dash-recent-tab-container .tab-wrapper {
        height: inherit; } }
    .dash-recent-tab-container .tab-wrapper > input {
      visibility: hidden;
      left: -9999px;
      white-space: nowrap;
      position: absolute; }
    .dash-recent-tab-container .tab-wrapper .tab-btn {
      display: inline-block;
      border: thin solid #565656;
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
      /* Prevent background color leak outs */
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      margin: 0;
      width: 100%;
      height: 100%;
      position: relative;
      text-align: center;
      z-index: 2;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .dash-recent-tab-container .tab-wrapper .tab-btn h3 {
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        color: #5c5b5b;
        margin-top: 1em; }
    .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:checked + .tab-btn, .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:checked ~ .tab-btn, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:checked + .tab-btn, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:checked ~ .tab-btn {
      background: white;
      border-top-width: thick;
      border-top-color: #058ECE;
      border-bottom: 0; }
      .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:checked + .tab-btn h3, .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:checked ~ .tab-btn h3, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:checked + .tab-btn h3, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:checked ~ .tab-btn h3 {
        color: #058ECE; }
      .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:checked + .tab-btn:hover, .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:checked ~ .tab-btn:hover, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:checked + .tab-btn:hover, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:checked ~ .tab-btn:hover {
        cursor: default; }
    .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:disabled + .tab-btn, .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:disabled ~ .tab-btn, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:disabled + .tab-btn, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:disabled ~ .tab-btn {
      border-color: #efefef; }
      .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:disabled + .tab-btn h3, .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:disabled ~ .tab-btn h3, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:disabled + .tab-btn h3, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:disabled ~ .tab-btn h3 {
        color: #efefef; }
      .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:disabled + .tab-btn:hover, .dash-recent-tab-container .tab-wrapper .tab-select[type="checkbox"]:disabled ~ .tab-btn:hover, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:disabled + .tab-btn:hover, .dash-recent-tab-container .tab-wrapper .tab-select[type="radio"]:disabled ~ .tab-btn:hover {
        cursor: default; }
    .dash-recent-tab-container .tab-wrapper:hover .tab-btn {
      background: #058ECE;
      border-color: #058ECE;
      cursor: pointer; }
      .dash-recent-tab-container .tab-wrapper:hover .tab-btn h3 {
        color: white; }
    @media (max-width: 768px) {
      .dash-recent-tab-container .tab-wrapper {
        margin-top: 2%; } }
    @media (max-width: 599px) {
      .dash-recent-tab-container .tab-wrapper {
        margin-top: 3%; } }
.tab-wrapper:last-of-type, .tab-wrapper:last-child, .tab-wrapper:nth-child(3) {
  margin-right: 0 !important; }

.tab-content-wrapper, .table-section {
  display: none;
  width: 100%;
  min-height: 547px;
  margin-top: 4em;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: "linear";
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: "linear";
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: 1;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: "linear";
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -ms-animation-delay: 0;
  -ms-animation-duration: 1.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-name: fadeIn;
  -ms-animation-timing-function: "linear";
  -ms-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  animation-timing-function: "linear";
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */ }
  .tab-content-wrapper.active, .active.table-section {
    display: inline-block; }
  .tab-content-wrapper > .label-qtr p, .table-section > .label-qtr p {
    font-size: small; }
  .tab-content-wrapper > table, .table-section > table {
    margin-top: 2em; }

.content-top {
  border-bottom: thin solid #C1C4BE;
  width: 100%;
  float: left;
  margin-bottom: 2.5em;
  padding-bottom: 1em; }
  .content-top > h1, .content-top > .btn {
    float: left; }
  .content-top > h1 {
    width: auto; }
  .content-top > .btn {
    float: right; }
  .content-top > .r-side > .wrapper {
    width: 100%; }

.paging-container {
  width: 100%;
  text-align: center;
  float: left; }
  @media (max-width: 768px) {
    .paging-container {
      display: block;
      width: 90%;
      margin: 0 auto; } }
  @media (max-width: 599px) {
    .paging-container {
      display: block;
      width: 90%;
      margin: 0 auto 1em; } }
  .paging-container .paging-wrapper, .paging-container .paging_simple_numbers {
    display: block;
    margin: 0 auto;
    width: 358px; }
    @media (max-width: 768px) {
      .paging-container .paging-wrapper, .paging-container .paging_simple_numbers {
        width: 90%; } }
    @media (max-width: 599px) {
      .paging-container .paging-wrapper, .paging-container .paging_simple_numbers {
        width: 100%; } }
    .paging-container .paging-wrapper .prev, .paging-container .paging-wrapper .page-num, .paging-container .paging-wrapper .next, .paging-container .paging-wrapper .paginate_button, .paging-container .paging-wrapper .previous, .paging-container .paging_simple_numbers .prev, .paging-container .paging_simple_numbers .page-num, .paging-container .paging_simple_numbers .next, .paging-container .paging_simple_numbers .paginate_button, .paging-container .paging_simple_numbers .previous {
      float: left;
      width: auto; }
      .paging-container .paging-wrapper .prev .prev-btn, .paging-container .paging-wrapper .prev .next-btn, .paging-container .paging-wrapper .page-num .prev-btn, .paging-container .paging-wrapper .page-num .next-btn, .paging-container .paging-wrapper .next .prev-btn, .paging-container .paging-wrapper .next .next-btn, .paging-container .paging-wrapper .paginate_button .prev-btn, .paging-container .paging-wrapper .paginate_button .next-btn, .paging-container .paging-wrapper .previous .prev-btn, .paging-container .paging-wrapper .previous .next-btn, .paging-container .paging_simple_numbers .prev .prev-btn, .paging-container .paging_simple_numbers .prev .next-btn, .paging-container .paging_simple_numbers .page-num .prev-btn, .paging-container .paging_simple_numbers .page-num .next-btn, .paging-container .paging_simple_numbers .next .prev-btn, .paging-container .paging_simple_numbers .next .next-btn, .paging-container .paging_simple_numbers .paginate_button .prev-btn, .paging-container .paging_simple_numbers .paginate_button .next-btn, .paging-container .paging_simple_numbers .previous .prev-btn, .paging-container .paging_simple_numbers .previous .next-btn {
        color: #1b7478;
        text-decoration: underline; }
        .paging-container .paging-wrapper .prev .prev-btn:hover, .paging-container .paging-wrapper .prev .next-btn:hover, .paging-container .paging-wrapper .page-num .prev-btn:hover, .paging-container .paging-wrapper .page-num .next-btn:hover, .paging-container .paging-wrapper .next .prev-btn:hover, .paging-container .paging-wrapper .next .next-btn:hover, .paging-container .paging-wrapper .paginate_button .prev-btn:hover, .paging-container .paging-wrapper .paginate_button .next-btn:hover, .paging-container .paging-wrapper .previous .prev-btn:hover, .paging-container .paging-wrapper .previous .next-btn:hover, .paging-container .paging_simple_numbers .prev .prev-btn:hover, .paging-container .paging_simple_numbers .prev .next-btn:hover, .paging-container .paging_simple_numbers .page-num .prev-btn:hover, .paging-container .paging_simple_numbers .page-num .next-btn:hover, .paging-container .paging_simple_numbers .next .prev-btn:hover, .paging-container .paging_simple_numbers .next .next-btn:hover, .paging-container .paging_simple_numbers .paginate_button .prev-btn:hover, .paging-container .paging_simple_numbers .paginate_button .next-btn:hover, .paging-container .paging_simple_numbers .previous .prev-btn:hover, .paging-container .paging_simple_numbers .previous .next-btn:hover {
          color: draken(#1b7478, 10%); }
        .paging-container .paging-wrapper .prev .prev-btn.disabled, .paging-container .paging-wrapper .prev .next-btn.disabled, .paging-container .paging-wrapper .page-num .prev-btn.disabled, .paging-container .paging-wrapper .page-num .next-btn.disabled, .paging-container .paging-wrapper .next .prev-btn.disabled, .paging-container .paging-wrapper .next .next-btn.disabled, .paging-container .paging-wrapper .paginate_button .prev-btn.disabled, .paging-container .paging-wrapper .paginate_button .next-btn.disabled, .paging-container .paging-wrapper .previous .prev-btn.disabled, .paging-container .paging-wrapper .previous .next-btn.disabled, .paging-container .paging_simple_numbers .prev .prev-btn.disabled, .paging-container .paging_simple_numbers .prev .next-btn.disabled, .paging-container .paging_simple_numbers .page-num .prev-btn.disabled, .paging-container .paging_simple_numbers .page-num .next-btn.disabled, .paging-container .paging_simple_numbers .next .prev-btn.disabled, .paging-container .paging_simple_numbers .next .next-btn.disabled, .paging-container .paging_simple_numbers .paginate_button .prev-btn.disabled, .paging-container .paging_simple_numbers .paginate_button .next-btn.disabled, .paging-container .paging_simple_numbers .previous .prev-btn.disabled, .paging-container .paging_simple_numbers .previous .next-btn.disabled {
          background: transparent;
          color: #9d9d9d; }
        @media (max-width: 768px) {
          .paging-container .paging-wrapper .prev .prev-btn, .paging-container .paging-wrapper .prev .next-btn, .paging-container .paging-wrapper .page-num .prev-btn, .paging-container .paging-wrapper .page-num .next-btn, .paging-container .paging-wrapper .next .prev-btn, .paging-container .paging-wrapper .next .next-btn, .paging-container .paging-wrapper .paginate_button .prev-btn, .paging-container .paging-wrapper .paginate_button .next-btn, .paging-container .paging-wrapper .previous .prev-btn, .paging-container .paging-wrapper .previous .next-btn, .paging-container .paging_simple_numbers .prev .prev-btn, .paging-container .paging_simple_numbers .prev .next-btn, .paging-container .paging_simple_numbers .page-num .prev-btn, .paging-container .paging_simple_numbers .page-num .next-btn, .paging-container .paging_simple_numbers .next .prev-btn, .paging-container .paging_simple_numbers .next .next-btn, .paging-container .paging_simple_numbers .paginate_button .prev-btn, .paging-container .paging_simple_numbers .paginate_button .next-btn, .paging-container .paging_simple_numbers .previous .prev-btn, .paging-container .paging_simple_numbers .previous .next-btn {
            font-size: small; } }
        @media (max-width: 599px) {
          .paging-container .paging-wrapper .prev .prev-btn, .paging-container .paging-wrapper .prev .next-btn, .paging-container .paging-wrapper .page-num .prev-btn, .paging-container .paging-wrapper .page-num .next-btn, .paging-container .paging-wrapper .next .prev-btn, .paging-container .paging-wrapper .next .next-btn, .paging-container .paging-wrapper .paginate_button .prev-btn, .paging-container .paging-wrapper .paginate_button .next-btn, .paging-container .paging-wrapper .previous .prev-btn, .paging-container .paging-wrapper .previous .next-btn, .paging-container .paging_simple_numbers .prev .prev-btn, .paging-container .paging_simple_numbers .prev .next-btn, .paging-container .paging_simple_numbers .page-num .prev-btn, .paging-container .paging_simple_numbers .page-num .next-btn, .paging-container .paging_simple_numbers .next .prev-btn, .paging-container .paging_simple_numbers .next .next-btn, .paging-container .paging_simple_numbers .paginate_button .prev-btn, .paging-container .paging_simple_numbers .paginate_button .next-btn, .paging-container .paging_simple_numbers .previous .prev-btn, .paging-container .paging_simple_numbers .previous .next-btn {
            font-size: small; } }
    .paging-container .paging-wrapper .page-num, .paging-container .paging_simple_numbers .page-num {
      border-left: thin solid #9d9d9d;
      border-right: thin solid #9d9d9d;
      color: #9d9d9d;
      margin: 0 2%;
      padding: 0 4%;
      width: 200px; }
      @media (max-width: 768px) {
        .paging-container .paging-wrapper .page-num, .paging-container .paging_simple_numbers .page-num {
          width: 57%;
          font-size: small; } }
      @media (max-width: 599px) {
        .paging-container .paging-wrapper .page-num, .paging-container .paging_simple_numbers .page-num {
          width: 50%;
          font-size: small; } }
.table-paging-container {
  width: 100%;
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr 5fr 2fr;
  grid-gap: .5em;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1023px) {
    .table-paging-container {
      grid-template-columns: 1fr;
      max-width: 90%; } }
  .table-paging-container > div {
    width: 100%;
    max-width: 100%; }
    @media (max-width: 1023px) {
      .table-paging-container > div:nth-child(1) {
        text-align: center; } }
    .table-paging-container > div:nth-child(2) {
      object-position: center; }
    .table-paging-container > div:nth-child(3), .table-paging-container > div:last-of-type, .table-paging-container > div:last-child {
      text-align: right; }
    .table-paging-container > div.dataTables_info, .table-paging-container > div.dataTables_paginate, .table-paging-container > div.dataTables_length {
      font-size: small;
      text-align: center;
      color: #070606; }
    .table-paging-container > div.dataTables_info {
      text-align: left; }
      @media (max-width: 1023px) {
        .table-paging-container > div.dataTables_info {
          margin-bottom: 2em;
          text-align: center; } }
    @media (max-width: 1023px) {
      .table-paging-container > div.dataTables_length {
        margin: 2em auto;
        float: none;
        display: inline-block; } }
    .table-paging-container > div.dataTables_length > label, .table-paging-container > div.dataTables_length > .label-wrapper {
      max-width: 100px; }
      .table-paging-container > div.dataTables_length > label > select, .table-paging-container > div.dataTables_length > .label-wrapper > select {
        background-color: white;
        max-width: 90px;
        width: 100px;
        background-position: 4em center;
        margin-right: 1em; }
        @media (max-width: 599px) {
          .table-paging-container > div.dataTables_length > label > select, .table-paging-container > div.dataTables_length > .label-wrapper > select {
            background-position: 3em center;
            background-size: 19% !important;
            max-width: 70px;
            width: 100px; } }
.table-paging-container > .dataTables_paginate > .paginate_button {
  background-color: white;
  border: thin solid #565656;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: auto; }
  .table-paging-container > .dataTables_paginate > .paginate_button.previous, .table-paging-container > .dataTables_paginate > .paginate_button.next {
    color: #1b7478;
    text-decoration: underline; }
    .table-paging-container > .dataTables_paginate > .paginate_button.previous:hover, .table-paging-container > .dataTables_paginate > .paginate_button.next:hover {
      color: draken(#1b7478, 10%); }
    .table-paging-container > .dataTables_paginate > .paginate_button.previous.disabled, .table-paging-container > .dataTables_paginate > .paginate_button.next.disabled {
      background: transparent;
      color: #9d9d9d; }
    @media (max-width: 768px) {
      .table-paging-container > .dataTables_paginate > .paginate_button.previous, .table-paging-container > .dataTables_paginate > .paginate_button.next {
        font-size: small; } }
    @media (max-width: 599px) {
      .table-paging-container > .dataTables_paginate > .paginate_button.previous, .table-paging-container > .dataTables_paginate > .paginate_button.next {
        font-size: small; } }
.table-paging-container > .dataTables_paginate > span .paginate_button {
  background: white !important;
  border: thin solid #9d9d9d !important;
  color: #9d9d9d !important;
  margin: 0 1%;
  padding: 0.5em .5em;
  width: auto;
  line-height: normal; }
  .table-paging-container > .dataTables_paginate > span .paginate_button:hover {
    background: #058ECE !important; }
  @media (max-width: 768px) {
    .table-paging-container > .dataTables_paginate > span .paginate_button {
      font-size: small; } }
  @media (max-width: 599px) {
    .table-paging-container > .dataTables_paginate > span .paginate_button {
      font-size: small; } }
  .table-paging-container > .dataTables_paginate > span .paginate_button.current {
    background: #058ECE !important;
    color: white !important;
    border-color: #058ECE !important; }

.table-paging-container > .dataTables_paginate .paginate_button.next, .table-paging-container > .dataTables_paginate .paginate_button.previous {
  border: 0; }

.table-paging-container > .dataTables_paginate .paginate_button:hover {
  background: #058ECE !important;
  border-color: #058ECE !important;
  color: white !important; }

.table-paging-container > .dataTables_paginate .paginate_button.disabled:hover {
  background: transparent !important;
  border: 0; }

.dataTables_info {
  width: 230px;
  min-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (max-width: 1023px) {
    .dataTables_info {
      width: 100%;
      min-width: 100%; } }
@media (max-width: 1023px) {
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0.2em;
    padding: 0em 0.4em;
    width: auto; } }

@media screen and (max-width: 767px) {
  li.paginate_button.previous {
    display: inline; }
  li.paginate_button.next {
    display: inline; }
  li.paginate_button {
    display: none; } }

.table-paging-container > div:nth-child(3), .table-paging-container > div:last-of-type,
.table-paging-container > div:last-child {
  max-width: 200px; }

table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer {
  border-bottom: none !important; }

@media (max-width: 1023px) {
  table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: -5px center;
    text-indent: 1.4em; } }

/* Wrapper */
.wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
  position: relative;
  z-index: 2; }
  @media (min-width: 1200px) {
    .wrapper {
      width: 80%; } }
  @media only screen and (min-width: 600px) and (max-width: 800px) {
    .wrapper {
      width: 95%; } }
  .wrapper.landing-page {
    width: 86%;
    margin-top: 2em; }
    @media (max-width: 599px) {
      .wrapper.landing-page {
        width: 90%;
        margin-top: 2em;
        margin-bottom: 2em; } }
.content-container {
  width: 100%;
  min-height: 100%;
  padding: 2em 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1023px) {
    .content-container {
      padding-top: 1.4em; } }
  @media (max-width: 599px) {
    .content-container {
      padding-top: 1.4em; } }
  .content-container .content-blocks {
    width: 100%;
    float: left;
    margin: 1em 3em 0;
    position: relative; }
    .content-container .content-blocks:first-of-type, .content-container .content-blocks:first-child {
      margin-top: 2em; }
    @media (max-width: 599px) {
      .content-container .content-blocks {
        float: none;
        margin: 2em auto; } }
    .content-container .content-blocks > h1 {
      color: #424242;
      vertical-align: middle; }
      .content-container .content-blocks > h1 .header-rule {
        display: inline-block;
        border: 2px solid #424242;
        width: 90%;
        text-align: right;
        margin-left: .5em;
        vertical-align: middle; }
        .content-container .content-blocks > h1 .header-rule.small {
          width: 60%; }
          @media (max-width: 599px) {
            .content-container .content-blocks > h1 .header-rule.small {
              width: 90%;
              margin-left: 0; } }
        @media (max-width: 599px) {
          .content-container .content-blocks > h1 .header-rule {
            width: 90%;
            margin-left: 0; } }
    .content-container .content-blocks > h2 {
      margin: 0 0 1.5em;
      color: #2b70b8;
      text-transform: uppercase; }
      .content-container .content-blocks > h2.title {
        margin: 2.5em 0 1.5em; }
    .content-container .content-blocks > p {
      color: #424242;
      font-weight: normal;
      margin-bottom: 1em;
      width: 60%;
      margin-left: 2em; }
      .content-container .content-blocks > p:last-of-type, .content-container .content-blocks > p:last-child {
        margin-bottom: 1em; }
      @media (min-width: 1200px) {
        .content-container .content-blocks > p {
          width: 90%; } }
      @media (max-width: 599px) {
        .content-container .content-blocks > p {
          width: 90%;
          margin-left: 0; } }
    .content-container .content-blocks > .half {
      margin-bottom: 1em; }
      .content-container .content-blocks > .half:last-of-type, .content-container .content-blocks > .half:last-child {
        margin-bottom: 0; }
    .content-container .content-blocks .basic-list {
      margin-left: 2em; }
      @media (max-width: 599px) {
        .content-container .content-blocks .basic-list {
          width: 90%;
          margin-left: 0; } }
      .content-container .content-blocks .basic-list li {
        list-style: inside none none; }

.content-wrapper {
  margin: 7em auto 2em;
  width: 52%;
  max-width: 574px; }
  @media (max-width: 1023px) {
    .content-wrapper {
      margin-top: 2em; } }
  @media (max-width: 599px) {
    .content-wrapper {
      margin-top: 1em;
      padding: 0 1em;
      width: 90%; } }
  .content-wrapper.white-text h1, .content-wrapper.white-text p {
    color: white; }

@media (max-width: 1023px) {
  .content-left.forty, .content-right.forty {
    width: 100%; } }

@media (max-width: 599px) {
  .content-left.forty, .content-right.forty {
    width: 100%; } }

@media (max-width: 1023px) {
  .content-left.sixty, .content-right.sixty {
    width: 100%; } }

@media (max-width: 599px) {
  .content-left.sixty, .content-right.sixty {
    width: 100%; } }

.full-size-bg-img {
  background: url("/images/full_size_img.jpg") no-repeat 50% center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 460px;
  margin: 1em 0 2em;
  float: left; }
  @media (max-width: 599px) {
    .full-size-bg-img {
      height: 130px; } }
.featuredprojects {
  display: inline-block;
  margin: 1em 1em;
  vertical-align: top;
  float: none; }
  @media (max-width: 1023px) {
    .featuredprojects {
      width: 40%; } }
  @media (max-width: 599px) {
    .featuredprojects {
      margin: 1em auto;
      width: 100%; } }
  .featuredprojects > h3 {
    background: #2d71b3 none repeat scroll 0 0;
    color: #fff;
    font-size: small;
    margin: 2px 2px 10px;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .featuredprojects > h4 {
    border-bottom: 2px dashed #ccc;
    color: #036;
    font-size: 14pt;
    font-style: italic;
    margin: 2px 0;
    padding-bottom: 10px; }
  .featuredprojects > .basic-list {
    margin-left: 0 !important; }

.staggered-image {
  border-bottom: thin solid #9d9d9d;
  width: 90%;
  max-width: 1200px;
  min-height: 1px;
  float: left;
  position: relative;
  margin-left: 1em;
  margin-bottom: 1em;
  padding-bottom: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .staggered-image:last-child, .staggered-image:last-of-type {
    border-bottom: 0; }
  .staggered-image.left img, .staggered-image.right img {
    float: left;
    width: 380px;
    margin-right: 1em;
    margin-bottom: 1em; }
    @media (max-width: 599px) {
      .staggered-image.left img, .staggered-image.right img {
        width: 100%; } }
  @media (max-width: 1023px) {
    .staggered-image.left ul, .staggered-image.left p, .staggered-image.right ul, .staggered-image.right p {
      width: 90%; } }
  .staggered-image.right img {
    margin-right: 0;
    margin-left: 1em; }
    @media (max-width: 599px) {
      .staggered-image.right img {
        margin-left: 0; } }
  .staggered-image.right > ul, .staggered-image.right > p {
    float: left; }
  .staggered-image > .basic-list {
    margin-left: 0 !important;
    width: 40%;
    float: left;
    margin-bottom: 1em; }
    @media (max-width: 599px) {
      .staggered-image > .basic-list li {
        font-size: small;
        margin-bottom: 1em; } }
.checkbox-container {
  width: auto;
  float: right;
  vertical-align: top;
  top: -1.2em;
  position: relative; }
  @media (max-width: 1023px) {
    .checkbox-container {
      float: left; } }
.checkbox-wrapper {
  width: auto;
  margin: 0 1em;
  float: left; }
  .checkbox-wrapper:first-of-type, .checkbox-wrapper:first-child {
    margin-left: 0; }
  .checkbox-wrapper:last-of-type, .checkbox-wrapper:last-child {
    margin-left: 1em; }
    @media (max-width: 1023px) {
      .checkbox-wrapper:last-of-type, .checkbox-wrapper:last-child {
        margin-left: 0; } }
  @media (max-width: 1023px) {
    .checkbox-wrapper {
      width: 100%;
      margin: 0 0; } }
  @media (max-width: 1023px) {
    .checkbox-wrapper.not-side-by-side {
      width: 100%;
      margin-left: 0; } }
  .checkbox-wrapper.no-indent {
    margin-right: 0 !important;
    margin-left: 0 !important; }

@media (max-width: 1023px) {
  .paddingRight20 {
    padding-right: 0; } }

.tooltip {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: black;
  border-radius: 3px;
  color: #fff;
  display: none;
  left: 50%;
  margin-bottom: 0.75em;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  transform: translateX(-50%);
  margin-top: -15px; }

.weak {
  background-color: #e40000 !important; }

.better {
  background-color: #cf7800 !important; }

.good {
  background-color: #819d64 !important; }

.best {
  background-color: #6aba23 !important; }

.header-wrapper {
  background: url("/images/backgrounds/project-bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 343px;
  position: relative; }

.slideout-container-message, .slideout-container-alert {
  background: white;
  border-left: thin solid #D3D9DF;
  width: 0;
  height: 0vh;
  overflow-y: auto;
  position: fixed;
  z-index: 99999;
  top: 0;
  opacity: 0;
  right: -1000px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  @media (max-width: 1023px) {
    .slideout-container-message, .slideout-container-alert {
      width: 100%; } }
  .slideout-container-message.open-menu, .slideout-container-alert.open-menu {
    display: inline-block;
    right: 0px;
    width: 450px;
    height: 100vh;
    opacity: 1;
    position: absolute; }
    @media (max-width: 1023px) {
      .slideout-container-message.open-menu, .slideout-container-alert.open-menu {
        width: 100%; } }
  .slideout-container-message.fixed-position, .slideout-container-alert.fixed-position {
    position: fixed; }

.alert-header, .msg-header {
  border-bottom: thick solid #D3D9DF;
  font-size: .9em;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .alert-header > span, .msg-header > span {
    color: black;
    width: 100%;
    display: inline-block; }
  .alert-header > .close-icon, .msg-header > .close-icon {
    position: initial;
    top: initial;
    right: initial; }

.slideout-container-alert .no-alerts {
  width: 100%;
  padding: 1em 2em;
  text-align: center; }
  .slideout-container-alert .no-alerts > .close-icon {
    right: 2em;
    top: 1em; }
  .slideout-container-alert .no-alerts > .no-alert-icon {
    background: url("/images/icons/no-alerts-msg.svg") no-repeat center center;
    background-size: 100%;
    width: 195px;
    height: 130px;
    margin: 0 auto;
    position: relative; }
  .slideout-container-alert .no-alerts > h1 {
    margin-top: 1em;
    text-align: center; }
  .slideout-container-alert .no-alerts > p {
    text-align: center; }

.slideout-container-alert .alert-nav > li {
  border-bottom: thin solid #D3D9DF;
  padding: 1em 2em; }
  .slideout-container-alert .alert-nav > li:last-of-type, .slideout-container-alert .alert-nav > li:last-child {
    border: 0; }
  .slideout-container-alert .alert-nav > li > .alert-icon {
    background: transparent url("/images/icons/alert-icon.svg") no-repeat center center;
    background-size: 50%;
    border-radius: 50%;
    border: 1px solid #565656;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top; }
    .slideout-container-alert .alert-nav > li > .alert-icon.new {
      background-color: #6ABA23;
      background-image: url("/images/icons/alert-icon-white.svg");
      border-color: #6ABA23; }
  .slideout-container-alert .alert-nav > li > .list-content {
    width: calc(90% - 50px);
    display: inline-block;
    vertical-align: top;
    margin-left: 2em; }
    @media (max-width: 1023px) {
      .slideout-container-alert .alert-nav > li > .list-content {
        width: calc(90% - 55px); } }
    .slideout-container-alert .alert-nav > li > .list-content > h3 {
      font-weight: bold;
      font-size: medium; }
    .slideout-container-alert .alert-nav > li > .list-content > p {
      line-height: normal; }

.slideout-container-message .no-messages {
  width: 100%;
  text-align: center;
  padding: 1em 2em; }
  .slideout-container-message .no-messages > .close-icon {
    right: 2em;
    top: 1em; }
  .slideout-container-message .no-messages > .no-message-icon {
    background: url("/images/icons/no-messages.svg") no-repeat center center;
    background-size: 100%;
    width: 195px;
    height: 130px;
    margin: 0 auto;
    position: relative; }
  .slideout-container-message .no-messages > h1 {
    margin-top: 1em;
    text-align: center; }
  .slideout-container-message .no-messages > p {
    text-align: center; }

.slideout-container-message .message-nav > li {
  border-bottom: thin solid #D3D9DF;
  padding: 1em 2em;
  position: relative; }
  .slideout-container-message .message-nav > li:last-of-type, .slideout-container-message .message-nav > li:last-child {
    border: 0; }
  .slideout-container-message .message-nav > li > .mail-icon {
    background: transparent url("/images/icons/mail-icon.svg") no-repeat center center;
    background-size: 50%;
    border-radius: 50%;
    border: 1px solid #565656;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top; }
    .slideout-container-message .message-nav > li > .mail-icon.new {
      background-color: #6ABA23;
      background-image: url("/images/icons/mail-icon-white.svg");
      border-color: #6ABA23; }
  .slideout-container-message .message-nav > li > .list-content {
    width: calc(79% - 50px);
    display: inline-block;
    vertical-align: top;
    margin-left: 1em; }
    @media (max-width: 1023px) {
      .slideout-container-message .message-nav > li > .list-content {
        width: calc(75% - 46px); } }
    .slideout-container-message .message-nav > li > .list-content > h3 {
      font-weight: bold;
      font-size: medium; }
    .slideout-container-message .message-nav > li > .list-content > p {
      line-height: normal; }
    .slideout-container-message .message-nav > li > .list-content .edit-icon-wrapper {
      width: min-content;
      text-align: center;
      position: absolute;
      right: 1em;
      top: 1em; }
      @media (max-width: 1023px) {
        .slideout-container-message .message-nav > li > .list-content .edit-icon-wrapper {
          right: 1.25em;
          top: 1.25em; } }
      @media (max-width: 1023px) {
        .slideout-container-message .message-nav > li > .list-content .edit-icon-wrapper .deny-button {
          right: 0em;
          top: -6px;
          position: absolute; } }
.slideout-container-alert > .no-alerts-container, .slideout-container-alert .no-messages-container, .slideout-container-message > .no-alerts-container, .slideout-container-message .no-messages-container {
  display: none;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center; }
  .slideout-container-alert > .no-alerts-container.show-alert-msg, .slideout-container-alert .no-messages-container.show-alert-msg, .slideout-container-message > .no-alerts-container.show-alert-msg, .slideout-container-message .no-messages-container.show-alert-msg {
    display: flex; }

.slideout-container-alert > .alerts-container > .alert-header, .slideout-container-alert > .alerts-container > .msg-header, .slideout-container-alert .messages-container > .alert-header, .slideout-container-alert .messages-container > .msg-header, .slideout-container-message > .alerts-container > .alert-header, .slideout-container-message > .alerts-container > .msg-header, .slideout-container-message .messages-container > .alert-header, .slideout-container-message .messages-container > .msg-header {
  border-bottom: 1px solid #D3D9DF;
  font-size: .9em;
  width: 100%;
  margin: 0 auto;
  padding: 1em 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .slideout-container-alert > .alerts-container > .alert-header > span, .slideout-container-alert > .alerts-container > .msg-header > span, .slideout-container-alert .messages-container > .alert-header > span, .slideout-container-alert .messages-container > .msg-header > span, .slideout-container-message > .alerts-container > .alert-header > span, .slideout-container-message > .alerts-container > .msg-header > span, .slideout-container-message .messages-container > .alert-header > span, .slideout-container-message .messages-container > .msg-header > span {
    color: black;
    width: 100%;
    display: inline-block; }
  .slideout-container-alert > .alerts-container > .alert-header > .close-icon, .slideout-container-alert > .alerts-container > .msg-header > .close-icon, .slideout-container-alert .messages-container > .alert-header > .close-icon, .slideout-container-alert .messages-container > .msg-header > .close-icon, .slideout-container-message > .alerts-container > .alert-header > .close-icon, .slideout-container-message > .alerts-container > .msg-header > .close-icon, .slideout-container-message .messages-container > .alert-header > .close-icon, .slideout-container-message .messages-container > .msg-header > .close-icon {
    position: initial;
    top: initial;
    right: initial; }

.slideout-container-alert > .alerts-container > .message-nav, .slideout-container-alert > .alerts-container > .alert-nav, .slideout-container-alert .messages-container > .message-nav, .slideout-container-alert .messages-container > .alert-nav, .slideout-container-message > .alerts-container > .message-nav, .slideout-container-message > .alerts-container > .alert-nav, .slideout-container-message .messages-container > .message-nav, .slideout-container-message .messages-container > .alert-nav {
  height: auto;
  display: flex;
  flex-direction: column;
  max-height: 84vh;
  margin: auto;
  overflow: auto; }

.slideout-container-alert > .alerts-container > .view-all-container, .slideout-container-alert .messages-container > .view-all-container, .slideout-container-message > .alerts-container > .view-all-container, .slideout-container-message .messages-container > .view-all-container {
  background-color: white;
  border-top: thin solid #D3D9DF;
  width: 100%;
  max-width: 450px;
  padding: 1em 2em;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3; }
  .slideout-container-alert > .alerts-container > .view-all-container > button, .slideout-container-alert .messages-container > .view-all-container > button, .slideout-container-message > .alerts-container > .view-all-container > button, .slideout-container-message .messages-container > .view-all-container > button {
    color: white; }

.dropdown-container {
  display: inline-block;
  width: 100%;
  position: relative; }
  .dropdown-container .dropdown-header {
    padding: 1% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .dropdown-container .dropdown-header p {
      display: inline-block;
      margin: 0 auto;
      font-size: 1em;
      width: 99%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      color: white; }
      @media (max-width: 599px) {
        .dropdown-container .dropdown-header p {
          width: 87%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 1em;
          font-size: small;
          text-align: left;
          padding-left: 1em; } }
    .dropdown-container .dropdown-header span.tooltip-arrow {
      position: relative;
      background: transparent;
      top: 0px;
      /*move arrow down*/
      right: 3em;
      display: inline-block;
      -moz-transform: rotateZ(0deg);
      -webkit-transform: rotateZ(0deg);
      -o-transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      transform: rotateZ(0deg);
      vertical-align: middle;
      z-index: 2; }
      .dropdown-container .dropdown-header span.tooltip-arrow:after, .dropdown-container .dropdown-header span.tooltip-arrow:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .dropdown-container .dropdown-header span.tooltip-arrow:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #5c5b5b;
        border-width: 11px;
        /*adjust the size of the arrow*/
        margin-left: -11px;
        /*adjust the size of the arrow*/ }
      .dropdown-container .dropdown-header span.tooltip-arrow:before {
        border-color: rgba(204, 204, 204, 0);
        border-bottom-color: white;
        border-width: 12px;
        /*adjust the size of the arrow*/
        margin-left: -12px;
        /*adjust the size of the arrow*/ }
      @media only screen and (min-width: 600px) and (max-width: 800px) {
        .dropdown-container .dropdown-header span.tooltip-arrow {
          right: 1em;
          top: -3px; } }
      @media only screen and (max-width: 599px) {
        .dropdown-container .dropdown-header span.tooltip-arrow {
          right: -.5em;
          top: 0; } }
    .dropdown-container .dropdown-header:hover {
      cursor: pointer; }
  .dropdown-container .dropdown-body {
    display: none;
    background: white;
    width: 250px;
    margin: 2.5em 0;
    border: thin solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.25);
    right: 0;
    position: absolute;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .dropdown-container .dropdown-body p {
      display: inline-block;
      width: 100%;
      margin: 2% 0;
      text-align: center; }
    .dropdown-container .dropdown-body > textarea {
      display: inline-block;
      width: 100%;
      max-width: 100%;
      min-height: 100px;
      padding: 1% 2%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .dropdown-container .dropdown-body > .rule {
      margin: 0 0 !important;
      float: left; }
  .dropdown-container.open .dropdown-header .tooltip-arrow {
    margin-top: -20px;
    -moz-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
  .dropdown-container.open .dropdown-body {
    display: inline-block; }

.user-name-container > .dropdown-container .dropdown-body {
  margin-top: 2.98em; }

.user-name-container.opacity {
  z-index: -1;
  position: absolute;
  opacity: .25;
  display: none; }

.user-icon-dropdown-container {
  width: 100%;
  margin: 1em 0 1em;
  vertical-align: top; }
  .user-icon-dropdown-container > .user-icon {
    background: url("/images/icons/user-icon.svg") no-repeat center center;
    background-size: 100%;
    border: thin solid black;
    display: block;
    width: 60px;
    height: 60px;
    margin: auto auto;
    position: relative; }

.welcome-back {
  border-bottom: thin solid rgba(0, 0, 0, 0.4);
  font-size: .9em;
  width: 100%;
  margin: auto auto;
  padding: 1em 1em;
  display: block;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .welcome-back > span {
    color: black; }

.user-nav > li {
  padding: .5em 1em;
  text-align: center; }
  .user-nav > li > a {
    display: block;
    font-size: medium;
    color: black; }
    @media (max-width: 1023px) {
      .user-nav > li > a {
        margin-left: 0; } }
  .user-nav > li:hover {
    background: rgba(0, 0, 0, 0.08);
    cursor: pointer; }
    .user-nav > li:hover > a {
      color: black; }

.list-side-by-side {
  float: left;
  width: 90%; }
  .list-side-by-side dt {
    float: left;
    max-width: 40%;
    color: #5c5b5b;
    font-weight: bold; }
    @media (max-width: 599px) {
      .list-side-by-side dt {
        max-width: 100%;
        width: 100%; } }
  .list-side-by-side dd {
    color: #5c5b5b;
    margin: 0 0 .5em 12em;
    font-weight: 300; }
    .list-side-by-side dd:after {
      content: "";
      display: block;
      clear: left; }
    @media (max-width: 599px) {
      .list-side-by-side dd {
        width: 100%;
        margin: 0; }
        .list-side-by-side dd:last-child {
          padding-bottom: 2em; } }
    .list-side-by-side dd > a {
      text-decoration: underline; }
  .list-side-by-side .icon {
    height: 50px;
    margin: 0 auto;
    width: 100%; }

#third-container ul li {
  margin-left: 30px;
  font-weight: 300; }

ol {
  margin-left: 15px; }

.block-space {
  display: inline-block;
  padding: 0 1em; }

.blockheader {
  background-color: white;
  color: black;
  border: 1px solid #9d9d9d;
  display: inline-block;
  margin: 0 auto;
  padding: 15px;
  text-transform: none;
  width: 100%; }

.borderbox, .block-wrapper {
  padding: 15px;
  border: 1px solid black;
  margin: 20px 0; }

.messageblack {
  background-color: #4a4949;
  color: white;
  text-align: center; }
  .messageblack p {
    margin: 0;
    font-size: 15px; }
  @media only screen and (max-width: 599px) {
    .messageblack {
      padding: 10px; } }
.print {
  color: #047db5; }
  .print span {
    text-decoration: underline; }
  .print:before {
    font-family: 'fontAwesome';
    font-size: 16px;
    margin-right: 10px;
    content: '\f02f'; }

.prepend p.fa.fa-clock-o {
  padding: 10px 10px;
  height: 37px;
  margin-right: -2px;
  margin-top: 0; }

.img {
  width: 100%;
  display: inline-block; }

.icon {
  width: 100%;
  margin: 0 auto;
  height: 50px; }

.content-list {
  width: 100%;
  float: left;
  margin-bottom: 1em; }
  .content-list > li {
    font-size: 16px;
    font-weight: 300; }
  .content-list li {
    list-style: outside none disc;
    margin-left: 1em; }
    .content-list li > ul li {
      list-style: inside none circle; }
      .content-list li > ul li > ul li {
        list-style: inside none square;
        margin-left: 2em; }

.spinnerContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  text-align: center;
  vertical-align: middle; }

.primary-loading-spinner {
  display: inline-block;
  border: 8px solid #dedede;
  /* Light grey */
  border-top: 8px solid #01336a;
  /* Blue */
  border-radius: 50%;
  animation: spin 2s linear infinite;
  position: relative;
  width: 60px;
  height: 60px; }
  .primary-loading-spinner:before {
    vertical-align: middle;
    text-align: center; }
  .primary-loading-spinner.small {
    border: 3px solid #dedede;
    /* Light grey */
    border-top: 3px solid #01336a;
    /* Blue */
    width: 20px;
    height: 20px; }
  .primary-loading-spinner.large {
    border: 16px solid #dedede;
    /* Light grey */
    border-top: 14px solid #01336a;
    /* Blue */
    width: 100px;
    height: 100px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.back-to-landing-wrapper, .go-back-wrapper {
  display: none;
  border-bottom: thin solid #5c5b5b;
  width: 100%;
  height: 50px; }
  @media (max-width: 599px) {
    .back-to-landing-wrapper, .go-back-wrapper {
      display: block; } }
  .back-to-landing-wrapper .back-to-btn, .go-back-wrapper .back-to-btn {
    width: 100%;
    height: auto; }
    .back-to-landing-wrapper .back-to-btn a, .go-back-wrapper .back-to-btn a {
      display: block;
      border: 0;
      width: 100%;
      height: 100%;
      padding: .8em 1em;
      text-align: right;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .back-to-landing-wrapper .back-to-btn a .go-back-icon, .go-back-wrapper .back-to-btn a .go-back-icon {
        float: left; }
        .back-to-landing-wrapper .back-to-btn a .go-back-icon:before, .go-back-wrapper .back-to-btn a .go-back-icon:before {
          font-family: FontAwesome;
          content: "\f053";
          display: inline-block;
          padding-right: 3px;
          vertical-align: middle; }

.lock a:before {
  font-family: FontAwesome;
  content: "\f023";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle; }

.lock p a:before {
  content: "";
  padding-right: 0;
  vertical-align: top; }

.switch-btn {
  float: left;
  position: relative;
  z-index: 2; }
  .switch-btn input.switch-toggle {
    position: absolute;
    margin-left: -9999px; }
  .switch-btn input.toggle-round-flat + .switch-label {
    display: block;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    width: 78px;
    height: 26px;
    padding: 2px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s; }
    .switch-btn input.toggle-round-flat + .switch-label span {
      float: left;
      width: 58%;
      margin: 0 0 0 0;
      z-index: 80;
      position: relative; }
      .switch-btn input.toggle-round-flat + .switch-label span:last-child {
        float: right; }
    .switch-btn input.toggle-round-flat + .switch-label:before, .switch-btn input.toggle-round-flat + .switch-label:after {
      display: block;
      position: absolute;
      content: ""; }
    .switch-btn input.toggle-round-flat + .switch-label:before {
      visibility: visible; }
    .switch-btn input.toggle-round-flat + .switch-label:before {
      background-size: 20%;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      border-radius: 60px;
      /* Prevent background color leak outs */
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      content: "Off";
      font-size: small;
      top: 5px;
      left: 33px;
      bottom: 2px;
      right: 1px;
      color: white;
      float: right;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s; }
    .switch-btn input.toggle-round-flat + .switch-label:after {
      background: white;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      /* Prevent background color leak outs */
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      top: 3px;
      left: 5px;
      bottom: 0;
      width: 20px;
      height: 20px;
      transition: margin 0.5s, 0.6s;
      visibility: visible; }
  .switch-btn input.toggle-round-flat:checked + .switch-label {
    background: #87c217; }
    .switch-btn input.toggle-round-flat:checked + .switch-label .on-view:before {
      content: "On";
      color: white;
      margin: 0 -3px;
      top: 0;
      font-size: small;
      position: relative; }
    .switch-btn input.toggle-round-flat:checked + .switch-label:after {
      margin-left: 46px;
      background: white; }
    .switch-btn input.toggle-round-flat:checked + .switch-label:before {
      visibility: hidden; }
  .switch-btn .switch-label {
    background: #565656;
    z-index: 2;
    position: relative;
    display: inline-block;
    width: 100px;
    height: 24px; }
    .switch-btn .switch-label:before {
      background: transparent;
      padding-right: 11px;
      visibility: hidden; }
    .switch-btn .switch-label:after {
      display: inherit; }

.selection {
  display: block;
  border: thin solid #5c5b5b;
  width: 100%;
  float: right;
  margin: -.5em 0 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  transition: border 0.4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .selection.single {
    background: transparent;
    margin-top: 0;
    font-size: small; }
  .selection.multi {
    border: 0; }
    .selection.multi:hover {
      border: 0; }
  .selection.addui-select-open {
    border: thin solid red; }
  .selection.addui-select-open {
    opacity: 1;
    pointer-events: auto; }
    .selection.addui-select-open > .addui-select-options {
      opacity: 1;
      pointer-events: auto; }
  .selection > .addui-select-value {
    display: block;
    padding: .5em;
    position: relative;
    font-size: 16px; }
    .selection > .addui-select-value:after {
      font-family: "fontAwesome";
      content: "\f0dc";
      position: absolute;
      font-size: 36px;
      top: 8px;
      right: 8px;
      font-size: medium;
      transform: 0;
      transition: 0;
      color: rgba(0, 0, 0, 0.38); }
  .selection > .addui-select-options {
    top: 2.67em; }
  .selection > .addui-select-options {
    display: block;
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25); }
    .selection > .addui-select-options > .addui-select-option {
      display: block;
      padding: .5em;
      font-size: small;
      margin: 0;
      color: rgba(0, 0, 0, 0.87);
      background: transparent;
      transition: background 0.4s; }
      .selection > .addui-select-options > .addui-select-option.addui-select-option-selected {
        background: rgba(63, 81, 181, 0.1); }
  .selection > optgroup > option {
    font-family: "lato";
    font-size: small; }

.sort-asc:after, .sort-desc:after,
.status-asc:after, .status-asc:after {
  font-family: "fontAwesome";
  content: "";
  position: absolute;
  font-size: 36px;
  top: 8px;
  right: 8px;
  font-size: medium;
  transform: 0;
  transition: 0;
  color: rgba(0, 0, 0, 0.38); }

.sort-asc:after {
  font-family: "fontAwesome";
  content: "\f0de"; }

.sort-desc:after {
  font-family: "fontAwesome";
  content: "\f0dd"; }

.status-asc:after {
  font-family: "fontAwesome";
  content: "\f15d"; }

.status-desc:after {
  font-family: "fontAwesome";
  content: "\f15e"; }

.empty-results {
  width: 100%;
  height: 100%;
  text-align: center; }
  .empty-results > .empty-results-icon {
    display: none;
    background: url("/images/icons/no-performance.svg") no-repeat center center;
    background-size: 21%;
    border-bottom: 0;
    height: 500px;
    width: 100%;
    min-width: 100%; }
    .empty-results > .empty-results-icon.no-projects {
      background-image: url("/images/icons/no-performance.svg"); }
  .empty-results.no-performance > .no-projects {
    display: inline-block; }

.blank-space {
  width: 100%;
  float: left;
  margin: 1em 0;
  padding: .5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1023px) {
    .blank-space {
      margin: .5em 0; } }
  .blank-space.form {
    margin: 2em 0; }
    @media (max-width: 1023px) {
      .blank-space.form {
        display: none; } }
.parent-div {
  display: inline-block;
  width: 100%;
  min-height: 100%;
  position: relative; }
  @media (max-width: 1023px) {
    .parent-div {
      max-width: 100%; } }
.scrolling-table-wrapper, .sub-table-wrapper {
  margin-bottom: 1em;
  overflow-x: hidden;
  overflow-y: hidden; }

.dependent-table-container, .table-container {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden; }

.dependent-table-container {
  height: 20px; }
  .dependent-table-container > .top-scroll-bar, .dependent-table-container > .top-scroll-bar2 {
    height: 100%;
    position: absolute; }
  .dependent-table-container > .top-scroll-bar {
    display: none; }

.table-container:first-child {
  margin-top: 0; }

.table-container .table-wrapper {
  width: 100%;
  min-height: 1px;
  position: relative; }
  .table-container .table-wrapper table {
    border-collapse: collapse;
    position: absolute;
    line-height: normal;
    display: table;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .table-container .table-wrapper table thead, .table-container .table-wrapper table tbody {
      width: 100%; }
    .table-container .table-wrapper table thead.thead {
      background: #012955;
      padding: 1% 1% 1%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .table-container .table-wrapper table thead.thead tr {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top; }
        .table-container .table-wrapper table thead.thead tr th {
          text-align: left; }
          .table-container .table-wrapper table thead.thead tr th.table-title-wrapper, .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper {
            color: white; }
          .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper {
            float: right; }
            .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .export-btn, .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .print-btn {
              width: auto;
              float: left; }
              .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .export-btn a, .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .print-btn a {
                color: white; }
                .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .export-btn a:hover, .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .print-btn a:hover {
                  text-decoration: underline; }
            .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .export-btn {
              margin-right: .5em; }
            .table-container .table-wrapper table thead.thead tr th.table-title-btn-wrapper .print-btn {
              border-left: thin solid white;
              text-indent: .5em; }
    .table-container .table-wrapper table thead.sub-header {
      background: #e2ecf5;
      height: auto;
      padding: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .table-container .table-wrapper table thead.sub-header tr {
        padding: 0;
        width: 100%; }
        .table-container .table-wrapper table thead.sub-header tr th {
          border-right: thin solid #012955;
          text-align: left;
          line-height: normal;
          padding-top: 1em;
          vertical-align: middle;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .table-container .table-wrapper table thead.sub-header tr th:last-child {
            border: 0; }
    .table-container .table-wrapper table tbody.tbody {
      width: 100%;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .table-container .table-wrapper table tbody.tbody tr td:first-child {
        white-space: normal; }
      .table-container .table-wrapper table tbody.tbody tr td:last-child {
        border: 0; }
    .table-container .table-wrapper table.master-child-table .master-row:nth-child(4n-1) {
      background: #f7f9f9; }
    .table-container .table-wrapper table.master-child-table .master-row:hover {
      background: #ccd6e1; }

@media (max-width: 599px) {
  tr > td > a {
    font-size: small; } }

tr > td > img {
  width: 50px;
  height: auto; }

.thead tr > th:first-child {
  padding-left: 2%;
  white-space: normal; }

.tbody tr {
  width: 100%; }
  .tbody tr:nth-child(even) {
    background: #f7f9f9; }
  .tbody tr:hover {
    background: rgba(0, 0, 0, 0.055); }
  .tbody tr td {
    vertical-align: top;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word; }
    @media (max-width: 599px) {
      .tbody tr td {
        font-size: small; } }
    .tbody tr td .expand-child:before {
      font-family: 'FontAwesome';
      content: "\f067";
      padding-right: .5em;
      vertical-align: middle;
      font-weight: 200;
      font-size: .8em; }
    .tbody tr td .expand-child:hover {
      text-decoration: underline; }
    .tbody tr td .expand-child.open:before {
      font-family: 'FontAwesome';
      content: "\f068"; }
    .tbody tr td:first-child {
      padding-left: 2%;
      white-space: normal; }

.child-row {
  background: transparent !important;
  display: none;
  border-top: thin solid #dedede;
  padding-bottom: 2%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .child-row:hover {
    background: transparent !important; }
  .child-row > td {
    border: 0 !important;
    width: 34% !important;
    color: gray-dark; }
    @media only screen and (max-width: 768px) {
      .child-row > td {
        width: 100%; } }
    @media (max-width: 768px) {
      .child-row > td {
        width: 100%; } }
  .child-row .td-full {
    width: 100%;
    float: left;
    display: none; }
  .child-row .permit-header-icon {
    background-size: 80%;
    width: 54px;
    height: 54px;
    float: left; }
  .child-row .detail-container-h2 {
    display: inline-block;
    color: #01336a;
    text-transform: uppercase;
    margin: .5em 0 -1em;
    width: 100%;
    height: 30px;
    text-indent: .1em;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .child-row .detail-container-h2 {
        margin-bottom: 0;
        text-indent: .2em; } }
  .child-row .detail-container {
    display: table;
    width: 40%; }
    .child-row .detail-container:last-of-type, .child-row .detail-container:last-child {
      margin-right: 0; }
    .child-row .detail-container.no-margin {
      margin: 0 !important; }
    .child-row .detail-container .detail-header, .child-row .detail-container .detail-body {
      display: table-cell;
      width: 200px; }
      .child-row .detail-container .detail-header .detail-content, .child-row .detail-container .detail-body .detail-content {
        width: 160px;
        margin-top: 1em;
        margin-bottom: 0;
        font-size: small;
        float: none;
        color: #012955; }
    .child-row .detail-container .detail-header > p {
      font-weight: bold; }

.master-child-table .master-row:nth-child(4n-1) {
  background: #f7f9f9; }

.master-child-table .master-row:hover {
  background: #ccd6e1; }

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: minmax(200px, auto);
  grid-gap: 1rem; }

.card {
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  padding: .5rem;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  display: flex;
  /* -webkit-box-orient: vertical; */
  /* -webkit-box-direction: normal; */
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #5d5e5e; }

.thumbnail img {
  fill: #c7c4c4;
  height: 135px;
  opacity: .25;
  padding: 1.5rem; }

.panel.card-panel .panel-header {
  background-color: #ffffff;
  font-size: .75rem;
  font-weight: 400;
  height: 25px !important; }

.panel.card-panel .panel-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.category {
  font-size: .75rem;
  text-transform: uppercase; }

/* ================================================== 
Forms
================================================== */
::-webkit-input-placeholder {
  font-style: italic;
  color: default-color;
  font-weight: 100;
  font-size: 16px; }

:-moz-placeholder {
  font-style: italic;
  color: default-color;
  font-weight: 100;
  font-size: 16px; }

::-moz-placeholder {
  font-style: italic;
  color: default-color;
  font-weight: 100;
  font-size: 16px; }

:-ms-input-placeholder {
  font-style: italic;
  color: default-color;
  font-weight: 100;
  font-size: 16px; }

input, select, textarea {
  font-size: small; }
  input.disabled, select.disabled, textarea.disabled {
    background-color: #ccc;
    border-color: #ccc;
    color: #333333; }

/* remove the default select arrow for IE10 and up */
select.select::-ms-expand {
  opacity: 0; }

select::-ms-expand {
  opacity: 0; }

input[type="type"] ::-webkit-input-placeholder {
  padding-left: 0em !important; }

input[type="type"] :-moz-placeholder {
  padding-left: 0em !important; }

input[type="type"] ::-moz-placeholder {
  padding-left: 0em !important; }

input[type="type"] :-ms-input-placeholder {
  padding-left: 0em !important; }

input[type="file"] {
  font-size: small; }

input[type="search"] {
  text-align: left;
  cursor: pointer;
  display: block;
  width: 90% !important;
  letter-spacing: 2px;
  padding: 0 2%;
  word-spacing: 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: searchfield; }

input[type="search"]:-webkit-search-cancel-button {
  -webkit-appearance: none;
  -webkit-appearance: textfield;
  -webkit-appearance: searchfield-cancel-button;
  width: 10px;
  height: 10px; }

input[type="search"]::-ms-clear {
  display: block; }

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input[type="date"]:-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none; }

input.search-input {
  background-color: white;
  background-image: inherit; }

input {
  background: white;
  font-size: 16px;
  border-radius: 3px;
  border: thin solid #8c96a1;
  float: left;
  margin-bottom: 4%;
  padding: 10px 10px;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="type"], input[type="password"] {
    background-color: white; }
  @media (max-width: 1023px) {
    input {
      width: 100%;
      margin-bottom: 2%; } }
  @media (max-width: 599px) {
    input {
      width: 100%; } }
.input-selections {
  margin: 2em 0 0; }

.input-selection, .thirtythree.input-selection {
  padding-top: 2em; }

.search-input-icon {
  background: white url(../images/icons/search-bg.svg) no-repeat 0.5em center !important;
  padding-left: 2em !important; }

.selectize-control {
  border-radius: 1px;
  box-shadow: none;
  margin-bottom: 4%; }
  .selectize-control.multi .selectize-input .active[data-value] {
    background-color: rgba(27, 55, 96, 0.1); }

.selectize-input {
  border-color: #C1C4BE;
  border-radius: 1px;
  box-shadow: none; }
  .selectize-input.focus, .selectize-input:focus {
    border-color: #1b3760; }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-color: #C1C4BE;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s;
  padding-left: 1em !important;
  font-size: small !important; }

input:-internal-autofill-selected {
  background-image: url(../images/icons/search-bg.svg); }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent !important; }

#password_switch:before {
  background-color: transparent !important; }

@-webkit-keyframes autofill {
  to {
    color: blue;
    background-color: transparent; } }

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

input::-webkit-contacts-auto-fill-button, input::-webkit-credentials-auto-fill-button,
input[autocomplete="off"]::-webkit-contacts-auto-fill-button,
input[autocomplete="off"]::-webkit-credentials-auto-fill-button {
  opacity: 0 !important;
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
  height: 0;
  width: 0;
  margin: 0; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

textarea {
  background: white;
  border-radius: 1px;
  border: thin solid #8c96a1;
  font-family: "lato", sans-serif;
  font-size: 16px;
  height: 120px !important;
  margin-bottom: 6%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  width: 100%;
  resize: vertical; }
  textarea.max-height {
    height: 340px !important; }
  @media (max-width: 1023px) {
    textarea {
      width: 100%; } }
  @media (max-width: 599px) {
    textarea {
      width: 100%; } }
select {
  background: #fff url(/images/svg/dropdown/dropdown-arrow.svg) no-repeat 98% center;
  border: thin solid #8c96a1;
  width: 100%;
  height: 40px;
  margin: 0 0 2%;
  padding: 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }
  @media (max-width: 1023px) {
    select {
      background-image: url(/images/svg/dropdown/dropdown_arrow_only.svg);
      margin-bottom: 0; } }
  @media (max-width: 599px) {
    select {
      background-image: url(/images/svg/dropdown/dropdown_arrow_only.svg);
      background-size: 1.6em;
      margin-bottom: 0; } }
  select.no-color {
    background-color: transparent; }
  select.slct.small {
    background-position: 87% center; }
  select.table-slct {
    background-color: transparent;
    border: 0;
    width: 100%;
    margin-left: -2em;
    padding: 0 7px;
    font-size: .9em;
    font-weight: normal;
    color: #7d7470; }
    select.table-slct:hover {
      cursor: pointer;
      background-color: white; }

select:focus {
  background-color: white;
  min-width: 100%;
  width: auto;
  z-index: 900;
  position: relative; }

.dataTables_length > label > select:focus {
  min-width: auto; }

select option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px; }

.label-wrapper.dropdown {
  background: white url(/images/svg/dropdown/dropdown-arrow.svg) no-repeat 96% center;
  border: thin solid #8c96a1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 300px;
  height: 40px;
  padding: 0 1em 0 0; }
  @media (max-width: 1024px) {
    .label-wrapper.dropdown {
      width: 100%; } }
  @media (max-width: 1023px) {
    .label-wrapper.dropdown {
      width: 100%; } }
  .label-wrapper.dropdown > select option {
    max-width: 250px;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important; }
  .label-wrapper.dropdown > select, .label-wrapper.dropdown option.selected {
    background: none;
    border: 0;
    max-width: 300px;
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0 3em 0 2%;
    width: 100%;
    font-size: smaller;
    left: -1px;
    position: absolute; }

.multi-select-wrapper {
  width: 100%; }
  .multi-select-wrapper > select {
    background-image: none;
    border: 0;
    font-family: "lato", sans-serif;
    font-size: small;
    width: 100%;
    height: 100%;
    margin: 0 0 0;
    padding: 0 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }

.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  max-width: 100%; }

.ms-choice {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #C1C4BE;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-size: small; }
  .ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default; }
  .ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
    padding-top: .3em; }
    .ms-choice > span.placeholder {
      color: #999; }
  .ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    background: url("multiple-select.png") left top no-repeat; }
    .ms-choice > div.open {
      background: url("multiple-select.png") right top no-repeat; }

.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .ms-drop.bottom {
    top: 100%;
    margin-top: -1px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
  .ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .ms-search > input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url("multiple-select.png") no-repeat 100% -22px;
    background: url("multiple-select.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url("multiple-select.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("multiple-select.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("multiple-select.png") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url("multiple-select.png") no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url("multiple-select.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.ms-drop > ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px; }
  .ms-drop > ul > li {
    list-style: none;
    background-image: none;
    position: static;
    display: inline-block;
    font-weight: normal;
    font-size: small; }
    .ms-drop > ul > li.disabled {
      opacity: .35;
      filter: Alpha(Opacity=35); }
    .ms-drop > ul > li.multiple {
      display: block;
      float: left; }
      .ms-drop > ul > li.multiple > label {
        width: auto;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .ms-drop > ul > li.multiple > label.optgroup {
          font-weight: bold; }
        .ms-drop > ul > li.multiple > label > input[type="checkbox"] {
          vertical-align: middle;
          width: auto; }
    .ms-drop > ul > li.group {
      clear: both;
      width: 100%;
      display: inline-block; }
      .ms-drop > ul > li.group > label {
        font-weight: bold;
        font-size: small; }
        .ms-drop > ul > li.group > label > input {
          width: 100%; }
    .ms-drop > ul > li > label {
      width: auto;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: normal;
      margin-right: 1em;
      font-size: small; }
      .ms-drop > ul > li > label > input {
        width: auto !important;
        display: inline-block;
        margin-top: 5px;
        margin-right: .5em; }
      .ms-drop > ul > li > label > span {
        font-size: small; }

.ms-drop > input[type="checkbox"] {
  vertical-align: middle;
  width: auto; }

.ms-drop .ms-no-results {
  display: none; }

.label-wrapper, label {
  width: 100%; }
  .label-wrapper > .label-name, label > .label-name {
    float: left;
    font-size: .9em;
    color: #000000; }
  .label-wrapper > input, label > input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    overflow: hidden; }
    .label-wrapper > input.show-hide[type="password"], label > input.show-hide[type="password"] {
      width: 100%;
      border-right: 0; }
      @media (max-width: 1023px) {
        .label-wrapper > input.show-hide[type="password"], label > input.show-hide[type="password"] {
          width: 93%; } }
      @media (max-width: 599px) {
        .label-wrapper > input.show-hide[type="password"], label > input.show-hide[type="password"] {
          width: 93% !important; } }
  .label-wrapper.remember > input, label.remember > input {
    display: inline-block;
    width: auto;
    vertical-align: top; }
  .label-wrapper.remember > p, label.remember > p {
    float: left;
    margin-top: -0.3em;
    margin-left: .5em;
    font-size: small; }
    .label-wrapper.remember > p:hover, label.remember > p:hover {
      cursor: pointer; }
  .label-wrapper.answer:before, label.answer:before {
    content: ""; }

.form-section {
  width: 100%;
  min-height: 80px;
  float: left; }
  .form-section > input {
    margin: 0;
    background: none; }
  .form-section > .label-wrapper > .label-name {
    width: 100%;
    margin-top: 0;
    color: #7d7470;
    font-weight: 500; }
    .form-section > .label-wrapper > .label-name:last-of-type, .form-section > .label-wrapper > .label-name:last-child {
      margin-top: 0;
      font-size: small;
      color: #7d7470;
      font-weight: normal; }
    .form-section > .label-wrapper > .label-name.half {
      margin-top: 0; }
      .form-section > .label-wrapper > .label-name.half:last-of-type, .form-section > .label-wrapper > .label-name.half:last-child {
        margin-top: 0;
        font-size: small;
        color: #7d7470;
        font-weight: normal; }
    .form-section > .label-wrapper > .label-name > .switch-btn {
      margin-bottom: .5em; }
      .form-section > .label-wrapper > .label-name > .switch-btn .toggle-round-flat + .switch-label:before {
        left: initial;
        right: 1px; }
      .form-section > .label-wrapper > .label-name > .switch-btn .toggle-round-flat:checked + .switch-label .on-view:before {
        margin: 0 11px; }
  .form-section > .label-wrapper > textarea {
    width: 100%; }
  .form-section > .button-wrapper {
    border-top: thin solid #C1C4BE;
    margin-top: 2em;
    padding-top: 1.5em; }
    .form-section > .button-wrapper > .half {
      width: 48%;
      margin-right: 2%; }
      .form-section > .button-wrapper > .half:last-child, .form-section > .button-wrapper > .half:last-of-type {
        margin-right: 0;
        float: right; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #058ECE;
  padding-left: .3em; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #058ECE;
  padding-left: .3em; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #058ECE;
  padding-left: .3em; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #058ECE;
  padding-left: .3em; }

.label-wrapper.pass {
  position: relative; }
  .label-wrapper.pass > input[type="password"], .label-wrapper.pass > input[type="text"] {
    font-size: small; }
    .label-wrapper.pass > input.show-hide[type="password"], .label-wrapper.pass > input.show-hide[type="text"] {
      width: 90%; }
      @media (max-width: 1023px) {
        .label-wrapper.pass > input.show-hide[type="password"], .label-wrapper.pass > input.show-hide[type="text"] {
          width: 94.9%; } }
  .label-wrapper.pass > input[type="password"]:focus + div, .label-wrapper.pass > input[type="password"]:focus {
    border-color: #1b3760; }

.password-switch-wrapper {
  background: white;
  border: thin solid #8c96a1;
  border-left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  font-size: 16px;
  float: left;
  margin-left: -1em;
  margin-bottom: 4%;
  width: 14%;
  padding: 11px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
  position: relative; }
  @media (max-width: 1023px) {
    .password-switch-wrapper {
      width: 3em; } }
  @media (max-width: 599px) {
    .password-switch-wrapper {
      width: 2.3em; } }
  .password-switch-wrapper > #password_switch {
    width: auto;
    margin: 0 0;
    background-color: transparent;
    visibility: hidden;
    vertical-align: baseline;
    left: -9999px;
    white-space: nowrap; }
    .password-switch-wrapper > #password_switch:before {
      text-align: right;
      display: inline-block;
      left: 0;
      visibility: visible;
      font-size: large;
      font-weight: 400;
      z-index: 4;
      position: relative;
      width: 45px;
      height: 45px;
      cursor: pointer;
      content: " ";
      background: url("/images/icons/signin-hide_icon.svg") no-repeat 0 -12px; }
      @media (max-width: 1023px) {
        .password-switch-wrapper > #password_switch:before {
          background-position: 0 -10px; } }
      @media (max-width: 599px) {
        .password-switch-wrapper > #password_switch:before {
          background-position: 0 -10px;
          width: 40px;
          height: 40px; } }
    .password-switch-wrapper > #password_switch:checked:before {
      content: " ";
      background-image: url("/images/icons/signin-hide_icon.svg"); }
    .password-switch-wrapper > #password_switch.active:before {
      content: " ";
      background-image: url("/images/icons/signin-show_icon.svg"); }

.required-fields-note {
  display: inline-block;
  width: 100%;
  color: #5c5b5b;
  font-size: small; }

.asterisk-font {
  font-size: small;
  color: #565656; }
  @media (max-width: 1023px) {
    .asterisk-font {
      width: 100%;
      margin-bottom: 2.5em; } }
  .asterisk-font.large {
    font-size: medium !important; }
    .asterisk-font.large > .asterisk-mark {
      font-size: x-large !important; }

.asterisk-mark {
  color: #e01221;
  font-size: large;
  vertical-align: text-top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.validation-error {
  color: #e40000 !important; }
  .validation-error:before {
    font-family: 'FontAwesome';
    content: "\f071";
    display: inline-block;
    padding-right: .2em;
    vertical-align: middle;
    font-weight: 200;
    font-size: .8em; }
  .validation-error[type="text"], .validation-error[type="password"] {
    border-color: #e40000 !important;
    color: #e40000; }

.input-validation-error[type="text"], .input-validation-error[type="password"] {
  border-color: #e40000 !important;
  color: #e40000;
  margin-bottom: 0; }

.password-switch-wrapper.input-validation-error {
  border-color: #e40000 !important;
  margin-bottom: 0; }

.validation-error-msg, .validation-error-msg > span {
  color: #e40000 !important;
  text-align: left;
  float: left;
  margin: .1em 0 .25em;
  padding: 0;
  position: relative;
  width: 100%; }
  .validation-error-msg > span, .validation-error-msg > span > span {
    font-size: .9em; }

.validation {
  font-family: 'FontAwesome';
  display: none;
  padding-right: .2em;
  vertical-align: middle;
  font-weight: 200;
  font-size: .8em;
  width: auto;
  height: auto;
  z-index: 2;
  position: relative;
  visibility: hidden; }
  .validation.error-icon, .validation.success-icon {
    display: inline;
    visibility: hidden;
    right: 7px;
    top: -36px;
    float: right;
    position: relative; }
    .validation.error-icon:before, .validation.success-icon:before {
      font-family: FontAwesome; }
  .validation.error-icon:before {
    content: "\f00d";
    color: #e40000; }
  .validation.success-icon:before {
    content: "\f00c";
    color: #6aba23; }

.sm > .validation.error-icon, .sm > .validation.success-icon {
  top: -32px; }

@font-face {
  font-family: 'socicon';
  src: url("../font/socicon-webfont.eot");
  src: url("../font/socicon-webfont.eot?#iefix") format("embedded-opentype"), url("../font/socicon-webfont.woff") format("woff"), url("../font/socicon-webfont.ttf") format("truetype"), url("../font/socicon-webfont.svg#sociconregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@page :first {
  size: auto;
  margin: 2cm 1cm 0 1cm;
  @supports (-webkit-backdrop-filter: blur(1px)) {
    margin: 0; } }

@page {
  size: auto;
  margin: 1cm 1cm 0 1cm;
  @supports (-webkit-backdrop-filter: blur(1px)) {
    margin: 0; } }

@media print {
  * {
    font-size: 10pt !important;
    line-height: normal !important;
    line-height: normal !important;
    margin: 0 !important;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: visible !important; }
  body {
    margin: 0 !important;
    padding: 0;
    font-size: 10pt !important;
    font-weight: normal !important;
    line-height: normal !important; }
  body, h1, h2, h3, ol, ul, div {
    width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none;
    position: static;
    overflow: visible !important;
    orphans: 3; }
  table, div, p {
    orphans: 3; }
  table {
    display: table !important; }
  .main-content-container {
    background: white !important; }
  .left-column {
    display: none !important; }
  #navbar, .top-bar, .test-bottom, .report-bottom, .main-container > div.left-column, .left-column {
    display: none !important; }
  .test-container, .report-container, .right-column {
    border: 0 !important;
    width: 110% !important;
    max-width: 111% !important; } }
  @media print and (max-width: 1023px) {
    .test-container, .report-container, .right-column {
      width: 100% !important;
      max-width: 100% !important; } }
@media print {
    @supports (-webkit-backdrop-filter: blur(1px)) {
      .test-container, .report-container, .right-column {
        width: 100% !important;
        max-width: 118% !important; }
        @media print and (max-width: 1023px) {
          .test-container, .report-container, .right-column {
            max-width: 110% !important; } } }
    .test-container::after, .report-container::after, .right-column::after {
      content: "";
      page-break-after: always !important; }
  .asterisk-font {
    display: block !important;
    width: 100% !important;
    margin-top: 2em !important;
    margin-bottom: 2em !important; }
  .awl-logo-wrapper {
    width: 100% !important;
    height: 100px !important;
    float: left;
    display: block !important;
    visibility: visible; }
    .awl-logo-wrapper > span {
      display: inline-block !important;
      background: url(/images/logos/awl-logo.svg) no-repeat center center !important;
      background-size: 100%;
      display: block;
      height: 100% !important;
      width: 100% !important;
      left: 0px;
      margin-right: 1em;
      position: relative;
      visibility: visible; }
  .input, select {
    height: auto !important;
    padding: 5px !important; }
  .blank-space {
    margin: 0 !important;
    page-break-after: always !important; }
  #frm_common {
    margin-bottom: 2em; }
  .social-history-table, .mental-status-table, .suicide-harm-risk-table {
    border: 0 !important; }
    .social-history-table > tbody > tr > td, .mental-status-table > tbody > tr > td, .suicide-harm-risk-table > tbody > tr > td {
      border: 0 !important; }
  .test-body > #frm_common > .row:last-of-type, .test-body > #frm_common > .row:last-child {
    margin-top: 1em !important;
    display: block !important;
    margin-bottom: 0em !important; }
    @supports (-webkit-backdrop-filter: blur(1px)) {
      .test-body > #frm_common > .row:last-of-type, .test-body > #frm_common > .row:last-child {
        margin-bottom: 0em !important; } }
    .test-body > #frm_common > .row:last-of-type > .full > h2, .signin-container .test-body > #frm_common.signin-body > form.row:last-of-type > .leftside > h2, .signin-container .test-body > #frm_common.signout-body > form.row:last-of-type > .leftside > h2, .signout-container .test-body > #frm_common.signin-body > form.row:last-of-type > .leftside > h2, .signout-container .test-body > #frm_common.signout-body > form.row:last-of-type > .leftside > h2, .test-body > #frm_common > .row:last-child > .full > h2, .signin-container .test-body > #frm_common.signin-body > form.row:last-child > .leftside > h2, .signin-container .test-body > #frm_common.signout-body > form.row:last-child > .leftside > h2, .signout-container .test-body > #frm_common.signin-body > form.row:last-child > .leftside > h2, .signout-container .test-body > #frm_common.signout-body > form.row:last-child > .leftside > h2 {
      margin-bottom: 1em !important; }
  .test-body > #frm_common > .row > .full > .left-side-content:first-of-type, .signin-container .test-body > #frm_common.signin-body > form.row > .leftside > .left-side-content:first-of-type, .signin-container .test-body > #frm_common.signout-body > form.row > .leftside > .left-side-content:first-of-type, .signout-container .test-body > #frm_common.signin-body > form.row > .leftside > .left-side-content:first-of-type, .signout-container .test-body > #frm_common.signout-body > form.row > .leftside > .left-side-content:first-of-type, .test-body > #frm_common > .row > .full > .left-side-content:first-child, .signin-container .test-body > #frm_common.signin-body > form.row > .leftside > .left-side-content:first-child, .signin-container .test-body > #frm_common.signout-body > form.row > .leftside > .left-side-content:first-child, .signout-container .test-body > #frm_common.signin-body > form.row > .leftside > .left-side-content:first-child, .signout-container .test-body > #frm_common.signout-body > form.row > .leftside > .left-side-content:first-child {
    display: none !important; }
  .test-body > #frm_common > .row > .full > .question-section-wrapper, .signin-container .test-body > #frm_common.signin-body > form.row > .leftside > .question-section-wrapper, .signin-container .test-body > #frm_common.signout-body > form.row > .leftside > .question-section-wrapper, .signout-container .test-body > #frm_common.signin-body > form.row > .leftside > .question-section-wrapper, .signout-container .test-body > #frm_common.signout-body > form.row > .leftside > .question-section-wrapper {
    margin-top: 1em !important;
    page-break-after: always !important; }
  .test-body > #frm_common > .row > .full > .blank-space, .signin-container .test-body > #frm_common.signin-body > form.row > .leftside > .blank-space, .signin-container .test-body > #frm_common.signout-body > form.row > .leftside > .blank-space, .signout-container .test-body > #frm_common.signin-body > form.row > .leftside > .blank-space, .signout-container .test-body > #frm_common.signout-body > form.row > .leftside > .blank-space {
    margin: .25em 0 !important;
    border: thin solid green; }
  .test-body > #frm_common > .row > .half {
    width: 50% !important; }
    .test-body > #frm_common > .row > .half > .half {
      width: 50% !important; }
  #assessment_test_body.test-body, #assessment_test_body_section.test-body {
    page-break-inside: inherit !important;
    orphans: 3;
    width: 111vw !important;
    max-width: 111vw !important; }
    @supports (-webkit-backdrop-filter: blur(1px)) {
      #assessment_test_body.test-body, #assessment_test_body_section.test-body {
        page-break-inside: avoid !important;
        max-width: 98vw !important;
        width: 108% !important; } }
    #assessment_test_body.test-body table, #assessment_test_body.test-body div, #assessment_test_body.test-body p, #assessment_test_body_section.test-body table, #assessment_test_body_section.test-body div, #assessment_test_body_section.test-body p {
      page-break-inside: inherit !important;
      orphans: 3;
      margin-top: .25em !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #assessment_test_body.test-body table, #assessment_test_body.test-body div, #assessment_test_body.test-body p, #assessment_test_body_section.test-body table, #assessment_test_body_section.test-body div, #assessment_test_body_section.test-body p {
          page-break-inside: avoid !important; } }
    #assessment_test_body.test-body h1, #assessment_test_body_section.test-body h1 {
      font-size: x-large !important; }
    #assessment_test_body.test-body h2, #assessment_test_body_section.test-body h2 {
      font-size: large !important;
      margin-bottom: 1em !important; }
    #assessment_test_body.test-body .list, #assessment_test_body.test-body ol, #assessment_test_body.test-body ul, #assessment_test_body.test-body p, #assessment_test_body_section.test-body .list, #assessment_test_body_section.test-body ol, #assessment_test_body_section.test-body ul, #assessment_test_body_section.test-body p {
      break-inside: avoid; }
    #assessment_test_body.test-body .blank-space, #assessment_test_body_section.test-body .blank-space {
      margin: 1.25em 0 2em !important;
      page-break-after: always !important; }
    #assessment_test_body.test-body #frm_common table, #assessment_test_body.test-body #frm_common div, #assessment_test_body.test-body #frm_common p, #assessment_test_body_section.test-body #frm_common table, #assessment_test_body_section.test-body #frm_common div, #assessment_test_body_section.test-body #frm_common p {
      page-break-inside: inherit !important;
      orphans: 3; }
    #assessment_test_body.test-body #frm_common .pagebreak, #assessment_test_body_section.test-body #frm_common .pagebreak {
      clear: both;
      page-break-before: avoid !important; }
    #assessment_test_body.test-body #frm_common > .row:last-of-type, #assessment_test_body.test-body #frm_common > .row:last-child, #assessment_test_body_section.test-body #frm_common > .row:last-of-type, #assessment_test_body_section.test-body #frm_common > .row:last-child {
      margin-top: 0 !important;
      display: block !important;
      margin-bottom: 0 !important; }
    #assessment_test_body.test-body #frm_common .question-answer-wrapper > .half, #assessment_test_body_section.test-body #frm_common .question-answer-wrapper > .half {
      width: 48% !important; }
  .test-body .pas-section-container {
    padding-bottom: 4em; }
  .equal-space {
    margin-bottom: .25em !important; }
    @supports (-webkit-backdrop-filter: blur(1px)) {
      .equal-space {
        margin-bottom: 2em !important; } }
  .profile-detail-container {
    margin-top: 2em !important;
    width: 90% !important;
    height: 100% !important;
    text-align: left; }
    @supports (-webkit-backdrop-filter: blur(1px)) {
      .profile-detail-container {
        width: 83% !important; } }
    .profile-detail-container:first-child, .profile-detail-container:first-of-type {
      margin-top: 0 !important;
      margin-bottom: 2em !important; }
    .profile-detail-container .answer-wrapper {
      min-height: 50px; }
    #dvChildProfileSection.profile-detail-container {
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important;
      width: 95% !important;
      margin-top: 0 !important;
      margin-bottom: 28em !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvChildProfileSection.profile-detail-container {
          margin-top: 0em !important;
          margin-bottom: 2em !important;
          height: auto !important; } }
      #dvChildProfileSection.profile-detail-container > .detail-content > .rule {
        display: none; }
      #dvChildProfileSection.profile-detail-container > .detail-content > .row {
        margin-top: .25em !important;
        padding: 0 !important; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          #dvChildProfileSection.profile-detail-container > .detail-content > .row {
            margin-top: 2em !important; }
            #dvChildProfileSection.profile-detail-container > .detail-content > .row:nth-child(4) {
              margin-top: 2em !important; } }
        #dvChildProfileSection.profile-detail-container > .detail-content > .row > .half {
          width: 48% !important; }
        #dvChildProfileSection.profile-detail-container > .detail-content > .row > .full > .blank-space, .signin-container #dvChildProfileSection.profile-detail-container > .signin-body.detail-content > form.row > .leftside > .blank-space, .signin-container #dvChildProfileSection.profile-detail-container > .signout-body.detail-content > form.row > .leftside > .blank-space, .signout-container #dvChildProfileSection.profile-detail-container > .signin-body.detail-content > form.row > .leftside > .blank-space, .signout-container #dvChildProfileSection.profile-detail-container > .signout-body.detail-content > form.row > .leftside > .blank-space {
          display: none !important; }
        #dvChildProfileSection.profile-detail-container > .detail-content > .row > .blank-space {
          display: none; }
    #dvChildLivingSituation.profile-detail-container {
      margin-top: 2em !important;
      margin-bottom: 2.75em !important;
      height: auto !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvChildLivingSituation.profile-detail-container {
          margin-top: 2em !important;
          margin-bottom: 0em !important;
          height: auto !important; } }
    #dvChildPsychiatric.profile-detail-container {
      margin-top: 0em !important;
      margin-bottom: 6em !important;
      height: auto !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvChildPsychiatric.profile-detail-container {
          margin-top: 0em !important;
          margin-bottom: 2em !important;
          height: auto !important; } }
    #dvChildFunctioningAndSocial.profile-detail-container {
      margin-bottom: 4em !important;
      height: auto !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvChildFunctioningAndSocial.profile-detail-container {
          margin-top: 2em !important;
          margin-bottom: 2em !important;
          height: auto !important; } }
      #dvChildFunctioningAndSocial.profile-detail-container .question-answer-wrapper:nth-child(5) {
        margin-top: 2em !important; }
    #dvChildSchoolPerformance.profile-detail-container {
      margin-top: 2em !important;
      margin-bottom: 25em !important;
      height: auto !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvChildSchoolPerformance.profile-detail-container {
          margin-top: 2em !important;
          margin-bottom: 0;
          height: auto !important; } }
    #dvChildLegalSystem.profile-detail-container {
      margin-top: 2em !important;
      height: auto !important;
      margin-bottom: 2em !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvChildLegalSystem.profile-detail-container {
          height: auto !important;
          margin-top: 0em !important;
          margin-bottom: 0em !important; } }
    #dvChildSomaticHealth.profile-detail-container {
      margin-top: 0em !important;
      height: auto !important;
      margin-bottom: 4em !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvChildSomaticHealth.profile-detail-container {
          margin-top: 0em !important;
          height: auto !important;
          margin-bottom: 2em !important; } }
    #dvChildAlcoholAndSubstance.profile-detail-container {
      margin-top: 0em !important;
      height: auto !important;
      margin-bottom: 8em !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvChildAlcoholAndSubstance.profile-detail-container {
          margin-top: 2em !important;
          margin-bottom: 2em !important;
          height: auto !important; } }
    #dvChildEmployment.profile-detail-container {
      margin-top: 2em !important;
      height: auto !important;
      margin-bottom: 6em !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvChildEmployment.profile-detail-container {
          margin-top: 2em !important;
          margin-bottom: 2em !important; } }
    #dvChildLanguageAndDisability.profile-detail-container {
      margin-top: 4em !important;
      height: auto !important;
      margin-bottom: 6em !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvChildLanguageAndDisability.profile-detail-container {
          margin-top: 2em !important;
          margin-bottom: 0 !important;
          height: auto !important; } }
    #dvChildDemographic.profile-detail-container {
      margin-top: 8em !important;
      height: auto !important;
      margin-bottom: 10em !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvChildDemographic.profile-detail-container {
          margin-top: 0em !important;
          margin-bottom: 0 !important; } }
    #dvChildDiagnosis.profile-detail-container {
      margin-top: 22em !important;
      margin-bottom: 2em !important;
      height: auto !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvChildDiagnosis.profile-detail-container {
          margin-top: 16em !important;
          width: 114% !important; } }
      #dvChildDiagnosis.profile-detail-container .answer-wrapper.diagnostic {
        grid-template-columns: 1fr;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          #dvChildDiagnosis.profile-detail-container .answer-wrapper.diagnostic {
            width: 124% !important;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 9rem;
            grid-row-gap: 2rem; }
            #dvChildDiagnosis.profile-detail-container .answer-wrapper.diagnostic .half {
              width: 118% !important; } }
      #dvChildDiagnosis.profile-detail-container .question-answer-wrapper:nth-child(4) {
        margin-top: 0rem !important; }
      #dvChildDiagnosis.profile-detail-container #MedicalDiagnosis {
        min-height: 250px !important; }
    #dvChildConclusion.profile-detail-container {
      margin-top: 2em !important;
      height: auto !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvChildConclusion.profile-detail-container {
          margin-top: 6em !important; } }
    #dvAdultProfileSection.profile-detail-container {
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important;
      width: 95% !important;
      height: 100vh !important;
      margin-top: 0em !important;
      margin-bottom: 28em !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvAdultProfileSection.profile-detail-container {
          margin-top: 0em !important;
          margin-bottom: 0em !important;
          height: auto !important;
          width: 100% !important; } }
      #dvAdultProfileSection.profile-detail-container > .detail-content > .row {
        margin-top: .25em !important; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          #dvAdultProfileSection.profile-detail-container > .detail-content > .row {
            margin-top: 2em !important; }
            #dvAdultProfileSection.profile-detail-container > .detail-content > .row:nth-child(4) {
              margin-top: 2em !important; } }
        #dvAdultProfileSection.profile-detail-container > .detail-content > .row > .half {
          width: 48% !important; }
        #dvAdultProfileSection.profile-detail-container > .detail-content > .row > .full > .blank-space, .signin-container #dvAdultProfileSection.profile-detail-container > .signin-body.detail-content > form.row > .leftside > .blank-space, .signin-container #dvAdultProfileSection.profile-detail-container > .signout-body.detail-content > form.row > .leftside > .blank-space, .signout-container #dvAdultProfileSection.profile-detail-container > .signin-body.detail-content > form.row > .leftside > .blank-space, .signout-container #dvAdultProfileSection.profile-detail-container > .signout-body.detail-content > form.row > .leftside > .blank-space {
          display: none !important; }
      #dvAdultProfileSection.profile-detail-container > .detail-content > .rule {
        display: none; }
    #dvAdultLivingSituation.profile-detail-container {
      margin-top: 2.5em !important;
      margin-bottom: 2em !important;
      height: auto !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvAdultLivingSituation.profile-detail-container {
          margin-top: 0em !important;
          margin-bottom: 0 !important;
          height: auto !important; } }
    #dvAdultFunctioningAndSymptoms.profile-detail-container {
      margin-top: 2em !important;
      margin-bottom: 0 !important;
      height: auto !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      #dvAdultFunctioningAndSymptoms.profile-detail-container > .question-answer-wrapper {
        margin-top: .5em !important; }
        #dvAdultFunctioningAndSymptoms.profile-detail-container > .question-answer-wrapper:nth-child(35) {
          margin-top: 2em !important; }
        #dvAdultFunctioningAndSymptoms.profile-detail-container > .question-answer-wrapper > .question-container > p {
          font-size: 12px !important;
          margin-bottom: 0 !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvAdultFunctioningAndSymptoms.profile-detail-container {
          margin-top: 2.5em !important;
          margin-bottom: .5em !important;
          page-break-before: always !important; }
          #dvAdultFunctioningAndSymptoms.profile-detail-container > .question-answer-wrapper {
            margin-top: 1em !important; }
            #dvAdultFunctioningAndSymptoms.profile-detail-container > .question-answer-wrapper:nth-child(35) {
              margin-top: 2em !important; }
            #dvAdultFunctioningAndSymptoms.profile-detail-container > .question-answer-wrapper > .question-container > p {
              font-size: 12px !important;
              margin-bottom: .5em !important; } }
    #dvAdultLegalSystem.profile-detail-container {
      margin-top: 0 !important;
      margin-bottom: 4em !important;
      height: auto !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvAdultLegalSystem.profile-detail-container {
          margin-top: 2em !important;
          margin-bottom: 0 !important;
          height: auto !important; } }
    #dvAdultEmployment.profile-detail-container {
      margin-top: 4 !important;
      margin-bottom: 2em !important;
      height: auto !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvAdultEmployment.profile-detail-container {
          height: 68vh !important;
          margin-top: 2em !important;
          margin-bottom: 0em !important;
          page-break-before: always !important;
          page-break-after: always !important;
          page-break-inside: avoid !important; } }
      #dvAdultEmployment.profile-detail-container .question-answer-wrapper:nth-child(2) {
        margin-bottom: 2em !important; }
      #dvAdultEmployment.profile-detail-container .question-answer-wrapper:nth-child(2) {
        margin-top: 2em !important; }
    #dvAdultSomaticHealth.profile-detail-container {
      margin-top: 0 !important;
      margin-bottom: 4em !important;
      height: auto !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvAdultSomaticHealth.profile-detail-container {
          margin-top: 2em !important;
          margin-bottom: 0em !important;
          height: auto !important; } }
      #dvAdultSomaticHealth.profile-detail-container .question-answer-wrapper:nth-child(6) {
        margin-top: 4em !important; }
    #dvAdultLanguageDisability.profile-detail-container {
      margin-top: 0 !important;
      margin-bottom: 3em !important;
      height: auto !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvAdultLanguageDisability.profile-detail-container {
          page-break-before: always !important;
          page-break-inside: avoid !important;
          margin-top: 2em !important;
          margin-bottom: 0em !important;
          height: auto !important; } }
    #dvAdultPsychiatric.profile-detail-container {
      margin-top: 0em !important;
      margin-bottom: 2em !important;
      height: 100% !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvAdultPsychiatric.profile-detail-container {
          width: 100% !important;
          margin-top: 2em !important;
          margin-bottom: 0em !important; } }
    #dvAdultDemographics.profile-detail-container {
      margin-top: 0 !important;
      margin-bottom: 4em !important;
      height: auto !important;
      page-break-before: always !important;
      page-break-after: always !important;
      page-break-inside: avoid !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvAdultDemographics.profile-detail-container {
          height: auto !important;
          margin-top: 2em !important;
          margin-bottom: 2em !important; } }
    #dvAdultDiagnosis.profile-detail-container {
      margin-top: 0em !important;
      page-break-before: always !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvAdultDiagnosis.profile-detail-container {
          margin-top: 2em !important;
          width: 114% !important;
          page-break-before: always !important; } }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvAdultDiagnosis.profile-detail-container .answer-wrapper.diagnostic {
          grid-template-columns: 1fr 1fr; }
          #dvAdultDiagnosis.profile-detail-container .answer-wrapper.diagnostic .half {
            width: 100% !important; } }
    #dvAdultFunctioningAndSocial.profile-detail-container {
      margin-bottom: 2em !important;
      width: 95% !important;
      height: auto !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvAdultFunctioningAndSocial.profile-detail-container {
          margin-bottom: 3em !important;
          width: 100% !important; } }
    #dvAdultDiagnosis.profile-detail-container {
      width: 95% !important;
      height: auto !important;
      margin-top: 0em !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvAdultDiagnosis.profile-detail-container {
          width: 170% !important;
          margin-top: 2em !important; } }
      #dvAdultDiagnosis.profile-detail-container .question-answer-wrapper {
        margin-top: 1em !important; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          #dvAdultDiagnosis.profile-detail-container .question-answer-wrapper {
            width: 100% !important;
            margin-top: 1em !important;
            height: 100% !important; } }
      #dvAdultDiagnosis.profile-detail-container #MedicalDiagnosis {
        min-height: 250px !important; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          #dvAdultDiagnosis.profile-detail-container #MedicalDiagnosis {
            margin-bottom: 2em !important; } }
    #dvAdultAlcoholAndSubstance.profile-detail-container {
      width: 100% !important;
      margin-top: 4.8em !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        #dvAdultAlcoholAndSubstance.profile-detail-container {
          width: 100% !important;
          margin-top: 4.8em !important; } }
  .profile-detail-container {
    text-align: left; }
    .profile-detail-container > #adult_profile_content, .profile-detail-container > #child_profile_content {
      width: 107vw !important;
      max-width: 109%; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        .profile-detail-container > #adult_profile_content, .profile-detail-container > #child_profile_content {
          width: 100% !important; } }
      .profile-detail-container > #adult_profile_content .checkbox-wrapper, .profile-detail-container > #child_profile_content .checkbox-wrapper {
        margin-left: 0em !important;
        margin-right: 1em !important; }
        .profile-detail-container > #adult_profile_content .checkbox-wrapper:last-of-type, .profile-detail-container > #adult_profile_content .checkbox-wrapper:last-child, .profile-detail-container > #child_profile_content .checkbox-wrapper:last-of-type, .profile-detail-container > #child_profile_content .checkbox-wrapper:last-child {
          margin-right: 1em !important; }
      .profile-detail-container > #adult_profile_content > .rule, .profile-detail-container > #child_profile_content > .rule {
        display: none; }
      .profile-detail-container > #adult_profile_content > .row, .profile-detail-container > #child_profile_content > .row {
        margin-top: .25em !important;
        padding: 0 !important; }
        .profile-detail-container > #adult_profile_content > .row > .half, .profile-detail-container > #child_profile_content > .row > .half {
          width: 48% !important; }
          .profile-detail-container > #adult_profile_content > .row > .half > .checkbox-wrapper, .profile-detail-container > #child_profile_content > .row > .half > .checkbox-wrapper {
            margin-left: 0em !important; }
          .profile-detail-container > #adult_profile_content > .row > .half > .half > .checkbox-wrapper, .profile-detail-container > #child_profile_content > .row > .half > .half > .checkbox-wrapper {
            margin-left: 0em !important; }
        .profile-detail-container > #adult_profile_content > .row > .full > .blank-space, .signin-container .profile-detail-container > #adult_profile_content.signin-body > form.row > .leftside > .blank-space, .signin-container .profile-detail-container > #adult_profile_content.signout-body > form.row > .leftside > .blank-space, .signout-container .profile-detail-container > #adult_profile_content.signin-body > form.row > .leftside > .blank-space, .signout-container .profile-detail-container > #adult_profile_content.signout-body > form.row > .leftside > .blank-space, .profile-detail-container > #child_profile_content > .row > .full > .blank-space, .signin-container .profile-detail-container > #child_profile_content.signin-body > form.row > .leftside > .blank-space, .signin-container .profile-detail-container > #child_profile_content.signout-body > form.row > .leftside > .blank-space, .signout-container .profile-detail-container > #child_profile_content.signin-body > form.row > .leftside > .blank-space, .signout-container .profile-detail-container > #child_profile_content.signout-body > form.row > .leftside > .blank-space {
          display: none !important; }
        .profile-detail-container > #adult_profile_content > .row > .blank-space, .profile-detail-container > #child_profile_content > .row > .blank-space {
          display: none; }
      .profile-detail-container > #adult_profile_content .new-page-break, .profile-detail-container > #child_profile_content .new-page-break {
        display: inline-block !important;
        margin-bottom: 8em !important;
        page-break-before: inherit !important; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          .profile-detail-container > #adult_profile_content .new-page-break, .profile-detail-container > #child_profile_content .new-page-break {
            page-break-before: avoid !important; } }
      .profile-detail-container > #adult_profile_content .pagebreak, .profile-detail-container > #child_profile_content .pagebreak {
        clear: both;
        page-break-before: avoid !important; }
    .profile-detail-container > #child_profile_content > .row {
      margin-top: .25em !important;
      padding: 0 !important; }
      @supports (-webkit-backdrop-filter: blur(1px)) {
        .profile-detail-container > #child_profile_content > .row:nth-child(5) {
          margin-bottom: 10em !important; } }
    @supports (-webkit-backdrop-filter: blur(1px)) {
      .profile-detail-container > #child_profile_content.detail-content .row:nth-child(5) {
        margin-bottom: 14rem !important; } }
    .profile-detail-container > #child_profile_content .suicide-harm-risk-table.suicide tbody > tr > th {
      background-color: red; }
      .profile-detail-container > #child_profile_content .suicide-harm-risk-table.suicide tbody > tr > th:nth-child(1) {
        width: 134px !important; }
      .profile-detail-container > #child_profile_content .suicide-harm-risk-table.suicide tbody > tr > th:nth-child(2) {
        width: 144px !important; }
      .profile-detail-container > #child_profile_content .suicide-harm-risk-table.suicide tbody > tr > th:nth-child(3) {
        width: 144px !important; }
      .profile-detail-container > #child_profile_content .suicide-harm-risk-table.suicide tbody > tr > th:nth-child(4) {
        width: 144px !important; }
      .profile-detail-container > #child_profile_content .suicide-harm-risk-table.suicide tbody > tr > th:nth-child(5) {
        width: 184px !important; }
  table, tr, td, th {
    vertical-align: top !important; }
  .checkbox-wrapper {
    margin-right: 1em !important; }
  .tr-border-bottom {
    border-bottom: thin solid gray !important; }
  .social-history-table {
    width: 100%;
    margin: 0 auto;
    border: thin solid gray !important; } }
  @media print and (max-width: 1023px) {
    .social-history-table {
      border: thin solid gray;
      border-bottom: 0; } }
@media print {
    .social-history-table > tbody > tr {
      border-bottom: thin solid gray !important; }
      .social-history-table > tbody > tr > th {
        background: #ccc !important;
        text-align: left !important;
        font-weight: bold !important;
        padding: 1em 1em !important;
        width: 230px !important; } }
      @media print and (max-width: 1023px) {
        .social-history-table > tbody > tr > th {
          width: 100% !important;
          text-indent: 0 !important;
          padding: 1em 1em !important;
          text-align: left !important;
          margin-top: 0 !important;
          float: left !important; }
          .social-history-table > tbody > tr > th:nth-child(1) {
            margin-top: 0; } }
    @media print and (max-width: 1023px) {
      .social-history-table > tbody > tr > td {
        padding-top: 0 !important;
        display: table !important;
        float: none !important;
        width: auto !important; } }
    @media print and (max-width: 1023px) {
      .social-history-table > tbody > tr > td > table > tbody > tr {
        width: 100% !important;
        display: table !important;
        float: left; } }
@media print {
      .social-history-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .social-history-table > tbody > tr > td > table > tbody > tr:last-child > td {
        border-bottom: 0 !important; } }
      @media print and (max-width: 1023px) {
        .social-history-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .social-history-table > tbody > tr > td > table > tbody > tr:last-child > td {
          border-bottom: 0 !important; } }
@media print {
      .social-history-table > tbody > tr > td > table > tbody > tr > td {
        padding: 1em 1em !important;
        border-bottom: thin solid gray !important; } }
      @media print and (max-width: 1023px) {
        .social-history-table > tbody > tr > td > table > tbody > tr > td {
          width: auto !important; } }
@media print {
    @supports (-webkit-backdrop-filter: blur(1px)) {
      .social-history-table.nutrition {
        border-collapse: collapse; }
        .social-history-table.nutrition tr {
          display: revert !important; }
          .social-history-table.nutrition tr:nth-child(11) td {
            page-break-inside: avoid;
            margin: 4px 0 4px 0 !important; }
            .social-history-table.nutrition tr:nth-child(11) td:before {
              content: "";
              height: 60px; }
          .social-history-table.nutrition tr .borders {
            border-right: none !important; } }
  .nutrition-screen-table, .nutrition-assessment-table {
    width: 100%;
    margin: 0 auto; } }
  @media print and (max-width: 1023px) {
    .nutrition-screen-table, .nutrition-assessment-table {
      border: 0 !important;
      border-bottom: 0 !important; } }
@media print {
    .nutrition-screen-table > thead > tr, .nutrition-assessment-table > thead > tr {
      border: thin solid gray !important; }
      .nutrition-screen-table > thead > tr > th, .nutrition-assessment-table > thead > tr > th {
        border: thin solid gray !important;
        text-align: left !important;
        font-weight: bold !important;
        padding: 1em 1em !important; } }
      @media print and (max-width: 1023px) {
        .nutrition-screen-table > thead > tr > th, .nutrition-assessment-table > thead > tr > th {
          padding: 1em 1em !important; } }
@media print {
    .nutrition-screen-table > tbody > tr, .nutrition-assessment-table > tbody > tr {
      border: thin solid gray !important; } }
    @media print and (max-width: 1023px) {
      .nutrition-screen-table > tbody > tr, .nutrition-assessment-table > tbody > tr {
        border: thin solid gray !important; } }
@media print {
      .nutrition-screen-table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td {
        border: thin solid gray;
        text-align: left !important;
        padding: 1em 1em !important; } }
      @media print and (max-width: 1023px) {
        .nutrition-screen-table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td {
          text-indent: 0 !important; } }
    @media print and (max-width: 1023px) {
      .nutrition-screen-table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td {
        padding-top: 0 !important; } }
    @media print and (max-width: 1023px) {
      .nutrition-screen-table > tbody > tr > td > table > tbody > tr, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr {
        width: auto !important; } }
@media print {
      .nutrition-screen-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .nutrition-screen-table > tbody > tr > td > table > tbody > tr:last-child > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr:last-child > td {
        border-bottom: 0 !important; } }
      @media print and (max-width: 1023px) {
        .nutrition-screen-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .nutrition-screen-table > tbody > tr > td > table > tbody > tr:last-child > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr:last-child > td {
          border-bottom: 0 !important; } }
@media print {
      .nutrition-screen-table > tbody > tr > td > table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr > td {
        border-bottom: thin solid gray !important; } }
      @media print and (max-width: 1023px) {
        .nutrition-screen-table > tbody > tr > td > table > tbody > tr > td, .nutrition-assessment-table > tbody > tr > td > table > tbody > tr > td {
          display: table !important;
          width: auto !important; } }
@media print {
  .suicide-harm-risk-table, .mental-status-table {
    width: 100%;
    margin: 0 auto;
    border: thin solid gray !important; }
    .suicide-harm-risk-table > thead > tr, .mental-status-table > thead > tr {
      border: thin solid gray !important; }
      .suicide-harm-risk-table > thead > tr > th, .mental-status-table > thead > tr > th {
        border: thin solid gray !important;
        text-align: left !important;
        font-weight: bold !important;
        padding: 1em 1em !important; }
    .suicide-harm-risk-table > tbody > tr, .mental-status-table > tbody > tr {
      border: thin solid gray !important; }
      .suicide-harm-risk-table > tbody > tr > td, .suicide-harm-risk-table > tbody > tr > th, .mental-status-table > tbody > tr > td, .mental-status-table > tbody > tr > th {
        border: thin solid gray !important;
        text-align: left !important;
        padding: 1em 1em !important; } }
      @media print and (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td, .suicide-harm-risk-table > tbody > tr > th, .mental-status-table > tbody > tr > td, .mental-status-table > tbody > tr > th {
          float: none  !important;
          text-indent: 0 !important; } }
    @media print and (max-width: 1023px) {
      .suicide-harm-risk-table > tbody > tr > td, .mental-status-table > tbody > tr > td {
        padding-top: 0 !important;
        display: table !important;
        float: none !important;
        width: auto !important; } }
    @media print and (max-width: 1023px) {
      .suicide-harm-risk-table > tbody > tr > td > input, .mental-status-table > tbody > tr > td > input {
        width: auto !important; } }
    @media print and (max-width: 1023px) {
      .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr, .mental-status-table > tbody > tr > td > table > tbody > tr {
        width: auto !important;
        display: table !important; } }
@media print {
      .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-child > td, .mental-status-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .mental-status-table > tbody > tr > td > table > tbody > tr:last-child > td {
        border-bottom: 0 !important; } }
      @media print and (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr:last-child > td, .mental-status-table > tbody > tr > td > table > tbody > tr:last-of-type > td, .mental-status-table > tbody > tr > td > table > tbody > tr:last-child > td {
          border-bottom: 0 !important; } }
@media print {
      .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr.multi-columns, .mental-status-table > tbody > tr > td > table > tbody > tr.multi-columns {
        display: inline-grid !important;
        width: 50% !important; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr.multi-columns, .mental-status-table > tbody > tr > td > table > tbody > tr.multi-columns {
            width: 100% !important; } } }
      @media print and (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr.multi-columns, .mental-status-table > tbody > tr > td > table > tbody > tr.multi-columns {
          width: auto !important;
          float: none !important; } }
      @media print and (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr.multi-columns > td, .mental-status-table > tbody > tr > td > table > tbody > tr.multi-columns > td {
          border-bottom: 0 !important; } }
@media print {
      .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr > td, .mental-status-table > tbody > tr > td > table > tbody > tr > td {
        padding: 0 !important; } }
      @media print and (max-width: 1023px) {
        .suicide-harm-risk-table > tbody > tr > td > table > tbody > tr > td, .mental-status-table > tbody > tr > td > table > tbody > tr > td {
          border-bottom: 0 !important;
          display: block !important;
          width: auto !important; } }
@media print {
  .pas-question-wrapper {
    padding-top: 1em; }
    .pas-question-wrapper > form {
      max-width: 100% !important; }
    .pas-question-wrapper .row {
      padding-bottom: 2em; }
  .answer-wrapper > .checkbox-label,
  .answer-wrapper > .radio-label {
    float: none;
    width: 32%; }
  .mental-status-table {
    border: 0 !important; }
  .ass_frm_common .table-section .row:last-of-type, .ass_frm_common .table-section .row:last-child {
    margin-top: 20em !important;
    page-break-before: always !important;
    page-break-after: always !important;
    page-break-inside: avoid !important; }
    @supports (-webkit-backdrop-filter: blur(1px)) {
      .ass_frm_common .table-section .row:last-of-type, .ass_frm_common .table-section .row:last-child {
        margin-top: 0em !important; } }
  .social-history-table .borders:first-of-type, .social-history-table .borders:first-child {
    border-left: 0; }
  .social-history-table tr:last-of-type, .social-history-table tr:last-child {
    border-bottom: 0 !important; }
  .social-history-table > tbody > tr > th, .social-history-table > tbody > tr > td,
  .boders {
    width: 100% !important;
    display: grid; }
    .social-history-table > tbody > tr > th .input, .social-history-table > tbody > tr > th select, .social-history-table > tbody > tr > th textarea, .social-history-table > tbody > tr > td .input, .social-history-table > tbody > tr > td select, .social-history-table > tbody > tr > td textarea,
    .boders .input,
    .boders select,
    .boders textarea {
      width: 100%;
      margin-top: 1rem !important; }
    .social-history-table > tbody > tr > th textarea.input, .social-history-table > tbody > tr > td textarea.input,
    .boders textarea.input {
      height: 80px !important; }
  .question-header-container > .thirtythree > .label-wrapper > .input.small {
    width: 100%;
    padding-left: 0 !important; }
  .question-header-container {
    width: 111vw !important;
    max-width: 111vw !important; } }
  @media print and (max-width: 599px) {
    .question-header-container {
      display: inline-block !important; } }
  @media print and (max-width: 599px) {
    .question-header-container > .thirtythree {
      width: 33.3% !important; } }
@media print {
  #assessment_test_body .profile-detail-container {
    width: 100% !important;
    margin-top: 2em !important; }
  #assessment_test_body .input, #assessment_test_body select, #assessment_test_body textarea {
    width: 100%; }
  #assessment_test_body textarea {
    height: 80px !important; }
    #assessment_test_body textarea.max-height {
      height: 340px !important; }
  #assessment_test_body .input-selection {
    display: flex;
    align-items: center;
    justify-content: center; }
  #assessment_test_body h2.asterisk-font {
    margin-top: 0 !important; }
  #assessment_test_body .table-section > .select-consumer-type-container > .form-body-section > .wrapper {
    max-width: 100%; }
  #assessment_test_body .label-wrapper > .label-name, #assessment_test_body label > .label-name {
    width: 100%; }
  #assessment_test_body .label-wrapper textarea {
    font-size: 14px !important; }
    #assessment_test_body .label-wrapper textarea.input {
      height: 80px !important; }
  #assessment_test_body .social-hisotry-section, #assessment_test_body .suicide-harm-risk-section {
    position: relative; }
    #assessment_test_body .social-hisotry-section .label-wrapper, #assessment_test_body .suicide-harm-risk-section .label-wrapper {
      margin: .5rem 0 !important; }
    #assessment_test_body .social-hisotry-section .half, #assessment_test_body .suicide-harm-risk-section .half {
      width: 48% !important; }
    #assessment_test_body .social-hisotry-section h1, #assessment_test_body .suicide-harm-risk-section h1 {
      font-size: x-large !important; }
    #assessment_test_body .social-hisotry-section h2, #assessment_test_body .suicide-harm-risk-section h2 {
      font-size: large !important; }
    #assessment_test_body .social-hisotry-section .rule, #assessment_test_body .social-hisotry-section .blank-space, #assessment_test_body .suicide-harm-risk-section .rule, #assessment_test_body .suicide-harm-risk-section .blank-space {
      margin: .5em 0 !important; }
  .pas-question-wrapper .row {
    padding-bottom: 0 !important; }
    @supports (-webkit-backdrop-filter: blur(1px)) {
      .pas-question-wrapper .row .half {
        width: 100% !important; } }
  .pas-question-wrapper textarea {
    height: 80px !important; }
    .pas-question-wrapper textarea.max-height {
      height: 340px !important; }
  #assessment_test_body_section .test-body:last-of-type, #assessment_test_body_section .test-body:last-child {
    padding: 0 !important; }
  #assessment_test_body_section .test-body .right-side {
    float: left;
    padding: 0 !important; }
  #assessment_test_body_section textarea {
    width: 100% !important; }
  .social-history-table.social-history tbody > tr > th, .social-history-table.pre-treatment tbody > tr > th, .social-history-table.type-of-pain tbody > tr > th, .social-history-table.indi-educational tbody > tr > th, .social-history-table.frequency tbody > tr > th, .social-history-table.method-use tbody > tr > th, .social-history-table.money-spent tbody > tr > th, .social-history-table.preferred-learning tbody > tr > th {
    width: 23% !important;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap; }
  .social-history-table.nutrition tbody > tr {
    width: 100% !important;
    display: inherit !important;
    float: none; }
    .social-history-table.nutrition tbody > tr > td.borders {
      border-right: thin solid gray !important; }
    .social-history-table.nutrition tbody > tr > td .no-wrapping {
      width: auto !important; }
  .social-history-table.alcohol-substance {
    border-right: 0 !important; }
    .social-history-table.alcohol-substance tbody > tr {
      display: flex !important; }
      .social-history-table.alcohol-substance tbody > tr > th {
        display: inherit !important;
        float: none !important;
        width: 100% !important; }
      .social-history-table.alcohol-substance tbody > tr > td {
        display: inherit !important;
        float: none; }
        .social-history-table.alcohol-substance tbody > tr > td.borders {
          border-right: thin solid gray !important; }
  .mental-status-table.mental-status {
    border: thin solid gray !important;
    border-bottom: 0 !important;
    border-right: 0 !important; }
    .mental-status-table.mental-status tbody > tr {
      display: inherit;
      border: 0 !important; }
      .mental-status-table.mental-status tbody > tr > td, .mental-status-table.mental-status tbody > tr > th {
        float: none !important;
        padding: 1em 0.6em 1em 0.6em !important;
        display: revert !important;
        width: 100%;
        border-left: 0 !important;
        border-top: 0 !important; }
      .mental-status-table.mental-status tbody > tr > th {
        background-color: #ccc; }
    .mental-status-table.mental-status.mood tr {
      display: table-row; }
    .mental-status-table.mental-status.mood td:first-of-type, .mental-status-table.mental-status.mood td:first-child {
      width: 180px !important; }
    .mental-status-table.mental-status.mood td tbody > tr {
      display: grid !important; }
      .mental-status-table.mental-status.mood td tbody > tr td {
        width: 100%; }
  .mental-status-table.interaction tr, .mental-status-table.what-if tr {
    display: inline-table !important;
    width: 100%; }
    .mental-status-table.interaction tr td, .mental-status-table.what-if tr td {
      width: 50% !important; }
  .suicide-harm-risk-table.suicide tbody > tr {
    display: inherit !important;
    border: 0 !important; }
    .suicide-harm-risk-table.suicide tbody > tr > td, .suicide-harm-risk-table.suicide tbody > tr > th {
      float: none !important;
      padding: 1em 0.6em 1em 0.6em !important;
      display: revert !important;
      width: 100% !important;
      border-left: 0 !important;
      border-top: 0 !important; }
    .suicide-harm-risk-table.suicide tbody > tr > th {
      background-color: #ccc; } }

@media print and (max-width: 1023px) {
  .suicide-harm-risk-table > tbody > tr > td {
    padding: 1em 1em !important;
    display: revert !important; } }

@media print {
  .pagebreak {
    clear: both;
    page-break-before: avoid !important; }
  .new-page-break {
    display: inline-block !important;
    margin-bottom: 8em !important;
    page-break-before: inherit !important;
    width: 100%; }
    @supports (-webkit-backdrop-filter: blur(1px)) {
      .new-page-break.no-page-break {
        margin: 0 !important;
        padding: 0 !important; } }
  .blank-space {
    margin: 1.25em 0 2em !important;
    page-break-after: always !important; }
    .blank-space.hide-me {
      display: none !important; }
    @supports (-webkit-backdrop-filter: blur(1px)) {
      .blank-space.no-spacing {
        margin: 0 !important;
        padding: 0 !important; } }
  h1 {
    font-size: x-large !important; }
  h2 {
    font-size: large !important; }
  #frm_common .question-answer-wrapper > .half {
    width: 48% !important; }
  .blank-space-print-only {
    margin-top: 2em !important;
    padding-top: 4em !important; }
    @supports (-webkit-backdrop-filter: blur(1px)) {
      .blank-space-print-only {
        margin-top: 2em !important;
        padding-top: 0 !important; }
        .blank-space-print-only.no-spacing {
          margin: 0 !important;
          padding: 0 !important;
          page-break-after: avoid !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .blank-space-print-only-safari.small-space {
      margin-top: 2em !important;
      padding-top: 2em !important; }
    .blank-space-print-only-safari.no-space {
      display: none !important; } }
  .full-print {
    width: 100% !important; }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .no-spacing {
      margin: 0 !important;
      padding: 0 !important;
      page-break-after: avoid !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .no-page-breaks {
      page-break-after: avoid !important; } }
  .no-padding-print {
    padding: 0 !important; }
    .no-padding-print.sig {
      height: 60px; }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .no-page-break {
      margin: 0 !important;
      padding: 0 !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .profile-detail-container > #adult_profile_content .new-page-break.no-page-break {
      margin: 0 !important;
      padding: 0 !important;
      margin-bottom: 0 !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    #assessment_test_body.test-body .blank-space.no-spacing,
    #assessment_test_body_section.test-body .blank-space.no-spacing {
      margin: 0 !important;
      padding: 0 !important;
      page-break-after: avoid !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .safari-hide-me {
      display: none; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .show-in-safari-only {
      display: inline-block; } }
  .answer-wrapper label p strong {
    display: none !important; }
    @supports (-webkit-backdrop-filter: blur(1px)) {
      .answer-wrapper label p strong {
        display: block !important; } }
  .question-answer-wrapper {
    margin: 1rem 0 !important;
    min-height: fit-content !important; }
  .duplicate {
    visibility: hidden; }
  #dvChildSchoolPerformance > .question-answer-wrapper:nth-child(4) .answer-wrapper > input[type="radio"]:checked ~ p:before,
  #dvChildSchoolPerformance > .question-answer-wrapper:nth-child(4) .answer-wrapper > input[type="radio"]:checked + p:before,
  #dvChildSchoolPerformance > .question-answer-wrapper:nth-child(4) .answer-wrapper > input[type="radio"]:checked + label:before,
  #dvChildSchoolPerformance > .question-answer-wrapper:nth-child(4) .answer-wrapper > input[type="radio"]:checked ~ label:before,
  #dvChildSchoolPerformance > .question-answer-wrapper:nth-child(4) .answer-wrapper > .radio-label:checked > p:before,
  #dvChildSchoolPerformance > .question-answer-wrapper:nth-child(4) .answer-wrapper > .radio-label > p:before {
    content: "\f058";
    font-family: fontAwesome;
    color: #058ECE;
    border-bottom: 0;
    left: 0; }
  #dvChildSchoolPerformance > .question-answer-wrapper:nth-child(4) p.not-checked:before {
    float: left;
    content: "\f111" !important;
    font-family: fontAwesome;
    color: #9d9d9d !important;
    padding-right: 0.4em; }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .answer-wrapper.diagnostic {
      width: 100% !important;
      grid-template-columns: 1fr 1fr !important;
      grid-column-gap: 9rem !important;
      grid-row-gap: 2rem !important; }
      .answer-wrapper.diagnostic .half {
        width: 118% !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .adult-assessment #adult_profile_content {
      page-break-before: avoid !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .adult-assessment #assessment_test_body #create_profile {
      page-break-before: avoid !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .adult-assessment #assessment_test_body_section .pas-section-container .pas-question-wrapper #frm_common.social-history .social-hisotry-section {
      margin-top: 4rem !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .adult-assessment #assessment_test_body_section .pas-section-container .pas-question-wrapper #frm_common.social-history div:nth-child(16) .full div:nth-child(11), .adult-assessment #assessment_test_body_section .pas-section-container .pas-question-wrapper #frm_common.social-history div:nth-child(16) .signin-container .signin-body > form > .leftside div:nth-child(11), .signin-container .adult-assessment #assessment_test_body_section .pas-section-container .pas-question-wrapper #frm_common.social-history div:nth-child(16) .signin-body > form > .leftside div:nth-child(11), .adult-assessment #assessment_test_body_section .pas-section-container .pas-question-wrapper #frm_common.social-history div:nth-child(16) .signin-container .signout-body > form > .leftside div:nth-child(11), .signin-container .adult-assessment #assessment_test_body_section .pas-section-container .pas-question-wrapper #frm_common.social-history div:nth-child(16) .signout-body > form > .leftside div:nth-child(11), .adult-assessment #assessment_test_body_section .pas-section-container .pas-question-wrapper #frm_common.social-history div:nth-child(16) .signout-container .signin-body > form > .leftside div:nth-child(11), .signout-container .adult-assessment #assessment_test_body_section .pas-section-container .pas-question-wrapper #frm_common.social-history div:nth-child(16) .signin-body > form > .leftside div:nth-child(11), .adult-assessment #assessment_test_body_section .pas-section-container .pas-question-wrapper #frm_common.social-history div:nth-child(16) .signout-container .signout-body > form > .leftside div:nth-child(11), .signout-container .adult-assessment #assessment_test_body_section .pas-section-container .pas-question-wrapper #frm_common.social-history div:nth-child(16) .signout-body > form > .leftside div:nth-child(11) {
      margin-bottom: 6rem !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .adult-assessment #assessment_test_body_section .pas-section-container.educational-vocational {
      margin-top: 6rem !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .adult-assessment #assessment_test_body_section .pas-section-container.educational-vocational .pas-question-wrapper div:nth-child(11) {
      margin-top: 8rem !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .adult-assessment #assessment_test_body_section .pas-section-container.history-abuse div:nth-child(7) {
      margin-top: 12rem !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .adult-assessment #assessment_test_body_section .pas-section-container.medical-history div:nth-child(20) {
      margin-top: 6rem !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .adult-assessment #assessment_test_body_section .pas-section-container.nutrition-screen div:nth-child(5) {
      margin-top: 12rem !important; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .adult-assessment #assessment_test_body_section .pas-section-container.alcohol-abuse div:nth-child(16) {
      display: none; } }
  @supports (-webkit-backdrop-filter: blur(1px)) {
    .adult-assessment #assessment_test_body_section .pas-section-container.alcohol-abuse div:nth-child(26) {
      margin-top: 6rem !important; } }
  .adult-assessment #assessment_test_body_section .pas-section-container.preventative .pas-question-wrapper {
    margin-top: 0rem !important; } }

/* ==================================================
Header
================================================== */
.header {
  width: 100%;
  height: 244px;
  top: 0;
  float: left;
  position: relative;
  z-index: 2; }
  @media (max-width: 599px) {
    .header {
      height: 155px; } }
/* =================================================
Footer
==================================================== */
.footer-container {
  background: #058ECE url("/images/footer-bg.svg") no-repeat 0 0;
  background-size: 100%;
  position: relative;
  width: 100%;
  height: 340px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .footer-container .footer-nav, .footer-container .location-info, .footer-container .social-info {
    display: inline-block;
    border-left: thin solid white;
    width: 236px;
    min-height: 236px;
    padding-left: .5em;
    vertical-align: top;
    margin: 4em 0; }
    @media (max-width: 1023px) {
      .footer-container .footer-nav, .footer-container .location-info, .footer-container .social-info {
        width: 100%;
        float: left;
        margin: 1em 0;
        min-height: auto; } }
    .footer-container .footer-nav li, .footer-container .location-info li, .footer-container .social-info li {
      display: inline-block;
      list-style-type: none;
      width: 100%;
      margin-left: 0;
      color: white;
      font-size: small; }
      .footer-container .footer-nav li a, .footer-container .location-info li a, .footer-container .social-info li a {
        font-size: small;
        float: none;
        color: white; }
  .footer-container .footer-nav li {
    line-height: 2.5em; }
  .footer-container .location-info {
    width: 280px;
    margin: 4em 6em 4em 10.5em; }
    .footer-container .location-info li a {
      color: #2b70b8;
      margin-left: .5em; }
    @media (max-width: 1023px) {
      .footer-container .location-info {
        width: 100%;
        float: left;
        margin: 1em 0; } }
  .footer-container .social-info {
    width: 165px;
    float: right; }
    .footer-container .social-info li a {
      font-size: small; }
    @media (max-width: 1023px) {
      .footer-container .social-info {
        width: 100%;
        float: left;
        margin: 1em 0; } }
  .footer-container > section {
    padding: .5em 0; }
    .footer-container > section:first-of-type, .footer-container > section:first-child {
      padding-bottom: 2em; }
    .footer-container > section.home-page {
      margin-top: 1em;
      padding: 0; }
    .footer-container > section > .wrapper {
      max-width: 95%; }
  .footer-container.home-page {
    background-color: transparent;
    margin-top: -3.5em; }
    @media (max-width: 599px) {
      .footer-container.home-page {
        margin-top: -6.5em; } }
.footer-top {
  background: #f7f8f8;
  display: inline-block;
  border-top: thin solid #ddd;
  width: 100%;
  min-height: 200px;
  margin-top: 0; }
  .footer-top > .wrapper > .qtr {
    display: inline-block;
    margin: 2em 2em;
    width: 30%;
    max-width: 390px;
    vertical-align: top; }
    .footer-top > .wrapper > .qtr > h2 {
      font-size: medium;
      color: #5c5b5b;
      font-weight: 600;
      line-height: 20px; }
    .footer-top > .wrapper > .qtr > p {
      font-size: small;
      line-height: 20px; }
    .footer-top > .wrapper > .qtr:first-of-type, .footer-top > .wrapper > .qtr:first-child {
      margin-left: 0; }
    .footer-top > .wrapper > .qtr:last-of-type, .footer-top > .wrapper > .qtr:last-child {
      margin-left: 0;
      margin-right: 0;
      float: right; }
      @media (max-width: 599px) {
        .footer-top > .wrapper > .qtr:last-of-type, .footer-top > .wrapper > .qtr:last-child {
          margin-bottom: 0; } }
    @media (max-width: 1023px) {
      .footer-top > .wrapper > .qtr {
        width: 26%; } }
    @media (max-width: 599px) {
      .footer-top > .wrapper > .qtr {
        width: 100%;
        margin: 1em 0 0; } }
.pricacy-policy a {
  color: white;
  font-weight: 300;
  font-size: small; }

@media (max-width: 599px) {
  .pricacy-policy {
    width: 100%; } }

.soical-media {
  float: right;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  width: auto; }
  @media (max-width: 599px) {
    .soical-media {
      width: 100%; } }
  .soical-media > p {
    display: inline-block;
    color: white;
    vertical-align: top;
    font-size: small;
    margin: 0; }
  .soical-media > ul {
    display: inline-block;
    width: 160px;
    vertical-align: top; }
    .soical-media > ul li {
      display: inline-block;
      margin-bottom: 0;
      margin-left: 2%;
      margin-right: 2%;
      margin-top: 0; }
      .soical-media > ul li:first-of-type, .soical-media > ul li:first-child {
        margin-left: 0; }
      .soical-media > ul li:last-of-type, .soical-media > ul li:last-child {
        margin-right: 0;
        margin-left: 0; }
      .soical-media > ul li a {
        box-sizing: border-box;
        color: white;
        font-size: small;
        margin: 0 0 0 6%;
        padding: 0;
        text-decoration-color: currentcolor;
        text-decoration-line: none;
        text-decoration-style: solid;
        transition-delay: 0s;
        transition-duration: 0.75s;
        transition-property: all;
        transition-timing-function: linear; }
        .soical-media > ul li a > span {
          font-family: "socicon" !important; }
        .soical-media > ul li a:hover {
          color: #34cab8; }

.copyright-container {
  width: auto;
  height: auto; }
  .copyright-container > .wrapper {
    width: auto;
    margin-top: 1.5em; }
    .copyright-container > .wrapper > p {
      color: white;
      text-align: center;
      font-size: small; }

/* ==================================================
Navigation
================================================== */
/* Main Navigation */
.side-nav-container {
  width: 100%;
  /* LOGO */ }
  .side-nav-container > .logo-wrapper {
    display: inline-block;
    width: 100%;
    height: 136px;
    float: left;
    left: 0;
    text-align: center; }
    @media (max-width: 1023px) {
      .side-nav-container > .logo-wrapper {
        width: 210px; } }
    @media (max-width: 599px) {
      .side-nav-container > .logo-wrapper {
        width: 210px; } }
    .side-nav-container > .logo-wrapper .logo {
      background: url("/images/logos/logo-white.svg") no-repeat center center;
      display: inline-block;
      height: 136px;
      width: 140px;
      left: 0px;
      margin: 0;
      padding: 0;
      position: relative;
      overflow: visible; }
      .side-nav-container > .logo-wrapper .logo:hover {
        background: url("/images/logos/logo-white-hover.svg") no-repeat center center; }
      @media (max-width: 1023px) {
        .side-nav-container > .logo-wrapper .logo {
          border-left: thin solid white;
          margin-left: 3.5em;
          background-size: 50%;
          background-position: 1.5em center; } }
      .side-nav-container > .logo-wrapper .logo > span {
        visibility: hidden;
        vertical-align: top;
        left: -9999px;
        white-space: nowrap; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .side-nav-container > .logo-wrapper .logo {
          background-image: url("/images/logos/logo-white.svg"); } }
  .side-nav-container > .side-nav {
    display: inline-block;
    width: 100%; }
    .side-nav-container > .side-nav > li {
      width: 100%;
      height: 57px;
      vertical-align: middle;
      background-color: linear-gradient(to right, black 50%, white 50%);
      transition: background-color .5s ease-out; }
      .side-nav-container > .side-nav > li:hover {
        background-color: #058ece !important; }
        .side-nav-container > .side-nav > li:hover > a {
          font-weight: 600;
          transition: none !important; }
          .side-nav-container > .side-nav > li:hover > a:after {
            content: "\f054";
            font-weight: 700; }
      .side-nav-container > .side-nav > li > a {
        display: inline-block;
        letter-spacing: 2px;
        width: 100%;
        height: 100%;
        color: white;
        font-size: 1em;
        font-weight: 300;
        text-align: left;
        padding-left: 6em;
        padding-top: .9em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: font-weight .4s ease-in-out; }
        .side-nav-container > .side-nav > li > a:after {
          font-family: "FontAwesome";
          content: "\f054";
          margin-right: 2em;
          display: inline-block;
          vertical-align: middle;
          font-weight: 200;
          font-size: small;
          float: right; }
      .side-nav-container > .side-nav > li.dashboard, .side-nav-container > .side-nav > li.myprofile, .side-nav-container > .side-nav > li.createuser, .side-nav-container > .side-nav > li.consumer, .side-nav-container > .side-nav > li.assessments, .side-nav-container > .side-nav > li.reports, .side-nav-container > .side-nav > li.oms, .side-nav-container > .side-nav > li.screeningtools {
        background: url("/images/icons/admin-dashboard-icon.svg") no-repeat 2em center; }
        .side-nav-container > .side-nav > li.dashboard.current, .side-nav-container > .side-nav > li.myprofile.current, .side-nav-container > .side-nav > li.createuser.current, .side-nav-container > .side-nav > li.consumer.current, .side-nav-container > .side-nav > li.assessments.current, .side-nav-container > .side-nav > li.reports.current, .side-nav-container > .side-nav > li.oms.current, .side-nav-container > .side-nav > li.screeningtools.current {
          background-image: url("/images/icons/admin-dashboard-icon-roll.svg"); }
      .side-nav-container > .side-nav > li.dashboard:hover {
        background-image: url("/images/icons/admin-dashboard-icon-roll.svg"); }
      .side-nav-container > .side-nav > li.myprofile {
        background-image: url("/images/icons/admin-myprofile_icon.svg"); }
        .side-nav-container > .side-nav > li.myprofile.current, .side-nav-container > .side-nav > li.myprofile:hover {
          background-image: url("/images/icons/admin-myprofile_icon-roll.svg"); }
      .side-nav-container > .side-nav > li.createuser {
        background-image: url("/images/icons/admin-create-user-icon.svg"); }
        .side-nav-container > .side-nav > li.createuser.current, .side-nav-container > .side-nav > li.createuser:hover {
          background-image: url("/images/icons/admin-create-user-icon-roll.svg"); }
      .side-nav-container > .side-nav > li.consumer {
        background-image: url("/images/icons/admin-consumer-icon.svg"); }
        .side-nav-container > .side-nav > li.consumer.current, .side-nav-container > .side-nav > li.consumer:hover {
          background-image: url("/images/icons/admin-consumer-icon-roll.svg"); }
      .side-nav-container > .side-nav > li.screeningtools {
        background-image: url("/images/icons/admin-screeningtools-icon.svg"); }
        .side-nav-container > .side-nav > li.screeningtools.current, .side-nav-container > .side-nav > li.screeningtools:hover {
          background-image: url("/images/icons/admin-screeningtools-icon-roll.svg"); }
      .side-nav-container > .side-nav > li.oms {
        background-image: url("/images/icons/admin-oms-icon.svg"); }
        .side-nav-container > .side-nav > li.oms.current, .side-nav-container > .side-nav > li.oms:hover {
          background-image: url("/images/icons/admin-oms-icon-roll.svg"); }
      .side-nav-container > .side-nav > li.reports {
        background-image: url("/images/icons/admin-report-icon.svg"); }
        .side-nav-container > .side-nav > li.reports.current, .side-nav-container > .side-nav > li.reports:hover {
          background-image: url("/images/icons/admin-report-icon-roll.svg"); }
      .side-nav-container > .side-nav > li.assessments {
        background-image: url("/images/icons/admin-assessments_icon.svg"); }
        .side-nav-container > .side-nav > li.assessments.current, .side-nav-container > .side-nav > li.assessments:hover {
          background-image: url("/images/icons/admin-assessments_icon-roll.svg"); }
      .side-nav-container > .side-nav > li.current {
        background-color: #058ece; }
        .side-nav-container > .side-nav > li.current > a {
          color: white;
          font-weight: 700; }
        .side-nav-container > .side-nav > li.current:hover > a {
          font-weight: 700; }

.interviewer > .side-nav-container {
  /* LOGO */ }
  .interviewer > .side-nav-container > .logo-wrapper > .logo:hover {
    background-image: url("/images/logos/interviewer-logo-white-hover.svg"); }
  .interviewer > .side-nav-container > .side-nav {
    display: inline-block;
    width: 100%; }
    .interviewer > .side-nav-container > .side-nav > li:hover {
      background-color: #1b3760 !important; }
    .interviewer > .side-nav-container > .side-nav > li.current {
      background-color: #1b3760; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .side-nav-container {
    display: inline-block;
    max-width: 20%;
    min-width: 20%;
    width: 20% !important; }
    .sticky::i-block-chrome, .side-nav-container.sticky {
      position: fixed !important; } }

@supports (-webkit-backdrop-filter: blur(1px)) {
  .side-nav-container {
    display: inline-block;
    max-width: 285px;
    min-width: 285px;
    width: 285px !important; }
    .side-nav-container.sticky {
      position: fixed !important; } }

/* Top Navigation */
.top-bar {
  background: white;
  border-bottom: thin solid #D3D9DF;
  float: left;
  width: calc(100% - 285px);
  height: 58px;
  margin: 0;
  padding: 0 0;
  position: fixed;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1023px) {
    .top-bar {
      margin-bottom: 2em;
      width: 100vw;
      height: 62px; } }
  @media (max-width: 599px) {
    .top-bar > .wrapper {
      width: 100%; } }
  .top-bar > .user-date-wrapper {
    max-width: 100%;
    margin: 0 0;
    padding: .5em 2em;
    display: flex;
    align-items: center;
    justify-content: center; }
    .top-bar > .user-date-wrapper > .wrapper {
      max-width: 100%;
      width: 100%;
      margin: 0 0;
      padding: .5em 2em;
      display: flex;
      align-items: center;
      justify-content: center;
      /* NAV */ }
      @media (max-width: 1023px) {
        .top-bar > .user-date-wrapper > .wrapper {
          z-index: unset;
          padding: 0 0;
          max-width: 55%;
          right: 0;
          top: 0;
          position: absolute; } }
      @media (max-width: 1023px) {
        .top-bar > .user-date-wrapper > .wrapper > .user-name, .top-bar > .user-date-wrapper > .wrapper > .date-weather-container {
          display: none; } }
      .top-bar > .user-date-wrapper > .wrapper > nav {
        display: inline-block;
        width: auto; }
        @media (max-width: 1023px) {
          .top-bar > .user-date-wrapper > .wrapper > nav {
            display: none; } }
        .top-bar > .user-date-wrapper > .wrapper > nav .main-nav, .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav-wrapper .sub-nav, .sub-nav-wrapper .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav {
          display: inline-block;
          width: 100%; }
          .top-bar > .user-date-wrapper > .wrapper > nav .main-nav li, .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav-wrapper .sub-nav li, .sub-nav-wrapper .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav li {
            display: inline-block;
            width: auto;
            margin: 0 1em; }
            .top-bar > .user-date-wrapper > .wrapper > nav .main-nav li:first-child, .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav-wrapper .sub-nav li:first-child, .sub-nav-wrapper .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav li:first-child, .top-bar > .user-date-wrapper > .wrapper > nav .main-nav li:first-of-type, .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav-wrapper .sub-nav li:first-of-type, .sub-nav-wrapper .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav li:first-of-type {
              margin-left: 0; }
            .top-bar > .user-date-wrapper > .wrapper > nav .main-nav li:last-child, .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav-wrapper .sub-nav li:last-child, .sub-nav-wrapper .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav li:last-child, .top-bar > .user-date-wrapper > .wrapper > nav .main-nav li:last-of-type, .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav-wrapper .sub-nav li:last-of-type, .sub-nav-wrapper .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav li:last-of-type {
              margin-right: 0; }
            .top-bar > .user-date-wrapper > .wrapper > nav .main-nav li a, .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav-wrapper .sub-nav li a, .sub-nav-wrapper .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav li a {
              color: black;
              text-transform: uppercase;
              font-weight: 400;
              font-size: small; }
            .top-bar > .user-date-wrapper > .wrapper > nav .main-nav li.current a, .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav-wrapper .sub-nav li.current a, .sub-nav-wrapper .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav li.current a {
              border-bottom: thin solid black;
              padding-bottom: .25em; }
          .top-bar > .user-date-wrapper > .wrapper > nav .main-nav.home-nav li a, .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav-wrapper .home-nav.sub-nav li a, .sub-nav-wrapper .top-bar > .user-date-wrapper > .wrapper > nav .home-nav.sub-nav li a {
            color: white; }
          .top-bar > .user-date-wrapper > .wrapper > nav .main-nav.home-nav li.current a, .top-bar > .user-date-wrapper > .wrapper > nav .sub-nav-wrapper .home-nav.sub-nav li.current a, .sub-nav-wrapper .top-bar > .user-date-wrapper > .wrapper > nav .home-nav.sub-nav li.current a {
            border-bottom-color: white; }
  @media (max-width: 1023px) {
    .top-bar > .wrapper {
      width: 100%;
      z-index: unset; } }
  .top-bar.active {
    background: transparent;
    border-bottom: 0; }

.top-bar .small-logo-wrapper {
  display: none;
  width: 92.05px;
  height: 49.59px;
  float: left;
  left: 0;
  text-align: center; }
  @media (max-width: 1023px) {
    .top-bar .small-logo-wrapper {
      display: inline-block; } }
  .top-bar .small-logo-wrapper .logo-sm {
    background: url("/images/logos/logo-sm.svg") no-repeat center center;
    background-size: 80%;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 1.5em;
    margin-top: .4em;
    position: relative; }
    .top-bar .small-logo-wrapper .logo-sm:hover {
      background-image: url("/images/logos/logo-sm-hover"); }
    .top-bar .small-logo-wrapper .logo-sm > span {
      visibility: hidden;
      vertical-align: top;
      left: -9999px;
      white-space: nowrap; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .top-bar .small-logo-wrapper .logo-sm {
        background-image: url("/images/logos/logo-white.svg"); } }
  .top-bar .small-logo-wrapper.opacity {
    z-index: -1;
    position: relative;
    opacity: .25; }

/* Mobile Navigation */
.top-navigation {
  display: none;
  right: 0em;
  top: 0em;
  position: absolute;
  z-index: 300; }
  @media (max-width: 1024px) {
    .top-navigation {
      display: none; } }
  @media (max-width: 1023px) {
    .top-navigation {
      display: inline-block; } }
.navigation-bg.active {
  background: rgba(27, 55, 96, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: fixed;
  border-radius: 0;
  z-index: -1; }
  .navigation-bg.active:after {
    content: ""; }

/* Hamburger Menu */
.menu-btn-wrapper {
  display: inline-block;
  position: relative;
  right: 0;
  vertical-align: top;
  width: 50px;
  height: 50px; }
  .menu-btn-wrapper.sticky {
    background: transparent !important; }
    @media (max-width: 599px) {
      .menu-btn-wrapper.sticky {
        background: transparent !important; } }
.menu-label {
  display: inline-block;
  color: white;
  margin-right: .5em;
  z-index: 3;
  position: relative;
  vertical-align: text-bottom; }

.nav-icon {
  display: inline-block;
  width: 28px;
  height: 48px;
  position: relative;
  margin: 0 auto;
  vertical-align: text-bottom;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  margin-top: 1em;
  background: black;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.nav-icon.open, .nav-icon.home-page {
  left: -0.9em; }
  .nav-icon.open > span, .nav-icon.home-page > span {
    background: white; }

.nav-icon span:nth-child(1) {
  top: 0px; }

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 10px; }

.nav-icon span:nth-child(4) {
  top: 20px; }

.nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.show-menu {
  display: none;
  float: left;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 9; }
  @media (max-width: 599px) {
    .show-menu {
      width: 100%; } }
  .show-menu.show {
    display: inline-block; }
  .show-menu > .show-menu-list {
    display: grid;
    width: auto;
    height: auto;
    text-align: center;
    margin: 6em auto 4em; }
    @media (max-width: 768px) {
      .show-menu > .show-menu-list {
        margin-top: 4em; } }
    @media (max-width: 1023px) {
      .show-menu > .show-menu-list {
        margin-top: 4em; } }
    @media (max-width: 599px) {
      .show-menu > .show-menu-list {
        margin-top: 4em; } }
    .show-menu > .show-menu-list > li {
      list-style-type: none;
      margin-top: 2em;
      padding: .5em .5em; }
      .show-menu > .show-menu-list > li:first-of-type, .show-menu > .show-menu-list > li:first-child {
        margin-top: 0; }
      @media (max-width: 1023px) {
        .show-menu > .show-menu-list > li {
          display: inline-block; } }
      @media (max-width: 599px) {
        .show-menu > .show-menu-list > li {
          display: block;
          text-align: center !important; } }
      .show-menu > .show-menu-list > li a {
        color: white;
        font-size: x-large;
        font-weight: 600;
        text-transform: uppercase;
        transition: all 0.5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease; }
        .show-menu > .show-menu-list > li a:hover {
          border-bottom: 2px solid #058ECE;
          font-size: xx-large; }
      .show-menu > .show-menu-list > li.current > a {
        padding-bottom: .25em;
        color: white;
        font-weight: 600; }
      .show-menu > .show-menu-list > li.current:hover > a {
        border-bottom: 0; }
      .show-menu > .show-menu-list > li.current.current > a {
        border-bottom: 2px solid white;
        padding-bottom: .25em;
        color: white;
        font-weight: 600; }

@media screen and (min-width: 1024px) {
  .show-menu {
    display: none !important; } }

.sub-nav-wrapper {
  background: black;
  display: inline-block;
  width: 100%;
  height: 48px;
  z-index: 100;
  position: relative;
  top: 0; }
  @media (max-width: 1023px) {
    .sub-nav-wrapper {
      height: auto;
      padding: .5em 0;
      overflow-y: hidden;
      overflow-x: auto; } }
  @media (max-width: 599px) {
    .sub-nav-wrapper {
      height: auto;
      padding: .5em 0;
      overflow-y: hidden;
      overflow-x: auto; } }
  @media (max-width: 599px) {
    .sub-nav-wrapper.divider {
      height: 2px; } }
  .sub-nav-wrapper.divider.links {
    padding: .6em 2.5em; }
    @media (max-width: 599px) {
      .sub-nav-wrapper.divider.links {
        height: 48px;
        padding: .6em 1em; } }
    .sub-nav-wrapper.divider.links > a {
      background: transparent;
      display: inlie-block;
      border: 0;
      width: auto;
      color: white;
      font-size: small; }
      .sub-nav-wrapper.divider.links > a:hover {
        cursor: pointer;
        outline: 0;
        color: #52c0a9; }
      .sub-nav-wrapper.divider.links > a:before {
        font-family: "FontAwesome";
        content: "\f177";
        font-size: x-small;
        vertical-align: middle;
        margin-right: .5em; }
  .sub-nav-wrapper .sub-nav {
    text-align: center;
    margin: 0;
    float: none; }
    @media (max-width: 1023px) {
      .sub-nav-wrapper .sub-nav {
        text-align: left;
        height: 40px;
        position: relative;
        overflow: hidden;
        width: 867px; } }
    @media (max-width: 599px) {
      .sub-nav-wrapper .sub-nav {
        text-align: left;
        height: 32px;
        position: relative;
        overflow: hidden;
        width: 667px; } }
    .sub-nav-wrapper .sub-nav li {
      padding: 1em 1em; }
      @media (max-width: 599px) {
        .sub-nav-wrapper .sub-nav li {
          display: inline-block;
          width: auto;
          height: 32px;
          padding: 0 0;
          margin: 0 0;
          text-align: center;
          float: left; } }
      .sub-nav-wrapper .sub-nav li a {
        text-transform: uppercase;
        font-weight: 300; }
        @media (max-width: 599px) {
          .sub-nav-wrapper .sub-nav li a {
            font-size: 12px;
            vertical-align: sub;
            padding: 0 1em; } }
      .sub-nav-wrapper .sub-nav li:hover {
        background: transparent; }
        .sub-nav-wrapper .sub-nav li:hover a {
          color: #53c0a8; }
      .sub-nav-wrapper .sub-nav li.current a {
        color: #53c0a8; }

/* ==================================================
	Sub Navigation
================================================== */
.full-page > .wrapper > .sub-nav-container {
  padding-bottom: 3.75em;
  padding-top: 0; }

.sub-nav-container {
  background: transparent;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .sub-nav-container {
      height: auto;
      overflow-y: hidden;
      overflow-x: auto;
      display: inline-block; } }
  .sub-nav-container.add-proj-nav {
    margin: 0;
    padding-top: 0; }
    @media (max-width: 1023px) {
      .sub-nav-container.add-proj-nav {
        width: 100%; } }
  .sub-nav-container.sub-nav-small {
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: left;
    position: relative; }
    @media (max-width: 599px) {
      .sub-nav-container.sub-nav-small {
        float: left;
        max-width: 380px; } }
    .sub-nav-container.sub-nav-small > .tab-wrapper > .tab-nav > h3 {
      font-size: 14px; }
    @media (max-width: 599px) {
      .sub-nav-container.sub-nav-small > .tab-wrapper-container {
        margin: 1em 0;
        width: 549px;
        display: inline-block;
        position: relative;
        overflow: hidden; } }
    .sub-nav-container.sub-nav-small > .create-profile {
      float: right; }
      @media (max-width: 599px) {
        .sub-nav-container.sub-nav-small > .create-profile {
          width: 100%;
          float: left;
          margin: 1em 0; } }
  .sub-nav-container.timeline {
    width: 100% !important; }
  .sub-nav-container > .h-rule {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 1.2em .5em 0;
    height: 37px;
    max-height: 15px;
    border-right-width: thin; }
    @media (max-width: 599px) {
      .sub-nav-container > .h-rule {
        margin: 1.8em 0.2em 0; } }
  .sub-nav-container > .tab-wrapper > .tab-nav > h3 {
    font-size: 18px; }
    @media (max-width: 599px) {
      .sub-nav-container > .tab-wrapper > .tab-nav > h3 {
        font-size: medium; } }
  .sub-nav-container > .nav-button-wrapper {
    width: auto;
    min-width: auto !important; }
    @media (max-width: 599px) {
      .sub-nav-container > .nav-button-wrapper {
        display: none; } }
.sub-nav {
  display: inline-block;
  margin: 1em 0;
  float: right;
  text-align: right;
  width: 100%;
  vertical-align: top; }
  @media (max-width: 599px) {
    .sub-nav {
      width: 100%;
      float: left;
      text-align: left; } }
  .sub-nav > li {
    display: inline-block;
    color: white;
    width: auto;
    padding: 1%;
    white-space: nowrap;
    vertical-align: top;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .sub-nav > li {
        display: block;
        width: 90%; } }
    .sub-nav > li:hover, .sub-nav > li.active {
      background: #01336a; }
    .sub-nav > li > a {
      display: inline-block;
      width: 100%;
      height: 100%;
      vertical-align: top;
      color: white;
      font-size: small;
      line-height: normal;
      text-transform: capitalize;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

.tab-wrapper {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .tab-wrapper > input {
    visibility: hidden;
    left: -9999px;
    white-space: nowrap;
    position: absolute; }
  .tab-wrapper .tab-nav {
    display: inline-block;
    margin: 0;
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .tab-wrapper .tab-nav > h3, .tab-wrapper .tab-nav > span {
      font-size: 14px;
      font-weight: 300;
      text-align: left;
      color: #9d9d9d;
      margin-top: 1em; }
      @media (max-width: 1023px) {
        .tab-wrapper .tab-nav > h3, .tab-wrapper .tab-nav > span {
          font-size: small; } }
  .tab-wrapper .tab-select[type="checkbox"]:checked + .tab-nav h3, .tab-wrapper .tab-select[type="checkbox"]:checked + .tab-nav span, .tab-wrapper .tab-select[type="checkbox"]:checked ~ .tab-nav h3, .tab-wrapper .tab-select[type="checkbox"]:checked ~ .tab-nav span, .tab-wrapper .tab-select[type="radio"]:checked + .tab-nav h3, .tab-wrapper .tab-select[type="radio"]:checked + .tab-nav span, .tab-wrapper .tab-select[type="radio"]:checked ~ .tab-nav h3, .tab-wrapper .tab-select[type="radio"]:checked ~ .tab-nav span {
    color: black;
    border-bottom: 0 !important;
    padding-bottom: 0em !important; }
  .tab-wrapper .tab-select[type="checkbox"]:checked + .tab-nav:after, .tab-wrapper .tab-select[type="checkbox"]:checked ~ .tab-nav:after, .tab-wrapper .tab-select[type="radio"]:checked + .tab-nav:after, .tab-wrapper .tab-select[type="radio"]:checked ~ .tab-nav:after {
    left: 0%;
    width: 100%; }
  .tab-wrapper .tab-select[type="checkbox"]:checked + .tab-nav:hover, .tab-wrapper .tab-select[type="checkbox"]:checked ~ .tab-nav:hover, .tab-wrapper .tab-select[type="radio"]:checked + .tab-nav:hover, .tab-wrapper .tab-select[type="radio"]:checked ~ .tab-nav:hover {
    cursor: default; }
  .tab-wrapper .tab-select[type="checkbox"]:disabled + .tab-nav h3, .tab-wrapper .tab-select[type="checkbox"]:disabled + .tab-nav span, .tab-wrapper .tab-select[type="checkbox"]:disabled ~ .tab-nav h3, .tab-wrapper .tab-select[type="checkbox"]:disabled ~ .tab-nav span, .tab-wrapper .tab-select[type="radio"]:disabled + .tab-nav h3, .tab-wrapper .tab-select[type="radio"]:disabled + .tab-nav span, .tab-wrapper .tab-select[type="radio"]:disabled ~ .tab-nav h3, .tab-wrapper .tab-select[type="radio"]:disabled ~ .tab-nav span {
    color: #efefef; }
  .tab-wrapper .tab-select[type="checkbox"]:disabled + .tab-nav:hover, .tab-wrapper .tab-select[type="checkbox"]:disabled ~ .tab-nav:hover, .tab-wrapper .tab-select[type="radio"]:disabled + .tab-nav:hover, .tab-wrapper .tab-select[type="radio"]:disabled ~ .tab-nav:hover {
    cursor: default; }
  .tab-wrapper:hover .tab-nav {
    cursor: pointer; }
    .tab-wrapper:hover .tab-nav h3, .tab-wrapper:hover .tab-nav span {
      color: #058ECE; }
  .tab-wrapper:last-child, .tab-wrapper:last-of-type {
    padding-right: 0; }
  @media (max-width: 599px) {
    .tab-wrapper {
      margin-top: 3%;
      height: inherit; } }
.sub-nav-small > .tab-wrapper-container > .tab-wrapper > .tab-select[type="checkbox"]:checked + .tab-nav h3, .sub-nav-small > .tab-wrapper-container > .tab-wrapper > .tab-select[type="checkbox"]:checked + .tab-nav span, .sub-nav-small > .tab-wrapper-container > .tab-wrapper > .tab-select[type="checkbox"]:checked ~ .tab-nav h3, .sub-nav-small > .tab-wrapper-container > .tab-wrapper > .tab-select[type="checkbox"]:checked ~ .tab-nav span, .sub-nav-small > .tab-wrapper-container > .tab-wrapper > .tab-select[type="radio"]:checked + .tab-nav h3, .sub-nav-small > .tab-wrapper-container > .tab-wrapper > .tab-select[type="radio"]:checked + .tab-nav span, .sub-nav-small > .tab-wrapper-container > .tab-wrapper > .tab-select[type="radio"]:checked ~ .tab-nav h3, .sub-nav-small > .tab-wrapper-container > .tab-wrapper > .tab-select[type="radio"]:checked ~ .tab-nav span {
  color: black;
  border-bottom: 2px solid #058ECE;
  padding-bottom: .25em;
  font-weight: bold; }

.top-section {
  background: #F4F4F5;
  border-bottom: thin solid #565656;
  width: 100%;
  height: 70px;
  padding: 1% 4% 3%;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .top-section > .wrapper {
    padding-top: 1em; }
    @media (max-width: 599px) {
      .top-section > .wrapper {
        width: 100%;
        padding-top: 1em !important; } }
    .top-section > .wrapper > .l-side > h1 {
      font-size: medium;
      margin-top: 1.2em;
      line-height: normal; }
      @media (max-width: 599px) {
        .top-section > .wrapper > .l-side > h1 {
          margin-left: 2em;
          margin-top: .6em; } }
    .top-section > .wrapper > .l-side.half {
      width: 60%; }
    .top-section > .wrapper > .r-side.half {
      width: 22%;
      float: right; }
      @media (max-width: 599px) {
        .top-section > .wrapper > .r-side.half > .close-icon-wrapper {
          margin-right: 2em; } }
    @media (max-width: 599px) {
      .top-section > .wrapper > .r-side > .close-icon-wrapper, .top-section > .wrapper > .r-side .attachment-dropdown-wrapper {
        width: 28px !important;
        height: 28px !important;
        margin-right: 2em; }
        .top-section > .wrapper > .r-side > .close-icon-wrapper > .close-btn:after, .top-section > .wrapper > .r-side > .close-icon-wrapper > .attach-btn:after, .top-section > .wrapper > .r-side .attachment-dropdown-wrapper > .close-btn:after, .top-section > .wrapper > .r-side .attachment-dropdown-wrapper > .attach-btn:after {
          left: .4em; } }
.tab-wrapper-container {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0; }
  .tab-wrapper-container > .h-rule {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 1em .5em 0;
    height: 37px;
    max-height: 20px;
    border-right-width: thin; }
  @media (max-width: 599px) {
    .tab-wrapper-container > .tab-wrapper {
      margin-top: 0; } }
@media (max-width: 599px) {
  .h-scroll {
    text-align: left;
    height: 52px;
    position: relative;
    overflow: hidden;
    width: 690px; } }

@media (max-width: 599px) {
  .h-scroll.investor-profile {
    width: 360px; } }

@media (max-width: 599px) {
  .h-scroll.project-profile {
    width: 450px; } }

@media (max-width: 599px) {
  .h-scroll.messages-section {
    width: 450px; } }

.tab-nav {
  position: relative;
  padding-bottom: .35em; }
  .tab-nav:after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #058ECE;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 10px;
    transition: all 500ms ease; }
  .tab-nav:hover:after, .tab-nav:focus:after {
    left: 0%;
    width: 100%; }

.login-container, .logout-container {
  background: white;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 599px) {
    .login-container, .logout-container {
      background-position: 0 0 !important; } }
  .login-container.no-bg, .logout-container.no-bg {
    background: transparent; }
  @media (max-width: 1023px) {
    .login-container .wrapper, .logout-container .wrapper {
      width: 100%; } }
.signin-container, .signout-container {
  background: rgba(255, 255, 255, 0.85);
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  margin: 0 auto 0;
  padding: 0;
  width: 442px;
  text-align: center;
  position: relative;
  z-index: 2; }
  @media (max-width: 1023px) {
    .signin-container, .signout-container {
      width: 90%; } }
  @media (max-width: 599px) {
    .signin-container, .signout-container {
      width: 90%; } }
  .signin-container .signin-top, .signin-container .signin-body, .signin-container .signout-top, .signin-container .signout-body, .signout-container .signin-top, .signout-container .signin-body, .signout-container .signout-top, .signout-container .signout-body {
    display: inline-block;
    width: 100%; }
  .signin-container .signin-top, .signin-container .signout-top, .signout-container .signin-top, .signout-container .signout-top {
    background: #058ECE;
    height: 83px; }
    .signin-container .signin-top .signin-logo, .signin-container .signin-top .signout-logo, .signin-container .signout-top .signin-logo, .signin-container .signout-top .signout-logo, .signout-container .signin-top .signin-logo, .signout-container .signin-top .signout-logo, .signout-container .signout-top .signin-logo, .signout-container .signout-top .signout-logo {
      background: url("/images/logos/logo-white.svg") center center no-repeat;
      background-size: 100%;
      width: 114px;
      height: 100%;
      margin: 0 auto; }
      @media (max-width: 599px) {
        .signin-container .signin-top .signin-logo, .signin-container .signin-top .signout-logo, .signin-container .signout-top .signin-logo, .signin-container .signout-top .signout-logo, .signout-container .signin-top .signin-logo, .signout-container .signin-top .signout-logo, .signout-container .signout-top .signin-logo, .signout-container .signout-top .signout-logo {
          width: 23%; } }
  .signin-container .signin-body, .signin-container .signout-body, .signout-container .signin-body, .signout-container .signout-body {
    padding: 2% 2%; }
    @media (max-width: 599px) {
      .signin-container .signin-body, .signin-container .signout-body, .signout-container .signin-body, .signout-container .signout-body {
        padding: 4% 4%; } }
    .signin-container .signin-body > form > .leftside, .signin-container .signout-body > form > .leftside, .signout-container .signin-body > form > .leftside, .signout-container .signout-body > form > .leftside {
      padding: 2em 1em;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 599px) {
        .signin-container .signin-body > form > .leftside, .signin-container .signout-body > form > .leftside, .signout-container .signin-body > form > .leftside, .signout-container .signout-body > form > .leftside {
          width: 100%; } }
    .signin-container .signin-body > form > .leftside, .signin-container .signout-body > form > .leftside, .signout-container .signin-body > form > .leftside, .signout-container .signout-body > form > .leftside {
      padding-left: 4em;
      padding-right: 4em; }
      .signin-container .signin-body > form > .leftside > button, .signin-container .signout-body > form > .leftside > button, .signout-container .signin-body > form > .leftside > button, .signout-container .signout-body > form > .leftside > button {
        margin-top: 2em; }
      .signin-container .signin-body > form > .leftside > .label-wrapper, .signin-container .signout-body > form > .leftside > .label-wrapper, .signout-container .signin-body > form > .leftside > .label-wrapper, .signout-container .signout-body > form > .leftside > .label-wrapper {
        margin-top: .5em; }
      .signin-container .signin-body > form > .leftside > .submit, .signin-container .signout-body > form > .leftside > .submit, .signout-container .signin-body > form > .leftside > .submit, .signout-container .signout-body > form > .leftside > .submit {
        background: #6ABA23;
        padding: .8em .8em;
        font-size: medium;
        text-transform: uppercase;
        color: white;
        font-weight: lighter; }
        .signin-container .signin-body > form > .leftside > .submit:hover, .signin-container .signout-body > form > .leftside > .submit:hover, .signout-container .signin-body > form > .leftside > .submit:hover, .signout-container .signout-body > form > .leftside > .submit:hover {
          background: #528f1b; }
      @media (max-width: 599px) {
        .signin-container .signin-body > form > .leftside, .signin-container .signout-body > form > .leftside, .signout-container .signin-body > form > .leftside, .signout-container .signout-body > form > .leftside {
          display: block;
          float: none;
          border-right: 0;
          width: 100%;
          margin: 1em auto 0;
          padding: 0 2em 1.5em;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
  .signin-container .signout-body h1, .signout-container .signout-body h1 {
    font-size: xx-large;
    font-weight: 600;
    color: #565656; }
  .signin-container .signout-body p, .signout-container .signout-body p {
    margin: 2em 0; }

.signout-container {
  min-height: 1px; }
  .signout-container .signout-body {
    padding: 2em 1em; }

#dvLogoutContainer h1 {
  font-size: x-large;
  font-weight: 600;
  color: #565656; }

#dvLogoutContainer p {
  margin: 1em 0 1em; }

.signout-container {
  min-height: 1px; }
  .signout-container .signin-body {
    padding: 2em 1em !important; }

.lost-creds {
  margin: 1em 0 0; }
  .lost-creds > p.small {
    font-size: small; }

.forgot {
  display: inline-block;
  margin: 1em auto !important;
  min-width: 130px;
  width: auto;
  position: relative; }

.contact-form-wrapper, .error-wrapper {
  float: left;
  width: 100%; }
  @media (max-width: 1023px) {
    .contact-form-wrapper, .error-wrapper {
      width: 100%; } }
  @media (max-width: 599px) {
    .contact-form-wrapper, .error-wrapper {
      width: 100%; } }
  .contact-form-wrapper > h1, .error-wrapper > h1 {
    color: rgba(63, 74, 82, 0.99);
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 4%;
    text-transform: uppercase; }
  .contact-form-wrapper > p, .error-wrapper > p {
    color: rgba(63, 74, 82, 0.7);
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 1.5em;
    padding: 0 0;
    text-align: justify; }
  .contact-form-wrapper > input, .error-wrapper > input {
    width: 100%; }

.error-wrapper > h1 {
  font-weight: 600; }

.error-wrapper > p {
  text-align: center; }

.contact-info-wrapper {
  float: right;
  margin: 4% 0 0;
  width: 20%; }
  @media (max-width: 1023px) {
    .contact-info-wrapper {
      width: 100%;
      margin-top: 3em; } }
  @media (max-width: 599px) {
    .contact-info-wrapper {
      width: 100%; } }
  .contact-info-wrapper > ul {
    border-bottom: thin solid #8c96a1;
    margin-bottom: 8%;
    padding-bottom: 2%; }
    .contact-info-wrapper > ul li {
      color: rgba(63, 74, 82, 0.99);
      font-size: 14px;
      margin-bottom: 2%; }
      .contact-info-wrapper > ul li > strong {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase; }
      .contact-info-wrapper > ul li > span {
        font-weight: bold;
        margin-right: 3%; }
        .contact-info-wrapper > ul li > span > a {
          color: #34cab8;
          font-weight: normal; }

.password_switch_container {
  position: relative; }
  .password_switch_container > input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }

.password-switch, .toggle-password {
  width: 42px;
  height: 45px;
  top: 1.5em;
  right: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  background: url("/images/icons/signin-hide_icon.svg") no-repeat 0 0; }
  .password-switch.active, .toggle-password.active {
    background: url("/images/icons/signin-show_icon.svg") no-repeat 0 0; }

.user-name {
  width: auto;
  display: inline-block;
  left: 2em;
  position: absolute; }
  .user-name > p {
    font-weight: bold;
    font-size: large;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .user-name {
      display: none; } }
.date-weather-container {
  display: flex;
  margin: 0;
  width: auto;
  height: 35px;
  vertical-align: top;
  position: relative;
  justify-content: center; }
  @media (max-width: 1023px) {
    .date-weather-container {
      display: none; } }
  .date-weather-container > .date-wrapper, .date-weather-container > .weather-wrapper {
    width: 50%;
    float: left; }
  .date-weather-container > .date-wrapper {
    width: auto; }
    .date-weather-container > .date-wrapper > h1 {
      font-size: large; }
  .date-weather-container > .weather-wrapper {
    text-align: right; }

.search-alert-user-container {
  position: absolute;
  right: 0;
  top: .5em;
  display: inline-flex; }
  @media (max-width: 1023px) {
    .search-alert-user-container {
      right: 5em;
      top: 0.5em; } }
.weather-icon {
  background: url("/images/icons/weather-cloudy_icon.svg") no-repeat center center;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: .5em;
  margin-top: -1em; }
  .weather-icon.pc {
    background-image: url("/images/icons/weather-cloudy_icon.svg"); }

.weather-content {
  margin-top: .3em;
  float: right; }
  .weather-content > strong {
    font-size: x-large; }

.dash > .wrapper {
  width: 90%;
  max-width: 90%; }

.top-search {
  display: inline-block;
  float: left;
  width: auto;
  height: 42px;
  display: none; }

.search-wrapper {
  width: 100%;
  height: auto;
  position: relative; }
  @media (max-width: 599px) {
    .search-wrapper {
      width: 100%; } }
  .search-wrapper .search-left, .search-wrapper .search-right {
    float: left;
    width: auto;
    display: inline-block; }
  .search-wrapper .search-left {
    width: 30px;
    height: 42px; }
    .search-wrapper .search-left > .search-icon {
      background: url("/images/icons/search_icon.svg") no-repeat 0 center;
      width: 100%;
      height: 100%; }
  .search-wrapper .search-right {
    float: right;
    margin-top: 1em;
    width: 200px; }
    @media (max-width: 1023px) {
      .search-wrapper .search-right {
        width: 160px; } }
    .search-wrapper .search-right > .dropdown-menu-wrapper {
      border: 0;
      border-left: thin solid #565656;
      height: 39px;
      font-size: medium; }
      .search-wrapper .search-right > .dropdown-menu-wrapper > .dropdown-menu > .slct {
        border: 0;
        font-size: .9em;
        color: #7d7470; }
  .search-wrapper .search-center {
    width: 62%;
    overflow: hidden;
    white-space: nowrap;
    float: left; }
    @media (max-width: 1023px) {
      .search-wrapper .search-center {
        width: 48%; } }
    .search-wrapper .search-center > label {
      border: 0;
      height: 40px;
      overflow: hidden; }
      .search-wrapper .search-center > label > .search-input {
        background-size: 40%;
        border: 0;
        width: 100%;
        height: 42px; }

.search-alert-user-wrapper {
  position: absolute;
  top: .7em;
  right: 0; }
  @media (max-width: 1023px) {
    .search-alert-user-wrapper {
      right: 2em;
      top: 1em; } }
.user-name-container {
  width: 42px;
  height: 42px;
  right: 1em;
  top: 0;
  position: absolute; }
  .user-name-container .user-icon-container {
    float: left;
    width: 42px;
    height: 29px;
    color: #7d7470;
    vertical-align: top; }
    .user-name-container .user-icon-container .user-icon {
      background: url("/images/icons/user-icon.svg") no-repeat center center;
      background-size: 100%;
      display: inline-block;
      width: 30px;
      height: 30px;
      vertical-align: top; }

.message-container, .notification-container {
  width: auto;
  height: 42px;
  right: 5em;
  position: absolute; }

.message-container {
  right: 7.5em; }
  .message-container .message-alert {
    background: url("/images/icons/no-msg.svg") no-repeat 0 center;
    background-size: 100%;
    display: inline-block;
    width: 32.19px;
    height: 31.37px;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .message-container .message-alert.new-message {
      background-image: url("/images/icons/new-msg.svg"); }
    .message-container .message-alert:hover {
      cursor: pointer; }

.notification-container .announcements-alert {
  background: url("/images/icons/alert-no-msg.svg") no-repeat 0 center;
  background-size: 100%;
  display: inline-block;
  width: 22.13px;
  height: 31.37px;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .notification-container .announcements-alert.new-alert {
    background-image: url("/images/icons/alert-msg.svg"); }
  .notification-container .announcements-alert:hover {
    cursor: pointer; }

.msg-nmu {
  background: #6aba23;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: white;
  width: 30px;
  height: 29px;
  padding: 2px 0 0;
  left: 2.8em;
  top: 0;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  font-size: .7em;
  position: relative; }

.close-icon {
  display: inline-block;
  color: #8c8c8c;
  cursor: pointer;
  font-size: large;
  font-weight: 200;
  line-height: normal;
  position: relative;
  text-align: right;
  transition: all 0.25s cubic-bezier(0.46, 0.01, 0.32, 1) 0s;
  width: auto;
  height: auto;
  right: .8em;
  top: .15em;
  position: absolute; }
  .close-icon::before {
    content: "×";
    font-size: x-large;
    font-weight: bold; }

.stats-container {
  background: white;
  border: thin solid #d3dbe1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  width: 100%;
  height: 551px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: left;
  margin-right: 2%; }
  @media (max-width: 1023px) {
    .stats-container {
      width: 100%;
      max-width: 100%;
      text-align: center;
      margin-top: 1em; } }
  .stats-container > .graph-nav-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr 1fr);
    grid-gap: 2em;
    padding: 1em; }
    @media (max-width: 1023px) {
      .stats-container > .graph-nav-container {
        grid-template-columns: 2fr 1fr;
        float: left; } }
    .stats-container > .graph-nav-container > div {
      width: 100%; }
      @media (max-width: 1023px) {
        .stats-container > .graph-nav-container > div > label {
          float: left; } }
    .stats-container > .graph-nav-container.interviewer {
      width: 30%;
      grid-template-columns: repeat(1, 1fr);
      margin: 0 auto;
      grid-gap: 0; }
      @media (max-width: 1023px) {
        .stats-container > .graph-nav-container.interviewer {
          width: 100%;
          float: none; } }
      .stats-container > .graph-nav-container.interviewer > div > select {
        max-width: 50% !important;
        min-width: 50% !important;
        margin-left: 1em; }
        @media (max-width: 1023px) {
          .stats-container > .graph-nav-container.interviewer > div > select {
            max-width: 30% !important; } }
  .stats-container > .graph-wrapper {
    display: block;
    border: thin solid #565656;
    position: relative;
    width: 96%;
    min-height: 1px;
    margin: 0 auto 0; }
    @media (max-width: 1023px) {
      .stats-container > .graph-wrapper {
        border: 0;
        border-top: thin solid #565656;
        width: 100%;
        margin-top: 6em; } }
    .stats-container > .graph-wrapper > .chart-div {
      width: 100%;
      height: 100%; }
      @media (max-width: 1023px) {
        .stats-container > .graph-wrapper > .chart-div {
          min-height: 450px;
          height: 100%; } }
.account-overview-wrapper {
  background: white;
  display: inline-block;
  vertical-align: top;
  border: thin solid #d3dbe1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  width: 30%;
  max-width: 480px;
  height: 551px; }
  @media (max-width: 1023px) {
    .account-overview-wrapper {
      width: 100%;
      max-width: 100%;
      margin-top: 2em; } }
  .account-overview-wrapper > .content-top {
    margin-bottom: 0;
    padding: 2em 2em 0;
    border: 0; }
    .account-overview-wrapper > .content-top > .title, .account-overview-wrapper > .content-top > .url-link {
      float: left;
      width: auto; }
    .account-overview-wrapper > .content-top > .url-link {
      float: right; }
    .account-overview-wrapper > .content-top > .rule {
      margin-top: .5em;
      margin-bottom: .5em; }
  .account-overview-wrapper > .wrapper > .overview-content {
    margin-bottom: 1em; }
    .account-overview-wrapper > .wrapper > .overview-content > p {
      font-size: .9em;
      line-height: 20px; }

.overview-cta-wrapper {
  background-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: thin solid #C1C4BE;
  width: 48%;
  height: 131px;
  float: left;
  margin: 0 2% 4% 0;
  position: relative; }
  .overview-cta-wrapper:last-of-type, .overview-cta-wrapper:last-child {
    margin-right: 0; }
  .overview-cta-wrapper:nth-child(even) {
    float: right;
    margin-right: 0; }
  .overview-cta-wrapper > .bottom-content {
    border-top: thin solid #C1C4BE;
    width: 100%;
    height: 27%;
    bottom: 0;
    position: absolute;
    padding-top: .45em; }
    .overview-cta-wrapper > .bottom-content > h2 {
      color: #7d7470;
      text-align: center;
      font-size: 1em;
      line-height: normal;
      font-weight: bold; }
      .overview-cta-wrapper > .bottom-content > h2:first-of-type, .overview-cta-wrapper > .bottom-content > h2:first-child {
        font-size: .9em;
        position: absolute;
        top: -2em;
        font-weight: normal; }

.recent-user-wrapper, .recent-assessment-wrapper {
  background: white;
  display: inline-block;
  vertical-align: top;
  border: thin solid #d3dbe1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 2em;
  min-height: 380px; }
  @media (max-width: 1023px) {
    .recent-user-wrapper, .recent-assessment-wrapper {
      width: 100%;
      float: left;
      margin-top: 1em; } }
  .recent-user-wrapper > .header-section, .recent-user-wrapper .body-section, .recent-assessment-wrapper > .header-section, .recent-assessment-wrapper .body-section {
    width: 100%;
    padding: 1em 1em;
    border-bottom: thin solid #d3dbe1; }
  .recent-user-wrapper > .header-section > h2, .recent-assessment-wrapper > .header-section > h2 {
    float: left;
    width: auto; }
  .recent-user-wrapper > .header-section > .url-link, .recent-assessment-wrapper > .header-section > .url-link {
    float: right;
    width: auto; }
  .recent-user-wrapper > .body-section, .recent-assessment-wrapper > .body-section {
    border-bottom: 0; }

.recent-assessment-wrapper {
  float: right; }

.dash-cta-container {
  display: inline-block;
  vertical-align: top;
  margin: 4em 0 9em;
  position: relative;
  width: 100%;
  height: 241px;
  float: left; }
  .dash-cta-container .dash-cta-wrapper {
    background-color: #1B3760 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 23%;
    height: 241px;
    display: inline-block;
    margin: 0 0 0 2.29%;
    vertical-align: top;
    position: relative; }
    .dash-cta-container .dash-cta-wrapper:first-child, .dash-cta-container .dash-cta-wrapper:first-of-type {
      margin-left: 0; }
    .dash-cta-container .dash-cta-wrapper:last-child, .dash-cta-container .dash-cta-wrapper:last-of-type {
      margin-right: 0;
      float: right; }
    .dash-cta-container .dash-cta-wrapper > .bottom-content {
      width: 100%;
      height: 45%;
      bottom: 0;
      position: absolute; }
      .dash-cta-container .dash-cta-wrapper > .bottom-content > h2 {
        color: white;
        text-align: center;
        font-size: 2em;
        line-height: normal; }
        .dash-cta-container .dash-cta-wrapper > .bottom-content > h2:first-of-type, .dash-cta-container .dash-cta-wrapper > .bottom-content > h2:first-child {
          font-size: 1.25em; }
  .dash-cta-container .dash-deal-community, .dash-cta-container .dash-total-pledged, .dash-cta-container .dash-funded, .dash-cta-container .dash-outstanding {
    background: url("/images/icons/dash-deal_icon.svg") no-repeat center 1.5em;
    background-size: 33%; }
  .dash-cta-container .dash-total-pledged {
    background-image: url("/images/icons/dash-total_icon.svg"); }
  .dash-cta-container .dash-funded {
    background-image: url("/images/icons/dash-funded_icon.svg"); }
  .dash-cta-container .dash-outstanding {
    background-image: url("/images/icons/dash-outstanding_icon.svg"); }

.tab-container {
  background: white;
  display: inline-block;
  border-top: thin solid #565656;
  position: relative;
  width: 100%;
  min-height: 516px;
  float: left; }

.no-show {
  display: none; }

.recent-user-wrapper > .body-section > table, .recent-assessment-wrapper > .body-section > table {
  width: 98%;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .recent-user-wrapper > .body-section > table > thead, .recent-assessment-wrapper > .body-section > table > thead {
      display: none; } }
  .recent-user-wrapper > .body-section > table > thead > tr, .recent-assessment-wrapper > .body-section > table > thead > tr {
    border-bottom: thin solid #C1C4BE;
    height: 30px; }
    .recent-user-wrapper > .body-section > table > thead > tr > th, .recent-assessment-wrapper > .body-section > table > thead > tr > th {
      text-align: left;
      font-size: 0.9em; }
  .recent-user-wrapper > .body-section > table > tbody > tr, .recent-assessment-wrapper > .body-section > table > tbody > tr {
    border-bottom: thin solid #C1C4BE; }
    .recent-user-wrapper > .body-section > table > tbody > tr:last-child, .recent-user-wrapper > .body-section > table > tbody > tr:last-of-type, .recent-assessment-wrapper > .body-section > table > tbody > tr:last-child, .recent-assessment-wrapper > .body-section > table > tbody > tr:last-of-type {
      border: 0; }
    .recent-user-wrapper > .body-section > table > tbody > tr > td, .recent-assessment-wrapper > .body-section > table > tbody > tr > td {
      padding: 1em 0;
      font-size: small; }
      @media (max-width: 1023px) {
        .recent-user-wrapper > .body-section > table > tbody > tr > td, .recent-assessment-wrapper > .body-section > table > tbody > tr > td {
          padding: .25em 0;
          display: inline-block;
          width: 100%; } }
.recent-user-wrapper > .body-section > table > thead > tr > th.col-1, .recent-user-wrapper > .body-section > table > thead > tr > th:nth-child(1) {
  width: 30%; }

.recent-user-wrapper > .body-section > table > thead > tr > th.col-2, .recent-user-wrapper > .body-section > table > thead > tr > th:nth-child(2) {
  width: 12%; }

.recent-user-wrapper > .body-section > table > thead > tr > th.col-3, .recent-user-wrapper > .body-section > table > thead > tr > th:nth-child(3) {
  width: 12%; }

.recent-user-wrapper > .body-section > table > thead > tr > th.col-4, .recent-user-wrapper > .body-section > table > thead > tr > th:nth-child(4) {
  width: 16%; }

.recent-user-wrapper > .body-section > table > thead > tr > th.col-5, .recent-user-wrapper > .body-section > table > thead > tr > th:nth-child(5) {
  width: 18%; }

@media (max-width: 1023px) {
  .recent-user-wrapper > .body-section > table > tbody > tr {
    padding-bottom: 1em;
    margin-bottom: 1em;
    display: block; } }

.recent-user-wrapper > .body-section > table > tbody > tr > td {
  padding: 1em 0 .5em;
  position: relative; }
  @media (max-width: 1023px) {
    .recent-user-wrapper > .body-section > table > tbody > tr > td {
      padding: 0 0; } }
  .recent-user-wrapper > .body-section > table > tbody > tr > td:first-child::before, .recent-user-wrapper > .body-section > table > tbody > tr > td:first-of-type::before {
    content: "";
    background: url("/images/icons/user-icon.svg") no-repeat center center;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 1em;
    vertical-align: middle; }
    @media (max-width: 1023px) {
      .recent-user-wrapper > .body-section > table > tbody > tr > td:first-child::before, .recent-user-wrapper > .body-section > table > tbody > tr > td:first-of-type::before {
        display: none; } }
  .recent-user-wrapper > .body-section > table > tbody > tr > td:last-child, .recent-user-wrapper > .body-section > table > tbody > tr > td:last-of-type {
    color: #0082A0; }

.recent-assessment-wrapper > .body-section > table > tbody > tr > td.Locked::before, .recent-assessment-wrapper > .body-section > table > tbody > tr > td.Submitted::before, .recent-assessment-wrapper > .body-section > table > tbody > tr > td.InProgress::before {
  content: "";
  background: #D24C4C;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 1em;
  border-radius: 50%; }
  @media (max-width: 1023px) {
    .recent-assessment-wrapper > .body-section > table > tbody > tr > td.Locked::before, .recent-assessment-wrapper > .body-section > table > tbody > tr > td.Submitted::before, .recent-assessment-wrapper > .body-section > table > tbody > tr > td.InProgress::before {
      content: "";
      display: none; } }
.recent-assessment-wrapper > .body-section > table > tbody > tr > td.Locked {
  color: #D24C4C; }

.recent-assessment-wrapper > .body-section > table > tbody > tr > td.Submitted {
  color: #009C71; }
  .recent-assessment-wrapper > .body-section > table > tbody > tr > td.Submitted::before {
    background: #009C71; }

.recent-assessment-wrapper > .body-section > table > tbody > tr > td.InProgress {
  color: #0097DF; }
  .recent-assessment-wrapper > .body-section > table > tbody > tr > td.InProgress::before {
    background: #0097DF; }

.body-section.table-section {
  min-height: 1px !important; }

.header-tab-wrapper-container {
  width: auto;
  top: 0;
  display: inline-flex;
  margin-top: -.9em; }
  .header-tab-wrapper-container > .tab-wrapper {
    white-space: nowrap;
    margin-right: 2rem; }
    .header-tab-wrapper-container > .tab-wrapper:last-child, .header-tab-wrapper-container > .tab-wrapper:last-of-type {
      margin-left: 2rem; }
    .header-tab-wrapper-container > .tab-wrapper > .tab-nav > h3 {
      font-size: 1em;
      font-weight: 600; }

.header-grid {
  display: grid;
  grid-template-columns: repeat(2, 0fr 1fr);
  grid-gap: 0; }
  @media (max-width: 1023px) {
    .header-grid {
      grid-template-columns: repeat(1, 1fr); } }
.header-items {
  width: 100%; }

.header-section > .url-link {
  text-align: right; }

#assessmentview.header-items.url-link, #omsview.header-items.url-link {
  text-align: right; }
  @media (max-width: 1023px) {
    #assessmentview.header-items.url-link, #omsview.header-items.url-link {
      margin-top: -1.8em; } }
.graph-nav-container.cf, .graph-nav-container.clearfix, .header-section.header-grid.cf, .header-section.header-grid.clearfix {
  zoom: 1; }
  .graph-nav-container.cf:before, .graph-nav-container.cf:after, .graph-nav-container.clearfix:before, .graph-nav-container.clearfix:after, .header-section.header-grid.cf:before, .header-section.header-grid.cf:after, .header-section.header-grid.clearfix:before, .header-section.header-grid.clearfix:after {
    content: "";
    display: table; }
    @media (max-width: 1023px) {
      .graph-nav-container.cf:before, .graph-nav-container.cf:after, .graph-nav-container.clearfix:before, .graph-nav-container.clearfix:after, .header-section.header-grid.cf:before, .header-section.header-grid.cf:after, .header-section.header-grid.clearfix:before, .header-section.header-grid.clearfix:after {
        display: none; } }
  .graph-nav-container.cf:after, .graph-nav-container.clearfix:after, .header-section.header-grid.cf:after, .header-section.header-grid.clearfix:after {
    clear: both; }

.spnCustAdultIcon, .spnCustChildIcon {
  background: url("/images/icons/assessment/adult-assessment-icon.svg") no-repeat center center;
  background-size: cover;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 1em;
  vertical-align: middle; }
  @media (max-width: 1023px) {
    .spnCustAdultIcon, .spnCustChildIcon {
      right: 2em;
      position: absolute; } }
.spnCustChildIcon {
  background-image: url("/images/icons/assessment/child-assessment-icon.svg");
  background-size: 98%;
  width: 35px;
  height: 35px; }
  @media (max-width: 1023px) {
    .spnCustChildIcon {
      width: 40px;
      height: 40px; } }
.select-user-type-container, .select-oms-type-container, .select-consumers-type-container, .select-consumer-type-container {
  display: grid;
  margin: 2% 0 0;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-column-gap: 2rem;
  row-gap: 2rem; }
  .select-user-type-container:before, .select-oms-type-container:before, .select-consumers-type-container:before, .select-consumer-type-container:before {
    content: initial;
    display: grid; }
  .select-user-type-container .selection-wrapper, .select-oms-type-container .selection-wrapper, .select-consumers-type-container .selection-wrapper, .select-consumer-type-container .selection-wrapper {
    background: white;
    height: 428px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .select-user-type-container .selection-wrapper:last-of-type, .select-oms-type-container .selection-wrapper:last-of-type, .select-consumers-type-container .selection-wrapper:last-of-type, .select-consumer-type-container .selection-wrapper:last-of-type, .select-user-type-container .selection-wrapper:last-child, .select-oms-type-container .selection-wrapper:last-child, .select-consumers-type-container .selection-wrapper:last-child, .select-consumer-type-container .selection-wrapper:last-child, .select-user-type-container .selection-wrapper:nth-child(3), .select-oms-type-container .selection-wrapper:nth-child(3), .select-consumers-type-container .selection-wrapper:nth-child(3), .select-consumer-type-container .selection-wrapper:nth-child(3) {
      margin-right: 0; }
    @media (max-width: 1023px) {
      .select-user-type-container .selection-wrapper:nth-child(odd), .select-oms-type-container .selection-wrapper:nth-child(odd), .select-consumers-type-container .selection-wrapper:nth-child(odd), .select-consumer-type-container .selection-wrapper:nth-child(odd) {
        margin-left: 0 !important; } }
    @media (max-width: 1023px) {
      .select-user-type-container .selection-wrapper:nth-child(even), .select-oms-type-container .selection-wrapper:nth-child(even), .select-consumers-type-container .selection-wrapper:nth-child(even), .select-consumer-type-container .selection-wrapper:nth-child(even) {
        float: right !important; } }
    .select-user-type-container .selection-wrapper .selection-detail-container, .select-oms-type-container .selection-wrapper .selection-detail-container, .select-user-type-container .selection-wrapper .profile-detail-container, .select-oms-type-container .selection-wrapper .profile-detail-container, .select-consumers-type-container .selection-wrapper .selection-detail-container, .select-consumers-type-container .selection-wrapper .profile-detail-container, .select-consumer-type-container .selection-wrapper .selection-detail-container, .select-consumer-type-container .selection-wrapper .profile-detail-container {
      display: inline-block;
      left: 0;
      z-index: 9;
      border: thin solid transparent;
      opacity: 0;
      bottom: -260px;
      background: transparent; }
      .select-user-type-container .selection-wrapper .selection-detail-container.active, .select-oms-type-container .selection-wrapper .selection-detail-container.active, .select-user-type-container .selection-wrapper .active.profile-detail-container, .select-oms-type-container .selection-wrapper .active.profile-detail-container, .select-consumers-type-container .selection-wrapper .selection-detail-container.active, .select-consumers-type-container .selection-wrapper .active.profile-detail-container, .select-consumer-type-container .selection-wrapper .selection-detail-container.active, .select-consumer-type-container .selection-wrapper .active.profile-detail-container {
        border: thin solid #058ECE;
        background: #fff;
        height: 60%;
        width: 100%;
        padding: 0 2rem;
        bottom: 0rem;
        opacity: 1;
        position: absolute;
        transition: all 0.8s ease !important;
        pointer-events: bounding-box; }
      .select-user-type-container .selection-wrapper .selection-detail-container .question-answer-wrapper .answer-wrapper .radio-label, .select-oms-type-container .selection-wrapper .selection-detail-container .question-answer-wrapper .answer-wrapper .radio-label, .select-user-type-container .selection-wrapper .profile-detail-container .question-answer-wrapper .answer-wrapper .radio-label, .select-oms-type-container .selection-wrapper .profile-detail-container .question-answer-wrapper .answer-wrapper .radio-label, .select-consumers-type-container .selection-wrapper .selection-detail-container .question-answer-wrapper .answer-wrapper .radio-label, .select-consumers-type-container .selection-wrapper .profile-detail-container .question-answer-wrapper .answer-wrapper .radio-label, .select-consumer-type-container .selection-wrapper .selection-detail-container .question-answer-wrapper .answer-wrapper .radio-label, .select-consumer-type-container .selection-wrapper .profile-detail-container .question-answer-wrapper .answer-wrapper .radio-label {
        width: fit-content; }
      .select-user-type-container .selection-wrapper .selection-detail-container.no-action, .select-oms-type-container .selection-wrapper .selection-detail-container.no-action, .select-user-type-container .selection-wrapper .no-action.profile-detail-container, .select-oms-type-container .selection-wrapper .no-action.profile-detail-container, .select-consumers-type-container .selection-wrapper .selection-detail-container.no-action, .select-consumers-type-container .selection-wrapper .no-action.profile-detail-container, .select-consumer-type-container .selection-wrapper .selection-detail-container.no-action, .select-consumer-type-container .selection-wrapper .no-action.profile-detail-container {
        display: none !important; }
    .select-user-type-container .selection-wrapper .selection-type, .select-oms-type-container .selection-wrapper .selection-type, .select-consumers-type-container .selection-wrapper .selection-type, .select-consumer-type-container .selection-wrapper .selection-type {
      display: inline-block;
      border: thin solid #707070;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      /* Prevent background color leak outs */
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      margin: 0;
      width: 100%;
      height: 100%;
      position: relative;
      text-align: center;
      z-index: 2;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .select-user-type-container .selection-wrapper .selection-type h3, .select-oms-type-container .selection-wrapper .selection-type h3, .select-consumers-type-container .selection-wrapper .selection-type h3, .select-consumer-type-container .selection-wrapper .selection-type h3 {
        font-size: large;
        font-weight: 700;
        text-align: center;
        color: black; }
        @media (max-width: 599px) {
          .select-user-type-container .selection-wrapper .selection-type h3, .select-oms-type-container .selection-wrapper .selection-type h3, .select-consumers-type-container .selection-wrapper .selection-type h3, .select-consumer-type-container .selection-wrapper .selection-type h3 {
            margin-top: -1em;
            margin-bottom: 1em;
            font-size: .9em; } }
    .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked + .selection-type, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type {
      background: #058ECE;
      border-color: #058ECE; }
      .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .user-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .screeningtools-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .oms-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .assessment-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .screeningtools-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .oms-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .assessment-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .consumer-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .consumer-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .screeningtools-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .oms-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .assessment-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .consumer-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .screeningtools-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .oms-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .assessment-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .consumer-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .user-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .screeningtools-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .oms-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .assessment-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .screeningtools-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .oms-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .assessment-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .consumer-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .consumer-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .screeningtools-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .oms-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .assessment-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .consumer-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .screeningtools-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .oms-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .assessment-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .consumer-icons {
        background-size: 36%;
        margin-top: 1em;
        height: 60px;
        opacity: .5;
        transition: all 0.8s ease !important; }
        .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .user-icons.create-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons.create-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.screeningtools-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.oms-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.assessment-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons.create-user-icon, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.oms-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.assessment-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.consumer-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.consumer-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons.create-user-icon, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.oms-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.assessment-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.consumer-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons.create-user-icon, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.oms-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.assessment-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .create-user-icon.consumer-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .user-icons.create-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons.create-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.screeningtools-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.oms-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.assessment-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons.create-user-icon, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.oms-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.assessment-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.consumer-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.consumer-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons.create-user-icon, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.oms-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.assessment-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.consumer-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons.create-user-icon, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.oms-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.assessment-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .create-user-icon.consumer-icons {
          background-image: url("/images/icons/user/create-user-icon-hover.svg"); }
        .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .user-icons.search-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons.search-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.screeningtools-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.oms-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.assessment-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons.search-user-icon, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.oms-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.assessment-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.consumer-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.consumer-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons.search-user-icon, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.oms-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.assessment-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.consumer-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons.search-user-icon, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.oms-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.assessment-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .search-user-icon.consumer-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .user-icons.search-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons.search-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.screeningtools-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.oms-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.assessment-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons.search-user-icon, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.oms-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.assessment-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.consumer-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.consumer-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons.search-user-icon, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.oms-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.assessment-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.consumer-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons.search-user-icon, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.oms-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.assessment-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .search-user-icon.consumer-icons {
          background-image: url("/images/icons/user/search-user-icon-hover.svg"); }
        .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .user-icons.user-history-icon, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons.user-history-icon, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.screeningtools-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.oms-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.assessment-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons.user-history-icon, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.oms-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.assessment-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.consumer-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.consumer-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons.user-history-icon, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.oms-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.assessment-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.consumer-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-icons.user-history-icon, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.oms-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.assessment-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .user-history-icon.consumer-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .user-icons.user-history-icon, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons.user-history-icon, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.screeningtools-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.oms-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.assessment-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons.user-history-icon, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.oms-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.assessment-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.consumer-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.consumer-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons.user-history-icon, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.oms-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.assessment-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.consumer-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-icons.user-history-icon, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.oms-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.assessment-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .user-history-icon.consumer-icons {
          background-image: url("/images/icons/user/user-history-icon-hover.svg"); }
      .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type h3, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type h3, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type h3, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type h3, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type h3, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked + .selection-type h3, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type h3, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type h3, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type h3, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type h3 {
        color: white;
        opacity: .5; }
      .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type:hover, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type:hover, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type:hover, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type:hover, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type:hover, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked + .selection-type:hover, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type:hover, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type:hover, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type:hover, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type:hover {
        cursor: default; }
    .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type {
      border-color: #ccc; }
      .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .user-icons.create-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-icons.create-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.screeningtools-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.oms-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.assessment-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-icons.create-user-icon, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.oms-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.assessment-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.consumer-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.consumer-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-icons.create-user-icon, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.oms-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.assessment-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.consumer-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-icons.create-user-icon, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.oms-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.assessment-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .create-user-icon.consumer-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .user-icons.create-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-icons.create-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.screeningtools-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.oms-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.assessment-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-icons.create-user-icon, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.oms-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.assessment-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.consumer-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.consumer-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-icons.create-user-icon, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.oms-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.assessment-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.consumer-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-icons.create-user-icon, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.oms-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.assessment-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .create-user-icon.consumer-icons {
        background-image: url("/images/icons/user/create-user-icon-disable.svg"); }
      .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .user-icons.search-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-icons.search-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.screeningtools-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.oms-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.assessment-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-icons.search-user-icon, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.oms-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.assessment-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.consumer-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.consumer-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-icons.search-user-icon, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.oms-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.assessment-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.consumer-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-icons.search-user-icon, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.oms-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.assessment-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .search-user-icon.consumer-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .user-icons.search-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-icons.search-user-icon, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.screeningtools-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.oms-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.assessment-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-icons.search-user-icon, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.oms-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.assessment-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.consumer-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.consumer-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-icons.search-user-icon, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.oms-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.assessment-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.consumer-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-icons.search-user-icon, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.oms-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.assessment-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .search-user-icon.consumer-icons {
        background-image: url("/images/icons/user/search-user-icon-disable.svg"); }
      .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .user-icons.user-history-icon, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-icons.user-history-icon, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.screeningtools-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.oms-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.assessment-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-icons.user-history-icon, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.oms-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.assessment-icons, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.consumer-icons, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.consumer-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-icons.user-history-icon, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.oms-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.assessment-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.consumer-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-icons.user-history-icon, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.oms-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.assessment-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .user-history-icon.consumer-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .user-icons.user-history-icon, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-icons.user-history-icon, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.screeningtools-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.oms-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.assessment-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-icons.user-history-icon, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.oms-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.assessment-icons, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.consumer-icons, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.consumer-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-icons.user-history-icon, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.oms-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.assessment-icons, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.consumer-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-icons.user-history-icon, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.oms-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.assessment-icons, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .user-history-icon.consumer-icons {
        background-image: url("/images/icons/user/user-history-icon-disable.svg"); }
      .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type h3, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type h3, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type h3, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type h3, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type h3, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type h3, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type h3, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type h3, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type h3, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type h3 {
        color: #ccc; }
      .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type:hover, .select-user-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type:hover, .select-oms-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type:hover, .select-consumers-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type:hover, .select-consumer-type-container .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type:hover, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type:hover, .select-user-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type:hover, .select-oms-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type:hover, .select-consumers-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type:hover, .select-consumer-type-container .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type:hover {
        cursor: default; }
    .select-user-type-container .selection-wrapper:hover .selection-type, .select-oms-type-container .selection-wrapper:hover .selection-type, .select-consumers-type-container .selection-wrapper:hover .selection-type, .select-consumer-type-container .selection-wrapper:hover .selection-type {
      background: #058ECE;
      border-color: #058ECE;
      cursor: pointer; }
      .select-user-type-container .selection-wrapper:hover .selection-type .user-icons, .select-user-type-container .selection-wrapper:hover .selection-type .screeningtools-icons, .select-user-type-container .selection-wrapper:hover .selection-type .oms-icons, .select-user-type-container .selection-wrapper:hover .selection-type .assessment-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .user-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .screeningtools-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .oms-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .assessment-icons, .select-user-type-container .selection-wrapper:hover .selection-type .consumer-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .consumer-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .user-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .screeningtools-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .oms-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .assessment-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .consumer-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .user-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .screeningtools-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .oms-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .assessment-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .consumer-icons {
        background-size: 36%;
        margin-top: 1em;
        height: 60px;
        opacity: .5;
        transition: all 0.8s ease !important; }
        .select-user-type-container .selection-wrapper:hover .selection-type .user-icons.create-user-icon, .select-user-type-container .selection-wrapper:hover .selection-type .create-user-icon.screeningtools-icons, .select-user-type-container .selection-wrapper:hover .selection-type .create-user-icon.oms-icons, .select-user-type-container .selection-wrapper:hover .selection-type .create-user-icon.assessment-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .user-icons.create-user-icon, .select-oms-type-container .selection-wrapper:hover .selection-type .create-user-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .create-user-icon.oms-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .create-user-icon.assessment-icons, .select-user-type-container .selection-wrapper:hover .selection-type .create-user-icon.consumer-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .create-user-icon.consumer-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .user-icons.create-user-icon, .select-consumers-type-container .selection-wrapper:hover .selection-type .create-user-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .create-user-icon.oms-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .create-user-icon.assessment-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .create-user-icon.consumer-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .user-icons.create-user-icon, .select-consumer-type-container .selection-wrapper:hover .selection-type .create-user-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .create-user-icon.oms-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .create-user-icon.assessment-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .create-user-icon.consumer-icons {
          background-image: url("/images/icons/user/create-user-icon-hover.svg"); }
        .select-user-type-container .selection-wrapper:hover .selection-type .user-icons.search-user-icon, .select-user-type-container .selection-wrapper:hover .selection-type .search-user-icon.screeningtools-icons, .select-user-type-container .selection-wrapper:hover .selection-type .search-user-icon.oms-icons, .select-user-type-container .selection-wrapper:hover .selection-type .search-user-icon.assessment-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .user-icons.search-user-icon, .select-oms-type-container .selection-wrapper:hover .selection-type .search-user-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .search-user-icon.oms-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .search-user-icon.assessment-icons, .select-user-type-container .selection-wrapper:hover .selection-type .search-user-icon.consumer-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .search-user-icon.consumer-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .user-icons.search-user-icon, .select-consumers-type-container .selection-wrapper:hover .selection-type .search-user-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .search-user-icon.oms-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .search-user-icon.assessment-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .search-user-icon.consumer-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .user-icons.search-user-icon, .select-consumer-type-container .selection-wrapper:hover .selection-type .search-user-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .search-user-icon.oms-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .search-user-icon.assessment-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .search-user-icon.consumer-icons {
          background-image: url("/images/icons/user/search-user-icon-hover.svg"); }
        .select-user-type-container .selection-wrapper:hover .selection-type .user-icons.user-history-icon, .select-user-type-container .selection-wrapper:hover .selection-type .user-history-icon.screeningtools-icons, .select-user-type-container .selection-wrapper:hover .selection-type .user-history-icon.oms-icons, .select-user-type-container .selection-wrapper:hover .selection-type .user-history-icon.assessment-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .user-icons.user-history-icon, .select-oms-type-container .selection-wrapper:hover .selection-type .user-history-icon.screeningtools-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .user-history-icon.oms-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .user-history-icon.assessment-icons, .select-user-type-container .selection-wrapper:hover .selection-type .user-history-icon.consumer-icons, .select-oms-type-container .selection-wrapper:hover .selection-type .user-history-icon.consumer-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .user-icons.user-history-icon, .select-consumers-type-container .selection-wrapper:hover .selection-type .user-history-icon.screeningtools-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .user-history-icon.oms-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .user-history-icon.assessment-icons, .select-consumers-type-container .selection-wrapper:hover .selection-type .user-history-icon.consumer-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .user-icons.user-history-icon, .select-consumer-type-container .selection-wrapper:hover .selection-type .user-history-icon.screeningtools-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .user-history-icon.oms-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .user-history-icon.assessment-icons, .select-consumer-type-container .selection-wrapper:hover .selection-type .user-history-icon.consumer-icons {
          background-image: url("/images/icons/user/user-history-icon-hover.svg"); }
      .select-user-type-container .selection-wrapper:hover .selection-type h3, .select-oms-type-container .selection-wrapper:hover .selection-type h3, .select-consumers-type-container .selection-wrapper:hover .selection-type h3, .select-consumer-type-container .selection-wrapper:hover .selection-type h3 {
        color: white;
        opacity: .5; }
    @media (max-width: 768px) {
      .select-user-type-container .selection-wrapper, .select-oms-type-container .selection-wrapper, .select-consumers-type-container .selection-wrapper, .select-consumer-type-container .selection-wrapper {
        width: 100%;
        max-width: 100%;
        margin-top: 1em; } }
    @media (max-width: 599px) {
      .select-user-type-container .selection-wrapper, .select-oms-type-container .selection-wrapper, .select-consumers-type-container .selection-wrapper, .select-consumer-type-container .selection-wrapper {
        width: 100%;
        max-width: 100%;
        margin-top: 1em; } }
.select-user-type-container > .selection-wrapper::last-of-type, .select-oms-type-container > .selection-wrapper::last-of-type, .select-consumers-type-container > .selection-wrapper::last-of-type, .select-consumer-type-container > .selection-wrapper::last-of-type, .select-user-type-container > .selection-wrapper::last-child, .select-oms-type-container > .selection-wrapper::last-child, .select-consumers-type-container > .selection-wrapper::last-child, .select-consumer-type-container > .selection-wrapper::last-child {
  margin-right: 0; }

.user-icons, .screeningtools-icons, .oms-icons, .assessment-icons, .consumer-icons {
  display: inline-block;
  width: 146px;
  height: 126px;
  margin: 6.5em auto 1em;
  margin-top: 6.5em;
  height: 126px;
  opacity: 1;
  transition: all 0.8s ease !important; }
  .user-icons.create-user-icon, .create-user-icon.screeningtools-icons, .create-user-icon.oms-icons, .create-user-icon.assessment-icons, .create-user-icon.consumer-icons {
    background: url("/images/icons/user/create-user-icon.svg") no-repeat center center; }
  .user-icons.search-user-icon, .search-user-icon.screeningtools-icons, .search-user-icon.oms-icons, .search-user-icon.assessment-icons, .search-user-icon.consumer-icons {
    background: url("/images/icons/user/search-user-icon.svg") no-repeat center center; }
  .user-icons.user-history-icon, .user-history-icon.screeningtools-icons, .user-history-icon.oms-icons, .user-history-icon.assessment-icons, .user-history-icon.consumer-icons {
    background: url("/images/icons/user/user-history-icon.svg") no-repeat center center; }
  @media (max-width: 1023px) {
    .user-icons, .screeningtools-icons, .oms-icons, .assessment-icons, .consumer-icons {
      min-height: 46px;
      background-size: 50% !important;
      margin: -0.9em auto 0em;
      width: 100px !important;
      height: 100px !important; } }
.selection-detail-container, .profile-detail-container {
  display: inline-block;
  width: 100%;
  margin-top: 1%; }
  .selection-detail-container .detail-header, .profile-detail-container .detail-header {
    margin-bottom: 1em; }
  .selection-detail-container .detail-content, .profile-detail-container .detail-content {
    display: none;
    width: 100%;
    padding-top: 2rem;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: "linear";
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-name: fadeIn;
    -moz-animation-timing-function: "linear";
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: 1;
    -o-animation-name: fadeIn;
    -o-animation-timing-function: "linear";
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -ms-animation-delay: 0;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-name: fadeIn;
    -ms-animation-timing-function: "linear";
    -ms-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
    animation-timing-function: "linear";
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    .selection-detail-container .detail-content.active, .profile-detail-container .detail-content.active {
      display: inline-block; }
    .selection-detail-container .detail-content .detail-copy p, .profile-detail-container .detail-content .detail-copy p {
      font-size: small; }
    .selection-detail-container .detail-content .detail-copy > .button-wrapper, .profile-detail-container .detail-content .detail-copy > .button-wrapper {
      margin-top: 2em; }
      .selection-detail-container .detail-content .detail-copy > .button-wrapper button, .profile-detail-container .detail-content .detail-copy > .button-wrapper button {
        max-width: 100px; }
  .selection-detail-container > .button-wrapper, .profile-detail-container > .button-wrapper {
    margin-top: 2em; }

.content-container {
  display: inline-block;
  width: 100%;
  margin: 0 auto 0;
  min-height: calc(100vh - 51px);
  padding: 40px 40px 0 40px;
  top: 0;
  position: relative; }
  .content-container:last-child, .content-container:last-of-type {
    padding-bottom: 2em; }
  @media (max-width: 599px) {
    .content-container {
      padding: 40px 0 0 0; } }
  .content-container.full-screen {
    background: white;
    padding: 0 0;
    top: -.4em; }

.content-box {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  margin: 20% auto 0;
  padding: 4% 2% 2%;
  width: 400px;
  height: auto;
  position: relative;
  text-align: center; }
  @media (max-width: 599px) {
    .content-box {
      width: 90%;
      padding: 4% 2%;
      margin-top: 40%; } }
  .content-box > h1 {
    color: white;
    font-size: 3em;
    font-family: times;
    margin-bottom: .25em; }
    @media (max-width: 599px) {
      .content-box > h1 {
        font-size: 2em; } }
  .content-box > p {
    color: white;
    font-weight: 300;
    margin: 1em 0; }
    @media (max-width: 599px) {
      .content-box > p {
        font-size: small; } }
.create-user {
  float: right; }
  @media (max-width: 1023px) {
    .create-user {
      float: right;
      margin-top: .5em;
      margin-bottom: 0;
      width: auto; } }
  @media (max-width: 599px) {
    .create-user {
      width: 100%; } }
  .create-user > .btn {
    margin-bottom: 2em; }

.container-wrapper {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-bottom: 5em; }

.user-search-container {
  background: white;
  display: flex;
  align-items: center;
  border-radius: 3px;
  width: 100%;
  height: 82px;
  padding: 1em 1em;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .user-search-container {
      display: inline-block;
      min-height: 118px; } }
  .user-search-container > .title {
    display: inline-block;
    min-width: 288px;
    width: 288px;
    position: relative;
    vertical-align: top; }
    @media (max-width: 599px) {
      .user-search-container > .title {
        margin-bottom: .4em; } }
  .user-search-container > .nav-search-bar {
    display: inline-block;
    width: 54%;
    height: 46px;
    position: relative;
    vertical-align: top; }
    @media (max-width: 599px) {
      .user-search-container > .nav-search-bar {
        width: 100%; } }
    .user-search-container > .nav-search-bar > .search-wrapper {
      width: 100%;
      height: 100%;
      position: relative;
      padding: .5% .5%; }
      .user-search-container > .nav-search-bar > .search-wrapper > .search-left {
        width: 5%; }
        @media (max-width: 599px) {
          .user-search-container > .nav-search-bar > .search-wrapper > .search-left {
            width: 20px; } }
      .user-search-container > .nav-search-bar > .search-wrapper > .search-center {
        width: 80%;
        margin-left: 1em; }
        @media (max-width: 599px) {
          .user-search-container > .nav-search-bar > .search-wrapper > .search-center {
            width: 85%; } }
        .user-search-container > .nav-search-bar > .search-wrapper > .search-center .search-input {
          border: thin solid #565656; }

.tab-wrapper-container > .tab-wrapper > .tab-select[type="checkbox"]:checked + .tab-nav h3, .tab-wrapper-container > .tab-wrapper > .tab-select[type="checkbox"]:checked ~ .tab-nav h3, .tab-wrapper-container > .tab-wrapper > .tab-select[type="radio"]:checked + .tab-nav h3, .tab-wrapper-container > .tab-wrapper > .tab-select[type="radio"]:checked ~ .tab-nav h3 {
  padding-bottom: 1.98em; }

.table-section {
  margin-top: 0; }

.create-user-container, .myprofile-wrapper {
  background: white;
  border: thin solid #D3DBE1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  height: auto;
  float: left; }
  @media (max-width: 599px) {
    .create-user-container, .myprofile-wrapper {
      margin-bottom: 1em; } }
  .create-user-container > .form-body-section > .half, .myprofile-wrapper > .form-body-section > .half {
    margin-top: 0; }
    .create-user-container > .form-body-section > .half > .full > .qtr > .checkbox-wrapper, .myprofile-wrapper > .form-body-section > .half > .full > .qtr > .checkbox-wrapper, .signin-container .create-user-container > .signin-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper, .signin-container .myprofile-wrapper > .signin-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper, .signin-container .create-user-container > .signout-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper, .signin-container .myprofile-wrapper > .signout-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper, .signout-container .create-user-container > .signin-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper, .signout-container .myprofile-wrapper > .signin-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper, .signout-container .create-user-container > .signout-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper, .signout-container .myprofile-wrapper > .signout-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper {
      margin-top: 2.1em;
      text-align: right; }
      @media (max-width: 599px) {
        .create-user-container > .form-body-section > .half > .full > .qtr > .checkbox-wrapper, .myprofile-wrapper > .form-body-section > .half > .full > .qtr > .checkbox-wrapper, .signin-container .create-user-container > .signin-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper, .signin-container .myprofile-wrapper > .signin-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper, .signin-container .create-user-container > .signout-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper, .signin-container .myprofile-wrapper > .signout-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper, .signout-container .create-user-container > .signin-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper, .signout-container .myprofile-wrapper > .signin-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper, .signout-container .create-user-container > .signout-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper, .signout-container .myprofile-wrapper > .signout-body.form-body-section > form.half > .leftside > .qtr > .checkbox-wrapper {
          width: 100%;
          text-align: left;
          margin-top: 1em; } }
.label-wrapper > .label-name > .asterisk-mark {
  float: right;
  margin-right: .5em; }

.label-wrapper > .input {
  margin-bottom: 0; }

.create-user-container > .form-header-section, .myprofile-wrapper > .form-header-section {
  padding: 1em 1em; }

@media (max-width: 1023px) {
  .create-user-container > .form-body-section.small, .myprofile-wrapper > .form-body-section.small {
    padding: 1em 1.5em; } }

@media (max-width: 1023px) {
  .create-user-container > .form-body-section > .full .asterisk-font, .myprofile-wrapper > .form-body-section > .full .asterisk-font, .signin-container .signin-body.create-user-container > form.form-body-section > .leftside .asterisk-font, .signin-container .signin-body.myprofile-wrapper > form.form-body-section > .leftside .asterisk-font, .signin-container .signout-body.create-user-container > form.form-body-section > .leftside .asterisk-font, .signin-container .signout-body.myprofile-wrapper > form.form-body-section > .leftside .asterisk-font, .signout-container .signin-body.create-user-container > form.form-body-section > .leftside .asterisk-font, .signout-container .signin-body.myprofile-wrapper > form.form-body-section > .leftside .asterisk-font, .signout-container .signout-body.create-user-container > form.form-body-section > .leftside .asterisk-font, .signout-container .signout-body.myprofile-wrapper > form.form-body-section > .leftside .asterisk-font {
    margin-bottom: 0; } }

@media (max-width: 1023px) {
  .create-user-container > #frm_consumer > .form-header-section > .wrapper > .profile-detail-container > .full > .asterisk-font, .myprofile-wrapper > #frm_consumer > .form-header-section > .wrapper > .profile-detail-container > .full > .asterisk-font, .signin-container .create-user-container > #frm_consumer > .form-header-section > .signin-body.wrapper > form.profile-detail-container > .leftside > .asterisk-font, .signin-container .myprofile-wrapper > #frm_consumer > .form-header-section > .signin-body.wrapper > form.profile-detail-container > .leftside > .asterisk-font, .signin-container .create-user-container > #frm_consumer > .form-header-section > .signout-body.wrapper > form.profile-detail-container > .leftside > .asterisk-font, .signin-container .myprofile-wrapper > #frm_consumer > .form-header-section > .signout-body.wrapper > form.profile-detail-container > .leftside > .asterisk-font, .signout-container .create-user-container > #frm_consumer > .form-header-section > .signin-body.wrapper > form.profile-detail-container > .leftside > .asterisk-font, .signout-container .myprofile-wrapper > #frm_consumer > .form-header-section > .signin-body.wrapper > form.profile-detail-container > .leftside > .asterisk-font, .signout-container .create-user-container > #frm_consumer > .form-header-section > .signout-body.wrapper > form.profile-detail-container > .leftside > .asterisk-font, .signout-container .myprofile-wrapper > #frm_consumer > .form-header-section > .signout-body.wrapper > form.profile-detail-container > .leftside > .asterisk-font {
    margin-bottom: 0; } }

.create-user-container > .form-bottom-section, .myprofile-wrapper > .form-bottom-section {
  padding: 1em 0; }
  .create-user-container > .form-bottom-section > .form-bottom-wrapper, .myprofile-wrapper > .form-bottom-section > .form-bottom-wrapper {
    width: 100%; }
    @media (max-width: 1023px) {
      .create-user-container > .form-bottom-section > .form-bottom-wrapper > div, .myprofile-wrapper > .form-bottom-section > .form-bottom-wrapper > div {
        width: 100%; } }
  .create-user-container > .form-bottom-section > .button-wrapper > .label-wrapper, .myprofile-wrapper > .form-bottom-section > .button-wrapper > .label-wrapper {
    width: 100%; }

.form-bottom-section .button-wrapper .label-wrapper {
  width: 100%; }

.form-bottom-wrapper {
  width: 100%; }

.user-table-container {
  display: inline-block;
  width: 100%;
  margin: 1.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .user-table-container {
      margin-top: 0; } }
  .user-table-container .user-table, .user-table-container .History-table, .user-table-container .linked-account-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
    .user-table-container .user-table .thead, .user-table-container .History-table .thead, .user-table-container .linked-account-table .thead {
      height: auto;
      width: 100%;
      padding: 0 1em 0;
      display: inline-grid; }
      .user-table-container .user-table .thead tr, .user-table-container .History-table .thead tr, .user-table-container .linked-account-table .thead tr {
        display: inline-table;
        vertical-align: middle;
        border-collapse: initial; }
        .user-table-container .user-table .thead tr th, .user-table-container .History-table .thead tr th, .user-table-container .linked-account-table .thead tr th {
          text-align: left;
          line-height: normal;
          padding: 0 0;
          vertical-align: middle;
          font-size: small;
          font-weight: bold;
          color: #312A2B; }
          .user-table-container .user-table .thead tr th.col-1, .user-table-container .History-table .thead tr th.col-1, .user-table-container .linked-account-table .thead tr th.col-1, .user-table-container .user-table .thead tr th:nth-child(1), .user-table-container .History-table .thead tr th:nth-child(1), .user-table-container .linked-account-table .thead tr th:nth-child(1) {
            width: 100px; }
          .user-table-container .user-table .thead tr th.col-3, .user-table-container .History-table .thead tr th.col-3, .user-table-container .linked-account-table .thead tr th.col-3, .user-table-container .user-table .thead tr th:nth-child(2), .user-table-container .History-table .thead tr th:nth-child(2), .user-table-container .linked-account-table .thead tr th:nth-child(2) {
            width: 215px; }
          .user-table-container .user-table .thead tr th.col-2, .user-table-container .History-table .thead tr th.col-2, .user-table-container .linked-account-table .thead tr th.col-2, .user-table-container .user-table .thead tr th:nth-child(3), .user-table-container .History-table .thead tr th:nth-child(3), .user-table-container .linked-account-table .thead tr th:nth-child(3) {
            width: 200px; }
          .user-table-container .user-table .thead tr th.col-4, .user-table-container .History-table .thead tr th.col-4, .user-table-container .linked-account-table .thead tr th.col-4, .user-table-container .user-table .thead tr th:nth-child(4), .user-table-container .History-table .thead tr th:nth-child(4), .user-table-container .linked-account-table .thead tr th:nth-child(4) {
            width: 200px; }
          .user-table-container .user-table .thead tr th.col-5, .user-table-container .History-table .thead tr th.col-5, .user-table-container .linked-account-table .thead tr th.col-5, .user-table-container .user-table .thead tr th.col-6, .user-table-container .History-table .thead tr th.col-6, .user-table-container .linked-account-table .thead tr th.col-6, .user-table-container .user-table .thead tr th.col-7, .user-table-container .History-table .thead tr th.col-7, .user-table-container .linked-account-table .thead tr th.col-7, .user-table-container .user-table .thead tr th:nth-child(5), .user-table-container .History-table .thead tr th:nth-child(5), .user-table-container .linked-account-table .thead tr th:nth-child(5), .user-table-container .user-table .thead tr th:nth-child(6), .user-table-container .History-table .thead tr th:nth-child(6), .user-table-container .linked-account-table .thead tr th:nth-child(6), .user-table-container .user-table .thead tr th:nth-child(7), .user-table-container .History-table .thead tr th:nth-child(7), .user-table-container .linked-account-table .thead tr th:nth-child(7) {
            width: 50px; }
          .user-table-container .user-table .thead tr th > a, .user-table-container .History-table .thead tr th > a, .user-table-container .linked-account-table .thead tr th > a {
            display: inline-block;
            width: 100%;
            height: 100%;
            font-size: small;
            font-weight: bold;
            color: #1B3760; }
            .user-table-container .user-table .thead tr th > a:after, .user-table-container .History-table .thead tr th > a:after, .user-table-container .linked-account-table .thead tr th > a:after {
              font-family: "FontAwesome";
              content: "\f0dc";
              text-align: right;
              display: inline-block;
              margin-left: 1.5em; }
    .user-table-container .user-table .tbody, .user-table-container .History-table .tbody, .user-table-container .linked-account-table .tbody {
      height: auto;
      width: 100%;
      display: inline-grid;
      margin-top: 1.5em; }
      .user-table-container .user-table .tbody tr, .user-table-container .History-table .tbody tr, .user-table-container .linked-account-table .tbody tr {
        background: white;
        display: inline-table;
        border-radius: 5px;
        margin: .5em 0;
        position: relative;
        width: 100%;
        height: 50px;
        padding: 1.5em 1em;
        vertical-align: middle;
        border-collapse: initial; }
        .user-table-container .user-table .tbody tr td, .user-table-container .History-table .tbody tr td, .user-table-container .linked-account-table .tbody tr td {
          text-align: left;
          padding: 0 1em;
          font-size: small;
          min-width: auto;
          vertical-align: middle;
          color: #312A2B; }
          .user-table-container .user-table .tbody tr td.col-1, .user-table-container .History-table .tbody tr td.col-1, .user-table-container .linked-account-table .tbody tr td.col-1, .user-table-container .user-table .tbody tr td:nth-child(1), .user-table-container .History-table .tbody tr td:nth-child(1), .user-table-container .linked-account-table .tbody tr td:nth-child(1) {
            width: 100px;
            max-width: 100px; }
          .user-table-container .user-table .tbody tr td.col-3, .user-table-container .History-table .tbody tr td.col-3, .user-table-container .linked-account-table .tbody tr td.col-3, .user-table-container .user-table .tbody tr td:nth-child(3), .user-table-container .History-table .tbody tr td:nth-child(3), .user-table-container .linked-account-table .tbody tr td:nth-child(3) {
            width: 215px; }
          .user-table-container .user-table .tbody tr td.col-2, .user-table-container .History-table .tbody tr td.col-2, .user-table-container .linked-account-table .tbody tr td.col-2, .user-table-container .user-table .tbody tr td:nth-child(2), .user-table-container .History-table .tbody tr td:nth-child(2), .user-table-container .linked-account-table .tbody tr td:nth-child(2) {
            width: 200px; }
          .user-table-container .user-table .tbody tr td.col-4, .user-table-container .History-table .tbody tr td.col-4, .user-table-container .linked-account-table .tbody tr td.col-4, .user-table-container .user-table .tbody tr td:nth-child(4), .user-table-container .History-table .tbody tr td:nth-child(4), .user-table-container .linked-account-table .tbody tr td:nth-child(4) {
            width: 200px; }
          .user-table-container .user-table .tbody tr td.col-5, .user-table-container .History-table .tbody tr td.col-5, .user-table-container .linked-account-table .tbody tr td.col-5, .user-table-container .user-table .tbody tr td.col-6, .user-table-container .History-table .tbody tr td.col-6, .user-table-container .linked-account-table .tbody tr td.col-6, .user-table-container .user-table .tbody tr td.col-7, .user-table-container .History-table .tbody tr td.col-7, .user-table-container .linked-account-table .tbody tr td.col-7, .user-table-container .user-table .tbody tr td:nth-child(5), .user-table-container .History-table .tbody tr td:nth-child(5), .user-table-container .linked-account-table .tbody tr td:nth-child(5), .user-table-container .user-table .tbody tr td:nth-child(6), .user-table-container .History-table .tbody tr td:nth-child(6), .user-table-container .linked-account-table .tbody tr td:nth-child(6), .user-table-container .user-table .tbody tr td:nth-child(7), .user-table-container .History-table .tbody tr td:nth-child(7), .user-table-container .linked-account-table .tbody tr td:nth-child(7) {
            width: 50px; }
        .user-table-container .user-table .tbody tr:hover, .user-table-container .History-table .tbody tr:hover, .user-table-container .linked-account-table .tbody tr:hover {
          background: #edf9ff; }
      .user-table-container .user-table .tbody.no-content > tr > td, .user-table-container .History-table .tbody.no-content > tr > td, .user-table-container .linked-account-table .tbody.no-content > tr > td, .user-table-container .user-table .tbody.no-search-found > tr > td, .user-table-container .History-table .tbody.no-search-found > tr > td, .user-table-container .linked-account-table .tbody.no-search-found > tr > td {
        background: url("/images/icons/start-searching.svg") no-repeat center center;
        background-size: 21%;
        border-bottom: 0;
        height: 500px;
        width: 100%;
        min-width: 100%; }
        .user-table-container .user-table .tbody.no-content > tr > td:hover, .user-table-container .History-table .tbody.no-content > tr > td:hover, .user-table-container .linked-account-table .tbody.no-content > tr > td:hover, .user-table-container .user-table .tbody.no-search-found > tr > td:hover, .user-table-container .History-table .tbody.no-search-found > tr > td:hover, .user-table-container .linked-account-table .tbody.no-search-found > tr > td:hover {
          background-color: white; }
      .user-table-container .user-table .tbody.no-search-found > tr > td, .user-table-container .History-table .tbody.no-search-found > tr > td, .user-table-container .linked-account-table .tbody.no-search-found > tr > td {
        background-image: url("/images/icons/no-results.svg"); }

.oms-child-history-table .thead, .oms-adult-history-table .thead {
  height: auto;
  width: 100%;
  padding: 0 1em 0;
  display: inline-grid; }
  .oms-child-history-table .thead tr, .oms-adult-history-table .thead tr {
    display: inline-table;
    vertical-align: middle;
    border-collapse: initial; }
    .oms-child-history-table .thead tr th, .oms-adult-history-table .thead tr th {
      text-align: left;
      line-height: normal;
      padding: 0 0 0;
      vertical-align: middle;
      font-size: small;
      font-weight: bold;
      color: #312A2B;
      white-space: nowrap; }
      .oms-child-history-table .thead tr th.col-1, .oms-child-history-table .thead tr th:nth-child(1), .oms-adult-history-table .thead tr th.col-1, .oms-adult-history-table .thead tr th:nth-child(1) {
        width: 11.6%; }
      .oms-child-history-table .thead tr th.col-2, .oms-child-history-table .thead tr th:nth-child(2), .oms-adult-history-table .thead tr th.col-2, .oms-adult-history-table .thead tr th:nth-child(2) {
        width: 19.4%; }
      .oms-child-history-table .thead tr th.col-3, .oms-child-history-table .thead tr th:nth-child(3), .oms-adult-history-table .thead tr th.col-3, .oms-adult-history-table .thead tr th:nth-child(3) {
        width: 19.4%; }
      .oms-child-history-table .thead tr th.col-4, .oms-child-history-table .thead tr th:nth-child(4), .oms-adult-history-table .thead tr th.col-4, .oms-adult-history-table .thead tr th:nth-child(4) {
        width: 10.4%; }
      .oms-child-history-table .thead tr th.col-5, .oms-child-history-table .thead tr th:nth-child(5), .oms-adult-history-table .thead tr th.col-5, .oms-adult-history-table .thead tr th:nth-child(5) {
        width: 10.4%; }
      .oms-child-history-table .thead tr th.col-6, .oms-child-history-table .thead tr th:nth-child(6), .oms-adult-history-table .thead tr th.col-6, .oms-adult-history-table .thead tr th:nth-child(6) {
        width: 10.4%; }
      .oms-child-history-table .thead tr th.col-7, .oms-child-history-table .thead tr th:nth-child(7), .oms-adult-history-table .thead tr th.col-7, .oms-adult-history-table .thead tr th:nth-child(7) {
        width: 10.4%; }
      .oms-child-history-table .thead tr th.col-8, .oms-child-history-table .thead tr th:nth-child(8), .oms-child-history-table .thead tr th.col-9, .oms-child-history-table .thead tr th:nth-child(9), .oms-adult-history-table .thead tr th.col-8, .oms-adult-history-table .thead tr th:nth-child(8), .oms-adult-history-table .thead tr th.col-9, .oms-adult-history-table .thead tr th:nth-child(9) {
        width: 4%; }
      .oms-child-history-table .thead tr th > a, .oms-adult-history-table .thead tr th > a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: small;
        font-weight: bold;
        color: #1B3760; }
        .oms-child-history-table .thead tr th > a:after, .oms-adult-history-table .thead tr th > a:after {
          font-family: "FontAwesome";
          content: "\f0dc";
          text-align: right;
          display: inline-block;
          margin-left: 1.5em; }

.oms-child-history-table .tbody, .oms-adult-history-table .tbody {
  height: auto;
  width: 100%;
  display: inline-grid;
  margin-top: 1.5em; }
  .oms-child-history-table .tbody tr, .oms-adult-history-table .tbody tr {
    background: white;
    display: inline-table;
    border-radius: 5px;
    margin: .5em 0;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 1.5em 1em;
    vertical-align: middle;
    border-collapse: initial; }
    @media (max-width: 1023px) {
      .oms-child-history-table .tbody tr, .oms-adult-history-table .tbody tr {
        margin-top: 0; } }
    .oms-child-history-table .tbody tr td, .oms-adult-history-table .tbody tr td {
      text-align: left;
      padding: 0 0;
      font-size: small;
      min-width: auto;
      vertical-align: middle;
      color: #312A2B; }
      .oms-child-history-table .tbody tr td.col-1, .oms-child-history-table .tbody tr td:nth-child(1), .oms-adult-history-table .tbody tr td.col-1, .oms-adult-history-table .tbody tr td:nth-child(1) {
        width: 12%; }
      .oms-child-history-table .tbody tr td.col-2, .oms-child-history-table .tbody tr td:nth-child(2), .oms-adult-history-table .tbody tr td.col-2, .oms-adult-history-table .tbody tr td:nth-child(2) {
        width: 19.4%; }
      .oms-child-history-table .tbody tr td.col-3, .oms-child-history-table .tbody tr td:nth-child(3), .oms-adult-history-table .tbody tr td.col-3, .oms-adult-history-table .tbody tr td:nth-child(3) {
        width: 19.4%; }
      .oms-child-history-table .tbody tr td.col-4, .oms-child-history-table .tbody tr td:nth-child(4), .oms-adult-history-table .tbody tr td.col-4, .oms-adult-history-table .tbody tr td:nth-child(4) {
        width: 10.4%; }
      .oms-child-history-table .tbody tr td.col-5, .oms-child-history-table .tbody tr td:nth-child(5), .oms-adult-history-table .tbody tr td.col-5, .oms-adult-history-table .tbody tr td:nth-child(5) {
        width: 10.4%; }
      .oms-child-history-table .tbody tr td.col-6, .oms-child-history-table .tbody tr td:nth-child(6), .oms-adult-history-table .tbody tr td.col-6, .oms-adult-history-table .tbody tr td:nth-child(6) {
        width: 10.4%; }
      .oms-child-history-table .tbody tr td.col-7, .oms-child-history-table .tbody tr td:nth-child(7), .oms-adult-history-table .tbody tr td.col-7, .oms-adult-history-table .tbody tr td:nth-child(7) {
        width: 10.4%; }
      .oms-child-history-table .tbody tr td.col-8, .oms-child-history-table .tbody tr td.col-9, .oms-child-history-table .tbody tr td.col-10, .oms-child-history-table .tbody tr td:nth-child(8), .oms-child-history-table .tbody tr td:nth-child(9), .oms-child-history-table .tbody tr td:nth-child(10), .oms-adult-history-table .tbody tr td.col-8, .oms-adult-history-table .tbody tr td.col-9, .oms-adult-history-table .tbody tr td.col-10, .oms-adult-history-table .tbody tr td:nth-child(8), .oms-adult-history-table .tbody tr td:nth-child(9), .oms-adult-history-table .tbody tr td:nth-child(10) {
        width: 4% !important; }
        @media (max-width: 1023px) {
          .oms-child-history-table .tbody tr td.col-8, .oms-child-history-table .tbody tr td.col-9, .oms-child-history-table .tbody tr td.col-10, .oms-child-history-table .tbody tr td:nth-child(8), .oms-child-history-table .tbody tr td:nth-child(9), .oms-child-history-table .tbody tr td:nth-child(10), .oms-adult-history-table .tbody tr td.col-8, .oms-adult-history-table .tbody tr td.col-9, .oms-adult-history-table .tbody tr td.col-10, .oms-adult-history-table .tbody tr td:nth-child(8), .oms-adult-history-table .tbody tr td:nth-child(9), .oms-adult-history-table .tbody tr td:nth-child(10) {
            width: 45% !important;
            position: absolute;
            bottom: 0;
            background-color: #058ECE;
            border-top: thin solid #058ECE;
            min-height: 32px !important;
            margin-top: 2em !important; } }
      @media (max-width: 1023px) {
        .oms-child-history-table .tbody tr td.col-9, .oms-child-history-table .tbody tr td:nth-child(8), .oms-adult-history-table .tbody tr td.col-9, .oms-adult-history-table .tbody tr td:nth-child(8) {
          left: 0;
          width: 30% !important; } }
      @media (max-width: 1023px) {
        .oms-child-history-table .tbody tr td.col-9, .oms-child-history-table .tbody tr td:nth-child(9), .oms-adult-history-table .tbody tr td.col-9, .oms-adult-history-table .tbody tr td:nth-child(9) {
          left: 7.1em;
          border-right: thin solid white;
          border-left: thin solid white;
          z-index: 2; } }
      @media (max-width: 1023px) {
        .oms-child-history-table .tbody tr td.col-10, .oms-child-history-table .tbody tr td:nth-child(10), .oms-adult-history-table .tbody tr td.col-10, .oms-adult-history-table .tbody tr td:nth-child(10) {
          right: 0;
          width: 30% !important; } }
    .oms-child-history-table .tbody tr:hover, .oms-adult-history-table .tbody tr:hover {
      background: #edf9ff; }
  .oms-child-history-table .tbody.no-content > tr > td, .oms-child-history-table .tbody.no-search-found > tr > td, .oms-adult-history-table .tbody.no-content > tr > td, .oms-adult-history-table .tbody.no-search-found > tr > td {
    background: url("/images/icons/start-searching.svg") no-repeat center center;
    background-size: 21%;
    border-bottom: 0;
    height: 500px;
    width: 100%;
    min-width: 100%; }
    .oms-child-history-table .tbody.no-content > tr > td:hover, .oms-child-history-table .tbody.no-search-found > tr > td:hover, .oms-adult-history-table .tbody.no-content > tr > td:hover, .oms-adult-history-table .tbody.no-search-found > tr > td:hover {
      background-color: white; }
  .oms-child-history-table .tbody.no-search-found > tr > td, .oms-adult-history-table .tbody.no-search-found > tr > td {
    background-image: url("/images/icons/no-results.svg"); }

.oms-child-history-table.interviewer > .thead > tr > th.col-10, .oms-child-history-table.interviewer > .thead > tr > th:nth-child(10), .oms-adult-history-table.interviewer > .thead > tr > th.col-10, .oms-adult-history-table.interviewer > .thead > tr > th:nth-child(10) {
  display: none; }

@media (max-width: 1023px) {
  .oms-child-history-table.interviewer > .tbody > tr > td.col-8 > .edit-icon-wrapper > a, .oms-child-history-table.interviewer > .tbody > tr > td:nth-child(8) > .edit-icon-wrapper > a, .oms-adult-history-table.interviewer > .tbody > tr > td.col-8 > .edit-icon-wrapper > a, .oms-adult-history-table.interviewer > .tbody > tr > td:nth-child(8) > .edit-icon-wrapper > a {
    color: white; } }

@media (max-width: 1023px) {
  .oms-child-history-table.interviewer > .tbody > tr > td.col-9, .oms-child-history-table.interviewer > .tbody > tr > td:nth-child(9), .oms-adult-history-table.interviewer > .tbody > tr > td.col-9, .oms-adult-history-table.interviewer > .tbody > tr > td:nth-child(9) {
    right: 0em;
    left: auto !important;
    border-right: 0; } }

@media (max-width: 1023px) {
  .oms-child-history-table.interviewer > .tbody > tr > td.col-8, .oms-child-history-table.interviewer > .tbody > tr > td:nth-child(8), .oms-child-history-table.interviewer > .tbody > tr > td.col-9, .oms-child-history-table.interviewer > .tbody > tr > td:nth-child(9), .oms-adult-history-table.interviewer > .tbody > tr > td.col-8, .oms-adult-history-table.interviewer > .tbody > tr > td:nth-child(8), .oms-adult-history-table.interviewer > .tbody > tr > td.col-9, .oms-adult-history-table.interviewer > .tbody > tr > td:nth-child(9) {
    width: 50% !important; } }

.oms-child-history-table.interviewer > .tbody > tr > td.col-10, .oms-child-history-table.interviewer > .tbody > tr > td:nth-child(10), .oms-adult-history-table.interviewer > .tbody > tr > td.col-10, .oms-adult-history-table.interviewer > .tbody > tr > td:nth-child(10) {
  display: none; }

.screening-history-table .thead {
  height: auto;
  width: 100%;
  padding: 0 1em 0;
  display: inline-grid; }
  .screening-history-table .thead tr {
    display: inline-table;
    vertical-align: middle;
    border-collapse: initial; }
    .screening-history-table .thead tr th {
      text-align: left;
      line-height: normal;
      padding: 0 0 0;
      vertical-align: middle;
      font-size: small;
      font-weight: bold;
      color: #312A2B;
      white-space: nowrap; }
      .screening-history-table .thead tr th.col-1, .screening-history-table .thead tr th:nth-child(1) {
        width: 11.6%; }
      .screening-history-table .thead tr th.col-2, .screening-history-table .thead tr th:nth-child(2) {
        width: 19.4%; }
      .screening-history-table .thead tr th.col-3, .screening-history-table .thead tr th:nth-child(3) {
        width: 10.4%; }
      .screening-history-table .thead tr th.col-4, .screening-history-table .thead tr th:nth-child(4) {
        width: 10.4%; }
      .screening-history-table .thead tr th.col-5, .screening-history-table .thead tr th:nth-child(5) {
        width: 10.4%; }
      .screening-history-table .thead tr th.col-6, .screening-history-table .thead tr th:nth-child(6) {
        width: 10.4%; }
      .screening-history-table .thead tr th.col-7, .screening-history-table .thead tr th:nth-child(7) {
        width: 4%; }
      .screening-history-table .thead tr th.col-8, .screening-history-table .thead tr th:nth-child(8), .screening-history-table .thead tr th.col-9, .screening-history-table .thead tr th:nth-child(9) {
        width: 4%; }
      .screening-history-table .thead tr th > a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: small;
        font-weight: bold;
        color: #1B3760; }
        .screening-history-table .thead tr th > a:after {
          font-family: "FontAwesome";
          content: "\f0dc";
          text-align: right;
          display: inline-block;
          margin-left: 1.5em; }

.screening-history-table .tbody {
  height: auto;
  width: 100%;
  display: inline-grid;
  margin-top: 1.5em; }
  .screening-history-table .tbody tr {
    background: white;
    display: inline-table;
    border-radius: 5px;
    margin: .5em 0;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 1.5em 1em;
    vertical-align: middle;
    border-collapse: initial; }
    @media (max-width: 1023px) {
      .screening-history-table .tbody tr {
        margin-top: 0; } }
    .screening-history-table .tbody tr td {
      text-align: left;
      padding: 0 0;
      font-size: small;
      min-width: auto;
      vertical-align: middle;
      color: #312A2B; }
      .screening-history-table .tbody tr td.col-1, .screening-history-table .tbody tr td:nth-child(1) {
        width: 12%; }
      .screening-history-table .tbody tr td.col-2, .screening-history-table .tbody tr td:nth-child(2) {
        width: 19.4%; }
      .screening-history-table .tbody tr td.col-3, .screening-history-table .tbody tr td:nth-child(3) {
        width: 10.4%; }
      .screening-history-table .tbody tr td.col-4, .screening-history-table .tbody tr td:nth-child(4) {
        width: 10.4%; }
      .screening-history-table .tbody tr td.col-5, .screening-history-table .tbody tr td:nth-child(5) {
        width: 10.4%; }
      .screening-history-table .tbody tr td.col-6, .screening-history-table .tbody tr td:nth-child(6) {
        width: 10.4%; }
      .screening-history-table .tbody tr td.col-7, .screening-history-table .tbody tr td.col-8, .screening-history-table .tbody tr td.col-9, .screening-history-table .tbody tr td:nth-child(7), .screening-history-table .tbody tr td:nth-child(8), .screening-history-table .tbody tr td:nth-child(9) {
        width: 4% !important; }
        @media (max-width: 1023px) {
          .screening-history-table .tbody tr td.col-7, .screening-history-table .tbody tr td.col-8, .screening-history-table .tbody tr td.col-9, .screening-history-table .tbody tr td:nth-child(7), .screening-history-table .tbody tr td:nth-child(8), .screening-history-table .tbody tr td:nth-child(9) {
            width: 45% !important;
            position: absolute;
            bottom: 0;
            background-color: #058ECE;
            border-top: thin solid #058ECE;
            min-height: 32px !important;
            margin-top: 2em !important; } }
      @media (max-width: 1023px) {
        .screening-history-table .tbody tr td.col-8, .screening-history-table .tbody tr td:nth-child(8) {
          left: 0;
          width: 30% !important; } }
      @media (max-width: 1023px) {
        .screening-history-table .tbody tr td.col-9, .screening-history-table .tbody tr td:nth-child(9) {
          left: 7.1em;
          border-right: thin solid white;
          border-left: thin solid white;
          z-index: 2; } }
      @media (max-width: 1023px) {
        .screening-history-table .tbody tr td.col-7, .screening-history-table .tbody tr td:nth-child(7) {
          right: 0;
          width: 30% !important; } }
    .screening-history-table .tbody tr:hover {
      background: #edf9ff; }
  .screening-history-table .tbody.no-content > tr > td, .screening-history-table .tbody.no-search-found > tr > td {
    background: url("/images/icons/start-searching.svg") no-repeat center center;
    background-size: 21%;
    border-bottom: 0;
    height: 500px;
    width: 100%;
    min-width: 100%; }
    .screening-history-table .tbody.no-content > tr > td:hover, .screening-history-table .tbody.no-search-found > tr > td:hover {
      background-color: white; }
  .screening-history-table .tbody.no-search-found > tr > td {
    background-image: url("/images/icons/no-results.svg"); }

.screening-history-table.interviewer > .thead > tr > th.col-9, .screening-history-table.interviewer > .thead > tr > th:nth-child(9) {
  display: none; }

@media (max-width: 1023px) {
  .screening-history-table.interviewer > .tbody > tr > td.col-7 > .edit-icon-wrapper > a, .screening-history-table.interviewer > .tbody > tr > td:nth-child(7) > .edit-icon-wrapper > a {
    color: white; } }

@media (max-width: 1023px) {
  .screening-history-table.interviewer > .tbody > tr > td.col-8, .screening-history-table.interviewer > .tbody > tr > td:nth-child(8) {
    right: 0em;
    left: auto !important;
    border-right: 0; } }

@media (max-width: 1023px) {
  .screening-history-table.interviewer > .tbody > tr > td.col-7, .screening-history-table.interviewer > .tbody > tr > td:nth-child(7), .screening-history-table.interviewer > .tbody > tr > td.col-8, .screening-history-table.interviewer > .tbody > tr > td:nth-child(8) {
    width: 50% !important; } }

.screening-history-table.interviewer > .tbody > tr > td.col-9, .screening-history-table.interviewer > .tbody > tr > td:nth-child(9) {
  display: none; }

@media (max-width: 1023px) {
  .user-search-table, .consumer-search-table, .user-history-table, .schedule-assessment-table {
    margin-top: 1em; } }

.user-search-table > .thead, .consumer-search-table > .thead, .user-history-table > .thead, .schedule-assessment-table > .thead {
  height: auto;
  width: 100%;
  padding: 0 1em 0;
  display: inline-grid; }
  .user-search-table > .thead tr, .consumer-search-table > .thead tr, .user-history-table > .thead tr, .schedule-assessment-table > .thead tr {
    display: contents;
    vertical-align: middle;
    border-collapse: initial; }
    .user-search-table > .thead tr th, .consumer-search-table > .thead tr th, .user-history-table > .thead tr th, .schedule-assessment-table > .thead tr th {
      text-align: left;
      line-height: normal;
      padding: 0 0;
      vertical-align: middle;
      font-size: small;
      font-weight: bold;
      color: #312A2B;
      white-space: nowrap; }
      .user-search-table > .thead tr th > a, .consumer-search-table > .thead tr th > a, .user-history-table > .thead tr th > a, .schedule-assessment-table > .thead tr th > a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: small;
        font-weight: bold;
        color: #1B3760; }
        .user-search-table > .thead tr th > a:after, .consumer-search-table > .thead tr th > a:after, .user-history-table > .thead tr th > a:after, .schedule-assessment-table > .thead tr th > a:after {
          font-family: "FontAwesome";
          content: "\f0dc";
          text-align: right;
          display: inline-block;
          margin-left: 1.5em; }

.user-search-table > .tbody, .consumer-search-table > .tbody, .user-history-table > .tbody, .schedule-assessment-table > .tbody {
  height: auto;
  width: 100%;
  display: inline-grid;
  margin-top: 1.5em; }
  .user-search-table > .tbody > tr, .consumer-search-table > .tbody > tr, .user-history-table > .tbody > tr, .schedule-assessment-table > .tbody > tr {
    background: white;
    display: inline-table;
    border-radius: 5px;
    margin: .5em 0;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 1.5em 1em;
    vertical-align: middle;
    border-collapse: initial; }
    .user-search-table > .tbody > tr > td, .consumer-search-table > .tbody > tr > td, .user-history-table > .tbody > tr > td, .schedule-assessment-table > .tbody > tr > td {
      text-align: left;
      padding: 0 1em;
      font-size: small;
      min-width: auto;
      vertical-align: middle;
      color: #312A2B; }
    .user-search-table > .tbody > tr:hover, .consumer-search-table > .tbody > tr:hover, .user-history-table > .tbody > tr:hover, .schedule-assessment-table > .tbody > tr:hover {
      background: #edf9ff; }
  .user-search-table > .tbody.no-content > tr > td, .user-search-table > .tbody.no-search-found > tr > td, .consumer-search-table > .tbody.no-content > tr > td, .consumer-search-table > .tbody.no-search-found > tr > td, .user-history-table > .tbody.no-content > tr > td, .user-history-table > .tbody.no-search-found > tr > td, .schedule-assessment-table > .tbody.no-content > tr > td, .schedule-assessment-table > .tbody.no-search-found > tr > td {
    background: url("/images/icons/start-searching.svg") no-repeat center center;
    background-size: 21%;
    border-bottom: 0;
    height: 500px;
    width: 100%;
    min-width: 100%; }
    .user-search-table > .tbody.no-content > tr > td:hover, .user-search-table > .tbody.no-search-found > tr > td:hover, .consumer-search-table > .tbody.no-content > tr > td:hover, .consumer-search-table > .tbody.no-search-found > tr > td:hover, .user-history-table > .tbody.no-content > tr > td:hover, .user-history-table > .tbody.no-search-found > tr > td:hover, .schedule-assessment-table > .tbody.no-content > tr > td:hover, .schedule-assessment-table > .tbody.no-search-found > tr > td:hover {
      background-color: white; }
  .user-search-table > .tbody.no-search-found > tr > td, .consumer-search-table > .tbody.no-search-found > tr > td, .user-history-table > .tbody.no-search-found > tr > td, .schedule-assessment-table > .tbody.no-search-found > tr > td {
    background-image: url("/images/icons/no-results.svg"); }

.user-search-table.interviewer > .thead > tr > th.col-6, .user-search-table.interviewer > .thead > tr > th:nth-child(6), .consumer-search-table.interviewer > .thead > tr > th.col-6, .consumer-search-table.interviewer > .thead > tr > th:nth-child(6), .user-history-table.interviewer > .thead > tr > th.col-6, .user-history-table.interviewer > .thead > tr > th:nth-child(6), .schedule-assessment-table.interviewer > .thead > tr > th.col-6, .schedule-assessment-table.interviewer > .thead > tr > th:nth-child(6) {
  display: none; }

.user-search-table.interviewer > .tbody > tr > td.col-6, .user-search-table.interviewer > .tbody > tr > td:nth-child(6), .consumer-search-table.interviewer > .tbody > tr > td.col-6, .consumer-search-table.interviewer > .tbody > tr > td:nth-child(6), .user-history-table.interviewer > .tbody > tr > td.col-6, .user-history-table.interviewer > .tbody > tr > td:nth-child(6), .schedule-assessment-table.interviewer > .tbody > tr > td.col-6, .schedule-assessment-table.interviewer > .tbody > tr > td:nth-child(6) {
  display: none; }

.consumer-search-table > .thead {
  height: auto;
  width: 100%;
  padding: 0 1em 0;
  display: inline-grid; }
  .consumer-search-table > .thead tr {
    display: inline-table;
    vertical-align: middle;
    border-collapse: initial; }
    .consumer-search-table > .thead tr th {
      text-align: left;
      line-height: normal;
      padding: 0 0;
      vertical-align: middle;
      font-size: small;
      font-weight: bold;
      color: #312A2B; }
      .consumer-search-table > .thead tr th.col-1, .consumer-search-table > .thead tr th:nth-child(1) {
        width: 30% !important; }
        @media (max-width: 1023px) {
          .consumer-search-table > .thead tr th.col-1, .consumer-search-table > .thead tr th:nth-child(1) {
            width: 100% !important; } }
      .consumer-search-table > .thead tr th.col-3, .consumer-search-table > .thead tr th:nth-child(2) {
        width: 20% !important; }
        @media (max-width: 1023px) {
          .consumer-search-table > .thead tr th.col-3, .consumer-search-table > .thead tr th:nth-child(2) {
            width: 100% !important; } }
      .consumer-search-table > .thead tr th.col-2, .consumer-search-table > .thead tr th:nth-child(3) {
        width: 20% !important; }
        @media (max-width: 1023px) {
          .consumer-search-table > .thead tr th.col-2, .consumer-search-table > .thead tr th:nth-child(3) {
            width: 100% !important; } }
      .consumer-search-table > .thead tr th.col-4, .consumer-search-table > .thead tr th:nth-child(4) {
        width: 25% !important; }
        @media (max-width: 1023px) {
          .consumer-search-table > .thead tr th.col-4, .consumer-search-table > .thead tr th:nth-child(4) {
            width: 100% !important; } }
      .consumer-search-table > .thead tr th.col-5, .consumer-search-table > .thead tr th.col-6, .consumer-search-table > .thead tr th:nth-child(5), .consumer-search-table > .thead tr th:nth-child(6) {
        width: 27% !important; }
        @media (max-width: 1023px) {
          .consumer-search-table > .thead tr th.col-5, .consumer-search-table > .thead tr th.col-6, .consumer-search-table > .thead tr th:nth-child(5), .consumer-search-table > .thead tr th:nth-child(6) {
            width: 100% !important; } }
      .consumer-search-table > .thead tr th > a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: small;
        font-weight: bold;
        color: #1B3760; }
        .consumer-search-table > .thead tr th > a:after {
          font-family: "FontAwesome";
          content: "\f0dc";
          text-align: right;
          display: inline-block;
          margin-left: 1.5em; }

.consumer-search-table > .tbody {
  height: auto;
  width: 100%;
  display: inline-grid;
  margin-top: 1.5em; }
  .consumer-search-table > .tbody > tr {
    background: white;
    display: inline-table;
    border-radius: 5px;
    margin: .5em 0;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 1.5em 1em;
    vertical-align: middle;
    border-collapse: initial; }
    @media (max-width: 1023px) {
      .consumer-search-table > .tbody > tr {
        padding-bottom: 5em !important; } }
    .consumer-search-table > .tbody > tr > td {
      text-align: left;
      padding: 0 0;
      font-size: small;
      min-width: auto;
      vertical-align: middle;
      color: #312A2B; }
      .consumer-search-table > .tbody > tr > td.col-1, .consumer-search-table > .tbody > tr > td:nth-child(1) {
        width: 30% !important;
        text-indent: 1em; }
        @media (max-width: 1023px) {
          .consumer-search-table > .tbody > tr > td.col-1, .consumer-search-table > .tbody > tr > td:nth-child(1) {
            width: 100% !important; } }
      .consumer-search-table > .tbody > tr > td.col-3, .consumer-search-table > .tbody > tr > td:nth-child(2) {
        width: 20% !important;
        text-indent: 1em; }
        @media (max-width: 1023px) {
          .consumer-search-table > .tbody > tr > td.col-3, .consumer-search-table > .tbody > tr > td:nth-child(2) {
            width: 100% !important; } }
      .consumer-search-table > .tbody > tr > td.col-2, .consumer-search-table > .tbody > tr > td:nth-child(3) {
        width: 20% !important;
        text-indent: 1em; }
        @media (max-width: 1023px) {
          .consumer-search-table > .tbody > tr > td.col-2, .consumer-search-table > .tbody > tr > td:nth-child(3) {
            width: 100% !important; } }
      .consumer-search-table > .tbody > tr > td.col-4, .consumer-search-table > .tbody > tr > td:nth-child(4) {
        width: 25% !important;
        text-indent: 1em; }
        @media (max-width: 1023px) {
          .consumer-search-table > .tbody > tr > td.col-4, .consumer-search-table > .tbody > tr > td:nth-child(4) {
            width: 100% !important; } }
      .consumer-search-table > .tbody > tr > td.col-5, .consumer-search-table > .tbody > tr > td.col-6, .consumer-search-table > .tbody > tr > td.col-7, .consumer-search-table > .tbody > tr > td:nth-child(5), .consumer-search-table > .tbody > tr > td:nth-child(6), .consumer-search-table > .tbody > tr > td:nth-child(7) {
        width: 50% !important; }
        @media (max-width: 1023px) {
          .consumer-search-table > .tbody > tr > td.col-5, .consumer-search-table > .tbody > tr > td.col-6, .consumer-search-table > .tbody > tr > td.col-7, .consumer-search-table > .tbody > tr > td:nth-child(5), .consumer-search-table > .tbody > tr > td:nth-child(6), .consumer-search-table > .tbody > tr > td:nth-child(7) {
            width: 50% !important;
            background-color: #058ECE;
            border-top: thin solid #058ECE;
            min-height: 32px !important;
            margin-top: 2em !important;
            position: absolute;
            bottom: 0; } }
      @media (max-width: 1023px) {
        .consumer-search-table > .tbody > tr > td:nth-child(5) {
          border-right: thin solid white;
          left: 0; } }
      @media (max-width: 1023px) {
        .consumer-search-table > .tbody > tr > td:nth-child(6) {
          display: block;
          right: 0; } }
      @media (max-width: 1023px) {
        .consumer-search-table > .tbody > tr > td:nth-child(7) {
          display: block;
          right: 0; } }
    .consumer-search-table > .tbody > tr:hover {
      background: #edf9ff; }
  @media (max-width: 1023px) {
    .consumer-search-table > .tbody > tr > td:nth-child(1), .consumer-search-table > .tbody > tr > td:nth-child(2), .consumer-search-table > .tbody > tr > td:nth-child(3), .consumer-search-table > .tbody > tr > td:nth-child(4) {
      max-height: 22px !important;
      min-height: 19px !important; } }
  .consumer-search-table > .tbody.no-content > tr > td, .consumer-search-table > .tbody.no-search-found > tr > td {
    background: url("/images/icons/start-searching.svg") no-repeat center center;
    background-size: 21%;
    border-bottom: 0;
    height: 500px;
    width: 100%;
    min-width: 100%; }
    .consumer-search-table > .tbody.no-content > tr > td:hover, .consumer-search-table > .tbody.no-search-found > tr > td:hover {
      background-color: white; }
  .consumer-search-table > .tbody.no-search-found > tr > td {
    background-image: url("/images/icons/no-results.svg"); }

.consumer-search-table.interviewer > .thead > tr > th.col-6, .consumer-search-table.interviewer > .thead > tr > th:nth-child(6) {
  display: none; }

@media (max-width: 1023px) {
  .consumer-search-table.interviewer > .tbody > tr {
    padding-bottom: 4em !important; } }

@media (max-width: 1023px) {
  .consumer-search-table.interviewer > .tbody > tr > td.col-5, .consumer-search-table.interviewer > .tbody > tr > td:nth-child(5) {
    width: 100% !important;
    border-right: 0;
    position: absolute;
    bottom: 0;
    left: 0; } }

.consumer-search-table.interviewer > .tbody > tr > td.col-6, .consumer-search-table.interviewer > .tbody > tr > td:nth-child(6) {
  display: none; }

.user-search-table > .thead {
  height: auto;
  width: 100%;
  padding: 0 1em 1em;
  display: flex; }
  .user-search-table > .thead tr {
    display: contents;
    vertical-align: middle;
    border-collapse: initial; }
    .user-search-table > .thead tr th {
      text-align: left;
      line-height: normal;
      padding: 0 0;
      vertical-align: middle;
      font-size: small;
      font-weight: bold;
      color: #312A2B; }
      .user-search-table > .thead tr th.col-1, .user-search-table > .thead tr th:nth-child(1) {
        width: 20% !important; }
        @media (max-width: 1023px) {
          .user-search-table > .thead tr th.col-1, .user-search-table > .thead tr th:nth-child(1) {
            width: 100% !important; } }
      .user-search-table > .thead tr th.col-2, .user-search-table > .thead tr th:nth-child(2) {
        width: 20% !important;
        max-width: 20%; }
        @media (max-width: 1023px) {
          .user-search-table > .thead tr th.col-2, .user-search-table > .thead tr th:nth-child(2) {
            width: 100% !important; } }
      .user-search-table > .thead tr th.col-3, .user-search-table > .thead tr th:nth-child(3) {
        width: 20% !important; }
        @media (max-width: 1023px) {
          .user-search-table > .thead tr th.col-3, .user-search-table > .thead tr th:nth-child(3) {
            width: 100% !important; } }
      .user-search-table > .thead tr th.col-4, .user-search-table > .thead tr th:nth-child(4) {
        width: 26% !important; }
        @media (max-width: 1023px) {
          .user-search-table > .thead tr th.col-4, .user-search-table > .thead tr th:nth-child(4) {
            width: 100% !important; } }
      .user-search-table > .thead tr th.col-5, .user-search-table > .thead tr th.col-6, .user-search-table > .thead tr th.col-7, .user-search-table > .thead tr th:nth-child(5), .user-search-table > .thead tr th:nth-child(6), .user-search-table > .thead tr th:nth-child(7) {
        width: 5.9% !important;
        text-align: center; }
        @media (max-width: 1023px) {
          .user-search-table > .thead tr th.col-5, .user-search-table > .thead tr th.col-6, .user-search-table > .thead tr th.col-7, .user-search-table > .thead tr th:nth-child(5), .user-search-table > .thead tr th:nth-child(6), .user-search-table > .thead tr th:nth-child(7) {
            width: 100% !important; } }
      .user-search-table > .thead tr th.col-5, .user-search-table > .thead tr th:nth-child(5) {
        width: 2.9% !important;
        text-align: left; }
      .user-search-table > .thead tr th.col-6, .user-search-table > .thead tr th:nth-child(6) {
        padding-left: 1em; }
      .user-search-table > .thead tr th > a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: small;
        font-weight: bold;
        color: #1B3760; }
        .user-search-table > .thead tr th > a:after {
          font-family: "FontAwesome";
          content: "\f0dc";
          text-align: right;
          display: inline-block;
          margin-left: 1.5em; }

.user-search-table > .tbody {
  height: auto;
  width: 100%;
  display: inline-grid;
  margin-top: 1.5em; }
  .user-search-table > .tbody > tr {
    background: white;
    display: inline-table;
    border-radius: 5px;
    margin: .5em 0;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 1.5em 1em;
    vertical-align: middle;
    border-collapse: initial; }
    @media (max-width: 1023px) {
      .user-search-table > .tbody > tr {
        padding-bottom: 5em !important; } }
    .user-search-table > .tbody > tr > td {
      text-align: left;
      padding: 0 0;
      font-size: small;
      min-width: auto;
      vertical-align: middle;
      color: #312A2B; }
      .user-search-table > .tbody > tr > td.col-1, .user-search-table > .tbody > tr > td:nth-child(1) {
        width: 20% !important; }
        @media (max-width: 1023px) {
          .user-search-table > .tbody > tr > td.col-1, .user-search-table > .tbody > tr > td:nth-child(1) {
            width: 100% !important; } }
      .user-search-table > .tbody > tr > td.col-2, .user-search-table > .tbody > tr > td:nth-child(2) {
        width: 20% !important;
        max-width: 20%; }
        @media (max-width: 1023px) {
          .user-search-table > .tbody > tr > td.col-2, .user-search-table > .tbody > tr > td:nth-child(2) {
            width: 100% !important; } }
      .user-search-table > .tbody > tr > td.col-3, .user-search-table > .tbody > tr > td:nth-child(3) {
        width: 20% !important; }
        @media (max-width: 1023px) {
          .user-search-table > .tbody > tr > td.col-3, .user-search-table > .tbody > tr > td:nth-child(3) {
            width: 100% !important; } }
      .user-search-table > .tbody > tr > td.col-4, .user-search-table > .tbody > tr > td:nth-child(4) {
        width: 26% !important; }
        @media (max-width: 1023px) {
          .user-search-table > .tbody > tr > td.col-4, .user-search-table > .tbody > tr > td:nth-child(4) {
            width: 100% !important; } }
      .user-search-table > .tbody > tr > td.col-5, .user-search-table > .tbody > tr > td.col-6, .user-search-table > .tbody > tr > td.col-7, .user-search-table > .tbody > tr > td:nth-child(5), .user-search-table > .tbody > tr > td:nth-child(6), .user-search-table > .tbody > tr > td:nth-child(7) {
        width: 5.4% !important; }
        @media (max-width: 1023px) {
          .user-search-table > .tbody > tr > td.col-5, .user-search-table > .tbody > tr > td.col-6, .user-search-table > .tbody > tr > td.col-7, .user-search-table > .tbody > tr > td:nth-child(5), .user-search-table > .tbody > tr > td:nth-child(6), .user-search-table > .tbody > tr > td:nth-child(7) {
            width: 33.33% !important;
            background-color: #058ECE;
            border-top: thin solid #058ECE;
            min-height: 32px !important;
            margin-top: 2em !important;
            border-right: thin solid white;
            position: absolute;
            bottom: 0; } }
      @media (max-width: 1023px) {
        .user-search-table > .tbody > tr > td:nth-child(5) {
          left: 0; } }
  @media (max-width: 1023px) and (max-width: 1023px) {
    .user-search-table > .tbody > tr > td:nth-child(5) > .pwd-icon-wrapper > a {
      color: white; } }
      .user-search-table > .tbody > tr > td:nth-child(6) {
        width: 6.5% !important; }
        @media (max-width: 1023px) {
          .user-search-table > .tbody > tr > td:nth-child(6) {
            display: block;
            left: 9.5em;
            width: 33.33% !important; } }
      @media (max-width: 1023px) {
        .user-search-table > .tbody > tr > td:nth-child(7) {
          display: block;
          border-right: 0;
          right: 0; } }
    .user-search-table > .tbody > tr:hover {
      background: #edf9ff; }
  .user-search-table > .tbody.no-content > tr > td, .user-search-table > .tbody.no-search-found > tr > td {
    background: url("/images/icons/start-searching.svg") no-repeat center center;
    background-size: 21%;
    border-bottom: 0;
    height: 500px;
    width: 100%;
    min-width: 100%; }
    .user-search-table > .tbody.no-content > tr > td:hover, .user-search-table > .tbody.no-search-found > tr > td:hover {
      background-color: white; }
  .user-search-table > .tbody.no-search-found > tr > td {
    background-image: url("/images/icons/no-results.svg"); }

.user-history-table > .thead {
  height: auto;
  width: 100%;
  padding: 0 1em 0;
  display: flex; }
  .user-history-table > .thead tr {
    display: contents;
    border-collapse: initial; }
    .user-history-table > .thead tr th {
      text-align: left;
      line-height: normal;
      padding: 0 0;
      vertical-align: middle;
      font-size: small;
      font-weight: bold;
      color: #312A2B; }
      .user-history-table > .thead tr th.col-1, .user-history-table > .thead tr th:nth-child(1) {
        width: 25% !important; }
        @media (max-width: 1023px) {
          .user-history-table > .thead tr th.col-1, .user-history-table > .thead tr th:nth-child(1) {
            width: 25% !important; } }
      .user-history-table > .thead tr th.col-2, .user-history-table > .thead tr th:nth-child(2) {
        width: 25% !important; }
        @media (max-width: 1023px) {
          .user-history-table > .thead tr th.col-2, .user-history-table > .thead tr th:nth-child(2) {
            width: 25% !important;
            display: none; } }
      .user-history-table > .thead tr th.col-3, .user-history-table > .thead tr th:nth-child(3) {
        width: 25% !important; }
        @media (max-width: 1023px) {
          .user-history-table > .thead tr th.col-3, .user-history-table > .thead tr th:nth-child(3) {
            width: 36% !important; } }
      .user-history-table > .thead tr th.col-4, .user-history-table > .thead tr th:nth-child(4) {
        width: 25% !important; }
        @media (max-width: 1023px) {
          .user-history-table > .thead tr th.col-4, .user-history-table > .thead tr th:nth-child(4) {
            width: 32% !important; } }
      .user-history-table > .thead tr th > a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: small;
        font-weight: bold;
        color: #1B3760; }
        .user-history-table > .thead tr th > a:after {
          font-family: "FontAwesome";
          content: "\f0dc";
          text-align: right;
          display: inline-block;
          margin-left: 1.5em; }

.user-history-table > .tbody {
  height: auto;
  width: 100%;
  display: inline-block;
  margin-top: 1.5em; }
  .user-history-table > .tbody > tr {
    background: white;
    display: inline-table;
    border-radius: 5px;
    margin: .5em 0;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 1.5em 1em;
    vertical-align: middle;
    border-collapse: initial; }
    .user-history-table > .tbody > tr > td {
      text-align: left;
      padding: 0 0;
      font-size: small;
      min-width: auto;
      vertical-align: middle;
      color: #312A2B; }
      .user-history-table > .tbody > tr > td.col-1, .user-history-table > .tbody > tr > td:nth-child(1) {
        width: 25% !important; }
        @media (max-width: 1023px) {
          .user-history-table > .tbody > tr > td.col-1, .user-history-table > .tbody > tr > td:nth-child(1) {
            width: 25% !important;
            padding-left: 0; } }
      .user-history-table > .tbody > tr > td.col-2, .user-history-table > .tbody > tr > td:nth-child(2) {
        width: 25% !important; }
        @media (max-width: 1023px) {
          .user-history-table > .tbody > tr > td.col-2, .user-history-table > .tbody > tr > td:nth-child(2) {
            width: 100% !important;
            display: none; } }
      .user-history-table > .tbody > tr > td.col-3, .user-history-table > .tbody > tr > td:nth-child(3) {
        width: 25% !important; }
        @media (max-width: 1023px) {
          .user-history-table > .tbody > tr > td.col-3, .user-history-table > .tbody > tr > td:nth-child(3) {
            width: 36% !important; } }
      .user-history-table > .tbody > tr > td.col-4, .user-history-table > .tbody > tr > td:nth-child(4) {
        width: 25% !important; }
        @media (max-width: 1023px) {
          .user-history-table > .tbody > tr > td.col-4, .user-history-table > .tbody > tr > td:nth-child(4) {
            width: 40% !important;
            white-space: nowrap; } }
    .user-history-table > .tbody > tr:hover {
      background: #edf9ff; }
  .user-history-table > .tbody.no-content > tr > td, .user-history-table > .tbody.no-search-found > tr > td {
    background: url("/images/icons/start-searching.svg") no-repeat center center;
    background-size: 21%;
    border-bottom: 0;
    height: 500px;
    width: 100%;
    min-width: 100%; }
    .user-history-table > .tbody.no-content > tr > td:hover, .user-history-table > .tbody.no-search-found > tr > td:hover {
      background-color: white; }
  .user-history-table > .tbody.no-search-found > tr > td {
    background-image: url("/images/icons/no-results.svg"); }

.view-appointment-table > .thead {
  height: auto;
  width: 100%;
  padding: 0 1em 0;
  display: inline-grid; }
  .view-appointment-table > .thead tr {
    display: inline-table;
    vertical-align: middle;
    border-collapse: initial; }
    .view-appointment-table > .thead tr th {
      text-align: left;
      line-height: normal;
      padding: 0 0;
      vertical-align: middle;
      font-size: small;
      font-weight: bold;
      color: #312A2B; }
      .view-appointment-table > .thead tr th.col-1, .view-appointment-table > .thead tr th:nth-child(1) {
        width: 10% !important; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          .view-appointment-table > .thead tr th.col-1, .view-appointment-table > .thead tr th:nth-child(1) {
            width: 12% !important; } }
        @media (max-width: 1023px) {
          .view-appointment-table > .thead tr th.col-1, .view-appointment-table > .thead tr th:nth-child(1) {
            width: 100% !important; } }
      .view-appointment-table > .thead tr th.col-2, .view-appointment-table > .thead tr th:nth-child(2) {
        width: 10% !important; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          .view-appointment-table > .thead tr th.col-2, .view-appointment-table > .thead tr th:nth-child(2) {
            width: 12% !important; } }
        @media (max-width: 1023px) {
          .view-appointment-table > .thead tr th.col-2, .view-appointment-table > .thead tr th:nth-child(2) {
            width: 100% !important; } }
      .view-appointment-table > .thead tr th.col-3, .view-appointment-table > .thead tr th:nth-child(3) {
        width: 10% !important; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          .view-appointment-table > .thead tr th.col-3, .view-appointment-table > .thead tr th:nth-child(3) {
            width: 12% !important; } }
        @media (max-width: 1023px) {
          .view-appointment-table > .thead tr th.col-3, .view-appointment-table > .thead tr th:nth-child(3) {
            width: 100% !important; } }
      .view-appointment-table > .thead tr th.col-4, .view-appointment-table > .thead tr th:nth-child(4) {
        width: 10% !important; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          .view-appointment-table > .thead tr th.col-4, .view-appointment-table > .thead tr th:nth-child(4) {
            width: 12% !important; } }
        @media (max-width: 1023px) {
          .view-appointment-table > .thead tr th.col-4, .view-appointment-table > .thead tr th:nth-child(4) {
            width: 100% !important; } }
      .view-appointment-table > .thead tr th.col-5, .view-appointment-table > .thead tr th.col-6, .view-appointment-table > .thead tr th.col-7, .view-appointment-table > .thead tr th.col-8, .view-appointment-table > .thead tr th:nth-child(5), .view-appointment-table > .thead tr th:nth-child(6), .view-appointment-table > .thead tr th:nth-child(7), .view-appointment-table > .thead tr th:nth-child(8) {
        width: 15% !important; }
        @media (max-width: 1023px) {
          .view-appointment-table > .thead tr th.col-5, .view-appointment-table > .thead tr th.col-6, .view-appointment-table > .thead tr th.col-7, .view-appointment-table > .thead tr th.col-8, .view-appointment-table > .thead tr th:nth-child(5), .view-appointment-table > .thead tr th:nth-child(6), .view-appointment-table > .thead tr th:nth-child(7), .view-appointment-table > .thead tr th:nth-child(8) {
            width: 100% !important; } }
      .view-appointment-table > .thead tr th > a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: small;
        font-weight: bold;
        color: #1B3760; }
        .view-appointment-table > .thead tr th > a:after {
          font-family: "FontAwesome";
          content: "\f0dc";
          text-align: right;
          display: inline-block;
          margin-left: 1.5em; }

.view-appointment-table > .tbody {
  height: auto;
  width: 100%;
  display: inline-grid;
  margin-top: 1.5em; }
  .view-appointment-table > .tbody > tr {
    background: white;
    display: inline-table;
    border-radius: 5px;
    margin: .5em 0;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 1.5em 1em;
    vertical-align: middle;
    border-collapse: initial; }
    @media (max-width: 1023px) {
      .view-appointment-table > .tbody > tr {
        padding-bottom: 0em !important; } }
    .view-appointment-table > .tbody > tr > td {
      text-align: left;
      padding: 0 0;
      font-size: small;
      min-width: auto;
      vertical-align: middle;
      color: #312A2B; }
      .view-appointment-table > .tbody > tr > td.col-1, .view-appointment-table > .tbody > tr > td:nth-child(1) {
        width: 10% !important;
        text-indent: 1em; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          .view-appointment-table > .tbody > tr > td.col-1, .view-appointment-table > .tbody > tr > td:nth-child(1) {
            width: 12% !important; } }
        @media (max-width: 1023px) {
          .view-appointment-table > .tbody > tr > td.col-1, .view-appointment-table > .tbody > tr > td:nth-child(1) {
            width: 100% !important;
            padding: 1em 1em !important; } }
      .view-appointment-table > .tbody > tr > td.col-2, .view-appointment-table > .tbody > tr > td:nth-child(2) {
        width: 10% !important;
        text-indent: 1em; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          .view-appointment-table > .tbody > tr > td.col-2, .view-appointment-table > .tbody > tr > td:nth-child(2) {
            width: 12% !important; } }
        @media (max-width: 1023px) {
          .view-appointment-table > .tbody > tr > td.col-2, .view-appointment-table > .tbody > tr > td:nth-child(2) {
            width: 100% !important;
            padding: 1em 1em !important; } }
      .view-appointment-table > .tbody > tr > td.col-3, .view-appointment-table > .tbody > tr > td:nth-child(3) {
        width: 10% !important;
        text-indent: 0; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          .view-appointment-table > .tbody > tr > td.col-3, .view-appointment-table > .tbody > tr > td:nth-child(3) {
            width: 12% !important; } }
        @media (max-width: 1023px) {
          .view-appointment-table > .tbody > tr > td.col-3, .view-appointment-table > .tbody > tr > td:nth-child(3) {
            width: 100% !important;
            padding: 1em 1em !important; } }
      .view-appointment-table > .tbody > tr > td.col-4, .view-appointment-table > .tbody > tr > td:nth-child(4) {
        width: 10% !important;
        text-indent: 0; }
        @supports (-webkit-backdrop-filter: blur(1px)) {
          .view-appointment-table > .tbody > tr > td.col-4, .view-appointment-table > .tbody > tr > td:nth-child(4) {
            width: 12% !important; } }
        @media (max-width: 1023px) {
          .view-appointment-table > .tbody > tr > td.col-4, .view-appointment-table > .tbody > tr > td:nth-child(4) {
            width: 100% !important;
            padding: 1em 1em !important; } }
      .view-appointment-table > .tbody > tr > td.col-5, .view-appointment-table > .tbody > tr > td.col-6, .view-appointment-table > .tbody > tr > td.col-7, .view-appointment-table > .tbody > tr > td.col-8, .view-appointment-table > .tbody > tr > td:nth-child(5), .view-appointment-table > .tbody > tr > td:nth-child(6), .view-appointment-table > .tbody > tr > td:nth-child(7), .view-appointment-table > .tbody > tr > td:nth-child(8) {
        width: 15% !important; }
        @media (max-width: 1023px) {
          .view-appointment-table > .tbody > tr > td.col-5, .view-appointment-table > .tbody > tr > td.col-6, .view-appointment-table > .tbody > tr > td.col-7, .view-appointment-table > .tbody > tr > td.col-8, .view-appointment-table > .tbody > tr > td:nth-child(5), .view-appointment-table > .tbody > tr > td:nth-child(6), .view-appointment-table > .tbody > tr > td:nth-child(7), .view-appointment-table > .tbody > tr > td:nth-child(8) {
            width: 100% !important;
            background-color: transparent;
            border: 0;
            min-height: auto !important;
            margin-top: 0 !important;
            position: inherit;
            bottom: inherit; } }
      .view-appointment-table > .tbody > tr > td:nth-child(7) {
        text-indent: 1em; }
    .view-appointment-table > .tbody > tr:hover {
      background: #edf9ff; }
  @media (max-width: 1023px) {
    .view-appointment-table > .tbody > tr > td:nth-child(1), .view-appointment-table > .tbody > tr > td:nth-child(2), .view-appointment-table > .tbody > tr > td:nth-child(3), .view-appointment-table > .tbody > tr > td:nth-child(4) {
      max-height: 22px !important;
      min-height: 19px !important; } }
  .view-appointment-table > .tbody.no-content > tr > td, .view-appointment-table > .tbody.no-search-found > tr > td {
    background: url("/images/icons/start-searching.svg") no-repeat center center;
    background-size: 21%;
    border-bottom: 0;
    height: 500px;
    width: 100%;
    min-width: 100%; }
    .view-appointment-table > .tbody.no-content > tr > td:hover, .view-appointment-table > .tbody.no-search-found > tr > td:hover {
      background-color: white; }
  .view-appointment-table > .tbody.no-search-found > tr > td {
    background-image: url("/images/icons/no-results.svg"); }

@media (max-width: 1023px) {
  .user-table > .thead > tr > th, .History-table > .thead > tr > th, .linked-account-table > .thead > tr > th, .oms-child-history-table > .thead > tr > th, .oms-adult-history-table > .thead > tr > th, .screening-history-table > .thead > tr > th, .user-search-table > .thead > tr > th, .consumer-search-table > .thead > tr > th {
    display: none !important; }
    .user-table > .thead > tr > th:nth-child(1), .History-table > .thead > tr > th:nth-child(1), .linked-account-table > .thead > tr > th:nth-child(1), .user-table > .thead > tr > th:nth-child(3), .History-table > .thead > tr > th:nth-child(3), .linked-account-table > .thead > tr > th:nth-child(3), .user-table > .thead > tr > th:nth-child(5), .History-table > .thead > tr > th:nth-child(5), .linked-account-table > .thead > tr > th:nth-child(5), .user-table > .thead > tr > th:nth-child(6), .History-table > .thead > tr > th:nth-child(6), .linked-account-table > .thead > tr > th:nth-child(6), .oms-child-history-table > .thead > tr > th:nth-child(1), .oms-child-history-table > .thead > tr > th:nth-child(3), .oms-child-history-table > .thead > tr > th:nth-child(5), .oms-child-history-table > .thead > tr > th:nth-child(6), .oms-adult-history-table > .thead > tr > th:nth-child(1), .oms-adult-history-table > .thead > tr > th:nth-child(3), .oms-adult-history-table > .thead > tr > th:nth-child(5), .oms-adult-history-table > .thead > tr > th:nth-child(6), .screening-history-table > .thead > tr > th:nth-child(1), .screening-history-table > .thead > tr > th:nth-child(3), .screening-history-table > .thead > tr > th:nth-child(5), .screening-history-table > .thead > tr > th:nth-child(6), .user-search-table > .thead > tr > th:nth-child(1), .user-search-table > .thead > tr > th:nth-child(3), .user-search-table > .thead > tr > th:nth-child(5), .user-search-table > .thead > tr > th:nth-child(6), .consumer-search-table > .thead > tr > th:nth-child(1), .consumer-search-table > .thead > tr > th:nth-child(3), .consumer-search-table > .thead > tr > th:nth-child(5), .consumer-search-table > .thead > tr > th:nth-child(6) {
      display: none !important; } }

.user-table > .tbody, .History-table > .tbody, .linked-account-table > .tbody, .oms-child-history-table > .tbody, .oms-adult-history-table > .tbody, .screening-history-table > .tbody, .user-search-table > .tbody, .consumer-search-table > .tbody {
  margin-top: 0; }
  @media (max-width: 1023px) {
    .user-table > .tbody > tr, .History-table > .tbody > tr, .linked-account-table > .tbody > tr, .oms-child-history-table > .tbody > tr, .oms-adult-history-table > .tbody > tr, .screening-history-table > .tbody > tr, .user-search-table > .tbody > tr, .consumer-search-table > .tbody > tr {
      display: inherit !important;
      min-height: 50px !important;
      height: auto !important;
      margin: 0 0 1em !important;
      padding: 0 0 0;
      overflow: hidden; } }
  @media (max-width: 1023px) {
    .user-table > .tbody > tr > td, .History-table > .tbody > tr > td, .linked-account-table > .tbody > tr > td, .oms-child-history-table > .tbody > tr > td, .oms-adult-history-table > .tbody > tr > td, .screening-history-table > .tbody > tr > td, .user-search-table > .tbody > tr > td, .consumer-search-table > .tbody > tr > td {
      width: 100% !important;
      max-width: 100% !important;
      min-height: 32px !important;
      text-align: center !important;
      padding: 1em 1em !important; }
      .user-table > .tbody > tr > td > div > a::before, .History-table > .tbody > tr > td > div > a::before, .linked-account-table > .tbody > tr > td > div > a::before, .oms-child-history-table > .tbody > tr > td > div > a::before, .oms-adult-history-table > .tbody > tr > td > div > a::before, .screening-history-table > .tbody > tr > td > div > a::before, .user-search-table > .tbody > tr > td > div > a::before, .consumer-search-table > .tbody > tr > td > div > a::before {
        content: "";
        width: 40px;
        height: 40px; }
      .user-table > .tbody > tr > td > div.edit-icon-wrapper > a::before, .History-table > .tbody > tr > td > div.edit-icon-wrapper > a::before, .linked-account-table > .tbody > tr > td > div.edit-icon-wrapper > a::before, .oms-child-history-table > .tbody > tr > td > div.edit-icon-wrapper > a::before, .oms-adult-history-table > .tbody > tr > td > div.edit-icon-wrapper > a::before, .screening-history-table > .tbody > tr > td > div.edit-icon-wrapper > a::before, .user-search-table > .tbody > tr > td > div.edit-icon-wrapper > a::before, .consumer-search-table > .tbody > tr > td > div.edit-icon-wrapper > a::before {
        content: "";
        background-image: url(/images/icons/edit_icon-white.svg);
        width: 100%;
        height: 100%; }
      .user-table > .tbody > tr > td > div.print-icon-wrapper > a::before, .History-table > .tbody > tr > td > div.print-icon-wrapper > a::before, .linked-account-table > .tbody > tr > td > div.print-icon-wrapper > a::before, .oms-child-history-table > .tbody > tr > td > div.print-icon-wrapper > a::before, .oms-adult-history-table > .tbody > tr > td > div.print-icon-wrapper > a::before, .screening-history-table > .tbody > tr > td > div.print-icon-wrapper > a::before, .user-search-table > .tbody > tr > td > div.print-icon-wrapper > a::before, .consumer-search-table > .tbody > tr > td > div.print-icon-wrapper > a::before {
        background-image: url(/images/icons/print_icon-white.svg);
        width: 100%;
        height: 100%; }
      .user-table > .tbody > tr > td > div.delete-icon-wrapper > a::before, .History-table > .tbody > tr > td > div.delete-icon-wrapper > a::before, .linked-account-table > .tbody > tr > td > div.delete-icon-wrapper > a::before, .oms-child-history-table > .tbody > tr > td > div.delete-icon-wrapper > a::before, .oms-adult-history-table > .tbody > tr > td > div.delete-icon-wrapper > a::before, .screening-history-table > .tbody > tr > td > div.delete-icon-wrapper > a::before, .user-search-table > .tbody > tr > td > div.delete-icon-wrapper > a::before, .consumer-search-table > .tbody > tr > td > div.delete-icon-wrapper > a::before {
        background-image: url(/images/icons/delete_icon-white.svg);
        width: 100%;
        height: 100%; } }
.oms-child-history-table > .tbody > tr, .oms-adult-history-table > .tbody > tr {
  margin-top: 1.5em; }
  @media (max-width: 1023px) {
    .oms-child-history-table > .tbody > tr, .oms-adult-history-table > .tbody > tr {
      padding: 0 0 3em !important; } }
@media (max-width: 1023px) {
  .screening-history-table > .thead > tr > th {
    display: none !important; }
    .screening-history-table > .thead > tr > th:nth-child(1), .screening-history-table > .thead > tr > th:nth-child(3), .screening-history-table > .thead > tr > th:nth-child(5), .screening-history-table > .thead > tr > th:nth-child(6) {
      display: none !important; } }

.screening-history-table > .tbody {
  margin-top: 0; }
  @media (max-width: 1023px) {
    .screening-history-table > .tbody > tr {
      display: inherit !important;
      min-height: 50px !important;
      height: auto !important;
      margin: 0 0 1em !important;
      padding: 0 0 0;
      overflow: hidden; } }
  @media (max-width: 1023px) {
    .screening-history-table > .tbody > tr > td {
      width: 100% !important;
      max-width: 100% !important;
      min-height: 32px !important;
      text-align: center !important;
      padding: 1em 1em !important; }
      .screening-history-table > .tbody > tr > td > div > a::before {
        content: "";
        width: 40px;
        height: 40px; }
      .screening-history-table > .tbody > tr > td > div.edit-icon-wrapper > a::before {
        content: "";
        background-image: url(/images/icons/edit_icon-white.svg);
        width: 100%;
        height: 100%; }
      .screening-history-table > .tbody > tr > td > div.print-icon-wrapper > a::before {
        background-image: url(/images/icons/print_icon-white.svg);
        width: 100%;
        height: 100%; }
      .screening-history-table > .tbody > tr > td > div.delete-icon-wrapper > a::before {
        background-image: url(/images/icons/delete_icon-white.svg);
        width: 100%;
        height: 100%; } }
.user-table, .History-table, .linked-account-table {
  border-bottom: none; }

.table-paging-container .records-wrapper {
  display: inline-block;
  float: left;
  min-width: 211px;
  font-size: small;
  vertical-align: top; }

.table-paging-container .pagination-container {
  background: white;
  display: inline-block;
  border: solid thin #C1C4BE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  min-width: 1px;
  height: 32px;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: top; }
  .table-paging-container .pagination-container .pagination-wrapper {
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    height: 30px; }
    .table-paging-container .pagination-container .pagination-wrapper .pagination-item {
      background: white;
      border-right: solid thin #c1c4be;
      display: inline-block;
      width: 30.45px;
      height: 100%;
      float: left;
      vertical-align: middle;
      margin: 0;
      padding: 0 .48em; }
      .table-paging-container .pagination-container .pagination-wrapper .pagination-item:last-of-type, .table-paging-container .pagination-container .pagination-wrapper .pagination-item:last-child {
        border: 0; }
      .table-paging-container .pagination-container .pagination-wrapper .pagination-item > a {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        padding-top: .15em;
        color: #312A2B; }
      .table-paging-container .pagination-container .pagination-wrapper .pagination-item:hover {
        background: #1B3760; }
        .table-paging-container .pagination-container .pagination-wrapper .pagination-item:hover > a {
          color: white; }
      .table-paging-container .pagination-container .pagination-wrapper .pagination-item.current {
        background: #058ECE; }
        .table-paging-container .pagination-container .pagination-wrapper .pagination-item.current > a {
          color: white; }

.table-paging-container .number-of-rows-wrapper {
  display: inline-block;
  float: right;
  min-width: 158px;
  height: 32px;
  font-size: small;
  vertical-align: top;
  position: relative; }
  .table-paging-container .number-of-rows-wrapper > .dropdown-menu-wrapper {
    width: 60px;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: thin solid #C1C4BE;
    height: 32px;
    left: -4em;
    position: absolute;
    padding: 0 0 0 .5em; }
    .table-paging-container .number-of-rows-wrapper > .dropdown-menu-wrapper .slct {
      background: url(/images/svg/dropdown/dropdown-arrow.svg) no-repeat 88% center;
      border: 0;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      /* Prevent background color leak outs */
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      padding: 0;
      height: 32px; }
  .table-paging-container .number-of-rows-wrapper > .rows-per-page {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    right: 0;
    position: absolute; }

.web-user-container, .ccb-user-container {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding: 2em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 0\0) {
    .web-user-container, .ccb-user-container {
      float: left; } }
.web-user-container {
  border-right: thin solid #eef1f3; }

.ccb-user-container {
  right: 0;
  position: absolute; }

.linked-table-container {
  display: inline-block;
  width: 100%;
  vertical-align: top; }
  .linked-table-container > .account-title > .create-btn {
    float: right; }

.linked-account-table .thead {
  height: auto;
  width: 100%; }
  .linked-account-table .thead tr th {
    text-align: left;
    line-height: normal;
    padding: 1.5em 0 1.5em;
    vertical-align: middle;
    font-size: medium;
    color: #4c4444; }
    .linked-account-table .thead tr th.col-1, .linked-account-table .thead tr th.col-2 {
      width: 606px; }
    .linked-account-table .thead tr th.col-3 {
      width: 25px; }

.linked-account-table .tbody {
  background: white; }
  .linked-account-table .tbody tr td {
    border-top: 1px solid #cdc9c1;
    border-bottom: 1px solid #cdc9c1;
    text-align: left;
    padding: 1em 0;
    font-size: small; }
    .linked-account-table .tbody tr td.col-1, .linked-account-table .tbody tr td.col-2 {
      width: 606px; }
    .linked-account-table .tbody tr td.col-3 {
      width: 25px;
      text-align: center; }
      .linked-account-table .tbody tr td.col-3 > .delete-icon-wrapper {
        margin-left: 2em; }
  .linked-account-table .tbody tr:last-of-type td, .linked-account-table .tbody tr:last-child td {
    border-bottom: 0; }
  .linked-account-table .tbody tr:hover {
    background: rgba(0, 0, 0, 0.15); }

.edit-save-container {
  background: #eef1f3;
  display: inline-block;
  width: 100%;
  height: 60px;
  text-align: right; }
  .edit-save-container > .wrapper > .button-wrapper {
    display: inline-flex;
    border: 0;
    width: auto;
    margin: .6em 0;
    padding: 0 0; }

.select-service-container {
  display: block;
  margin: 6em auto 4em;
  width: 1020px;
  height: 100%; }
  .select-service-container .service-wrapper {
    background: white;
    width: 289px;
    height: 174px;
    float: left;
    margin: 0 4.7em 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .select-service-container .service-wrapper {
        height: inherit; } }
    .select-service-container .service-wrapper:last-of-type {
      margin-right: 0; }
    .select-service-container .service-wrapper > input {
      visibility: hidden;
      left: -9999px;
      white-space: nowrap;
      position: absolute; }
    .select-service-container .service-wrapper .service-issue {
      display: inline-block;
      border: thin solid #9d9d9d;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      /* Prevent background color leak outs */
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      margin: 0;
      width: 100%;
      height: 100%;
      position: relative;
      text-align: center;
      z-index: 2;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .select-service-container .service-wrapper .service-issue h3 {
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        color: #5c5b5b; }
    .select-service-container .service-wrapper .tab-select[type="checkbox"]:checked + .service-issue, .select-service-container .service-wrapper .tab-select[type="checkbox"]:checked ~ .service-issue, .select-service-container .service-wrapper .tab-select[type="radio"]:checked + .service-issue, .select-service-container .service-wrapper .tab-select[type="radio"]:checked ~ .service-issue {
      background: #058ECE;
      border-color: #058ECE; }
      .select-service-container .service-wrapper .tab-select[type="checkbox"]:checked + .service-issue .service-icon.ccb-icon, .select-service-container .service-wrapper .tab-select[type="checkbox"]:checked ~ .service-issue .service-icon.ccb-icon, .select-service-container .service-wrapper .tab-select[type="radio"]:checked + .service-issue .service-icon.ccb-icon, .select-service-container .service-wrapper .tab-select[type="radio"]:checked ~ .service-issue .service-icon.ccb-icon {
        background-image: url("/images/icons/sent-email_icon.svg"); }
      .select-service-container .service-wrapper .tab-select[type="checkbox"]:checked + .service-issue .service-icon.user-his-icon, .select-service-container .service-wrapper .tab-select[type="checkbox"]:checked ~ .service-issue .service-icon.user-his-icon, .select-service-container .service-wrapper .tab-select[type="radio"]:checked + .service-issue .service-icon.user-his-icon, .select-service-container .service-wrapper .tab-select[type="radio"]:checked ~ .service-issue .service-icon.user-his-icon {
        background-image: url("/images/icons/sent-email_icon.svg"); }
      .select-service-container .service-wrapper .tab-select[type="checkbox"]:checked + .service-issue .service-icon.sent-icon, .select-service-container .service-wrapper .tab-select[type="checkbox"]:checked ~ .service-issue .service-icon.sent-icon, .select-service-container .service-wrapper .tab-select[type="radio"]:checked + .service-issue .service-icon.sent-icon, .select-service-container .service-wrapper .tab-select[type="radio"]:checked ~ .service-issue .service-icon.sent-icon {
        background-image: url("/images/icons/user-hstry_icon.svg"); }
      .select-service-container .service-wrapper .tab-select[type="checkbox"]:checked + .service-issue h3, .select-service-container .service-wrapper .tab-select[type="checkbox"]:checked ~ .service-issue h3, .select-service-container .service-wrapper .tab-select[type="radio"]:checked + .service-issue h3, .select-service-container .service-wrapper .tab-select[type="radio"]:checked ~ .service-issue h3 {
        color: white; }
      .select-service-container .service-wrapper .tab-select[type="checkbox"]:checked + .service-issue:hover, .select-service-container .service-wrapper .tab-select[type="checkbox"]:checked ~ .service-issue:hover, .select-service-container .service-wrapper .tab-select[type="radio"]:checked + .service-issue:hover, .select-service-container .service-wrapper .tab-select[type="radio"]:checked ~ .service-issue:hover {
        cursor: default; }
    .select-service-container .service-wrapper .tab-select[type="checkbox"]:disabled + .service-issue, .select-service-container .service-wrapper .tab-select[type="checkbox"]:disabled ~ .service-issue, .select-service-container .service-wrapper .tab-select[type="radio"]:disabled + .service-issue, .select-service-container .service-wrapper .tab-select[type="radio"]:disabled ~ .service-issue {
      border-color: #efefef; }
      .select-service-container .service-wrapper .tab-select[type="checkbox"]:disabled + .service-issue .service-icon.ccb-icon, .select-service-container .service-wrapper .tab-select[type="checkbox"]:disabled ~ .service-issue .service-icon.ccb-icon, .select-service-container .service-wrapper .tab-select[type="radio"]:disabled + .service-issue .service-icon.ccb-icon, .select-service-container .service-wrapper .tab-select[type="radio"]:disabled ~ .service-issue .service-icon.ccb-icon {
        background-image: url("/images/icons/sent-email_icon.svg"); }
      .select-service-container .service-wrapper .tab-select[type="checkbox"]:disabled + .service-issue .service-icon.user-his-icon, .select-service-container .service-wrapper .tab-select[type="checkbox"]:disabled ~ .service-issue .service-icon.user-his-icon, .select-service-container .service-wrapper .tab-select[type="radio"]:disabled + .service-issue .service-icon.user-his-icon, .select-service-container .service-wrapper .tab-select[type="radio"]:disabled ~ .service-issue .service-icon.user-his-icon {
        background-image: url("/images/icons/sent-email_icon.svg"); }
      .select-service-container .service-wrapper .tab-select[type="checkbox"]:disabled + .service-issue .service-icon.sent-icon, .select-service-container .service-wrapper .tab-select[type="checkbox"]:disabled ~ .service-issue .service-icon.sent-icon, .select-service-container .service-wrapper .tab-select[type="radio"]:disabled + .service-issue .service-icon.sent-icon, .select-service-container .service-wrapper .tab-select[type="radio"]:disabled ~ .service-issue .service-icon.sent-icon {
        background-image: url("/images/icons/user-hstry_icon.svg"); }
      .select-service-container .service-wrapper .tab-select[type="checkbox"]:disabled + .service-issue h3, .select-service-container .service-wrapper .tab-select[type="checkbox"]:disabled ~ .service-issue h3, .select-service-container .service-wrapper .tab-select[type="radio"]:disabled + .service-issue h3, .select-service-container .service-wrapper .tab-select[type="radio"]:disabled ~ .service-issue h3 {
        color: #efefef; }
      .select-service-container .service-wrapper .tab-select[type="checkbox"]:disabled + .service-issue:hover, .select-service-container .service-wrapper .tab-select[type="checkbox"]:disabled ~ .service-issue:hover, .select-service-container .service-wrapper .tab-select[type="radio"]:disabled + .service-issue:hover, .select-service-container .service-wrapper .tab-select[type="radio"]:disabled ~ .service-issue:hover {
        cursor: default; }
    .select-service-container .service-wrapper:hover .service-issue {
      border-color: #058ECE;
      cursor: pointer; }
      .select-service-container .service-wrapper:hover .service-issue .service-icon.ccb-icon {
        background-image: url("/images/icons/sent-email_icon.svg"); }
      .select-service-container .service-wrapper:hover .service-issue .service-icon.user-his-icon {
        background-image: url("/images/icons/sent-email_icon.svg"); }
      .select-service-container .service-wrapper:hover .service-issue .service-icon.sent-icon {
        background-image: url("/images/icons/user-hstry_icon.svg"); }
      .select-service-container .service-wrapper:hover .service-issue h3 {
        color: #058ECE; }
    @media (max-width: 768px) {
      .select-service-container .service-wrapper {
        width: 48%;
        max-width: 48%;
        margin-top: 2%; } }
    @media (max-width: 599px) {
      .select-service-container .service-wrapper {
        width: 48%;
        max-width: 48%;
        margin-top: 3%; } }
.service-content-wrapper {
  display: none;
  width: 100%;
  min-height: 547px;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: "linear";
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: "linear";
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: 1;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: "linear";
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -ms-animation-delay: 0;
  -ms-animation-duration: 1.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-name: fadeIn;
  -ms-animation-timing-function: "linear";
  -ms-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  animation-timing-function: "linear";
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */ }
  .service-content-wrapper.active {
    display: inline-block; }
  .service-content-wrapper > .label-qtr p {
    font-size: small; }

.service-icon {
  display: inline-block;
  width: 80px;
  height: 86px;
  margin: 1.4em auto .5em; }
  .service-icon.ccb-icon {
    background: url("/images/icons/sent-email_icon.svg") no-repeat center center; }
  .service-icon.user-his-icon {
    background: url("/images/icons/sent-email_icon.svg") no-repeat center center; }
  .service-icon.sent-icon {
    background: url("/images/icons/user-hstry_icon.svg") no-repeat center center; }
  @media (max-width: 599px) {
    .service-icon {
      height: 46px;
      background-size: 66% !important; } }
.table-list {
  width: 100%;
  vertical-align: top; }
  .table-list > .tbody > tr {
    border-bottom: thin solid #eef1f3; }
    .table-list > .tbody > tr:last-child, .table-list > .tbody > tr:last-of-type {
      border-bottom: 0; }
    .table-list > .tbody > tr > td.col-1, .table-list > .tbody > tr > td.col-2 {
      width: 50%;
      padding: 1em 1em; }
      .table-list > .tbody > tr > td.col-1:before, .table-list > .tbody > tr > td.col-2:before {
        font-family: "FontAwesome";
        content: "\f111";
        display: inline-block;
        margin-left: -0.8em;
        margin-right: 1em;
        font-size: x-small;
        vertical-align: top; }
    .table-list > .tbody > tr > td.col-1 {
      border-right: thin solid #eef1f3; }
    .table-list > .tbody > tr > td.col-2:before {
      margin-left: 0; }

.History-table {
  width: 100%; }
  .History-table .thead {
    height: auto;
    width: 100%; }
    .History-table .thead tr th {
      border-right: 1px solid #cdc9c1;
      text-align: left;
      line-height: normal;
      padding: 1.5em .5em 1.5em;
      vertical-align: middle;
      font-size: medium;
      color: #4c4444; }
      .History-table .thead tr th:last-child, .History-table .thead tr th:last-of-type {
        border-right: 0; }
      .History-table .thead tr th.col-1, .History-table .thead tr th.col-2, .History-table .thead tr th.col-3, .History-table .thead tr th.col-4, .History-table .thead tr th.col-5 {
        width: 20%; }
  .History-table .tbody {
    background: white; }
    .History-table .tbody tr:nth-child(odd) {
      background: #fcffe3; }
    .History-table .tbody tr td {
      border-top: 1px solid #cdc9c1;
      border-bottom: 1px solid #cdc9c1;
      border-right: 1px solid #cdc9c1;
      text-align: left;
      padding: 1em .5em;
      font-size: small; }
      .History-table .tbody tr td:last-child, .History-table .tbody tr td:last-of-type {
        border-right: 0; }
      .History-table .tbody tr td.col-1, .History-table .tbody tr td.col-2, .History-table .tbody tr td.col-3, .History-table .tbody tr td.col-4, .History-table .tbody tr td.col-5 {
        width: 20%; }
    .History-table .tbody tr:last-of-type td, .History-table .tbody tr:last-child td {
      border-bottom: 0; }
    .History-table .tbody tr:hover {
      background: rgba(0, 0, 0, 0.15); }

.consumer-nav {
  float: left;
  margin: -5em auto 1em;
  width: 100%; }

.select-consumer-type-container {
  grid-template-columns: 1fr;
  grid-column-gap: 0;
  row-gap: 0; }

.select-consumers-type-container > .selection-wrapper.cta-two {
  width: 374px;
  max-width: 374px; }

.select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type, .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type {
  background: #058ECE;
  border-color: #058ECE; }
  .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .consumer-icons, .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .consumer-icons, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .consumer-icons, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .consumer-icons {
    background-size: 36%;
    margin-top: 1em;
    height: 60px;
    opacity: .5;
    transition: all 0.8s ease !important; }
    .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .consumer-icons.create-consumer-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .consumer-icons.create-consumer-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .consumer-icons.create-consumer-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .consumer-icons.create-consumer-icon {
      background-image: url("/images/icons/consumer/create-profile-icon-hover.svg"); }
    .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .consumer-icons.search-profile-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .consumer-icons.search-profile-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .consumer-icons.search-profile-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .consumer-icons.search-profile-icon {
      background-image: url("/images/icons/consumer/search-profile-icon-hover.svg"); }
    .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .consumer-icons.schedule-oms-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .consumer-icons.schedule-oms-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .consumer-icons.schedule-oms-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .consumer-icons.schedule-oms-icon {
      background-image: url("/images/icons/consumer/search-profile-icon-hover.svg"); }
    .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .consumer-icons.child-assessment-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .consumer-icons.child-assessment-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .consumer-icons.child-assessment-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .consumer-icons.child-assessment-icon {
      background-image: url("/images/icons/assessment/child-assessment-icon-hover.svg"); }
    .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .consumer-icons.adult-assessment-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .consumer-icons.adult-assessment-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .consumer-icons.adult-assessment-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .consumer-icons.adult-assessment-icon {
      background-image: url("/images/icons/assessment/adult-assessment-icon-hover.svg"); }
  .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type h3, .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type h3, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type h3, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type h3 {
    opacity: .5; }

.select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type, .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type {
  border-color: #ccc; }
  .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .consumer-icons.create-consumer-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .consumer-icons.create-consumer-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .consumer-icons.create-consumer-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .consumer-icons.create-consumer-icon {
    background-image: url("/images/icons/consumer/create-profile-icon-disable.svg"); }
  .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .consumer-icons.search-profile-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .consumer-icons.search-profile-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .consumer-icons.search-profile-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .consumer-icons.search-profile-icon {
    background-image: url("/images/icons/consumer/search-profile-icon-disable.svg"); }
  .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .consumer-icons.schedule-oms-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .consumer-icons.schedule-oms-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .consumer-icons.schedule-oms-icon, .select-consumers-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .consumer-icons.schedule-oms-icon {
    background-image: url("/images/icons/consumer/schedule-assessment-icon-disable.svg"); }

.select-consumers-type-container > .selection-wrapper:hover .selection-type .consumer-icons {
  background-size: 36%;
  margin-top: 1em;
  height: 60px;
  opacity: .5;
  transition: all 0.8s ease !important; }
  .select-consumers-type-container > .selection-wrapper:hover .selection-type .consumer-icons.create-consumer-icon {
    background-image: url("/images/icons/consumer/create-profile-icon-hover.svg"); }
  .select-consumers-type-container > .selection-wrapper:hover .selection-type .consumer-icons.search-profile-icon {
    background-image: url("/images/icons/consumer/search-profile-icon-hover.svg"); }
  .select-consumers-type-container > .selection-wrapper:hover .selection-type .consumer-icons.schedule-oms-icon {
    background-image: url("/images/icons/consumer/schedule-assessment-icon-hover.svg"); }
  .select-consumers-type-container > .selection-wrapper:hover .selection-type .consumer-icons.child-assessment-icon {
    background-image: url("/images/icons/assessment/child-assessment-icon-hover.svg"); }
  .select-consumers-type-container > .selection-wrapper:hover .selection-type .consumer-icons.adult-assessment-icon {
    background-image: url("/images/icons/assessment/adult-assessment-icon-hover.svg"); }

.select-consumers-type-container > .selection-wrapper:hover .selection-type h3 {
  opacity: .5; }

.table-section > .select-consumer-type-container > .form-body-section {
  padding: 0; }
  .table-section > .select-consumer-type-container > .form-body-section > .wrapper {
    width: 100%; }

.select-user-type-container > .selection-wrapper.small, .select-oms-type-container > .selection-wrapper.small, .select-consumer-type-container > .selection-wrapper.small, .select-consumers-type-container > .selection-wrapper.small {
  width: 222px;
  height: 194px;
  min-width: 222px; }
  @media (max-width: 599px) {
    .select-user-type-container > .selection-wrapper.small, .select-oms-type-container > .selection-wrapper.small, .select-consumer-type-container > .selection-wrapper.small, .select-consumers-type-container > .selection-wrapper.small {
      width: 100%;
      height: 100%;
      min-width: 100%; } }
.initial-ReAuth-wrapper {
  display: inline-block;
  width: auto;
  float: right; }

.row > .half:last-of-type, .row > .half:last-child {
  right: 0;
  float: right; }

.consumer-icons.small {
  margin: .5em auto 0; }

.consumer-icons.create-consumer-icon {
  background: url("/images/icons/consumer/create-profile-icon.svg") no-repeat center center; }

.consumer-icons.search-profile-icon {
  background: url("/images/icons/consumer/search-profile-icon.svg") no-repeat center center; }

.consumer-icons.schedule-oms-icon {
  background: url("/images/icons/consumer/schedule-assessment-icon.svg") no-repeat center center; }

.consumer-icons.child-assessment-icon {
  background: url("/images/icons/assessment/child-assessment-icon.svg") no-repeat center center;
  background-size: 50%; }

.consumer-icons.adult-assessment-icon {
  background: url("/images/icons/assessment/adult-assessment-icon.svg") no-repeat center center;
  background-size: 50%; }

.myprofile-container {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 3em; }

.myprofile-wrapper > .form-body-section {
  margin-top: 2em;
  min-height: 400px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .myprofile-wrapper > .form-body-section > .seventyfive {
      float: right !important; } }
  @media (max-width: 599px) {
    .myprofile-wrapper > .form-body-section > .seventyfive {
      width: 100%; } }
.profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: auto; }
  .profile-img.showing-pic {
    border: thin solid black; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .profile-img {
      width: 100px;
      height: 100px; } }
.profilePic, .profile-img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.profile-container {
  display: inline-block;
  width: 100%;
  margin: 0 auto 2em;
  text-align: center; }
  .profile-container .upload-btn .small-text {
    border: 0 !important;
    color: #058ECE; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .profile-container .upload-btn .small-text {
        font-size: 14px !important; } }
.change-pw {
  float: right;
  width: auto;
  font-size: small;
  text-decoration: underline;
  color: #058ECE; }
  .change-pw:hover {
    color: #03496a; }

.roll.last {
  margin-top: 4px; }
  @media (max-width: 599px) {
    .roll.last {
      margin-top: 0; } }
.seventyfive > .half {
  margin: 0 0 !important;
  float: left; }
  .seventyfive > .half:last-of-type, .seventyfive > .half:last-child {
    float: right; }
  .seventyfive > .half > .label-wrapper {
    font-size: .9em;
    color: #000000;
    margin-bottom: 0em; }
    .seventyfive > .half > .label-wrapper > .input {
      margin-bottom: 0; }

.equal-space {
  margin-bottom: 1em !important; }
  @media (max-width: 1023px) {
    .equal-space {
      margin-bottom: 0 !important; } }
.myprofile-wrapper > .form-header-section {
  padding: 1em 1em; }

.myprofile-wrapper > .form-body-section {
  padding: 1em 1.5em; }
  @media (max-width: 1023px) {
    .myprofile-wrapper > .form-body-section > .seventyfive > .full .asterisk-font, .signin-container .myprofile-wrapper > .signin-body.form-body-section > form.seventyfive > .leftside .asterisk-font, .signin-container .myprofile-wrapper > .signout-body.form-body-section > form.seventyfive > .leftside .asterisk-font, .signout-container .myprofile-wrapper > .signin-body.form-body-section > form.seventyfive > .leftside .asterisk-font, .signout-container .myprofile-wrapper > .signout-body.form-body-section > form.seventyfive > .leftside .asterisk-font {
      margin-bottom: 0; } }
.password-meter-container {
  width: 100%; }

meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto 1em;
  width: 100%;
  height: .5em;
  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1); }

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1); }

meter[value="1"]::-webkit-meter-optimum-value {
  background: red; }

meter[value="2"]::-webkit-meter-optimum-value {
  background: yellow; }

meter[value="3"]::-webkit-meter-optimum-value {
  background: orange; }

meter[value="4"]::-webkit-meter-optimum-value {
  background: green; }

meter[value="1"]::-moz-meter-bar {
  background: red; }

meter[value="2"]::-moz-meter-bar {
  background: yellow; }

meter[value="3"]::-moz-meter-bar {
  background: orange; }

meter[value="4"]::-moz-meter-bar {
  background: green; }

.feedback {
  color: #9ab;
  font-size: 90%;
  padding: 0 .25em;
  font-family: Courgette, cursive;
  margin-top: 1em; }

.report-container {
  max-width: 100% !important;
  display: grid; }
  @media (max-width: 1023px) {
    .report-container {
      margin-top: -2.5em; } }
.report-body {
  padding-bottom: 2em; }
  .report-body > form {
    padding-top: 2em; }

.report-bottom {
  padding: 1em 0;
  margin-bottom: 0; }
  @media (max-width: 1023px) {
    .report-bottom > .report-wrapper, .create-user-container > .form-bottom-section.report-bottom > .form-bottom-wrapper, .myprofile-wrapper > .form-bottom-section.report-bottom > .form-bottom-wrapper, .report-bottom > .test-bottom-wrapper {
      text-align: center; } }
  .report-bottom > .report-wrapper > .lfloat, .create-user-container > .form-bottom-section.report-bottom > .form-bottom-wrapper > .lfloat, .myprofile-wrapper > .form-bottom-section.report-bottom > .form-bottom-wrapper > .lfloat, .report-bottom > .test-bottom-wrapper > .lfloat, .report-bottom > .report-wrapper > .rfloat, .create-user-container > .form-bottom-section.report-bottom > .form-bottom-wrapper > .rfloat, .myprofile-wrapper > .form-bottom-section.report-bottom > .form-bottom-wrapper > .rfloat, .report-bottom > .test-bottom-wrapper > .rfloat {
    width: 50%; }
    @media (max-width: 1023px) {
      .report-bottom > .report-wrapper > .lfloat, .create-user-container > .form-bottom-section.report-bottom > .form-bottom-wrapper > .lfloat, .myprofile-wrapper > .form-bottom-section.report-bottom > .form-bottom-wrapper > .lfloat, .report-bottom > .test-bottom-wrapper > .lfloat, .report-bottom > .report-wrapper > .rfloat, .create-user-container > .form-bottom-section.report-bottom > .form-bottom-wrapper > .rfloat, .myprofile-wrapper > .form-bottom-section.report-bottom > .form-bottom-wrapper > .rfloat, .report-bottom > .test-bottom-wrapper > .rfloat {
        width: 100%;
        text-align: center; } }
.report-wrapper, .test-bottom > .test-bottom-wrapper, .create-user-container > .form-bottom-section > .form-bottom-wrapper, .myprofile-wrapper > .form-bottom-section > .form-bottom-wrapper, .report-bottom > .test-bottom-wrapper {
  padding: 0 4em;
  width: 100%; }
  @media (max-width: 1023px) {
    .report-wrapper, .test-bottom > .test-bottom-wrapper, .create-user-container > .form-bottom-section > .form-bottom-wrapper, .myprofile-wrapper > .form-bottom-section > .form-bottom-wrapper, .report-bottom > .test-bottom-wrapper {
      padding: 1em 1em; } }
  .report-wrapper > form > .form-wrapper > .full > .label-wrapper > #SelectedSearch, .test-bottom > .test-bottom-wrapper > form > .form-wrapper > .full > .label-wrapper > #SelectedSearch, .create-user-container > .form-bottom-section > .form-bottom-wrapper > form > .form-wrapper > .full > .label-wrapper > #SelectedSearch, .myprofile-wrapper > .form-bottom-section > .form-bottom-wrapper > form > .form-wrapper > .full > .label-wrapper > #SelectedSearch, .report-bottom > .test-bottom-wrapper > form > .form-wrapper > .full > .label-wrapper > #SelectedSearch, .signin-container .report-wrapper > form.signin-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signin-container .test-bottom > .test-bottom-wrapper > form.signin-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signin-container .create-user-container > .form-bottom-section > .form-bottom-wrapper > form.signin-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signin-container .myprofile-wrapper > .form-bottom-section > .form-bottom-wrapper > form.signin-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signin-container .report-bottom > .test-bottom-wrapper > form.signin-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signin-container .report-wrapper > form.signout-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signin-container .test-bottom > .test-bottom-wrapper > form.signout-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signin-container .create-user-container > .form-bottom-section > .form-bottom-wrapper > form.signout-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signin-container .myprofile-wrapper > .form-bottom-section > .form-bottom-wrapper > form.signout-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signin-container .report-bottom > .test-bottom-wrapper > form.signout-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signout-container .report-wrapper > form.signin-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signout-container .test-bottom > .test-bottom-wrapper > form.signin-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signout-container .create-user-container > .form-bottom-section > .form-bottom-wrapper > form.signin-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signout-container .myprofile-wrapper > .form-bottom-section > .form-bottom-wrapper > form.signin-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signout-container .report-bottom > .test-bottom-wrapper > form.signin-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signout-container .report-wrapper > form.signout-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signout-container .test-bottom > .test-bottom-wrapper > form.signout-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signout-container .create-user-container > .form-bottom-section > .form-bottom-wrapper > form.signout-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signout-container .myprofile-wrapper > .form-bottom-section > .form-bottom-wrapper > form.signout-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch, .signout-container .report-bottom > .test-bottom-wrapper > form.signout-body > form.form-wrapper > .leftside > .label-wrapper > #SelectedSearch {
    background-position: 98.4% center; }

.saved-search-container {
  background: #D5E6EF;
  padding: 1em 0 .5em; }

.form-wrapper {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-column-gap: 1em;
  grid-template-rows: auto; }
  @media (max-width: 1023px) {
    .form-wrapper {
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      grid-template-rows: auto; } }
.drop-sections {
  background-color: white; }

.report-update {
  margin-top: 1.4em; }
  @media (max-width: 1023px) {
    .report-update {
      margin-top: 1em; } }
.consumer-input-wrapper {
  display: grid;
  grid-template-columns: repeat(1, auto 1fr 1fr);
  grid-column-gap: 10px;
  grid-template-rows: auto;
  width: 100%; }
  @media (max-width: 1023px) {
    .consumer-input-wrapper {
      grid-template-columns: repeat(1, 1fr); } }
  .consumer-input-wrapper > div {
    display: inline-block;
    width: 100%;
    vertical-align: top; }
    .consumer-input-wrapper > div:nth-child(1) {
      grid-column-start: 1;
      grid-column-end: 1;
      grid-row-start: 1;
      grid-row-end: 1;
      display: grid; }
      @media (max-width: 1023px) {
        .consumer-input-wrapper > div:nth-child(1) {
          display: none; } }
    .consumer-input-wrapper > div:nth-child(2) {
      grid-column-start: 2;
      grid-column-end: 4;
      grid-row-start: 1;
      grid-row-end: 1;
      display: grid; }
      @media (max-width: 1023px) {
        .consumer-input-wrapper > div:nth-child(2) {
          grid-column-start: 1;
          grid-column-end: 1; } }
    .consumer-input-wrapper > div > .select-consumers-label {
      display: inline-block;
      padding: .5em 0 0; }

.select-consumers-label {
  width: auto; }

.selected-consumers {
  border: thin solid #8c96a1;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: .4em 10px 0;
  border-radius: 3px;
  box-sizing: border-box; }

.search-consumer-link {
  float: right; }

.ss-main .ss-multi-selected {
  border: thin solid #8c96a1;
  min-height: 40px;
  height: auto !important;
  padding: 4px 10px;
  margin: 0 0 2%; }

.ss-content.ss-open {
  position: relative; }

.search-consumer-container {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: thin solid #C1C4BE;
  float: left;
  width: 100%; }

.form-header-section, .form-body-section {
  width: 100%;
  float: left; }

.form-header-section {
  border-bottom: thin solid #C1C4BE; }
  @media (max-width: 1023px) {
    .form-header-section {
      padding: 1em 1em; } }
.form-body-section {
  display: inline-block;
  min-height: 1px !important; }
  .form-body-section > .wrapper > .large-title {
    font-size: xx-large;
    margin: 1em 0;
    color: black; }
  .form-body-section > .wrapper > .label-wrapper > .search-icon {
    width: 50px;
    height: 50px;
    float: left; }
  .form-body-section > .wrapper > .label-wrapper > .search-input {
    width: 100%;
    padding: 1em 1em;
    float: left; }
  .form-body-section > .flex-container {
    width: 100%;
    display: grid;
    position: relative;
    grid-template-columns: 2fr 1fr; }
    @media (max-width: 1023px) {
      .form-body-section > .flex-container {
        grid-template-columns: 1fr;
        grid-gap: 1em; } }
  .form-body-section > .flex-column {
    padding: 1em 2em;
    -webkit-flex: 1;
    /* Safari */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* Standard syntax */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1023px) {
      .form-body-section > .flex-column {
        padding: 1em 1em; } }
.calendar-section {
  width: 100%;
  padding: 2em 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1023px) {
    .calendar-section {
      padding: 2em 1em 0; } }
.results-section {
  border-left: thin solid #C1C4BE;
  width: 100%;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media (max-width: 1023px) {
    .results-section {
      border-left: 0;
      border-top: thin solid #C1C4BE; } }
  .results-section.edit-container {
    background: #D5E6EF;
    border-left-color: #058ECE; }
  .results-section > .add-appointment-wrapper {
    background: white;
    border-top: thin solid #C1C4BE;
    width: 100%;
    padding: 1em 1em;
    position: absolute;
    bottom: 0;
    text-align: center; }

.new-entry-wrapper {
  padding: 2em 2em; }

.no-appointments-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2em 2em;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center; }
  .no-appointments-wrapper > .consumer-icons {
    margin: 0 auto;
    height: 100px; }
  .no-appointments-wrapper > h2 {
    margin-bottom: .5em; }

.title-close-wrapper, .appointments-wrapper > #shList > .title-close-wrapper {
  width: 100%;
  display: grid;
  position: relative;
  grid-template-columns: 2fr 1fr;
  margin-top: -1em;
  margin-bottom: 2em; }
  @media (max-width: 1023px) {
    .title-close-wrapper, .appointments-wrapper > #shList > .title-close-wrapper {
      grid-template-columns: 1fr 1fr;
      grid-gap: 1em; } }
  .title-close-wrapper > .title, .appointments-wrapper > #shList > .title-close-wrapper > .title {
    font-size: x-large;
    font-weight: 500;
    color: #1B3760; }
  .title-close-wrapper > .close, .appointments-wrapper > #shList > .title-close-wrapper > .close {
    text-align: right; }
    .title-close-wrapper > .close > a, .appointments-wrapper > #shList > .title-close-wrapper > .close > a {
      text-decoration: underline; }

.appointments-wrapper {
  position: relative;
  padding: 2em 2em;
  height: 526px;
  overflow-y: auto; }
  @media (max-width: 1023px) {
    .appointments-wrapper > #shList > .title-close-wrapper {
      grid-template-columns: 1fr; } }
  .appointments-wrapper > #shList > .title-close-wrapper > .title {
    font-size: large; }
  .appointments-wrapper > #shList > .rcorners, .appointments-wrapper > #shList .rcorners {
    display: inline-block;
    border-radius: 10px;
    border: 2px solid #73AD21;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%; }
    .appointments-wrapper > #shList > .rcorners:nth-child(odd), .appointments-wrapper > #shList > .rcorners:nth-child(even), .appointments-wrapper > #shList .rcorners:nth-child(odd), .appointments-wrapper > #shList .rcorners:nth-child(even) {
      border-color: #E2813E;
      transition: all 0.5s ease;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease; }
      .appointments-wrapper > #shList > .rcorners:nth-child(odd):hover, .appointments-wrapper > #shList > .rcorners:nth-child(even):hover, .appointments-wrapper > #shList .rcorners:nth-child(odd):hover, .appointments-wrapper > #shList .rcorners:nth-child(even):hover {
        background-color: #fdf5ef;
        -ms-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08); }
      .appointments-wrapper > #shList > .rcorners:nth-child(odd) > .item-title, .appointments-wrapper > #shList > .rcorners:nth-child(even) > .item-title, .appointments-wrapper > #shList .rcorners:nth-child(odd) > .item-title, .appointments-wrapper > #shList .rcorners:nth-child(even) > .item-title {
        color: #E2813E; }
    .appointments-wrapper > #shList > .rcorners:nth-child(even), .appointments-wrapper > #shList .rcorners:nth-child(even) {
      border-color: #058ECE; }
      .appointments-wrapper > #shList > .rcorners:nth-child(even):hover, .appointments-wrapper > #shList .rcorners:nth-child(even):hover {
        background-color: #d4f1fe; }
      .appointments-wrapper > #shList > .rcorners:nth-child(even) > .item-title, .appointments-wrapper > #shList .rcorners:nth-child(even) > .item-title {
        color: #058ECE; }
    .appointments-wrapper > #shList > .rcorners > .item-title, .appointments-wrapper > #shList .rcorners > .item-title {
      float: left; }
      @media (max-width: 1023px) {
        .appointments-wrapper > #shList > .rcorners > .item-title, .appointments-wrapper > #shList .rcorners > .item-title {
          margin-bottom: 1px; } }
    .appointments-wrapper > #shList > .rcorners > .item-time, .appointments-wrapper > #shList > .rcorners > .item-actions, .appointments-wrapper > #shList .rcorners > .item-time, .appointments-wrapper > #shList .rcorners > .item-actions {
      width: 50%;
      float: left; }
      @media (max-width: 1023px) {
        .appointments-wrapper > #shList > .rcorners > .item-time, .appointments-wrapper > #shList > .rcorners > .item-actions, .appointments-wrapper > #shList .rcorners > .item-time, .appointments-wrapper > #shList .rcorners > .item-actions {
          width: 70%; } }
    .appointments-wrapper > #shList > .rcorners > .item-actions, .appointments-wrapper > #shList .rcorners > .item-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: .5em;
      position: relative; }
      @media (max-width: 1023px) {
        .appointments-wrapper > #shList > .rcorners > .item-actions, .appointments-wrapper > #shList .rcorners > .item-actions {
          width: 30% !important; } }
      .appointments-wrapper > #shList > .rcorners > .item-actions > .edit-icon-wrapper, .appointments-wrapper > #shList > .rcorners > .item-actions > .delete-icon-wrapper, .appointments-wrapper > #shList .rcorners > .item-actions > .edit-icon-wrapper, .appointments-wrapper > #shList .rcorners > .item-actions > .delete-icon-wrapper {
        width: 25px;
        height: 25px;
        position: absolute;
        right: 2em;
        transition: all 0.5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease; }
        .appointments-wrapper > #shList > .rcorners > .item-actions > .edit-icon-wrapper:hover, .appointments-wrapper > #shList > .rcorners > .item-actions > .delete-icon-wrapper:hover, .appointments-wrapper > #shList .rcorners > .item-actions > .edit-icon-wrapper:hover, .appointments-wrapper > #shList .rcorners > .item-actions > .delete-icon-wrapper:hover {
          -ms-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -webkit-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2); }
      .appointments-wrapper > #shList > .rcorners > .item-actions > .delete-icon-wrapper, .appointments-wrapper > #shList .rcorners > .item-actions > .delete-icon-wrapper {
        margin: 0;
        right: 0; }
  .appointments-wrapper > #shForm.editForm > .title-close-wrapper > #hDateScheduled, .appointments-wrapper > #shForm.editForm > .title-close-wrapper h2 {
    display: none; }

.label-wrapper.align-right {
  float: right !important;
  text-align: right !important; }

.calender-table thead > th > td {
  font-size: large; }
  @media (max-width: 1023px) {
    .calender-table thead > th > td {
      font-size: small; } }
@media (max-width: 1023px) {
  .calendar .day {
    line-height: 2.2em; } }

.calendar .day.today {
  background: #6ABA2A !important;
  color: white !important; }

.hasEvents {
  background-color: transparent !important;
  border: thin solid #6ABA2A !important;
  color: #545A5C !important; }

.editForm > .label-wrapper > input, .editForm > .label-wrapper select {
  border-color: #058ECE !important; }

.rcorners.add-Schedule {
  background: white;
  border: 0;
  border-top: thin solid gray !important;
  bottom: 0;
  position: absolute;
  z-index: 4; }

.assessment-nav {
  float: left;
  margin: -5em auto 1em;
  width: 100%; }

.select-oms-type-container > .selection-wrapper.cta-two {
  width: 374px;
  max-width: 374px; }

.select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type {
  background: #058ECE;
  border-color: #058ECE; }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .assessment-icons, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .assessment-icons, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .assessment-icons, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .assessment-icons {
    background-size: 36%;
    margin-top: 1em;
    height: 60px;
    opacity: .5;
    transition: all 0.8s ease !important; }
    .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .assessment-icons.create-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .assessment-icons.create-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .assessment-icons.create-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .assessment-icons.create-assessment-icon {
      background-image: url("/images/icons/oms/create-oms-icon-hover.svg"); }
    .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .assessment-icons.assessment-history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .assessment-icons.assessment-history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .assessment-icons.assessment-history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .assessment-icons.assessment-history-icon {
      background-image: url("/images/icons/oms/oms-history-icon-hover.svg"); }
    .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .assessment-icons.consumer-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .assessment-icons.consumer-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .assessment-icons.consumer-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .assessment-icons.consumer-icon {
      background-image: url("/images/icons/oms/consumer-profile-icon-hover.svg"); }
    .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .assessment-icons.child-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .assessment-icons.child-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .assessment-icons.child-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .assessment-icons.child-assessment-icon {
      background-image: url("/images/icons/assessment/child-assessment-icon-hover.svg"); }
    .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .assessment-icons.adult-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .assessment-icons.adult-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .assessment-icons.adult-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .assessment-icons.adult-assessment-icon {
      background-image: url("/images/icons/assessment/adult-assessment-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type h3, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type h3, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type h3, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type h3 {
    opacity: .5; }

.select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type {
  border-color: #ccc; }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .assessment-icons.create-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .assessment-icons.create-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .assessment-icons.create-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .assessment-icons.create-assessment-icon {
    background-image: url("/images/icons/oms/create-oms-icon-disable.svg"); }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .assessment-icons.assessment-history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .assessment-icons.assessment-history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .assessment-icons.assessment-history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .assessment-icons.assessment-history-icon {
    background-image: url("/images/icons/oms/oms-history-icon-disable.svg"); }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .assessment-icons.consumer-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .assessment-icons.consumer-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .assessment-icons.consumer-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .assessment-icons.consumer-icon {
    background-image: url("/images/icons/oms/consumer-profile-icon-disable.svg"); }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .assessment-icons.child-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .assessment-icons.child-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .assessment-icons.child-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .assessment-icons.child-assessment-icon {
    background-image: url("/images/icons/assessment/child-assessment-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .assessment-icons.adult-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .assessment-icons.adult-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .assessment-icons.adult-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .assessment-icons.adult-assessment-icon {
    background-image: url("/images/icons/assessment/adult-assessment-icon-hover.svg"); }

.select-oms-type-container > .selection-wrapper .selection-detail-container, .select-oms-type-container > .selection-wrapper .profile-detail-container {
  display: inline-block;
  left: 0;
  z-index: 9;
  border: thin solid transparent;
  opacity: 0;
  bottom: -260px;
  background: transparent; }
  .select-oms-type-container > .selection-wrapper .selection-detail-container.active, .select-oms-type-container > .selection-wrapper .active.profile-detail-container {
    border: thin solid #058ECE;
    background: #fff;
    height: 60%;
    width: 100%;
    padding: 0 2rem;
    bottom: 0;
    opacity: 1;
    position: absolute;
    transition: all 0.8s ease !important; }
  .select-oms-type-container > .selection-wrapper .selection-detail-container .question-answer-wrapper .answer-wrapper .radio-label, .select-oms-type-container > .selection-wrapper .profile-detail-container .question-answer-wrapper .answer-wrapper .radio-label {
    width: fit-content; }
  .select-oms-type-container > .selection-wrapper .selection-detail-container.no-action, .select-oms-type-container > .selection-wrapper .no-action.profile-detail-container {
    display: none !important; }

.select-oms-type-container > .selection-wrapper:hover .selection-type .assessment-icons {
  transition: all 0.8s ease !important;
  background-size: 36%;
  margin-top: 1em;
  height: 60px;
  opacity: .5;
  transition: all 0.8s ease !important; }
  .select-oms-type-container > .selection-wrapper:hover .selection-type .assessment-icons.create-assessment-icon {
    background-image: url("/images/icons/oms/create-oms-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper:hover .selection-type .assessment-icons.assessment-history-icon {
    background-image: url("/images/icons/oms/oms-history-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper:hover .selection-type .assessment-icons.consumer-icon {
    background-image: url("/images/icons/oms/consumer-profile-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper:hover .selection-type .assessment-icons.child-assessment-icon {
    background-image: url("/images/icons/assessment/child-assessment-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper:hover .selection-type .assessment-icons.adult-assessment-icon {
    background-image: url("/images/icons/assessment/adult-assessment-icon-hover.svg"); }

.select-oms-type-container > .selection-wrapper:hover .selection-type h3 {
  opacity: .5; }

.selection-type > h3 {
  display: inline-block;
  width: 80%;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 150%; }
  @media (max-width: 1023px) {
    .selection-type > h3 {
      word-break: initial; } }
.assessment-icons {
  margin-top: 6.5em;
  height: 126px;
  opacity: 1;
  transition: all 0.8s ease !important; }
  .assessment-icons.create-assessment-icon {
    background: url("/images/icons/oms/create-oms-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .assessment-icons.create-assessment-icon {
        background-size: 40% !important; } }
  .assessment-icons.assessment-history-icon {
    background: url("/images/icons/oms/oms-history-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .assessment-icons.assessment-history-icon {
        background-size: 52.5% !important; } }
  .assessment-icons.consumer-icon {
    background: url("/images/icons/oms/consumer-profile-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .assessment-icons.consumer-icon {
        background-size: 40% !important; } }
  .assessment-icons.child-assessment-icon {
    background: url("/images/icons/assessment/child-assessment-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .assessment-icons.child-assessment-icon {
        background-size: 40% !important; } }
  .assessment-icons.adult-assessment-icon {
    background: url("/images/icons/assessment/adult-assessment-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .assessment-icons.adult-assessment-icon {
        background-size: 52.5% !important; } }
.oms-nav {
  float: left;
  margin: -5em auto 1em;
  width: 100%; }

.select-oms-type-container > .selection-wrapper.cta-two {
  width: 374px;
  max-width: 374px; }

.select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type {
  background: #058ECE;
  border-color: #058ECE; }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .oms-icons.create-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .oms-icons.create-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .oms-icons.create-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .oms-icons.create-assessment-icon {
    background-image: url("/images/icons/oms/create-oms-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .oms-icons.assessment-history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .oms-icons.assessment-history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .oms-icons.assessment-history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .oms-icons.assessment-history-icon {
    background-image: url("/images/icons/oms/oms-history-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .oms-icons.consumer-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .oms-icons.consumer-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .oms-icons.consumer-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .oms-icons.consumer-icon {
    background-image: url("/images/icons/oms/consumer-profile-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .oms-icons.child-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .oms-icons.child-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .oms-icons.child-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .oms-icons.child-assessment-icon {
    background-image: url("/images/icons/assessment/child-assessment-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .oms-icons.adult-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .oms-icons.adult-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .oms-icons.adult-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .oms-icons.adult-assessment-icon {
    background-image: url("/images/icons/assessment/adult-assessment-icon-hover.svg"); }

.select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type {
  border-color: #ccc; }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .oms-icons.create-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .oms-icons.create-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .oms-icons.create-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .oms-icons.create-assessment-icon {
    background-image: url("/images/icons/oms/create-oms-icon-disable.svg"); }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .oms-icons.assessment-history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .oms-icons.assessment-history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .oms-icons.assessment-history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .oms-icons.assessment-history-icon {
    background-image: url("/images/icons/oms/oms-history-icon-disable.svg"); }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .oms-icons.consumer-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .oms-icons.consumer-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .oms-icons.consumer-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .oms-icons.consumer-icon {
    background-image: url("/images/icons/oms/consumer-profile-icon-disable.svg"); }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .oms-icons.child-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .oms-icons.child-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .oms-icons.child-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .oms-icons.child-assessment-icon {
    background-image: url("/images/icons/assessment/child-assessment-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type .oms-icons.adult-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type .oms-icons.adult-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type .oms-icons.adult-assessment-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type .oms-icons.adult-assessment-icon {
    background-image: url("/images/icons/assessment/adult-assessment-icon-hover.svg"); }

.select-oms-type-container > .selection-wrapper:hover .selection-type .oms-icons {
  transition: all 0.8s ease !important;
  background-size: 36%;
  margin-top: 1em;
  height: 60px;
  opacity: .5;
  transition: all 0.8s ease !important; }
  .select-oms-type-container > .selection-wrapper:hover .selection-type .oms-icons.create-assessment-icon {
    background-image: url("/images/icons/oms/create-oms-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper:hover .selection-type .oms-icons.assessment-history-icon {
    background-image: url("/images/icons/oms/oms-history-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper:hover .selection-type .oms-icons.consumer-icon {
    background-image: url("/images/icons/oms/consumer-profile-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper:hover .selection-type .oms-icons.child-assessment-icon {
    background-image: url("/images/icons/assessment/child-assessment-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper:hover .selection-type .oms-icons.adult-assessment-icon {
    background-image: url("/images/icons/assessment/adult-assessment-icon-hover.svg"); }

.select-oms-type-container > .selection-wrapper:hover .selection-type h3 {
  opacity: .5; }

.select-oms-type-container > .selection-wrapper:hover .selection-detail-container, .select-oms-type-container > .selection-wrapper:hover .profile-detail-container {
  display: inline-block;
  left: 0;
  z-index: 9;
  border: thin solid transparent;
  opacity: 0;
  bottom: -260px;
  background: transparent; }
  .select-oms-type-container > .selection-wrapper:hover .selection-detail-container.active, .select-oms-type-container > .selection-wrapper:hover .active.profile-detail-container {
    border: thin solid #058ECE;
    background: #fff;
    height: 60%;
    width: 100%;
    padding: 0 2rem;
    bottom: 0;
    opacity: 1;
    position: absolute;
    transition: all 0.8s ease !important; }
  .select-oms-type-container > .selection-wrapper:hover .selection-detail-container .question-answer-wrapper .answer-wrapper .radio-label, .select-oms-type-container > .selection-wrapper:hover .profile-detail-container .question-answer-wrapper .answer-wrapper .radio-label {
    width: fit-content; }
  .select-oms-type-container > .selection-wrapper:hover .selection-detail-container.no-action, .select-oms-type-container > .selection-wrapper:hover .no-action.profile-detail-container {
    display: none !important; }

.oms-icons {
  margin-top: 6.5em;
  height: 126px;
  opacity: 1;
  transition: all 0.8s ease !important; }
  .oms-icons.create-assessment-icon {
    background: url("/images/icons/oms/create-oms-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .oms-icons.create-assessment-icon {
        background-size: 40% !important; } }
  .oms-icons.assessment-history-icon {
    background: url("/images/icons/oms/oms-history-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .oms-icons.assessment-history-icon {
        background-size: 52.5% !important; } }
  .oms-icons.consumer-icon {
    background: url("/images/icons/oms/consumer-profile-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .oms-icons.consumer-icon {
        background-size: 40% !important; } }
  .oms-icons.child-assessment-icon {
    background: url("/images/icons/assessment/child-assessment-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .oms-icons.child-assessment-icon {
        background-size: 40% !important; } }
  .oms-icons.adult-assessment-icon {
    background: url("/images/icons/assessment/adult-assessment-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .oms-icons.adult-assessment-icon {
        background-size: 52.5% !important; } }
.select-oms-type-container > .selection-wrapper {
  text-align: center;
  position: relative; }
  .select-oms-type-container > .selection-wrapper.cta-two {
    width: 374px;
    max-width: 374px; }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type {
    background: #058ECE;
    border-color: #058ECE; }
    .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .screeningtools-icons, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .screeningtools-icons, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .screeningtools-icons, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .screeningtools-icons {
      background-size: 36%;
      margin-top: 1em;
      height: 60px;
      opacity: .5;
      transition: all 0.8s ease !important; }
      .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .screeningtools-icons.harm-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .screeningtools-icons.harm-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .screeningtools-icons.harm-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .screeningtools-icons.harm-icon {
        background-image: url("/images/icons/screeningtools/create-screeningtools-harm-icon-hover.svg"); }
      .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .screeningtools-icons.trauma-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .screeningtools-icons.trauma-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .screeningtools-icons.trauma-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .screeningtools-icons.trauma-icon {
        background-image: url("/images/icons/screeningtools/create-screeningtools-trauma-icon-hover.svg"); }
      .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .screeningtools-icons.pain-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .screeningtools-icons.pain-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .screeningtools-icons.pain-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .screeningtools-icons.pain-icon {
        background-image: url("/images/icons/screeningtools/create-screeningtools-pain-icon-hover.svg"); }
      .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .screeningtools-icons.nutrition-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .screeningtools-icons.nutrition-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .screeningtools-icons.nutrition-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .screeningtools-icons.nutrition-icon {
        background-image: url("/images/icons/screeningtools/create-screeningtools-nutrition-icon-hover.svg"); }
      .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type .screeningtools-icons.history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type .screeningtools-icons.history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type .screeningtools-icons.history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type .screeningtools-icons.history-icon {
        background-image: url("/images/icons/screeningtools/create-screeningtools-history-icon-hover.svg"); }
    .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked + .selection-type h3, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:checked ~ .selection-type h3, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked + .selection-type h3, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:checked ~ .selection-type h3 {
      opacity: .5; }
  .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type {
    border-color: #ccc; }
    .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type.harm-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type.harm-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type.harm-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type.harm-icon {
      background-image: url("/images/icons/screeningtools/create-screeningtools-harm-icon-hover.svg"); }
    .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type.trauma-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type.trauma-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type.trauma-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type.trauma-icon {
      background-image: url("/images/icons/screeningtools/create-screeningtools-trauma-icon-hover.svg"); }
    .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type.pain-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type.pain-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type.pain-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type.pain-icon {
      background-image: url("/images/icons/screeningtools/create-screeningtools-pain-icon-hover.svg"); }
    .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type.nutrition-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type.nutrition-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type.nutrition-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type.nutrition-icon {
      background-image: url("/images/icons/screeningtools/create-screeningtools-nutrition-icon-hover.svg"); }
    .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled + .selection-type.history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="checkbox"]:disabled ~ .selection-type.history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled + .selection-type.history-icon, .select-oms-type-container > .selection-wrapper .tab-input[type="radio"]:disabled ~ .selection-type.history-icon {
      background-image: url("/images/icons/screeningtools/create-screeningtools-history-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper .selection-detail-container, .select-oms-type-container > .selection-wrapper .profile-detail-container {
    display: inline-block;
    left: 0;
    z-index: 9;
    border: thin solid transparent;
    opacity: 0;
    bottom: -260px;
    background: transparent; }
    .select-oms-type-container > .selection-wrapper .selection-detail-container.active, .select-oms-type-container > .selection-wrapper .active.profile-detail-container {
      border: thin solid #058ECE;
      background: #fff;
      height: 60%;
      width: 100%;
      padding: 0 2rem;
      bottom: 0;
      opacity: 1;
      position: absolute;
      transition: all 0.8s ease !important; }
    .select-oms-type-container > .selection-wrapper .selection-detail-container .question-answer-wrapper .answer-wrapper .radio-label, .select-oms-type-container > .selection-wrapper .profile-detail-container .question-answer-wrapper .answer-wrapper .radio-label {
      width: fit-content; }
    .select-oms-type-container > .selection-wrapper .selection-detail-container.no-action, .select-oms-type-container > .selection-wrapper .no-action.profile-detail-container {
      display: none !important; }
  .select-oms-type-container > .selection-wrapper:hover .selection-type .screeningtools-icons {
    transition: all 0.8s ease !important;
    background-size: 36%;
    margin-top: 1em;
    height: 60px;
    opacity: .5;
    transition: all 0.8s ease !important; }
    .select-oms-type-container > .selection-wrapper:hover .selection-type .screeningtools-icons.harm-icon {
      background-image: url("/images/icons/screeningtools/create-screeningtools-harm-icon-hover.svg"); }
    .select-oms-type-container > .selection-wrapper:hover .selection-type .screeningtools-icons.trauma-icon {
      background-image: url("/images/icons/screeningtools/create-screeningtools-trauma-icon-hover.svg"); }
    .select-oms-type-container > .selection-wrapper:hover .selection-type .screeningtools-icons.pain-icon {
      background-image: url("/images/icons/screeningtools/create-screeningtools-pain-icon-hover.svg"); }
    .select-oms-type-container > .selection-wrapper:hover .selection-type .screeningtools-icons.nutrition-icon {
      background-image: url("/images/icons/screeningtools/create-screeningtools-nutrition-icon-hover.svg"); }
    .select-oms-type-container > .selection-wrapper:hover .selection-type .screeningtools-icons.history-icon {
      background-image: url("/images/icons/screeningtools/create-screeningtools-history-icon-hover.svg"); }
  .select-oms-type-container > .selection-wrapper:hover .selection-type h3 {
    opacity: .5; }

.no-action {
  display: none !important; }

.selection-type > h3 {
  display: inline-block;
  width: 80%;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 150%; }
  @media (max-width: 1023px) {
    .selection-type > h3 {
      word-break: initial; } }
.screeningtools-icons {
  margin-top: 6.5em;
  height: 126px;
  opacity: 1;
  transition: all 0.8s ease !important; }
  .screeningtools-icons.harm-icon {
    background: url("/images/icons/screeningtools/create-screeningtools-harm-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .screeningtools-icons.harm-icon {
        background-size: 40% !important; } }
  .screeningtools-icons.history-icon {
    background: url("/images/icons/screeningtools/create-screeningtools-history-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .screeningtools-icons.history-icon {
        background-size: 52.5% !important; } }
  .screeningtools-icons.nutrition-icon {
    background: url("/images/icons/screeningtools/create-screeningtools-nutrition-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .screeningtools-icons.nutrition-icon {
        background-size: 40% !important; } }
  .screeningtools-icons.pain-icon {
    background: url("/images/icons/screeningtools/create-screeningtools-pain-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .screeningtools-icons.pain-icon {
        background-size: 40% !important; } }
  .screeningtools-icons.trauma-icon {
    background: url("/images/icons/screeningtools/create-screeningtools-trauma-icon.svg") no-repeat center center; }
    @media (max-width: 599px) {
      .screeningtools-icons.trauma-icon {
        background-size: 52.5% !important; } }
