/* 16-03-2024*/

.itemid-101 #t3-mainbody {
    padding-top: 0px;padding-bottom: 0px;
}

/* 18-03-24*/

.head-menu {
    background-color: #33393e;}
.t3-copyright {
    padding: 50px 0 30px;
}
#mod-custom226 {
  display: flex;
  justify-content: center;
}

#mod-custom226 .page-content{
  display: flex;
  justify-content: center;
 
}
#mod-custom226 .meeting {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
    width: 100%;
    height:auto;
    align-content: center;
    padding:20px;
}
#mod-custom226 .meeting img {
  width: 100%;
  height: 70%;
  border-radius: 10px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.8); 
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
  display: block;
  margin: 0 auto;
}

#mod-custom226 .meeting img:hover {
  box-shadow: 0 8px 19px rgba(0, 0, 0, 0.5); 
  transform:scale(90%);
}
#mod-custom226 a {
  text-align:center; 
  margin-top: 11px; 
  font-size: 20px;
  font-weight: bold;
  background-color: #33393e;
  color:#fff;
  border:1px solid #33393e;
  border-radius:2px 3px 36px 36px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.8);
}
#mod-custom226 a:hover {
  background-color:#496a83;
  color: #fff;
  transform: scale(1.05);
  border:1px solid #496a83;
}
.itemid-101 .t3-section-wrap .padding-top
{
    padding-top:0px;
    
}
.itemid-101 .t3-section-wrap .padding-bottom 
{
    padding-bottom: 0px;
}

#mod-custom226 .image-text:hover 
{
  background-color:#496a83; 
  color: #fff; 
}
#rsform_3_page_0 #Name, #rsform_3_page_0 #Email, #rsform_3_page_0 #Phone_No,#rsform_3_page_0 #captchaTxt27 ,#rsform_3_page_0 #Subject {
    width: 75%;
    height: 50px;
    margin-bottom: 15px;
    border-radius:4px;
}
#rsform_3_page_0 #Message {
    width: 75%;
}
#rsform_3_page_0 #captchaTxt27{width: 100%;}
#rsform_3_page_0 a.rsform-captcha-refresh-button.btn.btn-secondary
{width: 100%;
    height: 50px;
    margin-left:5px;
    background-color: #33393e;
    border-radius:4px;
}
#rsform_3_page_0 a.rsform-captcha-refresh-button.btn.btn-secondary:hover
{ 
   background-color:#496a83 ;
   color:#fff;
}
#rsform_3_page_0 #Submit
{background-color:#33393e ;
   color:#fff;
   border-color:#33393e;
   padding:14px 20px;
   text-transform: uppercase;
}
#rsform_3_page_0 #Submit:hover
{background-color:#496a83;
   color:#fff;transform: scale(1.05);
}
#rsform_3_page_0 .input-group-text {
  flex: 0 0 30%;
    height: 50px;
    margin-right: 5px;
}
.itemid-101 #bottom-left-modules h2 
{
    text-align: center;
margin-bottom:25px;
}
#rsform_3_page_0
{
    padding-bottom: 30px;
}
#rsform_3_page_0 label
{text-align:right;color: #333;}
#rsform_3_page_0 .rsform-input-box.form-control:focus, #rsform_3_page_0 .rsform-captcha-box.form-control:focus
{border-color: #999999;
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(153, 153, 153, 0.6);
}
.is-invalid.rsform-captcha-box.form-control:focus
{
    box-shadow: none !important;
border-color: #b94a48 !important;
 background-color: #fff7f8 !important;
color: #d85030 !important;
}
.is-invalid.rsform-input-box.form-control
{background-image:none;}
#rsform_3_page_0 .is-invalid.rsform-input-box.form-control, .is-invalid.rsform-captcha-box.form-control
{
    background-image:none;
    background-color: #fff7f8 !important;
    color: #d85030 !important;
    box-shadow:none;
    border-color:#b94a48 ;
}
#rsform_3_page_0  .formValidation{font-size:13px;}
.t3-megamenu ul.nav.navbar-nav.level0 li, .t3-megamenu ul.nav.navbar-nav
{    
    flex-direction: row !important;
    
}
.navbar-nav .dropdown-menu
{ position:absolute !important;
    
}
@media screen and (max-width: 1000px) {.navbar-nav .dropdown-menu
{ position:relative !important;
    
}}
@media screen and (max-width: 768px) {
  .meeting {
    width: 100% !important; 
  }
}
@media screen and (max-width: 576px) {
  .meeting {
    width: 100% !important; 
  }
}
@media screen and (max-width: 700px){ .page-content {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}}
@media screen and (max-width: 500px) {.meeting img {
  max-width: 100% !important;height:auto ;
    margin-top: 0px !important;
}
}
@media screen and (max-width: 700px) {
  .bottomright-left {
    display: flex;
    flex-direction: column;
  }}
@media screen and (max-width: 700px) { 
    .bottomright-left .container{
 width:100% !important;
    }}
@media screen and (max-width: 700px) { 
    #rsform_3_page_0 label
{text-align:left;}}
@keyframes imageZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05); 
  }
}
.itemid-189 .article-content.clearfix img
{
  border-radius: 10px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.8); 
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
  animation: imageZoom 2s ease infinite alternate;
}
@keyframes imageZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05); 
  }
}

