:root {
	--primary-color: #10aadd;
	--alt-color: #666;
}

/* TEMP CSS Area - Starts */

#footer .footer-btn {
    display: inline-block;
    width: 200px !important;
    color: #fff !important;
    background-color: var(--primary-color);
    text-align: center;
    padding: 8px 10px;
    border-radius: 5px;
}

#footer .footer-btn:hover {
    opacity: .9;
}

.center-table {
    max-width: 750px;
    margin: 0 auto;
}

.section-heading .av-subheading {
    margin-top: 15px;
}

/* TEMP CSS Area - Ends */

/* Form CSS Area - Starts */

.membership-form {
    max-width: 850px;
    margin: 0 auto;
}

.ginput_full.address_line_2 input[type="text"] {
    margin: 10px 0 !important;
}

h3.gravity-title {
    margin: 25px 0 !important;
    font-size: 22px;
}

h2.gravity-title {
    text-align: center;
    margin-top: 30px;
    font-size: 27px;
    text-transform: none !important;
    font-weight: bold;
    color: var(--primary-color);
}

@media (min-width: 768px) {
    h2.gravity-title {
        font-size: 35px;
    }
}

hr.gravity-hr {
    margin: 35px 0 30px;
}

label.gfield_label {
    margin-top: 15px;
    font-size: 16px !important;
}

.gfield_checkbox label {
    margin-left: 3px !important;
    font-size: 16px !important;
    position: relative;
    top: 2px
}

@media (min-width: 641px) {
    .gfield_checkbox li:nth-child(n-1) {
        margin-right: 25px !important;
    }
}

/* Form CSS Area - Ends */

/* tribe Event CSS - Starts */

.tribe-common-c-btn {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    text-transform: capitalize;
}

.tribe-common-c-btn:hover {
    color: #fff !important;
}

a.tribe-events-c-ical__link {
    border-color: var(--primary-color) !important;
    font-size: 16px;
    -webkit-transition: .5s !important;
    transition: .5s !important;
}

.tribe-common .tribe-common-c-svgicon {
    color: var(--primary-color) !important;
}

a.tribe-events-c-ical__link:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: var(--primary-color) !important;
}

.tribe-common-c-btn:hover {
    opacity: .9 !important;
}

.tribe-events-widget-events-list__event-date-tag {
    padding: 5px !important;
    background: #fff;
}

.tribe-events-widget-events-list__event-wrapper {
    padding: 5px 20px !important;
}

a.tribe-events-widget-events-list__view-more-link {
    color: var(--primary-color) !important;
    font-size: 16px !important;
}

h3.tribe-events-widget-events-list__header-title {
    font-family: "josefin sans", HelveticaNeue, "Helvetica Neue", Helvetica-Neue, Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    font-size: 18px !important;
		text-decoration: none !important;
}

.tribe-events-cal-links a {
    border: 1px solid;
    font-size: 16px !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.tribe-events-cal-links a:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}


span.tribe-event-date-start {
    /* font-size: 18px !important; */
}

.av-single-event-meta-bar {
    border: none !important;
}

.av-single-event-meta-bar-inner {
    border-color: #e7e7e7 !important;
    padding: 25px;
}

div#tribe-events-footer {
    border: none !important;
}

.tribe-events-single-section a {
    color: var(--primary-color) !important;
}

.tribe-events-single-section a:hover {
    color: var(--alt-color) !important;
}

