﻿/*---------------------NEW PORTAL UI/UX CSS---------------------*/

/*=========================================================================
=========================== TABLE OF CONTENTS =============================
==========================================================================*/

/*
  1. Base Styles
  2. Objects
  3. Navigation
  4. Components
  5. State
  6. Themes
  7. Utitlies
  8. Javascript Hooks
  9. IE Specific
*/

/*
  ----Colors----

  #365EF6 - ADS Paddington
  #E3EAFC - ADS Electric Blue 100
  #365EF6 - ADS Electric Blue 500
  #0E36CD - ADS Electric Blue 700
  #366cf6 - ADS Focus Ring Color
  #B0B4BF - ADS Cool Grey 400
  #ACACAC - ADS Cool Gray 500
  #444750 - ADS Cool Grey 800
  #03866A - ADS Green 700
  #EA0A3B - ADS Red 600
*/



/*
  1. Base Styles
*/

header {
  display: flex;
}

.header-content {
  order: 3;
}

.header-content div {
    display: inline;    
    padding-right: 16px;
    vertical-align: text-top;
  }

  .header-content div a {
    font-size: 16px;
    font-style: normal;
  }

  .header-content .header-insured a {
    text-decoration: none;
  }

  .header-content .insured-name {
    color: #365EF6;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
  }

  .header-content .insured-change-icon {
    color: #365EF6;
    padding-right: 0;
    text-decoration: none;
  }

a:hover, a:focus {
  font-weight: 600;
}

.nav-container .agency-logo {
  overflow: hidden;
  padding-left: 16px;
}

.agency-logo {
  line-height: 5rem;
  padding: .5rem 16px;
}

  .agency-logo img {
    vertical-align: middle;
    max-height: 150px;
    max-width: 220px;
  }

@media only screen and (max-width: 1024px) {
  .agency-logo {
    flex-grow: 1;
  }
}

  .insured-change-icon svg {
    height: 1.5rem;
    width: 1.5rem;
  }

  .page-wrapper {
    background-color: #f4f4f8;
    display: grid;
    grid-template-areas: 
        "main sidebar-top" 
        "main sidebar-bottom";
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto 2fr;
    height: auto;
    min-height: 80%;
    padding-bottom: 32px;
    padding-top: 16px;
  }

      @media only screen and (max-width: 660px) {
        .page-wrapper {
          grid-template-areas:
            "sidebar-top"
            "main"
            "sidebar-bottom";
          grid-template-columns: 1fr;
          grid-template-rows: minmax(2rem, min-content);
          padding-top: .5rem;
        }
      }

    .body-container {
      background: white;
      grid-area: main;
      margin: 0 16px;
      overflow: hidden;
      padding: 16px;
    }

      @media only screen and (max-width: 660px) {
        .body-container {
          grid-row-start: 2;
          grid-row-end: 3;
          margin: 0 1.5rem 2rem 16px;
        }
      }

.body-content {
    display: flex;
  }

  .body-content-header {
    display: flex;
    height: 3rem;
    margin-bottom: 16px;
  }

    .body-content-header .button {
      height: 2rem;
    }

    .body-content-header svg, .body-content-header img {
      height: 2rem;
      margin: .5rem;
      width: 2rem;
    }

    .body-content-header .title {
      margin: .6rem 0 0;
      font-weight: 500;
      flex: 3;
    }

  .body-content-header-back {
    display: flex;
    padding-top: .5rem;
  }

    .body-content-header-back svg {
      margin: 0 .5rem;
    }

  .body-content-center {
    width: 100%;
  }

  .nav-menu {
    background-color: white;
    padding-top: 0 16px;
  }

  .contact-heading {
    padding: 1.5rem 1.5rem 0 1rem;
    text-align: left;
  }

  .contact-section-container {
    background-color: white;
    display: flex;
    flex-direction: column;
    grid-area: sidebar-bottom;
    margin-right: 16px;
    max-height: 75vh;
    order: 2;
    overflow-x: hidden;
    overflow-y: auto;
  }

  @media only screen and (max-width: 660px) {
    .contact-section-container {
      margin: 0 16px;
    }
  }

