/*
Theme Name: Vision Urantiacos
Theme URI: https://urantiacos.cl
Author: Urantiacos
Author URI: https://urantiacos.cl/
Description: Vision Universitaria theme
Version: 1.0
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: vision-urantiacos
*/

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

.font-roboto{
    font-family: 'Roboto', sans-serif;
}

.font-merriweather{
    font-family: 'Merriweather', serif;
}

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);
}

.fs-48px{
    font-size: 48px !important;
}

.fs-075em{
    font-size: 0.75em !important
}

.fs-3em{
    font-size: 3em !important;
}

.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;
}

@media(max-width: 991px){
	.w-100--lg{
		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-24px{
    height: 24px;
}

.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-1{
    line-height: 1;
}

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

.lh-lecturetime{
    line-height: 1.428571;
}

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

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

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

@media(min-width: 992px){
    .overflow-lg-x{
        overflow-x: auto;
    }

    .overflow-lg-x-none{
        overflow: initial;
    }
}

.overflow{
    overflow: auto;
}

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

.border-0{
    border: 0;
}

.rounded-0{
    border-radius: 0;
}


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

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

    .mb-lg-16{
        margin-bottom: 16px !important;
    }
	
	.mb-lg-32, .my-lg-32{
		margin-bottom: 32px !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: 692px;
    width: 100%;
    /*height: 72px;*/
    height: auto;
    object-fit: contain; /* For Safari */
}

.uc-logo-link img{
    max-width: 100%;
    width: 164px;
    height: auto;
    object-fit: contain;
}

/* 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;
}

.footer-logo{
    width: 400px;
    max-width: 100%;
}

.footer-social img{
    width: 24px;
    height: 24px;
}

.footer-menu-lh{
    line-height: 1.14285714;
}

/* 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;
        /*box-shadow: 0 -15px 15px 0 rgba(0, 0, 0, .03);*/
    }

    .page .uc-page-header-bar{
        margin-left: -8.3333333%;
        margin-right: -8.3333333%;
        padding-left: 8.3333333%;
        padding-right: 8.3333333%;
    }
}

/* 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 */
.height-fixed,
.height-fixed-semi,
.height-fixed-medium,
.height-fixed-mid,
.height-fixed-large,
.height-fixed-extra,
.height-fixed-giant{
    height: 190px;
    object-fit: cover;
    object-position: center;
}

.height-fixed-semi{
    height: 240px;
}

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

.height-fixed-mid{
    height: 320px;
}

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

.height-fixed-extra{
    height: 450px;
}

.height-fixed-giant{
    height: 600px;
}

@media(min-width: 768px){
	.height-fixed-md-medium{
		height: 280px;
	}
}