@media (max-width: 1100px) {
    .tribe_events {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .av-single-event-content {
        margin-left: 0;
        margin-bottom: 40px !important;
    }
}

/* tribe Event CSS - Ends */


.hero-col {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #10aadd), to(#009688)) !important;
    background-image: -webkit-linear-gradient(top, #10aadd 40%, #009688) !important;
    background-image: linear-gradient(to bottom, #10aadd 40%, #009688) !important;
}

@media (min-width: 768px) {
    .hero-col {
        padding: 40px 60px !important;
    }

    .inner-img-col .content-col {
        padding: 35px 45px !important;
    }
}

.normal-button a {
    border: 2px solid var(--primary-color) !important;
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 13px 25px !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.trans-button a {
    color: var(--primary-color) !important;
}

.trans-button a:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    opacity: 1 !important;
}

.avia_button_icon_right {
    padding-left: 5px;
}

.colored-item {
    color: var(--primary-color) !important;
}

.hero-button a {
    border: 2px solid #fff !important;
    font-weight: bold !important;
    font-size: 18px !important;
    padding: 13px 25px !important;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-button a:hover {
    color: var(--primary-color) !important;
    background-color: #fff !important;
    opacity: 1 !important;
}

.home-contact .flex_column_table {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 750px;
}

@media (min-width: 641px) {
    .home-contact .flex_column {
        padding: 40px 24px 40px 40px !important;
    }
}

.home-form textarea,
.home-form .gform_body input {
    background-color: transparent !important;
    border-radius: 5px !important;
    color: #fff !important;
}

.home-form textarea::-webkit-input-placeholder,
.home-form .gform_body input::-webkit-input-placeholder {
    color: #fff !important;
}

.home-form textarea::-moz-placeholder,
.home-form .gform_body input::-moz-placeholder {
    color: #fff !important;
}

.home-form textarea:-ms-input-placeholder,
.home-form .gform_body input:-ms-input-placeholder {
    color: #fff !important;
}

.home-form textarea::-ms-input-placeholder,
.home-form .gform_body input::-ms-input-placeholder {
    color: #fff !important;
}

.home-form textarea::placeholder,
.home-form .gform_body input::placeholder {
    color: #fff !important;
}

.home-form .button {
    border-radius: 5px !important;
}

/* Header CSS Starts Here */
.main_menu .avia-menu-text {
    font-size: 16px;
}

.logo img {
    width: 170px !important;
}

@media (min-width: 768px) {
    .logo img {
		width: 220px !important;
	}
}

#header_meta {
    border: none !important;
    background: transparent !important;
    z-index: 1 !important;
}
#header_meta .sub_menu li a:hover {
    opacity: .8 !important;
}
#header_meta .sub_menu {
  padding-right: 13px;
  top: 0;
}
@media (min-width: 1111px) {
  #header_main .container,
  .av-main-nav .menu-item-top-level > a {
      line-height: 70px !important;
      height: 70px !important;
  }
}
#header_main {
    border-top: none !important;
}
.logo img {
    max-height: 1000% !important;
}
span.logo {
    position: absolute;
    top: -50px;
    height: 120px !important;
    z-index: 99;
}
@media (min-width: 768px) and (max-width: 1110px)  {
  #header_main .container, .main_menu ul:first-child > li a {
      height: 70px !important;
      line-height: 70px !important;
  }
}
@media (max-width: 1110px) {
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block !important;
    }
    .menu-item-top-level {
        display: none;
    }
    #av-burger-menu-ul li a {
        height: auto !important;
        line-height: 1.5 !important;
    }
}
.av_secondary_right .sub_menu li a {
    font-size: 15px !important;
    line-height: 1.5;
}
#header_meta .container {
    min-height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: end;
}
.av_secondary_right .sub_menu li {
  border: none !important;
  display: flex;
  align-items: center;
}
.avia-standard-logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.button-alike a {
    background-color: var(--primary-color);
    display: inline-block;
    color: #fff !important;
    padding: 7px 16px !important;
    border-radius: 5px;
}
/* Header CSS Ends Here */
#socket .social_bookmarks li a {
    font-size: 16px !important;
}

.inner-three-col ul {
    margin: 0;
}

@media (min-width: 990px) {
    .inner-three-col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .inner-three-col ul {
        background-color: rgb(255 255 255 / 0.80);
        padding: 30px 40px;
        width: 31.0%;
        border-radius: 5px;
    }
}

@media (max-width: 989px) {
    .inner-three-col {
        background-color: rgb(255 255 255 / 0.80);
        padding: 30px;
        border-radius: 5px;
    }
}

.trans-button-white a {
    color: #fff !important;
    border-color: #fff !important;
}

.trans-button-white a:hover {
    background-color: #fff !important;
    color: var(--primary-color) !important;
}

.normal-table th {
    background-color: var(--primary-color);
    color: #fff;
    text-transform: none;
    text-align: center;
    font-size: 16px;
}

.normal-table td {
    font-size: 16px;
    text-align: center;
    color: #333;
}

.avia_codeblock strong,
.avia_textblock strong {
    color: #333 !important;
}

.team-area-inner .flex_column_table {
    background: #fff;
    padding: 25px;
}

@media (min-width: 768px) {
    .team-area-inner .flex_column_table {
        padding: 30px 40px 40px;
    }
}

.team-button .toggle_icon {
    border: none;
}

.team-button .vert_icon,
.team-button .hor_icon {
    border-color: var(--primary-color);
    opacity: 1 !important;
}

.team-button .toggler {
    max-width: 145px;
    border: 2px solid var(--primary-color);
    background: transparent !important;
    border-radius: 10px !important;
    font-weight: bold;
    -webkit-transition: .5s;
    transition: .5s;
    color: var(--primary-color);
}

.team-button .toggler:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.team-button .toggler:hover .vert_icon,
.team-button .toggler:hover .hor_icon {
    border-color: #fff !important;
}

.team-button .toggler:focus {
    outline: none !important;
}

.team-button .toggle_content {
    border: none !important;
    background: #f8f8f8;
}

.team-title h3 {
    color: var(--primary-color);
}

.team-title .av-subheading {
    font-weight: bold;
    color: #474747;
}

.inner-dual-col {
    margin-top: 50px;
}

.inner-dual-col ul {
    margin: 0;
}

