html {
    scroll-behavior: smooth;
}

body {
    padding-top: 62px;
    font-family: "Titillium Web", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
}

b, strong {
    font-weight: 600;
}

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.4rem;
    margin-top: .8rem;
}

h3 {
    font-size: 1.3rem;
    margin-top: .8rem;
}

h4 {
    font-size: 1.2rem;
    margin-top: .8rem;
}


a {
    color: #005fc1;
    text-decoration: none;
}

.header {
    background-color: #f7f7f7;
    padding-bottom: 5px;
}

.bd-footer {
    background-color: #f7f7f7;
    font-size: .9rem;
    margin-top: 1rem;
}

.navbar {
    background-color: rgba(33, 37, 41, 1);
}

.navbar-brand {
    font-size: 1.5rem;
}

.navbar-brand > b {
    font-weight: 600;
}

.btn-primary {
    background-color: #005fc1;
    border-color: #005fc1;
}

.btn-outline-primary {
    color: #005fc1;
    border-color: #005fc1;
}

.container {
    padding-top: 15px;
    padding-bottom: 5px;
    max-width: 1320px;
}


section::before {
    display: block;
    content: " ";
    margin-top: -60px;
    height: 60px;
}

section {
    margin-bottom: 1rem;
}

small {
    font-size: 90%;
}

.news-item {
    margin-bottom: 1rem;
}

