/*CSS for boxed content inside blog and press release posts*/.wpex-alert-info{margin:40px 0 40px 0;padding:40px;background:#f1f3f7;border-radius:5px;border:none}.wpex-alert-success{margin:40px 0 40px 0;padding:40px;background-color:#ffffff;border:2px solid #24cf82;border-radius:5px}.wpex-alert-warning{margin:40px 0 40px 0;padding:0px 40px 0px 20px;background-color:#ffffff;border-left:10px solid #24cf82;border-radius:5px}.wpex-alert-error{margin:40px 0 40px 0;padding:40px;background-color:#140048;border:none;border-radius:5px;color:#fff}/*redesign blockquote*/blockquote{background:url(/wp-content/uploads/quotes.png) left 6px no-repeat;background-size:30px 30px;padding-left:55px;margin:50px 0;font-size:1.231em;color:#140048}/*To make an image round. Used for blog info boxes*/img.circle{border-radius:50% !important}/*Highlight text*/.text-highlight{background:#d3cded;color:#140048;border-radius:3px;padding:2px 4px 2px 4px}.wpex-social-btn-flat{color:#140048 !important}.xtc-social .wpex-social-btn-minimal{color:#132131 !important}.timeline-block{border-color:#fff !important}.ult-timeline-arrow s{border-color:rgba(255,255,255,0) rgb(255,255,255) !important}.icon-list ul li{display:inline-block}.event-icons ul li{display:inline-block;list-style:none;margin:0px 5px 0px 0px !important}.event-icons ul{margin:0px !important}.event-icons div{align-content:center}.theme-button.minimal-border{border:2px solid #02b2e1}.xtc-timeline .timeline-block{border:2px solid #ffffff !important}.xtc-timeline .ult-timeline-arrow l{border-left-color:#22b4e0;right:4px;top:-18px}.xtc-timeline .timeline-post-right .ult-timeline-arrow l{border-right-color:#ffffff;left:4px}.xtc-timeline .timeline-feature-item{border:2px solid #ffffff}.ult_modal-content{box-shadow:none !important}.ult_modal-body{padding:30px 30px !important}h3.ult_modal-title{padding:30px 30px !important}.entry-categories span{background-color:#0d2132;padding:2px 5px 2px 5px;font-weight:600;border-radius:3px}/*blue links for top menu in overlay KV*/#site-header.overlay-header.white-style.dyn-styles #site-navigation{--wpex-hover-main-nav-link-color:#08b3e2 !important}.box{display:inline-block;position:relative;/* Needed for the pseudo-element positioning */}.box::after{content:'';position:absolute;top:40%;/* Centers the triangle vertically */right:-5px;/* Position triangle to the right of the box */transform:translateY(-50%);/* Adjusts for vertical centering */width:0;height:0;border-style:solid;border-width:30px 0 30px 30px;/* Top,Right,Bottom,Left */}/* Specific styles for each box */.box-blue::after{border-color:transparent transparent transparent #08b3e2}.box-orange::after{border-color:transparent transparent transparent #e59433}.box-pink::after{border-color:transparent transparent transparent #d9328a}.box-down{display:inline-block;position:relative;/* Needed for the pseudo-element positioning */}.box-down::after{content:'';position:absolute;top:70%;/* Position the triangle below the box */left:50%;/* Center the triangle horizontally */transform:translateX(-50%);/* Adjust for perfect centering */width:0;height:0;border-style:solid;border-width:30px 30px 0 30px;/* Top,Right,Bottom,Left */}/* Specific styles for each box */.box-down-blue::after{border-color:#08b3e2 transparent transparent transparent}.box-down-orange::after{border-color:#e59433 transparent transparent transparent}.box-down-pink::after{border-color:#d9328a transparent transparent transparent}/* Centering the text in mobile view only */@media (max-width:768px){.mobile-center{text-align:center}}