body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

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

.container {
    max-width: 1110px;
    margin: auto;
    padding: 0px 15px;
}

.btn {
    outline: none;
}

.page-content {
    padding: 50px 0px;
}

.site-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 2px 5px #e2e2e2;
}

.site-header::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient( 90deg, #1948cc 0%, #0d7fad 12.9%, #4cc3f2 26.1%, #a343d9 39.33%, #be63f2 51.98%, #8fd957 63.23%, #f4d93b 73.83%, #d83d41 82.07%, #ec6d12 90.75%, #ec1111 100%);
}

.site-header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 37px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
}

.site-header__menus {
    position: initial;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    height: 118px;
}

.site-header__menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    position: absolute;
    top: 12px;
    right: 30px;
}

.page-template-page-home #main {
    overflow: hidden;
}

.navigation-alter {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0;
    border-right: 2px solid #e8e8e8;
}

.site-header__menu-top ul {
    list-style-type: none;
}

.navigation-alter li {
    margin-right: 16px;
}

.site-header__menu-top a {
    color: #0d0d0d;
    font-family: Muli;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    text-decoration: none;
}

.navigation-alter--no-border {
    border: 0;
    margin-left: 16px;
}

.site-header__menus-movil .main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 70px;
}

body.single-partner_report {
    overflow-x: hidden;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

@media screen and (min-width: 37.5em) {
    .main-navigation ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

.main-navigation li {
    position: relative;
    margin-left: 48px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #1948cc;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
}

.cta-red a {
    display: block !important;
    height: 48px !important;
    min-width: 148px !important;
    background-color: #ec1111 !important;
    color: #fff;
    border-radius: 24px !important;
    text-align: center;
    line-height: 48px !important;
    padding: 0px 15px !important;
}

.cta-orange {
    margin-bottom: 0 !important;
}

.cta-orange a {
    display: block !important;
    padding: 0 !important;
    height: 60px !important;
    width: 196px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px !important;
    border-radius: 30px !important;
    background-color: #EC6D12 !important;
    color: #FFFFFF !important;
    font-family: 'Muli' !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 60px !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: .3s !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25) !important;
}

.cta-orange:hover a {
    color: white;
    opacity: 0.8;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.social-rectangle {
    height: 46px;
    width: 100%;
    background-color: #f7fafc;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    line-height: 46px;
    text-align: right;
}

.general-wrap {
    padding-left: 37px;
    padding-right: 37px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.social-rectangle span {
    color: #d95a00;
    font-family: "Muli";
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
}

footer {
    position: relative;
    padding-bottom: 30px;
}

.site-info__logo {
    display: block;
    width: 100%;
    padding-top: 30px;
    text-align: center;
}

.custom-logo-link {
    display: inline-block;
}

.site-info__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.site-info__menu span,
.site-info__menu a {
    display: block;
    padding: 10px 15px;
    color: #0d0d0d;
    font-family: Muli;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    text-decoration: none;
}

.site-info__menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.site-info__menu ul li {
    border-left: 2px solid #e8e8e8;
}

.site-info__menu span,
.site-info__menu a {
    display: block;
    padding: 10px 15px;
    color: #0d0d0d;
    font-family: Muli;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    text-decoration: none;
}

#primary {
    min-height: calc(100vh - 433px);
}

.admin-bar #primary {
    min-height: calc(100vh - 465px);
    overflow: hidden;
}

.section.home-banner {
    height: 650px;
    width: 100%;
    position: relative;
}

.slick-list.draggable {
    height: 100%;
}

.slick-track {
    height: 100%;
}

.section.home-banner .home-banner-img {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.content-home-banner {
    max-width: 1110px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    top: -451px;
    /* left: 155px; */
    z-index: 2;
}

.date-home-banner {
    height: 48px;
    display: inline-block;
    background-color: #1948cc;
    color: #ffffff;
    font-family: Muli;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 48px;
    text-align: center;
    padding: 0px 15px;
    margin-bottom: 2px;
}

.page-banner-content .title-page-banner {
    padding-top: 8px;
}

.title-home-banner {
    width: 714px;
    color: #1948cc;
    font-family: "Muli Black";
    font-size: 56px;
    letter-spacing: -1px;
    line-height: 64px;
    font-weight: 800;
    padding-top: 3px;
}

.title-home-banner span {
    background-color: #ffffff;
    padding: 0px 10px;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    margin-bottom: 2px;
    /*padding-left: 20px;*/
}


/*.title-home-banner span:first-child {
      padding-left: 20px;
  }*/

.title-home-banner span:last-child {
    padding-right: 20px;
}

.decription-home-banner {
    height: auto;
    width: 543px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    font-family: "Muli Black";
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 30px;
    padding: 8px 30px;
    font-weight: 800;
    padding-left: 20px;
}

.link-home-banner {
    height: 60px;
    width: 196px;
    border-radius: 30px;
    background-color: #ec6d12;
    color: white;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-top: 40px;
    margin-left: 10px;
    transition: all 0.3s;
}

.link-home-banner:visited {
    color: white;
}

.link-home-banner:hover {
    color: white;
    opacity: 0.8;
}

.title-section {
    position: relative;
    margin-bottom: 52px;
    color: #123699;
    font-family: "Muli";
    font-size: 32px;
    letter-spacing: -0.4px;
    line-height: 38px;
    text-align: center;
    font-weight: 800;
}

.title-section:after {
    content: "";
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    height: 6px;
    background-color: #4cc3f2;
}

.wrap-cards {
    position: relative;
    display: block;
}

.slide {
    margin: 0 auto !important;
    padding: 0;
    max-width: 1110px;
    width: 100%;
    /*adding-left: 170px;*/
}

.events-cover-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.card--calendar--featured {
    position: relative;
    overflow: hidden;
}

.events-cover-content {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg, rgba(74, 133, 30, 0.9) 0%, rgba(143, 217, 87, 0.6) 100%);
    padding-top: 37px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
}

.events-cover-content h3 span {
    background-color: #ffffff;
    padding: 0px 10px;
    display: inline-block;
    height: 48px;
    margin-bottom: 2px;
    font-family: "Muli Black";
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.83px;
    line-height: 48px;
}

.home-events-cover-img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card--calendar--featured a i {
    color: #ec6d12;
}

.become-partner {
    height: 360px;
    width: 100%;
    position: relative;
}

.become-partner .container {
    position: relative;
}

.become-partner .become-partiner-img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content-become-partner {
    position: absolute;
    z-index: 2;
    top: 75px;
    left: 0px;
    width: 375px;
}

.content-become-partner .title span {
    background-color: #ffffff;
    padding: 0px 10px;
    display: inline-block;
    height: 40px;
    margin-bottom: 2px;
    font-family: "Muli Black";
    font-weight: 800;
    letter-spacing: -0.83px;
    line-height: 40px;
    font-size: 32px;
    color: #1948cc;
}

.row {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}

.row-style-1 {
    border: 2px solid #1948cc;
    border-radius: 16px;
    background-color: #ffffff;
    padding: 27px 22px;
}

.post-type-archive-partner_report .row-style-1 {
    border: 2px solid #4CC3F2;
}

.row-style-1 h4 {
    color: #1948cc;
    font-family: "Muli";
    font-size: 20px;
    font-weight: 800px;
    letter-spacing: -0.08px;
    margin: 0px;
    margin-bottom: 7px;
}

.row-style-1 .org {
    color: #0d7fad;
    font-family: "Muli";
    font-size: 14px;
    letter-spacing: -0.07px;
    font-weight: 900;
}

.row-style-1 .info {
    margin-top: 25px;
    padding-top: 5px;
    border-top: 1px solid #dddddd;
    color: #575757;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: -0.06px;
}

.chosen-single {
    border: 0px !important;
    padding: 0px !important;
    border: 0px !important;
}

.chosen-container-single .chosen-single span {
    height: 40px;
    width: 100%;
    border-radius: 4px;
    background-color: #d4f0ff;
    line-height: 40px;
    padding-left: 20px;
}

.chosen-container-single .chosen-single div {
    top: 50%;
    transform: translateY(-25%);
}

.breadcrums-component {
    height: 60px;
    width: 100%;
    background-color: #f2f4fa;
    margin: 0px;
}

.search-content-section {
    background-color: white;
}

.content-become-partner a {
    display: block;
    height: 60px;
    width: 230px;
    margin-top: 35px;
    border-radius: 30px;
    background-color: #fff;
    color: #1948cc;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.content-become-partner a i {
    color: #ec6d12;
}

input[type="text"],
input[type="password"],
textarea,
select {
    height: 48px;
    border-radius: 8px;
    background-color: #d4f0ff !important;
    border: 2px solid transparent;
    box-shadow: none;
    padding: 0px 10px;
    outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 2px solid #6f9eb7;
}

input[type="submit"] {
    display: block;
    height: 60px;
    border-radius: 30px;
    background-color: #ec6d12;
    color: #ffffff;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 0px;
    outline: none;
    width: 250px !important;
}

.form-group {
    margin-bottom: 20px;
    display: inline-block;
    text-align: left;
    width: 400px;
}

.section.login {
    padding: 50px 15px;
    text-align: center;
}

.section.login label {
    display: inline-block;
    color: #575757;
    font-family: "Muli";
    font-weight: 800;
    font-size: 14px;
    letter-spacing: -0.06px;
    margin-bottom: 10px;
}

.section.login input[type="text"],
.section.login input[type="password"] {
    width: 100%;
}

.page-dashboard .breadcrums-component {
    background-color: white;
}


/**
 * Dashboard
 */

.section.partners-dashboard h1 {
    color: #0d0d0d;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 48px;
}

.section.partners-dashboard p.page-description {
    max-width: 730px;
    color: #575757;
    font-family: "Helvetica Neue";
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 27px;
}

.section.partners-dashboard .grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.section.partners-dashboard .grid .col3 {
    height: 204px;
    flex: 0 1 31%;
    border: 2px solid #4cc3f2;
    border-radius: 16px;
    background-color: #ffffff;
    padding: 16px 24px 30px 24px;
    margin-bottom: 30px;
}

.section.partners-dashboard .grid .col3 h4 {
    color: #1948cc;
    font-family: "Muli";
    font-size: 20px;
    letter-spacing: -0.08px;
    line-height: 28px;
    margin: 0px;
}

.section.partners-dashboard .grid .col3 a {
    color: #1948cc;
    font-family: Cera;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 600;
}

.section.partners-dashboard .grid .col3 a span {
    color: #ec6d12;
}

.myevents {
    background-color: #f7fafc;
    /* padding: 70px 0px;*/
}

.myevents h2 {
    display: inline-block;
    margin-right: 40px;
    color: #0d0d0d;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
}

.myevents a.btn-submit-event {
    color: #1948cc;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
}

.myevents .slider-my-events .slider {
    padding-left: calc(100% - 1485px);
}

.section.login h1 {
    color: #123699;
    font-family: "Muli";
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 38px;
}

.section.login input[type="submit"] {
    height: 60px;
    width: 196px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 30px;
    background-color: #ec6d12;
    color: #ffffff;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
}

.text_become h1 {
    line-height: 88px;
    font-weight: 800;
    font-family: "Muli";
}

.page-banner {
    height: 430px;
    width: 100%;
    position: relative;
}

.page-banner img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-banner .page-banner-content {
    position: absolute;
    width: 100%;
    max-width: 1100px;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.page-banner-content span.subheading {
    color: #ffffff;
    font-family: Muli;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 48px;
    height: 48px;
    width: 300px;
    background-color: #1948cc;
    padding: 10px 25px;
    margin: 0;
}

.title-page-banner span {
    background-color: #ffffff;
    padding: 0px 10px;
    display: inline-block;
    height: 88px;
    margin-bottom: 2px;
    font-family: "Muli";
    font-weight: 800;
    letter-spacing: -0.83px;
    line-height: 88px;
    font-size: 32px;
    color: #1948cc;
    font-size: 56px;
}

.section h2 {
    position: relative;
    margin-bottom: 52px;
    color: #123699;
    font-family: "Muli Black";
    font-size: 32px;
    letter-spacing: -0.4px;
    line-height: 38px;
    text-align: center;
    font-weight: 800;
    width: fit-content;
    margin: 30px auto;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    display: table;
}

.section.upcoming-events {
    padding: 50px 0px;
    background-color: #f2f4fa;
}

.upcoming-slider .slider {
    width: 100%;
}

.page-id-26610 .breadcrums-component {
    background-color: white;
}

.section.upcoming-events .item-event {
    height: 528px;
    width: 400px !important;
    border: 2px solid #1948cc;
    border-radius: 16px;
    background-color: #ffffff;
    margin-right: 20px;
}

.section.upcoming-events .item-event .box {
    height: 126px;
    width: 126px;
    border-radius: 16px;
    background: linear-gradient( 180deg, rgba(216, 61, 65, 0.9) 0%, rgba(242, 76, 76, 0.8) 100%);
}


/*.slide {
      width: 1110px !important;
      margin: auto;
      padding-left: 0px !important;
  }*/

.form-group {
    width: 100%;
}

.form-group label {
    display: block;
    color: #575757;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.06px;
    width: 100%;
    margin-bottom: 5px;
}

.form-group input,
.form-group select {
    width: 100%;
    border-radius: 4px;
}

.form-group button {
    display: block;
    height: 60px;
    width: 100%;
    border-radius: 28px;
    background-color: #ec6d12;
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    border: 0px;
    font-family: Muli;
    font-weight: 800;
    margin-top: 10px;
}

.custom-results-events {
    padding-left: 40px;
}

.event-row {
    border: 2px solid #1948cc;
    border-radius: 16px;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 10px;
}

.event-row .boxes {
    max-width: 300px;
    float: left;
    width: 39%;
}

.event-row .content {
    float: left;
    width: 55%;
}

.event-row .card-dates {
    padding-top: 10px;
    max-width: 300px;
    margin: 0px auto;
}


/* @media screen and (min-width: 1024px) { */

.event-row .card-dates div {
    height: 96px;
    width: 104px;
}


/* } */

.event-row .card-dates div .card-dates__medium {
    font-size: 20px;
}

.event-row .card-dates div .card-dates__large {
    font-size: 35px;
    font-weight: 800;
}

.event-row .card-dates div .card-dates__small {
    font-size: 16px;
}

.event-row .content h5 {
    color: #1948cc;
    font-family: "Muli";
    font-size: 20px;
    letter-spacing: -0.08px;
    margin: 0px;
    font-weight: 800;
    margin-top: 5px;
    margin-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-row .content>span {
    color: #0d7fad;
    font-family: "Muli";
    font-size: 14px;
    letter-spacing: -0.07px;
    font-weight: 800;
    margin-left: 20px;
}

.event-row .content .data-meta {
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-top: 10px;
    font-family: Roboto;
    border-top: 1px solid #DDDDDD;
    font-size: 14px;
    font-weight: normal;
}

.event-row .hours {
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.08px;
    margin-top: -5px;
    color: #0D0D0D;
}

.result-top-calendar {
    margin-left: 40px;
    margin-bottom: 40px !important;
}

.ubermenu-responsive-toggle {
    display: none !important;
}

.menu-principal-menu-container {
    margin-bottom: -10px;
}

.site-header__wrap {}

.ubermenu-submenu {
    background-color: white !important;
}

#menu-item-26361 .menu-item-26361-col-0 {
    background-size: cover;
    background-position: center;
    position: relative;
}

#menu-item-26362 .menu-item-26362-col-0 {
    background-size: cover;
    background-position: center;
    position: relative;
}

#menu-item-26363 .menu-item-26363-col-0 {
    background-size: cover;
    background-position: center;
    position: relative;
}

