.grid-container {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  max-width: 1440px;
}

.grid-padding-x>.cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border: none !important;
}
.off-canvas {
  background: #0A2546;
}

.off-canvas .close-button {
  color: #F2F2F2;
  font-size: 20px;
  height: 70px;
  width: 300px;
  padding: 25px;
  cursor: pointer;
  position: initial;
 }

 .off-canvas .close-button ion-icon {
  float: right;
 }

 .off-canvas.is-transition-overlap.is-open {
  width: 300px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #FEFEFE transparent transparent;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -3px;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 2.75rem;
margin: 0 0 1rem;
padding: 0.5rem;
border: 1px solid #E2E2E2;
border-radius: 2px;
background-color: #fefefe;
font-family: inherit;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #171717;
-webkit-box-shadow:  none;
box-shadow: none;
-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

select {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.75rem;
  margin: 0 0 1rem;
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #171717;
  -webkit-box-shadow:  none;
  box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
select:focus,
textarea:focus {
outline: none;
border: 1px solid #9ECAED;
background-color: #fefefe;
-webkit-box-shadow: 0 0 5px #9ECAED;
box-shadow: 0 0 5px #9ECAED;
-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
height: auto;
min-height: 200px;
border-radius: 2px; 
}

label {
font-size: 1rem;
font-weight: bold;
line-height: 2.5;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: 1.5;
font-size: 16px;
color: #171717;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
}

.h1, h1 {
  font-size: 2em;
}

.h2, h2 {
  font-size: 1.5em;
}

.h3, h3 {
  font-size: 1.17em;
}

.h4, h4 {
  font-size: 1em;
}

.h5, h5 {
  font-size: .83em;
}

.h6, h6 {
  font-size: .67em;
}


a {
  color: #155099;
}

p {
  line-height: 1.8;
}

main {
flex: 1 0 auto;
}

.page_header, .image-background {
  height: 400px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_header.contact {
  background-image: url("/resources/images/header_contact.jpg");
}

.page_header.about {
  background-image: url("/resources/images/header_about.jpg");
}

.image-background.vision {
  background-image: url("/resources/images/background_vision.jpg");
}

.image-background.why {
  background-image: url("/resources/images/background_why.jpg");
}

.image-background.team {
  background-image: url("/resources/images/background_team.jpg");
}

.background-grey {
  background: #FAFAFA;
}

.page_header .gradient {
  background: #1276AE; 
  background: linear-gradient(90deg, rgba(13, 81, 161, 1), 30%, rgba(13, 81, 161, 0.5), 70%, rgba(18, 118, 174, 0.1));
  height: 400px;
  width: 100%;
  position: absolute;
}

.pkp_structure_main > .grid-x.grid-padding.about-split.small {
  padding-top: 0;
}

.about-heading.padding {
  padding-bottom: 20px;
}

.about-heading.margin {
  margin-bottom: 30px;
} 

.about-split .cell {
  border-right: 1px solid #EFEFEF;
}

.about-split .cell:last-child {
  border-right: none;
}

.about-split .page_block {
  padding: 0 50px;
}

.about-split .page_block.small {
  padding: 0 20px;
}

.page_block.small h4.about-heading {
  line-height: 1; 
  font-size: 20px;
  text-transform: uppercase; 
  font-weight: bold; 
  color: #1276AE;
}

.page_block.small .about-light.shrink {
  margin-bottom: 0;
}

.testimonials .about-heading {
  line-height: 1; 
  font-size: 20px;
  text-transform: uppercase; 
  font-weight: bold; 
  color: #1276AE;
  margin-bottom: 0;
  padding-top: 20px;
}

.about-light.font-small {
  font-size: 16px;
}

.testimonial {
  padding: 0 50px;
}

.slick-next, .slick-prev {
	position: absolute;
	top: calc(50% - 20px);
	display: block;
	cursor: pointer;
	border: none;
	z-index: 1;
}

.slick-next svg, .slick-prev svg {
	fill: rgba(0,0,0,0.5);
	transition: all .5s 50ms ease-in-out;
}

.slick-next:hover svg, .slick-prev:hover svg {
	transform: scale(1.5);
}

.slick-prev {
	left: -20px;
}

.slick-next {
	right: -20px;
}

.about-blocks .cell {
  padding: 20px;
}

.about-blocks .cell .page_block {
  background: #FFF; 
  min-height: 300px; 
  padding: 40px; 
  border-right: 5px solid rgba(0,0,0,0.1);
}

.about-blocks .cell .page_block h2.about-heading {
  font-size: 18px; 
  font-weight: bold; 
  color: #0A2546;
  text-transform: uppercase; 
  padding-bottom: 20px;
}

.about-blocks .cell .page_block p.about-light {
  font-size: 17px; 
  color: rgba(0,0,0,0.6);
}

.pkp_structure_main.partners {
  border-top: 1px solid #EFEFEF;
}

.pkp_structure_main.partners .cell {
  border-right: 1px solid #EFEFEF;
}

.pkp_structure_main.partners .cell .page_block {
  padding: 50px; 
  text-align: center; 
  position: relative;
  display: flex;
  max-height: 150px;
}

.pkp_structure_main.partners .cell:last-child {
  border-right: none;
}

.pkp_structure_main.partners .cell .page_block p {
  font-size: 30px;
  font-weight: 200;
  margin: auto;
}

.pkp_structure_main.partners .cell .page_block img {
  max-height: 50px;
  margin: auto;
}


.page_header.small, .page_header.small .gradient {
  height: 200px; 
 }

.page_header .grid-container {
  position: relative;
  display: flex;
  height: 100%;
}

.page_header .header_text {
  margin: auto;
  margin-left: 0;
}

.page_header .grid-container h1 {
  margin-top: 0; 
  color: #FFF; 
  font-size: 50px; 
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 15px;
}

.page_header .grid-container h1.light {
  font-weight: 300;
}

.page_header .grid-container p.lead {
  font-weight: 300; 
  color: #fff; 
  max-width: 550px;
}

.about-heading {
  font-size: 50px;
  font-weight: 300;
}

.about-heading.center {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
}

.about-bold {
  line-height: 1; 
  font-size: 40px;
}

.font-normal {
  font-weight: 400; 
}

.about-light {
  font-size: 20px; 
  font-weight: 200; 
  color: rgba(0,0,0,0.5);
}

.about-light .number {
  font-size: 80px; 
  font-weight: 200; 
  color: #1276AE;
}

.page_block.center {
  text-align: center;
}

.stat-padding {
  padding: 50px;
}

.site-page .grid-x > .cell {
  padding: 30px;
}

.site-page .grid-x .pkp_block:first-child {
  border-top: none;
}

.cell.address img {
  border-top: 10px solid #0A2546;
}

.cell.address .page_block {
  padding: 50px; 
  background: #F5F5F5;
}

.cell.address .heading {
  color: #0A2546;
}

.cell.contact .page_block {
  padding-left: 50px;
}

.cell.contact .heading {
  color: #0A2546;
  padding-bottom: 20px;
}

.email ion-icon {
  padding-right: 5px;
  margin-bottom: -4px;
  font-size: 18px;
}

.cookieconsent {
  position: fixed;
  padding: 20px;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.85);
  color: #FFF;
  width: 100%;
  z-index: 99999;
  line-height: 35px;
  font-size: 15px;
}

.cookieconsent a {
  color: #AAA;
  border-bottom: 1px dashed rgba(255,255,255,0.5);
}

.cookieconsent .button {
  font-weight: bold;
  color: #FFF;
  float: right;
  border-radius: 2px;
  margin-bottom: 0;
  border-bottom: none;
  padding: 10px;
  font-size: 13px;
}

footer {
flex-shrink: 0;
background: #F5F5F5;
z-index: -1;
}

.pkp_screen_reader , .cmp_skip_to_content a {
opacity: 0;
position: absolute;
z-index: -1;
height: 1px;
width: 1px;
}

.cmp_skip_to_content a:focus{
color: #171717;
display: block;
padding: 7.5px 20px;
opacity:1;
z-index:88888889;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 25px;
background: #FEFEFE;
height: initial;
width: initial;
border-radius: 2px;
margin: 15px;
float: left;
}

.padded-page, .padded-sidebar {
  padding: 50px 0;
}

.padded-sidebar .pkp_block {
  border-top: none;
  margin: 0;
}

.cmp_edit_link {
font-size: 14px;
font-weight: normal;
line-height: 2.5;
float: right;
}

.off-canvas > ul > li > a {
color: #FEFEFE;
padding: 21.5px 25px;
text-transform: uppercase;
letter-spacing: 1px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
outline: none;
}

.off-canvas > ul > li:last-child > a {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.off-canvas > ul > li > a:hover {
border-color: transparent;
background: rgba(255, 255, 255, 0.1);

}

.off-canvas > ul > li > ul > li {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.off-canvas > ul > li > ul > li > a {
color: #FEFEFE;
padding: 15px 25px !important;
font-size: 15px;
font-weight: normal;
}

.off-canvas > ul > li > ul > li > a:hover {
background: rgba(255, 255, 255, 0.03);
}

.pkp_structure_main > .grid-x.grid-padding {
  padding: 100px 0;
}

.pkp_structure_head {
background: #0A2546; 
background: linear-gradient(90deg, #0A2546, 58%, #0F3A6D); 
z-index: 1;
}

.pkp_structure_head .pkp_head_wrapper {
max-width: 1440px;
margin: 0 auto;
display: flex;
}

object {
visibility: visible;
z-index: -1;
pointer-events: none;
display: block;
}

.pkp_head_wrapper .pkp_site_name > a.is_img {
padding: 15px 25px;
display: block;
z-index: 1;
height: 70px;
}

.pkp_head_wrapper .pkp_site_name > a.is_img:after {
content: "";
display: table;
clear: both;
}

.pkp_head_wrapper .pkp_site_name object {
height: auto; 
width: 146px;
}

.pkp_head_wrapper .pkp_navigation_user_wrapper {
margin-left: auto;
margin-right: 25px;
}

.pkp_head_wrapper .dropdown.menu>li>a {
color: #F2F2F2;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 20px;
padding: 25px;
}
.pkp_structure_head ion-icon {
font-size: 24px;
display: block;
}
.pkp_head_wrapper .menu.pkp_navigation_user li {
cursor: pointer;
}

.pkp_head_wrapper .menu > li > ul {
display: none;
margin-top: 0;
border: none;
width: 250px;
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.pkp_head_wrapper .menu > li > ul.js-dropdown-active, ul.is-active {
display: block;
}

.pkp_head_wrapper .menu > li > ul > li {
padding: 0 25px;
}

.pkp_head_wrapper .menu > li > ul > li > a {
color: #171717;
text-transform: none;
line-height: 20px;
letter-spacing: initial;
padding: 12.5px 0 !important;
}

.pkp_head_wrapper .menu > li > ul > li:hover {
background: #F2F2F2;
}

.pkp_head_wrapper .menu > li > ul > li > a > .task_count {
display: none;
float: right;
padding: 0 10px;
border-radius: 2px;
font-size: 13px;
margin: 0;
background: rgba(0,0,0,.1);
}

.pkp_head_wrapper li:hover {
border-color: transparent;
background: rgba(255, 255, 255, 0.1);
}

.pkp_head_wrapper .dropdown > li:hover > a {
color: #F2F2F2;
}

.user-bar {
display: none;
}

.user-bar .menu {
max-width: 1440px;
margin: 0 auto;
}

.user-bar .menu {
max-width: 1440px;
margin: 0 auto;
}

.user-bar .menu li a {
border-bottom: 1px solid #E5E5E5;
padding: 20px 25px;
color: #4C4C4C;
background: #F5F5F5;
}

.user-bar .menu li a:hover {
  background: #EFEFEF;
}

.user-bar .menu li a > .task_count {
display: none;
float: right;
padding: 10px;
margin-top: -10px;
background: #0F3A6D;
color: #FFF;
border-radius: 2px;
font-size: 13px;
}

.pkp_head_wrapper .dropdown.menu>li.toggle-user>a {
padding-bottom: 0;
}

.pkp_head_wrapper .dropdown.menu>li.toggle-search>a {
padding-bottom: 21px;
}
.pkp_head_wrapper .dropdown.menu>li.mobile-view>a {
padding-bottom: 21px;
}

.toggle-search .icon-close {
display: none;
}

.search-bar {
display: none;
background: rgba(255, 255, 255, 0.1);
}

.search-bar .search-wrapper {
max-width: 1440px;
margin: 0 auto;
padding: 10.5px 25px;
}

.search-wrapper input, .search-wrapper .input-group {
margin: 0;
border: none;
}

.search-wrapper input:focus {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}

.search-wrapper .input-group {
background: #FFF;
border-radius: 2px;
}

.search-wrapper .input-group:focus-within {
border-radius: 2px;
-webkit-box-shadow: 0 0 5px #EFEFEF;
box-shadow: 0 0 5px #EFEFEF;
-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

.input-group>:first-child {
border-radius: 2px 0 0 2px;
border-right: none;
}

.input-group>:last-child, .input-group>:last-child.input-group-button>* {
border-radius: 0 2px 2px 0;
border-left: none;
}

.search-wrapper .button {
background: #E9E9E9;
color: #0A0A0A;
border-left: 1px solid rgba(0,0,0,0.05);
}

.search-wrapper .button:hover {
background: #BABABA;
color: #0A0A0A;
}

.search-wrapper .button .search-icon {
fill: rgba(0,0,0,0.5);
}

.cmp_pagination {
border-top: 1px solid #EFEFEF;
padding-top: 20px;
}

.cmp_pagination small {
float: right;
}

.cmp_pagination ul {
display: inline-block;
}

.cmp_pagination ul li {
border-radius: 2px;
}
.cmp_pagination ul li.current {
background: #14498B;
}

.pagination .ellipsis::after {
padding: .1875rem .425rem;
color: #CACACA;
}

.cmp_pagination ul li ion-icon {
position: relative;
top: 2.5px;
}

.cmp_pagination ul li.page-previous ion-icon {
padding-right: 5px;
}

.cmp_pagination ul li.page-next ion-icon {
padding-left: 5px;
}

.cmp_pagination ul a {
border-radius: 2px;
}

@media screen and (max-width: 910px) {
.pkp_head_wrapper .logo {
border-right: none;
}
.menu.pkp_navigation_user li {
border: none;
}
.pkp_head_wrapper .menu.pkp_navigation_site {
display: none;
}
.pkp_head_wrapper .menu .normal-view {
display: none !important;
}
.pkp_head_wrapper .pkp_navigation_user_wrapper {
margin-right: 0;
}
.pkp_head_wrapper li:hover {
background: none;
}
.toggle-user-menu ul {
display: none !important;
}
.pkp_head_wrapper .menu.pkp_navigation_user li a {
padding-left: 12.5px;
padding-right: 12.5px;
}
.pkp_head_wrapper .menu.pkp_navigation_user li:last-child a {
margin-right: 12.5px;
} 
}

@media screen and (max-width: 400px) {
.menu.pkp_navigation_user li a {
padding: 25px 10px;
}
}

@media screen and (min-width: 911px) {
.pkp_head_wrapper .menu .mobile-view {
display: none;
}
}

.journal-info .cover {
width: 170px;
height: auto;
margin: 20px 0 10px;
box-shadow: 7px 7px 15px rgba(0,0,0,.1);
}

.journal-info .details {
font-size: 12px; 
line-height: 25px; 
color: #575757; 
padding: 10px 25px; 
background: #F4F4F4;
}

h1 {
margin: 0.67em 0 0;
}

.journal-nav {
margin-bottom: 30px;

}

.journal-nav ul {
background: #0A2546; 
}

.journal-nav > ul > li > a {
color: #FEFEFE;
padding: 15px 25px;
text-transform: uppercase;
letter-spacing: 1px;
border-top: 5px solid #FEFEFE;
}

.journal-nav > ul > li > a:hover {
background: rgba(255, 255, 255, 0.1);
}

.journal-nav > ul > li > a.submit {
background: #BB4430;
}

.journal-nav > ul > li > a.submit:hover {
background: #9A3828;
}

.journal-nav > ul > li > a.submit > ion-icon {
  float: right;
}

.journal-nav > ul > li > a.join > ion-icon {
  float: right;
}

.journal-nav > ul > li > ul {
display: none;
}
.journal-nav > ul > li > ul > li {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.journal-nav .accordion-menu .is-accordion-submenu a {
color: #FEFEFE;
padding: 15px 25px;
font-size: 15px;
font-weight: normal;
}

.journal-nav .accordion-menu .is-accordion-submenu a:hover {
background: rgba(255, 255, 255, 0.03);
}

.cmp_notification {
border-left: 5px solid #0A2546;
font-size: 15px;
line-height: 25px; 
color: #575757; 
padding: 10px 25px; 
background: #F4F4F4;
margin: 15px 0;
}

.cmp_notification a:hover {
border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
padding-bottom: 2px;
}

.spacer {
  width: 20px;
  display: inline-block;
}

.obj_article_details .entry_details {
  font-family: 'Source Sans Pro';
  border-left: 5px solid #0A2546;
  font-size: 15px;
  line-height: 25px; 
  color: #444444; 
  padding: 10px 25px; 
  background: #F4F4F4;
  margin: 15px 0;
  }
  
.obj_article_details .entry_details a:hover {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 2px;
  }

  .obj_article_details .entry_details p {
    font-family: 'Source Sans Pro';
  }

  .obj_article_details .entry_details ion-icon {
    color: rgb(244, 130, 41); 
    padding-right: 5px;
    top: 3px;
    position: relative;
  }

  .obj_article_details .entry_details .copyright img{
    max-width: 10px;
    margin-right: 12px;
  }

#formErrors {
border-left: 5px solid #c60f13;
font-size: 15px;
line-height: 25px; 
color: #575757; 
padding: 10px 25px; 
background: #F4F4F4;
margin: 25px 0;
}

.pkp_form_error_list ul {
margin-bottom: 0;
}

.pkp_form_error_list li {
padding-bottom: 0;
}


div.pkp_form_error {
border-left: 5px solid #c60f13;
font-size: 15px;
line-height: 25px; 
color: #575757; 
padding: 10px 25px; 
background: #F4F4F4;
margin: 15px 0;
}

.pkp_block {
border-top: 1px solid #EFEFEF;
margin: 25px 0;
}

.pkp_block li {
line-height: 1.8;
}
.pkp_block li:last-child {
padding-bottom: 0;
}
.pkp_block > :first-child {
margin: 0.8em 0;
}

.cmp_form .req {
  font-weight: 700;
  color: #c60f13;
}

.cmp_form.register {
margin-top: 0;
}

.cmp_form.register .buttons {
  margin-top: 1rem;
}

.cmp_form small {
  font-weight: normal;
  font-size: 12px;
  display: block;
  margin-top: -1rem;
  color: #555;
}

.cmp_form .invalid-feedback {
  font-size: 0.75rem;
  margin-top: -0.5rem;
  font-weight: bold;
  color: #cc4b37;
}

.pkp_block fieldset.login, .pkp_block fieldset.contexts, .pkp_block fieldset.contexts {
border-top: 1px solid #EFEFEF;
margin: 25px 0 0;
padding-top: 0.8em;
}

.pkp_block fieldset.contexts #keywordLabel {
  display: none;
}

.pkp_block fieldset.contexts .fields {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 20rem;
  overflow: scroll;
  padding: 0.5rem 1rem;
  border: 1px solid #E2E2E2;
  border-radius: 2px; 
  line-height: 1.5;
}

.pkp_block fieldset.contexts .fields.show {
  display: block;
}

.pkp_block fieldset.contexts .fields label.main {
  font-size: 0.9rem;
  line-height: 2;
}

.pkp_block fieldset.contexts .fields label.sub {
  font-size: 0.9rem;
  font-weight: normal;
  padding-left: 10px;
  line-height: 2;
}

.pkp_block fieldset.contexts .fields [type=checkbox] {
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.cmp_form .tagit {
  max-width: 100%;
  font-size: 0.9rem;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 2.75rem;
  margin: 0 0 1rem;
  padding: 0 0.5rem;
  border: 1px solid #E2E2E2;
  border-radius: 2px; 
  line-height: 2.5rem;
}

.cmp_form .tagit:before, .cmp_form .tagit:after {
  content: " ";
  display:table
}

.cmp_form .tagit:after {
  clear:both
}

.cmp_form .tagit > li {
  display: inline-block;
}

.cmp_form .tagit > li.tagit-choice {
  background: #EFEFEF;
  border-radius: 2px;
  line-height: 20px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}

.cmp_form .tagit input[type="text"] {
  font-size: 0.9rem;
  display: inline-block;
  border: 1px solid #FFF;
  width: inherit;
  line-height: 30px;
  height: 30px;
  padding: .5em;
  margin: 0;
}

.cmp_form .tagit input[type="text"]:focus {
  border: 1px solid #9ECAED;
}

.cmp_form .tagit-close {
  padding: 0 .5em;
  color:#ff4040
}

.optin label {
  font-weight: normal;
  font-size: 0.9rem;
}

.tagItHover {
  width: 0;
  height: 0;
}

.ui-autocomplete {
  width: 20em;
  padding: 2px;
  border-radius: 2px;
  border: 1px solid #CACACA;
  -webkit-box-shadow: 0 0 5px #CACACA;
  box-shadow: 0 0 5px #CACACA;
  background: #FFF;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-autocomplete > li {
  padding: 5px;
  font-size: 13px;
  line-height: 20px;
  cursor:pointer;
  list-style: none;
  border-radius: 2px;
}

.ui-autocomplete > li:hover, .ui-autocomplete > li:focus {
  background: #EFEFEF;
  color:rgba(0, 0, 0, 0.87)
}

.ui-helper-hidden-accessible { 
  display:none; 
}

.pkp_block .filterSubjects li {
font-size: 14px;
}

.journals .journal {
border-bottom: 1px solid #EFEFEF;
margin-bottom: 20px;
padding-bottom: 20px;
}

.journals .cover {
width: 120px;
height: auto;
margin: 20px 0 10px;
box-shadow: 7px 7px 15px rgba(0,0,0,.1);
}

.journals h3 {
margin-bottom: 5px;
}

.journals .details {
color: #575757;
font-size: 12px;
}

.journals .details span {
padding: 0 10px;
border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.journals .details span:first-child {
border-left: none;
padding-left: 0;
}

.journals p {
font-size: 14px;
}

.filterSection:last-child .journal:last-child {
border-bottom: none;
}

.menu.vertical.countries {
  padding: 0.8rem;
}

.menu.vertical.countries li {
  padding: 0.8rem 0;
}

.pkp_block .menu.vertical li {
border-bottom: 1px solid #EFEFEF;
}

.pkp_block .menu.vertical li:last-child {
border-bottom: none;
}

.pkp_block .menu.vertical li a {
padding: 0.8rem;
padding-left: 0;
color: #171717;
-webkit-transition: padding .3s ease-in-out;
transition: padding .3s ease-in-out;
}

.pkp_block .menu.vertical li ul.subMenu li {
  font-size: 14px;
}

.pkp_block .menu.vertical li ul.subMenu li a {
  margin-left: 20px;
}

.pkp_block .menu.vertical li:first-child a {
padding-top: 0;
}

.pkp_block .menu.vertical li ul.subMenu li:first-child a {
padding-top: 0.8rem;
}

.pkp_block .menu.vertical li:hover > a {
padding-left: 5px;
color: #155099;
}

.pkp_block .menu.vertical.current {
  border-left: 5px solid #155099;
  margin: 0;
}

.pkp_block .menu.vertical.current > li:first-child a, .pkp_block .menu.vertical.padding > li:first-child a {
  padding-top: 0.8rem
}

.pkp_block .menu.vertical.padding {
  margin-bottom: 0;
}

.pkp_block .menu.vertical.current > li {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF; 
}

.pkp_block .menu.vertical.current > li > a {
  color: #155099;
  font-weight: bold;
  padding-left: 10px;
}

.pkp_block.filterAlphabet a.button {
color: #474747;
padding: 7px;
width: 25px;
margin-bottom: 3px;
background: #FFF;
}

.pkp_block.filterAlphabet a.button.disabled {
color: #777;
}

.pkp_block.filterAlphabet a.button:hover, .pkp_block.filterAlphabet a.button:focus {
color: #171717;
background: #EFEFEF;
}

.pkp_block.filterAlphabet a.button.disabled:hover, .pkp_block.filterAlphabet a.button.disabled:focus {
color: #777;
background: #FFF;
}

#connect-orcid-button {
  border: 2px solid #A6CE39;
  background: none;
  padding: .75rem 1rem;
  margin-top: 0.8em;
  text-align: left;
  border-radius: 3px;
  font-weight: bold;
  color: rgba(0,0,0,0.6);
  cursor: pointer;
  width: initial;
}

#connect-orcid-button:hover {
  border-color: #88A92F;
  background: none;
  color: rgba(0,0,0,0.8);
}

.orcid-link {
  font-size: 0.8rem;
  margin-left: 10px;
  border-bottom: 2px dashed #EFEFEF;
  padding-bottom: 2.5px;
  color: #14498B;
}  

.orcid-link:hover {
  color: #14498B;
  border-color: #14498B;
}  

.articles.tabs {
border: none;
border-bottom: 1px solid #EFEFEF;
margin-bottom: 20px; 
}

.articles .tabs-title>a:focus, .articles .tabs-title>a[aria-selected=true] {
    color: #0F3A6D;
    border-bottom: 2px solid #0F3A6D;
}

.articles .tabs-title>a {
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  background: none;
  margin-left: 20px;
  color: #444444;
  position: relative;
  bottom: -1px;
  }

  .articles .tabs-title>a:hover {
    color: #0F3A6D;
    }

  .tabs-content {
      border: none;
    }
  
  .articles.tabs li:first-child>a {
  margin-left: 0;
  }


  .articles.accordion {
    border: none;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 20px; 
    }
    
    .articles .accordion-item>a:focus, .articles .accordion-item>a[aria-selected=true] {
      background: #FFF;
      border-bottom: 1px solid #FFF;
      color: #171717;
    }
    
    .articles .accordion-item>a {
      font-size: 18px;
      font-weight: bold;
      padding: 15px;
      background: #F4F4F4;
      border: 1px solid #EFEFEF;
      border-bottom: none;
      color: #171717;
      position: relative;
      bottom: -1px;
      }
    
      .articles .accordion-item>a:hover {
        color: #171717;
        }
    
        .articles .accordion-content {
          border-color: #EFEFEF;
        }
      
      .articles .accordion-item li:first-child>a {
      margin-left: 0;
      }

      .articles :last-child>.accordion-content:last-child {
        border-bottom: none;
      }

.cmp_article_list .footer {
  border-top: 1px solid #EFEFEF;
  color: #676767;
  font-size: 14px;
  padding: 10px 0;
}

.cmp_article_list .footer .info {
  float: right;
}

.cmp_article_list .footer a ion-icon {
  font-size: 16px;
  position: relative;
  bottom: -2px;
  padding-right: 5px;
}

.cmp_article_list > .article {
padding: 20px 0;
border-top: 1px solid #EFEFEF;
}

.cmp_article_list > .article:first-child {
padding-top: 0;
border-top:none;
}

.obj_article_details .labels {
margin-top: 20px;
}

.labels {
text-transform: uppercase;
font-size: 14px;
}

.labels .section {
font-weight: bold;
color: #474747;
}

.labels .oa {
color: #F48326;
padding-left: 15px;
}

.cmp_article_list > .article .title {
font-size:19px;
font-weight: bold;
margin-top: 5px;
}

.cmp_article_list > .article .meta {
font-size:15px;
margin-top: 7.5px;
}

.cmp_article_list > .article .info {
margin-top: 7.5px;
color: #676767;
} 

.cmp_article_list > .article .date, .cmp_article_list > .article .downloads, .cmp_article_list > .article .views, .cmp_article_list > .article .cites {
color: #676767;
}

.cmp_article_list > .article .abstract {
margin-top: 5px;
line-height: 1.8;
}

.cmp_article_list > .article .links {
margin-top: 5px;
}

.cmp_article_list > .article .galley_link {
font-size: 15px;
display: inline-block;
}

.obj_article_details h1 {
margin-top: 0;
}

.obj_article_details p {
font-family: 'Noto Serif', serif;
line-height: 1.9;
}

.obj_article_details .keywords {
list-style: none;
margin: 0;
padding: 0;
}

.obj_article_details .keywords li {
padding: 6px 14px;
margin: 4px 2px;
display: inline-block;
background: #F4F4F4;
font-size: 13px;
color: #373737;
border-radius: 3px;
}

.obj_article_details .authors {
  font-weight: bold; 
  padding-top: 20px;
  display: block; 
  font-size: 18px;
}

.obj_article_details .affiliations {
  list-style: none;
  padding-top: 10px;
}

.obj_article_details .affiliations li {
  font-size: 14px;
  color: rgba(0,0,0,0.6);
  padding-bottom: none;
}

.pkp_block.privacy_statement {
margin-bottom: 50px;
}

.cmp_form.login #password {
margin-bottom: 0;
}

.cmp_form .cell {
  padding-right: 10px;
}

.cmp_form.login .forgot-password {
margin-bottom: 0.5rem;
font-size: 0.8125rem;
display: inline-block;
line-height: initial;
font-weight: normal;
border-bottom: 1px solid #FFF;
}

.cmp_form.login .forgot-password:hover {
border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.cmp_form.login .remember.checkbox span {
font-weight: normal;
font-size: 0.8rem;
}

.cmp_form button {
border-radius: 2px;
background: #14498B;
width: 250px;
font-weight: bold;
font-size: 1rem;
}

.error_page {
  text-align: center;
  padding: 50px 0;
}

.error_page .code {
  font-size: 150px;
  font-weight: bold;
  margin-top: 0;
  color: #14498B;
}

.error_page .error {
  font-size: 30px;
  font-weight: 300;
  margin-top: -30px;
}

.error_page .message {
  font-weight: normal;
  font-size: 25px;
}

.error_page .button {
  border-radius: 2px;
  background: #14498B;
  font-weight: 300;
  font-size: 1rem;
  padding: 10px 20px;
  line-height: 25px;
}
  
.error_page .button:hover {
  background: #0D2E58;
}

.cmp_form button:hover {
background: #0D2E58;
}

.button.submit.redirect ion-icon {
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}

.button.submit.redirect {
  border-radius: 2px;
  background: #14498B;
  font-weight: 300;
  font-size: 1rem;
  padding: 10px 20px;
  line-height: 25px;
}
  
.button.submit.redirect:hover {
  background: #0D2E58;
}

.templates .button ion-icon {
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}

.templates .button.word {
  border-radius: 2px;
  background: #14498B;
  font-weight: 300;
  font-size: 1rem;
  padding: 10px 20px;
  line-height: 25px;
}
  
.templates .button.word:hover {
  background: #0D2E58;
}

.templates .button.tex {
  border-radius: 2px;
  border: 1px solid #14498B;
  color: #14498B;
  background: #FFF;
  font-size: 1rem;
  padding: 10px 20px;
  line-height: 25px;
}
  
.templates .button.tex:hover {
  background: #14498B;
  color: #FFF;
}

.login.button.secondary {
  background: none;
  border-radius: 2px;
  border: 1px solid #14498B;
  color: #14498B;
  width: 200px;
  font-size: 1rem;
}

.login.button.secondary:hover {
  background: #14498B;
  color: #FFF;
}

#pdfCanvasContainer {
height: calc(100% - 4px);
}

#pdfCanvasContainer iframe {
border: none;
}

.grid-container.pdfHeader {
max-width: 100rem;
}

.pdfHeader .journal-info {
max-width: 120px;
margin-right:20px;
}

.pdfHeader .cover {
width: 100px;
margin-right: 20px;
margin: 0;
margin-bottom: 20px;
}

.pkp_structure_content {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pkp_structure_footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 30px 25px;
  z-index: -1;
}

.pkp_structure_footer .cell {
  border-right: 1px solid #E5E5E5;
}

.pkp_structure_footer .cell .footer-menu {
  padding: 0 50px;
}

.pkp_structure_footer .cell:last-child {
  border-right: none;
}

.pkp_structure_footer .cell h4 {
  color: #0A2546;
  text-transform: uppercase;
  font-size: 14px;
}

.pkp_structure_footer .menu li a {
  font-size: 14px;
  padding: 15px 0;
  color: #4C4C4C;
}

.pkp_structure_footer .menu li a ion-icon {
  padding-right: 10px;
  font-size: 18px;
  display: inline-block;
  margin-bottom: -4px;
}

.pkp_structure_footer .menu li:hover a {
  text-decoration: underline;
}

.pkp_structure_footer .menu li svg {
  margin-right: 10px;
}

.pkp_structure_footer>.pkp_brand_footer {
  border-top: 1px solid #E5E5E5;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 13px; 
  display: block;
  color:#4C4C4C;
}

.pkp_structure_footer>.pkp_brand_footer>.brand {
  display: block;
  z-index: 1;
}

.pkp_structure_footer>.pkp_brand_footer object {
  max-height: 30px;
}

.pkp_structure_footer>.pkp_footer_head {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: block;
}

.pkp_structure_footer>.pkp_footer_head>.brand {
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.pkp_structure_footer>.pkp_footer_head>.brand {
  max-width: 200px;
}

.pkp_block > .editorsList h3 {
  font-size: 21px;
  padding-bottom: 15px;
}

.pkp_block > .editorsList ~ .editorsList {
  border-top: 1px solid #EFEFEF;
  margin: 25px 0;
  padding-top: 25px;
}

.pkp_block > .editorsList .editor {
  padding-bottom: 15px;
  padding-left: 15px;
}

.pkp_block > .specialIssueList {
  margin: 25px 0;
}

.pkp_block > .specialIssueList > .issue ~ .issue {
  border-top: 1px solid #EFEFEF;
  margin: 25px 0;
  padding-top: 25px;
}

.pkp_block > .specialIssueList .menu li:first-child a {
  padding-left: 0;
}

.pkp_block > .item.galleys {
  background: #0A2546; 
  }

  .pkp_block > .item.galleys > li {
    border-bottom: 5px solid #FFF;
  }
  
  .pkp_block > .item.galleys > li a {
  color: #FEFEFE;
  padding: 15px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  background: #0A2546; 
  }
  
  .pkp_block > .item.galleys > li a:hover {
  background: rgba(255, 255, 255, 0.1);
  }

  .pkp_block > .item.galleys > li > ul li a {
    text-transform: initial;
    background: #BB4430;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .pkp_block > .item.galleys > li > ul li a:hover {
    background: #9A3828;
    }
  
  .pkp_block > .item.galleys > li > a.citation {
  background: #BB4430;
  }
  
  .pkp_block > .item.galleys > li > a.citation:hover {
  background: #9A3828;
  }

  .item.keywords.pkp_block {
    margin-top: 15px
  }

  .ethics-image {
    margin-top: 30px;
  }

.slides {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slides .slide {
  color: #FFF;
  background: #2562AA; 
  text-align: center; 
  height: 500px
}

.slide h1 {
	margin-top: 60px;
  padding-bottom: 20px; 
  font-size: 50px; 
  font-weight: 300;
}

.slide .button {
	margin-top: 30px;
	font-weight: bold;
	padding: 10px 20px;
  font-size: 16px;
  color: #FFF;
  border: 1px solid #FFF;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
}

.slide .button svg {
	margin-bottom: -1px;
	margin-left: 5px;
}

.slide .journals {
	margin-top: 60px;
	display: inline-block;
	float: right;
}

.slide .journals .cover {
  margin: 20px 40px 20px 0;
}

.slide .secondary {
  font-size: 21px;
  font-weight: 300;
}

.slide .button.main {
  border: 1px solid rgb(76, 160, 80);
  background: rgb(76, 160, 80);
}

.slide .button.main:hover {
  color: #FFF;
  border: 1px solid rgb(60,125,63);
  background: rgb(60,125,63);
}

.slide .button.hollow:hover {
  background: #FFF;
  color: #1276AE;
  border: 1px solid #FFF;
}



.slide  .journals .cover {
	display: inline-block;
	width: 140px;
	margin: 20px 40px 0 0;
}

.slide .journals .cover:last-child {
	margin-right: 0;
}

.twitter-site {
  padding-top: 25px;
}

.articles-site {
  padding-top: 31px;
}

.journalAnnouncements .announcement a {
  color: #171717;
}

.journalAnnouncements .announcement .heading {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  color: rgb(162, 24, 24);
  padding-top:7px;
}

.journalAnnouncements .announcement p {
  font-size: 15px; 
  margin-bottom: 0;
}

.journalAnnouncements .view_more {
  text-transform: uppercase;
  font-size: 14px;
  float: right;
  margin-top: -10px;
}

.announcements {
  background: #F5F5F5;
  padding-top: 30px;
}

.announcements .cell {
  margin-bottom: 30px;
}

.announcements .cell.header {
  margin-bottom: 0;
}

.announcements a {
  color: #292F33;
}

.announcements h2 {
  margin-bottom: 20px;
  font-weight: 300;
}

.announcements h2 span {
  float: right;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
}

.announcements .block {
  background: #FFF;
  height: 100%;
  padding: 20px;
  border-top: 5px solid #144889;
}

.announcements .block .heading { 
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  color: rgb(162, 24, 24);
}

.pkp_block.announcement a.link { 
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  color: #144889;
}

.announcements .block h3 {
  padding-bottom: 10px;
}

.announcements .block p {
  font-size: 15px;
}

.pkp_block.announcement a.blue {
  color: #144889;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.pkp_block.announcement  a.blue:hover {
  border-bottom: 1px dashed #144889;
}

.pkp_block.announcement .heading { 
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  color: rgb(162, 24, 24);
}

.pkp_block.announcement h3 {
  padding-bottom: 10px;
}

.pkp_block.announcement p, .pkp_block.announcement li {
  font-size: 15px;
}

.pkp_block.announcement a {

}

.pkp_block.announcement:first-child {
  border-top: none;
}

.filterJournal {
  margin-bottom: 20px;
}

.filterJournal li {
  padding: 5px 0;
}

.filterJournal li input {
  margin-right: 10px;
}

.filterJournal li label {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .pkp_structure_main > .grid-x.grid-padding {
    padding: 50px;
  }

  .about-split .cell {
    border-right: none;
    padding-bottom: 30px;
    padding-top: 46px;
    border-bottom: 1px solid #EFEFEF;
  }

  .about-split .cell:first-child {
    padding-top: 0;
  } 
  
  .about-split .cell:last-child {
    border-bottom: none;
    padding-bottom: 0;
  } 

  .about-split.border {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 30px;
    margin-bottom: 46px;
  }

  .pkp_structure_main.partners .cell {
    border-right: none;
    border-bottom: 1px solid #EFEFEF;
  }

  .pkp_structure_main.partners .cell:last-child {
    border-bottom: none;
  }

  .stat-padding {
    padding-bottom: 0;
  }

}

@media (min-width: 640px) and (max-width: 1023px) {  

  .pkp_structure_footer .cell {
      margin-top: 30px;
  }

  .pkp_structure_footer .cell:nth-child(odd) .footer-menu {
      padding-left: 0;
  }

  .pkp_structure_footer .cell:nth-child(even) {
      border-right: 0;
  }

  .pkp_structure_footer .cell:nth-child(-n + 2) {
      margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .pkp_structure_footer .cell {
      margin-top: 30px;
      border-right: 0;
      padding-bottom: 30px;
      border-bottom: 1px solid #E5E5E5;
  }

  .pkp_structure_footer .cell .footer-menu {
      padding-left: 0;
  }

  .pkp_structure_footer .cell:last-child {
      border-bottom: none;
      padding-bottom: 0;
  }
}

.loader {
  font-size: 10px;
  margin: 20px auto;
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #c1c1c1;
  background: -moz-linear-gradient(left, #c1c1c1 10%, rgba(193,193,193, 0) 42%);
  background: -webkit-linear-gradient(left, #c1c1c1 10%, rgba(193,193,193, 0) 42%);
  background: -o-linear-gradient(left, #c1c1c1 10%, rgba(193,193,193, 0) 42%);
  background: -ms-linear-gradient(left, #c1c1c1 10%, rgba(193,193,193, 0) 42%);
  background: linear-gradient(to right, #c1c1c1 10%, rgba(193,193,193, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0;
  display: none;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition:opacity .3s ease-in-out;
}

.loader.is_visible {
  opacity:1;
  display: block;
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #c1c1c1;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #FFF;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}