/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

/*-----FLUID TYPOGRAPHY-----*/

	p{
		font-size: calc(14px + (15 - 14) * ((100vw - 768px) / (1650 - 768))) !important;
	}
	
	h1{
		font-size: calc(30px + (36 - 30) * ((100vw - 768px) / (1650 - 768))) !important;
		line-height: 40px;
		font-weight: 800;
	}
	
	h2{
		font-size: calc(26px + (36 - 26) * ((100vw - 768px) / (1650 - 768))) !important;
		font-weight: 800;
	}
	
	h3{
		font-size: calc(24px + (30 - 24) * ((100vw - 768px) / (1650 - 768))) !important;
		font-weight: 300;
		color: #22aa86;
		text-transform: uppercase;
	}
	
	h4{
		font-size: calc(21px + (24 - 21) * ((100vw - 768px) / (1650 - 768))) !important;
		font-weight: 300;
		color: #22aa86;
		line-height: calc(22px + (28 - 22) * ((100vw - 768px) / (1650 - 768))) !important;
	}
	
	h5,h6{
		font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (1650 - 768))) !important;
		font-weight: 300;
	}
	
	.caption p{
		font-size: calc(12px + (13 - 12) * ((100vw - 768px) / (1650 - 768))) !important;
		font-style: italic;
	}








/*-----HEADER-----*/

#logorow{
    box-shadow: 0px 2px 2px #cccccc !important;
}

/*Set size of logo on shrink header*/
.fl-theme-builder-header-shrink img{
	max-height: 90px !important;
}

/*Highlight anything with this class*/
.highlightme a{
    background: #9CC026;
    color: white !important;
    margin: 0 10px;
    transition: 0.4s;
}

.highlightme a:hover{
    background: #8DB117;
}

.footer-menu .highlightme a{
    margin: 0;
}

.footer-menu a{
    padding-left: 10px !important;
}

/*Header sub-menu setting*/
.main-menu .sub-menu{
    padding-top: 55px !important;
    background: white !important;
} 

.menu-item-object-custom > ul > li:nth-of-type(1):before{
    content: "";
      width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid black;
    position: absolute;
    top: -8px;
    left: 40px;
}

.sub-menu a{
    background: black;
    margin: -2px 0;
}




/*Committees*/
.committee h6{
    font-size: calc(13px + (18 - 13) * ((100vw - 768px) / (1650 - 768))) !important;
		font-weight: 300;
		display: block !important;
		margin-bottom: 20px !important;
}

.committee p{
    max-height: 250px;
    overflow-y: scroll;
}


@media screen and (min-width: 1024px){
    
    .committee  .uabb-infobox{
    	min-height: 500px !important;
    }
    
    .committee{
        position: relative;
    }
    
    .committee p{
        position: absolute;
        width: 77%;
        bottom: 40px;
    }
    
    
}


/*Gravity Form on Meeting Page*/

.meeting-registration{
    margin-top: -40px !important;
}

.meeting-registration input {
	margin-top: -10px !important;
}

.meeting-registration .organization{
    margin-top: 25px !important;
}

.meeting-registration [type="checkbox"]{
    display: inline-block;
    margin-top: -3px !important;
    margin-right: 3px;
}

.meeting-registration .gfield_label{
    font-weight: 600 !important;
    margin-top: 15px;
}

.meeting-registration .gfield_description{
    margin-top: -20px;
    font-style: italic;
}

.meeting-registration .gform_footer{
    text-align: center;
    color: white !important;
}

.meeting-registration .gform_button{
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 17px !important;
}

.meeting-registration .gform_button:hover{
    border: none;
}

.meeting-registration .ginput_product_price{
    color: red !important;
}



/*Membership Application*/
.memform input[type=radio], .memform input[type=checkbox]{
    display: inline-block;
    margin-top: 0 !important;
    margin-right: 5px;
}

.memform input{
    border: 1px solid black;
}

.memform select{
    border: 1px solid black;
    height: 32px;
    margin-top: 0 !important;
    border-radius: 4px;
    background: #fcfcfc;
}

.mem-type{
    background: #ededed;
    padding: 15px !important;
    border-radius: 4px;
    border: 1px solid black;
}

.payment-note{
    background: #9EC133;
    text-align: center;
    color: white;
    margin-top: 20px !important;
}

.payment-note p{
    padding: 10px;
}

#gform_submit_button_3 {
background-color: #22AA86;
color: white;
display: flex;
align-items: center;
justify-content: center;
width: 50% !important;
margin-right:auto;
margin-left:auto;
padding: 10px;
text-transform: uppercase;
font-weight: bold;
transition: 0.3s;
}

#gform_submit_button_3:hover{
    background: #9EC133;
}






/*----Gulshan's Code-----*/

/*Header css start*/
.main_menu ul.sub-menu li a {
    color: #ffffff !important;
}
.top_contact_ph {
    border-left: 1px solid rgba(0,0,0,.1);
    padding: 0 11px;
    border-right: 1px solid rgba(0,0,0,.1);
    margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .top_contact_ph {
    border-left: unset;
    padding: unset;
    border-right: unset;
    margin-right: 20px;
}
}
.top_menu a {
    font-size: 14px;
    text-transform: uppercase;
}
.header_search .fl-search-form-wrap {
    padding: 0;
}
.header_search .fl-search-form-wrap input.fl-search-text {
    background: rgba(0,0,0,.05);
    border: none;
    color: #fff;
    border-radius: 0;
}
.header_search .fl-search-form-wrap input.fl-search-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

/*Header css end*/

/* body css start*/
.gb-bg-text-area {
    background: #22AA86;
}
.gb-bg-text-area-white {
    background: #ffffff;
}
.gb-margin-top-onslide {
    top: -70px;
    position: relative;
}
/* body css end*/


/* footer css start*/
footer .fl-icon {
    display: table-cell;
    vertical-align: top;
    padding-top: 6px;
}
.gb-posts-footer-set .fl-post-text {
    padding: 0;
}

/* footer css end */
