.highlight-box {
height: 100%;
overflow: hidden;
}
.highlight-box .img {
position: relative;
background-size: cover;
background-position: center;
min-height: 350px;
}
.highlight-box .fp.p-xl-5 {
padding: 0!important;
}
.highlight-box .fp.p-xl-5 {
padding: 0!important;
}
.page-template-frontpage .highlight-box .fp.p-xl-5 {
padding: 3rem!important;
}
.highlight-box .bottom-arrow-wrapper {
position: relative;
}
.highlight-box .bottom-arrow {
position: absolute;
bottom: 0;
width: 100%;
padding-bottom: 15px;
left: 0;
}
.highlight-box.bg-custom .bottom-arrow {
background-color: #ffd600;
border: 1px solid #ffd600;
}
.highlight-box.bg-secondary .bottom-arrow {
background-color: #00abbd;
border: 1px solid #00abbd;
}
.highlight-box .bottom-arrow::before, 
.highlight-box .bottom-arrow::after {
content: '';
position: absolute;
bottom: 100%;
width: 50%;
padding-bottom: inherit;
background-color: inherit;
}
.highlight-box .bottom-arrow::before {
right: 50%;
-ms-transform-origin: 100% 100%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-ms-transform: skewX(45deg);
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.highlight-box .bottom-arrow::after {
left: 50%;
-ms-transform-origin: 0 100%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-ms-transform: skewX(-45deg);
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
@media screen and (max-width: 1199px) {
.page-template-frontpage .highlight-box .fp.p-xl-5 {
padding: 3rem!important;
}
}
@media screen and (max-width: 991px) {
.highlight-box .img {
min-height: 350px;
}
}
@media screen and (max-width: 575px) {
.highlight-box .img {
min-height: 250px;
}
}.cta {
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 750px;
padding: 70px 0;
background-size: cover;
background-position: center;
}
.cta h1,
.cta h2,
.cta h3,
.cta h4,
.cta h5,
.cta h6 {
text-transform: uppercase;
}
@media screen and (max-width: 1920px) {
.cta {
min-height: 450px;
}
}.latest-posts-block .date {
font-weight: 700;
font-size: 0.8rem;
margin-bottom: 0.3rem;
}
.latest-posts-block .latest-posts-block-heading a {
color: #fff;
font-size: 1.25rem;
}
.latest-posts-block {
height: 100%;
overflow: hidden;
background-color: #00abbd;
}
.latest-posts-block .img {
position: relative;
background-size: cover;
background-position: center;
min-height: 200px;
background-blend-mode: multiply;
background-color:#f15b67;
}
.latest-posts-block .img a {
position: absolute;
display: block;
width: 100%;
height: 100%;
}
.latest-posts-block h3 a {
text-decoration: none;
}
.latest-posts-block h3 a:hover {
text-decoration: underline;
}
.latest-posts-block .bottom-arrow-wrapper {
position: relative;
}
.latest-posts-block .bottom-arrow {
position: absolute;
bottom: 0;
width: 100%;
padding-bottom: 15px;
left: 0;
}
.latest-posts-block .bottom-arrow {
background-color: #00abbd;
border: 1px solid #00abbd;
}
.latest-posts-block .bottom-arrow::before, 
.latest-posts-block .bottom-arrow::after {
content: '';
position: absolute;
bottom: 100%;
width: 50%;
padding-bottom: inherit;
background-color: inherit;
}
.latest-posts-block .bottom-arrow::before {
right: 50%;
-ms-transform-origin: 100% 100%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-ms-transform: skewX(45deg);
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.latest-posts-block .bottom-arrow::after {
left: 50%;
-ms-transform-origin: 0 100%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-ms-transform: skewX(-45deg);
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
@media screen and (max-width: 1199px) {
.page-template-frontpage .latest-posts-block .fp.p-xl-5 {
padding: 3rem!important;
}
}