body {
     font-family: Helvetica, Arial, sans-serif;
    background-color: #e5e2df;
    color:#333333;
}
h1, h2 {
    font-family: Georgia, serif;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow:0px 0px 10px #888;
}
.header {
}
.logo {

}
.logo img {
    max-width: 100%;
    height: auto;
}
.header-nav {
    padding: 21px 0;
    position:relative;
}
#home-header-nav {
    display: flex;
    justify-content: flex-end;
}
#home-header-nav #id_header-2 {
    width: 60%;
    margin:0;
}
.header-nav ul {
    display: flex;
    justify-content: right;
    margin: 0;
    padding: 0;
}
.header-nav ul li {
    list-style: none;
}
.header-nav ul li  a  {
    color: #000;
    text-decoration: none;
    font-weight: 300;
    margin: 0 20px;
}
.header-nav ul li a:hover {
    color: #e67e22
}
.hero-bg {
    background: #ea7f1d; 
    position: relative;
}
.bottom-triangle {
    position: absolute;
    left: 0;
    bottom:0;
    background: linear-gradient(to bottom left, transparent 50%, #FFF 50%);
    width:50%;
    height:142px;
}
.top-triangle {
    position: absolute;
    right: 0;
    top:0;
    background: linear-gradient(to top right, transparent 50%, #FFF 50%);
    width:50%;
    height:142px;
    z-index: 0;
}
.hero-graphic {
    padding:60px;
}
.hero-graphic img {
    width: 100%; 
    height: auto;
}
.hero-row {
    align-items: center;
}
.hero-content {
    max-width:300px;
    margin:0 auto;
}
.hero-content h2 {
    color:#fff;
    font-family: Georgia, serif;
    text-align: center;
    line-height: 56px;
}
.hero-caption {
    color:#fff;
    text-align: center;
    padding-top:20px;
    font-size:15px;
    font-weight:bold;
    font-family: Georgia, serif;
}
.feature-bg {
    position: relative;
}
.login-triangle {
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to top right, transparent 50%, #00698f 50%);
    width:50%;
    height:142px;
}
.login-button {
    position:relative;
    top: 30%;
    left: 80%;
    background: #ea7f1d;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1rem;
}
.feature-content {
    padding: 10px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden; /* Ensures the image and text don't exceed the border */
}
.feature-content img {
    width: 100%; 
    height: auto;  
}
.feature-card {
    border: 2px solid #e1e1e1;
    width: 100%; /* Ensures it stretches to match feature-content */
    padding: 20px 20px 20px 30px;
}
.feature-card p {
    font-size:17px;
}
.feature-card h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-family: Georgia, serif;
    color: #006e8c;
    font-weight: 600;
    text-transform: none;
}
.feature-card a {
    color: #ea7f1d;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    align-self: flex-end; /* Moves button to the right */
    text-align: right;
    display: block;
}
.read-more:hover {
    text-decoration: underline;
}
.triangle-gradient-events {
    position: absolute; 
    width: 50%;
    height: 142px;
    background: linear-gradient(to bottom left, transparent 49%, #e67e22 50%);
    color: white;
    overflow: hidden;
    bottom:0;
    left:0;
}
.triangle-gradient-events h2 {
    position: absolute;
    top: 78px;
    left: 21%;
    transform: translate(-50%, -50%);
    font-size:25px;
    white-space: nowrap; 
    font-family: 'Georgia', serif;
    font-weight: bold;
}
.events-card h3 {
    margin: 20px 0;
    font-size:15px;
    font-weight:bold;
    color:#434d53;
    position:relative;
}
.events-card {
    border: 2px solid #e1e1e1; 
    padding: 20px 20px 20px 30px; 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position:relative;
}
.events-content {
    margin: 50px 0;
    font-size: 15px;
    font-weight:bold;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.events-content img {
    width: 100%; 
    height:auto;
}
.events-card span {
    color: #ea7f1d;
}
.events-card a  {
    color: #ea7f1d;
    text-decoration: none;
}
.events-card a:hover {
    text-decoration: underline;
}
.events-card h3::after {
    width: 117px;
    content: "";
    height: 3px;
    background:#434d53;
    top: 148%;       
    left: -4px;
    position:absolute;
}
.triangle-gradient {
    position: relative; 
    width: 50%;
    height: 142px;
    background: linear-gradient(to top left, transparent 49%, #e67e22 50%);
    color: white;
    overflow: hidden;
}
.triangle-gradient h2 {
    position: absolute;
    top: 50px;
    left: 15%;
    transform: translate(-50%, -50%);
    font-size:25px;
    text-align: center;
    white-space: nowrap; 
    font-family: 'Georgia', serif;
    font-weight: bold;
}
.impact {
    display: flex;
    gap: 2rem;
    margin-bottom:30px;
    font-family: Georgia, serif;
    flex-direction: column; /* Stack number and text vertically */
    text-align:center;
    }
.impact iframe {
  max-width: 100%;
  }
.impact-stat span {
    font-size: 2rem;
    font-weight: 600;
    color: #ea7f1d;
    padding: 0;              /* Remove padding that pushes it right */
    text-align: left;        /* Make sure text is aligned left */
    width: 30%;             /* Let it size naturally */
}
.impact-stat p  {
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 30px;
    color: #333;
    width: 100%;
    max-width:500px;
    text-align: left;
}
.impact-img {
    max-width: 100%;
    height:auto;
}
.footer-bg {
    background-color: #006e8c;
    color: #fff;
    padding: 50px 0 20px;
}
.footer-section {
    margin-left:20px;
}
.footer-section h4 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size:20px;
}        
.footer-section ul {
    list-style: none;
    padding-left: 0;
}
.footer-section ul li {
    margin-bottom: 10px;
}
.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.footer-section a:hover {
    text-decoration: underline;
}
.copyright {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}
.page-header-bg {
    background-color: #e67e22;
    padding: 60px 20px;
}
.page-title {
    font-weight: 700;
    font-size: 2.5rem;
    color: #ffffff;
}
.about-section {
    padding: 20px 0;
    margin-left:20px;
}
.content-format h1, .content-format h2, .content-format h3, .content-format h4, .content-format h5, .content-format h6 {
    color: #006e8c;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom:10px;
    text-transform: inherit;
}
.content-format h4, .content-format h5, .content-format h6 {
    margin-bottom: 10px;
}
.content-format h1, .content-format h2 {
    display: inline-block;
}
.content-format h1:after, .content-format h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background:#e67e22;
}
.camera_thumbs_cont {
    background: #fff;
}
.content-format p {
    color: #333333;
}
.content-format ul li, .content-format ol li {
    color: #333333;
}
.content-format p em {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 20px;
}
.about-text {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom:20px;
}
.about-content p {
    color:#333333;
}
.mission-bg {
    background-color: #d6e4e8;
    padding: 60px 20px;
}
.mission-section {
    text-align: center;
    margin:0 auto;
    max-width:800px;
}
.seperator {
    width: 60px;
    height: 3px;
    background:#e67e22;
    margin-top: -10px;
    margin-bottom:10px;
    display:block;
}
.text-center .seperator {
    margin:10px auto;
}
.value-card {
    height: 100%;
}
.value-card img {
    margin-bottom: 20px;
    width: 50px;
    height: auto;
}
.value-card h4 {

}
.value-card p {

}
.card-section {
    border-radius: 5px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    height: 100%;
    margin-top: 30px;
}
.value-icon {
    color: #e67e22;
    font-size: 2.5rem;
    margin-bottom: 15px;
}
.main-section {
    margin-bottom: 4rem;
}
.main-section a {
    color: #ea7f1d;
}
.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #ea7f1d;
    margin-bottom: 1.5rem;
}
.subsection {
   margin-bottom: 2rem;
}
.subsection-title {
    font-size: 1.5rem;
    color: #2d3748;
    margin-bottom: 1rem;
}
.global-paragraph {
    margin-top:50px;
}
.global-bg {
    background-color: #fff;
    padding-left: 20px;
    padding-right:20px;
    padding-top:60px;
}
.global-stats {
    text-align: center;
    padding: 20px;
    background-color: #d6e4e8;
    border-radius: 5px;  
}
.global-stats p {

}
.global-stats h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color:#006e8c;
}
.cta-bg {
    background-color: #E67E22;
    color:#fff;
    text-align: center;
    padding: 40px 0;
}
.cta-section h2 {
    padding-bottom:18px;
    margin: 0 auto;
    max-width:800px;
}
.cta-section p {
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0 auto;
    max-width:800px;
}
.btn-white {
    background-color: #fff;
    color: #006e8c;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s;
    margin-top:30px;
}
.btn-white:hover {
    background-color: #f0f0f0;
    color: #006e8c;
}
.leaders-bg {
    padding: 60px 20px;
}
.leader-card {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    height: 100%;
}
.leader-card > div {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding:20px;
}
.gadgetStyleNone .gadgetStyleTitle h4 { 
    font-size:20px;
    color: #006e8c;
    font-weight: 600;
    text-transform: none;
}
.leader-title {
    color: #E67E22;
    font-weight: 500;
    margin-bottom: 15px;
}
.btn-teal {
    background-color: #006e8c;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s;
}  
.btn-teal:hover {
    background-color: #005a73;
    color: #fff;
}
.footer-top-bg {
    background-color: #dce7ee;
    text-align: center;
    padding: 25px 0;
    color:#000;
}
.footer-top-section h2 {
  padding-bottom: 18px;
  margin: 0 auto;
  max-width: 800px;
}
.footer-top-section a {
    color:#e67e22;
}
.footer-top-section a:hover {
    color:#006e8c;
}
.leader-btn {
    text-align: center;
    margin-top:60px;
}
.list {
    list-style: none;
    margin-left: 1.5rem;
    margin-bottom: 2rem;
}
.list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}
.list li::before {
    content: "Ã¢â‚¬Â¢";
    color: #ea7f1d;
    position: absolute;
    left: 0;
    font-weight: bold;
}
.leadership-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}
.text-block {
    margin-bottom: 2rem;
    line-height: 1.8;
}
.highlight {
    color: #ea7f1d;
    font-weight: 600;
}
.gallery-images {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.image-item {
    width: calc(20% - 15px); /* 5 items in a row */
    text-align: center;
}
.image-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.image-item img:hover {
    transform: scale(1.05);
}
.title {
    display: block;
    margin-top: 8px;
    text-decoration: none;
    color: #ea7f1d;
    font-weight: bold;
    font-size: 10px;
}
.title:hover {
    color: #ea7f1d;
    text-decoration: none;
}
.image-item p {
    font-size: 8px;
    color: #a4a4a4;
    margin-top: 5px;
} 
.inner-content h1 {
    font-size: 2.1em;
    color: #476985;
    font-weight: bold;
    line-height: 1.5em;
}  
.leadership-content ul li {
    list-style: none;
}
.leadership-content ul li a {
    text-decoration: none;
    color: #ea7f1d;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size:18px;
    line-height: 50px;
}
.leadership-content a:hover {
    color: #ea7f1d;
    text-decoration: underline;
}
.leadership-sidebar {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
}
.section-title {
    margin-bottom: 10px;
}
.list-sidebar {
    padding: 0;
    margin: 0;
}
.list-sidebar li  a {
    color: rgb(119, 152, 170) !important;
    font-size:15px;
    text-decoration: none;
}
.list-sidebar li a:hover {
    color: #e67e22;
}
.list-sidebar li {
    list-style: none;
    line-height: 34px;
}
.board-director-section {
    display: flex;
    column-gap: 20px;
    row-gap: 15px;
    margin-bottom: 25px;
}
.board-director-section img {
    max-width: 100%;
    height: auto;
    width:150px;
}
.director-info {
    text-align: left;
}
.board-director-section h3 {
    font-size: 18px;
    color: #476985;
    margin: 0;
}
.board-director-section h4 {
    font-size: 14px;
    color: #ea7f1d;
    margin: 5px 0;
}
.board-director-section p {
    font-size: 12px;
    color: #333333;
    margin: 0;
}
.thumbnail img {
    width: 100%;
    height: auto;
}
.caption {
    font-weight: bold;
    color:#ea7f1d;
    display: block;
    margin-top: 10px;
    text-decoration: none;
}
.caption:hover {
    text-decoration: none;
}
.link-text {
    color: #a4a4a4;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-decoration: none;
}
.link-text:hover {
    text-decoration: none;
}
.gallery-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-item {
    width: calc(20% - 10px); /* Ensures 5 items in a row with proper gap */
    flex: 1 1 calc(20% - 10px); /* Allows flexibility while maintaining 5 per row */
    max-width: calc(20% - 10px); /* Prevents items from exceeding their intended size */
}
.center-box {
    margin-top: 100px;
}
.right-box {
    margin-top: 200px;
}
.member-pledge-section h2 {
    color: #006e8c;
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px;
}
.member-pledge-section h3 {
    color: #006e8c;
    font-weight: 300;
    margin-bottom: 25px;
}
.member-pledge-section {
    padding:20px 20px;
    text-align:center;
}
.member-pledge-section img {
    width:100%;
    height:auto;
}
.member-pledge-section p {
    font-size: 15px;
    margin: 5px;
}
.resources-link {
    padding-bottom:10px;
}
.forum-heading {
    color:#E67E22;
    font-size:20px;
}
.comittment-section h2 {
    color: #006e8c;
    font-weight: 700;
    margin-bottom: 25px;
}
.comittment-section p {
    font-size: 17px;
}
.comittment-section {
    padding:20px 20px;}
.comittment-section span {
    font-size: 15px;
    font-weight: bold;
}
.comittment-section img {
    width:100%;
    height:auto;
}
#id_yg7B4E6 .gadgetStyleBody {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a {
        padding-top: 10px;
        padding-bottom:10px;
        padding-left:5px;
        padding-right:5px;
        height: auto;
}
.mobile-area{
    display:none;
}
/*.gadgetStyleNone a, .gadgetStyleNone a:link {
  padding:10px;
}*/
.mLayout a {
    color: #E67E22;
}
#news-archive-gadget-inner h4 , #news-archive-gadget-inner h2{
    color: #E67E22;
}
#news-archive-gadget h4 {
    color: #E67E22;
}
#upcoming-events-gadget h4 {
    color: #E67E22;
}
#upcoming-events-gadget-inner h4 , #upcoming-events-gadget-inner h2 {
    color: #E67E22;
}
.WaGadgetUpcomingEvents ul li .title {
    color: #E67E22;
}
#upcoming-events-gadget a:hover {
    opacity: 0.8;
}
#upcoming-events-gadget-inner .pageBackContainer a {
    color: #E67E22
}
#news-archive-gadget h4.boxHeaderTitle a {
    color: #E67E22;
}
#news-archive-gadget a:hover {
    opacity: 0.8;
}
#news-archive-gadget-inner .pageBackContainer a {
    color: #E67E22
}
.news-socials {
    text-align:center;
    background-color: #eae3de;
    padding:30px;
}
.news-socials a {
    margin-left: 10px;
    margin-right:10px;
}
.news-socials a img {
    width: 24px;
    height: auto;
}
.news-caution {
    background-color: rgb(255, 240, 0);
    padding:30px;
}
.apply-now-btn-container {
    text-align: center;
}
.apply-now-btn-container a {
    display: inline-block;
    text-decoration: none;
    padding:10px 20px;
    background-color: #E67E22;
    color: #FFF;
}
.apply-now-btn-container a:hover {
    color: #000;
    background: #D6E4E8;
}
.register-now-btn-container {
    text-align: center;
}
.register-now-btn-container a {
    display: inline-block;
    text-decoration: none;
    padding:10px 20px;
    background-color: #E67E22;
    color: #FFF;
}
.register-now-btn-container a:hover {
    color: #000;
    background: #D6E4E8;
}
.events-button {
    text-align: center;
    margin-bottom:20px;
}
.events-button a {
    display: inline-block;
    text-decoration: none;
    padding:10px 66px;
    background-color: #E67E22;
    color: #FFF;
}
.events-button a:hover {
    color: #000;
    background: #D6E4E8;
}
.pledge-caption {
    padding-bottom:20px;
}
.sign-pledge-btn-container {
    text-align: center;
    padding-top:20px;
    padding-bottom:20px;
}
.sign-pledge-btn-container a {
    display: inline-block;
    text-decoration: none;
    padding:10px 20px;
    background-color: #E67E22;
    color: #FFF;
    font-size:bold;
    border-radius: 10px;
}
.italic-text {
  font-style: italic;
}
.sign-pledge-btn-container a:hover {
    color: #000;
    background: #D6E4E8;
}
.past-presidents {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 600px;
}
.orange-text {
    color: #FF6600;
}
.left-impact img {
    width:100%;
    height:auto;
  }
