.material-icons, .ui-dialog .ui-dialog-titlebar.ui-widget-header:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

html {
  box-sizing: content-box;
  background-color: transparent; }

html, div, p, table {
  font-family: Roboto, sans-serif; }

body {
  font-size: 14px;
  margin: 0;
  padding: 0;
  background-color: #dbdde2; }

ul {
  margin: 0;
  padding: 0; }

textarea.materialize-textarea {     /* shrink the materialize css space around textareas */
  margin-bottom: 5px;
  padding-bottom: .8rem;
}

select {    /* improve MaterializeCSS browser-default select box border */
  border-color: #d0d0d0;
  height: 2rem;
}

.btn, .btn-large, .ui-dialog .ui-dialog-content .navDescText a span {
  background-color: #CCC; }

button:focus {
  background-color: transparent;
}

#container-div {
  height: 100%;
  text-align: left;
}

@media (min-width: 751px) {
  .mobile-mode {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 901px) {
  .mobile-mode {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}


#header-area {
  position: relative;
  width: 100%;
  background-color: white;
  z-index: 100;
  border: none; }
  #header-area #header-text-area {
    min-height: 65px;
    font-size: 36px;
    color: black;
    padding-left: 10px;
    vertical-align: middle;
  }
  #header-area #header-content {
    position: relative;
    z-index: 100;
    background-color: #fff;
    overflow: hidden;
    margin: 0; }
    #header-area #header-content #header-banner-area {
      float: left;
      padding: 10px;
      background-color: #fff; }
      #header-area #header-content #header-banner-area .cust-banner {
        max-width: 200px;
        height: auto; }
  #header-area #tab-bar {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 50;
    padding: 0; }
    #header-area #tab-bar #tabs-area {
      left: 0px;
      bottom: 5px;
      flex-grow: 1; }
      #header-area #tab-bar #tabs-area ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        list-style-type: none; 
        list-style-image: none; 
        margin: 0px;
        padding: 0;
        overflow: auto; }
        #header-area #tab-bar #tabs-area ul li {
          align-self: flex-start;
          display: list-item;
          float: none;
          margin-right: 1px;
          padding: 8px 12px 5px 12px;
          background: none; }
          #header-area #tab-bar #tabs-area ul li button {
            display: block;
            font-size: 1rem;
            font-weight: 400;
            color: #fff;
            text-transform: uppercase;
            border-bottom: 3px solid transparent; }
            #header-area #tab-bar #tabs-area ul li button:hover, #header-area #tab-bar #tabs-area ul li button:active {
              text-decoration: none;
              border-bottom: 3px solid #ff9900; }
          #header-area #tab-bar #tabs-area ul li a {
            display: block;
            font-size: 1rem;
            font-weight: 400;
            color: #fff;
            text-transform: uppercase;
            border-bottom: 3px solid transparent; }
            #header-area #tab-bar #tabs-area ul li a:hover, #header-area #tab-bar #tabs-area ul li a:active {
              text-decoration: none;
              border-bottom: 3px solid #ff9900; }


.content-area .text-section.card, .content-area #menu-zone ul li.text-section {
  box-shadow: none; }
  .content-area .text-section.card .card-content, .content-area #menu-zone ul li.text-section .card-content {
    padding: 0; }

#menu-zone .nav-hdr-title {
  font-family: Roboto, sans-serif;
  text-align: left; }
#menu-zone {
  background-color: #dbdde2;
  color: #999; }
