@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rosario:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
section.current_issue {
    display: none !important;
}

.floating-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #25D366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}
.floating-whatsapp:hover {
    transform: scale(1.1);
}
.floating-whatsapp img {
    width: 30px;
    height: 30px;
}
 table {
        font-size: 13px;
      }

b, strong {
    font-weight: 600;
}
a.afront {
    background: #d23c65;
    text-decoration: none;
    text-align: center;
    padding: 10px 10px !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px !important;
}
a.pagelinks {
    color: #0a5abd;
}

table.eboard p {
    line-height: 15px;
}
table.jpar p {
    line-height: 15px;
}

table.eboard td {
    padding: 20px;
    background: #f2f2f2;
}
table.jpar td {
    padding: 2px;
    background: #f2f2f2;
}

span.spanlbl {
    color: #2b4b9a;
    font-weight: bold;
}
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.table-container {
      width: 100%;
      overflow-x: auto;
    }
    table {
      border-collapse: collapse;
      width: 100%;
      min-width: 600px;
    }
    th, td {
      border: 1px solid #ddd;
      padding: 12px;
      text-align: left;
      vertical-align: top;
    }
    th {
      background-color: #f2f2f2;
    }
.bounce {
    height: 50px;
    overflow: hidden;
    position: relative;
    color: #157973;
    border: 1px solid #317db41f;
    margin: 8px !important;
   background: linear-gradient( 
90deg, rgb(231 231 231) 0%, rgb(240 241 241 / 16%) 100%);    font-size:16px;
    margin-top: 20px !important;
}
        .bounce p {
            position: absolute;
            width: 200%;
            height: 100%;
            margin: 0;
            line-height: 50px;
            text-align: center;
            -moz-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            -moz-animation: bouncing-text 15s linear infinite;
            -webkit-animation: bouncing-text 15s linear infinite;
            animation: bouncing-text 20s linear infinite;
           
        }
        
        @-moz-keyframes bouncing-text {
            0% {
                -moz-transform: translateX(50%);
            }
            100% {
                -moz-transform: translateX(-50%);
            }
        }
        
        @-webkit-keyframes bouncing-text {
            0% {
                -webkit-transform: translateX(50%);
            }
            100% {
                -webkit-transform: translateX(-50%);
            }
        }
        
        @keyframes bouncing-text {
            0% {
                -moz-transform: translateX(50%);
                -webkit-transform: translateX(50%);
                transform: translateX(50%);
            }
            100% {
                -moz-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }
        }

.content {
    font-size: 14px !important;
    text-align: justify;
}

.pkp_brand_footer {
display:none !important;
}

body {
font-family: 'Poppins', Calibri !important;
font-size:15px !important; 
text-align:justify;
}


.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin: 10px 2px;
  background-color: #0097fe;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.block_make_submission a {
    display: inline-block;
    padding: 10px 20px;
    background: #000080;
    border: none;
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: none;
    line-height: 28px;
    color: #ffffff;
   text-decoration: none;
    text-align:center;
}


.currentbtn a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #41b047;
    border-radius: 3px;
    box-shadow: none;
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    text-align:center;

}

.currentbtn2 a {
    display: block;
    padding: 10px 20px;
   background: linear-gradient(90deg, rgb(212 44 115) 0%, rgb(59 19 150) 100%);
    border: none;
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: none;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align:center;

}

@media only screen and (max-width: 600px) {

a.afront {
display: block;
    margin: 20px;
    text-align: left;
}

.pkp_site_nav_menu a {
    display: inline-block;
    padding: .125rem 0;
    color: #007ab2;
    text-decoration: none;
    text-transform: uppercase;
}

td {
    display: inline-block;
    padding: 5px;
    width: 100%;
}
td p {
    text-align: left !important;
    font-size: 14px;
}

.pkp_footer_content {
    padding: 10px !important;
    text-align: left;
    COLOR: #fff;
    font-size:14px;
}

.one p {
    font-size: 14px;
    padding-left: 5px;
    line-height:18px !important;
}


.currentbtn a {
   font-size: 16px;
    font-weight: 500;
    width:auto;
    text-align:center;
}

.currentbtn2 a {
   font-size: 16px;
    font-weight: 500;
    width:auto;
    text-align:center;
}

.block_make_submission a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    width:auto;
    text-align:center;
}



