/*fonts*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
/*fonts end*/

/*global css*/

* {
    max-height: 1000000px;
}
/*a:hover {
color: #0056b3 !important;
}*/
body {
    font-family: 'Open Sans', sans-serif;
}
/*global css end*/

 main#site-content {
    margin-top: 10px;
}
h1{
    font-size: 30px;
    padding: 10px 0px;
    font-family: 'Playfair Display', serif;
    line-height: 40px;   
}
h2 {
    font-size: 28px;
    padding: 10px 0px;
    font-family: 'Playfair Display', serif;
    line-height: 40px;
}
ul li {
    list-style-type: disc;
}
.page-template-page-aboutus main#site-content {
    margin-top: 0px!important;
}
.hero {
    height: 668px;
    position: relative;
}
.hero:before {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('../png/decor-01.png') no-repeat;
    width: 495px;
    height: 374px;
    z-index: 2;
    content: '';
}
.hero-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero-img img {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 101%;
    min-height: 100%;
    width: auto;
    max-width: none;
}
.hero-content {
    max-width: 500px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 90px 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hero-info {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    padding-left: 24px;
    position: relative;
    font-style: normal;
    letter-spacing: 3px;
    text-shadow: 1px 3px 0 #000;
    text-align: center;
}
.member-recommended.stay-connetcse.joinnews {
    margin-bottom: 20px;
}
.hero-info-decor {
    width: 1px;
    height: 257px;
    position: absolute;
    top: 6px;
    left: 7px;
    background: #f69602;
}
.hero-info-decor:before, .hero-info-decor:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -7px;
    border: 1px solid #f69602;
    background: #fff;
    content: '';
}
.hero-info-decor:after {
    top: auto;
    bottom: 0;
    background: #f69602;
}
.content-block {
    position: relative;
    padding-top: 50px;
}
.content-block:before {
    background: url('../png/decor-02.png') no-repeat;
    width: 381px;
    height: 316px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    content: '';
}
.speakers-wrap {
    background: #f09b30;
    padding: 30px 0px;
}
.header-block {
    font-size: 3.125rem!important;
    margin-top: 20px;
}
.speakers-content {
    max-width: 790px;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}
.medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
}
.medium-centered {
    margin-left: auto;
    margin-right: auto;
}
.column, .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
}
.large-9 {
    width: 75%;
    padding-bottom: 65px;
}
.single-event .row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}
.single-leadershipsummit .row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}
.speakers.row {
    margin: 0px;
    max-width: 100%!important;
    color: #000!important;
}
.single-event footer#colophon {
    margin-top: 0px;
}
.single-leadershipsummit footer#colophon {
    margin-top: 0px;
}
.speakers-gallery, .sponsors-gallery {
    padding: 17px 50px 15px;
    max-width: 1093px;
    margin: 0 auto;
}
.speakers-item {
    margin: 0 5px;
    display: inline-block !important;
    text-decoration: none;
    width: 240px !important;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.speakers-photo img {
    display: block;
    width: 100%;
    height: auto;
}
.speakers-photo {
    margin: 0 0 6px;
}
.speakers-item strong {
    display: block;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.speakers-item span {
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    padding-top: 5px;
}
.speaker-list .slick-prev, .speaker-list .slick-next, .speakers-gallery .slick-prev, .speakers-gallery .slick-next, .sponsors-gallery .slick-prev, .sponsors-gallery .slick-next {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: -45px;
    color: #fff;
    border: none;
    border-radius: 30px;
}
.sponsors-gallery .slick-prev, .sponsors-gallery .slick-next {
    top: 85%!important;
}
.speaker-list .slick-prev:before, .speaker-list .slick-next:before, .speakers-gallery .slick-prev:before, .speakers-gallery .slick-next:before, .sponsors-gallery .slick-prev:before, .sponsors-gallery .slick-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    background: #a97e7e;
    content: '';
}
.speaker-list .slick-prev:after, .speaker-list .slick-next:after, .speakers-gallery .slick-prev:after, .speakers-gallery .slick-next:after, .sponsors-gallery .slick-prev:after, .sponsors-gallery .slick-next:after {
    position: absolute;
    top: 43%;
    left: 49%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 39px;
    line-height: 1;
    color: #fff;
    content: '<';
}
.speakers-gallery .slick-track, .sponsors-gallery .slick-track, .sponsors-gallery .slick-track, .sponsors-gallery .slick-track {
    display: -ms-flexbox;
    display: flex;
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.speakers-gallery .slick-next, .sponsors-gallery .slick-next, .speaker-list .slick-next {
    left: auto;
    right: 0;
}
.speaker-list button.slick-next.slick-arrow {
    top: 66%;
    right: -11px;
}
.speaker-list button.slick-prev.slick-arrow {
    z-index: 10;
    top: 68%;
    left: -10px;
}
.speakers-gallery button, .sponsors-gallery button, .speaker-list button {
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
}
.speakers-gallery .slick-next:after, .sponsors-gallery .slick-next:after, .speaker-list .slick-next:after {
    content: '>';
}
.column p, .columns p {
    text-align: left;
}
.text-left {
    text-align: left;
}
h1#pageHeader {
    font-size: 58px;
}
.sponsors-block {
    padding-top: 33px;
    padding-bottom: 65px;
}
.sponsors-gallery {
    margin-bottom: 48px;
}
.sponsors-gallery .slick-track .slick-slide {
    display: -ms-flexbox;
    display: flex;
    height: auto;
}
.sponsors-gallery .slick-track .slick-slide>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.sponsors-gallery .sponsors-logo {
    margin: 0 60px;
    display: block!important;
    width: 230px!important;
}
.sponsors-block {
    padding-top: 33px;
    padding-bottom: 65px;
}
.sponsors-block .button {
    border: 5px solid #373737;
    text-transform: uppercase;
    transition: all .2s linear;
    text-decoration: none;
    background: #fff;
    color: #000;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on a.mega-menu-link {
    background: #333;
    color: #7CB337!important;
}
.sponsors-block .btn-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.sponsors-block .btn-box .button {
    margin: 0px 24px;
}
.sponsors-block .button:hover {
    background-color: #373737;
    color: #fff;
}
.slick-track {
    display: flex!important;
    align-items: center!important;
}
.wrapper.anualexpo header.header.header--main-page {
    position: relative;
}
.wrapper.anualexpo .header__main-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.wrapper.anualexpo .header-info {
    right: 0px;
    position: absolute;
    margin: 86px 70px 0 0;
}
.wrapper.anualexpo .logo {
    display: block;
    text-align: center;
    line-height: 0;
}
.wrapper.anualexpo .logo img {
    display: inline-block;
}
.header-portals {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    right: 0;
    top: 300px;
}
.header-portals__portal {
    display: block;
    width: 145px;
    height: 145px;
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    padding: 45px 0 0 29px;
    position: relative;
    border-radius: 73px;
    font-weight: 500;
}
.header-portals__portal:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 17px;
    background: url(../png/portal-arrow.png) no-repeat;
    left: 15px;
    top: 50px;
}
.single-annualmeeting footer#colophon {
    margin-top: 0px;
}
.single-annualmeeting .header-portals__portal:hover {
    background: #cd7a2c;
    color: #000109;
    text-decoration: none;
}
.why-attend {
    margin-top: 0px;
}
.why-attend .row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}
.why-attend .row:after, .why-attend .row:before {
    content: " ";
    display: table;
}
.why-attend__holder {
    padding: 10px 50px 25px;
    display: -ms-flexbox;
    display: flex;
    min-height: 414px;
}
.why-attend .content-block:before {
    background: none;
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: -1;
    content: '';
}
.wrapper.anualexpo header.header.header--main-page {
    position: relative;
    z-index: 14;
}
.font-2022-brown {
    color: #6f4f47;
}
.yellow-button:before {
    content: "";
    background: url(../png/btn-arrow.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 14px;
    height: 24px;
    margin-right: 4px;
}
.yellow-button {
    font-style: normal;
    border: 2px solid #3b7386;
    font-size: 1.5rem;
    background: #3b7386;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 10px 50px;
    margin: 0;
    font-weight: bold;
}
.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden;
}
.flex-video.widescreen {
    padding-bottom: 56.25%;
}
.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.why-attend h1#pageHeader {
    line-height: 1.1;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 23px;
    text-transform: none;
    color: #546223;
}
.why-attend h2#pageHeader2 {
    line-height: 1.1;
    font-size: 30px;
    font-weight: 500;
    color: #3b7386;
    margin-bottom: 23px;
    text-transform: none;
}
.why-attend p {
    margin: 0px;
}
.box {
    position: relative;
    overflow: hidden;
}
.box__background {
    width: 100%;
}
.boxes__holder {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.boxes .columns {
    float: left !important;
    padding: 0;
}
.boxes__box:first-child .background-image {
    background: #56a2af;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    position: absolute;
    top: -70px;
    left: 38px;
}
.boxes__box:first-child .custom-title {
    position: relative;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 29px;
    line-height: 32px;
    margin: 85px 0 0;
    text-shadow: 0 0 10px #000;
}
.boxes__box:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1/2;
    grid-column: 2/3;
}
.box__background {
    width: 100%;
}
.boxes__box:first-child .background-image {
    background: #56a2af;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    position: absolute;
    top: -70px;
    left: 38px;
}
.boxes__box:first-child .custom-title {
    position: relative;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 29px;
    line-height: 32px;
    margin: 85px 0 0;
    text-shadow: 0 0 10px #000;
}
.box__circle--right-second {
    bottom: -70px;
    left: 38px;
}
.box__circle {
    position: absolute;
    display: none;
    text-align: center;
    z-index: 3;
    background: #69c0cf;
    width: 230px;
    height: 230px;
    border-radius: 100%;
}
.box__circle--right-second .box__name {
    margin: 50px 0 0;
}
.box__circle--left-first {
    top: -70px;
    left: 38px;
}
.boxes__box:nth-child(3) .background-image {
    background: #56a2af;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    position: absolute;
    bottom: -70px;
    left: 38px;
}
.boxes__box:nth-child(3) .custom-title {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 29px;
    line-height: 32px;
    margin: 50px 0 0;
    text-shadow: 0 0 10px #000;
}
.box__circle--left-first {
    top: -70px;
    left: 38px;
}
.box:hover .box__circle {
    display: block;
}
.box__circle--left-first .box__name {
    margin: 85px 0 0;
}
.box__link, .box__name {
    color: #274c8c;
}
.boxes__box:nth-child(3) .background-image {
    width: 230px;
    height: 230px;
    position: absolute;
    bottom: -70px;
    left: 38px;
    background: rgb(86, 162, 175);
    border-radius: 100%;
}
.boxes__box:nth-child(3) .custom-title {
    position: relative;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 29px;
    line-height: 32px;
    text-shadow: rgb(0, 0, 0) 0px 0px 10px;
    margin: 50px 0px 0px;
}
.boxes__box:nth-child(4) .background-image {
    width: 230px;
    height: 230px;
    position: absolute;
    bottom: -70px;
    left: 38px;
    background: rgb(86, 162, 175);
    border-radius: 100%;
}
.boxes__box:nth-child(4) .custom-title {
    position: relative;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 29px;
    line-height: 32px;
    text-shadow: rgb(0, 0, 0) 0px 0px 10px;
    margin: 50px 0px 0px;
}
.boxes__box:nth-child(2) .background-image {
    background: #56a2af;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    position: absolute;
    top: -70px;
    left: 38px;
}
.boxes__box:nth-child(2) .custom-title {
    position: relative;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 29px;
    line-height: 32px;
    margin: 85px 0 0;
    text-shadow: 0 0 10px #000;
}
.single-annualmeeting .why-attend__holder {
    display: block!important;
    width: 100%!important;
}
.speakergroup h3 {
    font-size: 22px;
    padding-top: 10px;
}
.speakergroup .speakerslist-item p.designation {
    padding-bottom: 0px;
}
div.CTA-item {
    display: none;
}
.galleries {
    height: auto;
    background: url('../jpg/bg-galleries.jpg') no-repeat 50% 0;
    background-size: cover;
    overflow: hidden;
    padding: 40px 0px 85px;
}
.galleries__holder {
    position: relative;
}
.galleries__video-gallery {
    width: 100%;
    float: left;
}
.video-gallery .galleries__title {
    margin: 52px 0 0;
}
.galleries__title {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.video-gallery__holder {
    margin: 0;
}
.video-gallery__btn-play {
    display: inline-block;
    margin: 22px auto 0;
}
.video-gallery__btn-play img {
    display: block;
}
.video-gallery__description {
    display: block;
    color: #fff;
    font-size: 20px;
    margin: 22px 0 0;
}
span.hide-for-large {
    display: none;
}
.frame {
    width: 100%;
    height: 530px;
}
.frame .boxes {
    display: flex;
    width: 100%;
    height: 100%;
}
.frame .box {
    position: relative;
    flex: 1 1 auto;
    width: 46%;
    background-color: grey;
    /*transition: all 1.0s ease-in-out;*/
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}
.frame .text {
    position: absolute;
    transform: scale(0.5);
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    /*transition: all .5s ease-in-out;*/
    width: 100%;
    height: 100%;
    text-align: left;
    transition-delay: 0.5s;
    transform: translateX(-80px);
    cursor: auto;
    z-index: 3;
    animation: fadeIn 1.5s!important;
    -webkit-animation: fadeIn 1.5s !important;
    -moz-animation: fadeIn 1.5s!important;
    -o-animation: fadeIn 1.5s!important;
    -ms-animation: fadeIn 1.5s!important;
}
a.newslink:hover {
    text-decoration: none;
    color: #7F9834 !important;
        opacity: 0.7;
}
.frame a.text {
    color: #FFF;
    opacity: 0;
    line-height: 300px;
    text-decoration: none;
    padding-left: 30px;
}
.frame .box-1, .frame .box-2, .frame .box-3, .frame .box-4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.frame .box.active {
    width: 100%;
}
.frame .box.active .text {
    opacity: 1;
    /*transform: scale(1);*/
}
.frame .box.active .topheading {
    display: none;
}
.frame .box.active .text {
    opacity: 1;
    /*transition: 0.5s all ease;*/
    /*transform: scale(1);*/
    padding: 85px 45px;
}

.frame .box.active .text p.date {
    padding-top: 0px;
    padding-bottom: 12.5px;
    font-size: 12px;
    text-transform: uppercase;
}
.frame .box .topheading {
    color: #fff;
    writing-mode: vertical-rl;
    padding-top: 45px;
    font-size: 24px;
    font-weight: 700;
    margin: 0px auto;
    z-index: 3;
    position: relative;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    display: flex;
    align-items: center;
    display: none;
}
.frame .box.active {
    text-align: left;
}
.frame .box .topheading:before {
    position: absolute;
    border: 1px solid #fff;
    left: 45%;
    z-index: 999;
    height: 25px;
    top: 0px;
    width: 2px;
    background: #fff;
    content: "";
    text-align: center;
}
.page-id-88752 .frame .box .color-overlay {
    background: rgba(0, 0, 0, 0.6)!important;
}
.frame .box.active .text h2, .frame .box.active .text p {
    color: #ffffff;
}
.frame .box.active a.more {
    color: #fff;
    position: absolute;
    bottom: 6%;
    font-size: 16px;
    width: 35%;
    z-index: 10;
}
a.more span {
    border: 2px solid #FFFFFF;
    padding: 5px;
}
.footerlogo {
    margin-bottom: 15px;
}
.site-info {
    font-size: 14px;
}
.frame .box.active a.more:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 25%;
    margin-right: 15px;
}
.frame .box a.more, .frame .box .text, .frame .box .color-overlay {
    display: none;
}
.frame .box .color-overlay {
    display: block;
}
.frame .box.active .color-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(62, 62, 62, 0.3) 27.08%, rgba(62, 62, 62, 0.4) 50.52%, rgba(62, 62, 62, 0.3) 71.87%, rgba(0, 0, 0, 0) 100%)!important;
}
.icontp {
    background-image: url('../png/topbg.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 13.62%;
    right: 60.21%;
    top: 7%;
    bottom: 74.49%;
    display: none;
    height: 38px;
}
.frame .box.active .botomarrow {
    display: none;
}
.boxes .box.active {
    background-image: none!important;
    border: none!important;
}
.frame .box.active .icontp {
    display: none;
}
header#site-header {
    background: #FFFFFF;
/*    box-shadow: 0px 0px 2px rgb(0 0 0 / 10%);*/
}
.frame .box.active a.more, .frame .box.active .text {
    display: block;
}
div.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}
.hide {
    display: none;
}
.showtools {
    margin-right: 20px!important;
}
.showtools a {
    color: #fff;
}
.views-reset-button, .print-button {
    padding: 16px 30px;
    margin: 30px 0px;
    background: #7F9834;
    color: #fff;
}
.grid>.item {
    width: calc(100%/3 - 50px)!important;
}
.left-col {
    min-height: 100vh;
    height: initial;
    background: #f4f4f4;
    float: left;
    display: inline-block;
}
.acc {
    margin: 0 auto;
}
.heading-holder {
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
a.expend-all-btn {
    font-size: 14px;
    color: #37383d;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    clear: both;
    margin-bottom: 13px;
}
.acc__card {
    position: relative;
}
.acc__title {
    color: #212121;
    cursor: pointer;
    display: block;
    padding: 10px 10px 10px 0;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #bbb4b4;
    font-size: 18px;
}
.acc__title::after {
    content: "\f067";
    width: 8px;
    color: #322d2d;
    height: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 17px;
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
}
.acc__panel {
    color: #212121;
    display: none;
    margin: 0;
    padding: 10px 10px 0;
    text-align: left;
}
.select-holder .wrap::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 9px;
    width: 18px;
    /*  background-image: url('/wp-content/uploads/2022/06/select-dropdown.png');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto!important;
    width: auto!important;
}
.acc__title.active::after {
    content: "\f068";
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
    top: 35px;
}
.accordionmain .cont div {
    display: inline-block;
}
.accordionmain .cont div.form-check-label {
    margin-left: 5px;
    vertical-align: top;
}
.right-col {
    width: 65%;
    padding-left: 33px;
    display: inline-block;
}
.showingresults {
    display: none;
}
.accordionmain {
    width: 375px!important;
    padding: 34px 18px 14px 18px!important;
}
.page-id-85632 footer#colophon {
    margin-top: 0px;
}
.resource-database-holder {
    width: 100%;
    height: auto;
    display: flex;
    clear: both;
    overflow: hidden;
}
.resource-database-results-holder table, .resource-database-results-holder th, .resource-database-results-holder td {
    border: 0;
    text-align: center;
    border-bottom: 1px solid #ebeaea;
    padding: 17px;
    color: #7b7878!important;
}
th.innerclass.headth {
    padding-bottom: 17px!important;
    font-size: 16px;
}
th.innerclass.headth, .source-holder span {
    color: #797676!important;
}
th.innerclass.headth, .source-holder span {
    text-align: left;
}
.headth {
    padding: 0px!important;
    width: auto!important;
    padding-bottom: 20px!important;
}
.entry-content .cbxwpbkmarkwrap {
    display: inline-block;
    width: auto!important;
}
.wpulike.wpulike-default {
    display: inline-block;
    width: auto!important;
    vertical-align: super;
}
a.simplefavorite-button.preset {
    display: inline-block;
    margin: 0px 10px;
}
.latest-insights h3,.latest-insights h3 a {
    font-size: 20px;
    padding: 10px 0px;
}
.latest-insights h3 a{
    color:#171717;
}
.latest-insights .date {
    color: #5c5a5c;
    font-size: 12px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
}
.mailto img {
    padding-right: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    text-transform: uppercase;
    background: transparent;
}
.header__extras {
    display: none;
}
a.btn.btn-primary.register {
    background-color: #6e9a35;
    border-color: #6e9a35;
    padding: 10px 35px;
}
a.btn.btn-primary.register:active {
    color: #fff;
    background-color: #6e9a35;
    border-color: #6e9a35;
}
.eventform.hide {
    display: none;
}
.eventform.show {
    display: block;
    width: 100%!important;
    height: auto;
    padding-top: 45px!important;
}
.entry-content>div.eventformblock {
    display: block;
    width: 40%!important;
    height: auto;
    padding-top: 45px!important;
}
form#search-form input#s {
    border-radius: 25px;
}
ul.listfilter li {
    display: inline-block;
    background-color: #fff;
    margin-bottom: 15px;
    margin-right: 10px;
    cursor: pointer;
}
.popular-category label.selectit input {
    display: none!important;
}
label.selectit {
    border: 1px solid #c8c8c8;
    padding: 8px 12px;
    border-radius: 25px;
    cursor: pointer;
}
label.selectit.active {
    background: #7F9834;
    color: #fff;
    border: 1px solid #7F9834;
    padding: 8px 12px;
    border-radius: 25px;
}
.resource-database-results-holder {
    min-height: 180px;
}
p.eventlabel {
    padding-bottom: 0px;
    margin-bottom: 15px!important;
}
.eventleft .info.detail-info {
    padding-top: 10px;
}
.eventleft .label.color.-brand {
padding-bottom: 0px!important; 
}
ul.otherevent {
    margin-top: 40px!important;
}
ul.otherevent li {
    margin-left: 0px;
    background: #f1f9ff;
    padding: 25px;
    margin-bottom: 30px;
    list-style-type: none;
}
.allevents {
    float: right;
        background: transparent;
    color: #6e9a35;
    border-color: #6e9a35;
}
.allevents:hover{
    background:#6e9a35;
    color:#fff;
     border-color: #6e9a35;
}
ul.otherevent .eventright .eventformblock {
    float: right;
}
ul.otherevent a.btn.btn-primary.regbtn {
margin-right: 0px!important;
}
a.btn.btn-primary.regbtn{
 padding: 10px 20px!important;
        background-color: #6e9a35;
    border-color: #6e9a35;
    margin-right: 20px!important;
}
.eventleft {
    width: 80%;
    display: inline-block;
}
.eventright {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0px;
    top: 35px;
}
.eventright .eventformblock {
    margin: 0px!important;
}
.resource-database-results-holder.showingresults {
    min-height: auto;
}
.alert-info {
    color: #fff;
    background-color: #7F9834;
    border-color: #7F9834;
    font-family: 'Playfair Display', serif;
    font-size: 25px !important;
    line-height: 40px;
    /* margin-bottom: 98px; */
    margin-bottom: 150px;
    margin-top: 30px;
}
form#searchformResult {
    position: relative;
}