.itemid-189 .article-content.clearfix img:hover {
  box-shadow: 0 8px 19px rgba(0, 0, 0, 0.5); 
  transform: scale(1.05); 
}
.itemid-189 .article-content {
  text-align: center; 
}

.itemid-189 .article-content table {
  margin: 0 auto; 
}
.itemid-189 p{
  margin: 15px 0 15px; 
}
.itemid-189 p {
    margin: 15px 0 15px;}
@media screen and (max-width: 576px) {
    .itemid-189 p 
    {padding: 10px;
}}
.itemid-388 .article-content.clearfix a img {
  width:25% ; 
  height:40%;
  border-radius: 10px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.8); 
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
  animation: imageZoom 2s ease infinite alternate;
}
@keyframes imageZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05); 
  }
}

.itemid-388 .article-content.clearfix img:hover {
  box-shadow: 0 8px 19px rgba(0, 0, 0, 0.5); 
  transform: scale(1.05); 
}
.itemid-388 .article-content {
  text-align: center; 
}

.itemid-388 .article-content  {
  margin: 0 auto; background: #fff;
    margin-bottom: 30px;
    padding: 40px 0px;
}
.itemid-388 .article-content span{
    border: 1px solid #496a83;
    background-color: #496a83;
    border-radius: 4px 44px 4px 50px;
    padding: 10px 50px;
    color:#ffffff;
    font-weight: bold;font-size: 16px !important;
}
.itemid-190 .article-content.clearfix img
{
  border-radius: 10px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.8); 
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
  animation: imageZoom 2s ease infinite alternate;
}
@keyframes imageZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05); 
  }
}

.itemid-190 .article-content.clearfix img:hover {
  box-shadow: 0 8px 19px rgba(0, 0, 0, 0.5); 
  transform: scale(1.05); 
}
.itemid-190 .article-content {
  text-align: center; 
}

.itemid-190 .article-content table {
  margin: 0 auto; 
}
@media (max-width: 700px) {.itemid-190 img {width:80%;}}
@media (max-width: 700px) {.itemid-190 table td {padding:10px;}}
.itemid-206 .article-content.clearfix img {
  width:35%; 
  border-radius: 10px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.8); 
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
  animation: imageZoom 2s ease infinite alternate;
  display: block; margin: 0 auto;
}
@keyframes imageZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05); 
  }
}

.itemid-206 .article-content.clearfix img:hover {
  box-shadow: 0 8px 19px rgba(0, 0, 0, 0.5); 
  transform: scale(1.05); 
}
.itemid-206 .article-content {
  text-align: center; 
}

.itemid-206 .article-content  {
  margin: 0 auto; 
    padding: 50px 0px;
    background: #fff;
    

}
.itemid-206 .article-content p {
  text-align:center !important;
}
.itemid-473 .article-content.clearfix h1 {font-size:38px;margin-bottom:20px;}
.itemid-473 .article-content {
  text-align: center; 
}

.itemid-473 .article-content  {
  margin: 0 auto; 
}
.itemid-206 .article-content span{
    border: 1px solid #496a83;
    background-color:#496a83;
    border-radius: 4px 44px 4px 50px;
    padding: 5px 50px;
    color:#ffffff ;
    font-weight: bold;
}
.itemid-206 .article-content span a{
    color:#ffffff ;
    font-weight: bold;
}
@media screen and (max-width: 700px) {
 .itemid-206 .article-content.clearfix img  {
    width: 70% !important; margin-top: 30px;
  }
}
@media screen and (max-width: 700px) { 
 .itemid-206 .article-content span{
    border: 1px solid #496a83;
    background-color:#496a83 ;
    border-radius: 4px 44px 4px 50px;
    padding: 5px 10px;
    color:#ffffff ;
    font-weight: bold;
}}
.itemid-211 .article-content h1{
    font-size:24px;
    margin-top:0px;
}
.itemid-207 .article-content h1{
    font-size:24px;}
.itemid-207 h1 
  {
    display:inline-block;
    align-items: center;
    float:left;
    width:100%;
    text-align: center;
  }
.itemid-207 section.article-content.clearfix {
    background: #fff;
    margin-bottom: 30px;
   
}
.itemid-207  h1 img {
    margin-right: 10px; display: inline-block;
  }