.past-presidents > h2 {
  color: rgb(71, 105, 133);
  margin-bottom: 8px;
}

.past-president-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.past-president-row a {
  color: #e67e22;
  text-decoration: none;
  min-width: 200px;
  font-weight: 500;
}

.past-president-row a:hover {
  text-decoration: underline;
}
.past-president-row .name-col {
  text-decoration: none;
  min-width: 200px;
  font-weight: 500;
  color: rgb(71, 105, 133);
}
.past-president-row .term-col {
  font-weight: 500;
  color: rgb(71, 105, 133);
  margin: 0;
}
.past-president-row p {
  font-weight: 500;
  margin: 0;
}

.past-president-row.header {
  padding-bottom: 4px;
}
.news-container {
  display: flex;
  gap: 20px; /* optional spacing between sections */
}

.news-left-section,
.news-right-section {
    flex: 1; /* equal width */
}

/* Optional: Adjust width if you want uneven layout */
.news-left-section {
    flex: 2; /* takes up 2/3 of the row */
}

.news-right-section {
    flex: 1; /* takes up 1/3 of the row */
}
.triangle-gradient-events [class^="WaGadget"] {
    overflow: inherit;
}
.triangle-gradient [class^="WaGadget"] {
    overflow: inherit;
}
.triangle-gradient-events [class*="gadgetStyle"] .gadgetContentEditableArea {
    overflow: inherit;
}
.triangle-gradient [class*="gadgetStyle"] .gadgetContentEditableArea {
    overflow: inherit;
}
@media screen and (max-width:1000px) {
        .footer-section h4 {
        font-size:18px;
    }
}
@media screen and (max-width:960px) {
    .gallery-item {
        width: calc(25% - 10px);
        flex: 1 1 calc(25% - 10px); /* Allows flexibility while maintaining 5 per row */
        max-width: calc(25% - 10px);
    }
    .footer-section h4 {
        font-size:15px;
    }
    .triangle-gradient-events h2 { 
        left:24%;
  }
    .triangle-gradient h2 {
    left :16%;
  }
}
@media screen and (max-width:768px) {
    .gallery-item {
        width: calc(33.333% - 10px);
        flex: 1 1 calc(33.333% - 10px); /* Allows flexibility while maintaining 5 per row */
        max-width: calc(33.333% - 10px);
    }
    .hero-content h2 { 
        line-height: 56px;
    }
    body.LayoutMain .WaGadgetMenuHorizontal {
    display: block;
  }
  .triangle-gradient h2 {
    left :20%;
  }
  .triangle-gradient-events h2 { 
    left:27%;
  }
  .login-button {
    left:72%;
  }
  .hero-graphic {
    padding:50px;
    }
    .hero-caption {
        font-size:12px;
    }
}
@media screen and (max-width:660px) {
    .triangle-gradient-events h2 {
        left: 30%;
    }
    .hero-content h2 { 
        line-height: 40px;
    }
    .login-button {
    left: 64%;
    }
    .hero-caption {
    font-size: 10px;
  }
}
@media screen and (max-width:630px) {
    .triangle-gradient-events h2 {
    left: 30%;
  }
    .triangle-gradient h2 {
    left: 27%;
  }
    .triangle-gradient-events h2 {
    left: 32%;
    font-size:20px;
  }

}
@media screen and (max-width:575px) {
    .gallery-item {
        width: calc(50% - 10px);
        flex: 1 1 calc(50% - 10px); /* Allows flexibility while maintaining 5 per row */
        max-width: calc(50% - 10px);
    }
    .feature-card {
        padding: 10px 10px 10px 20px;
    }
    .feature-content {
        padding:0;
        display: block;
    }
    .hero-content h2 { 
        line-height: 40px;
    }
    .hero-graphic {
        padding:50px;
    }
    .bottom-triangle {
        display:none;
    }
    .login-triangle {
        width:100%;
        position:relative;
    }
    .right-box {
        margin-top:20px;
    }
    .center-box {
        margin-top:20px;
    }
    #home-header-nav #id_header-2 {
        width: 100%;
    }
    .logo {
        background-color: #fff;
        text-align:center;
    }
    .triangle-gradient-events {
        display:none;
    }
    .top-triangle {
        display:none;
    }
    .triangle-gradient {
        width:100%;
    }
    .impact-number {
        display: block;
        width: 100%;
        text-align:center;
    }
    .value-card {
        padding-top:15px;
        padding-left:0;
        padding-right:0;
        padding-bottom:15px;
    }
    .value-card > div {
        padding:15px;
    }
    .global-stats {
        margin-top: 10px;
        margi-bottom: 10px;
    }
    .value-icon {
        text-align: center;
    }
    .value-card h4 {
        text-align: center;
        padding:15px;
    }
    .global-paragraph {
        margin-top: 10px;
    }
    .leaders-bg {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .leader-btn {
        margin-top: 10px;
    }
}
@media screen and (max-width:480px) {
    .gallery-item {
        width: 100%;
        flex: 1 1 100%; /* Allows flexibility while maintaining 5 per ro