@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&family=Roboto:ital,wght@0,400;0,500;0,700;1,300;1,400;1,500&display=swap');

section.current_issue {
    display: none !important;
}
a.pagelinks {
    color: #0a5abd;
}

.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    margin: 5px;
}
.cmp_form .label .required {
    color: #000;
}
.auth_gud li {
    padding: 4px !important;
}

h2.header_color {
    margin: 1px !important;
}

img.nex_pic {
    vertical-align: middle;
    padding-right: 10px;
}

.bounce {
    height: 50px;
    overflow: hidden;
    position: relative;
    color: #0b425e;
    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: 'Roboto', Calibri !important;
font-size:16px !important; 
text-align:justify;
}



/* 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(11 66 94) 0%, rgb(170 46 73) 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;
}

.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;
}

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

}

@media (min-width: 992px)  {

.front_icons {
    text-align: center;
    /* display: inline-block; */
    margin-left: -60px;
}

.container .box {
	display: table;
	padding: 0 30px;

}

.container .box .box-row {
	display: table-row;
	width: 100% !important;
}

.container .box .box-cell {
	display: table-cell;
	padding: 10px;
}

.container .box .box-cell.box1 {
	color: #000000;
	width: 35% !important;
	text-align: center;
	text-align:center;
}

.container .box .box-cell.box2 {
	text-align: justify;
	padding-right: 5px;
	vertical-align: top;
	width: 65%;
}

.container .box .box-cell.box3 {
	width: 0%
	vertical-align: top;
	font-size: 15px;
	color: #161789;
	padding-left: 30px;
	background: #f3f3f3;
}

.container .box .box-cell.box3 p {
	line-height: 15px !important;
}


.home_block_links {

margin: 10px !important;
}

.pkp_structure_sidebar {
    float: left;
    width: 25%;
}

.pkp_page_index .additional_content {
    padding: 10px !important;
}

.pkp_structure_main {
    width: 71%;
}


div#customblock-contact-us {
    background: #ffffff;
}

.pkp_navigation_search_wrapper a {
    color: rgb(255 253 253 / 84%);
    text-decoration: none;
}
.pkp_nav_list ul a {
    font-size: 15px !important;
}

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_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%;
    
}

.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: 60px !important;}


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

a {
    font-family: 'Roboto', Calibri !important;
    font-size: 15px !important;
    color: #053246;
    font-weight: 500;
    }

.pkp_navigation_primary_row {
    text-align:center;
    text-transform: uppercase;
  background: linear-gradient(90deg, rgb(11 66 94) 0%, rgb(184 39 68) 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: 1px !important;
    color: #023346 !important;
    border: 1px solid #b82744;}



.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_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: 'Roboto', Calibri !important;
font-size:16px !important;}

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

.pkp_structure_main h3 {
font-family: 'Roboto, 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;
}


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

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

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

.pkp_structure_sidebar {
    border: 1px solid #cad5d3;
    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;
}


.home_cover {

max-height: 380px;
}
hr {
    border-color: #006600;
    margin-left: 0px;
    width: auto;
    border-style: ridge;
}
.box-cell.box2 li {
    line-height: 1.8 !important;
}
.unlock {
    background: linear-gradient(90deg, rgb(184 39 68 / 12%) 0%, rgb(11 66 94 / 9%) 100%);
    /* border: 1px solid #ccc; */
    /* border-radius: 10px; */
    padding: 10px;
}
.unlock1 {
    background: linear-gradient(90deg, rgb(166 41 69 / 13%) 0%, rgb(50 59 90 / 10%) 100%);
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
}


 footer {
     color: #757575 !important
 }
.header_color {
    display: block;
    background: linear-gradient(90deg, rgb(11 66 94 / 82%) 0%, rgb(184 39 68) 100%);
    padding: 10px 15px 10px 15px;
    text-align: center;
    color: #ffffff;
    font-size: 15px !important;
    text-transform: uppercase;   
}

a.afront {
    background: #0b425e;
    text-decoration: none;
    text-align: center;
    padding: 10px 10px !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px !important;
}

.front_icons {
    text-align: center;
    /* display: inline-block; */
}