.searchres {
    position: absolute;
    right: 0px;
    background: #147497;
     padding: 15px 20px;
    color: #fff;
}
input#searchtxtbox {
    padding-left: 11px;
    border-radius: 0px;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    opacity: 1;
    font-size: 16px;
    color: #171717;
        border-radius: 0px!important;
}
.searchres:hover {
    opacity: 0.9;
}
span.search-instance {
    background: #fbef3c;
}
.loader-holder {
    width: 250px;
}
footer#colophon {
    margin-top: 40px;
    background: #648131;
    padding: 35px 10px 10px 10px ;
}
ul#menu-footer {
    padding-top: 16px;
}
nav.footer-navigation {
    margin-bottom: 10px!important;
}
li#menu-item-88843 {
    display: block;
    padding-top: 10px;
    padding-right: 50px;
}
ul#menu-footer li a ,ul#menu-footerleft  li a{
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 13px!important;
    line-height: 19px;
    padding: 0px 11px;
    padding-left: 0px;
    font-family: 'Open Sans';
}
ul#menu-footerleft {
    display: block;
    width: 100%;
}
header.entry-header.m-auto.px {
    padding: 10px!important;
    text-align: left;
    padding-left: 0px!important;
    padding-bottom: 0px!important;
    margin-left: 0px!important;
}
.image.-date-pin {
    display: inline-block;
}
.image.-time-pin {
    display: inline-block;
}
.content-area.entry-content p {
    padding-top: 0px!important;
}
.content-area.entry-content.search p {
    margin: 5px auto!important;
}
li.post-comment-link.meta-wrapper {
    display: none;
}
ul.searchlist {
    padding-left: 0px;
}
ul.searchlist li {
    list-style-type: none;
}
li.type-page {
    list-style-type: none;
}
.post__meta--top .post__meta {
    justify-content: left;
}
.post__meta .meta-icon {
    flex-shrink: 0;
    margin-right: 0.75rem;
    position: relative;
    display: none;
}
.post__meta--wrapper {
    margin-top: 10px;
    text-align: left;
    margin: 0px;
}
.content-area.entry-content.search p {
    margin: 0px!important;
    width: 100%!important;
    max-width: 100%!important;
    font-size: 14px;line-height: 28px;
}
.page-template-page-search ul li {
    padding-bottom: 5px;
}
.page-template-page-search ul.post__meta li {
    padding-bottom: 0px;
}
ul.post__meta.list-reset li {
    border-right: 1px solid;
    padding-right: 25px;
    font-size: 16px!important;
}
ul.post__meta.list-reset li.post-author.meta-wrapper, .pagetypedate {
    border-right: none!important;
    padding-right: 0px;
}
ul.post__meta.list-reset li a {
    text-decoration: none;
}
h2.post__title.entry-title.m-0 {
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 8px!important;
}
.pagination-wrapper {
    margin-bottom: 30px!important;
}
li.post-date {
    margin-left: 10px;
}
.search h1.post__title.m-0.text-center {
    text-align: left!important;
}
article.type-post p {
    padding: 10px 0px!important;
    margin: 0px!important;
    width: 100%!important;
    max-width: 100%!important;
}
h3 {
    margin: 0px!important;
}
.site-footer, .site-footer .site-info {
    color: initial;
    color: #ffffff;
}
footer#colophon {
    margin-top: 0px;
}
.comments-area__wrapper {
    margin-left: 0px;
}
.header__titles .custom-logo {
    max-width: 140px;
}
.wp_rss_retriever {
    margin: 0px!important;
    width: 100%!important;
    max-width: 100%!important;
}
a.wp_rss_retriever_image {
    display: none;
}
a.wp_rss_retriever_title {
    display: block;
    margin-bottom: 0.5em;
    line-height: 33px;
    font-weight: 700;
    font-style: normal;
    color: #4d4e53;
    font-size: 24px;
}
li.wp_rss_retriever_item {
    padding-bottom: 24px;
    margin-bottom: 24px!important;
    border-bottom: 1px solid #e6e6e6;
}
ul.post__meta.list-reset li {
    margin: 10px 18px 10px 0px;
    padding-right: 20px;
}
.partners {
    width: 100%!important;
    margin: 25px auto!important;
    padding: 0px !important;
}
.partners .plleft {
    width: 48%;
    display: inline-block;
    min-height: 120px;
    overflow: hidden;
    padding-right: 50px;
    border-bottom: 2px solid #f3f3f3;
}
.partners .plleft:last-child {
    border: none;
}
.partners .plleft:nth-last-child(2) {
    border: none;
}
.content-area.entry-content p {
    padding-top: 0px!important;
    margin: 0px;
    width: 100%!important;
    max-width: 100%!important;
}
h1.post__title.m-0.text-center {
    text-align: left!important;
    padding-bottom: 20px;
}
table {
    width: 97%!important;
    max-width: 97%!important;
    border-collapse: collapse!important;
    /*margin: 0px 0px 10px!important;*/
}
tbody>tr>td, tbody>tr>th {
    border: none!important;
    border-top: 1px solid #c8c8c8!important;
    vertical-align: top!important;
}
.content-area h3 {
    margin: 0px!important;
    max-width: 100%!important;
    padding-top: 16px;
    font-size: 22px;
}
.content-area.entry-content ul {
    margin: 5px 0px;
    width: 100%!important;
    max-width: 100%!important;
    padding-left: 5px;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    color: #333;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
    font-size: 17px;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 13px!important;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #7F9834;
    color: #fff;
}
ul.slides li {
    display: inline-block;
    width: 30.84739%;
    margin-right: 3.72881%;
    margin-left: 0px;
    margin-bottom: 2em;
}
ul.slides li:nth-child(3n) {
    margin-right: 0px;
}
.box__header img {
    display: block;
    margin: 0 auto 20px;
}
ul.slides li h2 {
    font-size: 26px;
    margin-bottom: 11px;
    font-weight: 700;
}
.slides.providers li {
    width: 33.33%;
    margin-right: 0px;
    padding-right: 20px;
    vertical-align: text-top;
}
ul.slides.providers {
    margin-top: 30px;
}
.container.-pre-buckets {
    width: 100%!important;
    margin: 0px;
    min-width: 100%;
    margin: 0px;
    padding: 0px;
}
h2.-section {
    padding-bottom: 19px;
    padding-left: 1px;
    margin-bottom: 39px;
    border-bottom: 2px solid #404450;
}
a {
    text-decoration: none;
}
.providerlist li {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px!important;
}
ul.providerlist {
    border-top: 2px solid #000;
    padding-top: 26px;
    padding-left: 0px;
    margin-left: 0px;
}
ul.providerlist {
    margin-top: 30px!important;
}
.wp-pagenavi {
    margin: 0px auto;
    margin-bottom: 40px!important;
}
ol.feed.section li {
    list-style-type: none;
}
ol.feed.section.-marked.-short {
    padding-left: 0px;
}
.image.-date-pin {
    margin: 10px 0;
    background: url(../png/date.png) 0 0 no-repeat;
    padding-left: 30px;
    background-size: auto;
    filter: grayscale(1);
}
.image.-time-pin {
    margin: 10px 0;
    background: url(../png/time.png) 0 0 no-repeat;
    padding-left: 30px;
    background-size: auto;
    filter: grayscale(1);
}
.detail-info .image {
    margin-right: 15px;
}
.image.-event_label-pin, .image.-location-pin {
    margin: 10px 0;
    background: url(../png/location.png) 0 0 no-repeat;
    padding-left: 30px;
    background-size: auto;
    padding-bottom: 5px;
    filter: grayscale(1);
}
h6.label.color.-brand {
    margin: 0px;
}
p {
    padding-bottom: 15px;
}
.introduction i {
    font-weight: 700;
}
.introduction {
    margin: 0px;
    width: 100%!important;
    max-width: 100%!important;
}
.entry-header h1 {
    font-size: 40px;
}
ol.feed li {
    font-size: 1em;
    padding-left: 1em;
    position: relative;
    margin-bottom: 30px;
}
h4.summary__heading {
    margin-bottom: 10px;
}
ul.slides li {
    vertical-align: top;
}
.grid-view {
    grid-template-columns: 2fr 0 1fr;
    grid-column-gap: 10px;
    display: grid;
    margin: 25px 0 35px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    padding: 15px;
}
.grid-view  h4.summary__heading{
font-family: 'Playfair Display', serif;
    font-size: 30px !important;
    line-height: 40px;
    text-transform: capitalize;
    color: #171717;
    margin: 0;
    padding: 0;
    font-style: normal!important;
    font-weight: 400!important;
}
.grid-item-1 {
    grid-column: 1 / 3;
    padding-right: 10%;
}
.line-pin .image {
    display: block;
}
.image.-event_label-pin-orange {
    background: url(../png/level-orange.png) 0 3px no-repeat;
    padding-left: 30px;
    background-size: 22px;
    font-size: 1rem;
    padding-bottom: 0px;
    filter: grayscale(1);
}
.image.-event_label-pin-orange.national-event-color {
    font-size: 12px;
    line-height: 25px;
    color: #5C5A5C;
    font-weight: 700;  
}
.line {
    font-size: 28px;
    height: 30px;
}
header.section.-marked {
    margin: 0px;
}
.directory-headerinfo {
    margin: 0px;
    padding-top: 0px;
    max-width: 100%!important;
    width: 100%!important;
}
ul.directory-tab-lists .directory-entry-lists {
    display: inline-block;
    margin-right: 10px;
    background: #bcb16b;
    padding: 10px 50px 10px 50px;
}
ul.directory-tab-lists a.directory-entry-links {
    color: #000;
}
ul.directory-tab-lists .directory-entry-lists.active {
    background: #ddddcf;
}
ul.directory-tab-lists {
    padding-left: 0px;
}
.view-id-directorysample.view-display-id-page_1 input[type="text"] {
    width: auto;
    padding: 8px;
}
.view-directorysample select {
    background-color: #fff;
    border: 1px solid #c8c8c8;
    padding: 8px;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 11px!important;
}
.view-directorysample.view-id-directorysample label {
    width: calc(15% - 20px);
    display: inline-block;
}
.views-widget {
    display: inline-block;
}
#views-exposed-form-directorysample-page-1 .views-exposed-widget {
    padding-left: 25px;
}
textarea, input[type="text"], input[type="password"], input[type="email"] {
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    background-color: #fff;
    border: 1px solid #c8c8c8;
}
.views-exposed-form {
    padding-top: 15px;
    background: #ddddcf;
    padding-bottom: 25px;
    margin-bottom: 12px;
}
div#edit-field-distance-value-wrapper .views-widget {
    width: 100%;
}
select#edit-field-distance-value {
    width: 8%;
    display: inline-block;
}
.view-id-directorysample.view-display-id-page_1 #edit-field-services-checkbox {
    margin-left: 5%;
    margin-right: 20%;
}
div#edit-field-services-checkbox input[type=checkbox], div#edit-field-services-checkbox input[type=radio] {
    height: 22px;
}
div#edit-field-services-checkbox input {
    opacity: initial;
    vertical-align: sub;
}
div#edit-field-services-checkbox .option {
    width: calc(96% - 20px)
}
.form-item.form-type-checkbox {
    width: 50%;
    width: calc(52% - 20px);
    display: inline-block;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
    padding: 5pxpx 8px!important;
}
input#edit-submit-directorysample {
    background: #fff;
    color: #7bb337;
    border: 1px solid #739600;
    margin-bottom: 30px;
    padding: 0px 9px 0 9px;
    width: 126px;
    margin-bottom: 25px;
    font-weight: normal;
    line-height: 36px;
}
h5.services-checkbox-header {
    padding-top: 25px;
    font-size: 90%;
    font-weight: bold;
}
ul.directory-tab-lists a.directory-entry-links {
    color: #000;
    font-weight: 700;
}
div#edit-city-wrapper label {
    font-weight: bold;
}
div#edit-field-shipping-state-value-wrapper label {
    font-weight: bold;
}
.form-item.form-type-select.form-item-field-distance-value label {
    font-weight: bold;
}
.views-exposed-widget {
    padding-left: 25px;
}
select {
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    background: url(../png/96810.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position: 94%;
}
.loader-holder {
    display: none;
}
ul.memberlistdata li {
    list-style-type: none;
    margin-bottom: 20px;
}
.views-field.views-field-nothing-1.search-directory.directory-more-info {

    background-color: #648131;
    vertical-align: top;
    color: #fff;
    padding: 30px 40px;
}
.views-field.views-field-nothing.search-directory.directory-primaryinfo {
    width: 49%;
    display: inline-block;
    background-color: #ddddcf;
    padding: 20px;
    min-height: 165px;
}
.directory-learnmore a, a.directory-directions {
    color: #fff;
}
ul.memberlistdata {
    padding: 0px;
}
a.directory-directions {
    background-image: url(../png/directions-gold.png);
    color: #55601c;
    text-decoration: underline;
    background-size: 18px 18px;
    padding-left: 25px;
    background-repeat: no-repeat;
}
.directory-learnmore a, a.directory-share {
    background-image: url(../png/share-gold.png);
    color: #55601c;
    text-decoration: underline;
    background-size: 18px 18px;
    padding-left: 25px;
    background-repeat: no-repeat;
}
a#dir-check-link {
    background-image: url(../png/website-gold.png);
    color: #55601c;
    text-decoration: underline;
    background-size: 18px 18px;
    padding-left: 25px;
    background-repeat: no-repeat;
}
.bot-left-search-directory.search-directory.directory-primaryinfo {

    background-color: #ddddcf;
    padding: 30px 40px;
    
}
.search-directory.directory-more-info {
    padding-top: 24px;
    background-color: #b88b00;
    min-height: 168px;
    color: #fff;
        padding: 30px 40px;
}
.search-directory.directory-more-info a{
 color: #fff!important;
}
.bot-search-directory {
    margin: 0px!important;
    width: 100%!important;
    max-width: 100%!important;
}
.directory-address li {
    list-style: none;
}
.img-info {
    width: 25%;
    display: inline-block;
    background-color: #ddddcf;
    min-height: 165px;
    vertical-align: top;
}
.img-info img {
    height: 165px;
    vertical-align: top;
    width: 100%;
}
h2.field-header {
    font-size: 30px;
    margin-bottom: 0px;
}
.card.-main .mh-med {
    min-height: 220px;
}
.card.-main .card__inner:hover {
    background: #7bb337;
    text-decoration: none;
}
.grid>.item {
    width: calc(100%/3 - 50px);
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
}
.card .card__inner {
    padding: 29px 32px;
    display: block;
}
.card.-main .card__inner:hover h3, .card.-main .card__inner:hover .label, .card.-main .card__inner:hover p {
    color: #fff;
    text-decoration: none;
}
article.card.-main.span-4.item h3 {
    font-size: 22px;
    margin-bottom: 7px;
}
.single-staff article {
    margin: 0px!important;
    max-width: 100%!important;
    width: 100%!important;
}
.single-staff .span-6.item.info {
    width: 62%;
    display: block;
}
.mega-current-menu-ancestor a {
    color: #000!important;
    font-weight: 700!important;
}
ul {
    padding-left: 0px!important;
}
.member-tabs-section  ul li {
    list-style-type: none;
}
ul li h4.summary__heading {
    font-size: 24px;
}
.page-template-page-news section ul.newslistblock li {
    list-style-type: none;
    border-bottom: 1px solid #e3b9b9;
    padding: 16px 0px;
}
.page-template-page-news ul {
    width: 100%;
}
.page-template-page-news ul li:last-child {
    border-bottom: none;
}
article {
    width: 100%!important;
    max-width: 100%!important;
}
li {
    list-style-type: none;
}
ul {
    padding-left: 0px;
}
.filters {
    display: inline-block;
    width: 49%;
}
.entry-content>div {
    width: 100%!important;
    padding: 0px!important;
    max-width: 100%!important;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 0px 0px 0px;
    background: transparent!important;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    padding: 0px 5px;
}
ul.toolschildcategory {
    padding-left: 25px;
}
input[type=checkbox], input[type=radio] {
    height: 32px;
    opacity: 1;
    width: auto;
    margin-right: 10px!important;
}
ul.toolschildcategory li {
    width: 33.33%;
    float: left;
    margin-bottom: 6px;
}
input.form-submit {
    padding: 16px 30px;
    margin: 30px 0px;
}
.toolschildcategory input[type=checkbox] {
    display: inline-block;
    float: left;
    width: 20px;
}
ul.toolschildcategory label {
    display: inline-block!important;
    width: calc(100% - 70px);
    float: left;
    padding-top: 2px;
}
ul.toolscategory>li {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #55601C;
    font-size: 18px;
}
.tool-header-page p {
    margin: 0px;
}
.section-header {
    color: #404450;
    margin: 0 0 20px;
    font-weight: 700;
    text-rendering: optimizelegibility;
    font-size: 50px;
    border-bottom: 2px solid #f3f3f3;
}
ul.toolscategory li {
    color: #55601C;
    font-size: 18px;
    list-style-type: none;
}
.product-image {
    width: 30%;
    float: left;
}
.product-details {
    width: 70%;
    float: left;
}
.productlist {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    clear: both;
    height: 100%;
    overflow: hidden;
    align-items: center;

}
.product-details h2 {
    margin-bottom: 0px;
    font-size: 24px;
}
.submit {
    clear: both;
    display: block;
}
.product-image img {
    width: 200px!important;
    height: auto!important;
    max-height: 150px;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
display: block;
background: #7F9834;
color: #fff!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #6a7e2e;
}
.mega-current-menu-ancestor ul li a {
    color: #fff!important;
}
div#page ul li ul li a:hover {
    color: #000!important;
}
.form-group {
    display: inline-block;
    width: 30%;
    margin-right: 15px;
}
.content-area ol li {
    list-style: auto;
}
.content-area ol li > * {
    color: #6E9A35;
    font-weight: 500;
}
.content-area ol li::marker {
    color: #6E9A35;
}

.box__footer {
    padding-top: 12px;
    border-top: 2px solid #7bb337;
}
.box__footer .meta {
    float: right;
}
section.mainsection-1 {
    margin: 0px!important;
    width: 100%!important;
    max-width: 100%!important;
}
input#rememberme {
    vertical-align: bottom;
}
h3.sucessmessage {
    font-size: 20px;
    color: #118d11;
    padding: 20px 0px;
}
ul.slides.twocolumn li {
    width: 48.13549%!important;
}
ul.slides.twocolumn li:nth-child(2n) {
    margin-right: 0px!important;
}
ul.slides.twocolumn li:nth-child(3n) {
    margin-right: 3.72881%;
}
select#NewsTopics {
    text-transform: capitalize;
}
.element-invisible {
    display: none;
}
.media-wysiwyg-align-left, .media-float-left {
    float: left;
    margin-right: 20px;
}
section.container.-intro {
    padding-left: 0px;
}
.page .comments-area__wrapper {
    display: none;
}
.wp-pagenavi {
    margin-top: 45px!important;
}
ul.associatedblog li {
    margin-left: 0px;
}
figure.post__thumbnail {
    margin-bottom: 30px;
}
span.validate {
    color: red;
}
/* Editor Code  end */

.header__inner {
   padding: 15px 6px!important;
}

#mega-menu-wrap-primary {
    background: transparent!important;
}
#mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover, #mega-menu-primary .mega-current-menu-item>a.mega-menu-link {
    color: #7CB337!important;
    border-bottom: 1px solid #7CB337;
}
.frame .box.active .text p.datetime {
    padding-bottom: 20px!important;
    margin-bottom: 20px;
}
.top-bg {
    background: linear-gradient(0deg, rgba(124, 179, 55, 0.9), rgba(124, 179, 55, 0.9)), url(../jpg/topbg.jpg);
    padding: 25px 100px;
}
.top-bg p {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.top-bg h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    margin-bottom: 15px;
}
a.btn.registebtn {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #fff;
}
ul.clientlogo li.logo {
    display: inline-block;
    margin-bottom: 15px;
}
.clientlogo li.logo img {
    width: 110px;
}
.cllogo-bg {
    opacity: 0.5;
}
.left-block, .right-block {
    background: #007399;
}
.green-block {
    background: transparent;
    padding: 20px 22px;
    padding-left: 0px;
}
.imageoverlay {
    position: relative;
    z-index: 12;
    overflow: hidden;
}
.imageblock {
    position: relative;
}
.overlayimg img {
    width: 55px;
    position: absolute;
    right: 13px;
    bottom: 20px;
}
.overlayimg {
    position: absolute;
    bottom: 0;
    top: 0px;
    z-index: 9;
    width: 100%;
    text-align: center;
    background: url('../png/lockbg.png');
}
.lock {
    position: absolute;
    bottom: 8px;
    left: 0px;
    color: #fff;
    z-index: 15;
    width: 100%;
    height: 52px;
}
.right-block p.subheading {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 21px 20px;
}
.left-block p.subheading {
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 48px;
    color: #FFFFFF;
    padding: 25px 35px;
    margin-bottom: 10px;
}
.lock a img {
    width: 25px;
    vertical-align: text-bottom;
    padding-right: 8px;
}
.contactblock {
    background: url('../jpg/contactbg.jpg');
    background-color: #d2d5da;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    position: relative;
}
.contactphoto {
    position: absolute;
    left: 13%;
    bottom: 12%;
    width: 180px;
    -webkit-box-shadow: 0 3px 5px -3px #000;
    -moz-box-shadow: 0 3px 5px -3px #000;
    box-shadow: 0 3px 5px -3px #000;
}
section.member-section {
    padding-bottom: 115px!important;
}
section.member-section.about {
    padding-bottom: 20px!important;
}
section.member-section.about .member-block {
    padding: 14% 50px!important;
    padding-right: 100px!important;
}
.member-tabs-section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    opacity: 1!important;
}
.contactblock .heading {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 48px;
    color: #3B5558;
}
.contactblock .subheading {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #1B2D2D;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.contactblock p a.mailto {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #3B5558;
}
.member-section .col-lg-6.pr-0.pl-0:first-child img {
    width: 100%;
}
section.latest-insights h2.heading, section.story-section h2.heading {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    color: #7CB337;
}
.story-block {
    background: #8C2233;
    padding: 21px 20px;
}
.story-block.right-block {
    padding: 39px 40px;
}
.story-block h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.story-block.right-block h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 48px;
    /* or 126% */
    color: #FFFFFF;
}
ul.slider-dots li button:hover {
    width: 0.9rem;
    height: 0.9rem;
    margin: 0.1rem;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    background-color: #006400;
}
.boxes .box.active.fadein .mid-section {
   /* animation: fadeIn 5s!important;
    -webkit-animation: fadeIn 5s !important;
    -moz-animation: fadeIn 5s!important;
    -o-animation: fadeIn 5s!important;
    -ms-animation: fadeIn 5s!important;*/
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
section.intro-section .descriptionblock h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #7CB337;
    margin-bottom: 10px;
    margin-top: 0px;
}
section.intro-section .descriptionblock {
    position: absolute;
    width: 53%;
    height: 365px;
    left: 24px;
    top: 60px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
}
.rightblock {
    width: 65%;
    height: 490px;
    left: 495px;
    top: 0px;
    float: right;
}
section.intro-section .descriptionblock p {
    padding-right: 51px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.topheading {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    color: #7CB337;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
section.mission-section h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    color: #7CB337;
    margin-bottom: 0px;
}
section.mission-section p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}
section.missionvission-section h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    color: #7CB337;
}
section.missionvission-section p.desc {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    color: #7CB337;
}
.teamsection h3, .staffsection h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    color: #7CB337;
    padding-bottom: 20px;
}
.statesection h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    color: #3B5558;
    padding-bottom: 20px;
}
.teamsection .team-list h3.teamname, .staffsection .staff-list h3.staff {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    color: #3B5558;
}
.teamsection .designation, .staffsection .designation {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #3B5558;
}
.featuredsection h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #171717;
    padding-bottom: 15px;
    text-align: left;
}
.featuredbtn {
    background: #7F9834;
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 12px 45px;
    color: #fff;
    letter-spacing: 2.6px;
    font-weight: 600;
}
.single-topic .member-block .featuredbtn {
    background: #01526f;
}

.single-topic  .featuredbtn {
background: #7F9834;
    letter-spacing: 3.2px;
    font-size: 16px;
    line-height: 31px;
    border-radius: 0px;
    padding: 15px 55px;
        color: #FFFFFF;
}
.single-topic .member-section .member-block {
    background: #147497!important;
}
.prightsection {
    margin-left: -65px;
    box-shadow: 0px 0px 36px #00000029;
}
ul.statelist {
    width: 100%;
}
ul.statelist li {
    border: 2px solid #3B5558;
    border-radius: 4px;
    display: inline-block;
    width: 16%;
    text-align: center;
    margin-bottom: 8px;
    padding: 10px 0px;
}
li.joinnow {
    width: 65%!important;
}
section.statesection {
    background: linear-gradient(67.38deg, #CCD8DF 36%, #D5DFE4 56%, #EEF1F3 90%, #F6F7F8 100%);
}
.historysection h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    color: #7CB337;
    padding-bottom: 32px;
}
.historysection p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #1B2D2D;
}
ul.contactinfo {
    padding-bottom: 5px;
}
.contactsection h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    color: #7CB337;
}
ul.contactinfo li {
    display: inline-block;
    width: 48%;
    background: url(../png/message.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
    padding-left: 30px;
    vertical-align: middle;
}
.contactsection i.fa.fa-phone {
    font-size: 20px;
    color: #7CB337;
    padding-right: 9px;
}
.contactsection p.subheading {
    padding: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    color: #3B5558;
}
section.contactsection .subsection h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    color: #3B5558;
    margin-bottom: 0px;
}
section.contactsection .subsection p {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: #1B2D2D;
}
.contact-section-home input[type='text'], .contact-section-home input[type='tel'], .contact-section-home input[type='email'] {
    border: 1px solid rgba(59, 85, 88, 0.5);
    border-radius: 2px;
}
section.contact-section-home {
    padding-top: 30px;
}
.contact-section-home input.wpcf7-form-control.wpcf7-submit {
    background: #fff;
    color: #7CB337;
    border: 1px solid #7CB337;
    border-radius: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-transform: uppercase;
}
.pleft, .pright {
    display: inline-block;
    width: 48%;
}
section.contact-section-home .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #7CB337;
    width: 82%;
    margin: 0px auto;
    border-color: #7CB337!important;
}
.expoblock {
    position: relative;
}
.expoblock .description {
    position: absolute;
    right: 22px;
    top: 0px;
    color: #fff;
    padding: 10px 30px;
}
.expoblock .description h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
}
.expoblock .description .subheading {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    text-align: right;
    color: #FFFFFF;
    text-shadow: 0px 0px 39px rgba(0, 0, 0, 0.25);
    padding-bottom: 5px;
}
.expoblock .description .location {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 6px;
    border-top: 1px solid;
    font-weight: 800;
}
.expoblock .description .register {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #fff;
    text-align: right;
    border-radius: 30px;
}
.expo-section img {
    min-height: 180px;
}
i.botomarrow {
    font-size: 40px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 39%;
    z-index: 100;
}
.frame .box.active a.more {
    display: none;
}
.slider-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1.5rem 0;
    list-style-type: none;
}
ul.slider-dots li {
    margin: 0 0.25rem;
}
ul.slider-dots li button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #7CB337;
    text-indent: -9999px;
    transition: ease-out 0.1s;
    -webkit-transition: ease-out 0.1s;
    -moz-transition: ease-out 0.1s;
}
.slider-dots li.slick-active button {
    background-color: #006400;
}
.cbxwpbkmarkwrap.cbxwpbkmarkwrap_loggedin.cbxwpbkmarkwrap_user_cat.cbxwpbkmarkwrap-page {
    padding-top: 25px !important;
    margin-bottom: 0px;
}
/* hemepage New version */

.page-id-88729 .frame .box .topheading {
    display: block;
}
.page-id-88729 .frame .box.active .topheading {
    display: none;
}
.page-id-85612 .color-overlay {
    background: none!important;
}
.page-id-88752 i.fas.fa-chevron-right.botomarrow {
    display: none;
}
.page-id-88752 .frame .box .topheading {
    display: block;
}
.page-id-88752 .frame .box.active .topheading {
    display: none;
}
.page-id-88760 .frame .box .topheading {
    display: block;
    padding-top: 45px;
}
.page-id-88760 .frame .box.active .topheading {
    display: none;
}
.page-id-88760 .frame .box .topheading:before {
    height: 30px;
}
.page-id-88760 ul.slider-dots {
    display: none;
}
.page-id-88760 i.botomarrow {
    font-size: 25px;
    bottom: 14px;
    left: 39%;
}
/*  Version 5 start */

.page-id-88771 .frame .box .topheading {
    display: block;
    padding-top: 45px;
}
.page-id-88771 .frame .box.active .topheading {
    display: none;
}
.page-id-88771 .frame .box .topheading:before {
    height: 30px;
}
.page-id-88771 ul.slider-dots {
    display: none;
}
.page-id-88771 i.botomarrow {
    font-size: 25px!important;
    bottom: 14px!important;
    left: 39%!important;
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;
}
.page-id-88771 .frame .box .color-overlay {
    background: rgba(0, 0, 0, 0.6)!important;
}
.page-id-88771 .frame .box {}
/*  Version 5 end */

/* version 6 end */

.page-id-88804 .frame .box .topheading {
    display: block;
    padding-top: 45px;
}
.page-id-88804 .frame .box.active .topheading {
    display: none;
}
.page-id-88804 .frame .box .topheading:before {
    height: 30px;
}
.page-id-88804 ul.slider-dots {
    display: none;
}
.page-id-88804 i.botomarrow {
    font-size: 25px;
    bottom: 14px;
    left: 39%;
}
.page-id-88804 .frame .box .color-overlay {
    background: rgba(0, 0, 0, 0.6)!important;
}
/* Slider v 6 End */

/*  Version 7 start */

.page-id-88810 .frame .box .topheading {
    display: block;
    padding-top: 45px;
}
.page-id-88810 .frame .box.active .topheading {
    display: none;
}
.page-id-88810 .frame .box .topheading:before {
    height: 30px;
    display: none;
}
.page-id-88810 ul.slider-dots {
    display: none;
}
.page-id-88810 .frame .box {}
/*  Version 7 end */

/* version 8 end */

.page-id-88846 .frame .box .topheading {
    display: block;
    padding-top: 45px;
}
.page-id-88846 i.botomarrow {
    font-size: 25px;
    bottom: 18px;
    left: 39%;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../png/plus-white.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.page-id-88846 .frame .box.active .topheading {
    display: none;
}
.page-id-88846 .frame .box .topheading:before {
    height: 30px;
}
.page-id-88846 .fa-chevron-right:before {
    content: "";
}
.page-id-88846 ul.slider-dots {
    display: none;
}
.page-id-88846 i.botomarrow {
    font-size: 25px;
    bottom: 14px;
    left: 42%;
}
.page-id-88846 .frame .box .color-overlay {
    background: rgba(0, 0, 0, 0.6)!important;
}
.page-id-88846 .frame .box.active .color-overlay {
    background: none!important;
}
/* Slider v 8 End */

/* hemepage New version end */

.topblock img {
    display: inline-block;
    width: 268px;
}
.bottomblock {
    background: url(../jpg/bg-top.jpg);
    padding: 20px 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #3B5558;
    text-shadow: 0px 0px 39px rgb(0 0 0 / 25%);
}
.accordion .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 19px rgb(0 0 0 / 8%);
    border-radius: 6px;
    margin-bottom: 15px;
    border: 0px;
}
.card-header {
    background-color: transparent;
    border-bottom: 0px;
}
.accordion button.btn.btn-link.btn-block.text-left {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    color: #3B5558;
    background: transparent;
    text-decoration: none;
}
.accordion button.btn.btn-link.btn-block.text-left:focus {
    box-shadow: none!important;
}
.member-section .member-block {
    background: #6a305f!important;
}
.member-block {
    background: #367E60;
    padding: 55px 65px;
    position: relative;
    padding-top: 56px;
    padding: 70px 50px!important;
    padding-right: 100px!important;
}
.icontop {
    padding-bottom: 15px;
    position: absolute;
    top: 7%;
    display: none;
}
.icontop img {
    width: 90px;
}
section.registersection .icontop {
    padding-bottom: 25px;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-left: auto;
    content: "";
    background-image: url('../png/plus.png');
    background-repeat: no-repeat;
    background-size: 14px;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../png/minus.png');
    margin-top: 16px;
}
p.footer-subheading {
    padding-top: 8px;
    padding-bottom: 0px;
    margin: 0px;
    font-size: 14px;
}
.latestnewsbtn {
    background: #7CB337;
    border-radius: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    align-items: center;
    color: #FFFFFF;
    padding: 5px 40px;
}
a.btn.latestnewsbtn:hover {
    color: #f1e8e8;
}
ul.social-icons {
    margin-bottom: 0px!important;
    padding: 30px 0px;
}
.site-footer--1.site-footer .social-icons svg {
    width: 16px!important;
    height: 16px!important;
}
.mobile-text {
    padding: 25px;
}
.mobile-text h2 {
    font-weight: 400!important;
    font-size: 24px!important;
    line-height: 28px;
    margin-bottom: 5px;
    color: #fff;
    font-style: normal!important;
}
.mobile-text p {
    font-size: 14px!important;
    height: 125px;
    overflow: hidden;
    margin-bottom: 13px;
    color: #fff;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 26px!important;
    color: #ffffff;
    padding-bottom: 0px!important;
}
.mobile-text a.morer {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 30px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto!important;
}
.swiper-button-next, .swiper-button-prev {
    display: none;
}
.swiper-pagination-bullet {
    width: 1rem!important;
    height: 1rem!important;
}
.swiper-pagination-bullet {
    background: #7CB337!important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active {
    background: #006400!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: static!important;
    padding-top: 30px!important;
}
.mobileslider .frame {
    height: auto;
}
.mobileview {
    display: none;
}
.lefttopblock {
    background: url('../png/icon-tp.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    position: absolute;
    left: -19px;
    top: -42px;
    background-size: contain;
}


.page-template-page-home-2 .expoblock {
    background: #56565b!important;
}
.page-template-page-home-2 .expoblock .description {
    position: absolute!important;
    right: 170px!important;
    top: 56px!important;
    color: #fff!important;
    padding: 10px 30px!important;
}
div#accordionExample .card-body {
    padding: 0px 25px !important;
    padding-bottom: 35px!important;
}
.accordion a.morer {
    border: 1px solid;
    border-radius: 30px;
    padding: 10px 20px;
}
div#accordionExample .card-body p {
    padding-bottom: 10px;
}

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
    display: none;
}
.expoblocknew {
    position: relative;
    background: linear-gradient(90deg, rgba(86, 87, 91, 0) 25.2%, #56575B 36.26%, #56575B 74%, #56575B 100%);
    background-image: url(../png/exponew.png);
    height: auto;
    background-repeat: no-repeat;
    min-height: 170px;
    background-size: 100% 170px;
}
.expoblocknew .description {
    position: absolute;
    right: 22px;
    top: 0px;
    color: #fff;
    padding: 22px 10px 0px 45px;
    width: 75%;
    text-align: left;
}


.expoblocknew .description h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 56px;
    color: #FFFFFF;
}
.expoblocknew .description .location {
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 20px;
    width: auto;
}
.btnexpo {
    position: absolute;
    right: 25px;
    bottom: 0px;
    width: auto;
}
.expoblocknew .description .register {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #fff;
    text-align: right;
    border-radius: 30px;
}
.leftblockmember {
    background: #81badb;
}
.member-tabs-section ul.nav.nav-tabs {
    padding: 50px 0px !important;
    border: none!important;
}
.member-tabs-section ul.nav.nav-tabs li.nav-item {
    padding: 0px 50px !important;
}
.member-tabs-section .tab-content {}
.rightblockmember {
    background: #cce4f0;
}
.member-tabs-section .details {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #3B5558;
    padding: 10px 25px 25px 25px;
}
a.learn-more span i {
    padding-left: 15px;
}
.tml-action-login .tml.tml-login h4 {
    display: none;
}
.tml-action-login .tml.tml-login br {
    display: none;
}
.tml-action-login .tml.tml-login .mo_oauth_login_button {
    display: none;
}
ul li a.active::before {
    content: "\2022";
    color: #3B5558!important;
    font-weight: bold;
    display: inline-block;
    width: 25px;
    margin-left: -25px;
}
li.nav-item.active::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 18px solid #81badb;
    border-bottom: 27px solid transparent;
    margin: 0px -18px 0 6px;
    right: 0;
    top: 58px;
    z-index: 10;
}
ul li.nav-item.active:nth-child(2)::after {
    top: 124px!important;
}
ul li.nav-item.active:nth-child(3)::after {
    top: 185px!important;
}
ul li.nav-item.active:nth-child(4)::after {
    top: 245px!important;
}
/* The optiontools */

.optiontools {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #3B5558;
}
/* Hide the browser's default checkbox */

.toolschildcategory .optiontools input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    float: none!important;
    top: 4px;
    width: 100%;
    height: 20px!important;
    width: 20px!important;
    left: 0px;
    z-index: 10;
}
/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #e5dddd;
    border-radius: 50px;
}
/* On mouse-over, add a grey background color */

.optiontools:hover input~.checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */

.optiontools input:checked~.checkmark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: ""!important;
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */

.optiontools input:checked~.checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */

.optiontools .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.member-tabs-section .details p {
    margin-bottom: 0px;
    padding-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #3B5558;
}
.member-tabs-section .memberbutton {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    align-items: center;
    border-radius: 40px;
    text-transform: uppercase;
    color: #3B5558;
    border: 1px solid #3B5558;
    padding: 11px 25px;
}
.datetime {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
a.oauthloginbutton.btn.btn-social.btn-primary:focus {
    outline: 0;
    outline-offset: 0;
    border: none!important;
    background: transparent!important;
    box-shadow: none;
}
a.oauthloginbutton.btn.btn-social.btn-primary {
    background: transparent;
    border: none;
    text-align: left;
    padding: 4px;
    padding-left: 38px;
    height: 55px;
    width: 100%;
    padding: 10px 16px!important;
}
a.oauthloginbutton.btn.btn-social.btn-primary:hover {
    color: #3e7c1c!important;
}
.lock a:hover {
    color: #3e7c1c!important;
}
a.oauthloginbutton.btn.btn-social.btn-primary i.fa.fa-lock {
    background: url(../png/lock.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-right: 0px;
}
a.oauthloginbutton.btn.btn-social.btn-primary:hover i.fa.fa-lock {
    background: url(../png/hoverlock.png)!important;
    background-repeat: no-repeat!important;
    background-position: left center!important;
}
a.oauthloginbutton.btn.btn-social.btn-primary .fa-lock:before {
    content: ""!important;
}
.speaker-list .sponsors-item h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 46px;
}
.speaker-list .sponsors-item {
    display: block;
    margin: 12px 10px;
    width: 25%!important;
    min-height: 175px;
    background: #edebeb;
    padding: 10px 20px;
}
.speaker-list .sponsors-item p.designation {
    text-align: center;
    padding-top: 13px;
    font-size: 16px;
}
ul#SessionWidget li h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding: 10px;
    background: #7CB337;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}
.SessionContiner {
    width: 100%;
}
ul#SessionWidget li {
    display: block;
    list-style: none;
    margin-bottom: 10px !important;
}
.eventarrow {
    font-size: 20px;
    padding-right: 5px;
}
a.sessionlist {
    display: block;
    padding: 5px 10px 0;
}
ul#SessionWidget li .description {
    display: none;
}
ul#SessionWidget li .question.active .rightarrow {
    display: none;
}
ul#SessionWidget li .question .rightarrow {
    padding-right: 10px;
}
ul#SessionWidget li .question .dowbarrow {
    display: none;
}
ul#SessionWidget li .question.active .dowbarrow {
    display: inline-block;
    padding-right: 10px;
}
ul#SessionWidget li .description.open {
    display: block;
}
.contact-section-home2 {
    background: #55691a;
    color: #fff;
    padding: 25px 0px;
    position: relative;
}
.contactblock2 {
    color: #fff;
}
.contact-section-home2 .heading {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    font-family: 'Playfair Display', serif;
}
.contact-section-home2 .subheading {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 36px;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.contact-section-home2 a.mailtoicon {
    color: #fff;
    padding: -4px;
    border-radius: 30px;
    font-size: 23px;
}
.cleft {
    position: absolute;
    bottom: 34px;
    left: 35px;
}
.cleft img {
    width: 200px;
    border-radius: 100%!important;
}
.contact-section-home2 p a.mailto {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 36px;
    color: #fff;
}
.page-template-page-home-2 .prightsection {
    margin-left: -65px;
}
.page-template-page-home-2 .member-block {
    padding: 70px 50px!important;
    padding-right: 100px!important;
}
.page-template-page-home-2 a.learnmore {
    background: #4a123f;
    color: #ffff;
    padding: 12px 35px;
}
.page-template-page-home-2 section.member-section {
    padding-bottom: 20px!important;
    position: relative;
}
.page-template-page-home-2 .member-section .member-block {
    background: #6a305f!important;
}
.contact-section-home2 .emailicon {
    border-radius: 30px;
    font-size: 22px;
}
.member-tabs-section ul.nav.nav-tabs li.nav-item {
    padding: 0px !important;
    border-bottom: 2px solid #eaeaea!important;
}
.member-tabs-section ul.nav.nav-tabs li.nav-item .nav-link {
    padding: 8px 54px !important;
    margin: 0px !important;
}
.member-tabs-section ul.nav.nav-tabs li.nav-item a:nth-child(1) {
    margin-left: 0px!important;
}
.member-tabs-section .nav-tabs .nav-link.active {
    color: #fff!important;
    background-color: #7F9834;
}
.member-tabs-section ul.nav.nav-tabs {
    padding: 25px 0px !important;
    /* border: none!important; */
    padding-bottom: 0px!important;
    margin-bottom: 45px!important;
}
.page-template-page-home-2 footer#colophon {
    margin-top: 0px;
    background: #7f9834!important;
}
.page-template-page-home-2 i.botomarrow {
    font-size: 27px!important;
    color: #c7c6c2!important;
    bottom: 10px!important;
    left: 10%!important;
    z-index: 100;
}
.page-template-page-home-2 ul li a.active::before {
    content: ""!important;
    color: #3B5558!important;
    font-weight: bold;
    display: inline-block;
    width: auto;
    margin-left: 0px;
}
.page-template-page-home-2 li.nav-item.active::after {
    content: "";
    position: static;
    width: 0;
    height: 0;
    border-top: none;
    border-left: none;
    border-bottom: none;
    margin: 0px;
    right: 0;
    top: 58px;
    z-index: 10;
}
h3.teamname, h3.staff {
    font-size: 20px;
    padding-top: 10px;
}
.designation {
    font-size: 15px;
}
li.nav-item.active::after {
    content: "";
    position: static;
    width: 0;
    height: 0;
    border-top: none;
    border-left: none;
    border-bottom: none;
    margin: 0px;
    right: 0;
    top: 58px;
    z-index: 10;
}
span.bolder {
    font-weight: 800;
}
.descriptionblock-2 {
    position: absolute;
    bottom: 24%;
    left: 10%;
    color: #fff;

}
.descriptionblock-2 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 50px !important;
    color: #fff;
    margin: 28px 0px;
}
.descriptionblock-2 p {
    padding-top: 20px;
}
.frame .box .text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px !important;
    line-height: 40px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-style: normal!important;
    font-weight: 400!important;
}