.news-item p {
    margin-bottom: 0;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #5d7083;
    padding-left: 4em;
    background-color: #fff;
    border-radius: 0;
    color: #1a1a1a;
    background-position: 20px 12px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.alert-primary {
    border-left: 8px solid hsl(210deg, 100%, 40%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='hsl(210deg, 100%, 40%)' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.7-15h1.5v2h-1.5zm0 3h1.5v9h-1.5z'%3E%3C/path%3E%3C/svg%3E");
}

.alert-warning {
    border-left: 8px solid hsl(36deg, 100%, 30%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='hsl(36deg, 100%, 30%)' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.5-6.8V5.7h1.2v8.5zm-.1 2.3h1.2v1.8h-1.2z'%3E%3C/path%3E%3C/svg%3E");
}

.alert-success {
    border-left: 8px solid hsl(160, 100%, 25%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='hsl(160, 100%, 25%)' d='M17.1 7.9l.7.7-7.8 7.6-4.7-4.6.7-.7 4 3.9zM22 12A10 10 0 1 1 12 2a10 10 0 0 1 10 10zm-1 0a9 9 0 1 0-9 9 9 9 0 0 0 9-9z'%3E%3C/path%3E%3C/svg%3E");
}

.alert-info {
    border-left: 8px solid hsl(210, 17%, 44%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='hsl(210, 17%, 44%)' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.7-15h1.5v2h-1.5zm0 3h1.5v9h-1.5z'%3E%3C/path%3E%3C/svg%3E");
}

.row [class*=col-]>.card-wrapper {
    height: 100%;
}
@media (min-width: 992px) {
    .card-wrapper.card-space {
        padding-bottom: 12px;
    }
}

@media (min-width: 992px) {
    .card-wrapper {
        padding-bottom: 0;
    }
}
.card-wrapper {
    padding-bottom: 24px;
    display: flex;
}

.row [class*=col-]>.card-wrapper>.card {
    height: 100%;
}
@media (min-width: 992px) {
    .card.card-bg, .card.card-img {
        margin: 0;
    }
}
.card.card-bg {
    margin-left: 8px;
    margin-right: 8px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    background: #fff;
}
@media (min-width: 992px) {
    .card {
        border: none;
    }
}
.card {
    border: none;
    padding: 0;
    position: relative;
    width: 100%;
}
.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 2rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: hsl(210deg, 4%, 78%);
    --bs-card-border-radius: 0;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: -1px;
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 2rem;
    --bs-card-cap-bg: transparent;
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: hsl(0deg, 0%, 100%);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    box-shadow: var(--bs-card-box-shadow);
}

.card .it-card-footer {
    display: flex;
    align-items: center;
    margin-top: 48px;
}

.card .card-body {
    padding: 24px;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.card .card-body h5.card-title, .card .card-body .card-title.h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #30475f;
    margin-bottom: 16px;
    transition: all .3s;
}

.card .card-body .card-text {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1a1a1a;
}

.card.border-bottom-card::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    bottom: 0;
    background: #06c;
}

.img-responsive-wrapper {
    overflow: hidden;
}

.img-responsive-wrapper .img-responsive {
    height: 100%;
    width: 100%;
}

.img-responsive-wrapper .img-responsive .img-wrapper {
    width: 100%;
    height: 100%;
}

.img-responsive-wrapper .img-responsive .img-wrapper img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card .img-responsive-wrapper {
    max-height: 150px;
}


/* ..... */
.it-hero-wrapper{
    min-height:380px;
    position:relative;
    background-color:#06c;
    display:flex;
    align-items:flex-end
}
.it-hero-wrapper .img-responsive-wrapper{
    position:absolute;
    width:100%;
    height:100%;
    top:0
}
.it-hero-wrapper .img-responsive-wrapper .img-responsive{
    padding-bottom:inherit;
    height:100%;
    position:static
}
.it-hero-wrapper.it-hero-small-size{
    min-height:230px
}
.it-hero-wrapper .it-hero-text-wrapper{
    padding:48px 34px;
    background:transparent!important;
    position:relative
}
.it-hero-wrapper .it-hero-text-wrapper :last-child{
    margin-bottom:0
}
.it-hero-wrapper .it-hero-text-wrapper .h1,.it-hero-wrapper .it-hero-text-wrapper .h2,.it-hero-wrapper .it-hero-text-wrapper .h3,.it-hero-wrapper .it-hero-text-wrapper .h4,.it-hero-wrapper .it-hero-text-wrapper .h5,.it-hero-wrapper .it-hero-text-wrapper .h6,.it-hero-wrapper .it-hero-text-wrapper h1,.it-hero-wrapper .it-hero-text-wrapper h2,.it-hero-wrapper .it-hero-text-wrapper h3,.it-hero-wrapper .it-hero-text-wrapper h4,.it-hero-wrapper .it-hero-text-wrapper h5,.it-hero-wrapper .it-hero-text-wrapper h6,.it-hero-wrapper .it-hero-text-wrapper p,.it-hero-wrapper .it-hero-text-wrapper span{
    color:#fff;
    margin-bottom:24px
}
.it-hero-wrapper .it-hero-text-wrapper span.it-category{
    display:block;
    font-size:1rem;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:.9px
}
.it-hero-wrapper .it-hero-text-wrapper .h1,.it-hero-wrapper .it-hero-text-wrapper h1{
    font-size:2rem;
    letter-spacing:unset
}
.it-hero-wrapper .it-hero-text-wrapper p{
    font-size:1rem;
    font-family:Lora,Georgia,serif
}
.it-hero-wrapper .it-hero-text-wrapper .it-btn-container{
    margin-top:8px
}
.it-hero-wrapper.it-text-centered .it-hero-text-wrapper{
    text-align:center
}
.it-hero-wrapper.it-overlay .img-responsive-wrapper:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0
}
.it-hero-wrapper.it-overlay.it-dark .img-responsive-wrapper:after{
    background:rgba(23,50,77,.54)
}
.it-hero-wrapper.it-overlay.it-primary .img-responsive-wrapper:after{
    background:rgba(0,102,204,.85)
}
.it-hero-wrapper.it-overlay.it-filter .img-responsive-wrapper img{
    mix-blend-mode:screen
}
.it-hero-wrapper.it-overlay.it-filter .img-responsive-wrapper:after{
    display:none
}
.it-hero-wrapper.it-bottom-overlapping-content{
    margin-bottom:-80px
}
.it-hero-wrapper.it-bottom-overlapping-content .it-hero-text-wrapper{
    padding-bottom:136px
}
.it-hero-wrapper.it-wrapped-container{
    min-height:0!important;
    align-items:flex-end
}
.it-hero-wrapper .it-hero-card{
    background-color:#fff
}
.it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping{
    position:relative;
    margin-top:80px;
    margin-bottom:-80px
}
@media(max-width:575px){
    .it-hero-wrapper.it-wrapped-container{
        display:flex;
        flex-direction:column
    }
    .it-hero-wrapper.it-wrapped-container .container{
        background-color:#fff
    }
    .it-hero-wrapper.it-wrapped-container .img-responsive-wrapper,.it-hero-wrapper.it-wrapped-container .img-responsive-wrapper .img-wrapper{
        position:relative
    }
    .it-hero-wrapper.it-wrapped-container .img-responsive-wrapper:after{
        content:none
    }
    .it-hero-wrapper.it-wrapped-container .it-hero-card{
        background-color:#fff;
        border-radius:0!important;
        box-shadow:none!important
    }
    .it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping{
        margin:0
    }
}
@media(min-width:576px){
    .it-hero-wrapper.it-wrapped-container{
        min-height:0!important;
        align-items:flex-end
    }
    .it-hero-wrapper .it-hero-card{
        background-color:#fff
    }
    .it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping{
        margin-top:80px;
        margin-bottom:-80px
    }
}
@media(min-width:768px){
    .it-hero-wrapper.it-hero-small-size{
        min-height:300px
    }
    .it-hero-wrapper .it-hero-text-wrapper{
        padding:48px 40% 48px 34px
    }
    .it-hero-wrapper.it-text-centered .it-hero-text-wrapper{
        padding:48px 20%
    }
}
@media(min-width:992px){
    .it-hero-wrapper{
        position:relative;
        min-height:620px;
        align-items:center
    }
    .it-hero-wrapper.it-hero-small-size{
        min-height:400px
    }
    .it-hero-wrapper .it-hero-text-wrapper{
        padding:120px 40% 168px 26px
    }
    .it-hero-wrapper .it-hero-text-wrapper span.it-category{
        position:absolute;
        margin-top:-56px
    }
    .it-hero-wrapper .it-hero-text-wrapper .h1,.it-hero-wrapper .it-hero-text-wrapper h1{
        font-size:2.6666666667rem
    }
    .it-hero-wrapper .it-hero-text-wrapper p{
        margin-bottom:0
    }
    .it-hero-wrapper .it-hero-text-wrapper .it-btn-container{
        position:absolute;
        margin-top:48px
    }
    .it-hero-wrapper.it-text-centered .it-hero-text-wrapper{
        padding:120px 20% 144px
    }
    .it-hero-wrapper.it-text-centered .it-hero-text-wrapper .it-btn-container,.it-hero-wrapper.it-text-centered .it-hero-text-wrapper span.it-category{
        left:20%;
        right:20%
    }
    .it-hero-wrapper.it-bottom-overlapping-content{
        margin-bottom:-80px
    }
    .it-hero-wrapper.it-bottom-overlapping-content .it-hero-text-wrapper{
        padding-bottom:240px;
        padding-top:160px
    }
    .it-hero-wrapper.it-bottom-overlapping-content+.container .card-wrapper .card-body{
        padding-top:48px
    }
}
@media(min-width:1400px){
    .it-hero-wrapper.it-bottom-overlapping-content+.container .card-wrapper .card-body{
        padding-top:60px
    }
}

a.read-more {
    display: flex;
    align-items: center;
    color: #06c;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .9px;
    font-size: .875rem;
    text-decoration: none;
}

a.read-more .icon {
    margin-left: 8px;
    fill: #06c;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.card .categoryicon-top {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.card .it-card-footer {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

.day-block {
  background-color: #f9fafb;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.day-block h5 {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333;
}