/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
      background:#fff;}
body{margin:0;
         background:#fff;
 font-size: 14px;
        font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
        line-height:16px;
color: #666;
}
article,aside,footer,header,nav,section{display:block}
a:link {
        color: #918291;
        font-size: 12px;
        line-height:120%;
}
a:active {
        color: #3f364c;
        font-size: 12px;
        line-height:120%;
}
a:visited {
        color: #918291;
        font-size: 12px;
        line-height:120%;
}
a:hover {
        color: #3f364c;
        background: none;
        font-size: 12px;
        text-decoration:none;
        line-height:120%;
}
.pkp_structure_main p {
    line-height: 18px;
    margin: 15px 0;
        font-size: 14px;
}

header {
 height: 200px;
	width: 100%;
	position: relative;
    background-color:#3914af;

	
   text-align:center;
}
.pkp_site_name .is_img img {
    display: block;
    max-height: 200px;
    max-width: 100%;
    width: auto;
    height: auto;
   
}
.has_site_logo .pkp_site_name, .has_site_logo {
    width: auto;
    top: -45px;
}
.pkp_navigation_primary_wrapper{
text-align: left;

	height:40px;
	
	position: absolute;
    top: 60px;
    left: 250px;
right: 1px;
border-bottom:none !important;
  
    
    padding: 0 10px}
.pkp_nav_list{line-height: 27px;

  font-size: 14px;
  font:14px Georgia, 'Times New Roman', Times, serif;
 color: #f3ecec;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
   
	   font-weight:bold;
	   text-transform:uppercase; 
    text-decoration: none !important;
padding:  2px 5px;
       line-height: 32px;
    display: inline-block;}
.pkp_navigation_primary>li>a {
    margin: 0 1em;
    padding: 10px 0 8px;
    color: #fff;
text-decoration: none !important;
border:none;
}
.pkp_navigation_primary>li>a:hover {
	height:40px;
border:none;
 background: #200772;  
      
      background: -moz-radial-gradient(center, ellipse cover, rgba(170,153,225,1) 0%, rgba(170,153,225,1) 1%, rgba(170,153,225,1) 11%, rgba(170,153,225,1) 22%, rgba(170,153,225,1) 23%, rgba(57,20,175,1) 73%, rgba(57,20,175,1) 100%); /* ff3.6+ */
      background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(170,153,225,1)), color-stop(1%, rgba(170,153,225,1)), color-stop(11%, rgba(170,153,225,1)), color-stop(22%, rgba(170,153,225,1)), color-stop(23%, rgba(170,153,225,1)), color-stop(73%, rgba(57,20,175,1)), color-stop(100%, rgba(57,20,175,1))); /* safari4+,chrome */
      background:-webkit-radial-gradient(center, ellipse cover, rgba(170,153,225,1) 0%, rgba(170,153,225,1) 1%, rgba(170,153,225,1) 11%, rgba(170,153,225,1) 22%, rgba(170,153,225,1) 23%, rgba(57,20,175,1) 73%, rgba(57,20,175,1) 100%); /* safari5.1+,chrome10+ */
      background: -o-radial-gradient(center, ellipse cover, rgba(170,153,225,1) 0%, rgba(170,153,225,1) 1%, rgba(170,153,225,1) 11%, rgba(170,153,225,1) 22%, rgba(170,153,225,1) 23%, rgba(57,20,175,1) 73%, rgba(57,20,175,1) 100%); /* opera 11.10+ */
      background: -ms-radial-gradient(center, ellipse cover, rgba(170,153,225,1) 0%, rgba(170,153,225,1) 1%, rgba(170,153,225,1) 11%, rgba(170,153,225,1) 22%, rgba(170,153,225,1) 23%, rgba(57,20,175,1) 73%, rgba(57,20,175,1) 100%); /* ie10+ */
      background:radial-gradient(ellipse at center, rgba(170,153,225,1) 0%, rgba(170,153,225,1) 1%, rgba(170,153,225,1) 11%, rgba(170,153,225,1) 22%, rgba(170,153,225,1) 23%, rgba(57,20,175,1) 73%, rgba(57,20,175,1) 100%); /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa99e1', endColorstr='#3914af',GradientType=1 ); /* ie6-9 */ 