@media (min-width: 990px) {
    .inner-dual-col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .inner-dual-col ul {
        background: rgb(255 255 255 / 0.8);
        width: 48%;
        padding: 30px 40px;
    }
}

.advisory-list ul {
    list-style-type: none;
    margin: 0;
}

.advisory-list ul li {
    margin-left: 0;
    position: relative;
    padding-left: 38px;
}

.advisory-list ul li:before {
    content: '\e80a';
    font-family: entypo-fontello;
    position: absolute;
    left: 0;
    color: var(--primary-color);
    border: 2px solid;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
}

.advisory-list ul li:nth-child(n+2) {
    margin-top: 6px;
}

.mec-date-search,
.mec-text-input-search {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

i.mec-sl-calendar {
    padding-left: 10px !important;
    padding-right: 20px !important;
}

.mec-date-search select,
.mec-text-input-search input {
    background-color: #fff !important;
}

/* Dashboard */

.dashboard-modules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.dash-module {
    text-align: center;
    border: 1px solid #d6d6d6 !important;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.dash-module .dash-module-body {
    padding: 30px 40px 30px 40px;
    background-color: #fbfbfb;
}

.dash-module-footer a {
    color: #fff;
    background: var(--primary-color);
    display: block;
    padding: 10px;
}

.dash-module-footer a:hover {
		opacity: .8;
		color: #fff;
}

.uredoo-dash-top-welcome {
    font-size: 14px;
}

.uredoo-user-avatar {
		width: 128px;
		height: 128px;
		background: #fff;
		position: relative;
		border-radius: 100%;
}

.uredoo-user-avatar.verified:after {
    content: '\e808';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: var(--secondary-color);
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    border-radius: 100%;
    z-index: 1;
    font-family: 'entypo-fontello';
}

.uredoo-user-avatar img {
    border-radius: 100%;
    display: block;
}

.dashboard-top {
    display: grid;
    grid-template-columns: 128px auto;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 40px;
}

.uredoo-user-displayname h2 {
    display: inline-block;
}

ul.uredoo-dash-top-actions {
    margin: 0;
    list-style-type: none;
    text-align: left;
}

ul.uredoo-dash-top-actions li {
    display: inline-block;
    position: relative;
    margin-left: 25px;
}

@media(max-width:767px) {
	ul.uredoo-dash-top-actions li {
		text-align: center;
	    display: block;
	    margin: 0
    }
}

ul.uredoo-dash-top-actions li:first-child {
    margin: 0;
}
p.gform_required_legend,
ul.uredoo-dash-top-actions li:first-child:before {
    display: none !important;
}

@media(min-width:768px) {
ul.uredoo-dash-top-actions li:before {content: '';position: absolute;height: 10px;width: 1px;background: #8a8080;top: calc(50% - 5px);left: -15px;z-index: 99;}
}

.uredoo-dash-info-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.dash-module-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-weight: bold;
}

.dash-module-icon {
    display: inline-block;
    border: 1px solid #8c8c8c !important;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    line-height: 95px;
    margin-bottom: 20px;
}

.dash-module-icon img {
    width: 50px;
    vertical-align: middle;
}

.entypo-icon {
    font-family: 'entypo-fontello';
}
/* Dashboard CSS End */

.files-table th {
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.files-table td {
    font-size: 16px;
    background: #fff;
    padding: 15px;
    color: #333;
}

.file-name a:hover {
    opacity: .8;
}

.file-name strong {
    position: relative;
    font-size: 18px;
    color: var(--primary-color);
    padding-left: 30px;
}

.file-name strong:before {
    content: '\e850';
    font-family: entypo-fontello;
    position: absolute;
    left: 0;
}

/* Stats Col Css Starts Here */

.stat-col {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.stat-col svg {
    width: auto;
    height: 80px;
    padding-right: 30px;
}

.stat-col svg,
.stat-col svg path {
    fill: var(--primary-color);
}

.stat-col .avia-animated-number-title {
    line-height: 1
}

@media (min-width: 1351px) {
    .stat-box {
        text-align: left;
    }

    .stat-box .heading {
        border-bottom: 3px solid var(--primary-color);
        padding-bottom: 10px;
        margin-bottom: 15px;
        display: block;
    }

    .stat-box .avia-animated-number-content {
        text-align: left;
        clear: left;
    }
}

@media (max-width: 1350px) {
    .stat-box .avia-animated-number-content {
        border-top: 3px solid var(--primary-color) !important;
        padding-top: 15px;
        margin-top: 15px;
    }

    .stat-box .heading {
        font-size: 40px !important;
    }

    .stat-col {
        border: 2px solid #fff !important;
        padding: 20px;
    }
}

.stat-box .avia-animated-number-content {
    font-weight: bold;
}

.inner-col-area .av-flex-placeholder {
    width: 30px !important;
}

@media (min-width: 768px) {
    .inner-four-col .flex_column_table {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .inner-four-col .flex_column {
        margin-left: 0 !important;
        width: calc(25% - 22.5px) !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .inner-four-col .av-flex-placeholder {
        display: none !important;
    }

    .inner-four-col .flex_column_table {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }

    .inner-four-col .flex_column {
        margin-top: 30px !important;
        width: 48% !important;
    }
}

/* Stats Col Css Ends Here */

.quote-img {
    border-radius: 100%;
    border: 3px solid var(--primary-color) !important;
    padding: 4px;
}

.quote-text em {
    font-size: 19px;
    line-height: 1.6;
    position: relative;
}

.quote-text em:before {
    content: '\e833';
    font-family: entypo-fontello;
    font-style: normal;
    color: #10aadd;
    font-size: 50px;
    border-radius: 100%;
    display: block;
}

.quote-text strong {
    font-size: 25px;
    display: inline-block;
    margin-top: 15px;
}

#cip img {
    border: 1px solid #e1e1e1 !important;
}

.single .big-preview,
.single .title_container {
    display: none;
}

.single a {
    word-wrap: break-word;
}

.single-post strong {
    color: var(--alt-color);
}

.custom-nav {
    list-style-type: none !important;
    margin: 0;
    text-align: center;
}

.custom-nav li {
    margin: 0;
    padding: 5px 13px;
    display: inline-block;
}

.custom-nav li span {
    border: 2px solid var(--primary-color);
    padding: 8px 20px;
    color: var(--primary-color);
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 18px;
    -webkit-transition: .5s;
    transition: .5s;
}

.custom-nav li span:hover {
    cursor: pointer;

}

.custom-nav li span.current,
.custom-nav li span:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

@media (max-width: 989px) {
    #policy_area .inner-dual-col {
        background: rgb(255 255 255 / 0.8);
        padding: 25px;
    }
}

.team-img {
    border: 1px solid #eeeeee !important;
    border-radius: 100%;
}

.team-area-inner .av-flex-placeholder {
    width: 50px !important;
}

.more-trigger:hover {
    cursor: pointer;
}

.uc-form-grouped-controls input {
    border: none !important;
    margin: 0 !important;
}

.avia_button_icon_left {
    padding-right: 5px;
}

#stat_col_area .av-flex-placeholder {
    width: 40px !important;
}

@media (min-width: 768px) {
    #stat_col_area .flex_column_table {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    #stat_col_area .flex_column {
        margin-left: 0 !important;
        width: calc(20% - 32px) !important;
    }

    #stat_col_area .flex_cell {
        padding: 70px 100px !important;
    }
}