#menu-item-26361 .menu-item-26361-col-0 .ubermenu-submenu,
#menu-item-26362 .menu-item-26362-col-0 .ubermenu-submenu,
#menu-item-26363 .menu-item-26363-col-0 .ubermenu-submenu {
    background-color: transparent !important;
}

#menu-item-26847,
#menu-item-26854,
#menu-item-26862 {
    height: 310px;
}

.about-us-megamenu {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    padding-left: 165px;
    background: linear-gradient( 180deg, rgba(216, 61, 65, 0.9) 0%, rgba(242, 76, 76, 0.6) 100%);
}

.planing-megamenu {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    padding-left: 165px;
    background: linear-gradient( 180deg, rgba(163, 67, 217, 0.9) 0%, rgba(190, 99, 242, 0.6) 100%);
}

.handouts-megamenu {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    padding-left: 165px;
    background: linear-gradient( 180deg, rgba(74, 133, 30, 0.9) 0%, rgba(143, 217, 87, 0.6) 100%);
}

.text-megamenu-baw {
    max-width: 450px;
}

.text-megamenu-baw span {
    background-color: #ffffff;
    padding: 0px 10px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    margin-bottom: 2px;
    color: #1948cc;
    font-family: "Muli Black";
    font-size: 40px;
    letter-spacing: -0.83px;
    font-weight: 800;
}

