
/* GLOBAL */
/* */
html {
scroll-behavior: smooth;
}
@media(min-width: 576px) {
h1, .h1 {
font-size: 2.7rem;
}
h2,
.h2 {
font-size: 2.4rem;
}
h3,
.h3 {
font-size: 2.1rem;
}
h4,
.h4 {
font-size: 1.9rem;
}
h5,
.h5 {
font-size: 1.6rem;
}
h6,
.h6 {
font-size: 1.3rem;
}
}
@media(min-width: 768px) {
h1, .h1 {
font-size: 3.1rem;
}
h2,
.h2 {
font-size: 2.75rem;
}
h3,
.h3 {
font-size: 2.4rem;
}
h4,
.h4 {
font-size: 2.05rem;
}
h5,
.h5 {
font-size: 1.7rem;
}
h6,
.h6 {
font-size: 1.35rem;
}
}
@media(min-width: 1200px) {
h1.mega, .h1.mega {
font-size: 4.5rem !important;
}
body {
font-size: 1.1rem;
}
h1,
.h1 {
font-size: 3.4rem;
}
h2,
.h2 {
font-size: 3rem;
}
h3,
.h3 {
font-size: 2.6rem;
}
h4,
.h4 {
font-size: 2.2rem;
}
h5,
.h5 {
font-size: 1.8rem;
}
h6,
.h6 {
font-size: 1.4rem;
}
}
@media(min-width: 1600px) {
h1, .h1 {
font-size: 3.8rem;
}
h2,
.h2 {
font-size: 3.25rem;
}
h3,
.h3 {
font-size: 2.8rem;
}
h4,
.h4 {
font-size: 2.35rem;
}
h5,
.h5 {
font-size: 1.9rem;
}
h6,
.h6 {
font-size: 1.45rem;
}
}
h5,
h6,
.h5,
.h6 {
font-family: "Open Sans", sans-serif;
}
.blog-title.h5 {
font-weight: normal;
font-family: "Playfair Display", sans-serif;
}
.btn {
white-space: normal;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
@media(min-width: 992px) {
.bg-angle {
background: rgb(255, 255, 255);
background: linear-gradient(45deg, rgba(255, 255, 255, 1) 70%, #cacabf 70.1%);
}
.bg-angle2 {
background: rgb(255, 255, 255);
background: linear-gradient(315deg, rgba(255, 255, 255, 1) 80%, #cacabf 80.1%);
}
}
#savecontent img {
max-width: 100% !important;
height: auto !important;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
.rightfloat-sm {
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;
}
.round,
.rounded {
border-radius: 12px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
background-color: rgba(0, 0, 0, 0.9);
padding: 1rem;
background-size: 20px;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
.anchor {
scroll-margin-top: 200px;
}
#savecontent form label {
font-weight: bold;
}
#savecontent form .checkbox-group label,
#savecontent form .radio-group label {
font-weight: normal;
}
.blog-data .blog-description {
font-size: .8rem;
}
.blog-posted-date {
margin-bottom: 1rem !important;
}
.blog-detail-page {
background: var(--light);
}
.oms-blog-detail > .container {
background: white;
padding: 1.5rem;
}
.formbuilder-required {
color: var(--primary);
}
.circle {
color: white;
width: 130px;
margin: 10px;
height: 130px;
padding: 1rem;
display: flex;
align-items: center;
justify-content: center;
border-radius: 500px;
line-height: 1.15;
}
@media(min-width: 768px) {
.circle {
width: 170px;
height: 170px;
font-size: 1.4rem;
}
}
.circle.primary {
font-size: 1.3rem;
}
.circle:hover {
background: var(--primary) !important;
color: white;
box-shadow: 0 0 0 10px var(--primary);
}
.circle.primary:hover {
background: var(--dark) !important;
box-shadow: 0 0 0 10px var(--dark);
}
.bullet-cols {
columns: 1;
column-gap: 40px;
}
@media(min-width: 768px) {
.bullet-cols {
columns: 2;
}
}
@media(min-width: 1200px) {
.bullet-cols {
columns: 3;
}
}
#savecontent form * {
font-weight: normal !important;
}
.sub-hero {
background-image: url(/userfiles/2566/images/sub-hero-pattern.png) !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center center !important;
}
.sub-hero .overlay {
opacity: .1 !important;
}
.sub-hero .container.py-4.py-sm-5.py-md-6.py-lg-7.py-xl-8 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
/* PAGE SPECIFIC */
/* FOOTER */