@media (min-width: 768px) and (max-width: 1350px) {
    #stat_col_area .av-flex-placeholder {
        display: none !important;
    }

    #stat_col_area .flex_column_table {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }

    #stat_col_area .flex_column {
        margin-left: 0;
        margin-top: 30px !important;
        width: 48% !important;
    }
}

#hot_topics .flex_column {
    border: 1px solid #10aadd !important;
    -webkit-transition: .5s;
    transition: .5s;
}

#hot_topics img {
    width: 120px;
}

.svg-col-area svg {
    width: auto;
    height: 120px;
    margin: 0 auto;
}

#top .blog-area .slide-meta-comments,
.blog-area .slide-meta .slide-meta-del {
    display: none;
}

.single .comment-entry.post-entry,
.single .side-container-comment-inner {
    display: none;
}

table#jobs {
    margin-top: 30px;
}

@media (min-width:768px) {

	table#jobs, #jobs td {
			font-size: 17px !important;
	}

}

.jp-row-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.jp-col-left {
    width: 70%;
    padding: 30px 40px 30px 0;
}

.jp-col-right {
    width: 30%;
}

.jp-right-col-wrap {
    background-color: #f9f9f9;
    padding: 30px 40px 40px 40px;
}

.jp-title h1 {
    font-weight: bold !important;
    font-size: 40px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.jp-des-text h2,
.jp-heading {
    position: relative;
    padding-left: 20px;
    font-weight: bold !important;
}

.jp-des-text h2:before,
.jp-heading:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 30px;
    top: 6px;
    left: 0;
    background-color: var(--primary-color);
}

.jp-about-text {
    font-size: 15px;
    line-height: 1.7;
}

.jp-about-text strong {
    color: #333;
    display: block;
    margin-bottom: 10px
}

.jp-about-text h3 {
    margin-top: 10px;
    font-weight: bold !important;
}

.gap {
    height: 10px;
}

.jp-info-list {
    list-style-type: none !important;
    margin-left: 0;
}

.jp-info-item {
    margin-left: 0 !important;
    font-size: 18px;
    padding-left: 25px !important;
}

.jp-info-title {
    position: relative;
    margin: 10px 0;
    font-weight: bold;
}

.jp-info-title:before {
    content: '\e80a';
    font-family: 'entypo-fontello';
    position: absolute;
    left: -30px
}

.jp-info-title.jp-company:before {
		content: '\e821';
}