.baw-custom-megamenu a {
    display: block;
    height: 60px;
    width: 196px;
    margin-top: 40px;
    border-radius: 30px;
    background-color: #fff;
    color: #1948cc;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.baw-custom-megamenu a i {
    color: #ec6d12;
}

.col2-megamenu-title {
    margin-bottom: -10px;
    margin-top: 35px;
    color: #0d7fad;
    font-family: "Muli Black";
    font-size: 14px;
    letter-spacing: -0.07px;
    font-weight: 800;
}

.sub_item {
    color: #1948cc;
    font-family: "Muli Black";
    font-size: 18px;
    line-height: 23px;
}

.ubermenu-submenu-id-26845 li a i {
    font-size: 12px;
    margin-right: 5px;
    color: #ec6d12;
}

.ubermenu-submenu-id-26853 li a i {
    font-size: 12px;
    margin-right: 5px;
    color: #ec6d12;
}

.ubermenu-submenu-id-26363 li a i {
    font-size: 12px;
    margin-right: 5px;
    color: #ec6d12;
}

.navbarfixed {
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 2px 5px #e2e2e2;
    z-index: 9;
    width: 100%;
    margin-top: -100%;
    transition: all 1s;
}

.page-id-26610 .page-content {
    padding-top: 0px;
}

