.paragraph a.btn{
    text-decoration: none ;    
}

.paragraph a.btn:hover{
    text-decoration: underline ;    
}

.btn.btn-secondary {
    background: var(--button_secondary_color);
    color: var(--button_secondary_text_color);
    border-color:  var(--button_secondary_color);
    padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
    font-weight: 600;
    line-height: 1.5;
  }
  
.btn.btn-secondary:hover {
  background: var(--button_secondary_color);
  color: var(--button_secondary_text_color);
}

.field--name-field-body-text iframe, .field--name-field-html-text iframe{
  max-width: 100%;
}

@media only screen and (max-width:500px) {
    img.icon-mobile[width="343"] {
        width: 343px;
    }
    img.icon-mobile[width="150"] {
        width: 150px;
    }
    img.icon-mobile[width="100"] {
        width: 100px;
    }
    img.icon-mobile[width="50"] {
        width: 50px;
    }

    .node__content {
        .field--name-body, .paragraph--type--body {
            .align-center img {
                display: block;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 24px;
            }

            .align-right img {
                float: none;
                margin-left: auto;
                margin-bottom: 24px;
            }

            .align-left img {
                float: none;
                margin-right: auto;
                margin-bottom: 24px;
            }
        }
    }
    .text-formatted {
        figure.align-left, img.align-left {
            margin-right: 0;
        }

        figure.align-right, img.align-right {
            margin-left: 0;
        }
    }
}

.view .pagination .page-item a,
.view .pagination .page-item .page-link {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border: none;
}

.view .pagination .page-item.active a,
.view .pagination .page-item.active .page-link {
    text-decoration: none;
}

/* Service highlight cards overwrite */
.field--name-field-highlight-cards > .row > .col .paragraph--type--service-highlights a,
.field--name-field-highlight-para > .row > .col .paragraph--type--service-highlights a {
  flex-direction: row;
}

/* Table style overwrite */
body .node table, body .node td {
    border: 1px solid #000000;
}

body .node table thead {
  background-color: #1B467D;
}

body .node table thead th {
    color: #ffffff;
    border-right: 1px solid #ffffff;
    font-size: 1.25rem;
    line-height: 2rem;
}

body .node table thead th:last-child {
    border-right: none;
}

body .node td {
    border-top: none;
}