.itemid-207 .noteimge img{
    box-shadow: -10px 10px 15px 5px rgba(0,0,0,0.4);
}
.itemid-207 .minutes .container{display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;}
@media (max-width: 700px) {.itemid-207 .minutes .container{display: flex;
    flex-direction: column;}}
.itemid-211 .article-content  td
{ border-top:none;
 border-bottom:1px dotted #ddd;
}
@media (max-width: 700px) {
        .itemid-211 table {
            width:100% !important;
            display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
        }
        .itemid-211 td, th {
    display: flex;
    flex-direction: column;
        }
    }
@media (max-width: 700px) {.itemid-388 .article-content.clearfix a img 
{width:50%;}}
@media (max-width: 700px) {
   .itemid-207 .article-content.clearfix table {
        padding: 0 10px; 
        width:100% !important;
        flex-basis:100%;
    }
}
@media (max-width: 700px) {
   .itemid-207 .article-content.clearfix table td {
    width: 100% !important;
    flex-direction: column;
    text-align: center;
}}
@media (max-width: 800px) {
   .itemid-207 .article-content.clearfix table td p{text-align: center !important;}}
@media (max-width: 800px) {
   .itemid-207 .article-content.clearfix h1{text-align: center !important;
       font-size:17px;
   }}
@media (max-width: 800px){
.itemid-207 {
    width: 100% !important;
}}
/*21-03-24*/
.itemid-211 .grid-container {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-gap: 10px;
    text-align: center;
}
.itemid-211 .grid-item img {
    height: 200px;display: block;
    margin: 0 auto;
    margin-bottom:20px;
}
.itemid-211 .grid-item{padding-bottom: 20px;}
.itemid-211 .steerimglogo img {
    display: inline-block;
    margin-top: 0px !important;
}
.itemid-211 .grid-item address{text-align:center;color: #000;}
@media (max-width: 576px) {.itemid-211 .grid-container{
    display:block !important;}
}
@media (max-width: 768px) {.itemid-211 .grid-container{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
    text-align: center;}
}
@media (max-width: 768px) {.itemid-200 .grid-item-1 {
    margin: 0px !important ;}}

@media (max-width: 700px) {.itemid-211 .steerimglogo img {margin:0 auto;display:block;}}
@media (max-width: 700px) {.itemid-211 .steerimglogo h1{display:block;}
}
@media (max-width: 767px){
.hidden-xs {
     display:block !important; 
}}
#footer-menu .collapse:not(.show) {
    display: contents !important;
}
#footer-menu .navbar.navbar-expand-md {
    display: block;
}
#footer-menu ul>li>a {
    text-transform: uppercase;
    border-bottom:none;
    padding: 5px 0px 0px 10px;
    
}
@media (max-width:600px){#footer-menu ul>li>a {
    margin-top:0px;
}}
#footer-menu ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list.menu-horizontal {
    padding-left: 0px;margin-bottom: 5px;
}
#footer-menu .item-724 a {
    padding-left: 0px;
}
.t3-copyright small {
    text-align: center;margin: 7px;
}
.copyright {
    margin-bottom: 5px;
}
#footer-menu li > a:hover, #footer-menu li > a:focus, #footer-menu .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus  {background:none;}
.t3-copyright{padding-top:0px;padding-bottom: 10px;}
#footer-menu ul.nav.nav-pills.nav-stacked.menu:before {display:block;
}
#footer-menu li.metismenu-item.item-724.level-1 {
    list-style-type: none;
}
#footer-menu .navbar.navbar-expand-md{margin-bottom:0px;}
.metismenu-item.item-727.level-1, .metismenu-item.item-728.level-1, .metismenu-item.item-725.level-1, .metismenu-item.item-726.level-1{display:none;}
/* 22-03-24*/
.itemid-210 .article-content  td,.itemid-200 .article-content  td
{ border-top:none;
    font-weight: bold;
    
}
.itemid-210 .article-content {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

.itemid-200  .grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:35px;
}
 
.associate-member {
    padding: 30px;
    border-radius: 40px;
}
.itemid-210 .grid-item, .itemid-200  .grid-item {
    text-align: center;
    padding: 10px;
margin: 0px 50px;
  }
.itemid-200  .grid-item-1 {
    text-align: center;
    padding: 10px;
margin: 0px 150px;
margin-top:50px;
  }
  .itemid-200  .grid-item-1 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 200px !important;
    padding-bottom:15px;
  }
.itemid-210 .grid-item img, .itemid-200  .grid-item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 200px !important;
    padding-bottom:15px;
  }
.itemid-210 .article-content h1, .itemid-200 .article-content h1{font-size:34px;padding:0px;margin:5px;;}
.itemid-210 .article-content p, .itemid-200 .article-content p{margin-bottom:6px;}
.dropdown-toggle::after{display:none;}
#mod-custom229 h1 {
    font-size: 40px;
    text-align: center;
    padding-top: 10px;color: #ffffff;
}