.title-post a {
    color: #1948cc;
    text-decoration: none;
}

.card-custom {
    height: 527px !important;
}

.card-bg-image {
    position: relative;
    overflow: hidden;
    border: 0px solid transparent !important;
}

.card-bg-image .img-bg-card {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-bg-image .card-recommended-posts__content {
    position: absolute;
    background-color: white;
    width: calc( 100% - 40px);
    left: 20px;
    right: 20px;
    height: 144px;
    bottom: 20px;
    padding-top: 20px;
}

.card-bg-image .title2-slider-single {
    font-size: 18px;
    line-height: 28px;
}

.card-bg-image .cat-card {
    line-height: initial;
    margin-bottom: 5px;
}

.icon-link-card {
    color: #EC6D12;
    font-size: 22px;
}

.icon-link-card:visited {
    color: #EC6D12;
}

.times-event {
    font-family: Roboto;
    font-size: 20px !important;
    font-weight: bold;
    letter-spacing: -0.08px !important;
    text-align: center !important;
    margin-bottom: -5px;
}

.times-event i {
    color: #EC6D12;
}

.card-calendar h6 {
    color: #1948C0;
    font-family: "Muli Black";
    font-size: 24px;
    letter-spacing: -0.1px;
    line-height: 28px;
    text-align: center;
    margin: 20px 0;
    margin-bottom: 5px;
}

.card-calendar .organizer {
    color: #0D7FAD;
    font-family: "Muli";
    font-size: 14px;
    letter-spacing: -0.07px;
    line-height: 32px;
    font-style: initial;
}

.card-calendar .venue {
    color: #1948CC;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: -0.06px;
    line-height: 27px;
    text-align: center !important;
    margin-bottom: 0px;
}

.card-calendar a {
    margin: auto;
    left: 0;
    right: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.youtube-video-frame {
    margin: 7px 0px 10px 0px;
}

.card-video .title-slider-single {
    text-align: left;
    margin-bottom: 15px;
}

.card-dates__medium {
    margin-top: 5px;
}

.site-info_content {
    max-width: 1110px;
    margin: auto;
    color: #0d0d0d;
    font-family: Muli;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    font-weight: bold;
}

a.dashboard-logout-link {
    float: right;
    text-decoration: none;
    color: #1948cc;
    font-weight: bold;
}

#rememberme {
    display: inline-block;
    width: auto;
}

.rememberme {
    float: left;
}

.forgotpassword {
    float: right;
}

.forgotpassword a {
    text-decoration: none;
    color: #1948cc;
    font-family: "Muli";
    font-weight: 800;
    font-size: 14px;
    letter-spacing: -0.06px;
}

.forgotpassword a:active {
    color: #1948cc;
}

.section.login input[type="submit"] {
    clear: both;
    margin-top: 70px;
}

.pages-container {
    max-width: 1110px;
    margin: auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

.search-filter-reset {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 14px 0px;
    border: 0px;
    box-shadow: none;
}

.search-content-section {
    padding-bottom: 50px;
}


/**
 *
 * CSS CONTENT STYLES LANDING PAGE
 *
 */

.page-content {
    color: #000000;
    font-family: Muli;
    font-size: 20px;
    letter-spacing: 0.13px;
    line-height: 32px;
    max-width: 729px;
}

.page-content h4 {
    color: #0D7FAD;
    font-family: "Muli Black";
    font-size: 20px;
    letter-spacing: -0.06px;
    line-height: 14px;
}

.page-content h5 {
    color: #0D7FAD;
    font-family: "Muli Black";
    font-size: 20px;
    letter-spacing: -0.06px;
    line-height: 14px;
}

.page-content h2 {
    color: #123699;
    font-family: "Muli Black";
    font-size: 32px;
    letter-spacing: -0.4px;
    line-height: 38px;
    text-align: center;
    max-width: fit-content;
}

.page-content h2:after {
    content: '';
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    height: 8px;
    background-color: #4CC3F2;
    background: #4CC3F2;
}

.page-content a {
    color: #1948cc;
    text-decoration: none;
}


/* Formas */

.wpuf-label {
    margin-bottom: 3px;
    width: 100% !important;
}

.wpuf-fields {
    width: 100% !important;
    max-width: 540px;
}

.wpuf-fields input {
    width: 100%;
}

.wpuf-section-title {
    margin-bottom: 25px;
}

.title-single-partner {
    border-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    display: table;
}


/* FORMS GF */

.gfield input[type=text],
.gfield select,
.gfield textarea,
.gfield input[type=password] {
    width: 100% !important;
    padding-left: 15px !important;
}

.gfield .ginput_container {
    max-width: 540px;
}

.gform_confirmation_message {
    border: 1px solid green;
    padding: 20px;
    background-color: rgba(0, 128, 0, 0.1);
    color: green;
}

.page-id-27803 .page-content {
    max-width: 1110px;
}

.title-sidebar {
    color: #0D7FAD;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.07px;
    line-height: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.sidebar-partner-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-partner-list li a {
    color: #1948CC;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.06px;
    height: 45px;
    display: block;
    line-height: 45px;
    border-bottom: 1px solid #B5DFF5;
    padding: 0px 10px;
}

.sidebar-partner-list li a:hover {
    background-color: #fbfbfb;
}

.sidebar-partner-list li i {
    float: right;
    line-height: 45px;
    color: #ec6d12;
    font-size: 14px;
}

.disabled-email-field {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
    user-select: none;
}

#menu-item-26597 {
    position: relative;
}

#menu-item-26597 .sub-menu {
    position: absolute;
    left: -7px;
    width: 180px;
    top: 15px;
    margin: 0;
    padding: 0;
    padding: 10px;
    background-color: white;
    z-index: 99;
    box-shadow: 0px 0px 5px #e6e6e6;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
}

#menu-item-26597 .sub-menu li {
    margin: 0;
}

#menu-item-26597 .sub-menu li a {
    padding: 10px 10px;
    border-bottom: 1px solid #f3f3f3;
}

#menu-item-26597 .sub-menu li a:hover {
    background-color: whitesmoke;
}

