/*
Theme Name: Texas Plant Protection
Author: Texas Plant Protection
Description: 
Version: 1.2
*/

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

h1{
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #333333;
}

h2{
    font-weight: 600;
    font-size: 46px;
    line-height: 60px;
    color: #333333;
}

h3{
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    color: #333333;
}

h4{
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
}

h5{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

h6{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

p{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.button {
    border: none;
    padding: 12px 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    background: #78ac40;
}

.button:hover{
    background-color: #353535;
    border-color: #353535;
    color: #fff;
}

.header {
    background-color: #78ac40;
    width: 100%;
    transition: top 1s ease-in-out, opacity 1s ease-in-out;
    top: 0;
    position: absolute;
    z-index: 5000;
}

.header.sticky{
    opacity: 1 !important;
    position: fixed;
    top: 0;
    z-index: 5000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header .container{
    max-width: initial !important;
}

.header-left img {
    margin: 15px 0;
    width: 100px;
    max-width: 100%;
    height: auto;
}

.header-right{
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-right>div{
    height: 100%;
}

.header-right .menu-close {
    display: flex;
    justify-content: end;
}

.header-right .menu-close img{
    width: 24px;
    height: auto;
    margin: 26px 18px 0 0;
    cursor: pointer;
}

.header-menu{
    height: 100%;
}

.header-menu>li{
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.header-menu>li>a{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.header-menu>li>div>a{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.header-menu>li.current-menu-item>a{
    color: #000;
}

.header-menu>li.current-menu-item>div>a{
    color: #000;
}

.header-menu>.sub-menu-container:hover>div>a{
    color: #fff;
}

.header-menu>li>a:hover{
    color: #000;
}

.header-menu>li>div>a:hover{
    color: #000 !important;
}

.header-menu .sub-menu-container{
    position: relative;
}

.header-menu .sub-menu-container>div>img{
    width: 14px;
    height: auto;
    margin-left: 10px;
}

.header-menu .current-menu-item.sub-menu-container>div>img{
    filter: invert(100%) brightness(0%) contrast(100%);
}

.header-menu .sub-menu-container:hover>div>img{
    /* filter: invert(29%) sepia(82%) saturate(5721%) hue-rotate(147deg) brightness(92%) contrast(82%); */
}

.header-sub-menu{
    position: absolute;
    z-index: 5000;
    top: 100%;
    flex-direction: column;
    background-color: #353535;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0 !important;
}

/*.header-menu .sub-menu-container:hover>.header-sub-menu{
    display: flex;
}*/

.header-sub-menu>li{
    padding: 0 !important;
}

.header-sub-menu>li:last-child{
    position: relative;
}

.header-sub-menu>li:last-child>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu li:nth-child(2) .header-sub-menu>li:last-child>div>img {
    width: auto;
    height: 100%;
    margin-right: 15px;
    rotate: -90deg;
    filter: unset !important;
}

.header-menu li:nth-child(2) .header-sub-menu>li.current-menu-item>div>img {
    filter: invert(29%) sepia(82%) saturate(5721%) hue-rotate(147deg) brightness(92%) contrast(82%);
}

.header-menu li:nth-child(2) .header-sub-menu>li:last-child:hover>div>img {
    filter: invert(29%) sepia(82%) saturate(5721%) hue-rotate(147deg) brightness(92%) contrast(82%);
}

.header-sub-menu>li>a{
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.header-sub-menu>li>div>a{
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.header-sub-menu>li.current-menu-item>a{
    color: #fff;
    background: #78ac40;
}

.header-sub-menu>li.current-menu-item>div>a{
    color: #17844a;
}

.header-sub-menu>li>a:hover{
    color: #17844a;
}

.header-sub-menu>li>div>a:hover{
    color: #17844a;
}

.header-menu li:nth-child(2) .header-sub-menu>li:last-child:hover>div>a{
    color: #17844a;
}

.header-sub-menu>li:last-child>ul{
    position: absolute;
    z-index: 5000;
    left: 100%;
    top: 0;
    flex-direction: column;
    background-color: #353535;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0 !important;
}

/*.header-sub-menu>li:last-child:hover>ul{
    display: flex;
}*/

.header-sub-menu>li:last-child>ul>li{
    padding: 0;
}

.header-sub-menu>li:last-child>ul>li>a{
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.header-sub-menu>li:last-child>ul>li.current-menu-item>a{
    color: #fff;
    background: #78ac40;
}

.header-sub-menu>li:last-child>ul>li>a:hover{
    color: #17844a;
}

.header-right>img{
    margin-left: 40px;
    width: 16px;
    height: auto;
    cursor: pointer;
}

.header-right .menu-icon{
    width: 24px;
    height: auto;
    display: none;
}

.header-background{
    position: fixed;
    width: 0;
    height: 100%;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    transition: width 0.5s ease-in-out;
}

.header-background.active{
    width: 100%;
}
.header + #page-content {
    margin-top: 130px;
}

.footer{
    border-radius: 0;
    background-image: url(https://texasplantprotection.xcelanceweb.com/wp-content/uploads/2024/08/cotton-plants-free-photo.jpg);
    background-position: center;
    position: relative;
    background-size: cover;
}

.footer-heading{
    width: 100%;
    text-align: center;
    margin: 40px 0;
    color: #fff;
}

.footer-tppa-person h4{
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
}

.footer-tppa-person h5{
    margin: 0 0 5px;
    color: #fff;
    font-weight: 600;
}

.footer-tppa-person h6{
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer-contact-info h4{
    margin: 0 0 0px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.footer-contact-info h5{
    margin: 0 0 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.footer-contact-info h5:last-of-type{
    margin: 0;
    line-height: normal;
}

.footer-divider{
    background-color: #ffffff63;
    width: 100%;
    height: 1px;
    margin-top: 50px;
}

.footer-image {
    display: flex;
    justify-content: end;
}

.footer-image img{
    width: 400px;
    height: auto;
    max-width: 100%;
}

.footer-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

.footer-bottom h6{
    font-weight: 600;
    text-decoration: none;
    margin: 5px;
    color: #fff;
}

.footer-bottom h6:last-of-type{
    font-weight: normal;
}

.educational-conferences {
    background-color: #d0ded0;
    position: relative;
    margin-top: -130px;
    display: flex;
    align-items: center;
}

.educational-conferences img{
    width: 100%;
    height: auto;
    min-height: 500px;
    object-fit: cover;
}

.educational-conferences-heading{
    position: absolute;
    top: 45%;
    width: 100%;
}

.educational-conferences h2{
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
    color: #fff;
    font-weight: 300;
    font-size: 69px;
    line-height: 83px;
    color: #ffffff;
    position: relative;
}

.educational-conferences h2 span{
    font-weight: 700;
}

.conference-announcement{
    /* background-image: url('/wp-content/themes/texasplantprotection/images/conference-announcement-background.png'); */
    background-repeat: no-repeat;
    background-size: contain;
    margin: 60px 0;
    text-align: center;
}

.conference-announcement-left h1{
    margin: 10px 0 0;
}

.conference-announcement-left h3{
    margin: 30px 0 0;
    color: #78ac40;
}

.conference-announcement-left h5{
    margin: 30px 0 0;
    font-weight: 400;
    line-height: 30px;
}

.conference-announcement-left p{
    margin: 20px 0 0;
}

.conference-announcement-image {
    display: flex;
    justify-content: end;
}

.conference-announcement-image img{
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

.about-us{
    background-color: #e8f1e8;
    border-radius: 0;
    padding: 0 0 15px 0;
}

.about-us-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-us-content h2{
    margin: 40px 0 0;
}

.about-us-content p{
    margin: 10px 0 0;
    font-weight: 400;
    text-align: center;
}

.about-us-content img{
    width: 110px;
    height: auto;
    margin-top: 20px;
}

.about-us-content a{
    margin: 30px 0 40px;
    text-decoration: none !important;
}

.about-us-content h5{
    margin: 0;
    text-decoration: none;
    background: #78ac40;
    color: #fff;
    width: fit-content;
    padding: 15px 30px;
    border-radius: 50px;
}

.tppa-pp-heading {
    display: flex;
    justify-content: center;
}

.tppa-pp-heading h2{
    margin: 40px 0 0;
    text-align: center;
    max-width: 680px;
}

.tppa-pp-list-component-container{
    padding-top: 30px;
    padding-bottom: 40px;
}

.tppa-pp-list-component{
    background-color: #f5f5f5;
    border-radius: 30px;
    padding: 10px 40px 40px;
    height: 100%;
}

.tppa-pp-single{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.tppa-pp-single h5{
    margin: 0;
    font-weight: 600;
}

.conference-overview-left h1{
    margin: 0px 0 0;
}

.conference-overview-left h5{
    margin: 30px 0 0;
    line-height: 30px;
}

.conference-overview-left p{
    margin: 15px 0 0;
}

.conference-overview-left p:last-of-type{
    margin-bottom: 40px;
}

.conference-overview-left p a{
    color: #78ac40;
}

.conference-overview-image {
    display: flex;
    justify-content: end;
    align-items: start;
}

.conference-overview-image img{
    width: 480px;
    height: auto;
    max-width: 100%;
    margin: 0;
    border-radius: 24px;
}

.conference-guide-component{
    padding-top: calc(var(--bs-gutter-x)* .5);
    padding-bottom: calc(var(--bs-gutter-x)* .5);
}

.conference-guide .row:first-of-type .conference-guide-component{
    padding-top: 40px;
}

.conference-guide .row:last-of-type .conference-guide-component{
    padding-bottom: 40px;
}

.conference-guide-component div {
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: 140% 100% !important;
    background-position: center center !important;
    border-radius: 24px;
}

.conference-guide-component h3{
    color: #fff;
    text-align: center;
    margin: 0;
    max-width: 80%;
    font-size: 32px;
}

.conference-guide-component .button {
    border-color: #fff;
    color: #fff;
    margin-top: 20px;
}

.conference-guide-component .button:hover{
    background-color: #fff;
    border-color: #fff;
    color: #333333;
}

.companies-list img{
    width: 100%;
    height: auto;
    margin: 40px 0;
}

.awards-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.awards-content h2{
    margin: 40px 0 0;
    text-align: center;
}

.awards-content h2:last-of-type{
    margin-top: 0;
}

.awards-content p{
    margin: 30px 0 0;
    text-align: center;
}

.awards-content .button {
    margin: 30px 0 40px;
}

.tppc-attendees-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tppc-attendees-content h2{
    margin: 40px 0 0;
    max-width: 80%;
    text-align: center;
}

.tppc-attendees-content p{
    width: 100%;
    max-width: 70%;
    text-align: left;
    margin: 10px 0 0;
}

.tppc-attendees-content p:first-of-type{
    font-style: italic;
    text-align: center;
    margin-top: 30px;
}

.tppc-attendees-content h4{
    margin: 30px 0 0;
    font-weight: 600;
}

.tppc-attendees-content h5{
    margin: 30px 0 0;
    width: 100%;
    max-width: 70%;
    text-align: left;
}

.tppc-attendees-content .button {
    margin: 40px 0 50px;
}

.agenda-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agenda-content h2{
    margin: 40px 0 0;
    max-width: 100%;
    text-align: center;
}

.agenda-content h4{
    margin: 15px 0 0;
    max-width: 80%;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
}

.agenda-time-table-component {
    display: flex;
    align-items: start;
    width: 100%;
    max-width: 60%;
    margin-top: 20px;
}

.attc-left{
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.attc-right h5{
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.attc-right p{
    margin: 0;
    font-size: 16px;
}

.agenda-content .button {
    margin: 30px 0 40px;
}

.registration-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.registration-content h2{
    margin: 40px 0 0;
    text-align: center;
}

.registration-content h4{
    margin: 30px 0 0;
    font-size: 25px;
}

.registration-content p{
    margin: 30px 0 0;
    text-align: center;
    max-width: 80%;
}

.registration-content a{
    margin-top: 15px;
    color: #fff;
    text-decoration: underline;
}

.registration-content a h4{
    margin: 0;
    color: #78ac40;
    text-align: center;
}

.registration-fee-schedule-component {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    width: 100%;
    max-width: 70%;
}

.registration-fee-schedule-component div:last-child{
    justify-content: end;
    display: flex;
}

.registration-content h5{
    margin: 15px 0 0;
    font-weight: 600;
}

.registration-content .button {
    margin: 30px 0 40px;
    text-decoration: none;
}

.student-registration h2{
    margin: 40px 0 0;
    text-align: center;
}

.student-registration h2:last-of-type{
    margin: 0;
}

.student-registration-form{
    background-color: #f3f3fe !important;
    margin: 30px auto 40px !important;
    padding: 72px 0 !important;
}

.student-registration-form form{
    max-width: 950px;
    margin: 0 auto !important;
    padding: 32px 48px !important;
    border-radius: 3px !important;
    box-shadow: 0 4px 4px rgba(87, 100, 126, .21) !important;
    background-color: #fff !important;
}

.student-registration-form .wpforms-field-label{
    color: #333333 !important;
} 

.student-registration-form input{
    color: #333333 !important;
    border-radius: 6px !important;
}

.student-registration-form input:focus{
/*    border-color: #78ac40 !important;*/
/*    outline: none !important;*/
}

.student-registration-form .name-field .wpforms-field-row-block label {
    display: none;
}

.student-registration-form .nickname-field input{
    max-width: calc(50% - 10px) !important;
    width: 100% !important;
    margin-right: 10px !important;
}

.student-registration-form .email-field input{
    max-width: calc(50% - 10px) !important;
    width: 100% !important;
    margin-right: 10px !important;
}

.student-registration-form .organization-field input{
    max-width: calc(50% - 10px) !important;
    width: 100% !important;
    margin-right: 10px !important;
}

.student-registration-form .phone-number input{
    max-width: calc(50% - 10px) !important;
    width: 100% !important;
    margin-right: 10px !important;
}

.student-registration-form .submit-button{
    padding: 12px 40px !important;
    border-radius: 6px !important;
    background-color: #78ac40 !important;
}

.wpforms-form button[type=submit]:hover{
    background-color: #78ac40 !important;
}

.student-registration-form .wpforms-confirmation-container-full{
    max-width: 950px !important;
    margin: 0 auto !important;
    border-radius: 6px !important;
    background: #d0ded0 !important;
    border: 1px solid #78ac40 !important;
}

.student-registration-form .wpforms-confirmation-container-full p{
    color: #78ac40 !important;
}

.ser-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ser-content h2{
    margin: 40px 0 0;
    text-align: center;
}

.ser-content h2:last-of-type{
    margin-top: 0;
}

.ser-content p{
    margin: 30px 0 0;
    text-align: center;
}

.ser-content p:last-of-type{
    max-width: 80%;
}

.ser-content a{
    margin-top: 15px;
    color: #fff;
    text-decoration: underline;
}

.ser-content a h4{
    margin: 0;
    color: #78ac40;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.ser-fee-schedule-component {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    width: 100%;
    max-width: 80%;
}

.ser-fee-schedule-component div:last-child{
    display: flex;
    justify-content: end;
    font-size: 16px;
}

.ser-content h5{
    margin: 15px 0 0;
}

.ser-content .button {
    margin: 30px 0 40px;
    text-decoration: none;
}

.hotel-info-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hotel-info-content h2{
    margin: 40px 0 0;
    text-align: center;
}

.hotel-info-content h2:last-of-type{
    margin-top: 0;
}

.hotel-info-content p{
    margin: 30px 0 0;
    text-align: center;
}

.hotel-info-content .button {
    margin: 30px 0 40px;
}

.ceus-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ceus-content h2{
    margin: 40px 0 0;
    text-align: center;
}

.ceus-content h2:last-of-type{
    margin-top: 0;
}

.ceus-content h5{
    margin: 30px 0 10px;
    text-align: center;
    font-weight: 600;
}

.ceus-content h5:nth-of-type(3){
    margin: 0;
}

.ceus-content p{
    margin: 0;
    text-align: center;
}

.ceus-content .button {
    margin: 30px 0 40px;
}

.conference-awards-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.conference-awards-content h2{
    margin: 40px 0 0;
    text-align: center;
}

.conference-awards-content h2:last-of-type{
    margin-top: 0;
}

.conference-awards-content p{
    margin: 30px 0 0;
    text-align: center;
}

.conference-awards-content .button {
    margin: 30px 0 40px;
}

.posters-left{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.posters-left h2{
    margin: 40px 0 0;
}

.posters-left p{
    margin: 30px 0 0;
    text-align: left;
    width: 100%;
}

.posters-left p:last-child{
    margin-bottom: 40px;
}

.posters-left a{
    color: #78ac40;
}

.posters-image {
    display: flex;
    justify-content: end;
    align-items: start;
}

.posters-image img {
    width: 480px;
    height: auto;
    max-width: 100%;
    margin: 40px 0;
    border-radius: 24px;
}

.poster-guidelines-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.poster-guidelines-content h2{
    margin: 40px 0 0;
    text-align: center;
}

.poster-guidelines-content>h2:nth-of-type(2){
    margin: 20px 0 0;
    font-size: 25px;
    line-height: normal;
}

.poster-guidelines-content h4{
    margin: 30px 0 0;
}

.poster-guidelines-content>h4{
    text-align: center;
}

.poster-guidelines-content p{
    margin: 10px 0 0;
    text-align: center;
    font-weight: normal;
}

.poster-guidelines-component{
    width: 100%;
    margin-top: 30px;
}

.poster-guidelines-component h4{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.poster-guidelines-component ol{
    margin: 0;
}

.poster-guidelines-component li{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 10px;
}

.poster-guidelines-component li a{
    color: #78ac40;
}

.poster-guidelines-component p{
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

.poster-guidelines-component h2{
    margin: 0;
    text-align: left;
    font-size: 27px;
    line-height: normal;
}

.poster-guidelines-component p a{
    color: #78ac40;
}

.poster-guidelines-component p span{
    font-weight: 300;
    font-size: 26px;
    line-height: 30px;
}

.poster-guidelines-content .button {
    margin: 40px;
}

.pat-left h2{
    margin: 40px 0 0;
}

.pat-left h4{
    margin: 15px 0 0;
    width: 100%;
    font-size: 18px;
}

.pat-left h5{
    font-weight: 600;
    font-size: 24px;
    margin: 30px 0 0;
    width: 100%;
    text-align: left;
}

.pat-left p:first-of-type{
    margin: 10px 0 0;
    font-weight: 600;
    width: 100%;
    text-align: left;
}

.pat-left mark{
    color: #333333;
    padding: 0;
    background-color: mark;
}

.pat-left p:not(:first-of-type){
    margin: 30px 0 0;
    width: 100%;
    text-align: left;
}

.pat-image {
    display: flex;
    justify-content: end;
    align-items: start;
}

.pat-image img {
    width: 480px;
    height: auto;
    max-width: 100%;
    margin-top: 40px;
    border-radius: 24px;
}

.pat-button {
    display: flex;
    justify-content: center;
}

.pat-button .button {
    display: flex;
    justify-content: center;
    margin: 30px 0 40px;
}

.news h2{
    margin: 0 0 25px 0;
    padding-top: 0;
    text-align: center;
}

.news-item{
    margin-top: 0;
}

.news .news-item:last-of-type{
    margin-bottom: 0;
}

.news-item-left h4{
    margin: 0;
    line-height: 34px;
    font-size: 20px;
}

.news-item-left p{
    font-style: italic;
    margin: 15px 0 15px;
}

.news-item-left p a{
    color: #78ac40;
    word-wrap: break-word;
}

.news-item-left>a{
    color: #78ac40;
    font-size: 18px;
    line-height: 22px;
}

.news-item-left a img{
    width: 110px;
    height: auto;
    margin-top: 5px;
}

.news-item-image img{
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.news-item-right h3{
    margin: 0;
    font-size: 24px;
    line-height: normal;
}

.news-item-right p{
    margin-top: 15px;
}

.news-item-right p a{
    color: #78ac40;
}

.news-item-right div {
    padding-top: 20px;
}

.news>div>p{
    margin: 30px 0 40px;
}

.acn-left h4{
    margin: 40px 0 0;
    line-height: 34px;
    font-size: 24px;
}

.acn-left p{
    font-style: italic;
    margin: 15px 0 15px;
}

.acn-left p a{
    color: #78ac40;
    word-wrap: break-word;
}

.acn-left>a{
    color: #78ac40;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
}

.acn-left a img{
    width: 110px;
    height: auto;
    margin-top: 5px;
}

.acn-right h3{
    margin: 40px 0 0;
}

.acn-right p{
    margin-top: 15px;
}

.acn-right p:last-of-type{
    margin-bottom: 40px;
}

.acn-right p a{
    color: #78ac40;
}

.flag-technology-item{
    margin: 0;
    padding-top: 40px;
}

.fti-left h4{
    margin: 0;
    line-height: 34px;
    font-size: 20px;
    font-weight: 600;
}

.fti-left p{
    font-style: italic;
    margin: 15px 0 15px;
}

.fti-left p a{
    color: #78ac40;
    word-wrap: break-word;
}

.fti-left>a{
    color: #78ac40;
    font-size: 18px;
    line-height: 22px;
}

.fti-left a img{
    width: 110px;
    height: auto;
    margin-top: 5px;
}

.fti-image img{
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.fti-text-part h3{
    margin: 0;
}

.fti-text-part p{
    margin: 15px 0 0;
}

.fti-text-part p a{
    color: #78ac40;
}

.fti-remaining-text-part p{
    margin: 15px 0 0;
}

.fti-remaining-text-part p:last-child{
    margin-bottom: 40px;
}

.fti-remaining-text-part p a{
    color: #78ac40;
}

.flag-technology>div>p{
    margin: 40px 0 40px;
}

.tppa-awards h2{
    text-align: center;
    margin: 0;
    padding-top: 40px;
}

.tppa-awards p{
    margin: 15px 0 0;
    text-align: center;
}

.tppa-awards-borlaug img{
    margin-top: 30px;
    width: 110px;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
}

.tppa-awards-borlaug h4{
    margin: 30px 0 0;
}

.tppa-awards-borlaug p{
    margin: 15px 0 0;
    text-align: left;
}

.tppa-borlaug-award-winner div:first-child{
    display: flex;
    align-items: start;
    justify-content: start;
}

.tppa-borlaug-award-winner img{
    margin: 30px 0 40px;
    width: 170px;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
}

.tppa-borlaug-award-winner p{
    margin: 30px 0 40px;
    text-align: left;
}

.tppa-members-awards{
    background-color: #f5f5f5;
    margin-bottom: -100px;
}

.tppa-ma-image{
    display: flex;
    align-items: start;
    justify-content: start;
}

.tppa-ma-image img{
    margin-top: 40px;
    width: 370px;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
}

.tppa-ma-para {
    margin: 40px 0 0;
}

.tppa-ma-para p{
    margin: 0;
}

.tppa-members-awards h4{
    margin: 30px 0 10px;
    text-align: center;
}

.tppa-ma-winners h5{
    margin: 15px 0 10px;
    font-weight: 500;
}

.tppa-ma-winners div{
    font-size: 17px;
    line-height: 22px;
    color: #333333;
    min-height: 22px;
}

.tppa-ma-winners div:first-of-type div{
    display: flex;
}

.tppa-ma-winners div:first-of-type div span:first-of-type{
    width: 55px;
    display: block;
}

.tppa-other-awards {
    width: 66.66666666%;
    margin: 0 auto;
}

.tppa-other-awards h4{
    text-align: initial;
    margin: 30px 0 0;
    font-size: 20px;
}

.tppa-other-awards div{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.tppa-other-awards div h4 + div{
    margin-top: 10px;
}

.tppa-other-awards div div:last-of-type{
    margin-bottom: 140px;
}

.contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-content h2{
    margin: 40px 0 0;
    text-align: center;
}

.contact-content p{
    text-align: center;
}

.contact-content p:first-of-type{
    margin: 15px 0 0;
}

.contact-content h4{
    margin: 30px 0 0;
    font-size: 20px;
    font-weight: 600;
}

.contact-content a{
    font-size: 18px;
    line-height: 22px;
    color: #78ac40;
}

.contact-content a:last-of-type{
    margin-bottom: 40px;
}

@media (max-width: 992px){
    h1{
        font-size: 40px;
        line-height: 48px;
    }

    h2{
        font-size: 36px;
        line-height: 46px;
    }

    h3{
        font-size: 32px;
        line-height: 40px;
    }

    h4{
        font-size: 26px;
        line-height: 28px;
    }

    h5{
        font-size: 18px;
        line-height: 22px;
    }

    h6{
        font-size: 14px;
        line-height: 18px;
    }

    .button {
        padding: 10px 30px;
    }

    .header-left img{
        padding: 22px 0;
        width: 74px;
    }

    .header-right>div{
        position: fixed;
        z-index: 15000;
        max-width: 100%;
        width: 340px;
        height: 100%;
        top: 0;
        right: -100%;
        bottom: 0;
        background-color: #fff;
        overflow-y: auto;
        transition: right 0.5s ease-in-out;
    }

    .header-right>div.active{
        right: 0;
    }

    .header-menu {
        height: initial;
        margin: 10px 0 26px 24px;
        flex-direction: column;
    }

    .header-menu>li{
        padding: 0;
        margin-top: 26px;
    }

    .header-menu .sub-menu-container{
        flex-direction: column;
    }

    .header-menu>li>a {
        text-transform: uppercase;
    }

    .header-menu .sub-menu-container>div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .header-menu>li>div>a {
        text-transform: uppercase;
    }

    .header-menu .sub-menu-container>div>img{
        margin: 0 26px;
        cursor: pointer;
    }

    .header-sub-menu{
        position: initial;
        width: calc(100% - 26px);
        margin: 12px 26px 0 0;
        border-radius: 16px;
    }

    .header-menu li:nth-child(2) .header-sub-menu>li:last-child>div>img{
        rotate: initial;
    }

    .header-sub-menu>li:last-child>ul{
        position: initial;
        width: 100%;
        margin-top: 12px;
        border-radius: 16px;
        background-color: white;
    }

    .header-right .menu-icon{
        display: initial;
    }

    .header + #page-content{
        margin-top: 118px !important;
    }

    .footer {
        border-radius: 80px 80px 0 0;
    }

    .footer-tppa-person h4{
        font-size: 22px;
    }

    .footer-tppa-person h6{
        margin-bottom: 20px;
    }

    .footer-contact-info h4{
        font-size: 22px;
    }

    .footer-image img{
        margin: 30px auto 0;
    }
/*
    .educational-conferences-heading{
        top: 18%;
    }*/

    .educational-conferences{
        margin-top: -118px;
    }

    .educational-conferences h2 {
        font-size: 34px;
        line-height: 44px;
        max-width: initial;
    }

    .conference-announcement{
        background-image: none;
        position: relative;
    }

    .conference-announcement::before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 50%;
        background-image: url('/wp-content/themes/texasplantprotection/images/conference-announcement-background.png');
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }

    .conference-announcement-image img{
        margin: 30px auto 0;
    }

    .about-us {
        border-radius: 80px 80px 0 0;
    }

    .tppa-pp-list-component-container{
        padding-top: 30px;
        padding-bottom: 0;
    }

    .tppa-past-presidents .tppa-pp-list-component-container:last-of-type{
        padding-bottom: 40px;
    }

    .conference-overview-left p:last-of-type{
        margin-bottom: 0;
    }

    .conference-overview-image img{
        margin: 30px auto 40px;
    }

    .conference-guide-component{
        padding-top: calc(var(--bs-gutter-x)* .5) !important;
        padding-bottom: calc(var(--bs-gutter-x)* .5) !important;
    }

    .conference-guide .row:first-of-type .conference-guide-component:first-of-type{
        padding-top: 40px !important;
    }

    .conference-guide .row:last-of-type .conference-guide-component:last-of-type{
        padding-bottom: 40px !important;
    }

    .conference-guide-component div{
        background-size: 100% 100% !important;
        min-height: 350px;
    }

    .tppc-attendees-content h5{
        font-size: 20px;
    }

    .agenda-content h4{
        font-size: 28px;
        line-height: 28px;
    }

    .agenda-time-table-component{
        max-width: 70%;
    }

    .registration-fee-schedule-component{
        max-width: 100%;
    }

    .ser-fee-schedule-component{
        max-width: 100%;
    }

    .ser-content p:last-of-type{
        max-width: 100%;
    }

    .posters-left p:last-child {
       margin-bottom: 0;
    }

    .posters-image {
        justify-content: center;
    }

    .posters-image img{
        margin-top: 30px;
    }

    .pat-image{
        justify-content: center;
    }

    .pat-image img {
        margin-top: 30px;
    }

    .news-item-image img{
        margin-top: 30px;
    }

    .news-item-right h3{
        margin-top: 30px;
    }

    .fti-image img{
        margin-top: 30px;
    }

    .fti-text-part h3{
        margin-top: 30px;
    }

    .tppa-awards-borlaug h4 {
        margin-top: 15px;
    }

    .tppa-awards-borlaug h4:not(:last-child) {
        margin-top: 30px;
    }

    .tppa-awards-borlaug img{
        width: 100%;
        height: auto;
        max-height: 700px;
        object-fit: cover;
    }

    .tppa-borlaug-award-winner img{
        width: 100%;
        margin-bottom: 0;
    }

    .tppa-borlaug-award-winner p{
        margin-top: 15px;
    }

    .tppa-ma-para{
        margin-top: 15px;
    }

    .tppa-ma-image img{
        width: 100%;
    }

    .tppa-other-awards div:first-of-type div:last-of-type{
        margin-bottom: 0;
    }
}

@media(max-width: 576px){
    h1{
        font-size: 30px;
        line-height: 34px;
    }

    h2{
        font-size: 26px;
        line-height: 32px;
    }

    h3{
        font-size: 24px;
        line-height: 30px;
    }

    h4{
        font-size: 20px;
        line-height: 24px;
    }

    h5{
        font-size: 16px;
        line-height: 20px;
    }

    h6{
        font-size: 14px;
        line-height: 18px;
    }

    p{
        font-size: 16px;
        line-height: 20px;
        color: #333333;
    }

    .button {
        padding: 8px 20px;
    }

    .header-left img{
        padding: 14px 0;
        width: 48px;
    }

    .header + #page-content{
        margin-top: 76px;
    }

    .footer {
        border-radius: 60px 60px 0 0;
    }

    .footer-tppa-person h4{
        font-size: 18px;
    }

    .footer-contact-info h4{
        font-size: 20px;
    }

/*    .educational-conferences-heading{
        top: 28%;
    }*/

    .educational-conferences{
        margin-top: -76px;
    }

    .educational-conferences h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .conference-announcement::before{
        left: -240px;
    }

    .about-us {
        border-radius: 60px 60px 0 0;
    }

    .conference-guide-component div{
        min-height: 300px;
    }

    .conference-guide-component h3{
        font-size: 24px;
    }

    .tppc-attendees-content h2{
        max-width: 100%;
    }

    .tppc-attendees-content h5{
        max-width: 100%;
        font-size: 18px;
    }

    .tppc-attendees-content p{
        max-width: 100%;
    }

    .agenda-content h2{
        max-width: 100%;
    }

    .agenda-content h4{
        max-width: 100%;
        font-size: 22px;
        line-height: 22px;
    }

    .agenda-time-table-component {
        max-width: 100%;
    }

    .student-registration-form form {
        padding: 16px 24px !important;
    }

    .student-registration-form .wpforms-field-row{
        flex-direction: column;
    }

    .student-registration-form .wpforms-field-row .wpforms-field-row-block{
        padding: 0 !important;
    }

    .student-registration-form .wpforms-field-row .wpforms-field-row-block:first-of-type {
        margin-bottom: 15px;
    }

    .student-registration-form .name-field .wpforms-field-row .wpforms-field-row-block:first-of-type{
        margin-bottom: 15px !important;
    }

    .student-registration-form .wpforms-field-row-block{
        width: 100% !important;
    }

    .student-registration-form .nickname-field input {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .student-registration-form .email-field input {
        max-width: 100% !important;
        margin-right: 0 !important;
    }

    .student-registration-form .organization-field input{
        max-width: 100% !important;
        margin-right: 0 !important;
    }

    .student-registration-form .address-line-two{
        padding-top: 0 !important;
    }

    .student-registration-form .wpforms-one-half{
        width: 100% !important;
        margin: 0 !important;
    }

    .student-registration-form .address-city{
        padding-top: 0 !important;
    }

    .student-registration-form .address-state{
        padding-top: 0 !important;
    }

    .student-registration-form .address-zip{
        padding-top: 0 !important;
    }

    .student-registration-form .phone-number input{
        max-width: 100% !important;
        margin-right: 0 !important;
    }

    .tppa-other-awards{
        width: 100%;
    }

    .tppa-other-awards>div{
        padding: 0;
    }
}

@media (min-width: 576px){
    .header .container{
        padding: 0 30px;
    }

    .educational-conferences h2{
        margin: 0 30px;
    }

    .conference-announcement::before{
        left: -200px;
    }
}

@media (min-width: 768px){
    .header .container{
        padding: 0 36px;
    }

    .educational-conferences h2{
        margin: 0 60.5px;
    }

    .conference-announcement::before{
        left: -180px;
    }
}

@media (min-width: 992px){
    .header .container{
        padding: 0 28px;
    }

    .educational-conferences h2{
        margin: 0 auto;
    }

    .conference-announcement {
        background-position: calc(50% - 510px) 0;
    }
}

@media (min-width: 1200px){
    .header .container{
        padding: 0 42px;
    }

    .educational-conferences h2{
        margin: 0 auto;
    }

    .conference-announcement {
        background-position: calc(50% - 600px) 0;
    }
}

@media (min-width: 1400px){
    .header .container{
        padding: 0 52px;
    }

    .educational-conferences h2{
        margin: 0 auto;
    }

    .conference-announcement {
        background-position: calc(50% - 690px) 0;
    }
}


.conference-overview {
    padding: 60px 0 30px 0;
}
.registration-content a h4 {
    font-size: 20px;
    font-weight: 400;
}
.posters-left a {
    color: #78ac40;
    text-decoration: underline;
}
.news {
    padding: 50px 0;
}
.posters-left {
    height: 400px;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.posters-left p{
    text-align: center;
}
.header-sub-menu>li:last-child>ul>li>a {
    white-space: pre-wrap;
    width: 180px;
    display: block;
    padding: 15px 20px !IMPORTANT;
    border-bottom: 1px solid #cccccc21;
}

a.sign-up-btn h3 {
    background: #78ac40;
    color: #fff;
    width: fit-content;
    padding: 8px 30px;
    font-size: 18px;
    border-radius: 50px;
    margin: 0;
}

a.sign-up-btn:hover  h3 {
    background: #353535;
}

a.sign-up-btn {
    width: fit-content;
    display: inline-block;
    margin: 30px 0 0;
}
h4.test {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #78ac40;
    width: 100%;
}
.header-sub-menu>li>a {
    font-size: 16px;
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #cccccc21;
}
.header-sub-menu>li:hover {
    background: #78ac40;
}

.header-sub-menu>li>a:hover {
    color: #fff !important;
}

.header-sub-menu>li>div>a:hover {
    color: #fff !important;
}
.header-sub-menu>li:last-child>div a {
    font-size: 16px;
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #fff !important;
}

.header-sub-menu>li:last-child>ul>li:last-child a {
    border: none;
}
.header-sub-menu>li:last-child>ul>li>a:hover {
    background: #78ac40;
    color: #fff;
}
.header-right>div.search {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    margin-left: 39px;
}
span.secondary {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #fff;
    margin-left: 15px;
}
div#headerLeft a {
    display: flex;
    align-items: center;
}
.about-us-content a:hover h5 {
    background: #333333;
}
.footer:before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.7;
}

.footer .container {
    position: relative;
    z-index: 9;
}

.footer .footer-divider {
    position: relative;
}
.footer-contact-info {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    /* white-space: pre-wrap; */
}

.conference-announcement::before{
    display: none !important;
}

@media(min-width: 1024px) and (max-width: 1350px){
.header span.secondary {
    font-size: 21px;
    line-height: normal;
}
.header-left img {
    margin: 15px 0;
    width: 60px;
}
.header-menu>li {
    padding: 0 10px;
}
.header span.secondary {
    font-size: 21px;
    line-height: normal;
    margin: 0 0 0 15px;
}
.header-menu>li {
    padding: 0 10px;
}
.header-right>div.search {
    width: 35px;
    height: 35px;
    margin-left: 20px;
}
.header-right>div.search img {
    width: 15px;
}
}




@media(min-width: 991px) and (max-width: 1023px){
.header span.secondary {
    font-size: 21px;
    line-height: normal;
}
.header-left img {
    margin: 15px 0;
    width: 60px;
}
.header-menu>li {
    padding: 0 10px;
}
.header span.secondary {
    font-size: 21px;
    line-height: normal;
    margin: 0 0 0 15px;
}
.header-menu>li {
    padding: 0 10px;
}
.header-right>div.search {
    width: 35px;
    height: 35px;
    margin-left: 20px;
}
.header-right>div.search img {
    width: 15px;
}
}


@media(min-width: 768px) and (max-width: 991px){
.header span.secondary {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 0 15px;
}
}

@media(max-width: 991px){
.header-right>div {
    background: #78ac40;
}

.header-sub-menu>li>a {
    white-space: pre-line;
}
.header-sub-menu>li {
    background: #333 !important;
}

.header-sub-menu>li:last-child>ul {
    background: #333;
}

.header-sub-menu>li:last-child>ul>li>a {
    width: 100%;
}
.header-sub-menu>li:last-child>div {
    border-bottom: 1px solid #cccccc21;
}
}


@media(max-width: 767px){
.footer-contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-contact-info div {
    width: 100%;
}
span.secondary {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 0 15px;
}
    .footer {
        border-radius: 0 !important;
    }
    .acn-right p a {
    color: #78ac40;
    word-break: break-all;
}
}