#app {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #3C3C3C;
    cursor: default;
}

#search {
    display: none;
}

h1.page-title {
    font-size: calc(1.3rem + 0.6vw);
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0px;
}

h1.with-social {
    margin-bottom: 10px;
}

h2 {
    font-size: calc(1.275rem + 0.3vw);
    margin-bottom: 0.5rem;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

table td, table th {
    padding: 10px 15px;
}

.page-container {
    margin-top: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.search-page-container {
    margin-top: 39px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .full-width {
        padding: 0px 20px;
    }
}

@media (min-width: 992px) {
    .full-width {
        padding: 0px 60px;
    }
}

.content-body {
    margin-top: 38px;
}

.col {
    padding-left: 0px;
    padding-right: 0px;
}

.table-wrapper {
    overflow-x: auto;
}

.title-container {
    padding-left: 0px;
    padding-right: 0px;
}

.text-container {
    padding: 0px 15px;
}

.page-part {
    padding-left: 0px;
    padding-right: 0px;
}

.grey-btm-gradient,
.blue-btm-intense-gradient,
.blue-btm-gradient,
.blue-double-gradient {
    position: relative;
}

.grey-btm-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    transition: all 0.5s ease;
    mix-blend-mode: normal;
}

.blue-btm-intense-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 143, 213, 0.8) 0%, rgba(0, 143, 213, 0) 50%), rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    mix-blend-mode: normal;
}

.blue-btm-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #008FD5 0%, rgba(0, 143, 213, 0.706123) 0%, rgba(0, 143, 213, 0) 100%);
    transition: all 0.5s ease;
    mix-blend-mode: normal;
}

.blue-double-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient( 0deg, rgba(0, 143, 213, 0.8) 0%, rgba(0, 143, 213, 0.2) 50%, rgba(0, 143, 213, 0.5) 100%), rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    mix-blend-mode: normal;
    opacity: 0.8;
}

@media (min-width: 992px) {
     :target {
        display: block;
        position: relative;
        top: -60px;
        visibility: hidden;
    }
}

@media (max-width: 991.98px) {
    h1.page-title {
        margin-bottom: 0px;
    }
    h1.with-social {
        margin-bottom: 24px;
    }
    h2 {
        margin-top: 8px;
    }
    .content-body {
        margin-top: 26px;
    }
    .breadcrumb {
        margin-bottom: 32px;
    }
}

@media (max-width: 767.98px) {
    h1.page-title {
        margin-bottom: 0px;
    }
    h1.with-social {
        margin-bottom: 48px;
    }
    .content-body {
        margin-top: 22px;
    }
}

@media (max-width: 575.98px) {
    h1.page-title {
        margin-bottom: 0px;
    }
    h1.with-social {
        margin-bottom: 30px;
    }
    h2 {
        margin-top: 12px;
        margin-bottom: 24px;
    }
    .content-body {
        margin-top: 18px;
    }
    .breadcrumb {
        margin-bottom: 30px;
    }
}