#menu-item-26597 .sub-menu li:last-child a {
    border-bottom: 1px solid white;
}

#menu-item-26597:hover .sub-menu {
    opacity: 1;
    pointer-events: initial;
}

.mobile-open-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    min-height: 100vh;
    overflow-y: auto;
}

#primary-mobile .sub-menu {
    display: block !important;
    left: -999%!important;
    top: 80px !important;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 0px 40px;
}

#primary-mobile .submenu-mobile {
    left: 0%!important;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 0px 40px;
}

#primary-mobile .back-btn-mobile-menu {
    color: #0065F2!important;
    font-family: "Helvetica Neue" !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 19px;
    width: 200px;
}

.mobil-menu-container #primary-mobile>.menu-item ul>li:first-child {
    width: 118%;
    margin-left: -30px;
}

#primary-mobile .back-btn-mobile-menu i {
    left: -20px;
    right: initial;
    font-size: 13px;
    top: 18px;
}

ul#footer-menu-mobile li a,
ul#footer-menu-mobile2 li a {
    position: relative;
}

ul#footer-menu-mobile li a:after,
ul#footer-menu-mobile2 li a:after {
    content: "\203A";
    font-size: 20px;
    color: #b9b9b9;
    font-weight: 100;
    position: absolute;
    right: 0%;
}

.become-mobile-menu-btn a {
    border-radius: 24px;
    background-color: #EC1111;
    text-align: center;
    color: white!important;
    height: 48px;
    font-family: "Muli Black"!important;
    font-size: 16px !important;
    margin-bottom: 5px;
}

.become-mobile-menu-btn a:after {
    content: "" !important;
}

.become-mobile-menu-btn:hover {
    /* background-color: #ff3939;*/
}

#primary-mobile .sub-menu .menu-item a:after {
    content: "\203A";
    font-size: 28px;
    color: #ec6d13;
    font-weight: 100;
    position: absolute;
    right: 0%;
}

#primary-mobile li .sub-menu li a i {
    display: none !important;
}

#primary-mobile li .sub-menu li a.back-btn-mobile-menu i {
    display: initial !important;
    position: relative;
    top: 0px;
    margin-right: 10px;
    left: 0px;
    pointer-events: none;
}

a.btn-download {
    left: 0;
    right: 0;
    margin: auto;
}

.btn-filter-by {
    height: 48px;
    width: 100%;
    border-radius: 24px;
    background: linear-gradient(0deg, #D95A00 0%, #EC6D12 100%);
    border: 0px;
    color: #FFFFFF;
    font-family: "Muli Black";
    font-size: 16px;
    text-align: left;
    line-height: 0px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    display: none;
}

.btn-filter-by i {
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 22px;
    pointer-events: none;
}

.custonm-prev-link {
    background-color: #ec6d12;
    border-radius: 4px 0px 0px 4px;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    color: white;
}

.custonm-prev-link .img-prev {
    background-color: transparent;
}

.custom-navigation-labels-wrap input {
    height: 36px !important;
    background-color: white !important;
    border: 1px solid #ec6d12 !important;
    border-radius: 0px !important;
}

.custonm-next-link {
    background-color: #ec6d12;
    border-radius: 0px 4px 4px 0px;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 17px;
    color: white;
}

.custonm-next-link .img-next {
    background-color: transparent;
}

.custom-navigation-labels-wrap {
    top: 0;
}

.custonm-next-link:visited,
.custonm-next-link:active,
.custonm-next-link:focus,
.custonm-next-link:hover,
.custonm-prev-link:visited,
.custonm-prev-link:active,
.custonm-prev-link:focus,
.custonm-prev-link:hover {
    color: white;
}

.custonm-prev-link:hover,
.custonm-next-link:hover {
    opacity: 0.8;
}

.span-custom-nav {
    top: 0px;
}

.pagination-poscition {
    margin-top: 20px;
}

.btm-section-brain.mobile-drop-section {
    display: none;
}

.btm-section-brain.mobile-drop-section option {
    color: #1948cc;
}

.nav-back-mobile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    display: none;
}

.nav-back-mobile a {
    height: 48px;
    width: 100%;
    background-color: #F1F1F1;
    display: block;
    line-height: 48px;
    padding: 0px 16px;
    color: #1948CC;
    font-family: Roboto;
    font-size: 16px;
    text-decoration: none;
}

.event-row .content h5 {
    color: #1948CC;
    font-family: "Muli Black";
    font-size: 24px;
    letter-spacing: -0.1px;
    line-height: 28px;
    width: 100%;
    text-align: left;
    white-space: normal;
}

.event-row .hours i {
    color: #ec6d12;
}

.event-row .data-meta .venue {
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: -0.06px;
    color: #1948CC;
}

.event-row .data-meta .types {
    color: #575757;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: -0.06px;
}

.event-row .data-meta .venue strong {
    color: #575757;
}

[data-sf-field-input-type="select"] label {
    position: relative;
}

[data-sf-field-input-type="select"] label:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 13px;
    top: 9px;
    color: #1181af;
    pointer-events: none;
}

.gform_wrapper .ginput_container_select,
.drop-brain-basic {
    position: relative;
}

.gform_wrapper .ginput_container_select select,
.drop-brain-basic select {
    -webkit-appearance: none
}

.gform_wrapper .ginput_container_select:after,
.drop-brain-basic:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 13px;
    top: 9px;
    color: #1181af;
}

.gform_wrapper .ginput_container_select:after,
.drop-brain-basic:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 13px;
    top: 9px;
    color: #1181af;
}

.drop-brain-basic:after {
    right: 31px;
    top: 13px;
    color: white;
    pointer-events: none;
}

.content-result-search {
    padding: 0px 15px;
}

.content-result-search a {
    color: #1948CC;
    font-family: "Muli Black";
    font-size: 20px;
    letter-spacing: -0.08px;
    line-height: 28px;
    text-decoration: none;
}

.search-results .info-investigation,
.search-results .institution-name-grant {
    color: #000000 !important;
    font-family: Muli !important;
    font-size: 20px !important;
    letter-spacing: 0.13px !important;
    line-height: 32px !important;
}