/* 25-03-24*/
.head-menu {
    justify-content: center;
}
@media (max-width: 991px){
.head-menu {
    justify-content: flex-end;
}}
#footer-menu ul.mod-menu.mod-list.nav.menu-horizontal {
    display: flex;
    justify-content: center;margin-top: 3px;
    font-size: 14px;
}
#footer-menu .navbar-toggler.navbar-toggler-right {
    display: none;
}
.bottom-menu {
    background-color: #070707;
}
.t3-copyright{
    background-color: #070707;
}
#footer-menu .navbar {
     min-height: 0px;}
.t3-spotlight.t3-footnav.row {
    margin-bottom: 10px;
}
.row.mb-3.rsform-block.rsform-block-submit.rsform-type-submitbutton {
    width: 100% !important;
    text-align: right !important;
}
@media (max-width: 576px){
.row.mb-3.rsform-block.rsform-block-name.rsform-type-textbox,
.row.mb-3.rsform-block.rsform-block-phone-no.rsform-type-textbox  ,
.row.mb-3.rsform-block.rsform-block-message.rsform-type-textarea,
.row.mb-3.rsform-block.rsform-block-captcha.rsform-type-captcha,
.row.mb-3.rsform-block.rsform-block-email.rsform-type-textbox,
.row.mb-3.rsform-block.rsform-block-subject.rsform-type-textbox{
    width: 100%;}}
@media (max-width:768px){
.row.mb-3.rsform-block.rsform-block-name.rsform-type-textbox,
.row.mb-3.rsform-block.rsform-block-phone-no.rsform-type-textbox  ,
.row.mb-3.rsform-block.rsform-block-message.rsform-type-textarea,
.row.mb-3.rsform-block.rsform-block-captcha.rsform-type-captcha,
.row.mb-3.rsform-block.rsform-block-email.rsform-type-textbox,
.row.mb-3.rsform-block.rsform-block-subject.rsform-type-textbox{
width: 100%;}}@media (max-width:500px){#mod-custom217{display:none;gap:0px;}}
@media (max-width:768px){.itemid-211 .grid-itemm img{display:inline-block;margin:0 auto;}}
.itemid-211 .grid-itemm img{display:inline-block;margin:0 auto;}
@media (max-width:576px){#bottom-left-modules .rsform{
    padding-left: 10px;
}
}
/*26-03-34*/

#mod-custom178 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-top: 40px;
}
@media (max-width:576px){#mod-custom178 {display: grid;
    grid-template-columns: 80%;
    justify-content: center;
}}
@media (max-width:576px){#mod-custom178 .host-text p {
    margin-top:25px;
}}
@media (max-width:576px){#mod-custom178 .nemsa-text p:nth-child(2) {
    margin-top:20px;
}}
.feature-imge {
    padding: 10px;
    width: 80px;
    height: 80px;
    font-size: 50px;
    background:#f2af1f !important;;
    color: #FFFFFF !important;
    border-radius: 50% !important;
    line-height: 80px;
    box-shadow: inset 1px 5px 1px rgba(0,0,0,0.1);
    display: block;
    margin: 0 auto;
}
#mod-custom178 h3 {
    font-size: 22px;
    font-weight: bold;
    color: #496a83;
    margin-top: 0px;
    padding-top: 10px;
}
#mod-custom178 .host {
    background: #f9f9f9;padding-bottom:15px;
}
#mod-custom178 .nemsa {
    background: #f9f9f9;padding-bottom:15px;
}
#mod-custom178 .erad{
    background: #f9f9f9;padding-bottom:15px;
}
#mod-custom178 .host a {
    font-size: 20px;
    font-weight: bolder;
    background: #ffffff;
    padding: 10px 20px;
    border-radius:4px;
    border: 1px solid #ccc;
    background-color: #496a83;
    color: #fff;
    border: 1px solid #496a83;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.8);
}
#mod-custom178 .erad-text a {
    font-size: 20px;
    font-weight: bolder;
    background: #ffffff;
    padding: 10px 40px;
    border-radius:4px;
    border: 1px solid #ccc;
    background-color: #496a83;
    color: #fff;
    border: 1px solid #496a83;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.8);
}
#mod-custom178 .nemsa-text a {
    font-size: 20px;
    font-weight: bolder;
    background: #ffffff;
    padding: 10px 71px;
    border-radius:4px;
    border: 1px solid #ccc;
    background-color: #496a83;
    color: #fff;
    border: 1px solid #496a83;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.8);
}
#mod-custom178 .feature {
    background: #f9f9f9;
    padding-top: 30px;
}
/*27-03-34*/
.host-text a:hover span {
  background-color:#496a83;
  color: #fff;
  transform: scale(3.05);
  border:1px solid #496a83;
}
.nemsa-text a:hover span {
  background-color:#496a83;
  color: #fff;
  transform: scale(3.05);
  border:1px solid #496a83;
}
.erad-text a:hover span {
  background-color:#496a83;
  color: #fff;
  transform: scale(3.05);
  border:1px solid #496a83;
}
@media (max-width:992px){.nemsa h3 {
    padding-bottom: 20px;
    padding-top: 20px !important;
}}
@media (max-width:768px){.nemsa h3 {
    padding-bottom: 20px;
    padding-top: 20px !important;
}}
@media (max-width:992px){.host h3 {
    padding-bottom: 20px;
    padding-top: 20px !important;
}}
@media (max-width:768px){.host h3 {
    padding-bottom: 20px;
    padding-top: 20px !important;
}}
.itemid-101 .southwest-logo {
    text-align: center;
}
.itemid-101 .southhwest {
    display: grid;
    grid-template-columns: 25% 70%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap:35px;
    padding-bottom:60px;
}
.itemid-101 .southhwest-content {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}
#mod-custom229 {
    border-radius: 10px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
    background-image: url('/images/grid.png');
}
.itemid-200 .grid-item {
 transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.itemid-200 .grid-item-1 {
 transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* 29-03-24 */
.itemid-101 #userForm {
    padding: 20px;background-image: url(/images/grid.png);
    background-repeat: repeat;max-width: 1230px;
    margin: 0 auto;
}
#rsform_3_page_0 .row.mb-3.rsform-block.rsform-block-captcha.rsform-type-captcha label {
    padding-right: 0px;
}
@media (max-width: 992px){.col-md-12{display: block !important;
}}
@media (max-width: 768px){.itemid-101 .southhwest {display:block;}}
@media screen and (max-width: 1199px) {
  .itemid-189 p {
    padding: 10px;
  }
}
@media screen and (max-width:768px) {.itemid-200 .grid-item{margin:0px;}}
@media screen and (max-width: 1026px){
.itemid-200 .grid-item {
    margin: 0px;
    margin-bottom: 20px;
}}
@media screen and (max-width:992px){
.itemid-200 .grid-item {
    margin: 0px;
    margin-bottom: 20px;
}}
@media (max-width:992px){
.itemid-190 table td {
    padding: 10px;
}}
@media (max-width:380px){.itemid-388 .article-content span {
     padding: 5px 25px;
    font-size: 16px !important;
}
}

