
.roboto-light,
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.roboto-medium,
.carousel-caption p,
.meta .nav-link,
.btn,
.blockquote,
.card-body p,
.cc-window,
.offcanvas-body .nav-link,
strong, b,
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.content h2 {
    color:#135eab;
}

html, body {
    height: 100%;    
}

body {
    display: flex;
    overflow-x: hidden;
    flex-direction: column;
    font-size:19px;
    color:#666;
    font-weight:400;
}   

h1 + h2,
p + h2,
ul + h2,
h2 + h3,
p + h3,
ul + h3,
.link-primary + h2,
.link-primary + h3 {    
    margin-top: 3rem !important;
}

li::marker {
    color:#135eab;
}


.g-5,.gx-5 {
    --bs-gutter-x: 0rem;
}

.my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.mt-5 {
    margin-top: 4rem !important;
}

.mb-5 {
    margin-bottom: 4rem !important;
}

.m-5 {    
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.pt-5 {
    padding-top: 4rem !important;
}

.pb-5 {
    padding-bottom: 4rem !important;
}

.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.p-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}






.my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.mt-lg-5 {
    margin-top: 2rem !important;
}

.mb-lg-5 {
    margin-bottom: 2rem !important;
}

.m-lg-5 {    
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.pt-lg-5 {
    padding-top: 2rem !important;
}

.pb-lg-5 {
    padding-bottom: 2rem !important;
}

.py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.p-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

@media (min-width: 992px) {
    .g-5,.gx-5 {
        --bs-gutter-x: 3rem
    }
    
    .my-lg-5 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    
    .mt-lg-5 {
        margin-top: 4rem !important;
    }
    
    .mb-lg-5 {
        margin-bottom: 4rem !important;
    }
    
    .m-lg-5 {    
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    
    .pt-lg-5 {
        padding-top: 4rem !important;
    }
    
    .pb-lg-5 {
        padding-bottom: 4rem !important;
    }
    
    .py-lg-5 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    
    .p-lg-5 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    
    .blockquote {
        font-size: 1.75rem;
        line-height: 1.4em;
    }
}    





.backdrop {
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: hsl(210deg 80% 25% / 85%);
    pointer-events: none;
}

.cta-block i {
    background: #f5f5f5;
    border-radius: 100%;
    display: flex;
    font-size: 3rem;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
}

.cta-block p:last-child {
    margin-bottom:0;    
}

.nav-block i {
    font-size: 3rem;
    align-items: center;
    width: 50%;
    margin-bottom: 1rem;
}

.nav-block p:last-child {
    margin-bottom:0;    
}

.cta-block h3, .nav-block h3 {
    font-size: 1.5rem;
}

.carousel-caption {
    left: 0.75rem;
    right: 0.75rem;
    text-align: left;
    top: 0;
    display: flex;
    justify-content: center;    
    bottom: 0;
    padding: 0;
    flex-direction: column;
}

.carousel-bg-img {
    aspect-ratio: 3/4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fa-bars {
    color:#fff;
    font-size: 50px;
}

.btn-primary,
.btn-secondary {
    border-radius:25px;
    padding: 12px 25px;
    font-size: 18px;
    border: none;
}

.meta .btn,
.btn-primary.btn-sm,
.btn-secondary.btn-sm {
    font-size: 15px;
    padding: 8px 17px;
} 

.btn-primary {
    background-color:#135eab;
}

.btn-primary:hover {
    background-color: #105293;    
}

.meta .btn-secondary {
    color: #666;
    background-color:#fff;
}

.meta .btn-secondary:hover {
    color: #666;
    background-color: #ddd;    
}

.btn-secondary {
    color: #666;
    background-color: #ddd;
}

.btn-secondary:hover {
    color: #666;
    background-color: #c4c4c4;    
}

.btn-link {
    padding: 12px 0;
    font-size: 18px;
    color:#fff;
    text-decoration:none;
}

header [data-bs-toggle="offcanvas"]:hover,
.btn-link:hover,
.btn-link:active {
    color: #ddd !important;
}

.text-secondary {
    color: #666 !important;
}

.alert {
    border:none;    
}

.alert p {
    display:flex;
    column-gap: 1.5rem;
    align-items: center;
    color: #666;
    font-weight: 500;
}

.alert p > i {
    font-size: 3rem;
}

li > p {
    margin-bottom:0;
}

header [data-bs-toggle="offcanvas"] {
    cursor:pointer;    
    transition:.2s all;
}

.cms-toolbar-expanded header,
.cms-toolbar-expanded .offcanvas {
    top: 46px !important;
}

figure.blockquote {
    margin-left:auto;
    margin-right:auto;    
    display: flex;
    flex-direction: column;
}

.blockquote-footer {
    margin-top:0;
    margin-left:auto;
}

footer {
    background: #f5f5f5;
    font-weight:400;
}

footer .deep,
footer .deep a {
    background: #135eab;
    color: #ffffff;
}

.content p a,
.content li a,
.content .link-primary {
    text-decoration:none;
    color: #135eab !important;
}

.link-primary > i {
    margin-right:.5em !important;
}

footer a {
    text-decoration:none;
    color:#666;
}

footer .nav-item {
    list-style:none;    
}

.card {
    border:none;            
}

.card-link {
    text-decoration:none;
}

.card-body {
    padding:0;              
}

.card-body img + .card-link > div {
    position:absolute;
    background: #135eab;
    color:#fff;
    padding: 20px 15px;
    border-top-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xl)!important;
    right: 25px;
    bottom: 25px;
    margin: 0;
    transition:.2s all;
    width: 85%;
}

.card-body img + .card-link:hover > div {
    background: #105293;    
    right: 1rem;
}

.card-body img + div h3 {
    margin-bottom:3px;
}

.card-body img {
    border-radius: var(--bs-border-radius-xl)!important;
}

.card-body p {
    margin:0;    
}

.team .card-body img + .card-link > div {
    position: relative;
    bottom: 0;
    right: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: var(--bs-border-radius-xl)!important;
    width: 100%;
}

.team .card-body img {
    width:100%;
    border-bottom-left-radius:0 !important;
    border-bottom-right-radius:0 !important;
}

.offcanvas-body .nav-link {
    color:#135eab;
    transition:.2s all;
}

.offcanvas-body .nav-link:hover {
    padding-left: 1.25rem;
}

.offcanvas-body .nav-item > ul .nav-item a {
    padding-top:0;
}

.offcanvas-body .nav-item > ul .nav-item a {
    font-size: 17px;
}

.form-label {
    font-weight:500;
}

.table {
    margin-top:2rem;
}

.table * {
    color: #666 !important;
}

.table td > p:last-child {
    margin-bottom:0;
}

.table td:first-child > p {
    font-weight:500;
}

.table td:first-child {
    background:hsl(211deg 79% 37% / 10%);
}

.cc-window {
    background: #666 !important;
    color: #fff !important;
    flex-direction: column !important;
    align-items: stretch;
    max-width:100% !important;
    bottom:0;
}

.cc-message {
    margin:0 !important;
    padding: 15px 25px 0;
}

.cc-link {
    padding:0 !important;
    color: #fff !important;
    opacity: 1 !important;
    text-decoration: none !important;
}

.cc-btn {
    background: none !important;
    color: #fff !important;
    padding: 15px 25px !important;
    font-size: 16px !important;
    display: inline !important;
    min-width: auto !important;
    border: none !important;
    position: relative;
    font-weight: normal !important;
	text-decoration:none;
}

.cc-link:hover,
.cc-btn:hover {
    text-decoration:none;
    opacity: .65 !important;
}

.cc-compliance {
    width:100%;
}

@media (max-width: 430px) {
    .d-xxs-none {
        display:none;
    }
}


@media (max-width: 767px) {
    h1 br,
    h2 br,
    .carousel-caption p br {
        display:none;
    }    
}

@media (min-width: 768px) {
    .cc-window {
       flex-direction: row !important;
    }

    .cc-compliance {
        width:auto;
    }

	.cc-message {
		padding-bottom:15px;
	}
    
    .carousel-bg-img {
        aspect-ratio: 21/9;        
    }
    
    .carousel-caption {
        left: 10%;
        right: 10%;
    }
    
    .card-body img {
        width: calc(100% - 49px);
    }    
    
    figure.blockquote {
        width:75%;
    }
}