.search-results .search-field {
    background-color: #E4F6FF;
    color: #080808;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    display: block;
    width: 100%;
    height: 41px;
    border: 0px;
    border-bottom: 1.5px solid #0D7FAD !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 22px;
    margin-bottom: 25px;
}

.search-results .search-form-sidebar {
    position: relative;
    width: 300px;
    margin-top: 50px;
}

.search-results .search-icon {
    position: absolute;
    top: 13px;
    right: 20px;
}

.search-results .page-title {
    color: #123699;
    font-family: "Muli Black";
    font-size: 32px;
    letter-spacing: -0.4px;
    line-height: 38px;
    border-bottom: 8px solid #4cc3fa;
    width: auto;
    margin: auto auto;
    margin-top: 50px;
    display: inline-block;
}

.search-results .title-post-item {
    height: auto !important;
}

.content-info-become a {
    color: #1948cc;
    text-decoration: none;
}

.content-info-become ul,
.content-area ol,
.content-area ul {
    margin: 0;
}

.rectangle_center,
.page-banner .page-banner-content {
    padding: 0px 15px;
}

.mobile-title-reg {
    display: none;
}

.search-content-section,
.search-content-section {
    background-color: #F7FAFC;
}

.view-more-reports-mobile {
    display: none;
}

.text-home-banner-mob {
    opacity: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-selected {
    height: 48px;
    border-radius: 8px;
    background-color: #d4f0ff !important;
    border: 2px solid transparent;
    box-shadow: none;
    padding: 0px 20px;
    outline: none;
}

.pass-icon {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 14px;
    color: #5978D2;
    cursor: pointer;
    padding: 5px 10px;
}

.pass-icon:hover {
    color: #1948cc
}

.container-pass {
    position: relative;
}

#field_6_18 {
    width: 255px;
}

@media screen and (max-width: 1024px) {
    .title-single-partner {
        margin-bottom: 0px;
    }
    .tribe-events-back {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
        background-color: #f1f1f1;
        height: 48px;
        padding: 6px 25px;
    }
    .tribe-events-back a {
        font-size: 16px;
    }
    .img-single-partner {
        margin-top: 0px;
    }
    .img-single-partner img {
        height: auto;
    }
}

@media screen and (max-width: 999px) {
    .event-row .boxes {
        width: 100%;
        margin: 0px auto;
        float: none;
    }
    .event-row .content {
        width: 100%;
        float: none;
        text-align: center;
    }
    .event-row .content h5 {
        text-align: center;
        margin-left: 0px;
    }
    .search-grant {
        width: 100%;
        float: none;
    }
    .btn-filter-by {
        display: block;
        outline: none;
        z-index: 99;
    }
    .center-search-grant {
        background-color: #f1f1f1;
        padding: 15px;
        margin-top: -24px;
        padding-top: 37px;
        display: none;
    }
    .center-search-grant h3 {
        display: none;
    }
    .search-grant label,
    .search-grant label input,
    .search-grant label select {
        width: 100%;
    }
    .result-search {
        width: 100%;
        float: none;
        /* padding: 0px 20px; */
        padding: 0;
    }
    .result-top-grant {
        margin-top: 20px !important;
        text-align: center;
        margin-bottom: 37px !important;
    }
    .result-search {
        max-width: 500px;
        margin: auto;
    }
    .event-row {
        /* padding: 29px 10px!important; */
        padding: 25px 20px !important;
    }
}

@media screen and (max-width: 890px) {
    .event-photo-single {
        width: calc(100% / 2);
        height: auto;
        float: left;
        text-align: center;
    }
    /* .page-template-template-calendar-event li.slick-slide {
        width: 500px !important;
        margin-right: 10px;
    } */
    .card-dates__large {
        color: #FFFFFF;
        font-family: "Muli";
        font-size: 40px;
        letter-spacing: -0.08px;
        line-height: 25px;
        margin-top: 4px;
    }
    .card-dates__medium {
        color: #FFFFFF;
        font-family: "Muli";
        font-size: 24px;
        letter-spacing: -0.04px;
        line-height: 25px;
        text-align: center;
        font-weight: bold;
    }
    .hour_mobil {
        color: #0D0D0D;
        font-family: Roboto;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: -0.08px;
        line-height: 27px;
    }
    .section.partners-dashboard .grid .col3 {
        flex: 0 1 48%;
    }
}