@media (max-width: 567px){
.article-content h1 img {
    display: block !important;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
}
@media (max-width: 768px){
#mod-custom178 {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}}
@media (max-width: 330px){#mod-custom226 .meeting img {height:auto;}}
@media (max-width: 690px){
.host h3 {
    padding-bottom: 20px;
    padding-top: 20px !important;
}}
@media (max-width: 1026px){
.host h3 {
    padding-bottom: 20px;
    padding-top: 20px !important;
   
}}
@media (max-width: 1026px){
.nemsa h3 {
    padding-bottom: 20px;
    padding-top: 20px !important;
   
}}@media (max-width: 612px){#mod-custom178 .nemsa {
    padding-left: 50px;
    text-align: center;
    padding-right: 50px;
}}
@media (max-width: 612px){
#mod-custom178 .host {
    padding-left: 50px;
    text-align: center;
    padding-right: 50px;
}}
/*2-04-24*/
@media (max-width:992px){.head-info {
    align-items: center;
    flex-direction: column;
}}
@media(max-width:992px){div#mod-custom217 {
    padding-top: 30px;
}}
@media (max-width:992px){.head-info .wrap-info ul li h5 {
    text-align: center;
}}
.itemid-207 .minutes a {
    color: #33393e;
    font-size: 19px;
    font-weight: 500;
}
.itemid-207 .links {
    padding-top: 50px;
}
#mod-custom217 h5{font-size:18px;font-weight:500;}
#mod-custom217 li p{
    font-size: 15px; 
    margin-bottom: 0;color: #ffffff;font-weight: 500;margin-top: 0px;
    
}
#mod-custom217 li a{
    font-size: 15px; 
    margin-bottom: 0;color: #ffffff;font-weight: 500;
   
}
.meeting.schedule p {
    margin: 30px 0px;
    font-size: 22px;font-size: 18px;
}
.meeting.schedule  a{
    color: #33393e;
    font-weight: 500;font-size: 18px;
}
.itemid-189 p{color:#000;}
.itemid-190 .inspection span {color:#000;font-size: 17px;}
.itemid-190 .inspection p{color:#000;}
.itemid-200 .officer a{
    color: #33393e;
    font-weight: 500;}
.itemid-275 .application a{
    color: #33393e;
    font-weight: 500;}
.itemid-473 .equipment.list a{
    font-size: 20px;
}
.itemid-207 .Minutes.for.the.year a{
    color: #33393e;font-size: 18px;
    }
.itemid-207 .Minutes.for.the.year div {
    font-size: 18px;
    color:#000000;
}
.itemid-207 .Minutes.for.the.year p {
    font-size: 18px;color: #000;
}
.itemid-207 .Minutes.for.the.year span {
    font-size: 18px;
    color:#000000;
}
.itemid-207 .minutes.for.the.year a{
    color: #33393e;font-size: 18px;
    }
.itemid-207 .minutes.for.the.year p {
    font-size: 18px;color:#000000;
}
.itemid-207 .Minutes.for.the.year {
    padding-bottom: 30px;
}
.itemid-207 .minutes.for.the.year {
    padding-bottom: 30px;
}
.navbar-default .navbar-nav > li > span:hover,.nav a:hover .caret, .nav span:hover .caret {color: #fff;border-top-color:#fff;}

.t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    text-decoration: none;
    color: #33393e;
    background-color: transparent;
}
.head-info .wrap-info ul li a {
     border-bottom:none;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > span:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > span:focus {
    color: #ffffff;}
@media (max-width:992px){ .navbar-default .navbar-nav > li > span:hover, .nav a:hover .caret, .nav span:hover .caret {
    color: #777777;
    border-top-color: #fff;
}}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > a {
    color:  #33393e;
}
.itemid-275 .application {
    color: #000;
    background: #fff;
    padding: 30px;
}

.steering.committee a {
    color: #33393c;
    font-weight: 500;
}
#t3-header {
    background: #2b3034;
    color: #ffffff;
}
div#Section229 {
    background-color: #294156;
    background-image: linear-gradient(to right, #537994, #294156);
    background-repeat: repeat-x;
}
#mod-custom229 .about {
    padding-top: 20px;padding-bottom: 50px;
}
/*03-04-24*/
body {
    background-color: #262f3a;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

.meetingschedule {
    background: #fff;
    margin-bottom: 30px;
}
.inspection {
    padding: 30px 0px;
    background: #fff;
    
}
.officer {
    background: #fff;
    padding: 30px 0px;
   
}
.itemid-211 .steering.committee {
    background: #fff;
    padding: 30px 0px;
   
}
.itemid-473 .equipment.list {
    background: #fff;
    padding: 30px 0px;
   
}
.itemid-101 div#mod-custom224 h1 {
    color: #ffffff;
}
.head-menu .navbar-default .navbar-nav > li {
    padding: 0px;
}
.head-menu .navbar-default .navbar-nav > li img {
    margin-right: 5px;
}
body{
    background-image: url('/images/grid.png'); }
.head-menu .navbar-default .navbar-nav > li:hover{background: #f2af1f; }
#mod-custom178 {
    background-color: #fff;
    padding: 60px;
    margin-top: -60px;
}
#mod-custom224 {
    padding-top: 40px;
}
#Section226 {
    padding-top: 30px;
}
.itemid-200 .grid-item {color:#000;}
.itemid-210 .grid-item img, .itemid-200 .grid-item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 262px !important;
    padding-bottom: 15px;
    width: auto;
}
#mod-custom178 .host h3 {
    margin-bottom: 45px;
}
#mod-custom178 .nemsa h3 {
    margin-bottom: 45px;
}
@media (max-width: 992px){
#mod-custom178 {
    padding:40px;display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}}