.pkp_site_name_wrapper {
      height: 80px !important;
}
.bounce {
      font-size: 16px !important;
 
}

.bounce p {
            position: absolute;
            width: 1100%;
            height: 100%;
}

.block_make_submission a {
    display: block;
    text-align: center;
}

.currentbtn a {
    display: block;
    text-align: center;
}

.currentbtn2 a {
    display: block;
    text-align: center;
}




.pkp_structure_main p {
     text-align: justify;
}

td.patron_space {
    padding-left: 30px;
}
ul#navigationUser a {
    color: #03a9f4;
    font-weight: bold;
    font-transform: uppercase;
    text-transform: uppercase;
    padding: 5px;
}

.pkp_page_index .additional_content {
   border:none !important;
   padding:0 2px !important;
   
}

.pkp_site_name .is_img img {
    max-height: 80px !important;
 }
.pkp_site_nav_toggle {  
height: 70px !important;
}

.pkp_navigation_primary>li>a {
    color: #000000 !important;
    text-transform: uppercase;
    padding: 5px;
    font-weight:bold;
}

nav.pkp_site_nav_menu.pkp_site_nav_menu--isOpen {
    background: #f4f4f4;
}
.pkp_structure_footer {
    text-align: left;
    font-size: 12px;
}
.patron {
font-size:13px !important;
text-align:left !important;
}
.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    margin: 5px 0 20px;
}

}

@media (min-width: 992px)  {

.front_links {
    FLOAT: RIGHT;
}

.pkp_nav_list ul a {
    display: block;
    padding-left: 0.357rem;
    border-left: 0.357rem solid transparent;
    color: #0053a5;
}
.pkp_nav_list ul a {
    font-size: 13px !important;
}
div#customblock-contact-us {
    background: #ffffff;
}

.pkp_navigation_search_wrapper a {
    color: rgb(255 253 253 / 84%);
    text-decoration: none;
}

table.eboard {
    width: 100%;
}
table.jpar {
    width: 100%;
}


.grid-item1 {
    width: 30%;
    float: left;
}

.homecolumnone {
  float: left;
  width: 35%;
  padding-top:20px;
}

.homecolumntwo {
  padding-left:20px;
  float: left;
  width: 65%;
}

/* Clear floats after the columns */
.homerow:after {
  content: "";
  display: table;
  clear: both;
}


.pkp_footer_content {
    padding: 10px !important;
    padding-left:100px !important;
    text-align: left;
    COLOR: #dbd5d5;
    font-size:14px;
}



.pkp_page_index .additional_content {

padding:0 !important;

}

.pkp_structure_main {
    padding-left: 100px !important;
}


.pkp_navigation_primary>li>a {

color:#ffffff !important;

}

.block_make_submission a {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    display:block;
    text-align:center;
}

.page.page_contact{
    padding-left: 30px !important;
}
.page.page_about {
padding-left: 30px !important;
}
.page.page_login{
padding-left: 30px !important;
}

.page.page_issue {
padding-left: 30px !important;
}


.page.page_issue_archive {
padding-left: 30px !important;
}

.maincontent {
padding-left:40px;
padding-right:20px;
}

.pkp_page_index .additional_content>p:first-child {

margin-top:-1px !important;

}


ul#navigationUser {
 width: 1160px !important;
}

.pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content, .pkp_structure_footer {
    width: 100% !important;
}

.one p {
    font-size: 18px;
    line-height: 2;
    padding-left: 20px;
}


.hmouterDiv
	{
		color: #fff;
		margin: 0px auto;
		width:auto;
	}
	.hmleftDiv
	{
		color: #000;
		width: 35%;
		float: left;
              padding-top:20px;

	}
	.hmrightDiv
	{
		color: #000;
		width: 65%;
		float: right;             
		text-align:justify;
              padding-left:30px
}

.pkp_structure_main:first-child:last-child{

padding-left:30px !important;

}

.pkp_navigation_user.pkp_navigation_user { 
padding-top: 50px !important;}


.pkp_navigation_user>li:last-child>a {
    padding-right: 10px;
}

a {
    font-family: 'Montserrat', Calibri !important;
    font-size: 14px !important;
    color: #c0336f;
    font-weight: 500;
    }