@media screen and (max-width: 768px) {
    .become-partner {
        height: 409px !important;
    }
    .page-id-26610 .upcoming-events {
        display: none;
    }
    .single-partner-header {
        display: none;
    }
    .title-page-banner span {
        font-size: 40px;
        height: 50px;
        line-height: 50px;
        font-family: "Muli Black";
    }
    .page-banner .page-banner-content {
        padding: 0px 20px;
    }
    .page-banner-content span.subheading {
        font-size: 16px;
        line-height: 35px;
        height: 35px;
    }
    select#drop-brain {
        margin-top: 10px;
        margin-bottom: -15px;
    }
    .page-content {
        padding: 20px 0px;
    }
    .slide-no li {
        padding: 0px 10px;
        padding-bottom: 10px;
    }
    .slide-cards li .card,
    .slide-cards li .card-custom {
        margin: 0px !important;
        margin-bottom: 10px !important
    }
    .container-week {
        height: auto;
        bottom: initial;
        top: -80px;
    }
    .vc_row.wpb_row.vc_row-fluid.content-info-become {
        padding: 10px 15px;
    }
    .vc_row.wpb_row.vc_row-fluid.container-week .wpb_column.vc_column_container.vc_col-sm-12 {
        padding: 30px 0px;
    }
    .page-content {
        padding: 20px 20px;
    }
    .page-content ul {
        margin-left: 0px;
    }
    a.dashboard-logout-link {
        margin-top: 20px;
        margin-right: 10px;
    }
    .wpb_text_column {
        padding: 0px!important;
    }
    .page-content h4 {
        line-height: initial;
    }
    .search-content-center-section {
        padding-top: 32px;
    }
    .title-post a {
        color: #1948CC;
        font-family: "Muli Black";
        font-size: 20px;
        letter-spacing: -0.08px;
        line-height: 28px;
    }
    .row-style-1 .org {
        color: #0D7FAD;
        font-family: "Muli Black";
        font-size: 14px;
        letter-spacing: -0.07px;
        line-height: 20px;
    }
    .info .location {
        display: none;
    }
    .info .types,
    .info .audiences {
        text-align: center;
        display: block;
    }
    .info .types strong,
    .info .audiences strong {
        display: block;
    }
    .view-more-reports-mobile {
        height: 48px;
        width: 196px;
        border-radius: 30px;
        background-color: #EC6D12;
        display: block;
        margin: 22px auto 10px auto;
        color: #FFFFFF;
        font-family: Muli;
        font-size: 18px;
        font-weight: bold;
        line-height: 48px;
        text-align: center;
        text-decoration: none;
        margin-bottom: 5px;
    }
    .view-more-reports-mobile:visited,
    .view-more-reports-mobile:active {
        color: white;
    }
    .entry-content-single-partner {
        max-width: 730px;
        width: 100%;
        margin: 0px auto;
        padding: 0px 20px;
    }
    .article-user {
        padding-left: 0px;
        max-width: 100%;
        margin: auto;
    }
    .article-user p strong {
        text-transform: uppercase;
        margin-bottom: 0;
        display: block;
    }
    .about-single-event h3 {
        color: #0D7FAD;
        font-family: "Muli Black";
        font-size: 14px;
        letter-spacing: -0.06px;
        line-height: 14px;
        text-transform: uppercase;
        line-height: initial;
    }
    .entry-title-partner-single {
        /*color: #0D0D0D;*/
        font-family: "Muli Black";
        font-size: 32px;
        letter-spacing: -0.4px;
        line-height: 40px;
    }
    .article-single__group-left h6 {
        color: #000000;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
    }
    .pagination-poscition {
        display: block;
        margin: auto;
        max-width: 325px;
        text-align: center;
        margin-top: 22px;
    }
    .container-week {
        margin: 0px 15px !important;
        padding: 0PX 15PX;
    }
    .btm-section-brain {
        display: none;
    }
    .btm-section-brain.mobile-drop-section {
        text-align: center;
        width: 100%;
        margin-top: 20px;
        display: block;
    }
    select#drop-brain-mobile {
        height: 48px;
        width: 95%;
        background: linear-gradient(0deg, #D95A00 0%, #EC6D12 100%);
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        border: none;
        padding-left: 24px;
        /* right: initial; */
    }
    .nav-back-mobile {
        display: block;
    }
    .myevents .slick-prev {
        left: 35%;
    }
    .myevents .slick-next {
        right: 45%
    }
    #primary-mobile li i.fa-arrow-right {
        padding: 0px 11px;
        right: -10px;
    }
    #primary-mobile li.menu-item div.arrow-menu-mobile {
        pointer-events: none;
    }
    #primary-mobile li.menu-item-has-children div.arrow-menu-mobile {
        /* pointer-events: all; */
    }
    #primary-mobile li.menu-item>.sub-menu li a div.arrow-menu-mobile {
        display: none;
    }
    .mobil-menu-container {
        padding-bottom: 50px;
    }
    .content-become-partner a {
        margin-top: 20px;
    }
    .event-row .hours {
        margin-top: 18px;
        margin-bottom: 18px !important;
    }
    .event-row .content h5 {
        max-width: 100%;
    }
    .event-row .content h5 {
        color: #1948CC;
        font-family: "Muli Black";
        font-size: 24px;
        letter-spacing: -0.1px;
        line-height: 28px;
        width: 100%;
        text-align: center;
        white-space: normal;
    }
    .event-row .data-meta strong {
        display: none;
    }
    .event-row .data-meta {
        margin: auto;
        margin-left: 0px !important;
        margin-bottom: auto !important;
        margin-top: 18px !important;
    }
    .event-row .data-meta .venue {
        color: #1948CC;
        font-family: Roboto;
        font-size: 14px;
        letter-spacing: -0.06px;
        line-height: 27px;
        text-align: center;
        margin-left: 0px;
    }
    .event-row .data-meta .types {
        color: #575757;
        font-family: Roboto;
        font-size: 14px;
        letter-spacing: -0.06px;
        line-height: 27px;
        text-align: center;
        margin-left: 0px;
    }
    .vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    ul.wpuf-form li {
        padding: 10px 0px !important;
    }
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
        width: 100% !important;
        max-width: 285px;
        margin: auto !important;
    }
    .page-id-27706 .container-become {
        margin: 20px auto;
        padding-top: 100px;
    }
    .img-logo-and-grap {
        width: 60%;
        float: none;
        margin: auto;
    }
    .btn-download-logo {
        width: 80%;
        margin: auto;
        float: none;
        text-align: center;
    }
    .page-template-template-Logos-and-Graphics .page-content h2 {
        font-size: 25px;
    }
    .search-results .search-form-sidebar {
        position: relative;
        width: 100%;
        margin-top: 50px;
    }
    .content-info-become ul {
        margin: 0;
    }
    .title-event-registrer {
        display: none
    }
    #gform_wrapper_6 .gfield_label {
        color: #575757;
        font-family: "Muli Black";
        font-size: 14px !important;
        letter-spacing: -0.06px;
        line-height: 14px !important;
    }
    #gform_wrapper_6 h3 {
        color: #123699;
        font-family: "Helvetica Neue";
        font-size: 32px;
        font-weight: bold;
        letter-spacing: -0.4px;
        line-height: 38px;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .text-home-banner-mob {
        opacity: 1;
    }
    .cta-orange a {
        width: 295px!important;
        margin-bottom: 28px!important;
        height: 48px!important;
        display: flex!important;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 650px) {
    .section.partners-dashboard .grid .col3 {
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 600px) {
    .event-photo-single {
        width: calc(100% / 1);
        height: auto;
        float: left;
        text-align: center;
    }
    .img-logo-and-grap {
        width: 80%;
    }
}

@media screen and (max-width: 400px) {
    .img-logo-and-grap {
        width: 80%;
    }
    .page-id-15960 .wp-block-table img {
        width: 122px !important;
    }
    .cta-orange a {
        width: 100%!important;
    }
    .vc_btn3-container.vc_btn3-inline {
        display: block!important;
    }
}

@media screen and (max-width: 330px) {
    html body .card.card-calendar {
        width: 278px !important;
    }
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    border: 3px solid #fff;
}

.wpb_video_widget .wpb_wrapper iframe {
    height: 345px !important;
}

.single-partner_report .title-single-partner {
    border-bottom: 8px solid #4cc3fa;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    width: max-content;
    margin: 58px auto;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    display: table;
}

.single-tribe_events .page-content {
    max-width: 1110px;
}

.single-tribe_events .page-banner {
    display: none;
}

.single-tribe_events .breadcrums-component {
    display: none
}


/*  EVENTS*/

.entry-title-event-single {
    color: #0D0D0D;
    font-family: "Muli Black";
    font-size: 40px;
    letter-spacing: -0.5px;
    line-height: 56px;
}

.info-event-titles strong {
    text-transform: uppercase;
    text-transform: uppercase;
    margin-bottom: -12px !important;
    display: block;
}

.link-location {
    display: block;
    margin-top: 40px;
    line-height: 25px;
}

.article-user::before {
    width: 1px;
}

.entry-content-single-event {
    width: 730px;
    margin: 0px auto;
    /* margin-top: 75px;*/
}

.event-metas h5 {
    color: #0D7FAD;
    font-family: "Muli Black";
    font-size: 14px;
    letter-spacing: -0.06px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.event-metas p {
    /*padding-bottom: 30px;*/
    margin-bottom: 0px;
    /*border-bottom: 1px solid #e8e8e8;*/
}

.event-map {
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#map {
    width: 100% !important;
}

#tribe-events-content {
    position: initial;
}

#main {
    position: relative
}