border-radius:10px; /*some css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
  
    text-decoration: none !important;
top:-5px; 
padding:  -10px 5px 0 5px;
 color: #ffffff;
}
.pkp_nav_list ul {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1000;
    width: 15em;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border: 3px solid #412c84;
}
.pkp_navigation_primary ul a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(57,20,175,1);
}
.pkp_navigation_primary ul a:hover {background: #412c84;
color: #fff; 
border: none;
}
.pkp_navigation_user ul a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(57,20,175,1);
}
.pkp_navigation_user ul a:hover {background: #412c84;
color: #fff; 
border: none;
}
.pkp_head_wrapper .pkp_search {
    position: absolute;
    top: 60px;
    right: 0;
    height: 40px;
       padding: 0;
    font-size: 14px;
    line-height: 20px;
    transition: min-width .4s;
    text-align: right;
    overflow-x: hidden;
}
.pkp_head_wrapper .pkp_search.is_open {
  min-width:100%;
  position: relative;
z-index: 10;
top:0;
 }

.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: inline-block;
    text-decoration:none; 
 text-align:center; 
 padding:4px 6px; 
 border:solid 1px #48036f; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:12px; 
 font-weight:bold; 
 color:#faffff; 
 background-color:#5f2580; 
 background-image: -moz-linear-gradient(top, #5f2580 0%, #7109aa 100%); 
 background-image: -webkit-linear-gradient(top, #5f2580 0%, #7109aa 100%); 
 background-image: -o-linear-gradient(top, #5f2580 0%, #7109aa 100%); 
 background-image: -ms-linear-gradient(top, #5f2580 0% ,#7109aa 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f2580', endColorstr='#7109aa',GradientType=0 ); 
 background-image: linear-gradient(top, #5f2580 0% ,#7109aa 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
}
.cmp_button:hover,.cmp_button:focus,.pkp_head_wrapper .pkp_search button:hover,.pkp_head_wrapper .pkp_search button:focus,.page_search .submit button:hover,.page_search .submit button:focus{box-shadow: 0 0 .1em rgba(0,0,0,0.4);
 background: #412c84;}
.page_search .submit button:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f002";
    position: absolute;
    top: -1px;
    left:-27px!important;
    width: 30px;
    height: 38px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 37px;
    text-align: center;
 background-color:#5f2580; 
 background-image: -moz-linear-gradient(top, #5f2580 0%, #7109aa 100%); 
 background-image: -webkit-linear-gradient(top, #5f2580 0%, #7109aa 100%); 
 background-image: -o-linear-gradient(top, #5f2580 0%, #7109aa 100%); 
 background-image: -ms-linear-gradient(top, #5f2580 0% ,#7109aa 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f2580', endColorstr='#7109aa',GradientType=0 ); 
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.2);
    color: #fff;
}
.page_search .submit button:hover:after,
.page_search .submit button:focus:after {box-shadow: 0 0 .1em rgba(0,0,0,0.4);
 background: #412c84;}
.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    margin: 40px 0 20px;
    color: #06266f;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.obj_issue_toc .galleys h2, .obj_issue_toc .section h2 {
    display: inline-block;
    position: relative;
    left: -15px;
    margin-top: 0;
    padding: 0 15px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #5f2580;
}
.obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #5808c1;
    border: 1px solid #5f2580;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #fff!important;
    text-decoration: none;
}
.obj_galley_link:hover {
background: #7764b3;}
.pkp_block .title {
    display: block;
    margin-bottom: 10px;
    border-bottom: 2px solid rgb(142, 118, 222);
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #06266f;
    text-align: center;
}
.cmp_breadcrumbs {
    display: inline-block;
       border-bottom: 2px solid rgb(142, 118, 222);
    height: 30px;
    margin-bottom: 20px;
}
.cmp_breadcrumbs .current {
    color: rgba(57,20,175,1);
    font-size: 14px;
    font-weight: 600;
}
.cmp_form input[type="email"], .cmp_form input[type="password"], .cmp_form input[type="url"], .cmp_form input[type="phone"], .cmp_form select, .cmp_form textarea, .cmp_form .tagit {
    padding: 0 .5em;
    width: 100%;
    height: 28px;
    font: 14px !important;
     margin: 5px;
margin-bottom: 20px;
  padding: 5px 10px;
          font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
  color: #404040;
  background: white;
  border: 1px solid #c4c4c4 #d1d1d1 #d4d4d4;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;


  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.cmp_form input[type="email"]:focus, .cmp_form input[type="password"]:focus, .cmp_form input[type="url"]:focus, .cmp_form input[type="phone"]:focus, .cmp_form select:focus, .cmp_form textarea:focus, .cmp_form .tagit:focus{
border-color: #528eb3;

  outline-offset: 0;
   }

.cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    color: #7109aa;
    font-size: 14px!important;
}
.cmp_notification {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    background: rgb(220, 217, 231);
    border-left: 5px solid rgba(57,20,175,1);
    font-size: 14px;
    line-height: 20px;
}
.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #5f2580;
    text-decoration: none;
    margin-bottom: 20px;
}
.pkp_page_index .current_issue .read_more:hover{
color: rgb(61, 18, 200);}
.pkp_structure_footer_wrapper {
    background: rgb(222, 216, 240);
}
.page_submissions .submission_sections li:before, .page_submissions .submission_checklist li:before {
    position: absolute;
    font-size: 18px;
    color: #9a0be8;
}