/* 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: #C82929;
}

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

/* 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;
    }
}

/* 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;
    }
}

/* Vision container */
.container-fluid-xxl{
    max-width: 1400px;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

/* Vision mobile navbar */
@media(max-width: 991px){
    .uc-navbar{
        border: 0;
        /*box-shadow: none;*/
    }
}

.uc-navbar_mobile-bar.navbar-brand .uc-navbar_mobile-logo{
    padding: 12px 20px !important;
}

.uc-navbar_mobile-bar .uc-navbar_mobile-logo img{
    max-width: 100% !important;
    width: 267px !important;
}

.uc-navbar_mobile-button{
    background-color: transparent !important;
}

.uc-navbar_mobile-button .uc-icon{
    color: #035BBF !important;
}

/* Vision border */
.border-top-1px{
    border-top: 1px solid #000;
}

.border-top-2px{
    border-top: 2px solid #000;
}

.border-1px{
    border: 1px solid black;
}

.border-color-c6{
    border-color: #C6C6C6;
}

/* Vision rounded */
.rounded-4px{
    border-radius: 4px;
}

.rounded-top-4px{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.rounded-bottom-4px{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Vision box-shadow */
.box-shadow-0{
    box-shadow: none;
}

/* Index */
.z-index-n1{
    z-index: -1;
}

/* Height */
.min-h-580px{
    min-height: 580px;
}

/* Margin & Padding */
@media(min-width: 992px){
    .mt-lg-0{
        margin-top: 0 !important;
    }

    .mt-lg-16{
        margin-top: 16px !important;
    }

    .mt-lg-32, .my-lg-32{
        margin-top: 32px !important;
    }

    .mt-lg-48{
        margin-top: 48px !important;
    }

    .mt-lg-60{
        margin-top: 60px !important;
    }

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

    .mb-lg-12{
        margin-bottom: 12px !important;
    }
	
	.pt-lg-8{
		padding-top: 8px !important;
	}
    
    .pl-lg-32, .px-lg-32{
        padding-left: 32px !important;
    }

    .pr-lg-32, .px-lg-32{
        padding-right: 32px !important;
    }
}

/* Color */
.color-blue{
    color: #042259;
}

.color-bluesky{
    color: #035BBF !important;
}

.bg-color-blue{
    background-color: #042259;
}

.bg-color-transparent{
    background-color: transparent;
}

.bg-color-gray{
    background-color: #F6F6F6;
}

.border-color-bluesky{
    border-color: #035BBF !important;
}

/* Vision sizes */
h1, .h1, .uc-h1{
    font-size: 2.25em;
    line-height: 1.1111112;
}

h2, .h2, .uc-h2{
    font-size: 1.5em;
    line-height: 1.16666667;
    letter-spacing: 0;
}

h3, .h3, .uc-h3{
    font-size: 1.25em;
    line-height: 1.4;
    letter-spacing: 0;
}

h4, .h4, .uc-h4{
    font-size: 1.25em;
    line-height: 1.2;
    letter-spacing: 0;
}

h5, .h5, .uc-h5{
    letter-spacing: 0;
}

h1.font-merriweather, .h1.font-merriweather, .uc-h1.font-merriweather{
    font-size: 2em;
    line-height: 1.375;
}

h2.font-merriweather, .h2.font-merriweather, .uc-h2.font-merriweather{
    font-size: 1.625em;
    line-height: 1.538461;
    letter-spacing: 0;
}

h3.font-merriweather, .h3.font-merriweather, .uc-h3.font-merriweather{
    font-size: 1.375em;
    line-height: 1.272727;
    letter-spacing: 0;
}

h4.font-merriweather, .h4.font-merriweather, .uc-h4.font-merriweather{
    font-size: 1.125em;
    line-height: 1.375;
    letter-spacing: 0;
}

@media(min-width: 992px){
    h1, .h1, .uc-h1{
        font-size: 3em;
        line-height: 1.25;
    }

    h2, .h2, .uc-h2{
        font-size: 2em;
        line-height: 1.25;
    }

    h3, .h3, .uc-h3{
        font-size: 1.5em;
        line-height: 1.16666667;
    }

    h4, .h4, .uc-h4, .lg-h4{
        font-size: 1.25em;
        line-height: 1.2;
    }

    h5, .h5, .uc-h5{
        font-size: 1.125em;
        line-height: 1.1111112;
    }

    h1.font-merriweather, .h1.font-merriweather, .uc-h1.font-merriweather{
        font-size: 2.5em;
        line-height: 1.2;
    }

    h2.font-merriweather, .h2.font-merriweather, .uc-h2.font-merriweather{
        font-size: 2em;
        line-height: 1.25;
    }

    h3.font-merriweather, .h3.font-merriweather, .uc-h3.font-merriweather{
        font-size: 1.75em;
        line-height: 1.285714;
    }

    h4.font-merriweather, .h4.font-merriweather, .uc-h4.font-merriweather, .lg-h4.font-merriweather{
        font-size: 1.375em;
        line-height: 1.272727;
    }
}

.desktop-h3{
    font-size: 1.5em;
    line-height: 1.16666667;
}

@media(max-width: 991px){
	.special-title{
		font-size: 1.25em;
		line-height: 1.2;
	}
}

p, .p, .uc-p{
    line-height: 1.5;
    letter-spacing: 0;
}

p.font-merriweather, .p.font-merriweather, .uc-p.font-merriweather{
    letter-spacing: 0;
}

.p-size--sm, .text-size--sm{
    line-height: 1.428571;
}

.p-size--lg, .text-size--lg{
    line-height: 1.5555556;
}

.p-size--lg p, .text-size--lg p{
    line-height: 1.5555556;
}

@media(min-width: 992px){
    .text-size-lg--lg{
        font-size: 1.125em;
        line-height: 1.5555556;
    }

    .text-size-lg--lg p{
        line-height: 1.5555556;
    }
}

.vision-excerpt{
    font-size: 1.25em;
    line-height: 1.4;
}

@media(min-width: 992px){
    .vision-excerpt{
        font-size: 1.5em;
        line-height: 1.333333;
    }
}

/*.post-content p{
	margin-bottom: 0;
}*/

.font-merriweather.post-content p{
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0;
}

@media(min-width: 992px){
    .font-merriweather.post-content p{
        font-size: 1.125em;
        line-height: 1.555556;
    }
}

.lh-1125{
    line-height: 1.125;
}

.lh-1285714{
    line-height: 1.285714;
}

.letter-spacing-05{
    letter-spacing: 0.5px;
}

.letter-spacing-2{
    letter-spacing: 2px;
}

.vision-extra-info .title{
    font-size: 2em;
    line-height: 1.25;
}

.vision-extra-info .content p{
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0;
}

.uc-btn.btn-inline{
    line-height: 1.5;
}

.uc-btn.btn-cta{
    line-height: 1.5;
}

.uc-btn.btn-inline.text-size--lg{
    line-height: 1.5555556;
}

.fs-15em{
    font-size: 1.5em !important;
}

/* Card */
.uc-card .uc-card_body.large{
    padding: 32px 24px;
}

@media(min-width: 992px){
    .uc-card .uc-card_body.large{
        padding: 32px;
    }
}

.uc-card .uc-card_body.static,
.uc-card .uc-card_body.wide{
    padding: 24px;
}

@media(min-width: 992px){
    .uc-card .uc-card_body.wide{
        padding: 24px 32px;
    }
}

.uc-card.card-bg--gray-2{
    background-color: #E6E6E6;
}

/* Object position*/
.object-position-start{
    object-position: left;
}

/* Home */
.vision-hero{
    background: linear-gradient(270deg, #03122E 0%, rgba(71, 47, 33, 0.578167) 49.9%, rgba(8, 39, 92, 0.0001) 71.7%);
}

.vision-home-special-image{
    background: linear-gradient(0deg, #03122E -3.08%, rgba(8, 39, 92, 0.3) 22.85%);
}

.vision-home-special-info{
    background: #03122E;
}

.vision-agenda-gradient{
    /*background: linear-gradient(0deg, var(--blue-90, #042259), var(--blue-90, #042259)), linear-gradient(270deg, rgba(4, 34, 89, 0) 59.87%, rgba(4, 34, 89, 0.8) 66.12%);*/
    background: linear-gradient(270deg, rgba(4, 34, 89, 0) 33.87%, rgba(4, 34, 89, 1) 57.12%);
}

.vision-agenda-gradient.mobile{
    background: linear-gradient(180deg, rgba(4, 34, 89, 0) 64.04%, #042259 100.25%);
}

/* List */
.vision-list-padding ul{
    padding-left: 20px;
}

.wp-element-caption{
	display: none;
}