.contact-section {
    width: 100%;
  }

  .contact-card-list {
    padding: 1.5rem;
  }

  .contact-info div {
    font-size: 16px;
  }

  .contact-additional-info {
    font-size: 12px;
    white-space: pre-line;
  }

  .site-footer {
    background: white;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    grid-row-start: 2;
    grid-row-end: 3;
  }

    @media only screen and (max-width: 660px) {
      .site-footer {
        justify-content: center;
      }
    }

    .site-footer div {
      display: inline-block;
      height: 2rem;
    }

  footer div span {
    display: inherit;
    font-size: 12px;
    padding-top: 1.3em;
  }

  footer ul {
    height: 2rem;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }

    footer ul > li {
      display: inline;
    }

  .body-content-center .lower-area-container.mdl-grid {
    padding: 16px 0;
  }

  @media only screen and (max-width: 660px) {
    .body-content-center .lower-area-container.mdl-grid {
      flex-direction: column;
      padding-bottom: 0;
    }

    .lower-area-container .lower-area-feature:first-child {
      margin-bottom: 16px;
    }

    .lower-area-container .lower-area-feature:last-child {
      margin-left: 0;
    }

    .lower-area-feature{
      width: 100%;
    }
  }

  .lower-area-container {
    align-items: flex-start;
    display: flex;
  }

    .lower-area-container .lower-area-feature:first-child {
      margin-right: 0;
    }

    .lower-area-container .lower-area-feature:last-child {
      margin-left: 16px;
      margin-right: 0;
    }

  .lower-area-feature {
    background-color: white;
    flex: 2;
    max-height: 55vh;
    margin-left: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 16px;
  }

  .feature-header {
    font-size: 24px;
    padding-bottom: 1.5rem;
  }

  .feature-content {
    background-color: white;
    padding: 1.5rem;
  }

  .feature-content-header {
    display: flex;
    padding-top: 16px;
    width: 100%;
  }

    .feature-content-header h1 {
      background-color: transparent;
      color: black;
    }

    .feature-content-header svg {
      padding-top: .6rem;
    }

  .submit-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    width: 100%;
  }

  .header-submit-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }

  .field-validation-error {
    color: #e60f45;
    display: block;
  }

  .section-title {
    border-bottom: 1px solid #B0B4BF;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    padding-bottom: .5rem;
    text-align: left;
  }

  .welcome-message {
    color: #767676;
  }

  .logoff {
    border-left: 2px solid #ACACAC;
    padding-left: 16px;
  }

  /* Validation */
  .field-validation-error {
    color: #e42e2e;
    padding-left: 10px;
  }

  .field-validation-valid {
    display: none;
  }

  .input-validation-error, input.input-validation-error {
    background-color: #ffeeee !important;
    border: 1px solid #e42e2e !important;
  }

  .validation-summary-errors {
    color: #e42e2e;
    font-weight: bold;
    text-align: center;
  }

  .validation-summary-valid {
    display: none;
  }

  h1, h2 {
    font-family: Open Sans, Sans Serif, Arial !important;
  }
  /*
  2. Objects
*/
  .badge-icon {
    padding: .2em;
    width: 2rem;
  }

    .badge-icon img {
      border-radius: 25%;
      max-height: 2rem;
      max-width: 2rem;
    }

  .primary-button {
    background-color: #365EF6;
    border: 1px solid white;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    height: 32px;
    line-height: 2.15rem;
    margin: 16px;
    padding: 0 16px;
  }

    .primary-button:focus {
      box-shadow: 0 0 0 3px rgba(54, 112, 246, 0.3);
      box-sizing: border-box;
    }

    .primary-button:hover {
      background: #0E36CD;
    }

    .primary-button.disabled {
      background: #AABFF8;
    }

  .secondary-button {
    background-color: white;
    border: 1px solid #444750;
    border-radius: 3px;
    color: #444750;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 0.25rem .9rem 0.35rem;
  }

    .secondary-button:focus {
      border: 1px solid #365EF6;
      border-radius: 3px;
      box-shadow: 0 0 0 3px rgba(54, 112, 246, 0.3);
      box-sizing: border-box;
    }

    .secondary-button:hover {
      background: #E3EAFC;
      border: 1px solid #365EF6;
      border-radius: 3px;
      box-sizing: border-box;
    }

  .tertiary-button {
    background-color: white;
    border-radius: 3px;
    color: #365EF6;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 0.25rem .9rem 0.35rem;
  }

    .tertiary-button:focus {
      border-radius: 3px;
      box-shadow: 0 0 0 3px rgba(54, 112, 246, 0.3);
      box-sizing: border-box;
      outline: none;
    }

    .tertiary-button:hover {
      background: #E3EAFC;
      border-radius: 3px;
      box-sizing: border-box;
    }

  .social-media-badges {
    float: right;
    left: 15%;
    max-width: 20%;
    position: relative;
    top: 50%;
  }

    .social-media-badges li {
      display: inline-block;
    }


  .quick-link-container {
    display: flex;
    flex-basis: auto;
    flex-wrap: wrap;
  }

  .quick-link {
    background-color: white;
    border: 2px solid transparent;
    flex: 2;
    margin: 0 .85rem 1.6rem .85rem;
    overflow-wrap: break-word;
  }

    .quick-link a {
      color: #000;
    }

    .quick-link div {
      overflow: hidden;
    }

    .quick-link .notification-icon {
      text-align: right;
      padding: 8px 8px 0 0;
    }
    .quick-link > .notification-icon > svg {  
      width: 1.5rem;
      height: 1.5rem;
      fill: #e51b47;
    }

  .quick-link-icon {
    border-radius: 20px;
    height: 5rem;
    margin-left: 1.5rem;
    margin-top: 2.5rem;
    width: 5rem;
  }

  .quick-link-arrow {
    color: #6C6C6C;
    float: right;
    margin: 2rem 1.5rem 0 0;
    width: 3rem;
  }

  .quick-link .quick-link-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 0 8px;
  }

  .icon-container {
    display: inline;
  }

  .group-logo-section {
    padding: 1.5rem 1.5rem 0 1.5rem;
    display: flex;
    justify-content: flex-start;
    width: 84%;
  }

    .group-logo-section img {
      max-width: 13rem;
    }

  .contact-card {
    border-bottom: 1px solid #C0C0C0;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .contact-card-icon {
    height: 6rem;
  }

  .disclaimer {
    padding-bottom: 0.5em;
  }

  .submit-container .primary-button,
  .submit-container .secondary-button,
  .submit-container .tertiary-button {
    float: right;
  }

  .submit-container .form-link, .submit-container .disclaimer {
    flex: 3;
  }

  .tooltip {
    position: relative;
  }

    .tooltip:hover .tooltiptext {
      opacity: 1;
      visibility: visible;
    }

    .tooltip .tooltiptext::after {
      content: " ";
      position: absolute;
      border: 5px solid;
      border-color: #363840 transparent transparent transparent;
    }

  .tooltiptext {
    background-color: #363840;
    border-radius: 6px;
    color: #fff;
    margin-left: -60px;
    opacity: 0;
    padding: .3rem;
    position: absolute;
    text-align: center;
    transition: opacity 1s;
    visibility: hidden;
    width: 8rem;
    z-index: 1;
  }

    .tooltiptext.top {
      bottom: 150%;
      left: 50%;
    }

      .tooltiptext.top::after {
        top: 100%;
        left: 50%;
        margin-left: -5px;
      }

  .thank-you-message {
    line-height: 16px;
    text-align: center;
    white-space: pre-line;
  }

  .split-button {
    align-self: start;
    background: white;
    display: flex;
    grid-area: sidebar-top;
    margin: 0 16px 16px 0;
    z-index: 5;
  }

  .split-button-left {
    border: 1px solid transparent;
    flex-grow: 2;
    padding: 0.7rem 1vh;
    font-weight: normal;
    text-align: left;
    width: 19vw;
  }

  .split-button-right {
    border-radius: 0;
    height: auto;
  }

    .split-button-right:hover {
      background: #E3EAFC;
      border: 1px solid #365EF6;  
    }

  .mdl-menu__container.is-visible, .mdl-menu__outline.mdl-menu--bottom-right, .mdl-menu__container.is-visible .mdl-menu {
    max-width: 21rem;
  }

  .mdl-menu__container.is-visible .mdl-menu__item {
    text-overflow: ellipsis;
  }

  @media screen and (max-width: 660px) {
    .split-button {
      margin: 16px;
    }

    .split-button .mdl-menu__container.is-visible {
      right: 0 !important;
    }

    .split-button-left {
      border: none;
      width: 73vw;
    }

    .popup-link {
      display: block;
    }
  }

  .header-help-text {
    width: 60%;
    margin-left: 16px;
    margin-bottom: 16px;
  }

  @media only screen and (max-width: 420px) {
     .header-help-text {
       margin-top: 48px;
     }
   }

  /*
  3. Navigation
*/
  .nav-container {
    padding-top: 2rem;
  }

  .nav-list {
    font-size: 18px;
    cursor: pointer;
  }

  .nav-item-container {
    padding: .1rem .2rem;
  }

  .nav-item {
    color: #000;
    display: inline-flex;
    padding: .5rem;
    position: relative;
    width: 96%;
    z-index: 1;
  }

    .nav-item.active-banner {
      font-weight: 600;
    }

    .nav-item.selected, .nav-item:hover, .nav-item:focus {
      background-color: #EDEDED;
      font-weight: 500;
    }

  .nav-container.collapsed .nav-item:hover {
    background-color: transparent;
  }

  .nav-item-description {
    padding-left: 16px;
    text-align: left;
  }

  .nav-item-icon, .nav-item-notification {
    display: flex;
    height: 1.5rem;
    margin-left: 4px;
    width: 1.5rem;
  }

    .nav-item-icon svg {
      fill: rgba(0, 0, 0, .6);
    }

    .nav-item-notification svg {
      fill: #e51b47;
      height: 1.5rem;
      width: 1.5rem;
    }

    .nav-item-notification svg .cls-2 {
      fill: #fff;
    }

  .nav-submenu {
    display: none;
    padding-top: 16px;
  }

    .nav-submenu .nav-submenu-item {
      border-left: 4px solid #F2F2F2;
      margin-left: 3rem;
      overflow-wrap: break-word;
      padding: .5rem 3.5rem .5rem .5rem;
      position: relative;
      white-space: normal;
      width: 10.4rem;
      z-index: 1;
    }

  .nav-submenu-item .nav-item-description {
    align-items: center;
    color: #000;
    display: inline-flex;
    justify-content: space-between;
    padding-left: .5rem;
    width: 100%;
  }
  

  .nav-submenu-item:hover, .nav-submenu-item:focus, .nav-submenu-item.selected {
    font-weight: 600;
    padding-left: 0.3125rem;
  }

  .radio input[type=radio] {
    position: absolute;
    opacity: 0;
  }

    .radio input[type=radio] + label:before {
      content: '';
      border-radius: 100%;
      background-color: #ffffff;
      border: 1px solid #B0B4BF;
      display: inline-block;
      width: 1.1em;
      height: 1.1em;
      position: relative;
      margin-right: .5em;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
    }

    .radio input[type=radio] + label:hover:before {
      border-color: #365EF6;
    }

    .radio input[type=radio]:checked:focus + label:before {
      box-shadow: inset 0 0 0 6px #ffffff, 0 0 0 3px rgba(54, 112, 246, 0.3);
    }

    .radio input[type=radio]:checked + label:before {
      background-color: #444750;
      box-shadow: inset 0 0 0 6px #ffffff;
    }

  /*
  4. Components
*/

  .collapsible-icon-container {
    border-left: 1px solid #C4C4C4;
    margin-left: 17.5rem;
    height: 1.5rem;
    cursor: pointer;
  }


  #collapsibleIcon {
    margin-top: .8rem;
    padding: 0 .5rem;
    width: 1.5rem;
    height: 1.5rem;
  }

  .search-area {
    padding: .5rem;
  }

    .search-area input {
      background: white;
      font-size: 14px;
      font-weight: 700;
      height: 25px;
      padding: 0 4px;
    }

    .search-area select {
      border: 1px solid #ccc;
      margin: 0 2px;
      padding: 3px;
    }


  .unviewed-indicator {
    background-color: red;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 1.5rem;
    margin-top: 16px;
    text-align: center;
    width: 1.5rem;
  }

  .epic-document {
    font-size: 16px;
    margin-bottom: 16px;
  }

    .epic-document .time-stamp {
      float: right;
    }

  .document-info {
    display: inline-block;
  }

  body .ui-dialog {
    padding: 1.5rem;
    top: .5rem;
  }

    body .ui-dialog .ui-dialog-title {
      flex-grow: 1;
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
      text-align: left;
    }

    body .ui-dialog .ui-widget-header, body .ui-dialog .ui-widget-header, body .ui-dialog .ui-dialog-buttonpane {
      background-color: #fff;
      border: none;
    }

  body .ui-dialog-title {
    color: #365EF6;
  }

  body .ui-dialog .ui-dialog-titlebar-close {
    background-color: #fff;
    border-radius: 4px;
    height: 2rem;
    margin-right: 0;
    padding: .7rem;
    top: 35%;
    width: 2rem;
  }

    body .ui-dialog .ui-dialog-titlebar-close:hover {
      background-color: #E5E6EB;
      border: none;
    }

    body .ui-dialog .ui-dialog-titlebar-close:focus {
      border: none;
      outline: none;
    }

  body .ui-button {
    border: 1px solid #365EF6;
    color: #365EF6;
    font-weight: 600;
  }

    body .ui-button:focus {
      background-color: #fff;
      border: 1px solid #365EF6;
      box-shadow: 0 0 0 4px rgba(54, 94, 246, .3);
      color: #365EF6;
      font-weight: 600;
    }

    body .ui-button:hover {
      background-color: #E3EAFC;
      border: 1px solid #365EF6;
      color: #365EF6;
      font-weight: 600;
    }

  body .ui-icon-closethick {
    background-position: -4px -4px;
  }

    body .ui-icon-closethick:hover {
      background-color: #E5E6EB;
      border: none;
    }

  body .ui-dialog.ui-widget-content {
    border: none;
    border-top: 6px solid #365EF6;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
  }

  body .ui-widget-header button {
    border: none;
  }

  body .ui-dialog-buttonset button {
    align-items: center;
    background-color: #fff;
    border: 1px solid #365EF6;
    border-radius: 3px;
    color: #365EF6;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    height: 2rem;
    justify-content: center;
    line-height: 1.25rem;
    outline: none;
    padding: .25rem 16px;
    vertical-align: middle;
    white-space: nowrap;
  }

  .modal p {
    line-height: 1.5rem;
    text-align: center;
    white-space: pre-line;
  }

  .width-15 {
    width: 15%;
  }

  .width-18 {
    width: 18%;
  }

  /*Scroll bar styling */

  div, .mdl-layout__content {
    scrollbar-width: none; /*Firefox */
    -ms-overflow-style: none; /*IE 10+*/
  }

    div::-webkit-scrollbar-track, .mdl-layout__content::-webkit-scrollbar-track {
      -webkit-box-shadow: none !important;
      background-color: transparent;
    }

    div::-webkit-scrollbar, .mdl-layout__content::-webkit-scrollbar {
      width: 4px !important;
      background-color: transparent;
    }

    div::-webkit-scrollbar-thumb, .mdl-layout__content::-webkit-scrollbar-thumb {
      background-color: transparent;
    }

  .on-scrollbar {
    scrollbar-width: thin; /*Firefox */
    -ms-overflow-style: none; /*IE 10+ */
  }

    .on-scrollbar::-webkit-scrollbar-track {
      -webkit-box-shadow: none !important;
      background-color: transparent !important;
    }

    .on-scrollbar::-webkit-scrollbar {
      width: 4px !important;
      background-color: transparent;
    }

    .on-scrollbar::-webkit-scrollbar-thumb {
      background-color: #B0B4BF;
      opacity: 1;
    }

  /*
  5. State
*/

  .collapsed {
    transition: .5s;
  }

  .collapsible-icon-container.expanded {
    width: 2.4rem;
  }

  .nav-container.collapsed {
    width: 5rem;
  }

    .nav-container.collapsed .nav-item.selected {
      width: 3rem;
      transition: .5s;
    }

    .nav-container.collapsed .nav-item {
      width: 4.3rem;
      transition: .5s;
    }

  .nav-menu.collapsed .collapsible-icon-container > #collapsibleIcon {
    transform: scaleX(-1);
  }

  .nav-menu.collapsed .nav-item-container .nav-item-description {
    display: none;
  }

  .nav-menu.collapsed .collapsible-icon-container {
    margin-left: 2.5rem;
  }

  .nav-menu.collapsed .nav-item-description, .nav-menu.collapsed .nav-list .nav-submenu {
    display: none;
  }

  .nav-menu.expanded .nav-item.active-banner {
    width: 19.3rem;
  }

  .nav-menu.expanded .nav-item, .nav-item-container.expanded {
    width: 18rem;
  }

  input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid #365EF6;
    box-sizing: border-box;
    /* ADS Focus Ring --primary */
    box-shadow: 0px 0px 0px 3px rgba(54, 112, 246, 0.3);
    border-radius: 2px;
  }

  input[type="text"]:focus-visible, input[type="password"]:focus-visible, .primary-button:focus-visible, .secondary-button:focus-visible {
    outline: none;
  }
  /*
  6. Themes
*/


  .adsg-elevation-2 {
    box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.2);
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.14));
    filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.12));
    border-radius: 3px;
  }

  .adsg-elevation-3 {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14), 0 1px 8px rgba(0, 0, 0, 0.12);
  }

  .adsg-elevation-4 {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }

  .adsg-elevation-5 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
  }

  .adsg-elevation-8 {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
  }

  .adsg-marshmallow {
    background: #F6F6F6;
  }

  .adsg-shade-60 {
    background: rgba(0, 0, 0, 0.6);
  }

  .title-1, .feature-content-header .title-1 {
    flex: 1;
    font-family: Open Sans, Sans Serif, Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.005em;
    line-height: 28px;
    margin: 0.5rem;
  }

  .title-2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  @media only screen and (max-width: 500px) {
    .ContentContainer ul li label.FieldT, .ContentContainer ul li span.FieldT {
      font-weight: 500;
    }
  }

  /*MDL Themes*/
  .mdl-layout .mdl-layout__header {
    background-color: #fff;
  }

  .mdl-layout .mdl-navigation__link {
    height: auto;
  }

  .mdl-layout__drawer .mdl-navigation .mdl-navigation__link.nav-item-container {
    padding: .1rem .2rem
  }

  .mdl-layout .mdl-layout__drawer {
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    width: 17.4rem;
  }

  .mdl-layout__header .mdl-layout__drawer-button {
    line-height: normal;
  }

  .mdl-mini-footer {
    padding: 16px;
  }

  .mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
    background-color: #EDEDED;
  }
/*
  7. Utilities
*/
/*
  8. Javascript Hooks
*/
/*
  9. IE Specific
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1439px) {
  .quick-link-arrow {
      width: 3vw;
    }

    .quick-link .quick-link-text {
      padding: 0 8px;
    }
  }