.jp-info-title.jp-location:before {
    content: '\e842';
}

.jp-info-title.jp-job-type:before {
    content: '\e8bb';
}

.jp-info-title.jp-info-date:before {
    content: '\e863';
}


@media (max-width: 1175px) {
    .jp-col.jp-col-left {
        width: 65%;
    }

    .jp-col.jp-col-right {
        width: 35%;
    }    
}


@media (max-width: 989px) {
    .jp-col.jp-col-left {
        width: 100%;
    }

    .jp-col.jp-col-right {
        width: 100%;
    }
}

span#favorite-toggle {
    float: right;
}

span#favorite-toggle,
span#subscription-toggle {
    margin-top: 10px;
}

.mec-event-list-classic article {
    margin: 0 !important;
    padding: 0 !important;
}

.mec-event-list-classic h4.mec-event-title a {
    font-weight: 400 !important;
    text-transform: none;
    margin-left: 58px;
}

.mec-event-list-classic h4.mec-event-title {
    margin: 0 0 20px 0 !important;
}

.mec-event-list-classic i.mec-sl-calendar {
    font-size: 25px;
    vertical-align: text-top;
}

ul.bbp-topics-widget.popular {
    list-style-type: disc !important;
    margin: 0 0 0 20px !important;
}

.bbp-topics-widget.popular a {
    color: var(--primary-color);
    font-style: normal;
}

.textwidget {
    color: #333;
}

.textwidget a {
    color: var(--primary-color) !IMPORTANT;
}

a.uc-home-url,
.uc-grid-cell.uc-panel-footer {
    display: none !important;
}

.uc-grid-cell textarea {
    margin: 0 !important;
}

.uc-sidebar-navigation-section .uc-grid li:first-child {
    display: none;
}

ul.uc-grid.uc-grid--fit.uc-grid--center.uc-grid--flex-cells.uc-navbar-notifications {
    display: none;
}

.uch.uch-user-profile-settings .uch-header {
    display: none;
}

/* TML Profile */

.tml-profile input,
.tml-profile textarea {
    color: #444 !important;
    background-color: #fff !important;
    border-color: #d8d8d8 !important
}

.tml-profile form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.tml-profile form > div, .tml-profile form > table, .tml-profile form > h2 {width: 100%;}
.tml-profile form > table {-webkit-box-ordinal-group: -19;-webkit-order: -20;-ms-flex-order: -20;order: -20;grid-column: 1 / 3;}

.tml-profile .form-table {
    margin: 0 !important;
}

