
/* GLOBAL */
html {
scroll-behavior: smooth;
}
body {
font-family: "Inter", sans-serif;
}
.btn {
white-space: normal;
}
@media(min-width: 992px) {
h1.mega, .h1.mega {
font-size: 4rem;
}
}
@media(max-width: 767px) {
h1, .h1 {
font-size: 2rem;
}
h2,
.h2 {
font-size: 1.75rem;
}
h3,
.h3 {
font-size: 1.6rem;
}
h4,
.h4 {
font-size: 1.45rem;
}
h5,
.h5 {
font-size: 1.3rem;
}
h6,
.h6 {
font-size: 1.15rem;
}
}
/*h1,
.h1 {
text-transform: uppercase;
}*/
#savecontent {
margin-top: -2px;
}
#savecontent ul:not(.regular) {
list-style-type: none;
position: relative;
}
#savecontent ul:not(.regular) li {
position: relative;
}
#savecontent ul:not(.regular) li::before {
content: '';
position: absolute;
left: -20px;
top: 5px;
width: 1rem;
height: 0.9rem;
background-repeat: no-repeat;
background-image: url("/userfiles/2550/images/angle-right-solid.svg");
}
.btn-primary-alt,
.btn-primary {
background: linear-gradient(90deg, rgba(27, 76, 123, 1) 0%, rgba(168, 36, 55, 1) 100%);
border: 1px solid transparent;
color: white;
font-weight: 700;
transition: background 0s ease-in-out !important;
}
.btn-primary-alt:hover,
.btn-primary:hover {
background: var(--danger);
border: 1px solid var(--danger);
}
.gradient-text {
background: -webkit-linear-gradient(#1B4C7B, #A82437);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.btn {
white-space: normal;
border-radius: 500px;
padding: 8px 24px;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
.btn-primary-alt {
color: white;
}
/*#savecontent img {
max-width: 100% !important;
height: auto !important;
}*/
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
.btn-primary {
color: white !important;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
@media(max-width: 991px) {
.omsNav .dropdown-item {
white-space: pre-wrap;
}
}
#savecontent ul:not(.regular) {
list-style-type: none;
position: relative;
}
#savecontent ul:not(.regular) li {
position: relative;
}
.blog-detail-page {
background: var(--light);
}
.blog-detail-page .blog {
background: white;
padding: 1.5rem;
border-radius: 12px;
}
.blog .blog-desc > h1 {
font-weight: bold;
color: var(--primary) !important;
}
@media(min-width: 1200px) {
.bio-pic {
background-attachment: fixed !important;
}
img.wavy {
height: 100% !important;
}
}
@media(max-width: 1199px) {
.bio-pic {
padding-bottom: 60%;
background-size: contain !important;
background-position: top left !important;
margin-top: 5%;
margin-right: -5%;
}
}
.round,
.rounded {
border-radius: 18px !important;
}
.wavy {
left: -2px !important;
}
.nav-gradient {
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(172, 172, 172, 1) 60%);
}
.foot-hero {
display: none;
}
.sub-video {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 105dvh;
object-fit: cover;
object-position: center center;
z-index: -1;
}
.overlay-content {
position: relative;
z-index: 1;
/* color: white;*/
}
.overlay-shade {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.7);
z-index: 0;
}
@media(min-width: 992px) {
.overlay-shade {
/* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.01) 100%);*/
background: linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, 0.75) 70%, rgba(255, 255, 255, 0.0) 100%);
z-index: 0;
width: 90% !important;
left: 0;
}
}
#heroCarousel {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 85dvh;
z-index: 0;
}
#heroCarousel .carousel-item {
width: 100%;
height: 85dvh;
background-size: cover;
background-position: right center;
transition-duration: 1.2s
}
@media(min-width: 992px) {
#heroCarousel .carousel-item {
background-attachment: fixed !important;
}
}
@keyframes kenburns-zoom {
0% {
transform: scale(1) translateZ(0);
}
100% {
transform: scale(1.25) translateZ(0);
}
}
.carousel-item.kenburns-active {
animation: kenburns-zoom 10s linear forwards;
}
.blog-posted-date {
display: none;
}
.blog-image a.d-flex {
padding-bottom: 65% !important;
}
.blog .blog-desc > p {
font-weight: bold;
}
.blog .blog-desc > .w-100 {
float: none;
width: 100% !important;
margin: 0 0 1rem 0;
}
.blog-detail-image {
margin-bottom: 0 !important;
border-radius: 10px;
}
@media(min-width: 768px) {
.blog .blog-desc > .w-100 {
float: right;
width: 30% !important;
margin: 0 0 .5rem 1rem;
}
}
.blog-video .video-container {
position: relative;
width: 100%;
padding-bottom: 35%;
overflow: hidden;
}
@media(min-width: 992px) {
.blog-video .video-container {
padding-bottom: 20%;
}
}
.blog-video .video-bg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
width: 100%;
height: auto;
object-fit: cover;
}
/* PAGE SPECIFIC */
/* FOOTER */