@media (max-width: 690px){
#mod-custom178 .nemsa {
    padding-left: 50px;
    text-align: center;
    padding-right: 40px;
}}
@media (max-width: 690px){
#mod-custom178 .host {
    padding-left: 50px;
    text-align: center;
    padding-right: 40px;
}}
@media (max-width: 400px){
#mod-custom178 .host {
    padding-left: 0px;
    text-align: center;
    padding-right: 0px;
}}
@media (max-width: 400px){
#mod-custom178 .nemsa {
    padding-left: 0px;
    text-align: center;
    padding-right: 0px;
}}
.itemid-189 #mod-custom210 p {
    color: #888888; margin: 0px;
}
.head-menu .navbar-default .navbar-nav > li > a:before, .head-menu .navbar-default .navbar-nav > li > span:before {
    background: none;}
.t3-megamenu li.current.active {
  background:#f2af1f;
}
.mega-inner li a {
    color: #fff;text-transform: uppercase;
}
.mega-inner li a:hover {
    color: #fff;
}
.mega-dropdown-inner {
    background-color: #33393e;}
.t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover{color:#fff;background: #f2af1f;}
.t3-footer #t3-spotlight {
    padding-top: 20px;
}
/*04-04-24*/
.dropdown-menu {
    background-color:#2b3034;}
#t3-mainnav {
    padding: 0px;
}
.dropdown-menu li.active > a, .dropdown-menu li.active > span {
    background: transparent;
    color: #ffffff;
}
.head-menu .navbar-default .navbar-nav > li > a {
    padding: 17px 15px;
    text-transform: uppercase;}
.head-menu .navbar-default .navbar-nav > li > span{padding:17px 15px;text-transform: uppercase;}
.itemid-101 .bottomright {
    line-height: 0;
}
.itemid-190 .t3-copyright small {
    text-align: center;
    margin: 0px;
}
.itemid-101 #footer-menu .navbar.navbar-expand-md {
    margin-top: 10px;
    padding-bottom: 0px;
}
@media (max-width:768px){.southhwest-content {
    margin-top: 30px;
}}
.inspection h3 {
    margin-top: 15px;
}
@media (max-width:992px){.itemid-211 .grid-container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    text-align: center;
}}