.tml-profile .form-table tbody {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

@media (max-width: 767px) {
	.tml-profile form,
	.tml-profile .form-table tbody {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.tml-profile form > table {
		grid-column: auto;
	}
}

.tml-profile .form-table,
.tml-profile .form-table tr,
.tml-profile .form-table td {
    background: transparent !important;
    border: none !important;
}

.tml-profile .form-table td {
    display: block !important;
    padding: 0 !important;
}

.tml-profile .form-table input {
    font-size: 16px !important;
}

.tml-profile .form-table label {
    font-size: 15px !important
}

.tml-profile input,
.tml-profile select,
.tml-profile textarea,
.tml .tml-field-wrap {
    margin-bottom: 0 !important
}

.tml-field-wrap.tml-pass2-wrap .tml-description {
    display: none !important;
}

.tml-submit-wrap button {
    padding: 10px 30px;
    border: none;
    font-size: 18px;
    margin-top: 20px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.tml-profile h2 {
    display: none;
}
.tml-profile form > h3,
.tml-profile form > p,
.tml-profile form .fbl-button,
.tml-profile form .tml-avatar-wrap,
.tml.tml-profile a.css-fbl {
    grid-column: 1 / 3;
    margin: 0;
    text-align: left;
}

.tml-profile form > h3 {
    margin-top: 15px;
}

.tml-profile form > p {
    font-size: 13px;
}

.tml-profile a.css-fbl {
    width: 185px;
    height: 35px;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 0 0 32px;
    background-size: 15px;
}

.tml-profile a.css-fbl div {
    height: auto;
    line-height: 35px;
}

.tml-profile .tml-description-wrap {
    grid-column: 1 / 3;
}

.tml-profile  .tml-nickname-wrap {
    display: none;
}

.tml-phone-wrap,
.tml-facebook-wrap,
.tml-instagram-wrap,
.tml-linkedin-wrap,
.tml-non-input,
.tml-business-name-wrap,
.tml-business-email-wrap,
.tml-business-phone-wrap,
.tml-business-website-wrap,
.tml-privacy-wrap {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;  
}

.tml-first_name-wrap,
.tml-last_name-wrap,
.tml-nickname-wrap,
.tml-email-wrap,
.tml-url-wrap {
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
      -ms-flex-order: -2;
          order: -2
}

.tml-field-wrap.wide {
	grid-column: 1 / 3;	
}

.tml-non-input p {
  font-size: 14px;
  margin-bottom: 0;
}

.tml-non-input hr {
    margin-bottom: 0;
}

.tml-non-input h3 {
    margin-top: 20px;
}
/* TML Profile part 2 */

.acf-field-message {grid-column: 1 / 3;}

.acf-field-message h2,
.tml-field-wrap.custom h2,
.acf-field-message h3 {
		display: block;
		text-transform: none !important;
		margin: 40px 0 20px;
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 10px;
}

.tml-field-wrap.tml-avatar-wrap {
    -webkit-box-ordinal-group: -49;
    -webkit-order: -50;
        -ms-flex-order: -50;
            order: -50
}

.tml-field-wrap.tml-first_name-wrap,
.tml-field-wrap.tml-last_name-wrap,
.tml-field-wrap.tml-nickname-wrap,
.tml-field-wrap.tml-email-wrap,
.tml-field-wrap.tml-phone-wrap {
		-webkit-box-ordinal-group: -39;
		-webkit-order: -40;
		    -ms-flex-order: -40;
		        order: -40
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    border-color: #d8d8d8 !important;
    background-color: transparent;
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
    right: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #222 !important;
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px;
}

.acf-input select {
    background-color: transparent !important;
    border-color: #d8d8d8 !important;
    height: 36px;
    line-height: 36px;
    font-size: 16px !important;
    color: #222 !important;
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.acf-field.full {
    grid-column: 1 / 3;
}

td.acf-label {
    width: 100% !important;
}

.tml.tml-profile {
    max-width: 700px;
    margin: 0 auto;
}

.tml-profile .acf-repeater tr.acf-row td.acf-fields {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.tml-profile .acf-repeater tbody {
    display: block !important;
    gap: unset;
    grid-template-columns: unset;
    width: 100% !important;
}

.tml-profile .acf-repeater tr.acf-row {
    display: block;
}

.tml-profile .acf-repeater tr.acf-row td {
    width: 100% !important;
    display: block !important;
}

.tml-profile .acf-repeater tr.acf-row td.acf-fields .acf-field {
    padding: 0;
    border: none;
}

.tml-profile .acf-repeater>table {
    background: transparent;
    border: none;
}


.tml-profile  caption, 
.tml-profile tr:nth-child(even), 
.tml-profile td {
    color: initial !important;
}

td.acf-row-handle.order {
    border: 1px solid #dcdcdc !important;
    background: #fafafa !important;
    text-align: left !important;
    padding: 5px 15px !important;
    margin: 20px 0;
    font-weight: bold;
    font-size: 20px;
}

tr.acf-field.no-label > td.acf-label {
    display: none !important;
}

.tml-profile .acf-field-checkbox {
    margin: 20px 0 !important;
}

.tml-profile .acf-field-checkbox .acf-checkbox-list.acf-hl {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.tml-profile .acf-field-checkbox .acf-checkbox-list.acf-hl:before {
    display: none;
}

.tml-profile .acf-field-6038962053625,
.tml-profile .acf-field-6038964653626 {
    display: none;
}

.company .tml-profile .tml-first_name-wrap,
.company .tml-profile .tml-last_name-wrap {
    display: none;
}

.af-form {
    max-width: 700px;
    margin: 0 auto;
}

.af-form .af-field {
    padding: 0;
    border: none;
}

.af-form .af-field input,
.af-form .af-field select,
.af-form .af-field textarea {
    margin-bottom: 0 !important;
    background-color: transparent !important;
}


.af-form .af-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.af-form .acf-checkbox-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 10px 0;
}

.af-form .acf-hl:before {
    display: none;
}

.af-form .acf-checkbox-list label {
    font-size: 15px !important;
    font-weight: 400 !important;
}

.af-field-type-repeater > .af-label {
    display: none;
}

.af-submit.acf-form-submit {
    padding: 0;
}

.af-submit.acf-form-submit button {
    background: var(--primary-color);
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 14px 50px

}
.tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link,
.type-tribe_events.tribe_events_cat-member-only {
    display: none !important;
}

body.logged-in .type-tribe_events.tribe_events_cat-member-only {
  	display: block !important;
}

#top .acf-field.admin-only {
    padding: 20px;
    border: 2px dashed tomato !important;
}

.acf-field-60437acd8db17.full.admin-only ul {
    grid-template-columns: 1fr !important;
}

.acf-field.admin-only label {
    color: #484848;
    font-weight: 400 !important;
}

.acf-true-false {
    margin-bottom: 10px;
}

.acf-true-false .acf-switch-on {
    color: #fff !important;
}

.inner-table {
    margin: 25px 0;
    max-width: 800px;
}

.inner-table th {
    text-align: center;
    font-size: 17px;
    background-color: var(--primary-color);
    letter-spacing: 0.5px;
    text-transform: none;
    color: #fff;
}

.inner-table td {
    text-align: center;
    color: #333;
    font-size: 15px;
}

.avia_textblock ol li:nth-child(n+2) {
    margin-top: 10px;
}

.normal-button-row a:nth-child(even) {
    background-color: var(--alt-color) !important;
    border-color: var(--alt-color) !important;
}

.members-wrap > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: 0;
}

.members-wrap li {
		list-style-type: none;
    margin: 0;
    padding: 0;
	  border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 18%);
            box-shadow: 1px 1px 2px rgb(0 0 0 / 18%);
		background: #fafafa;
}

.members-wrap li a {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
    padding: 20px;
}

#member_search {
    display: grid;
    grid-template-columns: 1fr 1fr 120px;
    gap: 20px;
    padding: 20px;
    background: #e7f9ff;
}

#member_search input[type=text] {
    margin: 0 !important;
    background-color: white !important;
}

