img {max-width: inherit;}
hr {
    border-top:1px solid #000;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.checkbox-label {vertical-align: top;}
.checkbox-input:first-child {margin-left:0px !important;}
.checkbox-input {width: 15px;height:15px; margin-left:10px !important;}
h2 {background: none;}
.page-title {color: #000 !important;}
.alert {text-align:center;padding-top:5px;}
.error {color:red;}
.coupon {
    border: 3px solid #496F82;
    width: 50%;
    /*border-radius: 15px;*/ /* Rounded border */
    margin: 0 auto; /* Center the coupon */
    max-width: 250px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;    
}
.coupon:hover {border: 3px solid #CCC;}
.coupon input.pre_coupons {width:20px;height:20px;}
.coupon .purchase {vertical-align: top;}
.coupon .coupon-title {color:#1E760F;text-align: center;}
.coupon .coupon-image {height: 100px; overflow: hidden;background: #fff;text-align: center;display: table-cell;vertical-align: middle;}
.coupon .coupon-image img {width:50%;cursor: pointer;}
.coupon .coupon-info {
    padding: 2px 16px;
    background-color:white;
    height: 100px;
    overflow: hidden;
} 
.coupon .coupon-info2 {
    padding: 2px 16px;
    background-color: #f1f1f1;
    height: 100px;    
}
.coupon .coupon-info2 .control-group{
    margin-top: 10px;
}
.coupon .promo {
    background: #ccc;
    padding: 3px;
}
.coupon .expire {
    color: red;
}
#tabs a {   
    font-size: 13px;   
}
.subtitle {font-size: 18px; font-weight: bold;}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


/*.rs-thumb-wrap > a:nth-child(8n) {
    margin-left:0 !important;
}
.rs-slider {padding:0 !important;}*/
.flex-direction-nav a {height:55px !important;}
.albums li.active {background: #EEEEEE;}

@media screen and (min-width: 768px) {
/* Style the navbar */
#navbar {
  /*overflow: hidden;*/
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  transition: all .8s ease;
  padding:30px 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .container {
  padding-top: 60px;
} 
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vl {
  
  text-align:center;
  margin-left:-2px;
  padding-top:25%
}


.welcome-user-box {
    background:#009FE4;width:100%; text-align:right;padding:0 10px 0 0;
}
/* Dropdown Button */
.n-dropbtn {
  background-color: #009FE4;
  color: white;
  padding: 2px;
  font-size: 16px;
  border: none;
  min-width:150px;
}

/* The container <div> - needed to position the dropdown content */
.n-dropdown {
  position: relative;
  display: inline-block;
}
.n-dropdown span{  
  font-weight: bold;
}
/* Dropdown Content (Hidden by Default) */
.n-dropdown-content {
  z-index:9999;
  display: none;
  position: absolute;  
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.n-dropdown-content a {    
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align:left;
}

/* Change color of dropdown links on hover */
.n-dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.n-dropdown:hover .n-dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.n-dropdown:hover .n-dropbtn {color:#000;}

@media screen and (max-width: 768px) {
    body {font-size:15px;}
    #login-or-signup {
        margin-top:0 !important;
        text-align: center;
        width:100% !important;
        margin-bottom: 5%;
    }
}
.article-container {margin-bottom:5em;}
.article {
    border-bottom:1px solid #000;    
    padding: 20px;
    margin-top: 20px;
}
.article .title {font-size:150%;padding:20px 0;font-style: normal;font-weight:bold;}
.article .title a {color:#666666;}
.article .info {
    clear: both;
    padding-top: 15px;
}
.article .label{
    display: block;
    color: #999;
    width: 15%;
    text-align: left;
    float:left;
    font-size:100%;
    padding:5px 0;
}
.article-image {
    margin-top: 20px;
}
.article .value {float:left;width:100%;padding:0;color:#171717;font-style: normal;}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 768px) {
    .article .label{
        width: 30%;
    }
}
.archive_years {padding:0;}
.archive_years li.years {list-style:none;border-bottom:1px solid;text-align:center;}
.archive_years li a {color:#666666;}
.archive_years li:hover, .archive_years li.active {background:#575756;}
.archive_years li:hover a, .archive_years li.active a {color:#fff;}
#loader{display: block;margin: auto;}

.header {background: #000; }


section#page {padding: 150px 0 0 0;}

#signupbox .form-group .col-md-9, #loginbox .form-group .col-md-9 {padding-left:0px !important;}

.fh5co-contact-info ul {
    padding:0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 0px;
  margin: 0 0 20px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #009FE4;
  padding-right:10px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;  
  vertical-align:middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 23px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

.article-view .article {
    border-bottom:1px solid #000;    
    padding: 0 20px;
    margin-top: 0px;
}
.article-view .article .title {font-size:150%;padding:0 0 20px 0;font-style: normal;font-weight:bold;}

#current_issues .article {margin-top:0}
#current_issues .article .title {padding-bottom:0;}
#current_issues .article .title a {border-bottom:2px solid #18d26e; padding: 0 0 5px;}
#current_issues .article .article_author {
    font-size: 75%;
    color: #000;
    font-style: italic;
    padding-top: 25px;
}
#current_issues .article .issue_date {
    font-size: 55%;
    color: #000;
    font-style: italic;
    padding-top: 10px;
}
#current_issues .article .article_school {
    font-size: 75%;
    color: #000;
    font-style: italic;
    padding-top: 5px;
}
.form-control {
	width:80%;
}
.left_box {
  border:1px solid #ccc; padding: 5px;
}
.btn {
    padding: 0.200rem .75rem;
}
.btn-primary {
    border-color:#18d26e;
    background-color:#18d26e;
}
.btn-primary:hover {
    border-color:#18d26e;
    background-color:#fff;
    color: #18d26e;
}
.abstract {
    box-shadow:0 0 0 .2rem rgba(130,138,145,.5)
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

#gallery {
  padding: 60px;
  overflow: hidden;
}

#gallery .owl-nav,
#gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#gallery .owl-dot.active {
  background-color: #009FE4;
}

#gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#gallery .gallery-carousel .center {
  border: 6px solid #009FE4;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 410px;
}

#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

.justify-content-center {
    justify-content: center !important;
    display: flex;  
}
.grecaptcha-badge { 
    visibility: hidden;
}

.article_v2 {
    /*border:1px solid #009FE4;*/
    background-color: #E1FDEE;
    padding: 15px;
}
.article_v2 .title {font-size:115%;padding-top:20px;font-family: GeosansLight;font-style: normal;font-weight:bold;text-transform:uppercase;}
.article_v2 .title a {color: #000;}
.article_v2 .info {
    clear: both;
}
.article_v2 .label{
    display: block;
    color: #999;
    width: 15%;
    text-align: left;
    float:left;
    font-size:100%;
    padding:5px 0;
}
.article_v2 .info {padding-top:10px;}
.article_v2 .value {float:left;width:100%;padding:0;color:#171717;font-family: Calluna-Regular;font-style: normal;}
.article_v2:nth-child(even) {background-color: #FFF;}
.article_v2 .img_orcid {
    height: 1em;
    vertical-align: middle;
    line-height: 1em;
    font-size: 14px;
}
.article_v2 .btn-v2 {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 15px;
  color: #575656;
}

.cuadro_publication {
  border: 1px solid #cccccc;
  background: #f7f7f7;
  width: 100%;
  height: fit-content;
  margin: 10px auto 20px auto;
  padding: 30px 75px 30px 75px;
}
.publication_img_small {
  padding: 2px;
  border: 1px solid #ccc;
  margin: 2px;
  max-width: 100%;
}

.pagination {   
    display: inline-block;   
    float: right;
    margin: 0;
}   
.pagination a {  
    font-size:18px;   
    color: black;   
    float: left;   
    padding: 8px 16px;   
    text-decoration: none;   
    border:1px solid #ccc;   
}   
.pagination a.active {   
        background-color: #575756;  
        color: #fff ;
}   
.pagination a:hover:not(.active) {   
    background-color: skyblue;   
}