.single-tribe_events #main.padding-main {
    padding-bottom: 600px;
}

.faq_style .vc_tta-panel .vc_tta-panel-heading a {
    color: #1948cc!important;
}

.faq_style .vc_tta-panel .vc_tta-panel-heading {
    border: none!important;
}

.faq_style .vc_tta-panel .vc_tta-panel-body {
    border: none!important;
}

.faq_style .vc_tta-panel {
    border-top: 1px solid #f7f7f7!important;
    border-bottom: 2px solid #f7f7f7!important;
}

.faq_style .vc_tta-panel .vc_tta-panel-heading a .vc_tta-controls-icon::before {
    border-color: #EC6D12!important;
}

.title-page-banner span {
    margin-right: -1px;
}


/*center orange button*/

a.btn-download {
    display: block;
    height: 60px;
    width: 196px;
    line-height: 60px;
    text-align: center;
    padding: 0!important;
}

a.btn-download img {
    height: 22px;
    width: 22px;
    display: inline-block;
    position: relative;
    top: 4px;
}

ul.content-text-event {
    padding-left: 20px;
}

.event-myevent .buttons-my-events {
    text-decoration: none;
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
}

.event-myevent .buttons-my-events a {
    text-decoration: none;
    width: 45%;
    position: relative;
}

.event-myevent .buttons-my-events a.edit-btn {
    background-color: #1948cc;
}

.page-template-page-dashboard .reports-section .slick-slide {
    margin-right: 10px;
}

.my-report {
    height: 364px;
    max-width: 400px;
    width: 400px;
    border: 2px solid #4CC3F2;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding: 20px;
    margin: auto;
    margin-bottom: 15px;
    position: relative;
}

.my-report .type-report {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 32px;
    text-transform: uppercase;
    color: #0D7FAD
}

.my-report .title a {
    color: #1948CC;
    font-family: "Muli Black";
    font-size: 20px;
    letter-spacing: -0.08px;
    line-height: 28px;
    text-decoration: none
}

.my-report .report-details {
    border-top: 1px solid #DDDDDD;
    margin-top: 20px;
    padding-top: 20px
}

.my-report .report-details .detail .label {
    color: #0D0D0D;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 22px;
    width: 100px;
    float: left;
}

.my-report .report-details .detail .value {
    float: left;
    color: #575757;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: -0.06px;
    line-height: 22px;
    width: calc( 100% - 100px);
}

.my-report .report-details .detail {
    margin-bottom: 5px;
}

.page-template-page-dashboard .card {
    max-width: 400px;
    /*width: auto;*/
}

.page-template-page-dashboard .slick-slide {
    margin-right: 0px;
}

.my-report .actions {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
}

.my-report .actions a {
    text-decoration: none;
    color: #1948CC;
}

.inactive_link {
    color: #b7b7b7 !important;
    cursor: text;
}

.inactive_link span {
    color: #b7b7b7 !important;
}

.event-description {
    border-bottom: 1px solid #e8e8e8;
}

.event-metas {
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

p.type-event-,
p.type-audiences- {
    font-size: 16px !important;
}

.event-metas p {
    margin-bottom: 0px;
    font-size: 18px;
}

#gform_submit_button_11 {
    display: inline;
}

.success-edited {
    border: 1px solid #4d7b00;
    background-color: rgba(134, 214, 0, 0.2);
    padding: 20px;
    color: #4d7b00;
}

.delete-btn {
    width: 30px !important;
    height: 30px !important;
    position: absolute !important;
    margin: initial !important;
    top: 3px !important;
    right: 5px !important;
    left: initial !important;
    display: inline-block !important;
    line-height: 45px !important;
    background-color: transparent !important;
    z-index: 9 !important;
    color: red !important;
    box-shadow: none !important;
}

.page-dashboard .slider-my-events {
    min-height: 520px
}

.page-dashboard .slider-my-events .loader {
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-dashboard .slider-my-events .loader img {
    width: 90px;
}

.success-edited.information {
    background-color: rgba(213, 214, 0, 0.2) !important;
    color: #7b6700 !important;
    border: 1px solid #7b6700 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }
}

input[type="submit"] {
    cursor: pointer;
}

article .img-single-partner img {
    width: 100%;
    object-fit: contain;
}

@media screen and (min-width: 1583px) {
    .template-page-dashboard .slick-slide {
        width: 420px !important;
    }
}
#jetpack_protect_answer {
    vertical-align: super !important;
}