#member_search input {
    height: 50px;
    line-height: 30px;
    padding: 0 15px !important;
}

.facetwp-template[data-name=companies] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 959px) {
	.facetwp-template[data-name=companies] {
			grid-template-columns: 1fr;
	}	
}

.result-company {
    display: grid;
    grid-template-columns: 100px 1fr;
    -webkit-box-shadow: 1px 4px 10px rgb(0 0 0 / 11%);
            box-shadow: 1px 4px 10px rgb(0 0 0 / 11%);
    border-radius: 10px;
    padding: 15px 10px;
}

.company-info-col .company-name {
    font-weight: bold;
    color: var(--primary-color);
    font-size: 18px;
}

.company-info-col {
    display: grid;
    gap: 5px;
}

.company-logo-col {
    display: grid;
    place-items: center;
}

.result-company {
    position: relative;
}

.result-company a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.company-top {
    display: grid;
    grid-template-columns: 150px 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.company-name-wrap h1 {
    margin-bottom: 0;
}

span.edit-company a {
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    background: var(--alt-color);
    color: #fff !important;
    padding: 8px 10px 4px;
    border-radius: 2px;
    margin-left: 10px;
}

span.edit-company a:hover {
    opacity: .9;
}

/* Upcoming Events Avia */

.avia-upcoming-events-custom.av-upcoming-events {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 25px;
    margin: 50px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.avia-upcoming-events-custom .av-upcoming-event-entry {
    padding: 22px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    position: relative;
    width: 23%;
}

.avia-upcoming-events-custom .event-image {
    display: grid;
    place-items: center;
    width: 120px;
    margin: 0 auto 20px auto;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.avia-upcoming-events-custom .av-upcoming-event-image {
    float: none;
    margin: 0;
    width: 120px;
    max-width: 100%;
    border-radius: 0;
}

.avia-upcoming-events-custom .av-upcoming-event-title {
    font-size: 18px;
}

.avia-upcoming-events-custom .av-upcoming-event-meta,
.avia-upcoming-events-custom span.tribe-event-date-start,
.avia-upcoming-events-custom .av-upcoming-event-category {
    font-size: 15px !important;
}

.avia-upcoming-events-custom a.absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Upcoming Events Avia End */

.textwidget li {
    margin: 0 0 10px 0;
}

.textwidget ul {
    list-style-type: disc;
    padding-left: 20px !important;
}

.avia-content-slider .slide-image {
    margin-bottom: 15px;
}

.single .post-meta-infos .text-sep-date {
    display: none;
}

ul.forum-titles .bbp-topic-voice-count,
li.bbp-topic-voice-count {
    display: none;
}

.bbp-topics li.bbp-forum-info, .bbp-topics li.bbp-topic-title {
    width: 90%;
}

.tml-field-wrap.tml-admin_bar_front-wrap {
    grid-column: span 2;
}

.forum-archive #avia-messagebox- {
    margin: 0;
    background: #ededed;
}

.avia_message_box_content p {
    text-transform: none !important;
}

.avia_message_box_content p a {
    text-decoration: underline !important;
		background: transparent !important;
}

.tribe-events-cal-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#top #wrap_all .tribe-events-button {
    margin: 0 20px 20px 0;
    background-image: none !important;
}

.facetwp-template[data-name=news_bulletins],
.facetwp-template[data-name=member_only_news_bulletins],
.facetwp-template[data-name=news_bulletins_3],
.facetwp-template[data-name=news_2020],
.facetwp-template[data-name=news_2021],
.facetwp-template[data-name=news_2022] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 40px;
}

@media (max-width:990px) {
    .facetwp-template[data-name=news_bulletins], 
    .facetwp-template[data-name=member_only_news_bulletins], 
    .facetwp-template[data-name=news_bulletins_3], 
    .facetwp-template[data-name=news_2020], 
    .facetwp-template[data-name=news_2021], 
    .facetwp-template[data-name=news_2022] {
        grid-template-columns: 1fr 1fr;
    }    
}