.dropdown-menu li.open > a, .dropdown-menu li.open > span{color:#ffffff;}
.itemid-728 #rsform_3_page_0 label  {
    color: #ffffff;
}
.itemid-728 #rsform_3_page_0 #Submit {
    background-color: #496a83;
}
.itemid-728 #t3-content h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0px;
}
.itemid-728 #rsform_3_page_0 #Name, .itemid-728 #rsform_3_page_0 #Email, .itemid-728 #rsform_3_page_0 #Phone_No, .itemid-728 #rsform_3_page_0 #captchaTxt27, .itemid-728 #rsform_3_page_0 #Subject, .itemid-728 textarea#Message {
  
    background: #fffafa;
}
.itemid-726 .privacy-policy h3{color:#ffffff;}
.itemid-709 .terms-and-conditions  h3{color:#ffffff;}
.itemid-725 .terms-and-conditions  h3{color:#ffffff;}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:hover {
    color: #21c674;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > span:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > span:focus {
    color: #ffffff !important;
    background: #f2af1f;
    border-color: #f2af1f;
}
@media (max-width: 992px) {
    .nav .open > a .caret, .nav .active > a .caret, .nav .open > span .caret, .nav .active > span .caret {
        border-top-color:#777777;
        border-bottom-color:#777777;
    }
}
.itemid-207 section.article-content.clearfix{padding:25px;}
.itemid-207 p {
    color: #636363;
}
.itemid-207 ul {
    color: #636363;
}
.itemid-207 table{margin: 0 auto !important;
    width: 100% !important;
    height: auto !important;}
.itemid-207 .table-responsive {
    padding-top: 30px;
}
.itemid-207 .Minutes.for.the.year div {
    padding: 10px;
}
.itemid-207 .minutes.for.the.year div {
    padding:10px; font-size:18px;
}
.itemid-207 p, .itemid-207 li {
    padding:0px;
    margin:15px 0px;
}
.itemid-207 a{
    color: #33393e;
    font-weight: 500;
}
.itemid-207 .t3-footnav .t3-module li {margin:0px;}
.itemid-207 div {
    color: #000000;
}
.itemid-207 table {
    margin: 0 auto;
}
.itemid-207 #mod-custom210 p {
    margin: 0px !important;
    color:#888888;
}
.itemid-207 #footer-menu ul.mod-menu.mod-list.nav.menu-horizontal li a,.itemid-207 .col-md-12.copyright small, .itemid-207 .col-md-12.copyright small a{ color:#888888;}
@media (max-width: 992px) {.itemid-207 h2 {text-align: center !important;font-size: 20px;}}
.itemid-207 h2 {
    font-size: 28px;
    line-height: 20px;
    font-weight: 300;
}
.itemid-207 .article-content td {
    border: 1px solid #ccc;
    text-align: center;
}

#mod-custom224 p {
    color: #fff;
}
.itemid-190 .inspection p {
    font-size: 17px;
    margin-bottom: 0px;
    padding: 20px 0px;
}
.itemid-726 .privacy-policy p {
    color: #fff;
}
.itemid-726 .privacy-policy a {
    color: #ffffff;
    font-weight:bold;}
.itemid-725 p, .itemid-725 li {
    color: #fff;
}
div#rsform_3_page_0 .rsform-block.rsform-block-recaptcha-branding.rsform-type-freetext a {
    color: #000000;
    font-weight: bold;
}
#rsform_3_page_0 .rsform-block.rsform-block-recaptcha-branding.rsform-type-freetext {
    padding-top: 20px;
}
.itemid-101 #userForm{padding: 20px;
    background-image: url(/images/grid.png);
    background-repeat: repeat;
    background-color: #f9f9f9;}
    @media (max-width: 576px) {
#bottom-left-modules .rsform {
         padding-left: 0px; 
    }
    .itemid-101 #userForm{margin:0 ;}
    #rsform_3_page_0 .rsform-block.rsform-block-recaptcha-branding.rsform-type-freetext {
    
    padding: 0px;
    margin:0px;
}
}
.row.mb-3.rsform-block.rsform-block-name.rsform-type-textbox {
    display: inline-block;
    float: left;
    width: 50%;
}
#rsform_3_page_0 .row.mb-3.rsform-block.rsform-block-email.rsform-type-textbox {
    display: inline-block;
    float: left;
    width: 50%;
}
#rsform_3_page_0 .row.mb-3.rsform-block.rsform-block-phone-no.rsform-type-textbox {
    display: inline-block;
    float: left;
    width: 50%;
}
#rsform_3_page_0 .row.mb-3.rsform-block.rsform-block-subject.rsform-type-textbox {
    display: inline-block;
    float: left;
    width: 50%;
}
#rsform_3_page_0 .row.mb-3.rsform-block.rsform-block-message.rsform-type-textarea {
    display: inline-block;
    float: left;
    width: 50%;
}
#rsform_3_page_0 .rsform-block.rsform-block-recaptcha-branding.rsform-type-freetext {
    display: inline-block;
    float: left;
    width: 50%;
    padding-left: 30px;
    margin-left: 30px;
}

