/*
Theme Name: UC Urantiacos
Theme URI: https://urantiacos.cl
Author: Urantiacos
Author URI: https://urantiacos.cl/
Description: UC theme
Version: 4.1
Requires at least: 5.5
Tested up to: 6.2.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uc-urantiacos
*/

/* Global */
body{
    overflow-x: hidden;
}

img{
    max-width: 100%;
    height: auto;
}

header{
    z-index: 20;
}

img.alignleft,
img.alignright{
    float: left;
    margin: 0 1.5rem 1.5rem 0;
}

img.alignright{
    float: right;
}

.p-empty p:empty{
    display: none;
}

.empty-hidden:empty{
    display: none;
}

.bg-cover{
    background-size: cover;
}

.object-fit-cover{
    object-fit: cover;
}

.object-fit-contain{
    object-fit: contain !important;
}

.object-position-center{
    object-position: center !important;
}

.object-position-top{
    object-position: top !important;
}
.object-position-bottom{
    object-position: bottom !important;
}

@media(max-width: 768px){
    .wp-block-image > figure{
        float: none !important;
        margin: 0 auto 1rem auto !important;
    }
}

.z-index-10{
    z-index: 10;
}

.mb-110{
    margin-bottom: 110px;
}

.border-color-black{
    border-color: #000 !important;
}

.uc-share-quote-btn{
    bottom: -50px;
}

.uc-share-quote-btn:before{
    content: '';
    width: 30px;
    height: 30px;
    margin-right: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMiAwaDIzLjZBMy4yIDMuMiAwIDAxMzAgMy4ydjIzLjZhMy4yIDMuMiAwIDAxLTMuMiAzLjJIMy4yQTMuMiAzLjIgMCAwMTAgMjYuOFYzLjJBMy4yIDMuMiAwIDAxMy4yIDB6bTE5LjE1OSAxMC45MjlhNS43ODIgNS43ODIgMCAwMS0xLjY2LjQ0NiAyLjg3NiAyLjg3NiAwIDAwMS4yNjctMS41OSA1LjY3NyA1LjY3NyAwIDAxLTEuODMuNjk3IDIuODc3IDIuODc3IDAgMDAtMi4xMDctLjkxIDIuODgzIDIuODgzIDAgMDAtMi44ODQgMi44ODNjMCAuMjI0LjAyNy40NDcuMDcxLjY2MWE4LjE5NyA4LjE5NyAwIDAxLTUuOTQ2LTMuMDE4Yy0uMjUuNDI5LS4zOTMuOTItLjM5MyAxLjQ1NiAwIDEgLjUwOSAxLjg4MyAxLjI4NiAyLjQwMWEyLjkwNSAyLjkwNSAwIDAxLTEuMzA0LS4zNjZ2LjAzNmMwIDEuNDAyLjk5MSAyLjU2MiAyLjMxMyAyLjgzLS4yNDIuMDYzLS41LjA5OS0uNzYuMDk5LS4xODcgMC0uMzY1LS4wMTgtLjU0NC0uMDQ1YTIuODg5IDIuODg5IDAgMDAyLjY5NiAyIDUuNzc2IDUuNzc2IDAgMDEtMy41OCAxLjIzMmMtLjI0MSAwLS40NjQtLjAwOS0uNjk2LS4wMzZBOC4xNSA4LjE1IDAgMDAxMi43MTYgMjFjNS4zMDQgMCA4LjIwNi00LjM5MyA4LjIwNi04LjIwNSAwLS4xMjUgMC0uMjUtLjAxLS4zNzVhNi4yIDYuMiAwIDAwMS40NDctMS40OTF6IiBmaWxsPSIjMURBMUYzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
}

/* Bootstrap classes missing */
.text-decoration-none{
    text-decoration: none !important;
}

.text-decoration-underline{
    text-decoration: underline !important;
}

.text-break{
    word-wrap: break-word!important;
    word-break: break-word!important;
}

.text-reset{
    color: inherit !important;
}

.text-uppercase{
    text-transform: uppercase;
}

.text-capitalize{
    text-transform: capitalize !important;
}