@media (max-width:767px) {
    .facetwp-template[data-name=news_bulletins], 
    .facetwp-template[data-name=member_only_news_bulletins], 
    .facetwp-template[data-name=news_bulletins_3], 
    .facetwp-template[data-name=news_2020], 
    .facetwp-template[data-name=news_2021], 
    .facetwp-template[data-name=news_2022] {
        grid-template-columns: 1fr !important;
    }    
}


.post-card .post-featured-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.post-card .post-card-title a {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    margin-bottom: 15px;
}

.facetwp-facet-load_more_entries {
    display: grid;
    place-items: center;
    padding: 30px;
}

.facetwp-facet-load_more_entries button {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 4px;
		cursor: pointer;
}

.job-form .af-field {
    padding: 0 !important;
    border: none !important;
    width: 100% !important;
    min-height: unset !important;
}

.job-form .af-fields {
    grid-template-columns: 1fr;
}

#top .job-form input,
#top .job-form select {
    background-color: #fff !important;
}

.acf-url i {
    top: 12px !important;
    border: none;
}

@media (max-width:650px) {
    #jobs tr td:nth-child(n+2),
    #jobs tr th:nth-child(n+2){
        display: none;
    }
}

#submit_job {
	display: none;
}

.show-section {
		display: block !important;
}

#footer .menu a {
    font-size: 16px;
}

.postid-7219 .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    display: none;
}

#bbpress-forums {
    display: grid;
}

#bbpress-forums #bbp_custom {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}

#bbpress-forums .bbp-breadcrumb {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
    margin-bottom: 20px;
}

#bbp_find {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    gap: 20px;
}

#bbp_custom input, #bbp_custom select {
    margin: 0 !important;
}

@media (max-width: 767px) {
    #bbp_custom,
    #bbp_custom #bbp_find,
    #bbp_custom #bbp_sort {
        grid-template-columns: 1fr !important;
    }
}

.button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6px;
}

.button-group .button {
    border: none;
    font-size: 14px;
}

/* Annual Meeting Event */
.tribe-events-event-image,
.tribe-events-schedule,
.tribe-events-single-event-title,
.tribe_events.cat_annual-meeting .tribe-events-single-section{
    display: none;
}

.tribe_events.cat_annual-meeting .av-single-event-content {
    width: 100% !important;
    margin: 0 !important;
}

.tribe_events.cat_annual-meeting #tribe-tickets__tickets-form {
    display: flex;
    flex-wrap: wrap;
    max-width: 100% !important;
    border: none;
    padding: 0 !important;
}

.tribe_events.cat_annual-meeting #tribe-tickets__tickets-form > div {
    width: 100%;
}

.tribe_events.cat_annual-meeting .container.av-section-cont-open  .av-single-event-meta-bar-inner {
    border: none !important;
    padding: 0 !important;
}

.tribe_events.cat_annual-meeting h2.tribe-common-h4.tribe-tickets__tickets-title {
    text-align: center;
    width: 100%;
    font-size: 40px;
    margin-bottom: 30px;
}

.tribe_events.cat_annual-meeting #meeting_details .entry-content-wrapper {
    padding: 50px 1310px 0 1310px;
    margin: -50px -1310px 30px -1310px;
    background: #f8f8f8;
}

.tribe_events.cat_annual-meeting #get_tickets,
.tribe_events.cat_annual-meeting #add_to_cal {
    background-color: #10AADD;
    color: #fff;
    padding: 9px 20px 9px 15px;
    font-family: var(--tec-font-family-sans-serif);
    font-size: var(--tec-font-size-2);
    line-height: var(--tec-line-height-3);
    font-weight: var(--tec-font-weight-bold);
    border-radius: var(--tec-border-radius-default);
    position: relative;
    border: none;
}

.tribe_events.cat_annual-meeting #get_tickets:before,
.tribe_events.cat_annual-meeting #add_to_cal:before {
    display: inline-block;
    margin-right: 10px;
    font-family: 'entypo-fontello';
}

.tribe_events.cat_annual-meeting #get_tickets:before {
    content: '\e827';
}

.tribe_events.cat_annual-meeting #add_to_cal:before {
    content: '\e85b';
}

.event-iconlist strong {
    color: #000 !important;
    font-size: 1.1em;
}

.event-heading .av-subheading p {
    color: #fff !important;
}

.event-heading h1.av-special-heading-tag {
    font-size: 27px !important;
    color: #fff !important;
    font-weight: bold !important;
}

@media (min-width: 768px) {
    .event-heading h1.av-special-heading-tag {
        font-size: 35px !important;
    }
}
.event-iconlist .iconlist_icon {
    background-color: var(--primary-color) !important;
}

.event-iconlist li {
    padding-bottom: 0 !important;
}
/* Annual Meeting Event - End */
.av-subheading_above {
    line-height: 1.8 !important;
}
a#scroll-top-link {
    display: flex;
    justify-content: center;
}