#menu-zone ul {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start
}
@media (max-width: 650px) {
  #menu-zone ul {
    justify-content: center;  /* center one-column landing page screens */
  }
}

  #menu-zone ul li {
    height: auto !important;
    width: 300px;
    float: none;
    background-color: white;
    display: block;
    border: 1px solid #eee;
    margin: 10px;
    padding: 15px 10px;
    text-align: center;
    font-size: 0.8rem; }
    #menu-zone ul li a:first-of-type {
      padding-bottom: 5px;
      display: block; }
    #menu-zone ul li p {
      padding-top: 5px; }
    #menu-zone ul li .nav-title, #menu-zone ul li .nav-date {
      color: black; }
    #menu-zone ul li .nav-title {
      background: none;
      font-size: 1.1rem;
      font-weight: 400; }
    #menu-zone ul li .nav-date {
      font-size: 1rem;
      line-height: 22px;
      text-align: left; }
    #menu-zone ul li .nav-desc {
      font-size: .9rem;
      line-height: 20px;
      text-align: left; }
    #menu-zone ul li .nav-desc.expand-link {
      color: #039be5;
      font-size: .8rem; }
.ui-dialog {
  width: 50% !important;
  padding: 0;
  border-radius: 0;
  border: none; }
  .ui-dialog .ui-dialog-titlebar.ui-widget-header {
    border: none;
    border-radius: 0;
    padding-right: 0;
    background: none;
    background-color: #0d68cd;
    color: #fff;
    text-transform: uppercase;
    line-height: 2em; }
    .ui-dialog .ui-dialog-titlebar.ui-widget-header:after {
      content: "clear"; }
    .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-button {
      border: none;
      background: none; }
      .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-button .ui-button-icon-primary.ui-icon {
        background-image: none; }
  .ui-dialog .ui-dialog-content .navDescText {
    width: auto;
    margin: 0;
    border-style: none; }
    .ui-dialog .ui-dialog-content .navDescText a {
      display: block;
      outline: none;
      margin-top: 30px; }
      .ui-dialog .ui-dialog-content .navDescText a:hover span {
        font-weight: normal; }

.drag-bar {
  background-color: #ccc; 
}

.card, #menu-zone ul li {
  background-color: white;
  border: none;}
  .text-section.card .card-liner, #menu-zone ul li .card-liner {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .card .card-liner .card-header, #menu-zone ul li .card-liner .card-header {
      background-color: #CCCCCC;
      color: white; }
      .card .card-liner .card-header .drag-bar, #previewBody .text-section .drag-bar {
        width: auto;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        padding: 6px 10px;
        color: white;
        overflow: visible;
        cursor: pointer; }
        .card .card-liner .card-header .drag-bar .drag-bar-helper {
          display: block;
          visibility: hidden;
          background: none; }
        .card .card-liner .card-header .drag-bar .drag-bar-annotate, #previewBody .text-section .drag-bar .drag-bar-annotate {
          float: none;
          padding: 0;
          font-family: Roboto, sans-serif;
          font-weight: 400;
          font-size: 1.2rem;
          color: white;
          line-height: 2rem;
          text-transform: uppercase; }
        .card .card-liner .card-header .drag-bar .drag-bar-icon, #menu-zone ul li .card-liner .card-header .drag-bar .drag-bar-icon {
          padding: 0; }
        .card .card-liner .card-header .drag-bar .material-icons, #menu-zone ul li .card-liner .card-header .drag-bar .material-icons, .card .card-liner .card-header .drag-bar .ui-dialog .ui-dialog-titlebar.ui-widget-header:after, .ui-dialog .card .card-liner .card-header .drag-bar .ui-dialog-titlebar.ui-widget-header:after, #menu-zone ul li .card-liner .card-header .drag-bar .ui-dialog .ui-dialog-titlebar.ui-widget-header:after, .ui-dialog #menu-zone ul li .card-liner .card-header .drag-bar .ui-dialog-titlebar.ui-widget-header:after {
          color: white; }
    .card .card-liner .card-content, #menu-zone ul li .card-liner .card-content {
      flex-grow: 1;
      overflow: auto; }
    .card .card-liner .card-footer, #menu-zone ul li .card-liner .card-footer {
      flex-basis: auto;
      border-top: 1px solid #ddd; }
      .card .card-liner .card-footer .card-footer-liner, #menu-zone ul li .card-liner .card-footer .card-footer-liner {
        height: 42px; }
  .card.draggable .card-liner .drag-bar .drag-bar-helper, #menu-zone ul li.draggable .card-liner .drag-bar .drag-bar-helper {
    visibility: visible; }
  .card.video .card-content, #menu-zone ul li.video .card-content {
    background-color: white;
    padding: 0; }
  .card .card-footer, #menu-zone ul li .card-footer {
    display: none; }