.text-light{
    color: rgb(248, 249, 250);
}

.position-relative{
    position: relative !important;
}

.position-absolute{
    position: absolute !important;
}

.top-0{
    top: 0;
}

.left-0{
    left: 0;
}

.right-0{
    right: 0;
}

.bottom-0{
    bottom: 0;
}

.top-center{
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.bottom-center{
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.fw-normal{
    font-weight: 400 !important;
}

.fw-medium{
    font-weight: 500 !important;
}

.fw-italic,
.fst-italic{
    font-style: italic;
}

.mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}

@media(min-width: 1200px){
    .ml-xl-auto{
        margin-left: auto !important;
    }
}

.ml-0,
.mx-0{
    margin-left: 0 !important;
}

.mr-0,
.mx-0{
    margin-right: 0 !important;
}

.mt-0,
.my-0{
    margin-top: 0 !important;
}

@media(min-width: 576px){
    .mt-sm-0{
        margin-top: 0 !important;
    }
}

.mb-0,
.my-0{
    margin-bottom: 0 !important;
}

.py-12{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.w-100{
    width: 100% !important;
}

.w-auto{
    width: auto !important;
}

@media(min-width: 768px){
    .w-md-100{
        width: 100% !important;
    }
}

@media(min-width: 992px){
    .w-lg-100{
        width: 100% !important;
    }
}

.min-width-60px{
    min-width: 60px;
}

@media(min-width: 992px){
	.mr-lg-32{
		margin-right: 32px !important;
	}	
}

@media(min-width: 1200px){
	.mr-xl-16{
		margin-right: 16px !important;
	}
	
	.mr-xl-32{
		margin-right: 32px !important;
	}
	
	.w-xl-auto{
		width: auto !important;
	}
}

.h-100{
    height: 100% !important;
}

@media(min-width: 768px){
    .h-md-100{
        height: 100% !important;
    }
}

@media(min-width: 992px){
    .h-lg-100{
        height: 100% !important;
    }
}

.list-unstyled{
    padding-left: 0;
    list-style: none;
}

.lh-base{
    line-height: 1.2;
}

.overflow-y{
    overflow-y: auto;
}

.overflow-x{
    overflow-x: auto;
}

.overflow{
    overflow: auto;
}

.border-top-0{
    border-top: none !important;
}

/* UC kit Extenders */
@media(min-width: 992px){
    .ml-lg-60{
        margin-left: 60px !important;
    }

    .mb-lg-24{
        margin-bottom: 24px !important;
    }

    .mb-lg-16{
        margin-bottom: 16px !important;
    }
}

.mb-160{
    margin-bottom: 160px;
}

@media(min-width: 576px){
    .mb-sm-160{
        margin-bottom: 160px !important;
    }
}

@media(min-width: 768px){
    .mb-md-160{
        margin-bottom: 160px !important;
    }
}

@media(min-width: 992px){
    .mb-lg-160{
        margin-bottom: 160px !important;
    }
}

@media(min-width: 992px){
    .uc-carousel .uc-primary-carousel .primary-carousel_item.primary-carousel_item--md-660{
        height: 660px;
    }
}

.mb-n-32{
    margin-bottom: -32px;
}

.mb-n-60{
    margin-bottom: -60px;
}

.mt-n-40{
    margin-top: -40px;
}

/* Text meant only for screen readers. */
.screen-reader-text{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus{
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* UC Utilities */
.uc-card.card-type--event .card-type--date{
    z-index: 10;
}

.uc-card-picture-bg{
    position: absolute;
    top: -15%;
    left: 0;
    height: 130%;
    width: 65%;
    max-width: 380px;
    z-index: 0;
    bottom: 0;
    background-size: cover;
    border-radius: 4px;
}

.uc-card-picture-bg.right{
    right: 0;
    left: initial;
}

.uc-bg-gradient:before{
    background-image: linear-gradient(-180deg,transparent,#08275c 96%);
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}

.uc-gray-bg,
.uc-grey-bg,
.uc-bg-gray,
.uc-bg-grey{
    background-color: #F5F5F5 !important;
}

.uc-green-bg{
    background-color: #1C6E20 !important;
}

.uc-green-color{
    color: #1C6E20 !important;
}

.uc-blue-bg{
    background-color: #0176de !important;
}

.uc-blue-color{
    color: #0176de !important;
}

.uc-yellow-bg{
    background-color: #fec60d !important;
}

.uc-yellow-color{
    color: #fec60d !important;
}

/* UC quote */
.uc-image-quote.image-nested.left-nested .uc-card{
    left: 0;
    right: initial !important;
}

@media(min-width: 992px){
    .uc-image-quote.image-nested.left-nested .uc-card {
        left: 32px;
    }
}

/* UC quote inside slider */
@media(max-width: 767px){
	.tns-slider .uc-image-quote .uc-image-quote_image{
		height: initial !important;
		flex-direction: column;
	}
	
	.tns-slider .uc-image-quote.image-nested .uc-image-quote_image .uc-card{
		position: relative;
		top: 0;
		right: 0;
	}
	
	.tns-slider .uc-image-quote.image-nested{
		margin-bottom: 0;
	}
}

/* navbar arrow in menu fix */
.uc-navbar_arrow:before{
    background-color: transparent;
}

/* Top menu and external */
.uc-top-menu{
    width: 100%;
}

.uc-top-menu > li:first-child{
    margin-right: auto;
}

.uc-navbar_mobile-list{
    z-index: 10;
}

.uc-navbar_mobile-list .external:after{
    content: none;
}

/* Logo */
.custom-logo-link img{
    max-width: 100%;
    width: 220px;
    height: auto;
    object-fit: contain; /* For Safari */
}

.custom-logo-brand{
    width: 260px;
    height: 75px;
}

@media(min-width: 992px){
    .custom-logo-brand{
        width: 300px;
        height: 80px;
    }
}

/* Main menu */
.uc-navbar{
    position: relative;
    z-index: 10;
}

.uc-navbar .nav-search{
    position: initial !important;
}

.uc-navbar .nav-search .uc-icon{
    cursor: pointer;
}

.uc-navbar.navbar-dark .nav-search .uc-icon{
    color: #FFF;
}

.uc-navbar .uc-nav-search.opened{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
}

.uc-navbar.navbar-dark .uc-nav-search.opened{
    background-color: #0176de;
}

.uc-navbar .nav-search .uc-nav-search input{
    width: 0;
    opacity: 0;
    display: inline-block;
    height: initial;
    min-width: 0;
    padding: 0;
    transition: .3s ease;
}

.uc-navbar .uc-nav-search.opened input{
    opacity: 1;
    width: calc(100% - 36px);
    margin-right: 12px;
    padding: 12px 16px;
}

.uc-navbar .nav-item.external:after{
    color: #173f8a;
    vertical-align: middle;
}

/* Navbar dark dropdown items fix for new menu */
.uc-navbar.navbar-dark .uc-navbar_nav .nav-item .uc-navbar-dropdown_menu .uc-btn {
    color: #173f8a;
}

.uc-navbar.navbar-dark .uc-navbar_nav .nav-item.uc-navbar-dropdown > a .uc-icon{
    color: #FFF !important;
}

/* Used for social icons in simple header */
.uc-navbar .uc-footer{
    background-color: transparent;
}

.uc-navbar:not(.navbar-dark) .uc-footer li img{
    filter: brightness(0) saturate(100%) invert(45%) sepia(59%) saturate(7001%) hue-rotate(
193deg
) brightness(93%) contrast(99%);
}

/* Top menu mobile direct */
.uc-navbar_mobile-content .uc-navbar_mobile-direct{
    padding: 16px;
}

.uc-navbar_mobile-content .uc-navbar_mobile-direct .uc-pill{
    margin: 0 6px 12px 0;
}

.uc-navbar_mobile-content .uc-navbar_mobile-direct .uc-pill.uc-pill-social .uc-btn{
    vertical-align: middle;
}

.uc-navbar_mobile-content .uc-navbar_mobile-direct .uc-pill.uc-pill-social img{
    filter: brightness(0.5);
    max-width: 18px;
    max-height: 18px;
    margin-right: 5px;
}

.navbar-dark .uc-pll-switcher .uc-icon{
    color: #FFF;
}

/* Fix bug in which backdrop filter overrides overflow-x hidden */
@media(max-width: 991px){
    .uc-navbar.navbar-transparent{
        backdrop-filter: none !important;
    }
}

/* Footer */
.uc-footer .uc-footer_list-title.footer-collapse-title a{
    text-decoration: none;
}

.uc-footer .uc-acreditacion img{
    max-width: 250px;
}

.uc-footer .uc-acreditacion.wide img{
    max-width: 300px;
}

@media(min-width: 992px){
    .uc-footer .uc-acreditacion img{
        margin: 32px 0;
    }
}

.uc-footer .uc-acreditacion .uc-footer_list-title.footer-collapse-title:after{
    content: none;
}

/* Header */
.uc-page-header{
    height: 456px;
    background-size: cover;
    background-position: center;
}

.uc-page-header:after{
    content: '';
    /*background-image: linear-gradient(-180deg, rgba(8,39,92,0.00) 10%, #08275C 100%);*/
    background-image: linear-gradient(0deg,rgba(43,76,137,0) 30%,rgba(0,0,0,.7) 90%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media(min-width: 992px){
    .uc-page-header-bar{
        margin-top: -89px;
        background-color: #FFF;
        border-radius: 8px 8px 0 0;
    }
}

/*.uc-page-header-bar{
    background-color: #FFF;
    height: 40px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 10;
    position: relative;
    margin-left: -35px;
    width: calc(100% + 70px);
}

@media(min-width: 1200px) and (max-width: 1318px){
    .uc-page-header-bar{
        width: 100%;
        margin-left: 0;
    }
}*/

/* Taxonomy wrap for multiple taxonomies in cards */
.uc-card_tags{
    display: flex;
    flex-direction: column;
    font-size: 0;
    margin-top: 24px;
    margin-left: 24px;
    margin-bottom: -16px;
}

.uc-card_tags a{
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #0176de;
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    align-self: flex-start;
    z-index: 10;
    transition: background-color .2s ease;
    color: #FFF;
    text-decoration: none;
}

.uc-card_tags a:hover{
    color: #FFF;
    text-decoration: none;
}

.uc-card_tags a:empty{
    display: none;
}

/* Img height */
img.height-fixed,
img.height-fixed-medium,
img.height-fixed-large{
    height: 190px;
    object-fit: cover;
    object-position: center;
}

img.height-fixed-medium{
    height: 280px;
}

img.height-fixed-large{
    height: 380px;
}

/* Empty p in card body */
.uc-card_body p:empty{
    display: none;
}

/* Pagination */
.uc-pagination{
    width: 100%;
}

.uc-pagination:not(nav){
    margin: 32px 0 32px 0;
}

.uc-pagination .nav-links{
    display: flex;
}

.uc-pagination .page-numbers{
    color: #000;
    margin: 0 2px;
    font-weight: 500;
    padding: 3px 2px;
    min-width: 24px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid transparent;
}

.uc-pagination .page-numbers:not(.dots):hover,
.uc-pagination .page-numbers.current{
    box-shadow: 0 0 8px 0 rgb(136 136 136 / 18%);
    color: #0176de;
    border: 1px solid #0176de;
}

/* Search input 404 & search*/
.uc-input-style.w-icon.search{
    padding-right: 48px;
}

.search-form .search-submit{
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: 0;
    height: 100%;
    width: 48px;
}

.search-form .search-submit:focus{
    outline: none;
}

/* Search */
.uc-search{
    display: flex;
    justify-content: center;
    align-items: center;
}

.uc-search a{
    font-size: 0;
    line-height: 1;
    display: flex;
}

@media(min-width: 992px){
    .uc-search a{
        line-height: 0;
        margin-top: 4px;
    }
}

.uc-search a:hover{
    border: 0 !important;
}

.uc-search a:before{
    content: 'search';
    font-family: 'Material Icons';
    font-size: 1.5rem;
    text-transform: none;
    word-wrap: normal;
}

.uc-search form{
    position: relative;
    margin-top: -5px;
}

@media(min-width: 992px){
    .uc-search form{
        margin-top: 0;
    }
}

.uc-search input{
    display: none;
    padding: 2px 30px 2px 10px;
    border: 2px solid #0176de;
    border-radius: 4px;
    font-size: 0.875rem;
}

.uc-search input:focus,
.uc-search input:focus-visible{
    outline: none;
}

.uc-search.open a:before{
    font-size: 0;
}

.uc-search .uc-search-input-submit{
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 3px;
    font-size: 1.3125rem;
}

/* Lists */
.uc-table-list-notitle{
    border-top: 0 !important;
    padding-left: 0 !important;
}

.uc-table-list a[href=""]{
    display: none;
}

@media(max-width: 576px){
    .uc-table-list .uc-table-list_title{
        min-width: 50% !important;
    }
}

.uc-list,
.uc-list-none,
.uc-list ul,
.uc-list-none ul{
    list-style: none;
    padding-left: 0;
}

.uc-list li,
.uc-list-none li{
    position: relative;
    padding-left: 36px;
}

.uc-list-none li i{
    position: absolute;
    top: 0;
    left: 0;
}

.uc-list li:before{
    content: '';
    display: block;
    background-color: #fec60d;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 8px;
    left: 0;
}

/* Table */
@media(min-width: 768px){
    .uc-table-fixed-layout{
        table-layout: fixed;
    }
}

/* Card taxonomy empty */
.uc-tag:empty{
    visibility: hidden;
    margin-bottom: -8px;
}

/* Title */
.uc-heading-decoration.green{
    background-color: #1C6E20;
}

.uc-heading-decoration.blue{
    background-color: #0176de;
}

.uc-heading-decoration.none{
    background-color: transparent;
}

.uc-title:after{
    content: '';
    display: inline-block;
    margin-left: 24px;
    width: 36px;
    height: 4px;
    background-color: #fec60d;
    vertical-align: middle;
}

.uc-title.decoration-down:after{
    display: block;
    margin-left: 0;
    margin-top: 12px;
    margin-bottom: 12px;
}

.uc-title.decoration-green:after{
    background-color: #1C6E20;
}

.uc-title.decoration-blue:after{
    background-color: #0176de;
}


.uc-title.decoration-none:after{
    background-color: transparent;
}

.uc-title-more:after{
    content: 'add';
    font-family: 'Material Icons';
    color: #173f8a;
    background-color: #fec60d;
    margin-left: 12px;
    background-color: #0176de;
    color: #fff;
    border-radius: 50%;
    padding: 4px;
    font-size: 16px;
    font-size: 1rem;
    width: initial;
    height: initial;
    display: inline;
    vertical-align: top;
    transition: .2s ease;
    word-wrap: normal;
}

.uc-title-more:hover:after{
    background-color: #fec60d;
    color: #173f8a;
}

/* Smart Slider 3 */
.n2-ss-slider .n2-ss-slide{
    background-image: linear-gradient(-180deg, rgba(8,39,92,0.00) 10%, #08275C 100%);
}

.uc-slider-button .n2-ss-button-container a div{
    letter-spacing: 1px;
}

.uc-slider-button .n2-ss-button-container a > div > div:after {
    content: 'arrow_forward';
    background-color: #0176de;
    border-radius: 50%;
    padding: 4px 4px 4px 5px;
    font-size: 16px;
    font-family: 'Material Icons';
    line-height: 1;
    margin-left: 30px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    width: 25px;
    height: 25px;
    transition: .2s ease;
    word-wrap: normal;
}

.uc-slider-button .n2-ss-button-container a > div > div:hover:after{
    color: #173f8a;
    background-color: #fec60d;
}

/* Accordion */
.uc-accordion ul{
    list-style: none;
    padding-left: 0;
}

.uc-accordion ul:not(.no-list-decoration) li{
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}

.uc-accordion ul:not(.no-list-decoration) li:before{
    content: '';
    display: block;
    background-color: #fec60d;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 8px;
    left: 0;
}

/* Contact Form 7 */
.wpcf7-form .uc-form-group label{
    width: 100%;
}

.uc-input-style.text-right{
    flex-direction: row-reverse;
}

.uc-input-style[type=submit]{
    width: fit-content;
}

.wpcf7-response-output{
    border: 1px solid !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 7px 16px !important;
    margin: 12px 0 !important;
    border-color: #0a0 !important;
    background-color: rgba(0,170,0,.1);
}

.wpcf7-form.invalid .wpcf7-response-output{
    background-color: rgba(242,79,79,.1);
    border-color: #f24f4f !important;
}

.wpcf7-response-output:before{
    content: 'check_circle';
    font-family: 'Material Icons';
    color: #0a0;
    line-height: 1.1;
    margin-right: 8px;
}

.wpcf7-form.invalid .wpcf7-response-output:before{
    content: 'cancel';
    color: #f24f4f;
}

/*.wpcf7-response-output:after{
    content: 'close';
    font-family: 'Material Icons';
    color: #707070;
    margin-left: auto;
    line-height: 1.1;
}*/

.wpcf7-not-valid-tip{
    color: #f24f4f;
}

.wpcf7-list-item.first{
    margin-left: 0;
}

/* Posts */
.wp-block-image .wp-element-caption{
	color: #757575;
	font-size: 0.875rem;
	line-height: 1.1;
	letter-spacing: 0.5px;
	margin-top: 8px !important;
	margin-bottom: 1rem;
	font-weight: 400;
}

.wp-block-image .wp-element-caption:before {
    content: 'photo_camera';
    font-family: 'Material Icons';
    font-size: 1rem;
    vertical-align: middle;
    margin-right: 4px;
}

.post-excerpt p{
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: .6px;
}

@media(min-width: 992px){
    .post-excerpt p{
        font-size: 1.5rem;
        line-height: 1.6;
        letter-spacing: .18px;
    }

    .uc-post-sidebar{
        margin-top: 180px;
    }
}

.uc-post-sidebar p:empty{
    display: none;
}

/* Events */
@media(min-width: 992px){
    .uc-events-featured-image img{
        height: 380px !important;
    }
}

/* Buttons */
.uc-btn.btn-cta.btn-cta-blue{
    background-color: #0176de;
    color: #FFF;
}

.uc-btn.btn-cta.btn-cta-blue:hover{
    background-color: #173f8a;
}

.uc-btn.btn-cta.btn-cta-blue .uc-icon{
    color: #FFF;
}

.uc-btn.btn-listed.btn-listed-blue{
    color: #007bff !important;
}

.uc-btn.uc-btn-bluebg{
    background-color: #0176de !important;
    color: #FFF !important;
}

.uc-btn.uc-btn-bluebg:hover{
    background-color: #173f8a !important;
}

.uc-btn.uc-btn-bluebg .uc-icon{
    background-color: transparent;
    color: #FFF;
}

.uc-btn.uc-btn-bluebg .uc-icon.icon-shape--rounded{
    background-color: #FFF;
    color: #0176de;
}

/* Steps */
.uc-step-content > div:not(.active){
    display: none;
}

.uc-step_count{
    cursor: pointer;
}

/* Yarpp */
.yarpp-related h3{
    font-size: 1.25rem !important;
    padding: 0 !important;
}

@media(min-width: 992px){
    .yarpp-related h3{
        font-size: 1.5rem !important;
    }
}

/* Filter */
#ucFilterGroup.slideUp{
    min-height: 0 !important;
	height: 0 !important;
	opacity: 0;
}

#ucFilterGroup{
	transition: height .4s ease, min-height .4s ease, opacity .2s ease;
}

/* Events Manager */
.em-pagination{
    width: 100%;
    margin: 2rem 0;
}

.em-pagination strong{
    display: flex;
}

/* Loading */
.lds-spinner{
    position: relative;
    width: 80px;
    height: 80px;
    margin: 60px auto;
    display: block;
}

.lds-spinner div{
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after{
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #0176de;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}