body{
    font-size: 0.9rem;
    font-family:Arial, Helvetica, sans-serif;
    color: #5a5b5b;
}

.page {
    width: 21cm;
    height: 29.7cm;
    margin: 30mm 45mm 30mm 45mm; 
    position: relative;
    overflow: hidden;
    /* margin: 0 auto; */
    background: #fff;
    z-index: 1;
}

img {
    max-width: 100%;
}

.image-slots {
    display: flex;
    flex: 1 0 50%;
}
.image-slots > img[src=''] {
    display: none;
}
.image-slots > img {
    min-width: 25%;
}
.flex {
    display: flex;
}

.flex-aifs {
    align-items: flex-start;
}

.flex-jcsb {
    justify-content: space-between;
}

.flex-jc-fe {
    justify-content: flex-end;
}

.flex--ai-c {
    align-items: center;
}

.flex--jc-sb {
    justify-content: space-between;
}

.flex--jc-c {
    justify-content: center;
}

.section {
    float: left;
    padding: 20px 0;
}

/* This is so that in the preview the size of the element can be seen more easily */
.node-template-preview .section {
    border: 1px solid #ccc;
}

.rel {
    position: relative;
}

.w-100 {
    width: 100%;
}

.w-75 {
    width: 75%;
}

.w-70 {
    width: 70%;
}

.w-50 {
    width: 50%;
}

.w-25 {
    width: 25%;
}

.w-60 {
    width: 60%;
}

.w-45 {
    width: 45%;
}

.w-40 {
    width: 40%;
}

.h-100 {
    height: 100%;
}

.h-75 {
    height: 75%;
}

.h-70 {
    height: 70%;
}
.h-33 {
    height: 33%;
}

.h-50 {
    height: 50%;
}

.h-20 {
    height: 20%;
}

.h-25 {
    height: 25%;
}

.h-60 {
    height: 60%;
}

.h-45 {
    height: 45%;
}

.h-40 {
    height: 40%;
}
.h-13 {
    height: 13%;
}
.h-10 {
    height: 10%;
}

.container {
    height: 100%;
}

.pdf-table th,
.pdf-table td {
    border-right: 1px solid;
    text-align: center;
    padding: 3px 0;
    font-weight: normal;
}

.pdf-table td {
    /* border-top: 1px solid; */
    color: #357ab3;
}

.pdf-table th {
    background: #357ab3;
    color: #fff;
    border-color: #26679d !important;
}

/* .pdf-table th:last-child,
.pdf-table td:last-child {
    border-right: none;
} */

.pdf-table {
    width: 100%;
    font-size: 0.8rem;
    /* border: 1px solid; */
    border-bottom: 1px solid;
}

.pdf-table, 
.pdf-table td {
    border-color: #cfcfcf !important;
}

.pdf-table th:first-child,
.pdf-table td:first-child {
    border-left: 1px solid;
}

.pdf-table tr:first-child th {
  border-top: 1px solid;
}

.pdf-table tr:first-child th + td {
  border-top: 1px solid;
}


/*
.page .section.border:not(:last-child) {
    border-bottom: 1px solid #cfcfcf;
}
*/

.pl-5 {
    padding-left: 5%;
}

.pr-5 {
    padding-right: 5%;
}

a {
    color: rgb(52, 121, 175); /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

.listing-usps {
    display: flex;
    background-color: #3379b4;
    flex-wrap: wrap;
    margin: auto -1px 0 0;
}
.listing-usp {
    flex: 1 0 50%;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    min-height: 32px;
    text-transform: uppercase;
}
.listing-usp:empty {
    display: none;
}

.corner-ribbon{
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 100;
}

.corner-ribbon.top-left{
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}