.pkp_navigation_primary_row {
    text-align:center;
    text-transform: uppercase;
  background: linear-gradient(90deg, rgb(225 65 100) 0%, rgb(53 20 129) 100%);
    padding-bottom:5px;
   padding-top:7px;


}
.pkp_site_name .is_img img {
    max-height: 150px !important;
}
.pkp_search_desktop { overflow:unset;}


.pkp_navigation_user li {
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    }

.pkp_structure_main:first-child:last-child {
    
    margin-top:0 !important;
}

.pkp_structure_content {
    padding:0 0 !important;
}

.pkp_navigation_user>li>a, .pkp_navigation_user>li.in_focus>a, .pkp_navigation_user>li>a:hover, .pkp_navigation_user>li>a:focus {
    background: #fff !important;
    border-radius: 2px !important;
    color: #000 !important;
    border: 1px solid #ba717b;}

.pkp_structure_main {
    width: 68% !important;
}

.pkp_structure_main {
    float: left; 
}


.pkp_navigation_user>li>a, .pkp_navigation_user>li.in_focus>a, .pkp_navigation_user>li>a:hover, .pkp_navigation_user>li>a:focus {
    color: rgb(253 251 251 / 84%);
}

.pkp_site_name {
    padding-left: 90px !important;
}
.pkp_structure_sidebar {
    float: right;
    width: 30% !important;
    }

.pkp_structure_main:before, .pkp_structure_main:after {
   display:none;
}
.pkp_navigation_user>li>a  {

color:#ffffff;

}
.cmp_form .label {
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    font-style: normal; 
}
}

.pkp_structure_footer_wrapper {
    background:#333336;
    margin-top:30px;
    width: 100%;
}


.pkp_footer_content a {
    color:#d7d7d7;
    font-size: 12px !important;
    float:right;
    padding-right:10px;
}
.has_site_logo .pkp_head_wrapper {

width:100% !important;

}
.page_submissions .submission_sections ul, .page_submissions .submission_checklist ul {
    font-size: 15px !important;
 }
.pkp_page_index .homepage_image {
    margin-top: 0 !important;
}

.has_site_logo .pkp_head_wrapper {
    padding-top: 2px !important;
}

.page_contact .address, .page_contact .phone, .page_contact .email {
     font-size: 16px !important;
    line-height: 2;}

.page_contact .email a {
    font-size: 17px !important;
    font-weight: 600;
}

.cmp_form .fields>div {
   padding-bottom: 10px !important;
}

.pkp_search_desktop .search_prompt  {
color:#ffffff !important;
padding-right:100px;

}

.pkp_structure_main h2{
font-family: 'Montserrat', Calibri !important;
font-size:18px !important;}

.pkp_structure_main h1 {
font-family: 'Montserrat', Calibri !important;
}

.pkp_structure_main h3 {
font-family: 'Rosario', Calibri !important;
font-size:20px !important;
}

.editoral_background {
background: #f4f4f4;
margin-top:20px; 
padding-top:20px; 
padding-bottom:20px; 
padding-left:10px;
padding-right:10px;
}

.icon-bar {
  position: fixed;
  top: 50%;
  right:4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
z-index:100;

}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
  color: white;
  font-size: 26px !important;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #666;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.phone {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.whatsapp {
  background: #25d366;
  color: white;
}

.page_login .password a {
    display: block;
    padding-top: 20px;
}

.pkp_structure_sidebar {
    background:#f4f2f7 !important;
    margin-top:20px;
}

li {
    line-height: 1.3 !important;
}

.one {
    display: flex;
    align-items: center;
}
p.publisher {
    font-size: 15px;
    font-weight: bold;
}
.pkp_page_index .additional_content { 

border-top: none !important;
}

.sideblock {
    padding: 2px 0;
    /* border-bottom: 3px solid #ffffff; */
}

div.sideline {
    width: 30px;
    height: 0px;
    line-height: 0;
    border-bottom: 2px solid #000;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 15px;
    margin-bottom: auto;
    max-height: 10px;
    float: right;}


div#customblock-icons {
    background: #ffffff;
}

.pkp_block {
    padding: 15px 30px !important;
    border-bottom: 7px solid #ffffff;
}
.obj_issue_toc .section {
    margin-top: -55px;
}
.obj_issue_toc .sections .section {
    margin-top: -55px;
}