@media (max-width: 992px) {#rsform_3_page_0 .row.mb-3.rsform-block{width:100%  !important;}
    #rsform_3_page_0 .rsform-block.rsform-block-recaptcha-branding.rsform-type-freetext{width:100% !important;padding-left: 0px;
    margin-left: 0px;
}
    
}
.itemid-728 #rsform_3_page_0 .rsform-block.rsform-block-recaptcha-branding.rsform-type-freetext {
    color: #fff;
}
.itemid-728 #rsform_3_page_0 .rsform-block.rsform-block-recaptcha-branding.rsform-type-freetext a{
    color: #fff;
}
@media (max-width:758px) {#rsform_3_page_0 .formControls.col-sm-9 {
    width: 100% !important;
}}
@media (max-width: 568px) {#rsform_3_page_0 #Name, #rsform_3_page_0 #Email, #rsform_3_page_0 #Phone_No, #rsform_3_page_0 #captchaTxt27, #rsform_3_page_0 #Subject, #rsform_3_page_0 #Message {
    margin: 0 auto;
}}
@media (max-width:758px) {#rsform_3_page_0 #Name, #rsform_3_page_0 #Email, #rsform_3_page_0 #Phone_No, #rsform_3_page_0 #captchaTxt27, #rsform_3_page_0 #Subject,  #rsform_3_page_0 #Message {

    margin: 0 auto;}
    }
/*#bottom-left-modules {
    background:transparent;
}*/
.itemid-725 .t3-footnav .t3-module p{
    color: #888888;
}
#bottom-right-modules {
    max-width: 1230px;
    margin: 0 auto;
}
@media (max-width:568px) {.itemid-207 span img {
    float: none !important;
    text-align: center;
    margin: 0 auto;
}
    .itemid-207 h2 img {float: none !important;
    margin: 0 auto;}
.itemid-207 p {
    color: #636363;
    font-size: 13px !important;
    padding: 10px 0px;
    margin: 5px !important;
}
.itemid-207 section.article-content.clearfix a, .itemid-207 div{
    font-size: 13px !important;
}
.itemid-207 span{
    font-size: 13px !important;
}
.itemid-207 h2 {
    font-size: 20px;}
}
.itemid-246 .input-group {
    display: inline-block !important;
}
.t3-mainbody {
    padding-bottom: 75px;
    padding-top: 0px;
}
.itemid-207 .minutes p {
    padding: 0px;
}
@media (max-width:400px) { .itemid-207 section.article-content.clearfix {
    padding: 0px;
}}
.itemid-189 #t3-mainbody, .itemid-388 #t3-mainbody, .itemid-190 #t3-mainbody, .itemid-206 #t3-mainbody, .itemid-275 #t3-mainbody, .itemid-200 #t3-mainbody, .itemid-211 #t3-mainbody, .itemid-473 #t3-mainbody, .itemid-207 #t3-mainbody {
    padding-bottom: 20px;
    padding-top: 0px;
    background: transparent;
}
.itemid-207 .t3-megamenu p, .itemid-207 .t3-megamenu li {
    padding: 0px;
 margin: 0px;
}
.itemid-207 .article-content td p{text-align:center;}
@media only screen and (max-width: 350px) {
.itemid-207 .article-content {
    box-sizing: border-box;
  }

   .itemid-207 img {
    max-width: 100%;
    height: auto;
  }

 .itemid-207 h2, p {
    font-size: 14px;
    word-wrap: break-word; 
  }
}
@media (max-width: 400px) {
    .t3-spotlight.t3-footnav.row a , .t3-navbar-collapse.navbar-collapse.collapse.in li {
    font-size: 13px;
}}
@media (max-width: 990px) {.itemid-207 .t3-navbar-collapse.navbar-collapse.collapse.in li {
    padding: 0px !important;
    margin: 0px;
}}
.itemid-207 .Minutes.for.the.year div {
    text-align: center;
}