/*10-8-2022 added by sarmistha*/
header a.mega-menu-link{color: #5C5A5C !important;font-size: 13px !important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-join > a.mega-menu-link{background-color: #7F9834 !important;display: block;padding: 12px 18px!important;line-height: initial;color: #FFFFFF !important;text-transform: uppercase;}
.page-template-page-home-2 .frame .box .topheading {color: #fff;writing-mode: horizontal-tb!important;position: absolute;bottom: 70px;left: 10px;text-align: left;height: 31%!important;font-family: 'Playfair Display', serif;font-size: 24px;right: 10px;line-height: 32px;}
.slider.desktopview .color-overlay{position: absolute;top: auto;bottom: 0;height: 60%;left: 0;width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.42) 48%, rgba(0,0,0,0.65) 74%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.42) 48%,rgba(0,0,0,0.65) 74%) !important;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.42) 48%,rgba(0,0,0,0.65) 74%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );opacity: 1;}
.frame .box.active .text {opacity: 1;transition: 0.5s all ease;transform: scale(1);padding: 50px;vertical-align: middle;display: flex !important;align-items: center;}
.frame .box.active .text h2{font-family: 'Playfair Display', serif;font-size: 30px !important;line-height: 40px;text-transform: capitalize;color: #FFFFFF;margin: 0;padding: 0;font-style: normal!important;font-weight: 400!important;}
.frame .box.active .text p{font-weight: 400; color: #FFFFFF; font-size: 17px;line-height: 30px;padding-top: 30px;margin: 0;text-transform: none;padding-bottom: 0;}
.frame .box.active a.morer {font-size:13px;border: none;padding: 13px 37px;background-color: #4A123F;text-decoration: none;margin-top: 30px;display: inline-block;vertical-align: top;color: #FFFFFF;font-weight: 700;letter-spacing: 2.5px;}
h3.storyheading,.ourvalueheading{font-family: 'Playfair Display', serif;font-size: 30px;color: #171717;margin: 0 !important;padding: 0;font-weight: 500;}
a.learn-more {font-size: 14px;text-transform: uppercase;color: #AFAFAF;font-weight: 700;letter-spacing: 2.5px;padding-top: 33px;display: block;}
a.learn-more:hover{text-decoration: none;}
.story-section p{font-weight: 400;font-size: 17px;color: #171717;padding: 0; margin: 0; line-height: 30px;}
.story-section{padding: 62px 0px;}
.latest-insights{padding: 60px 0px 0px;}
.latest-insights .imageoverlay{position: relative;}
.latest-insights .imageoverlay::before{content: ''; position: absolute;background-color:none;width: 100%; height: 100%; left: 0;top: 0;z-index: 1;}
 .imageoverlay.signin::before{}
 .latest-insights .lock a.oauthloginbutton{text-align: left!important;padding: 0px!important;padding-left: 17px!important;}
.lock a {font-style: normal;font-weight: 600;font-size: 15px;line-height: 21px;color: #FFFFFF;height: 70px!important;}
.latest-insights .storyheading{padding-bottom: 30px;}
.grey-block{padding-top: 15px;}
.grey-block h5{color: #5C5A5C; font-size: 12px;letter-spacing: 2.4px;font-weight: 600;padding: 0; margin: 0;}
.grey-block p{padding-top: 15px; color: #171717; font-weight: 600; font-size: 20px;padding-bottom: 0; margin: 0;}
.member-tabs-section {padding: 40px 0px 0px;}
.member-heading{font-size: 28px;line-height: 23px;font-family: 'Playfair Display', serif;font-weight: 500;}
.member-tabs-section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{color: #AFAFAF;font-size: 15px;font-weight: 600;opacity: 0.4;padding-left: 0px;border: none!important;}
.page-template-page-home-2 .member-tabs-section .nav-tabs .nav-link.active {color: #fff!important;background-color: #7F9834;opacity: 1;border-color: #7F9834 !important;}
.member-tabs-section .details p{margin-bottom: 0px;padding-bottom: 30px;font-style: normal;font-weight: 400;font-size: 17px;line-height: 30px;color: #171717;}
.member-tabs-section a.learn-more {font-size: 15px;text-transform: uppercase;color: #7F9834;font-weight: 700;letter-spacing: 2.5px;padding-top: 0px;display: block;}
section.registersection{padding: 60px 0px 0px;}
.registration-heading{font-family: 'Playfair Display', serif;font-size: 30px;color: #171717;}
.registersection-logo{padding: 60px 0px;padding-top: 30px;}
.owl-centerdiv{width: 74%; margin: 0 auto; position: relative}
.owl-centerdiv button.owl-prev, .page-template-page-aboutus-php button.owl-prev {position: absolute;left: -130px;top: -10px;background-image: url("../png/arrowright.png") !important;background-size: 20px !important;background-repeat: no-repeat !important;background-position: center !important; width: 30px;}
.owl-centerdiv button.owl-next, .page-template-page-aboutus-php button.owl-next {position: absolute;right: -130px;top: -10px;background-image: url("../png/arrowleft.png") !important;background-size: 20px !important;background-repeat: no-repeat !important;background-position: center !important; width: 30px;}
.page-template-page-aboutus-php button.owl-next{right:45%;background-size: 30px !important;}
.page-template-page-aboutus-php button.owl-prev{left:45%;background-size: 30px !important;}
.page-template-page-aboutus-php section.member-tabs-section.team .owl-theme .owl-nav{position:relative;}
.page-template-page-aboutus-php section.member-tabs-section.team .owl-theme .owl-nav span{font-size:0px;}
.owl-centerdiv button.owl-prev span, .owl-centerdiv button.owl-next span{font-size: 0px;}
.member-section .member-block h3 {font-style: normal;font-weight: 400;font-size: 30px;line-height: 40px;color: #FFFFFF;padding-bottom: 15px;font-family: 'Playfair Display', serif;}
.member-section .member-block p{font-style: normal;font-weight: 400;font-size: 17px;line-height: 30px;color: #FFFFFF;}
.social-icons a{padding: 6px!important;background: #506414!important;border-radius: 63px!important;padding: 10px!important;margin-right: 6px!important;}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {display: block!important;}
img.lockimage {width: 55px!important;right: 13px!important;left: auto!important;top: auto!important;bottom: 22px!important;position: absolute;}
.member-section.about .member-block p {font-style: normal;font-weight: 400;font-size: 17px;line-height: 30px;color: #FFFFFF;padding-bottom: 10px;margin-bottom: 0px;}
section.member-section.about a.btn.featuredbtnd {
    margin-top: 20px;background: #4A123F!important;
}
.midblock {padding: 22px 60px;}
.topleft{background:#7F9834;}
.topright{background: #55691A;}
.headsubheading{font-family: 'Playfair Display', serif;font-size: 30px!important;color: #fff;}
.subtext{font-size: 15px;font-weight: 500;color: #fff;text-transform: uppercase;margin-bottom: 0px;padding-bottom: 10px;}
section.ourvalue-section {padding: 40px 0px;}
ul.ourvaluelist {margin-bottom: 0px;}
ul.ourvaluelist li{width: 49%;display: inline-block;padding-right: 30px;padding-bottom: 20px;vertical-align: top;}
ul.ourvaluelist li h4{color:#7F9834;font-size:20px!important;}
ul.ourvaluelist li p{color:##171717;font-size:17px;}
.reportblock{background: #F4F4F4;width: 100%;height: auto;padding: 20px 20px;margin-bottom: 20px;}
p.reportheading {font-weight: 600;font-size: 22px;color: #171717;padding: 0;margin: 0;line-height: 30px;font-family: 'Playfair Display', serif;padding-bottom: 5px;}
p.reporttext {font-weight: 400;font-size: 17px;color: #171717;padding: 0;margin: 0;line-height: 30px;}
p.reporttext {font-weight: 400;font-size: 15px;color: #171717;padding: 0;margin: 0;line-height: 30px;padding-bottom: 14px;}
.reportleftblock {width: 72%;display: inline-block;padding-right: 20px;margin-right: 6px;text-align: left;}
.reportrightblock {width: 25%;display: inline-block;padding: 0px 0px 20px 0px;}
.reportleftblock p {padding-bottom: 12px;}
section.intro-section .relativediv{position: relative;}
/*slider*/
.latest-insights .owl-carousel .owl-item img{width: 100% !important;}
.owl-theme .owl-nav [class*=owl-]:hover {background: transparent;color: #000000;}
.latest-insights .lock {left: 17px;}
.latest-insights .owl-theme .owl-nav [class*=owl-] {
    font-size: 33px!important;
}
#tab-2 button.owl-prev,#tab-1 button.owl-prev {position: absolute;left: -130px;top: -10px;background-image: url("../png/arrowright.png") !important;background-size: 20px !important;background-repeat: no-repeat !important;background-position: center !important; width: 30px;}
#tab-2 button.owl-next,#tab-1 button.owl-next {position: absolute;right: -130px;top: -10px;background-image: url("../png/arrowleft.png") !important;background-size: 20px !important;background-repeat: no-repeat !important;background-position: center !important; width: 30px;}
#tab-2 button.owl-prev span, #tab-2 button.owl-next span,#tab-1 button.owl-prev span, #tab-1 button.owl-next span{font-size: 0px;}
#tab-2 .owl-nav,#tab-1 .owl-nav {
width: 78%;
margin: 0px auto;
position: relative;
margin-top: 20px;
}
.team ul.nav.nav-tabs li a.active::before{
content: ""!important;
}
.member-tabs-section.team ul.nav.nav-tabs {
    border-bottom: 2px solid #eaeaea!important;
}
.member-tabs-section.team ul.nav.nav-tabs li{
  border-bottom:none!important;  
}
/* Date august 18 */

.topleftblock {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
.toprightblock {
    width: 58%;
    display: inline-block;
    padding: 10px;
}
.tplefttop{
    position: relative;
}
.newstop .color-overlay{position: absolute;top: auto;bottom: 0;height: 60%;left: 0;width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.42) 48%, rgba(0,0,0,0.65) 74%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.42) 48%,rgba(0,0,0,0.65) 74%) !important;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.42) 48%,rgba(0,0,0,0.65) 74%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );opacity: 1;
}
.cardlist {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-bottom: 2px solid #eaeaea!important;
}
.cardlist:last-child {
    margin-bottom: 0px;
}
.toprightblock p.date {
    padding: 0px;
    margin: 0px;
    color: #5C5A5C;
}
.page-template-page-news main#site-content {
    margin-top: 0;
}
.toprightblock h2 {
font-family: 'Playfair Display', serif;
font-size: 20px !important;
line-height: 32px;
color: #171717;
margin: 0;
padding: 0;
font-style: normal!important;
font-weight: 600!important;
}
.newssectionlatest .items-divided .grey-block {
  padding-top:0px;
}
section.newstop {
    margin-bottom: 0px;

}
.descriptionblock-news p.date {
    margin: 0px;
    padding: 0px;
    color: #171717;
    padding-bottom: 10px;
    padding-top: 4px;
}
.descriptionblock-news {
color: #171717;
    z-index: 3;
    padding: 10px 0px 15px;
    border-bottom: 2px solid #eaeaea!important;
}
.descriptionblock-news h1 {
    font-family: 'Playfair Display', serif;
    font-size: 20px !important;
    line-height: 30px;
    text-transform: capitalize;
    color: #171717;
    margin: 0;
    padding: 0;
    font-style: normal!important;
    font-weight: 600!important;
}
span.iconright {
    display: inline-block;
    float: right;
}
ul.newslistblock li h4.summary__heading {
font-size: 20px;
margin-bottom:0px;
}
.wFormContainer {
    max-width: 100%!important;
    margin: initial;
}
.wForm form table.choices td {
    min-width: 80px;
    border: none!important;
}

.featureleft{
    background: #147497;
}
.Featured-section p {
    color: #fff;
}
.desc {
    display: block;
    padding: 7% 10%;
}

.workforce-list ul.newslistblock {
    width: 100%;
    display: block;
    margin: 0px;
}
 section.workforce-list ul.newslistblock li {
    list-style-type: none;
    border-bottom: 1px solid #e3b9b9;
    padding: 16px 0px;
}

section.blockgrey .reportblock {
    background: #F4F4F4;
    width: 48.5%;
    height: auto;
        padding: 20px 53px 20px 20px;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 2%;
    position: relative;
}

section.blockgrey .reportblock:last-child {
    margin-right: 0px;
}
section.blockgrey  p.downloadlink {
    position: absolute;
    bottom: 0px;
    right: 25px;
}
.newssectionlatest{
 position: relative;   
}
.newssectionlatest .owl-carousel, .owl-carousel .owl-item {
position: static;
}
.newssectionlatest .owl-carousel .owl-stage-outer{
position: static;    
}
.newssectionlatest .owl-nav{
position: static!important;     
}
.newssectionlatest button.owl-prev {position: absolute;left: auto;top: -15px;right: 50px; background-image: url("../png/arrowright.png") !important;background-size: 30px !important;background-repeat: no-repeat !important;background-position: center !important; width: 30px;}
.newssectionlatest button.owl-next {position: absolute;left: auto;top: -15px;right:0px; background-image: url("../png/arrowleft.png") !important;background-size: 30px !important;background-repeat: no-repeat !important;background-position: center !important; width: 30px;}
.newssectionlatest button.owl-prev span, .newssectionlatest button.owl-next span{font-size: 0px;}
.newssectionlatest .owl-nav {
width: 100%;
margin: 0px auto;
position: relative;
margin-top: 20px;
}

.topicsnewslatest{
 position: relative;   
}
.topicsnewslatest .owl-carousel, .owl-carousel .owl-item {
position: static;
}
.topicsnewslatest .owl-carousel .owl-stage-outer{
position: static;    
}
.topicsnewslatest .owl-nav{
position: static!important;     
}
.topicsnewslatest button.owl-prev {position: absolute;left: auto;top: -15px;right: 50px; background-image: url("../png/arrowright.png") !important;background-size: 30px !important;background-repeat: no-repeat !important;background-position: center !important; width: 30px;}
.topicsnewslatest button.owl-next {position: absolute;left: auto;top: -15px;right:0px; background-image: url("../png/arrowleft.png") !important;background-size: 30px !important;background-repeat: no-repeat !important;background-position: center !important; width: 30px;}
.topicsnewslatest button.owl-prev span, .topicsnewslatest button.owl-next span{font-size: 0px;}
.topicsnewslatest .owl-nav {
width: 100%;
margin: 0px auto;
position: relative;
margin-top: 20px;
}

.newssectionlatestupdate{
 position: relative;   
}
.newssectionlatestupdate .owl-carousel, .owl-carousel .owl-item {
position: static;
}
.newssectionlatestupdate .owl-carousel .owl-stage-outer{
position: static;    
}
.newssectionlatestupdate .owl-nav{
position: static!important;     
}
.newssectionlatestupdate button.owl-prev {position: absolute;left: auto;top: -15px;right: 50px; background-image: url("../png/arrowright.png") !important;background-size: 30px !important;background-repeat: no-repeat !important;background-position: center !important; width: 30px;}
.newssectionlatestupdate button.owl-next {position: absolute;left: auto;top: -15px;right:0px; background-image: url("../png/arrowleft.png") !important;background-size: 30px !important;background-repeat: no-repeat !important;background-position: center !important; width: 30px;}
.newssectionlatestupdate button.owl-prev span, .newssectionlatestupdate button.owl-next span{font-size: 0px;}
.newssectionlatestupdate .owl-nav {
width: 100%;
margin: 0px auto;
position: relative;
margin-top: 20px;
}
.downlaodpresskit {
    background: #6a305f;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 15px;
    margin-top: 20px;
    font-weight: 700;
}
.downlaodpresskit:hover{
    color: #d6c2c2;
}
.member-tabs-section.pressroom ul.nav.nav-tabs {
width: 100%;
}
.member-tabs-section.pressroom ul.nav.nav-tabs li.nav-item .nav-link {
    padding: 8px 46px !important;
    margin: 0px !important;
}
ul.pressul {
    padding: 16px !important;
    background: #F4F4F4;
    color: #000;
}
ul.pressul li a {   color: #000;}

 .member-tabs-section.pressroom .details ul li {
    list-style-type: none;
    border-bottom: 1px solid #e3b9b9;
    padding: 16px 0px;
}
.page-id-88771 .frame .box.active .color-overlay,.page-id-88804 .frame .box.active .color-overlay,.page-id-88810 .frame .box.active .color-overlay {
 background: none!important;
}

ul.toolscategory > li > label {
    font-weight: 700;
    font-size: 18px;
      padding-top: 20px;
}
.image.-event_label-pin, .image.-location-pin {
    display: inline-block;
}
.eventformblock,.topeventbutton {
    display: inline-block;
    margin:0px 25px!important;
}
i.fa-solid.fa-arrow-right.btn-arrow {
    padding-left: 25px;
}
a.btn.btn-primary.register {
    padding: 10px 20px!important;
}
.sponser-logo {
    float: right;
    margin: 0px 30px;
}
.single-newsroomcalendar .entry-content > div {
    width: auto!important;
}
.eventformblock {
    margin: 0px;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
    background: rgba(0,0,0,0.6)!important;
    background-position: bottom center;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  margin: 0px !important;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 0px auto;
  max-width: 100%;
}
.custom-model-wrap {
  display: block;
  width: 60%;
  position: relative;
  background-color: #fff;
  outline: 0;
  text-align: left;
  padding: 20px;
  max-height: calc(100vh - 0px);
margin: 0px auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
    position: absolute;
    right: 8px;
    top: -12px;
    cursor: pointer;
    z-index: 99;
    font-size: 36px;
    color: blue;
    padding: 2px 10px;
}
.label.color.-brand {
    padding-bottom: 20px!important;
}
.sponser-logo h4 {
    font-size: 24px;
}
.pop-up-content-wrap {

}

.pop-up-content-wrap input {
    margin-bottom: 0px!important;
}
.pop-up-content-wrap textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px!important;
}
.entry-content > div.eventformblock.bottombtn {
    padding: 0px!important;
    margin:0px!important; 
}
.bt50WidgetMap .map-select select {
height: auto!important;
    background-position: 99%!important;
}
ul.disc li {
    list-style-type: disc;
}
.summary__heading.pagetitle {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 40px;  
}
.content-area h3{
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    line-height: 40px;    
}
.content-area h4{
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 40px;      
}
.content-area h5{
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 40px;      
}
.single-newsroom_post h4 {
    font-size: 24px;
    padding-top: 5px;
}

h4.summary__heading {
    font-size: 24px;
}
.firstsection span {
    padding: 8px 14px;
    display: block;
    text-decoration: none;
    color: #3c86ab;
}
section.introsection-landingpage {
    padding: 25px 0px;
}
section.member-tabs-section.pressroom {
    padding: 0px 0px 0px;
}
.introsection-landingpage p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/* Press Room Tab Css*/
.tableft ul.pressul{padding:0px !important;}
.tableft ul.pressul li a {padding: 8px 14px;  display: block;     border-bottom: 1px solid #ddd; text-decoration: none;
}
.tableft ul.pressul li a:hover,.tableft ul.pressul li a.active {
    font-weight: 600;
    font-size: 16px;
    border-left: 7px solid #7F9834;
}
.member-tabs-section.pressroom .details.tabright ul li {
  padding: 10px 0;
    justify-content: space-between;
}
.member-tabs-section.pressroom .details.tabright ul li span,.member-tabs-section.pressroom .details.tabright ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.tab-pane .results-holder .toppresssection {
    display: block;
    width: 100%;
}
.member-tabs-section.pressroom .details.tabright ul li span a {   
    color: #000;}
.member-tabs-section.pressroom .details.tabright ul li  a {   
    color: #000;
}
ul li a.active::before{content:"";}
   
.tableft ul.pressul li:last-child a{border-bottom:0px;}
.member-tabs-section.pressroom .details ul li:last-child {border-bottom:0px;}

.single-press_release  .entry-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 30px !important;
    line-height: 40px;
    text-transform: capitalize;
    padding-bottom: 15px;
}

/* End Press Room Tab Css*/


.workforcenews .color-overlay {
    position: absolute;
    top: auto;
    bottom: 0;
    height: 60%;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.42) 48%, rgba(0,0,0,0.65) 74%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.42) 48%,rgba(0,0,0,0.65) 74%) !important;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.42) 48%,rgba(0,0,0,0.65) 74%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    opacity: 1;
}
.workforcenews h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px !important;
    line-height: 40px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-style: normal!important;
    font-weight: 400!important;
}
.topicsrightblock h5,.topicsrightblock p {
    color: #ffff;
}
.cardlisttopics.one {
    background: #75a72f;
}
.cardlisttopics.two {
    background: #6f055e;
}
.cardlisttopics.three {
    background: #1d6d9a;
    margin-bottom: 0px;
}
.cardlisttopics {
    margin-bottom: 15px;
    padding: 10px;
}
.workforcenews .descriptionblock-topics{
    position: absolute;
    bottom: 8%;
    color: #171717;
    left: 5%;
    z-index: 3;
}

#mega-menu-wrap-primary #mega-menu-primary > li.login > a {
background-color: #1d6d9a !important;
display: block!important;
padding: 12px 24px!important;
line-height: initial;
color: #FFFFFF !important;
text-transform: uppercase;
height: 40px!important;
border-radius: 0px!important;
font-size: 13px!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.signin a{
display: inline-block;!important;
padding: 12px 0px!important;
line-height: initial;
color: #5C5A5C !important;
text-transform: uppercase;
height: 40px!important;
border-radius: 0px!important;
font-size: 12px!important;
}

.signin span {
    color: #5C5A5C !important;
    font-size: 12px!important;
}
/* Join Page Css  */
.ready-to-join .bg-colored {
    background: #6a305f;
}
.ready-to-join {
    margin-bottom: 10px;
}

a.btn.downlaodbrochure {
    background: #7F9834;
    color: #fff;
    margin-bottom: 50px;
    font-size: 13px;
    padding: 13px 43px;
    font-weight: 600;
    border-radius: inherit;
}

.readies-joins h3.ourvalueheading {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    padding-bottom: 10px;
}
.readies-joins p {
    font-size: 17px;
    color: #fff;
    line-height: 30px;
}
.types_memberships .grey-block h3 a {
    display: block;
    color: #171717;
    font-size: 20px;
    line-height: 29px;
    text-decoration: none;
}
.insider-section .member-blocks h3 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 40px !important;
    font-family: 'Playfair Display';
}
.insider-section .member-blocks {
    padding: 8% 22% 10% 10%;
    background: #147497;
}
.insider-section .member-blocks p {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
}
.become-member-section {
    padding: 25px 0;
}
.become-member-section .ourvaluelist {padding-top:40px;}
.become-member-section p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
        color: #171717;
}
.featured-section  p:empty {
    display: none !important;
    
}
.featured-section p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
}
.featured-section h2.headsubheading {
    font-size: 40px !important;
    line-height: 58px;
}
.types_memberships .storyheading {
    font-size: 30px;
    line-height: 40px;
    color: #171717;
    padding: 30px 0;
}
.types_memberships .grey-block p {
    color: #171717;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}
.other_member-section .border-top_botm {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}
.line-height-0{line-height:0px;}
.border-top_botm h3 a {
    color: #147497;
    font-size: 25px;
    line-height: 29px;
    text-decoration:none;
    padding-bottom: 10px;
    display: block;

}
.border-top_botm p {
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans';
    color: #171717;
}
.other_member-section {
    padding: 50px 0;
}
.readies-joins {
    padding: 22px;
}
.searchandfilter ul li::before {
        content: ""!important;
        position: static;
}
.authors_contents p {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    font-family: 'Open Sans';
    font-style: italic;
    margin-bottom:0;
}
.comment-authors {
    background: #4a123f;
    display: flex;
    justify-content: space-between;

}
.author-profiles {
    opacity: 0.55;
    font-size: 14px;
    font-style:normal;
}
.authors_contents {
    padding: 40px 32px;
    padding-bottom: 15px;
}
.authors_img {
    padding: 40px 0px 40px 40px;
    width: 200px;
}
.author-names {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-family: 'Open Sans';
}
/* End Join Page Css */

/*  Home Page Css */

section.registersection h3.registration-heading.text-center, .registersection-logo .registration-heading {
    padding-bottom: 50px;
}
.partnersection .owl-centerdiv {
    width: 80%;
}

.registersection-logo .owl-centerdiv button.owl-prev{left: -104px;}
.registersection-logo .owl-centerdiv button.owl-next{right: -112px;}
.partnersection .owl-centerdiv button.owl-prev{left: -104px;top: 3px;}
.partnersection .owl-centerdiv button.owl-next{right: -112px;top: 3px;}
/* End Home Page Css */
/*  CAST Technology Page Css */
.selection-tools-section p{font-size:17px; line-height:30px;}
.selection-tools-section {
    padding: 40px 0;
}
.view-all-selection-tools .storyheading {
    font-size: 30px;
    line-height: 40px;
    color: #7F9834;
    padding: 0 0 30px 0;
}
.view-all-selection-tools .grey-block h3 {
    font-size: 20px;
    line-height: 29px;
    font-family: 'Open Sans';
    margin-bottom: 40px !important;
}
/*  End CAST Technology Page Css */

#statetmentpress .acc {
    margin: 0 auto;
    padding: 8px 14px;
    display: block;
    background: #F4F4F4;
}
#statetmentpress .acc .acc__title {
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.tableft #statetmentpress .acc ul.pressul li a {
    padding: 8px 0px;
}
#statetmentpress .acc .acc__card:last-child .acc__title{
border-bottom: none;
}
.description-section h3{
    font-family: 'Playfair Display', serif;
    font-size: 30px !important;
    line-height: 40px;
    color: #171717;
    padding-bottom: 20px;
}
.description-section p {
    padding-bottom: 10px;
    margin: 0px;
}
.description-section ul{
    padding-left: 20px!important;
    margin-top: 15px;
}
.page-template-page-pressroom span.iconright {
    width: 30px;
    height: 30px;
    margin: 0px 4px;
}
.page-template-page-pressroom span.iconright img {
    width: 30px;
    height: 30px;
    margin: 0px 30px;
}
.page-template-page-pressroom .tab-pane span.iconright img {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
ul.providers {
    margin: 0px 20px!important;
    margin-bottom: 20px!important;
}
section.description-providers p {
    margin: 0px;
}
section.ready-to-join.providersm20 {
    margin: 0px 65px;
}
.providerstop .selection-tools_banner{
    position: relative;
}
.providerstop .featuredbtn{
background: #DE9500;
font-size: 16px;
line-height: 31px;
padding: 28px 25px;
position: absolute;
bottom: 0px;
right: 0px;
width: 260px;
}

/* About Page Css */
.abouts-sections-intro .descriptionblock-2 h1{font-size: 40px !important; line-height:40px; margin-bottom:0px;}
.abouts-sections-intro .descriptionblock-2 p {line-height: 30px;  font-size: 17px;}
.abouts-sections-intro .descriptionblock-2 {top: 8%; left: 4%; color: #fff;    z-index: 10;}
.margin-setting { margin: -25px 30px 30px 30px;}
.leadin-state-partners {padding: 80px 0;}
.lead-lorel h4 { font-size: 30px; line-height: 40px;}
.lead-lorel p{font-size: 17px; line-height: 30px;}
.leadin-state-partners img { width: 100%; margin-bottom: 20px;}
.heading-contents h3, .heading-contents h3 a {color:#147497; font-size: 18px; line-height: 38px;text-decoration: none;}
.leading-partnered {
    position: relative;
    width: 100%;
}
.heading-contents {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
}
.heading-contentss h3, .heading-contentss h3 a {    text-align: center; color:#147497; font-size: 20px; line-height: 29px;text-decoration: none;}
.email-contavtc, .email-contavtc a, .mob-contavtc, .mob-contavtc a {
    text-align: center;
    color: #000 !important;
    font-size: 15px;
    line-height: 26px;
    text-decoration: none;
}
.image-section-partnerss img {
    width: 60%;
}
.pl-60{padding-left: 60px;}
.fourthes-sec .heading-contents, .fourthes-sec .email-contavtc, .fourthes-sec .email-contavtc a, .fourthes-sec .mob-contavtc, .fourthes-sec .mob-contavtc a {
    text-align: left;
    left: 14%;
}
.leading-partnered-donects {
    background: #147497;
}
.leading-partnered-donects .donects h3 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    padding: 35px;
    padding-bottom: 76px;
}
a.btn.featuredbtnd {
    background: #7F9834;
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 12px 45px;
    color: #fff;
    letter-spacing: 2.6px;
    font-weight: 600;
}
.leading-partnered-color .give-gift{ padding: 26px;}
.leading-partnered-color .give-gift p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
   
}
.leading-partnered-color .btn.featuredbtn {
    background: #7F9834;
    line-height: 24px;
}
.lates_press_room {
    padding: 80px 0 !important;
}
.leading-partnered-color{background:#01526F;}
.abouts-sections-intro .topleft {
    background: #7F9834;
    z-index: 10;
}
.page-template-page-aboutus section.member-tabs-section.pressroom.lates_press_room{
padding: 30px 0 !important;    
}
.intro-section.abouts-sections-intro .color-overlay {
    background: #000000 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 0.56;
    filter: blur(50px);
    width: 45%;
}
.page-template-page-aboutus div.color-overlay {
    position: absolute;
    top: 0;
    left: 6%;
    width: 100%;
    height: 94%;
    opacity: 0.5;
    z-index: 1;
}

/* End About Page Css */

.pressblockleft{
background: #147497;
color:#fff;
padding: 25px 36px;
padding-bottom: 67px;
}
.pressblockleft h4,.pressblocright h4 {
font-size: 25px;line-height: 33px;    
font-family: 'Playfair Display', serif;
color: #fff;
margin-bottom: 15px;
}
.pressblocright{
background: #7F9834;
color:#fff;
padding: 25px 36px;
}
.description-section .pressblockleft p,.description-section .pressblockleft p {
    padding-bottom: 18px;
    margin: 0px;
}

.member-tabs-section.pressroom ul.nav.nav-tabs {
    border-bottom: 2px solid #eaeaea!important;
}
.member-tabs-section.pressroom ul.nav.nav-tabs li{
    border-bottom: none!important;
}
.mdpress {
    background: #F4F4F4;
    padding: 20px 40px;
}
.mdpress .textblock{
font-size: 22px;
line-height: 30px;
color: #171717;
font-family: 'Playfair Display', serif;
}
.mdpress .textblock a{color:#147497!important; }

ul.social-icons.pressroom {
    padding: 0px;
    margin: 0px;
} 
.social-icons.pressroom a {
    padding: 6px!important;
    background: #147497!important;
    border-radius: 63px!important;
    padding: 7px 11px!important;
    margin-right: 6px!important;
    display: inline-block;
}
.social-icons.pressroom svg {
width: 20px!important;
    height: 20px!important;
}
.media-section .title{
    font-family: 'Playfair Display', serif;
    font-size: 30px !important;
    line-height: 40px;
    color: #171717;
    padding-bottom: 20px;
}    
.relativediv {
    position: relative;
}
.relativediv a {
    position: absolute;
    top: 35%;
    left: 38px;
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    width: 75%;
}
.relativediv img.arrow {
    float: right;
    padding-top: 12px;
}
section.media-section {
    padding: 60px 0px;
}
section.media-section h3 {
    font-size: 20px;
    line-height: 29px;
}
.tab-pane .results-holder .summerttext{
    display: none;
    font-size: 16px;
}

.member-tabs-section .details .summerttext p {
    font-size: 16px;
    padding-bottom: 0px;
}
.tab-pane .results-holder .summerttext.active {
    display: block;
}
.member-tabs-section.pressroom .details.tabright ul li .summerttext a {
    color: #3c86ab;
}

/* Start News Page template */


.newssectionlatest .items-divided {
    margin-bottom: 20px;
}
.newssectionlatest .items-divided h3 {
    font-size: 18px;
}
.personalized_content .dropdowns-btns-sections select {
    background: #F4F4F4 url(../png/96810.png);
    padding: 23px !important;
    font-size: 15px;
    color: #171717;
    line-height: 19px;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: 94%;
}
.thought_leadership {
    padding-top: 10px;
    margin-bottom: 20px;
}
.latest-btns .btn.featuredbtn {
    background: #7F9834;
    padding: 15px 55px;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 3.2px;
    border-radius: 0;
}
.dates_s {
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #5C5A5C;
    font-weight: 600;
}
.headings_pers {
    font-size: 18px;
    line-height: 25px;
    color: #171717;
    font-family: 'Open Sans';
    font-weight: 600;
    padding-top: 0;
    margin-bottom:0px;
}
.desc-personalities {
    color: #171717;
    font-size: 15px;
    line-height: 25px;
}
.settings_sections_content {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.d-flesing {
      margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    align-items: center;
    display: flex;
}
.banner-images-add-section {
    background: #837766;
    padding: 10px;
    text-align: center;
    margin: 50px 0;
    margin-bottom: 15px;
}
.banner-images-add-section p{
font-size: 12px;color: #171717;

}
.banner-images-add-section h4 {
    font-size: 32px;
    line-height: 43px;
    color: #fff;
    padding: 60px;
    font-family: 'Playfair Display';
}
.personalized_content a.btn.featuredbtn {
    background: #7F9834;
    border-radius: 0;
    padding: 13px 55px;
    font-size: 13px;
    letter-spacing: 2.5px;
    text-transform:uppercase;
    font-weight:600;
}
.events_section_page .events_named h4 {
    font-size: 12px;
    letter-spacing: 2.5px;
    line-height: 25px;
    color: #5C5A5C;
    text-transform: uppercase;
    margin-bottom: 0;
}
.events_section_page .btn.featuredbtn {
    background: #7F9834;
    letter-spacing: 3.2px;
    font-size: 16px;
    line-height: 31px;
    border-radius:0px;
    padding: 15px 55px;
}
.page-template-page-newsnew .events_section_page .btn.featuredbtn {
    background: #7F9834;
    letter-spacing: 3.2px;
    font-size: 16px;
     line-height: 1.42857143!important;
    border-radius: 0px;
    padding: 13px 55px;
    background: #7F9834;
    border-radius: 0;
    padding: 13px 55px;
    font-size: 13px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
    height: auto;
}
.col-network_eng {
    display: flex;
    background: #7F9834;
    padding: 20px;
    align-items: center;
}
.newtwork_img {
    position: relative;
}
.content_networksed h3 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}
.padding-lessted {
    padding: 0 45px;
    margin-top: -109px;
}
.colo-6A305F{background:#6A305F;}
.colo-147497{background:#147497;}
.content_networksed p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}
.events_named .ulisted ul li .image-icons i {
    padding-right: 11px;
}
.events_named {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    position: relative;;
}

.calender-color {color:#7F9834;}
.time-color {color:#147497;}
.maker-color {color:#7F9834;}
.events_dateds {
    font-size: 12px;
    line-height: 25px;
    color: #5C5A5C;
    font-weight: 700;

}
.grid-view .events_dateds {
    display: inline-block;    
}

.events_named .ulisted ul li .image-icons {
    display: flex;
    align-items: center;
}
.events_named .ulisted ul li {
    list-style: none;
    display: inline-block;
    margin-right: 50px;
}
.events_section_page .events_named p,.events_section_page .events_named p a {
    font-size: 20px;
    line-height: 29px;
    color: #171717;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Open Sans';
        margin-bottom: 0;
}
.events_section_page {
    padding: 50px 0;
}
.personalized_headings h4 {
    font-size: 30px;
    line-height: 40px;
    color: #171717;
    font-family: 'Playfair Display';
    margin-bottom: 13px;
}
.images-d-flexinf img {
    width: 100%;
}
section.network_advocacy {
    padding-bottom: 80px;
}


/* End news Page template */
.lates_press_room .col-lg-12.details.tabright {
    padding: 10px 13px 25px 13px;
}

.page-template-page-aboutus .latest-insights .owl-carousel {
    padding: 0px 5px;
}
.page-template-page-events .events_section_page {
    padding: 0px!important;
}

/* End Resource Page Css */
.bg-color-blues h5 {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    font-family: 'Playfair Display';
    padding: 50px 13px;
}
.parareds {
    font-size: 14px;
    line-height: 36px;
    color: #171717;
}
.parareds_ahref a {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    color: #147497;
    text-decoration: underline;
}
.d-flexed {
    display: flex;
    justify-content: space-between;
    align-items: center;
        border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.parareds img {
    width: 50%;
    float: right;
        padding-bottom: 22px;
}

.parareds_tags {
    font-size: 14px;
    line-height: 60px;
    color: #171717;
    font-weight: 700;
}
.parareds_tags span {
    font-size: 14px;
    line-height: 60px;
    color: #171717;
    font-weight: 400;
}
.bg-color-blues {background:#147497;}
.resource-filtered_result .resource-database-filters-form-holder  .acc__title {
    color: #171717;
    font-weight: 700;
}
.resource-filtered_result .resource-database-filters-form-holder .form-check-label.cursor-pointer {
    font-size: 14px;
    line-height: 37px;
    color: #171717;
}
.resource-filtered_result .accordionmain .cont .pretty {
    margin-bottom: 26px;
}
.resource-filtered_result .accordionmain .acc__panel{padding-left:0px; margin-top: 25px;}
.resource-filtered_result .accordionmain .pretty .state label:after, .resource-filtered_result .accordionmain .pretty .state label:before{    background-color: #D3D3D3;}
.resource-filtered_result .accordionmain .pretty input:checked~.state.p-success label:after, .resource-filtered_result .accordionmain .pretty.p-toggle .state.p-success label:after {
    background-color: #94a194!important;
    width: calc(0.4em + 4px);
    height: calc(0.4em + 5px);
    top: 0.5px;
    left: 4px;
}
.grayed_colored {
    background: #F4F4F4;
}
.grayed_colored .resource-database-filters-form-holder h5 {
    color: #147497;
    font-size: 16px;
    line-height: 29px;
    font-weight: 700;
}
.grayed_colored .acc__title.active::after{
     transform: rotate(-90deg);
}
.grayed_colored  .acc .input-holder100:last-child .acc__title{border-bottom:none;}
.grayed_colored .acc__title::after {
    width: 25px;
    content: " ";
    background-image: url(../png/arowleft-2.png);
    position: absolute;
    left: auto;
    top: 15px;
    background-repeat: no-repeat;
    height: 25px;
    background-size: 100% 100%;
    transform: rotate(90deg);
    background-position: top right;
    line-height: 0;
}
.ul-paginations li {
    list-style: none;
    display: inline-block;
    margin:0 7px;
}
.ul-paginations li a {
    border: 2px solid #7f9834;
    padding: 5px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: block;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
}
.ul-paginations li a.active, .ul-paginations li a:hover {
    background: #7f9834;
    color: #fff;
}
.d-flexed:last-child {
    border: none;
}


/* CAST Application Page */
.onlineproceesed_blocks li {
    justify-content: space-between;
    align-items: center;
    display: inline-block;
    /*width: 32.33%;*/
        width: 35.33%;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}
.onlineproceesed h4 {
    font-family: 'Playfair Display';
    margin-bottom: 20px;
}
.onlineproceesed_business h4 {
    color: #147497;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.onlineproceesed_blocks .state.p-success label {
    font-weight: 600;
    font-size: 15px;
    padding-left: 15px;
} 
.onlineproceesed_func h4 {
    color: #7F9834;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 40px;
}
.onlineproceesed_blocks .pretty .state label:after, .onlineproceesed_blocks .pretty .state label:before{background-color:#ddd; width: calc(1.2em + 2px);    height: calc(1.2em + 2px);}
.onlineproceesed_blocks {
    border-bottom: 1px solid #ddd;
    margin-bottom:30px;
}
.onlineproceesed_blocks ul.blocl_ulist li {
    display: block;
}
.new-btn-prod a.btn.featuredbtn,.new-btn-prod  input.featuredbtn{
    background: #7F9834;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 0;
}
input#edit-submit-taxonomy {
align-items: center;
    text-transform: uppercase;
    padding: 11px 42px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.onlineproceesed_blocks .pretty input:checked~.state.p-success label:after, .onlineproceesed_blocks .pretty.p-toggle .state.p-success label:after {
    background-color: #7f9834;
}

li.tml-lostpassword-link {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px!important;
}
/* End CAST Application Page */

/* Advocacy Page */
.advocacy_secton-news .desc {
   
    padding: 5% 12%;
        background: #147497;
}
section.gallery_advocacy_secton-news h6 {
    font-size: 25px;
    line-height: 35px;
    color: #171717;
    font-weight: 600;
    padding: 20px 0;
}
.para_compred_forms h4 {
    font-size: 20px;
    line-height: 35px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #171717;
}
.para_compred_forms .form-making_compress .form-group{width:100%; margin-right: 0;}
.para_compred_forms .form-making_compress .form-group input, .para_compred_forms .form-making_compress .form-group textarea {background: #F4F4F4; padding: 30px 14px;  font-weight: 900;  color: #171717; border-radius:0;    margin-bottom: 0;}
.marg-less {
    margin-right: 0px;
    margin-left: 0px;
}
.col-sm-12.btn-msgs input {
    padding: 0 !important;
    line-height: 45px !important;
    height: auto;
    background: #147497 !important;
    color: #fff !important;
    letter-spacing: 2.6px;
    font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 600;
}
.form-horizontals .form-group .pretty .p-success label {
    font-size: 14px;
    line-height: 12px;
    color: #171717;
    font-weight: bolder;
    padding-left: 10px;
}
.view-allso a.btn.featuredbtn {
    background: #7F9834;
    font-weight: 700;
    padding: 15px 62px;
}
.form-horizontals .pretty .state label:after, .form-horizontals .pretty .state label:before {
    content: '';
    width: calc(1.5em + 2px);
height: calc(1.5em + 2px);}
.para_compred p {
    font-size: 17px;
    line-height: 30px;
    color: #171717;
    font-family: 'Open Sans';
}
.infrastructure_ntwrk  .col-network_eng{ justify-content: space-between;}
/* End Advocacy Page */

/* Public Campaigns & Messaging Page */
.explore_site a {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2.8px;
    font-weight: 700;
    color: #171717;
    text-decoration: underline;
}
.colo-bg-grenniesh{background:#7F9834 !important;}
.strategy_advocacy .col-network_eng{padding:40px;}
a.learned_mored {
    background: #4A123F;
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 2.4px;
    font-family: 'Open Sans';
}
.messaging_toolkit.member-section.about .member-block {
    padding: 100px 61px!important;
    padding-right: 100px!important;
}
/* End Public Campaigns & Messaging Page */

.leadin-state-partners .owl-centerdiv button.owl-prev,.leadin-state-partners .owl-centerdiv button.owl-next {
    top: 100px;
}
.leadin-state-partners .owl-centerdiv {
    width: 90%;
}
.leadin-state-partners .owl-centerdiv button.owl-prev {
    left: -52px;
}
.leadin-state-partners .owl-centerdiv button.owl-next {
    right: -50px;
}

/* News page Update */
.member-recommended {
    background: #F4F4F4;
    padding: 15px;
    margin-top: 0px;
}
.page-id-72338 .latest-insights.pb-0.newssectionlatest.newspage .items-divided h3 {
   
    height: 55px;
    overflow: hidden;
}
.member-recommended h4 {
    font-size: 20px;
    line-height: 27px;
    font-family: 'Playfair Display';
}
.member-recommended .news-four-colun h4 {
    font-size: 15px;
    line-height: 20px; 
font-weight: 600;   
}
.news-four-colun {
    border-bottom: 1px solid #ddd;
    margin: 15px 0 !important;
}
.member-recommended .news-four-colun h2 {
    font-size: 11px;
    line-height: 1px;
    font-family: 'Open Sans';
}
.news-four-colun:last-child{border-bottom:none;}
.member-recommended.stay-connetcse{margin-top:10px;}
.padding-lessteds .col-network_eng {
    justify-content: space-between;
    padding:10px 20px;
}
/* End New Page Update */

.events_section_page .twitter-timeline{
    height: 645px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.contnts-blcked {
    background: #F4F4F4;
    padding: 25px;
    box-sizing: border-box;
    min-height: 360px;
    position:relative;
    margin-bottom:30px;
}
.designation {
    padding-bottom:30px;
    color: #171717;
}
.contnts-blcked h3 {
    font-size: 20px;
    line-height: 29px;
    color: #7F9834;
    margin-bottom:20px !important;
}
.contnts-blcked a,.contnts-blcked span {
    color: #171717;
    font-size: 15px;
    line-height: 26px;
    /*position: absolute;*/
    bottom: 40px;
}
.contnts-blcked span {
position: absolute;
    bottom: 40px;
}
a.staffhover:hover {
    text-decoration: none;
}
.contnts-blcked:hover {
    background: #7F9834;
    text-decoration: none;
}

.contnts-blcked:hover h3, .contnts-blcked:hover a, .contnts-blcked:hover .designation,.contnts-blcked:hover  span  {color:#fff;}
.contnts-blcked:hover .designation,.contnts-blcked.active .designation {text-decoration: none;color: #fff;}
.contnts-blcked.active {
    background: #7F9834;
    text-decoration: none;
}
.contnts-blcked.active h3, .contnts-blcked.active a, .contnts-blcked.active .designation {color:#fff;}
.staffpage.member-tabs-section .nav-tabs .nav-link.active {
    color: #fff!important;
    background-color: #7F9834;
    border-radius: 0px!important;
}
.contnts-blcked.active span{
color: #fff;    
}
.Featured-section .desc p {
    color: #fff;
    min-height: 128px;
}
.staffpage.member-tabs-section .col-md-12.left-blockmember {
    padding-left: 0px;
    padding-top: 15px;
}
.header-staff {
    background: #147497;
    padding: 25px 50px;
    color: #fff;
}
.header-staff .member h2 {
    margin-bottom: 0px;
}
.header-staff .staffimage {
        width: 200px;
        height: 200px;
        background-repeat: no-repeat!important;
        background-position: center center!important;
        background-size: 248px!important;
        border-radius: 55%;
}
.header-staff  .member p {
    padding: 0px;
    margin: 0px;
}
.header-staff .contacts .data {
   display: inline-block;
   width: 27.33%;
   margin-top: 25px;
}
.header-staff .contacts .data:last-child {
    float: right;
}
.header-staff .contacts .data a{
    color: #fff;
    position: relative;
    width: 100%;
    display: flex;
}
.header-staff .contacts .data a i{
        width: 30px;
    height: 30px;
    background: #fff;
    color: #147497;
    padding: 0px;
    border-radius: 46%;
}
.header-staff .contacts .data a i:before {
    position: absolute;
    top: 7px;
    left: 6px;
}
.header-staff .contacts .data a.facebook i:before {
    left: 9px;
}
.contacts .data a span {
    position: absolute;
    left: 44px;
}
.header-staff  .social a {
    display: inline-block!important;
    width: 38px!important;
}
.page-template-page-aboutus section.member-section a.btn.featuredbtnd {
    background: #4A123F!important;
}
.page-template-page-aboutus .member-section.block2  .member-block {
      padding: 14% 50px!important;
    padding-right: 18%!important;
}
.newstop .intro p {
    font-size: 17px;
}
section.online-selection-processed {
    padding-bottom: 25px;
}
.onlineproceesed h4 {
    font-family: 'Playfair Display';
    margin-bottom: 20px;
    font-size: 30px;
    margin: 36px 0px;
}
.online-selection-processed p {
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.workforce-block {
    background: #6A305F;
    position: relative;
    padding: 95px 40px!important;
    color: #fff;
}
.workforce-block a.btn.featuredbtnd {
    background: #4A123F!important;
    border-radius: initial;
    margin-top: 25px;
    white-space: inherit;
}
.workforcelistcard .cardlisttopics.one {
    margin-right: 10px;
}
.workforcelistcard .cardlisttopics {
    padding: 29px;
    width: 49%;
    display: inline-block;
    position: relative;

}
.workforcelistcard .content_networksed {
    position: absolute;
    bottom: 15px;
    right: 13px;
}
.cardlisttopics h5 {
    font-size: 22px;
    font-family: 'Playfair Display', serif;
}
.workforce-block p {
    margin-bottom: 0px;
}

.workforcenews .workforce-block h3{
margin-bottom: 15px!important;
}
.Featured-section .col-lg-7.featureleft .desc {
    display: block;
    padding: 4% 10%;
}

/* Cast Product Page */
.castwed_secton-news .colo-bg-grenniesh {background: #6A305F !important;}
.castwed_secton-news .desc {padding: 7% 10%;}
.banner_below_text_secton-news .desc{padding: 4% 10%;}
.banner_below_text_secton-news .desc p {
    color: #171717;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans';
}

.textblockmodule.banner_below_text_secton-news .description p {
        color: #171717;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans';
    text-align: left;
    margin-bottom:0px; 
}
.search-filter-results p.dateesc{
color: #5C5A5C!important;
font-size: 15px!important;
line-height: 30px!important;
font-family: 'Open Sans';   
font-weight: 500;
}

.textblockmodule ul {
    margin-left: 0px;
}
.textblockmodule.banner_below_text_secton-news .description ul li:before {
    content: ".";
    color: #147497;
    font-size: 70px;
    top: -2px;
    left: -5px;
    bottom: auto;
    line-height: 0;
    position: relative;
}
.textblockmodule.banner_below_text_secton-news .description  h4 {
    font-size: 20px;
    line-height: 29px;
    color: #5C5A5C;
}
.textblockmodule ul li {
    margin-bottom: 12px;
}
.textblockmodule.banner_below_text_secton-news .description  h3 {
    font-size: 20px;
    line-height: 29px;
    color: #5C5A5C;
}

.textblockmodule.banner_below_text_secton-news .description h1,.textblockmodule.banner_below_text_secton-news .description h2 {
    font-size: 30px;
    line-height: 40px;
    color: #171717;
    font-family: 'Playfair Display';
    margin-bottom: 10px;
}


.bg-grenned-contents {
    background: #7F9834;
    padding: 20px;
}
.menbered-pageged-cless {
    margin-left: 31px;
}
.member-section.about .menbered-pageged-cless .member-block {
    background: #147497 !important;
    padding: 75px 85px 75px 46px !important;
}
.activity-mmonitoring_selection .d-fle-colored {
    background: #F4F4F4;
    padding: 20px;
}
.d-fle-colored {
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-fle-colored .member-blocks p {
    font-size: 17px;
    line-height: 30px;
    color: #818181;
}

.latest_case_study_featured .d-fle-colored {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F4F4F4;
    padding: 10px;
}
.activity-mmonitoring_studies .member-blocks h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Playfair Display';
}

.d-fle-colored .member-blocks h3 {
    font-size: 25px;
    line-height: 32px;
    color: #171717;
    font-family: 'Playfair Display';
    margin-bottom: 15px !important;
}
.menbered-pageged-cless a.btn.featuredbtn {
    background: #01526F;
    border-radius: 0;
    padding: 14px 55px;
}
.bg-grenned-contents h3.storyheading {
    color: #fff;
    font-size: 25px;
    line-height: 33px;
    font-family: 'Playfair Display';
    margin-bottom: 280px !important;
}
.bg-grenned-contents .foter-bleo-cont a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
  text-decoration:underline;
}
/* End Cast Product Page */
/* Regulatory Rounded */
.eading-regulation h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px !important;
}
.eading-regulation p a {
    color: #147497;
}
.eading-regulation p {
    font-size: 17px;
    line-height: 30px;
}
.date_published-regulation {
    background: #F4F4F4;
    padding: 25px;
}
.d-flex-se {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.date_pub {
    font-size: 15px;
    line-height: 24px;
    color: #171717;
}
.date_pub_date {
    font-size: 15px;
    line-height: 24px;
    color: #171717;
    font-weight:700;
}
.href-linking a {
    color: #147497;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
}
.href-linking p {
    color: #171717;
    font-size: 15px;
    line-height: 24px;
}
.href-linking p span{
    font-weight:700;
}
.bg-changeds .date_published-regulation {
    background: #EBFAFF;   
}
/* End Regulatory Rounded */

.single-topic section.member-section.about .member-block{
padding: 8% 50px!important;
padding-right: 92px!important;
}

.single-topic .desc {
    display: block;
    padding: 8% 10%;
}
.single-topic  .desc {
    display: block;
    padding: 5% 10%;
    padding-bottom: 20px;
    min-height: 304px;
}
.single-topic  .Featured-section .desc p {
    color: #fff;
    min-height: 169px;
}

.page-template-page-castproduct .member-section.about .menbered-pageged-cless .member-block {
    padding: 45px 85px 75px 46px !important;
}
section.member-tabs-section.pressroom.lates_press_room.pt-2 {
    padding-top: 15px!important;
}

.single-newsroom_post h1.summary__heading {
font-family: 'Playfair Display', serif;
font-size: 30px !important;
line-height: 40px;
text-transform: capitalize;
color: #147497!important;
margin: 0;
padding: 0;
font-style: normal!important;
padding-bottom: 20px;
}

.online-selection-processed .textdescription {
    padding-bottom: 20px;
}


.page-template-page-castproduct .desc.colo-bg-grenniesh {
    min-height: 307px;
}

/* Regulatory Rounded */
.eading-regulation h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px !important;
}
.eading-regulation p a {
    color: #147497;
}
.eading-regulation p {
    font-size: 17px;
    line-height: 30px;
}
.date_published-regulation {
    background: #F4F4F4;
    padding: 25px;
}
.d-flex-se {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.date_pub {
    font-size: 15px;
    line-height: 24px;
    color: #171717;
}
.date_pub_date {
    font-size: 15px;
    line-height: 24px;
    color: #171717;
    font-weight:700;
}
.href-linking a {
    color: #147497;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
}
.href-linking p {
    color: #171717;
    font-size: 15px;
    line-height: 24px;
}
.href-linking p span{
    font-weight:700;
}
.bg-changeds .date_published-regulation {
    background: #EBFAFF;   
}
/* End Regulatory Rounded */


.datesde {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 2.4px;
    color: #5C5A5C;
}
.content_quality_measures_heading h3 {
    font-size: 30px;
    line-height: 40px;
    color: #147497;
    font-family: 'Playfair Display';
    margin-bottom: 10px !important;
}
.sub_heading_titles {
    font-size: 20px;
    line-height: 34px;
    color: #171717;
    font-weight: 600;
}
.datesde_img img{    
    margin-right: 10px;
    border-radius: 50%;
    width: 40px;
   }
.headings_perss{    font-size: 14px;
    line-height: 24px;
    color: #171717;
    font-family: 'Open Sans';
    font-weight: 600;
    padding-top: 0;
    margin-bottom: 0px;}
    .telhealtes {
    font-size: 17px;
    line-height: 30px;
    color: #171717;
    padding: 20px;
    font-style: italic;
        border-left: 10px solid #7F9834;
        position: relative;
}
.telhealtes:before {
    content: "â€œ";
    position: absolute;
    left: -21px;
    top: 82px;
    font-size: 320px;
    opacity: 0.11;
    font-family: 'Playfair Display';
    color: #147497;
}
.settings_sections_contents p span a {
    color: #147497;
    text-decoration: underline;
}
.he-2 {
    font-size: 20px;
    line-height: 29px;
    color: #5C5A5C;
}
ul.ulistedes li {
    list-style: none;
    padding-left:25px;
}

ul.ulistedes {
    position: relative;
}
ul.ulistedes li:before {
    content: ".";
    color: #147497;
    font-size: 70px;
    top: -2px;
    left: -23px;
    bottom: auto;
    line-height: 0;
    position: relative;
}
.partnersection  h3.registration-heading.text-center:after {
    content: "";
    height: 1px;
    background: #dddddd;
    width: 411px;
    position: absolute;
   top: 15px;
    right: 0px;
}
.partnersection  h3.registration-heading.text-center:before {
   content: "";
    height: 1px;
    background: #dddddd;
    width: 411px;
    position: absolute;
        top: 15px;
    left: 0px;
}
.partnersection  .personalized_headings h4 {
    color: #7F9834;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Open Sans';
}
.partnersection .registration-heading.text-center {
    color: #AF7807;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 3px;
    font-family: 'Open Sans';
}

section.registersection-logo h3.registration-heading.text-center{color:#5C5A5C; font-size:15px; line-height:25px;  font-family: 'Open Sans';}
.registersection-logo  h3.registration-heading.text-center:after {
    content: "";
    height: 1px;
    background: #dddddd;
    width: 450px;
    position: absolute;
   top: 15px;
    right: 0px;
}
.registersection-logo  h3.registration-heading.text-center:before {
   content: "";
    height: 1px;
    background: #dddddd;
    width: 450px;
    position: absolute;
        top: 15px;
    left: 0px;
}
.content_quality_measures_prof {
    border-top: 1px solid #f5e2e2;
    border-bottom: 1px solid #f5e2e2;
    padding: 10px 0px;
    margin: 15px 0px;
}

.single-newsroom_post .member-recommended {
    margin-top: 40px;
}

.single-newsroom_post .thought_leadership {
    padding-top: 5px;
    margin-bottom: 10px;
}

.single-newsroom_post .headings_pers {
    font-size: 14px;
    line-height: 25px;
    color: #171717;
    font-family: 'Open Sans';
    font-weight: 600;
    padding-top: 0;
    margin-bottom: 0px;
    padding-bottom: 6px;
}
.single-newsroom_post .personalized_headings h4 {
    line-height: 40px;
    color: #171717;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Playfair Display';
}

.recent {
    margin-top: 25px;
}
    
.onlineproceesed_func.emptysubcat h4 {
    margin-bottom: 15px;
}
.policy_platform .bg-color-blues p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    
}
.image-sections img {
    width: 70%;
}
.advocacy_goals {
    color: #7F9834;
}
section.tableset.membesr-tabs-section.pressrsoom ul#myTab {
    background: #F4F4F4;
}
section.tableset.membesr-tabs-section.pressrsoom ul#myTab li.nav-item {
    font-size: 14px;
    
    list-style: none;
    line-height: 31px;
    border-bottom: 1px solid #ddd;
}
section.tableset.membesr-tabs-section.pressrsoom ul#myTab li.nav-item a{
    
    color: #171717;
    border-radius: 0px !important;
    
}
section.tableset.membesr-tabs-section.pressrsoom .nav-pills .nav-link.active, section.tableset.membesr-tabs-section.pressrsoom .nav-pills .nav-link:hover {
    background: transparent;
    border-left: 7px solid #7f9834 !important;
}
section.tableset.membesr-tabs-section.pressrsoom ul#myTab li.nav-item:last-child{border-bottom:0px;}

.single-resources ul li.post-date {
    list-style-type: none;
}

.signupform{
background: #147497;
color: #fff;
}
.signupform h4{
    font-family: 'Playfair Display', serif;
    font-size: 20px !important;
    line-height: 27px;
    color: #FFFFFF;

}
.member-recommended.stay-connetcse.signupform {
    padding: 20px;
}
.member-recommended.stay-connetcse.signupform p{
font-size: 12px;  
color: #FFFFFF;  
}

.joinnews{
 background: #6A305F;
 color: #fff;
}
.joinnews h4{
    font-family: 'Playfair Display', serif;
    font-size: 20px !important;
    line-height: 27px;
    color: #FFFFFF;

}
section.add-section-images p {
    color: #171717;
    text-align: right;
    font-size: 12px;
}
.twitter-feeds .followus{
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #171717;
    margin: 0px !important;
    padding: 0px !important;
}
.joinnews p{
font-size: 12px;  
color: #FFFFFF; 
    margin-bottom: 35px; 
}
.twitter-feeds .social-icons a {
    padding: 6px!important;
    background: #147497!important;
}

.twitter-feeds .social-icons svg {
width: 20px!important;
    height: 20px!important;
}
.twitter-feeds ul.social-icons.list-reset {
    padding: 13px 0px;
    padding-bottom: 35px;
}
.personalized_headings p{
  font-size: 17px; 
  color: #171717;
  line-height: 30px;   
}
.joinnews a.btn.learnmore {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding-left: 0px;
    position: relative;
    width: 100%;
    text-align: left;
}

.joinnews  img.arrowrt {
    position: absolute;
    right: 0px;
    width: 17px;
    height: 17px;
}

.member-recommended.stay-connetcse.joinnews {
    padding: 20px;
}

input#input_10_3 {
    margin-bottom: 22px;
    border: none!important;
    color: #fff;
    background: #5f9ab0;
    border-radius: inherit;
}

input#input_10_3::placeholder{   
 color: #fff;

}
input#gform_submit_button_10 {
    width: 100%;
    background: #01526f;
    color: #ffff;
    border-radius: inherit;
    font-size: 16px;
     padding: 15px 55px;
    line-height: 31px;
    letter-spacing: 3.2px;
    border-radius: 0;
    font-weight: 600;

}
.mc4wp-response {
    padding-top: 10px;
}

.newssectionlatest.newspage .owl-carousel{
    padding-right: 15px;
}

.staffimageabout{
    width: 248px;
    height: 210px;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: 248px!important;
    border: 1px solid #efeaea;
}

.grayed_colored.searchblock {
    background: #F4F4F4;
    padding: 30px;
}

.searchandfilter label {
    width: 100%;
}


.search-filter-results p.dateesc {
    padding-bottom: 0px;
    margin-bottom: 10px;
    color: #5C5A5C;
}
.newssectionlatest.innerpost button.owl-prev,.newssectionlatest.innerpost button.owl-next{

    top: -70px;
}
.member-recommended.keyupdates {
    background: transparent;
}

.member-recommended.keyupdates {
    margin-top: 30px;
}
.datekey {
    color: #5C5A5C;
    font-size: 15px;
    line-height: 25px;
    margin: 0px;
    padding-bottom: 0px;
    font-weight: 600;
}
.heyheading{
    color: #7F9834;
    font-size: 20px;
    font-weight: 600;
    padding: 7px 0px!important;
    margin: 0px;
}

.member-recommended.keyupdates h4 {
    color: #171717;
    line-height: 27px;
    font-family: 'Playfair Display';
    margin-bottom: 10px !important;
    font-size:20px;

}

.keyupdates .news-four-colun {
    font-size: 15px;
    border-bottom: 1px solid #ddd!important;
}
.content_quality_measures .news-four-colun h5 {
    color: #7F9834;
    font-size: 15px;
    line-height: 27px;
}

.member-recommended.keyupdates  .content_quality_measures .news-four-colun{
    color: #7F9834;
    font-size: 15px;
    line-height: 27px;

}


.single-serialpost .member-recommended {
    margin-top: 30px;
}


.newssectionlatest.innerpost.serialmore {
    position: relative;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 25px!important;
    margin: 15px;
}
.inlinelistpost {
    display: inline-block;
    width: 49%;
}

.inlinelistpost label {
    display: inline-block;
    padding-right: 12px;
}
.inlinelistpost label {
    display: inline-block;
    padding-right: 12px;
    color: #5C5A5C;
    font-size: 14px;
}

.inlinelistpost .sharethis-inline-share-buttons {
    display: inline-block;
}
#st-1 .st-btn[data-network='linkedin'] {
    background-color: #0077b5;
    display: inline-block!important;
}
#st-1 .st-btn > img {

    margin: 0px!important;
}

.bulletin{
     margin-top: 0px!important;
}
.homeproviders{
    background: #7F9834;
}
.homeproviders .grey-block {

    padding: 17px 0px;
}

.homeproviders.relativediv a {
 position: static;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    width: 83%;
    padding: 20px;
}
.homeproviders .grey-block {
    display: flex;
    padding: 0px;
}

.relativediv.homeproviders a {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    width: 85%;
    padding: 15px;
}

.homeproviders img.arrowrt {
    display: inline-block!important;
    width: auto!important;
    position: absolute;
    right: 28px;
    top: 30px;
}

.homeproviders.silver img.arrowrt {
    display: inline-block!important;
    position: absolute;
    right: 11px;
    top: 26px;
    width: 16px!important;
}
.homeproviders.silver .grey-block {
    display: block;
    margin: 0px;
}
.homeproviders.silver img.arrowrt {
    display: inline-block!important;
    position: absolute;
    right: 13px;
    top: 16px;
    width: 16px!important;
}

.settings_sections_contents p {
    font-size: 17px;
    margin-bottom: 0px;
}

.settings_sections_contents ul li:before {
    content: ".";
    color: #147497;
    font-size: 70px;
    top: -2px;
    left: -23px;
    bottom: auto;
    line-height: 0;
    position: relative;
}

.settings_sections_contents  h4 {
    font-size: 20px;
    line-height: 29px;
    color: #5C5A5C;
}

.settings_sections_contents  h3 {
    font-size: 20px;
    line-height: 29px;
    color: #5C5A5C;
}

.settings_sections_contents h1,.settings_sections_contents h2 {
    font-size: 30px;
    line-height: 40px;
    color: #171717;
    font-family: 'Playfair Display';
    margin-bottom: 30px;
}

.searchandfilter h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 16px;
    display: inline-block;
    width: 80%;
}
}
.sfwppa-navi-style.sfwppa-style-4 .sfwppa-link, .sfwppa-navi-style.sfwppa-style-4 .sfwppa-current-page, .sfwppa-navi-style.sfwppa-style-4 .current, .sfwppa-navi-style.sfwppa-style-4 .sfwppa-pages.sfwppa-extend, .sfwppa-navi-style.sfwppa-style-4 .page-numbers {
    border-radius: 50%;
    width: 28px!important;
    height: 28px!important;
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
    color: #171717!important;
    }

.types_memberships h3 {
font-size: 25px;
color: #171717;
line-height: 35px;
}


.items-divided .grey-block h5 {
    padding-top: 10px;
}

.page-template-page-join .ready-to-join {
    margin-bottom: 120px!important;
}

.searchandfilter ul li.sf-field-search {
    display: none!important;
}
section.additional-section {
    padding: 26px 0px;
    padding-bottom: 10px; 
}
.sg-header .sg-title {
    padding-top: 19px;
    font-size: 30px!important;
    font-family: 'Playfair Display', serif;
    font-size: 35px !important;
    line-height: 40px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    font-style: normal!important;
    font-weight: 400!important;
}
input#sg_NextButton,input#sg_BackButton{
    background: #7F9834;
    padding: 15px 55px;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 3.2px;
    border-radius: 0;
}
.sg-question-set p span {
    font-size: 15px!important;
    padding-top: 10px!important;
    display: inline-block;
}
.sg-body p {
    font-size: 1.1em;
    line-height: 1.72222;
    margin: 0px!important;
    padding-bottom: 10px;
    font-size: 15px!important;
}

.single-topic p.dates_s {
    padding-top: 0px;
}

.page-template-page-join section.member-section.about .member-block {
    padding: 8% 50px!important;
    padding-right: 100px!important;
}

ul.ourvaluelist .becomedescription{
    color: #171717;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}

.page-template-page-join .linkjoin .comment-authors {
        padding: 32px 0px;
}

.linkjoin .comment-authors {
        padding: 25px 0px;
}
section.ready-to-join.linkjoin .readies-joins p {
    margin-bottom: 5px;
}

section.ready-to-join.linkjoin a.btn.featuredbtn {
    background: #4A123F;
}


section.ready-to-join.linkjoin a.btn.featuredbtn.btn:hover {
    color: #dce3ea;
}


 .page-id-106952 section.member-section.about .member-block {
    padding: 100px 61px!important;
    padding-right: 100px!important;
}

.personalized_content .settings_sections_content {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    min-height: 85px;
}
.pressroomcustom {
    padding: 0px 28px;
}


/* Corporate Partners */
.corporated-section-divisions h4 {
    color: #171717;
    font-family: 'Playfair Display';
    font-size: 30px;
    line-height: 40px;
}
.corporated-section-divisions p {
    font-size: 17px;
    line-height: 30px;    
    font-family: 'Open Sans';
}
.border-bottom-ddd {
    border-bottom: 1px solid #ddd;
}
.goldern-preg_partners h3.teamname {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Playfair Display';
    font-weight: 500;
    margin-bottom: 15px !important;
}
.goldern-preg_partners p {
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans';
}
.goldern-preg_partners p a {
    color:#147497;
}
.border-bottom-ddd .tab-imgese img {
    width: 50%;
    margin-bottom: 18px;
}
/* End Corporate Partners */

/* Cybersecurity White Paper */

    .ordered-listed-numbered ol {counter-reset: item;     padding-left: 0;}
    .ordered-listed-numbered li {display: block;    color: #666666;   }
    .ordered-listed-numbered li:before {content: counters(item, ".") " "; counter-increment: item; }
.ordered-listed-numbered ol li {
    color: #7F9834;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    font-family: 'Open Sans';
    margin-top: 20px;
}
.centered_posted h4 {
    color: #5C5A5C;
    font-size: 12px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
}
.page-cf-contents h4 {
    color: #171717;
    font-size: 20px;
    line-height: 27px;
    font-family: Playfair Display, Medium;
}
.centered_posted_left >p {
    color: #171717;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
}
.centered_posted_left h4 {
    color: #147497;
    font-size: 30px;
    line-height: 40px;
    font-family: Playfair Display, Medium;
    margin-bottom: 20px;
}
.ordered-listed-numbered ol li p span {
    margin-bottom: 20px;
    display: block;
}
.ordered-listed-numbered ol li p {
    color: #171717;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans';
    font-weight: 400;
    padding-top: 10px;
        border-bottom: 1px solid #ddd;
}
.ordered-listed-numbered ol li ol li {
    color: #5C5A5C;
    margin: 20px 0;
}

.usledes-ol-list li {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
    color: #147497 !important;
    font-weight: 600;
    padding: 10px;
        margin-bottom: 2px;
    border-bottom: 1px solid #ddd;
    text-decoration: underline;
}
.usledes-ol-list ol li ol li {
    color: #5C5A5C !important;
}
.usledes-ol-list ol {counter-reset: item;     padding-left: 0;}
    .usledes-ol-list li {display: block;    color: #666666;   }
    .usledes-ol-list li:before {content: counters(item, ".") " "; counter-increment: item; }



/* End Cybersecurity White Paper */

.tab-imgese img {
    width: 65%;
}

.tab-imgese {
    margin-bottom: 25px;
    margin-left: 25px;
}

.Keyupdats{
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 20px!important;
    margin: 10px 0px;
}

.Keyupdats .summerydata p {
    color: #171717;
    font-family: 'Open Sans';
    line-height: 30px;
}

.single-serialpost .content_quality_measures .news-four-colun {
    border-bottom: 1px solid #ddd;
    padding: 5px 15px;
}

.wpulike-default button.wp_ulike_btn {
    background-color: #7F9834!important;
    min-height: 30px;
    color: #fff!important;
    min-width: 50px;
    padding: 5px 35px 5px 15px!important;
}

.wpulike-default button.wp_ulike_btn span{
display: flex;
    width: 100px;
    font-size: 14px!important;
    font-family: 'Open Sans';
    font-weight: 600;
}

.single-serialpost .inlinelistpost{
    width: 25%;
}
.keyupdates .news-four-colun:last-child {
    border-bottom: none!important;
}


.leftpost label{font-size: 16px;
    font-family: 'Playfair Display';

}
.inlinelistpost.d-lg-flex.align-items-left {
    width: 49%;
}
items-center.justify-content-end label {
    font-size: 16px;
    font-family: 'Playfair Display';
}

.page-id-87354  .feedairticle .col-lg-6 {
    padding: 4px 15px;
}

.wpulike-default .count-box {
    display: none!Important;
}

p.alert.alert-info.fade.in {
    opacity: 1;
    font-size: 14px!important;
    background: transparent;
    color: #000;
    border: navajowhite;
}
p.wp_ulike_btn.wp_ulike_put_text.wp_post_btn_111819 {
    position: relative;
    background-color: #7F9834!important;
    min-height: 30px;
    color: #fff!important;
    min-width: 50px;
    padding: 5px 50px 5px 15px!important;
}
p.wp_ulike_btn.wp_ulike_put_text.wp_post_btn_111819:after {
    content: "";
    position: absolute;
    right: -22px;
    background: url(https://dev-leadingage-wp.pantheonsite.io/wp-content/themes/go/img/recommend.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    filter: brightness(0.1) invert(1);
    top: 9px;
}
p.wp_ulike_btn.wp_ulike_put_text.wp_post_btn_111819 a {
    color: #fff;
    line-height: 28px;
    font-size: 14px!important;
    font-family: 'Open Sans';
    font-weight: 600;
}
}

.banner-images-add-section1 {
    padding: 10px 0px;
    text-align: center;
    margin: 50px 0;
    margin-bottom: 0px;
}
.banner-images-add-section1 img{
width: 100%;
}

.wpulike-notification{
    display: none;
}

.single-shortbulletin .settings_sections_contents .col-lg-12 {
    padding-left: 0px;
}

 .types_memberships.body_gridthree .grey-block h3 {
    font-size: 20px;
    color: #171717;
    line-height: 35px;
}
 .types_memberships.body_gridthree .grey-block p {
    font-size: 13px;
    line-height: 20px;

}

.tabclass .settings_sections_contents ul li {
    list-style: none;
    padding-left: 13px;
}


.tabclass .settings_sections_contents h1,.tabclass  .settings_sections_contents h2,.tabclass .settings_sections_contents h2{
    font-size: 22px;
    line-height: 40px;
    color: #7F9834;
    font-family: 'Playfair Display';
margin-bottom: 0px;
}

.summery-text {
    padding-bottom: 25px;
}
.body_gridthree .grey-block {
    padding-top: 9px;
}
.searchblock li.sf-field-reset p {
    display: inline-block;
}

.resource-filtered_result_para {
    width: 100%;
}
.searchblock li.sf-field-reset h4 {
    width: 78%;
}

.searchblock .accordionmain {
    width: auto!important;
    padding: 0px!important;
}

.searchblock .pretty .state label.sf-label-checkbox {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px);
    width: auto!important;
}
.searchblock.resource-filtered_result i.icon.mdi.mdi-check {
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0;
}
.searchblock.resource-filtered_result .accordionmain .cont ul li.pretty {
    margin-bottom: 26px;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1;
    position: relative;
}
.searchblock.resource-filtered_result label.sf-label-check:before,.searchblock.resource-filtered_result label.sf-label-check:after {
    background-color: #D3D3D3;
    border-radius: 100%;
    border-color: #bdc3c7;
    content: '';
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - 8%);
}
.searchblock.resource-filtered_result span.sf-count {
    display: none!important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    margin: 0 0 0 0px!important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
display: initial!important;    
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 4px;
    }

.page-id-93975 .types_memberships .grey-block h3 a {
    display: block;
    line-height: 29px;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #171717;
    margin: 0 !important;
    padding: 0;
    font-weight: 500;
}

a.search-filter-reset {
    position: absolute;
    top: 18px;
    right: 0px;
}

li.sf-field-reset {
    position: relative!important;
}
li.sf-field-reset .grayed_colored .acc__title::after{
       position: static!important;
       background-image: none!important;
}
li.sf-field-reset .acc__title{
    border-bottom: none!important;
}

.site-footer__inner ul.social-icons {
    padding-bottom: 0px!important;
}

.grayed_colored .sf-field-reset .acc__title::after,.grayed_colored .sf-field-sort_order .acc__title::after {
    display: inherit;
    width: 0px!important;
    background: none!important;
    position: static!important;
}
.sf-field-reset .acc__panel,.sf-field-sort_order .acc__panel{
    display: inline-block!important;
}

select.sf-input-select {
    position: absolute;
    top: 18px;
    right: 0px;
    width: 36%;
}

.postid-110321.single-topic section.member-section.about .member-block{
        padding: 15% 50px!important;
            padding-right: 92px!important;
}
li.sf-field-reset {
    max-height: 50px;
}

li.sf-field-sort_order {
    max-height: 50px;
    margin-bottom: 50px!important;
}

.sf-field-sort_order ul {
    position: absolute;
    top: 2px;
    right: 0px;
    display: flex;
}

.searchandfilter .sf-field-sort_order ul li {
    padding: 5px 0;
    display: flex;
}

.sf-field-sort_order ul  li.sf-level-0.sf-option-active label {
    color: #fff;
}

.sf-field-sort_order ul li.sf-level-0.sf-option-active label {
    color: #fff;
    margin: 0 0 0 4px;
    padding: 8px 13px;
    border-radius: 8px;
    background: #7f9833;
    font-size: 14px;
}
.sf-field-sort_order ul li.sf-level-0 label {
    padding: 8px 13px;
    font-size: 14px;}

.searchandfilter .sf-field-sort_order ul li input {
    position: absolute;
    margin: 0;
    opacity: 0;
}

.single-topic .Featured-section .desc p {
    min-height: 128px!important;
}
form#searchform {
    position: relative;
}

.search-modal.active .search-modal-inner {
    box-shadow: none!important;
}



 .search-modal.active  .searchres {
    padding: 16px 20px;

}


/* AdvocacyPage New */
.desc .breadcrum ul li {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 10px;
    line-height: 30px;
    opacity: 0.68;
    position:relative;
}
.desc .breadcrum ul li:first-child{padding-left:0px;}
.desc .breadcrum ul{margin-bottom:0px;}
.desc .breadcrum ul li a{color:#fff;}
.desc .breadcrum ul li:after {
    content: ">";
    position: absolute;
    left: -6px;
}
.page-id-87354  .advocacy_secton-news .desc {
    padding: 4.6% 9%;
    background: #147497;
}
.page-id-87354 .headsubheading {
    font-family: 'Playfair Display', serif;
    font-size: 36px!important;
    color: #fff;
    line-height: 48px;
}
.desc .breadcrum ul li:first-child:after{content:"";}
.desc .breadcrum ul li:last-child{text-decoration:underline;}
.banner_advocacy_secton-below p {
    font-size: 17px;
    line-height: 30px;
    color: #171717;
    text-align: center;
}
a.whatucan {
    background: #7F9834;
    padding: 15px 45px;
    letter-spacing: 3.2px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 31px;
    margin-right:15px;
}
a.whatwdoing {
    background: #6A305F;
    padding: 15px 45px;
    letter-spacing: 3.2px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 31px;
}
.tes-btns{text-align:center;}
.page-id-87354 .banner_advocacy_what_you_can_do h2.headsubheading {
    color: #171717 !important;
}
.page-id-87354 .banner_advocacy_what_you_can_do p {
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans';
    color: #171717;
}
.page-id-87354 .lates_press_room {
    padding: 50px 0 0 0 !important;
}
.page-id-87354 .lates_press_room .storyheading {
    color: #147497;
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom:10px !important;
}
.page-id-87354  .member-tabs-section.pressroom .details.tabright ul li span, .page-id-87354 .member-tabs-section.pressroom .details.tabright ul li a{font-size:20px; line-height:29px;}
.page-id-87354 .member-tabs-section.pressroom .details.tabright ul li {
    padding: 20px 0;
    
}
h6.heade-h6 {
    font-size: 25px;
    line-height: 35px;
    color: #171717;
    font-weight: 600;
    margin: 10px 0;
}
h4.heade-h4 {
    color: #147497;
    font-size: 25px;
    line-height: 29px;
    margin: 20px 0;
    font-weight: 700;
}
.latest_leading_age0 .storyheading {
    color: #147497;
    font-weight: 700;
    font-family: 'Open Sans';
    font-size: 25px;
    line-height: 29px;
}
section.tool_kits_resource {
    padding-top: 40px;
}
.member-recommended.top-0 {
    margin-top: 0px;
    padding: 0;
}
.campainsed h4 {
    color: #147497;
    font-size: 25px;
    line-height: 29px;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-bottom: 19px;
}
.member-recommended.top-0 h4 {padding:15px; }
.member-recommended.top-0 .news-four-colun h4 {
    color: #171717;
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    
}
/* End AdvocacyPage New */
.rotedes-images {
    transform: rotate(90deg);
}
.page-id-99782 .textblockmodule.banner_below_text_secton-news .description ul li:before {
    color: #147497 !important;
}
.page-id-99782  .mdpress .textblock  br{display:none;}
.page-id-99782  .mdpress .textblock {
font-size: 19px;}
.page-id-99782 .textblockmodule.banner_below_text_secton-news .description ul{padding-left:0px !important;}
.go-back_btns {
    padding: 50px 0;
}
.go-back_btns a {
    display: flex;
    align-items: center;
}
.postid-124681 .reportblock p.reporttext {
    font-weight: 400;
    font-size: 17px;
    color: #818181;
    padding: 0;
    margin: 0;
    line-height: 28px;
    padding-bottom: 14px;
        font-family: 'Open Sans';
}
.go-back_btns a span {
    padding-left: 17px;
    letter-spacing: 2.4px;
    font-size: 12px;
    line-height: 25px;
    color: #5C5A5C;
    font-family: 'Open Sans';
    font-weight: 600;
}
.page-id-106952 .gallery_advocacy_secton-news .col-lg-12.col-xs-12.gay_eatureright {padding: 0;}
.page-id-106952 .gallery_advocacy_secton-news .col-lg-12.col-xs-12.gay_eatureright h6{font-size: 30px;   font-family: 'Playfair Display'; line-height: 40px;}
.page-id-106952 .padding-lessteds .col-network_eng {
    justify-content: space-between;
    padding: 40px 20px;
}
.page-id-106952 section.gallery_advocacy_secton-news.mt-4{margin-top:0px !important;}
 .page-id-85632 .resource-filtered_result h5.with-line {
    font-size: 18px;
    padding-top: 20px;
}

 .page-id-85632 .resource-filtered_result .parareds_ahref {
    margin-bottom: 20px;
}

 .page-id-85632 .resource-database-results-holder {
    padding-top: 25px;
}



/* Calender Page css*/ 

.events-calender-pages .d-flexed {
    display: block;
   border-bottom:1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
}
.leadingage_esventd {
    color: #5C5A5C;
    font-size: 10px;
    line-height: 25px;
    letter-spacing: 2px;
}
.events-calender-pages .d-flexed:hover{ background: #F4F4F4;}
.leadingage_esvent {
    background: #7F9834;
    color: #fff;
    display: inline-block;
    padding: 0 15px 2px 8px;
    font-size: 10px;
    line-height: 21px;
    font-family: 'Open Sans';
}
.leadingage_esvent img {
    padding-right: 5px;
}
.events_named p a {
    font-size: 20px;
    line-height: 29px;
    color: #171717;
    font-family: 'Open Sans';
    max-width: 500px;
    display: inline-block;
    font-weight: 600;
    padding-top: 10px;
}
.events-calender-pages  a.btn.btn-primary.regbtn {
    padding: 10px 20px!important;
    background-color: #147497;
    border-color: #147497;
    margin-right: 20px!important;
    font-size: 13px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.6px;
}
.events-calender-pages  .goldern-preg_partners p{margin-bottom:0px;}
.events-calender-pages  .events_named{border-bottom:0px;}
.events-calender-pages .ulisted ul{margin-bottom:0px;}
.events-calender-pages .d-flexed .calender-color, .events-calender-pages .d-flexed  .maker-color {
    color: #147497;
}
.events-calender-pages .d-flexed  .time-color {
    color: #6A305F;
}


.leadin-state-partners.staes-wise .email-contavtc a {
    color: #306F96 !important;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
    display: block;
}



.page-id-93975 .types_memberships .grey-block h3 a{

color: #147497!important;    

}

.page-id-93975  .readies-joins {
    padding: 22px;
    padding-bottom: 10px;
}
a img:hover {
    opacity: 0.9;
}
.other_member-section .border-top_botm{
        border-top:none!important;
    border-bottom: none!important;
}
.privacy-policy-link {
    font-size: 13px;
    color: #fff !important;
    padding-left: 6px !important;
    margin-left: 6px !important;
}
.page-id-99782 .description-section ul.social-icons.pressroom {
    display: none;
}
.page-id-99782 .mdpress .textblock {
    font-size: 19px;
    text-align: center;
}
.page-id-99782 .pressblocright{height:100%;}
ul.pressul.archive {
    padding: 16px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.login > a{letter-spacing:2.6px; font-family: 'Open Sans';}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-join > a.mega-menu-link{letter-spacing:2.6px; font-family: 'Open Sans'; border: 2px solid #7F9834;line-height: 12px;   background: transparent !important; color: #7F9834 !important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-join > a.mega-menu-link:hover {
    background: #7F9834 !important;
    color: #fff !important;
    border: 2px solid #7F9834;
    line-height: 12px;
}
.logged-in #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0 1px;
}

.latest-insights.twogridmodule .owl-carousel .owl-item img{
width: 100%;
}

.twogridmodule .items-divided h3 {
    height: 55px;
    overflow: hidden;
}

.twogridmodule.newssectionlatest button.owl-next {
    top: -70px;
    right: 30px;

}

.twogridmodule.newssectionlatest button.owl-prev {
    top: -70px;   right: 75px;

}
/*.leadin-state-partners.staes-wise .row:nth-child(2) .leading-partnered{width:60%;}*/

.single-newsroomcalendar .entry-content .sponser-logo {
    width: 200px!important;
}

.statelegislation a.btn.downlaodbrochure {
    background: #7F9834;
    color: #fff;
    margin-bottom: 15px!important;
    margin-top: 30px;
    font-size: 16px;
}
.statetab h4 {
    font-size: 30px;
    padding: 10px 0px;
    font-family: 'Playfair Display', serif;
    line-height: 40px;
}
.single-resources section.workforce-list.resourcelist ul.newslistblock li h4.summary__heading{
    margin-bottom: 8px;
}
section.logigblock {
    padding: 200px 0px!important;
    padding-top: 50px !important;
}
section.logigblock a.oauthloginbutton.btn.btn-social.btn-primary{
display: inline!important;
color: #7F9834!important;
font-family: 'Open Sans'!important;
font-size: 17px!important;
padding: 0px 0px!important;

}

div#tablesort_system_filter {
    width: 100%;
}
div#tablesort_system_length {
    display: none;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #F4F4F4;
    border-radius: 3px;
    padding: 12px 15px;
    background-color: transparent;
    margin-left: 3px;
    background: #F4F4F4;
}
tr.odd {
    background-color: #DDEBCC!important;
}
tbody > tr > td, tbody > tr > th {
    border-top: 1px solid #c8c8c8;
    vertical-align: top;
}
tr.odd td.sorting_1 {
    background-color: #7BB337;
}
th, td {
    padding: 10px 5px;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}
th {
    width: 200px!important;
    display: table-cell;
}
table th, table td {
    text-align: center;
}
table.dataTable thead th{
    padding: 2px 20px;
    border: 2px solid rgba(0, 0, 0, 0.3);
}
td.Provision-cell a {
    color: #6E9A35;
    font-weight: 700;
}
.page-template-page-regulatory-roundup section.banner_below_text_secton-news.textblockmodule.pt-3.pb-3 {
    padding-bottom: 0px !important;
    padding-top: 0px!important;
}

.page-template-page-regulatory-roundup input#searchtxtbox1 {
    background: #F4F4F4;    
    border-radius: 0px;
}
.page-template-page-findmember h1 {
    padding-top: 0px;
    margin-top: 0px;
}

.site-footer nav.footer-navigation {
    padding-top: 37px;
}
.site-footer ul.social-icons.list-reset{
    padding-top: 42px;
}
.site-footer nav.footer-navigation ul#menu-footer li {
    width: 50%;
    float: left;
    padding: 6px 4px;
}
.site-footer nav.footer-navigation ul#menu-footer li a{    padding: 0;}
.site-footer .privacy-policy-link:before{display:none;}
.site-footer .privacy-policy-link{padding-left: 0px !important;   margin-left: 0px !important;}
    a.nemws-contentr {
    display: block;
    color: #147497;
    font-size: 16px;
    line-height: 27px;
    text-decoration: underline;
    font-family: 'Open Sans';
    font-weight: 600;
}
.contenresed {
    justify-content: space-between;
    
}
.circled-green {
    background: #7F9834;
    border-radius: 100%;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px !important;
    margin-right: 7px;
}
.moble-filesd, .moble-locationesd, .moble-filesd-webite {
    font-size: 16px;
    line-height: 60px;
    text-decoration: underline;
    color: #171717;
}
.moble-filesd a{   color: #171717;}
.moble-filesd-webite a, .moble-filesd-webite {
    color: #7F9834;
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 2.6px;
    text-decoration: none;
}
.pressuls {
    background: #F4F4F4;
    padding: 20px;
}
.citys-contenrse{border-bottom:1px solid #ddd;     padding: 15px 0;}
.dropdowns-btns-sections.pnew-aodeing select{background: url(../png/96810.png) no-repeat right #f4f4f4;
    -webkit-appearance: none;
    background-position: 94%;    margin-bottom: 10px;}
    .filterese {
    color: #147497;
    font-size: 16px;
    line-height: 29px;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.searchewed {
    font-size: 14px;
    color: #171717;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-template-page-home-2 .grey-block p,.page-template-page-aboutus .grey-block p {
    padding-top: 5px;  
    font-size: 20px;   
    line-height: 29px;
}
.page-template-page-aboutus .headsubheading{padding-top:0;}
.page-template-page-aboutus .designation {line-height: 26px;}
.page-template-page-aboutus .leading-partnered-color .btn.featuredbtn{border-radius:0px;}
.page-template-page-aboutus .leading-partnered-color .btn.featuredbtn:hover{color:#fff;}
.page-template-page-aboutus  a.btn.featuredbtnd{border-radius:0px;}
.roted-images { transform: rotate(90deg);}
.page-template-page-aboutus .featuredbtn{border-radius:0px;}
.page-template-page-aboutus .featuredbtn:hover{color:#fff;}
.page-template-page-custom section.selection-tools-section.pb-4.providerstop {padding-top: 0px;}
.become-member-section.pb-1 a { color: #147497;}
.downlaodbrochuretop a{color:#fff !important;}
.page-template-page-custom  .readies-joins p{padding-bottom:0px;}
.types_memberships .grey-block p a { color: #147497;}
section.banner_below_text_secton-news.textblockmodule.pt-3.pb-3 {
    padding-top: 0px !important;
}
.member-recommended:nth-child(1),  .single-newsroom_post .member-recommended{
   position:relative;
   padding:0px;
}
.member-recommended:nth-child(1):after,  .single-newsroom_post .member-recommended:after {
    content: "";
    position: absolute;
    right: -22px;
    background: url(https://dev-leadingage-wp.pantheonsite.io/wp-content/themes/go/img/recommend.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: 18px;
}

.member-recommended:nth-child(1) .news-four-colun h2{padding:0 15px;}
.member-recommended:nth-child(1) .news-four-colun a h4{padding:15px;}
.member-recommended:nth-child(1) h4:nth-child(1){padding:15px;}
.page-template-page-custom-php .member-section.about .member-block .col.text-left.pt-3.pl-0 a.btn.featuredbtn:hover { color: #fff;}
.page-id-106952 section.banner_below_text_secton-news.textblockmodule.pt-3.pb-3{padding-top:20px !important;}
.single-newsroom_post .settings_sections_contents figure.image, .single-newsroom_post .settings_sections_contents figure.image img {
    width: 100% !important;
    height: auto !important;
    margin-bottom:10px;
}
.single-newsroom_post .content_quality_measures p a, .single-newsroom_post .content_quality_measures ul li a{color: #147497;}
.single-newsroom_post .content_quality_measures ul li{padding-left:20px;   position:relative; padding-bottom: 10px;}
.single-newsroom_post .settings_sections_contents ul li:before{left: -3px;top: -8px; position:absolute;}
.single-newsroom_post .inlinelistpost, .single-shortbulletin .inlinelistpost{width: auto;}
.description p a {
    color: #147497;
}
.details-eventse h5 {
    color: #55691A;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Playfair Display';
}
.details-eventse  .ulisted ul li {
    list-style: none;
    display: inline-block;
    margin-right: 50px;
}
.details-eventse .ulisted ul li .image-icons i {
    padding-right: 11px;
}
.details-eventse .events_dateds{line-height: 20px;}
.details-eventse .calender-color-clock  {color:#6A305F;}
.details-eventse  .events-titles a {
    color: #171717;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
}
.details-eventse .ulisted ul {margin-bottom:0px;}
.details-eventse  .eventformblock {
    margin: 0px !important;margin-bottom: 20px !important;
}
.sponseres-lofgrs {
    background: #E5E5E5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponseres-lofgrs p{font-size:12px; line-height:25px; color:#5C5A5C;}
.details-eventse  a.btn.btn-primary.regbtn {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 2.6px;
    font-weight: 600;
    font-family: 'Open Sans';
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 35px !important;
}
.sponseres-lofgrs {
    background: #E5E5E5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.sponseres-lofgrs p {
    font-size: 12px;
    line-height: 25px;
    color: #5C5A5C;
    padding: 100px 50px;
    font-weight: 600;
}
.full-borders {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    align-items: center;
}
.querired {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  
    color: #5C5A5C;
}
.querired a{
   
    color: #147497;
   
}
.full-borders a.btn.btn-primary.regbtn {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 2.6px;
    font-weight: 600;
    font-family: 'Open Sans';
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 35px !important;
}
.resource-database-results-holder .sfwppa-pages:hover {
    color: #fff !important;
}
.pressblocright h3 a, .content-area.entry-content a {
    color: #147497;
}
.details-eventse p,.details-eventse span {
    margin-bottom: 0px;
    padding-bottom: 12px;
    color: #171717;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans';
}

.details-eventse p img {
    padding-bottom: 10px;
}
.events-calender-pages .eventformblock.topeventbutton a.btn.btn-primary.regbtn{
border-radius: 0px;  
padding: 10px 35px !important;
}

.partenrs .border-bottom-ddd .tab-imgese img{
        width: 100%;
}

.header-bannred-class {
    background: #147497;
    padding: 25px 50px;
    
}
.logo-sponcers-content h3{
    font-size: 30px;  
    font-family: 'Playfair Display', serif;
    line-height: 40px;
    color:#fff;
}
.logo-sponcers-content p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    font-family: 'Open Sans';
}
.logo-sponcers-cont img{width:70%;}
ul.listed-unorderd li a {
    padding: 8px;
    background: #fff;
    margin: 10px;
    border-radius: 100%;
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 24px;
    color: #147497;
}
ul.listed-unorderd{display:flex;}
.logo-sponcers-below-content a {
    display: block;
    margin-bottom: 12px;
    color: #171717;
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 30px;
}
.single-partners .site-content .logo-sponcers-below-content a {
    display:block;
        margin-bottom: 10px;
}
.logo-sponcers-below-content p {
    font-size: 15px;
    line-height: 26px;
    color: #171717;
}
.pointclickcare-s-annual .logo-sponcers-below-content h3 {
    font-size: 30px;
    line-height: 40px;
    color: #171717;
    font-weight: 600;
    font-family: 'Playfair Display';
    margin-bottom: 20px !important;
}
.logo-sponcers-below-content a i {
    background: #147497;
    padding: 10px;
    border-radius: 100%;
    color: #fff;
}
.pointclickcare-s-annual .logo-sponcers-below-content img{max-width:100%;}
.logo-sponcers-below-content_para p {
    font-size: 17px;
    line-height: 30px;
    color: #171717;
    font-family: 'Open Sans';
}
.acred-href a {
    color: #fff;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 3.2px;
    background: #7F9834;
    padding: 16px 20px;
    font-weight: 600;
}
.webinarar ul.newslistblock li, .articlesess ul.newslistblock li{border-bottom: 1px solid #ddd!important;}
.page-template-page-custom-php .site-content ul {
    padding-left: 15px !important;
}
.page-template-page-custom-php .site-content ul#myTab, .page-template-page-custom-php .site-content ul.pressul {
    padding-left: 0px !important;
}
.page-template-page-custom-php .site-content ul li, .site-content .content-area.entry-content ul li,.single-partners ul li{
    position: relative;
}
.single-partners .site-content .pointclickcare-s-annual .textblockmodule  ul li{
    padding-left: 15px;
}
.single-partners .site-content .pointclickcare-s-annual .textblockmodule  ul {
    margin-left: 15px;
}
.page-template-page-custom-php .site-content ul li:before,  .site-content .content-area.entry-content ul li:before,.single-partners .site-content .pointclickcare-s-annual .textblockmodule ul li:before{
    content: ".";
    position: absolute;
    font-size: 71px;
    line-height: 0;
    top: -9px;
    color: #147497;
    left: -20px;
}


.single-partners .site-content .pointclickcare-s-annual .textblockmodule .description p a {
    display: inline-block;
}
.page-template-page-custom-php .site-content .member-tabs-section ul li:before, .page-template-page-custom-php .site-content ul.ourvaluelist li:before, .page-template-page-custom-php .site-content ul.nav li:before, .page-template-page-custom-php .site-content ul.newslistblock li:before, .wp-custom-logo .workforce-list ul.newslistblock li:before, .wp-custom-logo ul.associatedblog li:before{display:none;} 

.page-template-page-custom-php .membesr-tabs-section ul li a{color:#147497;}
/*.page-id-7191 .desc, .page-id-99785 .desc, .page-id-128097 .desc, .page-id-100373 .desc, .page-id-106952 .desc{padding: 7.8% 10%;}*/
.page-id-87354 .Featured-section.advocacy_secton-news .desc { padding: 4.56% 10%;}
.single-partners.wp-custom-logo .workforce-list .newslistblock li a{display:block;}

.sharethis-inline-share-buttons{z-index:0!important;}

.page-id-99782 .member-tabs-section.pressroom .details.tabright ul li span, .page-id-99782 .member-tabs-section.pressroom .details.tabright ul li a{font-weight:400; font-style:italic;}

ul.associativepartner {
    width: 100%;
}

ul.associativepartner li{
    vertical-align: top;
    width: 32.33%;
    display: inline-block;
    min-height: auto;
}

ul.associativepartner li:before {
    content: ".";
    color: #147497;
    font-size: 70px;
    top: -2px;
    left: -5px;
    bottom: auto;
    line-height: 0;
    position: relative;
}
ul.tml-links li::before {
display: none;
}
.learnignhub .imageblock{
position: relative;
height: 243px;
width: 251px;
overflow: hidden;
    background-size: 500px!important;
}

#solutions_filters_events .acc__title {
    color: #171717!important;
    font-size: 14px!important;
    font-weight: 600!important;
}
.borderbotom {
    border-bottom: 1px solid #e3b9b9;
    padding: 8px 0px;
}
.borderbotom:last-child{
    border:none!important;
}

.page-template-page-statepartner .leading-partnered {
    padding-bottom: 0px;
}
.page-template-page-statepartner  .leadin-state-partners {
    padding: 30px 0!important;
}

.page.page-id-122424  .imagearticleblock h3.storyheading {
    font-size: 30px;
}


.page-id-126033 .heading-contents {
    position: relative;
    top: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.page-id-126033 .heading-contents h3, .page-id-126033 .heading-contents h3 a{font-weight:600;}
.content-area.entry-content ul li ul li:before{display:none;}
.page-template-page-aboutus-php .newssectionlatest.innerpost .grey-block p{padding-top: 5px;line-height: 29px;}
.member a {color: #fff;}
.page-template-page-home-2 .expoblock .description{display:none;}
.websitelink a{color:#147497;}
.col-lg-10.bottoms-titlese-divisiond {
    
    position: absolute;
    bottom: -60px;
      
}
.col-lg-10.bottoms-titlese-divisiond h4 {

    background:#147497;
    font-size: 20px;
    line-height: 29px;
    color: #fff;
  padding: 10px 25px;
      min-height: 87px;
}
.bg-images-divisions img{width:100%;}
.bg-images-divisions {
    position: relative;
    margin-bottom: 80px;
}
.col-lg-10.bottoms-titlese-divisiond.green h4 {
background: #7F9834;}

.search-filter-results .images-d-flexinf img {
    width: 90%;
}

.search-filter-results .imagefeatured{
    margin: 0px!important;
}

.search-filter-results .d-flexed {

   margin-bottom:0px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.search-filter-results .d-flexed.imagefeatured{
       padding-bottom: 0px;
    padding-top: 0px; 

}
.d-flexed.imagefeatured .resource-filtered_result_para{
 padding: 0px;
 margin: 0px;
 padding-top: 15px;
}
.search-filter-results .d-flexed.imagefeatured .col-lg-2.pl-0.pr-0.images-d-flexinf {
    height: 88px;
    overflow: hidden;
}
.d-flexed.imagefeatured  .d-flesing {
    align-items: normal!important;

}
#site-content  ul li ul li:before {
    content: ""!important;
}
#site-content section ul li ul li {
    list-style-type: disc;
    padding: 5px 0px;
}

.page-id-129097 .Featured-section h1{
padding-bottom: 0px;
margin-bottom: 0px;
}
.wp-video {
    width: 100% !important;
}
.wp-video div#mep_0 {
    width: 100% !important;
    min-width: 100% !important;
}
.wp-video iframe{
    width: 100% !important;
}
.single-newsroom_post .content_quality_measures .imagesed_imd img{width:100%;}


.partnersection .owl-carousel .owl-dots.disabled,.partnersection .owl-carousel .owl-nav.disabled {
    display: none!important;
}

.registersection-logo .owl-carousel .owl-dots.disabled,.registersection-logo .owl-carousel .owl-nav.disabled {
    display: none!important;
}




.download-full {
    display: block;
    width: 100%;
    
}
.download-right a {
    color: #fff;
    display: flex;
}
.gg-software-download::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 4px;
    height: 19px;
    background: currentColor;
    left: 9px;
    bottom: 8px;
}
.gg-software-download::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 13px;
    height: 13px;
    border-left: 4px solid;
    border-bottom: 4px solid;
    transform: rotate(-45deg);
    left: 4px;
    bottom: 6px;
}
.gg-software-download {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1));
    width: 31px;
    height: 10px;
    border: 4px solid;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 22px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;

}
.download-right {
    float: right;
    width: auto;
    padding: 12px 25px;
    display: flex;
    clear: both;
    background: #7bb337;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}
.list-inline {   
    border: 1px solid #6d9a34; 
position:relative;  

}

 .new-vaccine-pages .gg-software-download {
    color: #b3b3b3;
}
.covid_vac_cine_pare p a {
    color: #1d6d9a;
}

.left-blocks img {
    vertical-align: bottom;
    
}
.page-template-page-covid-vaccine button span, .page-template-page-covid-vaccine-hispanic-care button span {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
}

.page-template-page-covid-vaccine button.owl-prev, .page-template-page-covid-vaccine-hispanic-care button.owl-prev{
left: 8px;
    position: absolute;
}
.page-template-page-covid-vaccine button.owl-next, .page-template-page-covid-vaccine-hispanic-care button.owl-next{
right: 8px;
    position: absolute;
}
.page-template-page-covid-vaccine .owl-nav, .page-template-page-covid-vaccine-hispanic-care .owl-nav {
    position: absolute;
    top: 36%;
    width:100%;
}
.page-template-page-covid-vaccine .pullright h3, .page-template-page-covid-vaccine-hispanic-care .pullright h3 {
    font-size: 19px;
    padding-left: 20px;
    font-weight: 900;
}
.page-template-page-covid-vaccine .right-blocks, .page-template-page-covid-vaccine-hispanic-care .right-blocks {
    padding: 56px 42px;
}
.page-template-page-covid-vaccine .right-blocks p, .page-template-page-covid-vaccine-hispanic-care .right-blocks p { 
    font-size: 18px;
    color: #000;
    font-family: 'dashicons';
}
.page-template-page-covid-vaccine .download-right-list,  .page-template-page-covid-vaccine-hispanic-care .download-right-list{
    color: #b3b3b3;
    position: absolute;
    right: 0px;
    bottom: 20px;
}
.halfsection .right-blocks {
    padding: 20px;
}
.page-template-page-covid-vaccine .image img, .page-template-page-covid-vaccine-hispanic-care .image img{width:100%; height: 310px;}

/*.page-template-page-covid-vaccine-hispanic-care .halfsection .list-inline, .page-template-page-covid-vaccine .halfsection  .list-inline{min-height: 340px;    overflow: hidden;}*/
.parrentcheckbox.icon{top: calc((79% - (100% - 1em)) - 8%);}
 .pretty.p-round.parrentcheckbox .state label:after, .pretty.p-round.parrentcheckbox .state label:before{top: calc((79% - (100% - 1em)) - 8%);}
 .pretty.p-round.p-icon.parrentcheckbox .state .icon:before
.pretty.p-icon .state .icon{top: calc((79% - (100% - 1em)) - 8%) !important;}


.tec-logo-set {
    width: 46%;
    float: right;
    filter: drop-shadow(0px 1px 2px #000);
}
.tec_cast_logos_section {
    position: absolute;
    bottom: 17px;
    right: 31px;
}

.page-id-79072 .site-content .content-area.entry-content ul li:before, .page-id-79072 .site-content .content-area.entry-content ul li {
    content: "" !important;
    margin: 0px !important;
}
 .margin-150{margin:0 150px;}
 
 .page-id-126033 .heading-contents h3, .page-id-126033 .heading-contents h3 a{font-weight:700;}

 ul#menu-footerleft  li a{
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 13px!important;
    line-height: 19px;
    padding: 0px 11px;
    padding-left: 0px;
    font-family: 'Open Sans';
}
ul#menu-footerleft {
    display: block;
    width: 100%;
}

.imagesed_imd.newsroomfeatured {
    height: 228px;
    overflow: hidden;
}



/* Event Landing Page */
.slider_contentse_para h4 {
    color: #147497;
    font-size: 32px;
    line-height: 41px;
    /*font-family: 'Open Sans';*/
    font-weight: 900;
    margin-bottom: 10px;
}
.slider_contentse_para p {
    color: #171717;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 30px;
}
.slider_contentse_para {
    max-width: 475px;
}
.landing_event_page_3 button.owl-prev
    {
        position: absolute;
        left: 0; 
        bottom: -30px;    
        right: auto; 
        background-image: url("../png/arrowright.png") !important;
        background-size: 30px !important;
        background-repeat: no-repeat !important;
        background-position: center !important; 
        width: 30px;
    }

.landing_event_page_3 button.owl-next 
    {
        position: absolute;
        left: 45px;
        top: auto;
        right: auto;
        bottom: -30px;
        background-image: url("../png/arrowleft.png") !important;
        background-size: 30px !important;
        background-repeat: no-repeat !important;
        background-position: center !important; 
        width: 30px;
    }
.single-annualmeeting .landing_event_page_3 button.owl-next,.single-event .landing_event_page_3 button.owl-next,.single-leadershipsummit .landing_event_page_3 button.owl-next 
    {
        background-image: url('../svg/arrow-right.svg') !important;
            
    }

    .why_exhibit_landing-ents button.owl-prev
    {
        position: absolute;
        left: auto; 
        bottom: -30px;    
        right: 65px; 
        background-image: url("../png/arrowright.png") !important;
        background-size: 30px !important;
        background-repeat: no-repeat !important;
        background-position: center !important; 
        width: 30px;
    }

.why_exhibit_landing-ents button.owl-next 
    {
        position: absolute;
        left: auto;
        top: auto;
        right: 20px;
        bottom: -30px;
        background-image: url('../svg/arrow-right.svg') !important;
        background-size: 30px !important;
        background-repeat: no-repeat !important;
        background-position: center !important; 
        width: 30px;
    }
    .landing_event_page_3 button.owl-prev span, .landing_event_page_3 button.owl-next span, .why_exhibit_landing-ents button.owl-prev span, .why_exhibit_landing-ents button.owl-next span
    {
        font-size: 0px;
    }
    .event_langings_sece .tableft {
    background: #E6F8FF;
    padding: 30px;
}
.information_based_widget h4 {
    color: #147497;
    font-size: 32px;
    line-height: 41px;
    font-weight: 900;
}
.information_based_widget p {
    color: #171717;
    font-size: 14px;
    line-height: 22px;
    padding: 12px 0;
}
.divis_paread {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}
.divis_paread a {
    color: #147497;
    font-weight: 500;
}
span.plz-cnt {
    padding-top: 20px;
    display: block;
}
.member-tabs-section.pressroom.event_langings_sece .details.tabright ul li {
    padding: 15px;
    justify-content: space-between;
    background: #F4F4F4;
    margin: 10px;
    border-bottom: 0;
}
 .member-tabs-section.pressroom.event_langings_sece span.iconright img {
    transform: rotate(90deg);
}
.lrn-mre {
    background: #CD7A2C !important;
    border-radius: 0;
}
section.landing-section-footer_upper {
    background: #CD7A2C;
    padding: 50px 0;
}
.cleft-color h4 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 41px;
    font-weight: 900;
}
.cleft-color p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
}
.text-right.btn-regs-secs a.btn.featuredbtnd {
    background: #147497;
    border-radius: 0;
    font-size: 17px;
    line-height: 33px;
}
.onlineproceesed_blocks.active .clickedVal {
display: block!important;
}
/* End Event Landing Page */

/* Event Header */
.header-event-page header#site-header  {
    background: #594099 !important;
    padding-bottom:65px;
}
.mr-top-minus{margin-top: -38px;
    position: relative;
    z-index: 99;}
	#mega-menu-wrap-eventanualexpomenu #mega-menu-eventanualexpomenu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{background:transparent;}
	
	
	.single-annualmeeting  .mr-top-minus{z-index: inherit;}
	.single-annualmeeting .header-event-page header{z-index:inherit;}
	
	
.header-event-page  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a {
    color: #fff !important;
    text-transform: capitalize !important;
    font-weight: 500;
	    font-size: 14px;
    font-family: 'Open Sans';
}
.header-event-page  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.active {
    border-bottom: 2px solid #fff;
}
.header-event-page   #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item{padding: 0 15px;}
.header-event-page   #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link.login-btns_evnt {
   background: #0d5f7c!important;
    letter-spacing: 2.6px;
    padding: 0 34px;
    font-weight: 700;
}
.header-event-page   #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link.regis-btns_evnt {
   background: #2696bf!important;
    letter-spacing: 2.6px;
    padding: 0 34px;
    font-weight: 700;
}
.header-event-page   #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-link.regis-btns_evnt>a {
   background: #89c95f!important;
    letter-spacing: 2.6px;
    padding: 9px 34px;
    font-weight: 700;    
    font-size: 13px;
    border-bottom: none!important;
}
.header-event-page   #menu-event-leadership > li.mega-menu-item a {
    color: #fff !important;
    text-transform: capitalize !important;
    font-weight: 500;
}
.header-event-page   #menu-event-leadership > li.mega-menu-item a.active {
    border-bottom: 2px solid #fff;
}
.header-event-page    #menu-event-leadership>li.mega-menu-item{padding: 0 15px;}

.header-event-page    #menu-event-leadership>li.mega-menu-item>a.mega-menu-link.login-btns_evnt {
   background: #0d5f7c!important;
    letter-spacing: 2.6px;
    padding: 0 34px;
    font-weight: 700;
}
.header-event-page    #mega-menu-primary>li.mega-menu-item.login-btns_evntlanding >a.btn-primary {
   background: #0d5f7c!important;
    letter-spacing: 2.6px!important;
    padding: 0 34px!important;
    font-weight: 700;
}
.header-event-page  li.mega-menu-link.mega-btn.mega-menu-item.mega-menu-item-type-custom.signin span {
    color: #fff!important;
}

.header-event-page  #mega-menu-wrap-primary #mega-menu-primary > li.signin a {
     font-size: 14px!important;   
}
.header-event-page    #menu-event-leadership>li.mega-menu-item>a.mega-menu-link.regis-btns_evnt {
   background: #2696bf!important;
    letter-spacing: 2.6px;
    padding: 0 34px;
    font-weight: 700;
}
.header-event-page header#site-header .header__inner {
    padding-top: 25px !important;
    padding-bottom: 0px !important;
}
.landing_event_page_3 .landing_event_page_3_pare {
    padding-top: 50px;
}
/* End Event Header */


.single-partners .member-section .member-block h3 {
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 30px!important;
    line-height: 40px!important;
    color: #FFFFFF!important;
    padding-bottom: 15px!important;
    font-family: 'Playfair Display', serif!important;
}

.single-partners  .featuredbtn {
    background: #7F9834;
    font-size: 13px!important;
    line-height: 25px!important;
    text-transform: uppercase;
    padding: 12px 45px;
    color: #fff!important;
    letter-spacing: 2.6px;
    font-weight: 600;
    border-radius: 0px!important;
}


.page-id-153928 section.ready-to-join.linkjoin a.btn.featuredbtn {
    background: #4A123F;
    color: #fff;
}




/* New Footer Event Landing Page CSS */
.new-footer-event-landing-page {
    background: #594099!important;
    padding: 30px 0;
}
.new-footer-event-landing-page  .social-icons a {
background: #89c95f!important;
}
    
.new-footer-event-landing-page .site-info {
    color: #fff;
}
.new-footer-event-landing-page .footer-subheading {
    color: #fff;
}
.new-footer-event-landing-page ul.footer-info-new-landing li a {
    color: #fff;
    font-size: 14px;
}
.new-footer-event-landing-page ul.footer-info-new-landing  {
    display:flex;
        padding-top: 20px;margin-bottom:0px;
}
.new-footer-event-landing-page ul.footer-info-new-landing li:first-child {
    padding-right: 25px;
}
.new-footer-event-landing-page  .socials_links_evt_langing ul li {
    display: inline-block;
}
.new-footer-event-landing-page .socials_links_evt_langing ul li a{
    background: #01526F!important;
    border-radius: 63px!important;
    padding: 10px!important;
    margin-right: 6px!important;
    width: 35px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
}
/*.new-footer-event-landing-page .social-icons li a{background: #01526F!important;}*/
.new-footer-event-landing-page .footerlogo {
    margin-bottom: 5px;
}
.new-footer-event-landing-page .socials_links_evt_langing ul li a i{color:#fff;}
.new-footer-event-landing-page .socials_links_evt_langing {
    margin-top: 25px;
}
.page-template-page-custom-php .description article a {
    color: #147497;
}

/*section.banner_below_text_secton-news.textblockmodule .col-lg-12.col-xs-12 {
    padding: 0px!important;
}*/

.comment-authors .authors_img img{
border-radius: 100%!important;
}
/* End New Footer Event Landing Page CSS */

#site-content ol li {
    list-style-type: unset!important;
    color: #171717;
    font-size: 17px;
}


.new-partner-events h3.registration-heading.text-center {
    color: #000;
  /*font-family: 'Open Sans';*/
    font-size: 32px;
    line-height: 41px;
    font-weight: bolder;
}
.new-partner-events h3.registration-heading.text-center:before, .new-partner-events h3.registration-heading.text-center:after{display:none;}
.partnersection.new-partner-events .owl-carousel .owl-dots.disabled, .partnersection.new-partner-events .owl-carousel .owl-nav.disabled{display:block !important;} 
.partnersection.new-partner-events .owl-centerdiv{width:100%;}
.btnsd-sec-news a {
    display: block;
    font-size: 13px;
    letter-spacing: 2.6px;
    color: #fff;
    text-align: center;
    background: #CD7A2C;
    line-height: 25px;
    padding: 9px;
	font-weight: 600;
}
.event_langings_sece.exhibitor-s .tableft {
    background: #FEEDDD;
    padding: 30px;
}
.exhibitor-s .information_based_widget h4 {
    color: #CD7A2C;
    
}
.partnersection.new-partner-events .owl-centerdiv button.owl-next {
    filter: contrast(0.1); 
    top: 27px;
}.partnersection.new-partner-events .owl-centerdiv button.owl-prev {
    filter: contrast(0.1);
    top: 27px;
}
.latest-insights .imageblock {
    position: relative;
    max-height: 165px!important;
    overflow: hidden;
}
 .loginbtnsevntlanding a.oauthloginbutton.btn.btn-social.btn-primary {
      height: auto!important;  
}


/* Schedule Page */

.fair_housings .speckers {
    font-size: 14px;
    margin-bottom: 10px;
	line-height: 15px;
}
.fair_housings .speckers-name {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    margin-bottom: 5px;
}
.fair_housings .speckers-post {
    color: #000;
    font-weight: 300;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.landing_event_page_3.schedule_pageds button.owl-prev{left: -7px;    bottom: 16px; background-size: 20px !important;}
.landing_event_page_3.schedule_pageds button.owl-next{bottom: 16px; background-size: 20px !important;}
.schedule_pageds .owl-theme .owl-nav{margin-top:0;}
.schedule_pageds  .slider_contentse_para p{margin-bottom:10px;}
.schedule_pageds .owl-theme .owl-dots, .schedule_pageds .owl-theme .owl-nav{margin-top: 26px; text-align: left;}
.schedule_pageds .owl-theme .owl-dots .owl-dot.active span, .schedule_pageds .owl-theme .owl-dots .owl-dot:hover span{    background: #CD7A2C;}
.landing_event_page_3.schedule_pageds  .landing_event_page_3_pare{position:relative;}
.right-text-column-fixed p {
    font-size: 20px;
    color: #000;
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 2.6px;
    opacity: 0.5;
	transition-delay: 10s;
}
.right-text-column-fixed {
    position: absolute;
    right: -156px;
    bottom: 161px;
    transform: rotate(270deg);
}
h3.registration-heading.text-left.keynotesse {
    font-family: 'Open Sans';
    font-weight: 700;
    padding: 20px 0;
}
.divis_paread img {
    display: block;
    margin-bottom: 20px;
}
.fair_housingss img{width:18% !important;}

.slider_contentse_paras .fair_housingss img{width:76% !important;}

.fair_housingss {
    display: flex;
    align-items: center;
}
.fair_housingss h4.speckers {
    font-size: 13px;
    font-weight: 700;
    padding-right: 12px;
}
.keynotesse{position:relative;}
.keynotesse button.owl-prev {
    position: absolute;
    left: auto;
    bottom: auto;
    right: 52px;
    background-image: url(../png/arrowright.png) !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 30px;
    top: -60px;
	filter: contrast(0.1);
}
.keynotesse button span{font-size:0px;}
.keynotesse button.owl-next {
    position: absolute;
    left: auto;
    top: -60px;
    right: 0;
    bottom: auto;
    background-image: url(../png/arrowleft.png) !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 30px;
	filter: contrast(0.1);
}
h6.inspire_keynote {
    font-size: 14px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #cd7a2c;
}
.keynotesse  span.plz-cnt {
    padding-top: 10px;
    display: block;
}
.keynotesse .information_based_widget p {
    color: #171717;
    font-size: 14px;
    line-height: 22px;
    padding: 25px 0;
    font-weight: 600;
}
.networking_why .date-may {
    font-size: 11px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 4.26px;
    margin-bottom: 10px;
}
.happenings_why .date-may {
    font-size: 11px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 4.26px;
    margin-bottom: 10px;
}
.why_exhibit_landing-ents.networking_why  button.owl-prev{left: 0; top: auto;bottom: 27px; right: auto;filter: contrast(0.1);}
.why_exhibit_landing-ents.happenings_why  button.owl-prev{left: 51%;
    right: auto;
    bottom: 29px;
    filter: contrast(0.1);
    top: auto;}
	 .slider_contentse_para h3 {
    font-size: 20px;
    line-height: 12px;
    margin-bottom: 10px !important;
}
.why_exhibit_landing-ents.networking_why button.owl-next {left: 49px;
    top: auto;
    bottom: 27px;
    right: auto;}
.why_exhibit_landing-ents.happenings_why button.owl-next {    left: 57%;
    right: auto;
    bottom: 29px;
    filter: contrast(0.1);
    top: auto;}
.networking_why  .slider_contentse_para h4{color:#cd7a2c;}
ul.choicewd li {
    font-size: 14px;
    /*font-family: 'Open Sans';*/
 
padding-left: 19px; position: relative;
}
ul.choicewd li:before {
    content: "\A";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cd7a2c;
    display: inline-block;
    margin: 0 10px;
    position: absolute;
    left: -8px;
    top: 8px;
}
h6.inspire_keynotes {
    font-size: 14px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #147497;
}
.divis_pareads {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}
.divis_pareads a {
    color: #147497;
    font-weight: 500;
}
.sponser-opportunity-speaker-row{padding:50px 10px;}
.btnsd-sec-news-speaker h5 {
    font-size: 32px;
    line-height: 41px;
    color: #fff;
/*font-family: 'Open Sans';*/
    font-weight: 800;
	text-align: center;
}
.sponser-opportunity-speaker-row .slider_contentse_para {
  /*  border-left: 1px solid #fff;*/
    border-right: 1px solid #fff;
    padding: 0 30px;
    max-width: 100%;
}
.sponser-opportunity-speaker-row .owl-item.active .slider_contentse_para:nth-child(1) {
    border-left: 1px solid #fff !important;
	border-right: none;
}
.sponser-opportunity-speaker #owl-carousels-speaker {
    border-right: 1px solid #fff;
}
.sponser-opportunity-speaker-row .slider_contentse_para h4 {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 0;
}
section.session-all-class {
    padding: 50px 0;
}
.session-alll h5 {
/*font-family: 'Open Sans';*/
    font-weight: 900;
    font-size: 32px;
    line-height: 41px;
}
.view-alll h5 {
    color: #fff;
    font-size: 19px;
    line-height: 41px;
    /*font-family: 'Open Sans';*/
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 10px 0;
}
.empara {
    color: #fff;
    font-size: 15px;
    font-style: italic;
    line-height: 26px;
  /*font-family: 'Open Sans';*/
    text-decoration: underline;
}
.sponser-opportunity-speaker-row .slider_contentse_para p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
}
/*section.view-all-class .row {
    background: #cd7a2c;
}*/

.sponser-opportunity-speaker{position:relative;}
.sponser-opportunity-speaker button.owl-prev {
    position: absolute;
    left: -22px;
    bottom: auto;
    right: auto;
    background-image: url(../index.html) !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 30px;
    top: 48px;
}
.sponser-opportunity-speaker button span{font-size:0px;}
.sponser-opportunity-speaker button.owl-next {
    position: absolute;
    left: auto;
    top: 48px; 
    right: -21px;
    bottom: auto;
    background-image: url(../svg/group-622.svg) !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 30px;
	
}
.schedule-member-tabs-section .toppresssection {
    background: #594099;
    padding: 17px;
}
.member-tabs-section.pressroom.schedule-member-tabs-section .details.tabright ul li a, .member-tabs-section.pressroom.schedule-member-tabs-section .details.tabright ul li a span{color:#fff; text-decoration:none; display: block;}
.schedule-member-tabs-section .bg-coloreded {
    background: #F4F4F4;
    padding: 20px;
}
.member-tabs-section.schedule-member-tabs-section .details {

   
    padding: 0;
}
.schedule-member-tabs-section .settings_sections {
    display: flex;
    justify-content: space-between;
}
.schedule-member-tabs-section  .bg-coloreded ul li {
    list-style: none;
    color: #171717;
    font-size: 17px;
    line-height: 40px;
	text-decoration: underline;
}
.page-template-page-schedule-page-php #site-content section ul li ul li{list-style: none; line-height: 26px;
    font-family: 'Open Sans';}
.member-tabs-section.pressroom.schedule-member-tabs-section .details ul li{border:none;}
.schedule-member-tabs-section .bg-coloreded ul li:before{display:none; content:"";}
.schedule-member-tabs-section .bg-coloreded p {
    font-size: 20px !important;
    line-height: 29px !important;
    font-family: 'Open Sans';
    font-weight: 700 !important;
}
.empara-set {
    background: #F4F4F4;
    padding: 20px 10px;
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto;
	/*font-family: 'Open Sans';*/
    font-weight: 700;
}

.schedule-member-tabs-section{position:relative;}
.schedule-member-tabs-section button.owl-prev {
    position: absolute;
    left: 37px;
    bottom: auto;
    right: auto;
    background-image: url(../index.html) !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 30px;
    top: 14px;
}
.schedule-member-tabs-section p.sorted {
    padding-bottom: 0;
	    font-size: 14px;
    line-height: 19px;
    /*font-family: 'Open Sans';*/
    font-weight: 600;
    color: #5C5A5C;
}
.schedule-member-tabs-section .settings_sections {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.schedule-member-tabs-section .settings_sections select{margin-bottom:0px;}
.schedule-member-tabs-section button span{font-size:0px;}
.schedule-member-tabs-section button.owl-next {
    position: absolute;
    left: auto;
    top: 14px; 
    right: 37px;
    bottom: auto;
    background-image: url(../svg/group-622.svg) !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 30px;
	
}

/* End Schedule Page */

.header-event-page #mega-menu-primary li.current-menu-item a {
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    padding-top: 8px;
}
.header-event-page #mega-menu-primary li a:hover {
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    padding-top: 8px;
    text-decoration: none;
} 
img[width="1"]{
   display: none !important;
}

.sponser-opportunity-speaker-rowfull .speakerslist-item {
    width: 49%;
    display: inline-block;
}

section.landing_event_page_3.mb-4.mr-top-minus.mission {
margin: 0px;
border-bottom: 25px solid #89c95f;
background: #594099 !important;
color: #fff;
}

section.landing_event_page_3.mb-4.mr-top-minus.banner {
    margin-top: -140px;
}
section.landing_event_page_3.mb-4.mr-top-minus.mission h3 {
color: #fff;
font-size: 32px!important;
line-height: 35px !important;
/*font-family: 'Open Sans';*/
font-weight: 700 !important;
padding: 0px 85px;
padding-bottom: 100px;
}
section.landing_event_page_3.mb-4.mr-top-minus.mission p {
color: #fff;
font-size: 17px;
line-height: 30px !important;
/*font-family: 'Open Sans';*/
padding-bottom: 0px;
}
section.landing_event_page_3.mb-4.mr-top-minus.mission a.btn.featuredbtnd {
    color: #147497;
    background: #ffffff!important;
}

.postid-160790 .header-event-page header#site-header {

    padding-bottom: 38px;
}

.landing_why-exhbis .slider_contentse_why p {
    color: #171717;
    font-size: 17px;
    line-height: 30px;
  /*font-family: 'Open Sans';*/
}
.single-annualmeeting section.landing_event_page_3.mb-4.mr-top-minus.mission a.btn.featuredbtnd {
    color: #89c95f;
    background: #ffffff!important;
    border-radius: 0;
    font-size: 13px;
    letter-spacing: 2.6px;
    /*font-family: 'Open Sans';*/
    font-weight: 700;
}
.landing_why-exhbis .slider_contentse_why h4 {
    color: #CD7A2C;
    font-size: 32px;
    line-height: 40px;
    /*font-family: 'Open Sans';*/
    font-weight: 900;
    padding-bottom: 25px;
}
.landing_why-special_sessions .slider_contentse_why h4{
	color:#147497;
	 font-size: 32px;
    line-height: 40px;
    /*font-family: 'Open Sans';*/
    font-weight: 900;
    padding-bottom: 25px;
}
.landing_why-special_sessions .slider_contentse_why p {
    color: #171717;
    font-size: 17px;
    line-height: 30px;
    /*font-family: 'Open Sans';*/
}
.landing_why-special_sessions .slider_contentse_why .btn.featuredbtnd.lrn-mre{
	background:#147497 !important;
}
.landibgs-thoughts.text-center h4 {
    color: #171717;
    font-size: 32px;
    line-height: 41px;
    font-weight: 800;
}
.landibgs-thoughts.text-center p {
    font-size: 15px;
    line-height: 30px;
    color: #171717;
    /*font-family: 'Open Sans';*/
}


.landing_event_thought{position:relative;}
.landing_event_thought button.owl-prev {
    position: absolute;
    left: 18px;
    bottom: auto;
    right: auto;
    background-image: url(../png/arrowright.png) !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 30px;
    top: -90px;
	filter:contrast(0.1);
}
.landing_event_thought p.sorted {
    padding-bottom: 0;
	    font-size: 14px;
    line-height: 19px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #5C5A5C;
}
.landing_event_thought .settings_sections {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.landing_event_page_3_img {
    text-align: center;
}

.cla-btn {
    background: #dddddd;
    border-color: #ddd !important;
    color: #000 !important;
    /*font-family: 'Open Sans';*/
    font-size: 16px;
    font-weight: 400;
    
	padding: 13px 15px;
    width: 100%;
    text-align: left;
}
 .dropdown-toggle.cla-btn::after{float: right;
    margin-top: 5px;}
.cla-btn:hover{background: #dddddd;}
.dropdown-menu.visibles {
    display: block;
	width: 100%;
}
.cla-btns.dropdown-menu .dropdown-item {
    display: flex;
/*font-family: 'Open Sans';*/
    font-weight: 500;
}
.newd-toggles .toppresssection {
    background: #dddddd;
    padding: 3px 10px;
    border-radius: 4px;
} 
.landing_event_thought .settings_sections select{margin-bottom:0px;}
.landing_event_thought button span{font-size:0px;}
.landing_event_thought button.owl-next {
    position: absolute;
    left: auto;
    top: -90px; 
    right: 15px;
    bottom: auto;
    background-image: url(../png/arrowleft.png) !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 30px;
	filter:contrast(0.1);
	
}
.why_exhibit_landing-ents .slider_contentse_para {
    max-width: 100%;
	margin-bottom: 30px;
}
.fair_housingss img{width:100%;}
.page-template-page-schedule-page .slider_contentse_paras .fair_housingss img {
    width: 23% !important;
}

.single-annualmeeting .partnersection .owl-centerdiv button.owl-prev {
    left: -40px;
}

.single-annualmeeting .partnersection .owl-centerdiv button.owl-next {
    right: -40px;
}

.single-annualmeeting section.registersection h3.registration-heading.text-center {
    padding-bottom: 25px;
}
section.sponser-opportunity-speaker.fulllistspeaker {
    background: #fff;
}

.single-annualmeeting  .sponser-opportunity-speaker {
    position: relative;
    background: #594099;
}
.single-annualmeeting  section.view-all-class {
    background:#89c95f!important;
}

.single-annualmeeting .lrn-mre{
background: #89c95f !important;
}


/* Table Layout */
.table-structured table tbody tr td {border: 1px solid #000 !important; }
.table-structured table tr th {
    background: #0ca4ba;
    color: #000;
    border-color: #0ca4ba;
    text-align: left;
    font-size: 20px;
    /*font-family: 'Open Sans';*/
}
.table-structured table tbody tr td {
    font-size: 18px;
    /*font-family: 'Open Sans';*/
    color: #000;
}
/* End Table Layout */



#mega-menu-wrap-eventleadershipmenu #mega-menu-eventleadershipmenu > li.mega-menu-item > a.mega-menu-link{color: #fff !important;
    text-transform: capitalize !important;
    font-weight: 500;
    font-size: 14px;
   /* font-family: 'Open Sans';*/}
	#mega-menu-wrap-eventleadershipmenu {
    background: transparent;
}
.single-annualmeeting .header-event-page a.oauthloginbutton.btn.btn-social.btn-primary{
	    /*font-family: 'Open Sans';*/font-size: 14px;
	
}
#mega-menu-wrap-eventleadershipmenu #mega-menu-eventleadershipmenu > li.mega-menu-item > a.mega-menu-link:hover{background:transparent;}
#mega-menu-wrap-eventleadershipmenu #mega-menu-eventleadershipmenu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-eventleadershipmenu #mega-menu-eventleadershipmenu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-eventleadershipmenu #mega-menu-eventleadershipmenu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link
{
	
color: #fff !important;
    text-transform: capitalize !important;
    font-weight: 700;
    font-size: 14px !important;
    /*font-family: 'Open Sans';*/
	    background: transparent;
		border-bottom: 2px solid #fff;
    padding-bottom: 8px;
}
.single-event .member-section .member-block h3{font-family: Montserrat;}

.single-leadershipsummit .member-section .member-block h3{font-family: Montserrat;}

#mega-menu-wrap-eventleadershipmenu #mega-menu-eventleadershipmenu > li.mega-menu-link.mega-btn.mega-menu-item.mega-menu-item-type-custom.signin span a {
    color: #fff !important;
    text-transform: capitalize !important;
    font-weight: 500;
    font-size: 14px !important;
	font-family: 'Open Sans';
    text-transform: uppercase !important;
}

@media only screen and (min-width: 1080px) {

.header-event-page   #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link.regis-btns_evnt {
   background: #89c95f!important;
    letter-spacing: 2.6px;
    padding: 0 34px;
    font-weight: 700;
}
.header-event-page ul#mega-menu-eventleadershipmenu li.mega-regis-btns_evnt  a.mega-menu-link{
    background: #89c95f!important;
    letter-spacing: 2.6px;
    padding: 0 26px !important;
    font-weight: 700!important;
    margin: 0px 15px!important;
    border: 0px!important;
}

.header-event-page ul#mega-menu-eventleadershipmenu li.mega-regis-btns_evnt  a.mega-menu-link{
    background: #89c95f!important;
    letter-spacing: 2.6px;
    padding: 0 30px !important;
    font-weight: 700!important;
    margin: 0px 15px!important;
    border: 0px!important;
}

li.regis-btns_evnt {
    margin-right: 11px!important;
    margin-left: 12px!important;
}
.single-partners section.pointclickcare-s-annual.mb-5.mt-0 {
    padding: 0px 100px;
}

.single-partners .member-section .member-block h3 {
    font-size: 22px!important;
    padding-bottom: 0px!important;
}
.single-partners  .textblockmodule.banner_below_text_secton-news .description p {
    color: #171717!important;
    font-size: 17px!important;
    line-height: 30px!important;
    font-family: 'Open Sans'!important;
    text-align: left;
    margin-bottom: 0px!important;
}
.single-partners .prightsection {
    margin-left: -31px;
}
.single-partners section.member-section.about .member-block {
    padding: 5% 50px!important;
}
.single-partners section.member-section.about.pt-3.pb-5 .col-lg-5{
flex: 0 0 45%!important;
max-width: 45%!important;
}
.single-partners section.member-section.about.pt-3.pb-5 .col-lg-7{
flex: 0 0 55%!important;
max-width: 55%!important;
}

}

.descpoup h4.sessiontime {
    font-size: 24px!important;
    padding: 5px 0px;
}

.countlist .owl-nav.disabled {
    display: none!important;
}

a.staffhover:hover .sessionlist li {
    color: #fff;
}
.content_presslist {
    position: absolute;
    right: 18px;
    top: 40%;
}
.pressroomrightsection{
background: #7F9834;
padding: 20px!important;
margin-bottom: 20px;
padding-right: 115px!important;
padding-bottom: 1px!important;
}
.pressroom-subheading{
    color: #fff;
    font-size:12px;
}
p.pressroomrt {
color: #fff;
padding-bottom: 0px;
font-size: 20px;
font-family: 'Playfair Display';
margin-bottom: 10px;
}


.expofooter . a.mailto {
    background: #89c95f!important;
}

.single-annualmeeting .maincontent .become-member-section ul li {
    list-style-type: disc;
}
.single-annualmeeting .maincontent .become-member-section ul {
    margin-left: 30px;
}

span.emailarrow {
    background: #7f9833;
    padding: 8px;
    border-radius: 100%;
    margin-right: 15px;
    padding-left: 10px;
    width: 38px;
    height: 38px;
}
span.emailarrow i.fa-solid.fa-arrow-right {
    font-size: 20px;
    font-weight: 700;
    width: 20px;
    height: 20px;
}
.slider_contentse_para a.btn.featuredbtnd{
background: #89c95f!important;  
}

.slider_contentse_para p {
    padding-bottom: 15px!important; 
    margin-bottom: 0px!important; 
}


/* Fonts Changes */
/*
body.single-annualmeeting, h4, h5, h3, h2, h1, h6, body.single-annualmeeting .member-section .member-block h3, body.single-annualmeeting h3.storyheading, body.single-annualmeeting .ourvalueheading, body.single-annualmeeting .authors_contents p, body.single-annualmeeting .author-names, body.single-annualmeeting ul#menu-footer li a, body.single-annualmeeting ul#menu-footerleft li a, body.single-annualmeeting .partnersection .registration-heading.text-center, body.single-annualmeeting .contact-section-home2 .heading, body.single-annualmeeting  .schedule-member-tabs-section .bg-coloreded p{font-family: 'Montserrat';}
*/
.postid-161683 #pageContent p a{color: #fff;  text-decoration: underline;}
.single-annualmeeting .summerttext p a{color: #a91c8e !important;  text-decoration: underline;}
.single-annualmeeting .summerttext p a:hover;{color: #a91c8e !important;}
/* End Fonts Changes */
#StatementsPressReleases .information_based_widget p a{ color: #fff;  text-decoration: underline;}
#StatementsPressReleases .divis_paread a {color: #fff;  text-decoration: underline;}

.table-layout-design .table-structured table tbody tr td:first-child {
    width: 30%;
}

.table-layout-design .table-structured table tbody tr td:last-child {
text-align: left!important;
padding-left: 30px!important;
}

.fulllistspeaker .contnts-blcked:hover {
    background: #a91c8e;
    color: #fff;
}
.fulllistspeaker .contnts-blcked h3,.fulllistspeaker ul.sessionlist li,.fulllistspeaker  .designation {
    color: #594099;
}
.fulllistspeaker .contnts-blcked:hover  h3.staff {
    color: #fff;
}


.single-annualmeeting #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .single-annualmeeting #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .single-annualmeeting #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #fff !important;
}

.member-tabs-section.pressroom.event_langings_sece.new-listing-class .details.tabright .summerttext ul
{
	padding-left: 25px !important;
}
 .member-tabs-section.pressroom.event_langings_sece.new-listing-class .details.tabright .summerttext ul li
{
	list-style:disc; 
	background:transparent;
	margin: 0;
    padding: 0;
	/*color: #fff;*/
}
.expofooter .cleft{position:inherit; bottom: auto;}
.accordion-new-class-sec .summerttext
{
	padding:6px 18px 23px;
}
.accordion-new-class-sec #pageContent ul {
    padding-left: 32px !important;
    margin-top: 20px;
}
.accordion-new-class-sec #pageContent ul li {
    list-style: disc;
    line-height: 7px;
}

.single-annualmeeting .member-tabs-section.pressroom .details.tabright ul li .summerttext a {
    display: initial;
    width: 100%;
}
 .single-annualmeeting .bg-coloreded a.fancybox.hidetrack.activetrack{
    display: inline-block!important;
}
.single-annualmeeting .member-tabs-section.pressroom.accordion-new-class-sec .details.tabright ul li .summerttext a {
   color: #000!important;
}
    

.single-annualmeeting  .member-tabs-section.pressroom.accordion-new-class-sec .details ul li ul li{
list-style-type: disc;
margin-left: 20px!important;
padding: 0px!important;
}

#mega-menu-wrap-eventanualexpomenu #mega-menu-eventanualexpomenu > li.mega-menu-item > a.mega-menu-link {
    color: #fff !important;
    text-transform: capitalize !important;
    font-weight: 500;
    font-size: 14px !important;
    font-family: 'Montserrat';
}
#mega-menu-wrap-eventanualexpomenu{background:transparent;}
#mega-menu-wrap-eventanualexpomenu #mega-menu-eventanualexpomenu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-eventanualexpomenu #mega-menu-eventanualexpomenu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-eventanualexpomenu #mega-menu-eventanualexpomenu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{background:transparent; border-bottom:2px solid #fff; }
#mega-menu-wrap-eventanualexpomenu #mega-menu-eventanualexpomenu > li.mega-menu-item > a.mega-menu-link:hover{background:transparent;}
#mega-menu-wrap-eventanualexpomenu #mega-menu-eventanualexpomenu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{background: #594099;    color: #fff !important;border-bottom: 1px solid #2b0b7a;
    text-transform: capitalize !important;
    font-weight: 500;
	border-bottom: 1px solid #871571;
    font-size: 14px !important;
    font-family: 'Montserrat';padding: 5px 10px 5px 10px;}
	
#mega-menu-wrap-eventanualexpomenu #mega-menu-eventanualexpomenu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{background:#2b0b7a;border-bottom: 1px solid #2b0b7a;}

.single-annualmeeting .header-event-page a.oauthloginbutton.btn.btn-social.btn-primary{font-family: 'Montserrat' !important;}
.header-event-page li.mega-menu-link.mega-btn.mega-menu-item.mega-menu-item-type-custom.signin span, .header-event-page li.mega-menu-link.mega-btn.mega-menu-item.mega-menu-item-type-custom.signin span a {color: #fff!important;font-family: 'Montserrat' !important; font-size: 13px !important; text-transform: uppercase !important;}

#mega-menu-wrap-eventanualexpomenu #mega-menu-eventanualexpomenu > li.mega-regis-btns_evnt > a.mega-menu-link {
    height: auto!important;
    background: #89c95f!important;
    letter-spacing: 2.6px;
    padding: 1px 11px!important;
    font-weight: 600!important;
    border-radius: 0px!important;
    font-size: 14px !important;
	margin-right:6px;
}
.mo_oauth_btn_{
font-size: 14px!important;
font-family: 'Montserrat'!important;   
}
.single-annualmeeting .textblockmodule.banner_below_text_secton-news .description h1, .single-annualmeeting .textblockmodule.banner_below_text_secton-news .description h2, .single-annualmeeting  .textblockmodule.banner_below_text_secton-news .description p{font-family: 'Montserrat' !important; }

.single-event .header__titles .custom-logo {
    max-width: 290px;
}

.single-leadershipsummit .header__titles .custom-logo {
    max-width: 290px;
}
.single-annualmeeting .header__titles .custom-logo {
    max-width: 280px;
}

.single-annualmeeting .header-event-page header a.mega-menu-link,.single-leadershipsummit .header-event-page header a.mega-menu-link {
font-size: 13px !important;
}
.single-annualmeeting .header-event-page header a.mega-menu-link,.single-event .header-event-page header a.mega-menu-link {
font-size: 13px !important;
}
.header-event-page li.mega-menu-link.mega-btn.mega-menu-item.mega-menu-item-type-custom.signin span{
font-size: 13px !important;  
}

/* Faq Start */

.lb-sticky-sidebar a.lb-txt-bold.lb-txt-none.lb-txt-16.lb-txt {
    display: flex;
    position: relative;
    color: #333!important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.3;
    margin-top: 15px;
    padding-left: 30px;
    font-size: 16px!important;
    font-weight: 600!important;
}
.lb-sidebar-header{
    padding-left: 30px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #545b64;
    font-size: 16px;
}
.lb-sticky-sidebar.lb-sticky-sidebar-modern .lb-toggle-wrapper {
    position: absolute;
    top: 0px;
    left: -10px;
    cursor: pointer;
    padding: 10px;
    z-index: 1;
}
.lb-sticky-sidebar.lb-sticky-sidebar-modern .lb-toggle {
    width: 19px!important;
    height: 19px!important;
    border-radius: 50%;
    background: #007dbc;
    border: 2px solid #007dbc;
    box-shadow: 0 1px 1px #aab7b8;
    cursor: pointer;
    padding: 8px 8px!important;

}
 .lb-sticky-sidebar.lb-sticky-sidebar-modern .lb-toggle:before {
    content: "\f104";
    left: -2px;
}
.lb-sticky-sidebar.lb-sticky-sidebar-modern .lb-toggle:before {
    position: relative;
    font-family: FontAwesome;
    color: #fff;
    font-size: 14px!important;
    font-size: 1.4rem;
    top: -4px;
}

.lb-sticky-sidebar.lb-sticky-sidebar-modern .details p {
padding-bottom: 8px!important;
}

.lb-grid h2{
    font-weight: 500;
    font-size: 24px!important;
    color: #000;
    padding-top: 0px;
}

section.landing_event_thought.mb-4.mt-5.pt-0.mr-top-minus.pastyear {
    margin-top: 0px!important;
    padding-top: 45px!important;
}
section.member-tabs-section.pressroom.schedule-member-tabs-section.pb-5.mb-5.sessionlist {
    margin-bottom: 0px!important;
}

.lb-grid .summerttextfaq ul li {
    font-size: 17px!important;
    padding: 0px 0!important;
    margin-left:35px!important;
}
.lb-grid .summerttextfaq ol li {
    font-size: 17px!important;
    padding: 0px 0!important;
    margin-left:35px!important;
    margin-bottom: 10px;
    list-style-type: inherit!important;
    font-family: 'Montserrat'!important;  
    line-height: 27px;
}
.lb-grid .summerttextfaq ol{
    padding-left:18px!important;
}
.single-annualmeeting table ul{
margin-left: 10px!important;   
}
div#stickysidebarmodern.faqsticky {
    width: 373px;
    position: fixed;
    top: 28.594px;
    left: auto;
    z-index: 200;
}
div#sectionfaqblock.faqstickyblock .lb-grid.col-md-8{
    padding-left: 420px;
    max-width: 99.666667%;
    flex: 0 0 99.666667%;
    z-index: 10;

}
p.faqquestion {
font-size: 20px!important;
padding-top: 10px!important;
}
.lb-floating-wrapper.mobile{
display: none;
}
div.mobile select {
padding: 5px 10px!important;
width: 100%!important;
    margin-bottom: 14px;
}
.lb-row.lb-row-max-large.lb-snap {
    border-bottom: 1px solid #c1b1b1;
    margin-bottom: 26px;
}
.summerttextfaq ul li{
    margin-left: 35x!important;
    line-height: 27px;
    margin-bottom: 10px;
}
.summerttextfaq ul li:before {
    content: ".";
    color: #147497;
    font-size: 70px;
    top: -2px;
    left: -5px;
    bottom: auto;
    line-height: 0;
    position: relative;
    font-size: 66px!important;
    left: -5px !important;
    top: 0px!important;
}
li.mega-menu-item.mega-menu-item-type-custom.mega-menu-item-object-custom.mega-align-bottom-left.mega-menu-flyout.mega-menu-item-77276.login a i{
 width: auto!important;   
}

a.leftactive {
    text-decoration: underline;
}

.lb-grid .summerttextfaq ul li{

}
.member-tabs-section .details .summerttextfaq p {
    padding-bottom: 12px;

}

ul.faqlist li.active a,ul.faqlist li a:hover{
    text-decoration: underline!important;
    text-underline-offset: 5px;
}
.summerttextfaq {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.lb-grid .summerttextfaq table ol li,.lb-grid .summerttextfaq table ul li {
    font-size: 14px!important;
    margin-left: 0px!important;
    text-align: left;
}

/* Faq End */

.single-annualmeeting #mega-menu-wrap-eventanualexpomenu #mega-menu-eventanualexpomenu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{margin:0px;}



.experience-elite{position:relative;}
.experience-elite h3.registration-heading.text-center:before {
    content: "";
    height: 1px;
    background: #dddddd;
    width: 375px;
    position: absolute;
    top: 20px;
    left: 0px;
}
.experience-elite h3.registration-heading.text-center:after {
    content: "";
    height: 1px;
    background: #dddddd;
    width: 375px;
    position: absolute;
    top: 20px;
    right: 0px;
}
.gold-sponsors{position:relative;}
.gold-sponsors h3.registration-heading.text-center:before {
    content: "";
    height: 1px;
    background: #dddddd;
    width: 375px;
    position: absolute;
    top: 20px;
    left: 0px;
}
.gold-sponsors h3.registration-heading.text-center:after {
    content: "";
    height: 1px;
    background: #dddddd;
    width: 375px;
    position: absolute;
    top: 20px;
    right: 0px;
}
.silver-sponsors{position:relative;}
.silver-sponsors h3.registration-heading.text-center:before {
    content: "";
    height: 1px;
    background: #dddddd;
    width: 375px;
    position: absolute;
    top: 20px;
    left: 0px;
}
.silver-sponsors h3.registration-heading.text-center:after {
    content: "";
    height: 1px;
    background: #dddddd;
    width: 375px;
    position: absolute;
    top: 20px;
    right: 0px;
}

.experience-elite .owl-centerdiv button.owl-prev, .gold-sponsors .owl-centerdiv button.owl-prev, .silver-sponsors .owl-centerdiv button.owl-prev
{left: -175px;    top: 14px;}

.experience-elite .owl-centerdiv button.owl-next, .gold-sponsors .owl-centerdiv button.owl-next, .silver-sponsors .owl-centerdiv button.owl-next
{top: 14px;    right: -180px;}
.row.listbox {
    padding: 25px 0px!important;
}
.moble-filesd {
    width: 25%!important;
}
.moble-locationesd {
    width: 60%!important;
}
.moble-filesd, .moble-locationesd, .moble-filesd-webite {
    line-height: 40px!important;
}


/* New NewsPage */
.newssectionlatests .owl-carousel .owl-dots.disabled, .newssectionlatests .owl-carousel .owl-nav.disabled {
    display: none !important;
}
.whatNewFromLeadingMenu .owl-nav button.owl-next:hover, .whatNewFromLeadingMenu .owl-nav button.owl-prev:hover {
    background: transparent !important;
    color: #000;
}
.LatestContentText .owl-stage {
    width: 100% !important;
}

.DateStoryHeading{text-transform: uppercase;font-size:12px; font-family: 'Open Sans', sans-serif;line-height:25px; letter-spacing:2.4px; color:#5c5a5c;}
.whatNewFromLeading{font-size:30px;   font-family: 'Playfair Display', serif;
    font-weight: 800;   padding: 10px 20px; color:#fff; background:#147497; line-height:40px;}
.whatNewFromLeadingMenuD-flex, .whatNewFromLeadingMenu {background: #EBEBEB; }
.MenuD-flexItem {font-size:14px;line-height:25px;  font-weight: 700;  }
/*.MenuD-flexItem.active,{border-bottom: 5px solid #147497;}
.MenuD-flexItem:hover{border-bottom: 5px solid #147497;}*/
.LatestColumnNewsImg img{width:100%;}
.LatestColumnNewsDate {font-size: 12px; font-family: 'Open Sans', sans-serif; line-height: 25px; letter-spacing: 2.4px; margin: 10px 0;  color: #5C5A5C;}
.LatestColumnNewsTitle {color: #171717; font-size: 22px; line-height: 30px; font-family: 'Playfair Display', serif;}
h3.LatestLeadingHeadheading {color: #147497; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 30px;line-height: 40px;}
.MenuD-flexItem a {border-bottom:5px solid transparent; text-decoration: none;text-align:center; display: block; padding: 10px 0px;  color: #171717;}
.MenuD-flexItem a:hover,.MenuD-flexItem a.active{border-color:#147497;}
.LatestLeadingDataColumn {
    /*display: flex;*/
    justify-content: space-between;
    align-items: flex-end;
	border-bottom: 1px solid #ddd;
    padding: 13px 0; 
}
.ReadMoreText a div {
    padding: 0px 10px 0px 0;
}
.DataDatePara:blank{display:none;}
/*.LatestLeadingDataColumn .DataColumnLeading:first-child {
    max-width: 650px;
}*/
/*.whatNewFromLeadingMenuD-flex.owl-carousel .owl-stage-outer {
    width: 70%;
    margin: 0 auto;
}*/
/*.whatNewFromLeadingMenuD-flex.owl-carousel .owl-stage-outer {
    width: 50%;
    margin: 0 auto;
}
.whatNewFromLeadingMenu .owl-item.active {
    width: auto!important;
    margin-right: 0px!important;
}*/
.page-template-page-newsnew img.my-class {
    object-position: center;
    object-fit: cover;
    height: 101px;
}
.home img.my-class {
object-position: center;
    object-fit: cover;
    height: 160px;
}
#leadership .MemberHighlightsNews .MemberHighlightsRow:nth-child(2) .my-class {
    object-position: top;
}
.AddFreeImage {
    background: #837866;
} 
.add-text-contents {
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 43px;
	    padding: 80px 15px;
    font-family: 'Playfair Display';
}
.add-text-contents_bottom {
    position: absolute;
    bottom: 8%;
    right: 4%;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 2.4px;
    color: #171717;	
    font-weight: 700;
    font-family: 'Open Sans';
}
.sign-uping-class {
    font-size: 11px !important;
    font-family: 'Open Sans' !important;
    letter-spacing: 2.4px !important;
    line-height: 31px !important;
}
.ReadMoreText a {font-family: 'Open Sans', sans-serif; text-decoration: none; font-weight: 600; display: flex;align-items: center; justify-content: flex-start; font-size: 12px;  line-height: 25px;  letter-spacing: 2.4px; color: #5C5A5C;}
.ReadMoreText a img{  filter:brightness(0.8);}
.DataDate {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 2.4px;
    color: #5C5A5C;
    font-weight: 600;
}
.BackGroundColor {
    background: #147497;
    padding: 20px;
}
.FeaturedNewsNewWorkforceColumnPara{
	padding: 0px 20px;
}
.FeaturedNewsNewWorkforceColumnPara .repeacter-contents:first-child {
    padding-top: 0;
}
.FeaturedNewsNewWorkforceColumnPara .repeacter-contents {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.ContentNewsNewWorkforceColumnPara {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}
.BackGroundColor .FeaturedNewsNewWorkforce {
/*    letter-spacing: 2.6px;
    line-height: 25px;
    font-size: 16px;*/
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    display: inline-block;
}
.FeaturedNewsNewWorkforceColumnImg {
    height: 330px;
    overflow: hidden;
}
.MemberHighlightsRow {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
	border-bottom: 1px solid #ddd;
}
.MemberHighlightscol:first-child {width:50%;}
.MemberHighlightscol:first-child img{width:100%;}
.MemberHighlightsNews h5 {
    font-size: 30px;
    line-height: 40px;
    color: #147497;
    font-family: 'Playfair Display';
    margin: 20px 0;
    font-weight: 700;
}
.FeaturedNewsNewWorkforceRow {
    display: flex;
    justify-content: flex-start; 
 align-items: flex-start;
}
a.btn_news_New {
    background: #7F9834;
    padding: 10px 40px;
    margin: 10px 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2.6px;
    font-size: 13px;
    line-height: 26px;
}
.FeaturedNewsNewWorkforceColumnArrow {
    width: 86px;
    display: flex;
    justify-content: flex-end;
}
.page-template-page-newsnew-php .member-recommended.stay-connetcse.signupform p{margin-bottom:0px;}
.page-template-page-newsnew-php .member-recommended.stay-connetcse.signupform  input{margin-bottom:10px;}
.page-template-page-newsnew-php .member-recommended:nth-child(1):after, .page-template-page-newsnew-php .single-newsroom_post .member-recommended:after{display:none;}
.DataDatePara {
    color: #171717;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 0;
    padding-top: 0px;
}
.DataDateTitle, .DataDateTitle h3 {
    color: #171717;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
	
	padding: 6px 0;
    -webkit-box-orient: vertical;
    padding-top: 0px;
}
.events_section_page .events_named h4.Headings_Green {
    background: #7F9834;
    width: fit-content;
    padding: 3px 15px;
    color: #fff;
    text-transform: inherit;
    letter-spacing: inherit;
}
.events_section_page .events_named p a{max-width:700px; text-decoration:none;}
.EventsDetailsNews .events_named:hover {
    background: #F4F4F4;
}
.events_section_page .events_named h4.Headings_Green img {
    padding-right:5px;
}
.DataDateTitles {
    color: #171717;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
	padding: 6px 0;
   
}
.YourNewsHeadings {
    color: #55691A;
    font-weight: 700;
}
.EventsDetailsNews .events_named {
    padding: 10px;
	margin-bottom: 20px;
}


/* End New NewsPage */
@media only screen and (min-width: 1080px) {
.col-lg-4.tableft {
    max-width: 28.333333%;
}
}

.moble-filesd, .moble-locationesd, .moble-filesd-webite {
    line-height: 36px;
}

.members-access-error {
    padding: 100px;
}

ul#mega-menu-eventleadershipmenu{
  visibility: visible;
    text-align: left;
    padding: 0px 0px 0px 0px;  
}

ul#mega-menu-eventleadershipmenu > li.mega-menu-item {
    margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    padding: 0 15px;
}
.press-cat {
    text-align: center;
    font-style: italic;
    padding: 12px 0px 28px;
}
.single-annualmeeting .header__navigation{
z-index: 2!important;    
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff!important;
}

.page-template-page-home-2  .no-slider {
    margin: 0px auto;
    text-align: center;
}
.page-template-page-home-2 .no-slider .item {
    display: inline-block;
    width: 30%;
}
.page-template-page-home-2  .no-slider2 {
    margin: 0px auto;
    text-align: center;
}
.page-template-page-home-2 .no-slider2 .item {
    display: inline-block;
    width: 22%;
}
.page-template-page-home-2  .owl-centerdiv {
    width: 85%;
}
.page-template-page-home-2 .no-slider .item img {
    width: 95%;
}
.single-annualmeeting .mo_oauth_login_button_font {
    letter-spacing: 2.6px!important;
}
.single-leadershipsummit .mo_oauth_login_button_font{ 
    letter-spacing: 2.6px!important;
}
.page-template-page-partners section.pb-0.pt-2.yoastbreadcrumb {
    margin-bottom: 10px;
}
.notificationmain {
    background: #822b35;
    color: #fff;
    padding: 9px 25px;
    position: relative;
    margin-bottom: 25px;
}
.notificationmain h1{
    color: #fff;
    font-size: 24px;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}
a.btn.featuredbtnd.linknotification{
background: #fff!important;
padding: 12px 25px!important;
font-size: 1rem!important;
width: auto!important;
display: inline-block!important;
}
span.closebtn {
    position: absolute;
    right: 12px;
    font-size: 25px;
    cursor: pointer;
    bottom: 75px;
    z-index: 10;
}
a.notificationlink {
    color: #fff;
    border: 1px solid;
    padding: 9px 25px;
    border-radius: 5%;
    text-decoration: none;
}
.single-newsroomcalendar .contented--paread ul li span, .single-newsroomcalendar .contented--paread ul li {
    color: #171717;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans';
    text-align: left;
    margin-bottom: 0px;
}
.single-newsroomcalendar .contented--paread ul li:before {
    content: ".";
    color: #147497;
    font-size: 70px;
    top: -2px;
    left: -5px;
    bottom: auto;
    line-height: 0;
    position: relative;
    font-size: 55px!important;
    margin-left: 35px!important
}
.single-newsroomcalendar .contented--paread ul li ul{
    margin-left: 90px;
}
.single-newsroomcalendar .contented--paread ul li ul li:before{
margin-left: 0px!important;
}
.mobileimage{
display: none;
}
.boxes.mobileSlider .newslider .leftblockslider {
    display: inline-block;
    width: 40%;
}

.boxes.mobileSlider .newslider .rightblockslider{
position:relative;
display: inline-block;
width: 59%;
vertical-align: top;
height: 100%;
background-size: cover!important;
background-repeat: no-repeat!important;
float: right;
}
.boxes.mobileSlider .textglobalslide{
transition: 0.5s all ease;
transform: scale(1);
padding: 0px 10px;
vertical-align: middle;
display: flex !important;
align-items: center;   
}
.boxes.mobileSlider .frame .box.active .textglobalslide p{
margin-bottom: 0px;
}
.boxes.mobileSlider i.fa-solid.fa-arrow-right.botomarrow {
    background: url(../png/arowleft-3.png);
    background-size: 48px;
    left: auto;
    right: 28px!important;
    cursor: pointer;
    filter: hue-rotate(119deg);
    background-repeat: no-repeat;
    left: auto!important; 
        width: 48px;
    height: 48px;
    bottom: 15px!important;
    bottom: auto!important;
    top: 180px;
}
.boxes.mobileSlider h2 {
font-size: 25px;
    margin-bottom: 0px;
    padding-bottom: 2px;
}
.boxes.mobileSlider i.fa-solid.fa-arrow-left.botomarrow {
    left: 44%;
    background: url(../png/arowleft-3.png);
    transform: rotate(180deg);
    background-size: 48px;
    left: 25px!important;
    right: 28px!important;
    cursor: pointer;
    filter: hue-rotate(119deg);
    background-repeat: no-repeat;
        width: 48px;
    height: 48px;
    right: 81px!important;
    bottom: 15px!important;
    bottom: auto!important;
    top: 180px;

}
.boxes.mobileSlider .frame .boxes .botomarrow {
    width: 48px;
    height: 48px;
}
.boxes.mobileSlider .newslider {
    display: none;
}
.boxes.mobileSlider .mid-section {
    min-height: 355px;
    color: #fff;
}

.boxes.mobileSlider .newslider.active {
    display: block;
}
.boxes.mobileSlider .fa-arrow-right:before,.boxes.mobileSlider .fa-arrow-left:before{
    display: none;
}
.mobileproslider{
    display: none;
}
.boxes.mobileSlider{
display: none;
}
.boxes.mobileSlider p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.boxes.mobileSlider{
    position: relative;
}

.home .imageoverlay.signin .imageblock {
    height: 170px!important;
}
.home .latest-insights .imageoverlay.signin .imageblock img {
    width: auto;
    min-height: 170px;
}

.home .lock .fa-lock:before{
    display:none;
}
.home .latest-insights .homelogin .imageoverlay::before{content: ''; position: absolute;background-color: rgba(0, 0, 0, 0.5);width: 100%; height: 100%; left: 0;top: 0;z-index: 1;}
.home .latest-insights .homelogin .imageoverlay.signin .imageblock img {
    width: 100%;
    min-height: 170px;
}
.home .latest-insights .owl-carousel .owl-item img{
    width: 100%; 
}
#leadership .MemberHighlightscol {
    height: 101px;
    overflow: hidden;
}
.MemberHighlightscol {
    height: 101px;
    overflow: hidden;
}

h3.DateStoryHeading.pt-0{font-size: 15px;}
/*.whatNewFromLeadingMenu .owl-item.active {
    width: auto!important;
    margin-right: 0px!important;
}*/
.DataColumnReadMore {
    display: inline-block;
    padding-left: 0px;
}
.single-topic #mega-menu-primary li#mega-menu-item-87191 a,.single-resources #mega-menu-primary li#mega-menu-item-87191 a{
 color: #5C5A5C!important;
font-weight: 700!important;   
}

.page-id-8185 #mega-menu-primary li#mega-menu-item-87160 a,.single-newsroomcalendar #mega-menu-primary li#mega-menu-item-87160 a{
color: #5C5A5C!important;
font-weight: 700!important;       
}

.single-newsroom_post #mega-menu-primary li#mega-menu-item-87191 a{
color: #5C5A5C!important;
font-weight: 700!important;       
}
.page-template-page-search #mega-menu-primary li#mega-menu-item-87255 a{
color: #5C5A5C!important;
font-weight: 700!important;       
}
.mobilenewstitle{
    display: none;
}
section.logigblock.locknewdesign {
    padding-left: 100px!important;
    padding-right: 100px!important;
    width: 65%;
    padding-bottom: 35px!important;
}
.searchfiltermobile{
    display: none!important;
} 
.Click-here {
  cursor: pointer;
  background: #fff;
  color: #147497;
  width: 249px;
  text-align: center;
  font-size: 16px;
  font-weight:700;
  padding: 15px 0;
  margin: 15px auto;
  transition: background-image 3s ease-in-out;
  box-shadow: 1px 2px 4px #5c5959;
}
.Click-here i {
  font-size: 15px !important;
  margin-right: 5px;
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  outline: 0;
  text-align: left;
  padding: 20px;
  max-height: calc(100vh - 0px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
p.downloadlink a {
    color: #000;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Open Sans';
}
section.workforce-list.resourcelist.related_mentionsa ul.newslistblock li h4.summary__heading {
    color: #000 !important;
    font-size: 20px !important;
    line-height: 29px !important;
    text-decoration: none !important;
    font-family: 'Open Sans';
    font-weight: 500;
}
section.workforce-list.resourcelist.related_mentionsa ul.newslistblock li{
	border-bottom: 1px solid #00000038!important;
}
section.workforce-list.resourcelist.related_mentions ul.newslistblock li h4.summary__heading {
    font-size: 15px !important;
    color: #171717 !important;
	font-weight: 600;
    text-decoration: none !important;
}
img.rotedes-imagess {
    width: 25px;
    margin-right: 7px;
}
.page-template-page-search .close-btn {
position: absolute;
right: auto;
top: 4px;
cursor: pointer;
z-index: 99;
font-size: 37px;
color: blue;
padding: 2px 10px;
left: 20px;
}
.page-template-page-search .model-open .bg-overlay {
    background: #f4f4f4;
}

.slidersAgeLogingsContent {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 5%;
    left: 0;
    transform: translateY(23%);
}
.slidersAgeLogingsContent.newmobileslider {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: auto;
}
.images_contentsSectionMAine{text-align:center;}
.mobileSlider .slider_edleadingAge{height:100% !important;}
.lockbtnsIcons {
    position: absolute;
    right: 25px;
    bottom: 25px;
	z-index: 10;
}

.slider_edleadingAge {
    background: #00000047;
    position: absolute;
    top: 0;
    width: 100%;
    height: 161px !important;
}
.home .latest-insights .owl-carousel .owl-item  .slider_edleadingAge img,.page-template-page-aboutus .latest-insights .owl-carousel .owl-item  .slider_edleadingAge img {
       width: 20% !important;
    margin: 0 auto;
}
.contentwithlock {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    display: block;
}

.single-resources .related_mentionsa .newslistblock .rotedes-images {
    transform: rotate(0deg);
}
.single-resources section.workforce-list ul.newslistblock li {
    padding: 11px 0px;
}
.single-resources section.workforce-list ul.newslistblock li h4.summary__heading{
    margin-bottom: 0px;
}


.LatestColumnNewsImg {
    position: relative;
}
.LatestColumnNewsImg .slider_edleadingAge {
    background: rgb(23 23 23 / 70%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100% !important;
}
.latest-insights .owl-carousel .owl-item .images_contentsSectionMAine img {
    width: 17% !important;
    margin: 0 auto;
}
.images_contentsSectionMAines {
    display: flex;
    align-items: center;
    gap: 10px;
}
.images_contentsSectionMAines img{padding-bottom:6px;}
.MemberHighlightsNews .images_contentsSectionMAine img {
    width: 50px;
}
.MemberHighlightsNews .slider_edleadingAge{height:100% !important;}

.single-newsroom_post .settings_sections_contents ul li:before {
    left: -16px !important;
    top: -3px!important;
}
.latest-insights  .owl-carousel .owl-item .latest-insightsmodule .slider_edleadingAge .slidersAgeLogingsContent img {
    width: 20% !important;
    margin: 0 auto;
}
.latest-insightsmodule a{
opacity: 0.9;
}
.latest-insightsmodule .slider_edleadingAge {
    height: 165px !important;
}
.single-newsroom_post .textblockmodule .description ul li span, .single-newsroom_post .textblockmodule .description ul li{display:flex; flex-direction: column; }
 .datesde_img img {
    
    height: 40px;
}
.MobilesrecommendeShare p.wp_ulike_btn.wp_ulike_put_text.wp_post_btn_111819 {
    margin-top: 5px;
    margin-bottom: 5px;
}.MobileSectionIN-Serialpost {
    display: none;
}

.single-resources .reportblocknew .rotedes-images {
    transform: rotate(0deg);
    width: 20px;
    margin-right: 7px;
}
.mobilecarousel{
display: none;
}
.mobilecarousel .imageoverlay {
    position: relative;
}
.mobilecarousel .imageoverlay .imageblock{
   max-height: 160px!important;
}
.single-serialpost .members-access-error {
    padding: 13px 120px;
    text-align: left;
    padding-top: 34px;
    display: inline-block;
    padding: 0px!important;
    padding-top: 30px!important;
}
.joinFromLeadingMenu a.active {
    border-radius: 0;
    font-size: 12px;
    line-height: 25px;
    padding: 10px 18px !important;
    background-color: #7F9834;
    opacity: 1;
    border-color: #7F9834 !important;
    color: #fff;
}
.joinFromLeadingMenu a{
     border-radius: 0;
    font-size: 12px;
    line-height: 25px;
    padding: 10px 18px !important;
    color: #AFAFAF;   
}

.joinFromLeadingMenu{
    display:none;
}
a.fancybox.test123 {
    position: inherit;
}
.memberonlyblock{
    color:#7F9834;
    text-transform: Uppercase;
}
.page-template-page-newsnew .sliders-Latest_news_main .owl-nav button.owl-next{
    top: -15px;
    right: -12px;
}
.page-template-page-newsnew .sliders-Latest_news_main .owl-nav button.owl-prev {
    top: -15px;
    left: -13px;
}
.single-annualmeeting #mega-menu-wrap-eventanualexpomenu #mega-menu-eventanualexpomenu > li.mega-menu-item > a.mega-menu-link{
padding: 0px 1px 0px 8px;    
}
.single-annualmeeting #mega-menu-wrap-eventanualexpomenu #mega-menu-eventanualexpomenu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
margin: 0 0 0 0px; 
display: initial!important;   
}
span.memberonlyblock.resourcelock {
font-size: 12px;
padding-left: 12px;
font-weight: 600;
    line-height: 25px;
    letter-spacing: 2.4px;
}
span.memberonlyblock.topicslock {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 2.4px;
}
span.memberonlyblock.eventslock{
    font-size: 12px;
    color: #55691A;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 2.4px;
}
span.memberonlyblock.customlock{
color: rgb(19, 38, 58);
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 2.4px;
}

.blackoption h1.custommeber {
    margin-top: 0px!important;
    padding-top: 0px!important;
}
table tr a {
    color: #171717;
}
table tbody tr td{
     color: #000;   
}
.castlisttemplate .col-lg-9.details.tabright ul li:before{
content: ''!important;
}
.castlisttemplate .col-lg-3.mb-2 a{
color:#fff;
}
.videospacing{
    margin-bottom:8px!important;
}
.textblockmodule.banner_below_text_secton-news .description p{
padding-bottom: 10px!important;    
}
 section.additional-section.module-video-block p {
    color: #171717;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans';
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 10px!important;
} 

.single-newsroom_post .textblockmodule.banner_below_text_secton-news .description h1,.single-shortbulletin .textblockmodule.banner_below_text_secton-news .description h1,.single-serialpost .textblockmodule.banner_below_text_secton-news .description h1{
    font-size: 30px;
    line-height: 40px;
    color: #171717;
    font-family: 'Playfair Display';
    margin-bottom: 10px;
}

.single-newsroom_post .textblockmodule.banner_below_text_secton-news .description h2,.single-shortbulletin .textblockmodule.banner_below_text_secton-news .description h2,.single-serialpost .textblockmodule.banner_below_text_secton-news .description h2 {
font-size: 28px;
line-height: 40px;
color: #171717;
font-family: 'Playfair Display';
}

.single-newsroom_post .textblockmodule.banner_below_text_secton-news .description h3,.single-shortbulletin .textblockmodule.banner_below_text_secton-news .description h3,.single-serialpost .textblockmodule.banner_below_text_secton-news .description h3 {
font-size: 26px;
line-height: 40px;
color: #171717;
font-family: 'Playfair Display';
}
.single-newsroom_post .textblockmodule.banner_below_text_secton-news .description h4,.single-shortbulletin .textblockmodule.banner_below_text_secton-news .description h4,.single-serialpost .textblockmodule.banner_below_text_secton-news .description h4 {
font-size: 24px;
line-height: 40px;
color: #171717;
font-family: 'Playfair Display';
}
.single-newsroom_post .textblockmodule.banner_below_text_secton-news .description h5,.single-shortbulletin .textblockmodule.banner_below_text_secton-news .description h5,.single-serialpost .textblockmodule.banner_below_text_secton-news .description h5 {
font-size: 22px;
line-height: 40px;
color: #171717;
font-family: 'Playfair Display';

}
.single-newsroom_post .textblockmodule.banner_below_text_secton-news .description h6,.single-shortbulletin .textblockmodule.banner_below_text_secton-news .description h6,.single-serialpost .textblockmodule.banner_below_text_secton-news .description h6 {
font-size: 20px;
line-height: 40px;
color: #171717;
font-family: 'Playfair Display';
}

.textblockmodule.banner_below_text_secton-news .description .wpDataTables table tr ul li {
    margin-left: 0px!important;
}
.textblockmodule.banner_below_text_secton-news .description .wpDataTables table tr ul{
  margin-left: 0px!important; 
    padding-left: 0px!important;    
}

p:empty{
display: none;
}
section.additional-section.module-video-block {
    margin-bottom: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 7px!important;
}
.page-id-503941 section.banner_below_text_secton-news.textblockmodule.pt-3.pb-3 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
}
.wpDataTablesWrapper tr.wpdt-cell-row br {
    display: none;
}
.wpdt-c.wpDataTableContainerSimpleTable{
    margin: 0px!important;
}


.page-template-page-full h1,.page-template-page-custom h1{
font-family: 'Playfair Display', serif;
font-size: 36px;
color: #171717;
margin: 0 !important;
padding: 0;
font-weight: 500;   
}

.page-template-page-full h4,.page-template-page-custom h4{
font-family: 'Playfair Display', serif;
font-size: 28px;
color: #171717;
margin: 0 !important;
padding: 0;
font-weight: 500;   
}

.page-template-page-full h5,.page-template-page-custom h5 {
font-family: 'Playfair Display', serif;
font-size: 26px;
color: #171717;
margin: 0 !important;
padding: 0;
font-weight: 500;
clear: both;
}
.page-template-page-full h6,.page-template-page-custom h6 {
font-family: 'Playfair Display', serif;
font-size: 24px;
color: #171717;
margin: 0 !important;
padding: 0;
font-weight: 500;
clear: both;
}

section.Featured-section.blackoption {
    padding-bottom: 20px;
}

.page-template-page-custom .textblockmodule.banner_below_text_secton-news .description h1{
    font-size: 30px;
    line-height: 40px;
    color: #171717;
    font-family: 'Playfair Display';
    margin-bottom: 10px;
}
.page-template-page-custom .textblockmodule.banner_below_text_secton-news .description h2{
font-size: 28px;
line-height: 40px;
color: #171717;
font-family: 'Playfair Display';
}
.page-template-page-custom .textblockmodule.banner_below_text_secton-news .description h3{
font-size: 26px;
line-height: 40px;
color: #171717;
font-family: 'Playfair Display';
}
.page-template-page-custom .textblockmodule.banner_below_text_secton-news .description h4{
font-size: 24px;
line-height: 40px;
color: #171717;
font-family: 'Playfair Display';
}
.page-template-page-custom .textblockmodule.banner_below_text_secton-news .description h5{
font-size: 22px;
line-height: 40px;
color: #171717;
font-family: 'Playfair Display';
}
.page-template-page-custom .textblockmodule.banner_below_text_secton-news .description h6{
font-size: 20px;
line-height: 40px;
color: #171717;
font-family: 'Playfair Display';
}

.page-template-page-custom h5{
font-family: 'Playfair Display', serif;
font-size: 20px;
line-height: 29px;
color: #fff;
}

.page-template-page-custom h6{
font-family: 'Playfair Display', serif;
font-size: 18px;
line-height: 29px;
color: #fff;   
}
.videospacingright{
float: right;
margin: 8px 0px 0px 10px;
width: 50%;
}
.videospacingleft{
float: left;
 margin: 8px 20px 8px 0px!important;
width: 50%;   
}
.single-newsroomcalendar .details-eventstop {
    width: 100%;
    height: auto;
    position: relative;
}

.single-newsroomcalendar span.memberonlyblock.eventslock {
    position: absolute;
    top: 5px;
}
.single-newsroomcalendar .leadingage_esvent.mb-3 {
    margin-right: 10px;
}
.single-newsroomcalendar .details-eventstop .leadingage_esvent{
    margin-right: 10px;   
}
.expomemberblock a.btn.featuredbtn {
    border-radius: 0px;
}
/*  Start single-partners */

.single-partners .textblockmodule.banner_below_text_secton-news .description ul li:before {
font-size: 55px!important;
left: -1px !important;
top: -3px!important;
}
.single-partners .textblockmodule ul {
    margin-left: 0px!important;
}

.single-partners .textblockmodule .description ul li,.single-partners .textblockmodule .description ol li {
color: #171717!important;
font-size: 17px;
line-height: 30px;
font-family: 'Open Sans';
text-align: left;
margin-bottom: 0px;
}

section.Featured-section.video {
    margin-bottom: 30px;
}
section.Featured-section.video  .desc {
    padding: 7.85% 10%!important;
}

.wp-video {
    width: 100%;
    overflow: hidden!important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

.col-lg-5.nopaddings.pl-0.featureright.col-xs-12.vedioblocksection{
  background: #222;  
}

}
.single-partners section.pointclickcare-s-annual.mb-5.mt-0 {
    padding: 0px 100px;
}
/*  End single-partners */

.member-tabs-section.pressroom .details.tabright ul.faqlist li {
    padding: 1px 0!important;
}

i.fa-solid.fa-arrow-right.rticon {
    font-size: 16px!important;
    width: 16px!important;
    height: 16px!important;
    position: relative;
    bottom: 1px;
}
.informationblockarrow i.fa-solid.fa-arrow-right.rticon,.acrotate i.fa-solid.fa-arrow-right.rticon{
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);   
}

@media (max-width: 767px){
div#stickysidebarmodern .lb-floating-wrapper.desktop {
    display: none;
}
div#stickysidebarmodern.faqsticky .lb-floating-wrapper.mobile{
display: block!important;
}

.lb-floating-wrapper.mobile{
position: fixed;
top: 0px;
width: 100%;
background: #fff;
left: 0px;
padding: 15px;
padding-bottom: 0px;
z-index: 100;
}
div#sectionfaqblock.faqstickyblock .lb-grid.col-md-8 {
    padding-left:15px!important;
}
div#stickysidebarmodern.faqsticky {
    width: 100%!important;
    position: static!important;
}
.summerttextfaq ul {
    margin-left: 23px!important;
 font-family: 'Montserrat' !important;   
}
.summerttextfaq p,.summerttextfaq ul li{
 font-family: 'Montserrat' !important;   
     font-size: 16px !important;
    line-height: 25px !important;
}
.summerttextfaq ul li{
     margin-left: 25px!important;   
}
p.faqquestion {
    line-height: 30px !important;
    font-family: 'Montserrat' !important;
}
}
.depatstaff{
    position: relative;
}

.departmentlist {
    position: absolute;
    bottom: 23px;
    color: #fff;
    padding: 25px;
}
.departmentlist a{
     color: #171717!important;  
}
.departmentlist a:hover{
    color: #fff;
}
.depatstaff-hover .departmentlist a{
     color: #fff!important;  
}

.col-md-3.mb-3.tablistleftside ul li:before {
    content: ""!important;
}