#menu-zone ul li, .ui-dialog .ui-dialog-content .navDescText a span, #header-area, #header-area #header-content, .ui-dialog, #menu-section .menu-row, #prompt-section {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
.ui-dialog .ui-dialog-content .navDescText a span:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

/**
 * left-center-right container is a flexbox element that contains 3 child flexbox elements to create
 * a left-aligned column, a centered column (centered on the full width), and a right-aligned column
 **/
.lcr-container {
  display: flex; }
  .lcr-container .lcr-left, .lcr-container .lcr-center, .lcr-container .lcr-right {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center; }
  .lcr-container .lcr-center {
    justify-content: center; }
  .lcr-container .lcr-right {
    justify-content: flex-end; }

#header-content {
  text-align: center; }
  @media (max-width: 768px) {
    #header-content #header-banner-area.banner {
      float: none; } }

.modal .modal-header {
  display: flex;
  align-items: center;
  overflow: auto; }
  .modal .modal-header .title {
    flex-grow: 1; }
    .modal .modal-header .title .modal-title {
      display: block;
      margin: 0;
      padding-left: 1em;
      font-size: 1.2em;
      font-weight: 400;
      line-height: 2em;
      color: white;
      text-transform: uppercase; }
  .modal .modal-header .close,  .modal .modal-header .modal-close {
    padding-right: 1em; }
    .modal .modal-header .close i, .modal .modal-header .modal-close i {
      color: white;
      line-height: 2em;
      font-size: 1.8em;
      cursor: pointer; }
.modal .modal-content a.play-button {
  color: white; }
.modal .navDescText {
  position: static;
  width: auto;
  background: none;
  margin: 0;
  border: none;
  font-size: inherit; }

.transControlRight input {
  margin-top: 5px;
  margin-bottom: 10px;
  height: 25px;
  font-size: 11px;
}

.video-controls {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center; }
  .video-controls > * {
    display: block;
    margin-right: 8px;
    padding: 2px 0;
    height: 24px;
    color: #44546A; }
    .video-controls > * button {
      display: block;
      float: none;
      margin: 0;
      padding: 0;
      font-size: 0;
      line-height: 0;
      color: #44546A; }
  .video-controls .logo {
    flex-grow: 1;
    display: flex;
    align-items: center; }
  .video-controls .related.controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px;
    border-radius: 4px;
    background-color: #44546A; }
    .video-controls .related.controls > * {
      padding: 2px;
      color: #DEDBDE; }
      .video-controls .related.controls > * button {
        padding: 0;
        color: #DEDBDE; }

.help-pane .modal-title {
  display: block;
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 2rem;
  color: white;
  text-transform: uppercase; }

.primary-color-bg {
  background-color: darkblue; }
.primary-color-border {
  border-bottom-color: darkblue; }
.primary-color-text {
  color: darkblue !important; }
  .primary-color-text * {
    color: darkblue !important; }

.secondary-color-bg {
  background-color: orange; }
.secondary-color-border {
  border-bottom-color: orange; }
.secondary-color-text {
  color: orange; }
  .secondary-color-text * {
    color: orange; }

body.event #text-section {
  max-width: inherit; }

.input-field label:not(.label-icon).active {
  font-size: .85rem}

.input-field {
  margin-top: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .input-field {
    background-color: white;     /* work-around for input fields being blacked out in IE 11 only */
  }
}

.input field input{
  margin: 0;
}

.row {
  margin-bottom: 10px;
}

.col-style-form-field {
  display: inline-block; 
  width: 20%;
}

.col-style-select-field {
  display: inline-block; 
  vertical-align: middle;
  margin-left: 5px;
}

.nav-scroll {
  position: relative;
  width: 94%;
  height: 87%;
  overflow: auto;
  text-align: left;
  padding: 5px;
}
