@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
#zbs-cpp-files-list-view .zbs-cp-file {
  grid-template-columns: 2fr 2fr;
  display: grid;
  gap: 1rem;
  overflow: auto;
  margin-bottom: 30px;
  padding: 10px;
}

#zbs-cpp-files-list-view .zbs-cpp-filegroup {
  margin-bottom: 1em;
}

#zbs-cpp-files-list-view .zbs-cpp-filegroup-header {
  clear: both;
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}

#zbs-cpp-files-list-view .zbs-cp-file .header {
  font-size: 1.2em;
  margin-bottom: 0.2em;
  margin-top: 0;
}

.zbs-cp-clear {
  clear: both;
}

#zbs-cpp-files-list-view .zbs-cp-file-img a,
#zbs-cpp-files-list-view .zbs-cp-file-img a:hover {
  display: inline-block;
  borderx: 0;
  text-decoration: none;
  box-shadow: none;
}

#zbs-cpp-files-list-view .zbs-cp-file-img {
  text-align: center;
}

#zbs-cpp-files-list-view .zbs-cp-file-img img {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  max-width: 100% !important;
}

#zbs-cpp-files-list-view .zbs-cp-file-img.zbs-cp-file-img.zbs-cp-file-img-default img {
  box-shadow: none !important;
}

#zbs-cpp-files-thumb-view .zbs-cpp-filegroup {
  margin-bottom: 1.5em;
}

#zbs-cpp-files-thumb-view .zbs-cpp-filegroup-header {
  clear: both;
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}

#zbs-cpp-files-thumb-view .zbs-cp-file {
  text-align: center;
}

#zbs-cpp-files-thumb-view .zbs-cp-file .header {
  font-size: 1em;
  margin-bottom: 0.2em;
  margin-top: 0;
}

.zbs-cp-clear {
  clear: both;
}

#zbs-cpp-files-thumb-view .zbs-cp-file-img a,
#zbs-cpp-files-thumb-view .zbs-cp-file-img a:hover {
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
}

#zbs-cpp-files-thumb-view .zbs-cp-file-img img {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

#zbs-cpp-files-thumb-view .zbs-cp-file-img.zbs-cp-file-img-default img {
  box-shadow: none !important;
}

.thumbgallery-row {
  display: flex;
  flex-wrap: wrap;
}

.zbs-cp-thumbgallery-file {
  text-align: center;
  padding: 10px;
  max-width: 20%;
}

.zbs-client-portal-wrap * {
  font-family: "Lato", Helvetica, sans-serif;
  color: #333447;
  line-height: 1.5;
}
.zbs-client-portal-wrap h1 {
  font-size: 2.5em;
}
.zbs-client-portal-wrap h2 {
  font-size: 2em;
}
.zbs-client-portal-wrap h3 {
  font-size: 1.375em;
}
.zbs-client-portal-wrap h4 {
  font-size: 1.125em;
}
.zbs-client-portal-wrap h5 {
  font-size: 1em;
}
.zbs-client-portal-wrap h6 {
  font-size: 0.875em;
}
.zbs-client-portal-wrap p {
  font-size: 1.125em;
  font-weight: 200;
  line-height: 1.8;
}
.zbs-client-portal-wrap .font-light {
  font-weight: 300;
}
.zbs-client-portal-wrap .font-regular {
  font-weight: 400;
}
.zbs-client-portal-wrap .font-heavy {
  font-weight: 700;
}
.zbs-client-portal-wrap .left {
  text-align: left;
}
.zbs-client-portal-wrap .right {
  text-align: right;
}
.zbs-client-portal-wrap .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.zbs-client-portal-wrap .justify {
  text-align: justify;
}
.zbs-client-portal-wrap .hidden-sm {
  display: none;
}
.zbs-client-portal-wrap .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.zbs-client-portal-wrap .row {
  position: relative;
  width: 100%;
}
.zbs-client-portal-wrap .row [class^=col] {
  float: left;
  margin: 0.5em 2%;
  min-height: 0.125em;
}
.zbs-client-portal-wrap .row::after {
  content: "";
  display: table;
  clear: both;
}
.zbs-client-portal-wrap .col-1,
.zbs-client-portal-wrap .col-2,
.zbs-client-portal-wrap .col-3,
.zbs-client-portal-wrap .col-4,
.zbs-client-portal-wrap .col-5,
.zbs-client-portal-wrap .col-6,
.zbs-client-portal-wrap .col-7,
.zbs-client-portal-wrap .col-8,
.zbs-client-portal-wrap .col-9,
.zbs-client-portal-wrap .col-10,
.zbs-client-portal-wrap .col-11,
.zbs-client-portal-wrap .col-12 {
  width: 96%;
}
.zbs-client-portal-wrap .col-1-sm {
  width: 4.3333333333%;
}
.zbs-client-portal-wrap .col-2-sm {
  width: 12.6666666667%;
}
.zbs-client-portal-wrap .col-3-sm {
  width: 21%;
}
.zbs-client-portal-wrap .col-4-sm {
  width: 29.3333333333%;
}
.zbs-client-portal-wrap .col-5-sm {
  width: 37.6666666667%;
}
.zbs-client-portal-wrap .col-6-sm {
  width: 46%;
}
.zbs-client-portal-wrap .col-7-sm {
  width: 54.3333333333%;
}
.zbs-client-portal-wrap .col-8-sm {
  width: 62.6666666667%;
}
.zbs-client-portal-wrap .col-9-sm {
  width: 71%;
}
.zbs-client-portal-wrap .col-10-sm {
  width: 79.3333333333%;
}
.zbs-client-portal-wrap .col-11-sm {
  width: 87.6666666667%;
}
.zbs-client-portal-wrap .col-12-sm {
  width: 96%;
}
@media only screen and (min-width: 45em) {
  .zbs-client-portal-wrap .col-1 {
    width: 4.3333333333%;
  }
  .zbs-client-portal-wrap .col-2 {
    width: 12.6666666667%;
  }
  .zbs-client-portal-wrap .col-3 {
    width: 21%;
  }
  .zbs-client-portal-wrap .col-4 {
    width: 29.3333333333%;
  }
  .zbs-client-portal-wrap .col-5 {
    width: 37.6666666667%;
  }
  .zbs-client-portal-wrap .col-6 {
    width: 46%;
  }
  .zbs-client-portal-wrap .col-7 {
    width: 54.3333333333%;
  }
  .zbs-client-portal-wrap .col-8 {
    width: 62.6666666667%;
  }
  .zbs-client-portal-wrap .col-9 {
    width: 71%;
  }
  .zbs-client-portal-wrap .col-10 {
    width: 79.3333333333%;
  }
  .zbs-client-portal-wrap .col-11 {
    width: 87.6666666667%;
  }
  .zbs-client-portal-wrap .col-12 {
    width: 96%;
  }
  .zbs-client-portal-wrap .hidden-sm {
    display: block;
  }
}

.zbs-portal-grid .button {
  padding: 10px;
  word-break: keep-all;
}
.zbs-portal-grid .file-title {
  font-size: 16px;
  font-weight: bold;
  overflow: auto;
  word-break: break-word;
}
.zbs-portal-grid .file-description {
  padding: 3px;
  margin: 0 0 6px;
  overflow: auto;
  word-break: break-word;
}