/*
Theme Name: Aspen Institute
Theme URI: http://30creative.ro
Description: Aspen Institute Romania Theme
Version: 1.0.0
Author: Andrei Ilie
Author URI: http://30creative.ro
*/


body {
  background: #fafafa;
  color: #222222;
  font-size: 1.1em;
  line-height: 1.2em;
  font-family: 'Zilla Slab', serif;
}
h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
}
h1, h2, h3 {
  letter-spacing: -0.5px;
}

a {
  cursor: pointer !important;
}

/* Aspen blue #004f81 */
/* Aspen light blue #3891c9 *;
/* Aspen dark blue #263640 */
/* Aspen green #008e5c */

/* Header */
#aspen-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: #004f81;
  color: #ffffff;
  z-index: 100;
}

ul#aspen-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: no-wrap;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 70px;
}
ul#aspen-menu li {
  height: 70px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
ul#aspen-menu li:last-child {
}
ul#aspen-menu li a {
  display: inline-block;
  line-height: 20px;
  padding: 25px 15px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}
ul#aspen-menu li:hover {
  background: rgba(255,255,255,0.05);
}
ul#aspen-menu li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  background: #004f81;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#aspen-menu li:hover ul {
  display: block;
}
ul#aspen-menu li ul li {
  height: 50px;
  background: rgba(255,255,255,0.05);
}
ul#aspen-menu li ul li a {
  display: block;
  white-space: nowrap;
  line-height: 20px;
  padding: 15px 40px 15px 15px;
  cursor: pointer;
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
ul#aspen-menu li ul li a:hover {
  background: rgba(255,255,255,0.05);
  text-decoration: none;
}
ul#aspen-menu li ul li a:after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0px;
  height: 0;
  line-height: 0;
  left: 10px;
  right: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
ul#aspen-menu li ul li:last-child a:after {
  display: none;
}
ul#aspen-menu li#aspen-logo {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
ul#aspen-menu li#aspen-logo a {
  padding: 5px;
}
ul#aspen-menu li#aspen-logo img {
  height: 60px;
}
ul#aspen-menu li#aspen-search {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  line-height: 70px;
}
ul#aspen-menu li a#search-grip {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  margin: 0;
  padding: 0;
  line-height: 40px;
  text-align: center;
}
ul#aspen-menu li a#search-grip img {
  width: 20px;
  height: 20px;
}

#aspen-top-links {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  position: fixed;
  z-index: 99;
  top: 70px;
  left: 0;
  right: 0;
  height: 70px;
  background: #263640;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
ul#aspen-links {
  // width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: no-wrap;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 70px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
ul#aspen-links li {
  height: 70px;
  flex-basis: 200px;
  width: 130px;
  // border-left: 1px solid rgba(0,0,0,0.1);
  border-left: 1px solid rgba(255,255,255,0.1);
  background: #263640;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#aspen-top-links.contextual-top-links ul#aspen-links li {
  width: auto;
  flex-basis: auto;
  flex: 1 1 auto;
  border-left: none;
}
ul#aspen-links li:last-child {
  border-right: 1px solid rgba(255,255,255,0.11);
}
#aspen-top-links.contextual-top-links ul#aspen-links li:last-child {
  border-right: none;
}
ul#aspen-links li a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  height: 70px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px 10px 10px 10px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-bottom: 3px solid rgba(0,0,0,0.1);
  opacity: 0.5;
}
#aspen-top-links.contextual-top-links ul#aspen-links li a {
  height: 70px;
  line-height: 30px;
  padding: 20px 10px;
  width: auto;
}
ul#aspen-links li:hover {
}
ul#aspen-links li a:hover {
  background: rgba(255,255,255,0.05);
  border-bottom: 3px solid #ffffff;
  opacity: 1;
  text-decoration: none;
}
ul#aspen-links li a img {}
ul#aspen-links li a span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  height: 45px;
}
#aspen-top-links.contextual-top-links ul#aspen-links li a span {
  display: block;
  margin: 0;
  height: auto;
}
#aspen-top-links:hover,
#aspen-top-links:hover ul#aspen-links,
#aspen-top-links:hover ul#aspen-links li, 
#aspen-top-links:hover ul#aspen-links li a {
  height: 130px;
}
#aspen-top-links.contextual-top-links:hover,
#aspen-top-links.contextual-top-links:hover ul#aspen-links,
#aspen-top-links.contextual-top-links:hover ul#aspen-links li, 
#aspen-top-links.contextual-top-links:hover ul#aspen-links li a { 
  height: 70px;
}

#main-content {
  margin-top: 140px;
}
#aspen-carousel {
  display: block;
  position: relative;
  height: 100vh;
  min-height: 600px;
  margin-top: -140px;
}
#aspen-carousel .slider,
#aspen-carousel .slider .slide {
  display: block;
  height: 100vh;
  min-height: 600px;
}
#aspen-carousel .slider .slide {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#aspen-carousel .slider .slide .slide-content {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 10% 100px 10%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  text-align: center;
  color: #fff;
}
.slide-button {
  display: inline-block;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  padding: 0 40px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;

  border: 3px solid white;
  border-radius: 0;
  background: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.slide-button:hover {
  background: #ffffff;
  color: #004f81 !important;
}
.slide-button a {
	display: block;
	width: 100%;
	height: 100%;
}

.slide-nav {
  display: block;
  position: absolute;
  bottom: 50px;
  height: 14px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#aspen-carousel:hover .slide-nav {
  opacity: 1;
}
.slide-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0 2px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.5);
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.slide-nav a:hover {
  border: 3px solid rgba(255,255,255,1);
}
.slide-nav a.active {
  background: #fff;
}





#aspen-events-header {
  background: #004f81;
  color: #ffffff;
  padding: 20px;
  position: relative;
}
#aspen-events-header h4 {
  font-size: 20px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
#aspen-events-header a {
  color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: underline;
  cursor: pointer;
}
#aspen-events-header a:hover {
  text-decoration: none;
}



#aspen-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  // height: 40vh;
  height: 300px;
}
#aspen-cards a {
  flex: 1;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  cursor: pointer;
  height: 300px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#aspen-cards a:hover {
  height: 320px;
}
#aspen-cards a h3,
#aspen-cards a h4,
#aspen-cards a p {
  margin: 0;
  padding: 0;
}
#aspen-cards a h3 {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0 10px;
  // background: #004f81;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0;
  border: 1px solid rgba(255,255,255,0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#aspen-cards a:hover h3 {
  background: #ffffff;
  color: #004f81;
}
#aspen-cards a p {
  opacity: 0.5;
  padding-top: 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#aspen-cards a:hover p {
  height: auto;
  opacity: 1;
}
#aspen-cards a div {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


.aspen-container {
  padding-top: 40px;
}


.aspen-news-box {
}
h3.section-header {
  margin: 0;
  padding: 20px 0;
}
.date-entry {
  color: #333;
  background: #ffffff;
  display: block;
  padding: 15px;
  margin-top: 20px;
}
.date-entry:hover {
  color: #333;
  text-decoration: none;
}
.date-entry .date {
  display: inline-block;
  line-height: 30px;
  color: #333333;
  background: #ffffff;
  border: 3px solid #004f81;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 12px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.date-entry:hover .date {
  color: #ffffff;
  background: #004f81;
}

.date-entry .info h4 {
  color: #004f81;
}
.date-entry .info p {
  margin: 0;
  padding: 0;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.date-entry:hover .info p {
  opacity: 1;
}


.aspen-calendar-box {
  padding: 10px 20px 30px 20px;
  margin-top: 20px;
  background: #ffffff;
}
.calendar-header {
  display: block;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-right: 100px;
}
.calendar-header h4 {
  font-size: 18px;
  line-height: 50px;
  margin: 0;
  padding: 0;
}
.calendar-prev,
.calendar-next {
  display: block;
  width: 40px;
  height: 40px;
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  opacity: 0.2;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.calendar-prev {
  right: 40px;
  background-image: url('img/arrow-left-black.svg');
}
.calendar-next {
  right: 0;
  background-image: url('img/arrow-right-black.svg');
}
.calendar-prev:hover,
.calendar-next:hover {
  opacity: 1;
}


.calendar-days {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 12px;
  border-bottom: 1px solid #eeeeee;
}
.calendar-days div {
  flex-basis: 14.2857142857%;
  width: 14.2857142857%;
  flex: 0 0 auto;
  height: 60px;
  box-sizing: border-box;
}
.calendar-days div span {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  // background: #eee;
}
.calendar-days div p {
  display: none;
}
.calendar-days div.other-month span {
  opacity: 0.2;
}
.calendar-days div.current span {
  background: #004f81;
  color: #ffffff;
  font-weight: 600;
}
.calendar-days div.has-events span {
  // border: 3px solid rgba(0,0,0,0.3);
  border: 3px solid #004f81;
  color: #004f81;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.calendar-days div.has-events {
  position: relative;
}
.calendar-days div.has-events p {
    display: none;
    position: absolute;
    left: 0;
    top: 37px;
    width: 260px;
    background: #004f81;
    color: #ffffff;
    padding: 20px 10px 15px 10px;
    margin: 0;
    z-index: 10;
    font-size: 15px;
    line-height: 16px;
  }
.calendar-days div.has-events p small {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
}
.calendar-days div.has-events:hover span {
  background: #004f81;
  color: #ffffff;
  cursor: pointer;
}
.calendar-days div.has-events:hover p {
  display: block;
  cursor: pointer;
}
.calendar-days div:hover {
}


.box-link {
  display: inline-block;
  color: #004f81;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 20px;
  margin-right: 20px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;

  border: 3px solid #004f81;
  border-radius: 0;
  background: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box-link:hover {
  background: #004f81;
  color: #ffffff !important;
}



.aspen-article-box {
  display: block;
  background: #ffffff;
  color: #000000;
  margin-top: 20px;
  position: relative;
  height: 540px;
  cursor: pointer;
  text-decoration: none;
}
.aspen-article-box:hover {
  text-decoration: none;
}
.aspen-article-box .article-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 3px solid #004f81;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media(min-width:768px) {
  .aspen-article-box:hover .article-img {
    height: 240px;
  }
}
.aspen-article-box .article-info {
  display: block;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 40px;
  padding: 20px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
}
.aspen-article-box:hover .article-info {
  top: 240px;
}
.aspen-article-box .article-info h5.article-category {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #3891c9;
  font-weight: 600;
}
.aspen-article-box .article-info p.article-abstract {
  opacity: 0.5;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.aspen-article-box:hover .article-info p.article-abstract {
  opacity: 1;
}
.aspen-article-box .article-info p.article-author {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 20px;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
.aspen-article-box .article-info p.article-author span {
  font-weight: 600;
  color: #3891c9;
}
.aspen-article-box .article-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 15px 0 0 0;
  box-sizing: border-box;
  line-height: 20px;
  border-top: 2px solid #eee;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  background: #ffffff;
  box-shadow: 0px -10px 5px 5px rgba(255,255,255,1);
}
.aspen-article-box .article-meta .article-section {
  flex-grow: 1;
  text-transform: uppercase;
  font-weight: 600;
  // color: #666;
}
.aspen-article-box .article-meta .article-time {
  flex-grow: 0;
}

.aspen-article-box.aspen-profile-box {
  height: 440px;
}
.aspen-article-box.aspen-profile-box .article-img {
  width: 80px;
  height: 80px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  border: none;
}
.aspen-article-box.aspen-profile-box:hover .article-img {
  height: 80px;
}
.aspen-article-box.aspen-profile-box .article-info {
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 40px;
  padding: 20px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.aspen-article-box.aspen-profile-box:hover .article-info {
  top: 120px;
}
.aspen-article-box.aspen-profile-box .article-info p {
  max-height: 6em;
  overflow: hidden;
}
.aspen-article-box.aspen-profile-box .article-info h5.article-category {
  font-size: 16px;
  padding-bottom: 20px;
}



#aspen-members-box {
  display: block;
  margin-top: 30px;
  margin-bottom: -30px;
  padding: 0 0 50px 0;
  background: #222222;
  color: #ffffff;
}
#aspen-members-box .aspen-container {
  padding-top: 30px;
}
.aspen-member {
  display: block;
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
}
.aspen-member .member-thumb {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.aspen-member h3 {
  font-size: 18px;
  margin-top: 30px;
}
.aspen-member h4 {
  font-size: 13px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0.5;
}
.aspen-member:hover h4 {
  opacity: 1;
}


#aspen-newsletter-box {
  background: #004f81;
  color: #ffffff;
  padding-bottom: 40px;
  margin-top: 30px;
}
#aspen-newsletter-box h4 {
  font-size: 14px;
}
.aspen-newsletter-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.aspen-newsletter-form span.thankyou {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	display: none;
	line-height: 50px;
}
.aspen-newsletter-form span.error {
	display: none;
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	left: 20px;
	bottom: -15px;
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: red;
}
	
input.aspen-newsletter-input {
  flex: 1 1 auto;
  margin: 0;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  background: none;
  outline: 0;
}
input.aspen-newsletter-input::-webkit-input-placeholder,
input.aspen-newsletter-input:-ms-input-placeholder,
input.aspen-newsletter-input::-moz-placeholder,
input.aspen-newsletter-input:-moz-placeholder { 
  color: #ffffff;
  opacity: 0.3;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 0.3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 0.3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  opacity: 0.3;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  opacity: 0.3;
}
a.aspen-newsletter-submit {
  flex: 0 0 auto;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border: none;
  border-bottom: 3px solid rgba(255,255,255,1);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
}

#aspen-footer {
  background: #263640;
  color: #ffffff;
  
}
#aspen-footer .aspen-container {
  padding-top: 0;
}


ul.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  height: 60px;
  align-items: center;
  justify-content: center;
}
ul.footer-links.footer-social {
  border-top: 1px solid rgba(255,255,255,0.1);
}
ul.footer-links li {}
ul.footer-links li a {
  padding: 0 10px;
  margin: 0 10px;
  cursor: pointer;
  color: #ffffff;
}
ul.footer-links li a:hover {
  text-decoration: underline !important;
}
ul.footer-links.footer-social {
  font-size: 12px;
  text-transform: uppercase;
}
ul.footer-links.footer-social li a {
  opacity: 0.5;
}

ul.footer-links.footer-copyright {
  font-size: 11px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
ul.footer-links.footer-copyright li {
}


ul#aspen-menu li#aspen-menu-grip {
  display: none;
}



/* Article detail */
.aspen-article-header-photo {
  display: block;
  height: 55vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aspen-article-header-photo.aspen-topic-header {
  height: auto;
  min-height: 30vh;
  background-color: #3891c9;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-bottom: -100px;
  padding-bottom: 120px;
  padding-top: 100px;
}
.aspen-article-header-photo.aspen-topic-header h3 {
  font-weight: 600;
}

.aspen-article {
  margin-top: -100px;
}
.aspen-article-content {
  background: #ffffff;
  padding: 60px 100px;
  border-top: 3px solid #004f81;
  color: #333333;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}

.aspen-article-content .article-category-title {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #3891c9;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0;
  text-decoration: none;
}

.aspen-article-content .article-title {
  color: #004f81;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
}
.aspen-article-content .article-subtitle {
  color: #666666;
  margin: 0 0 20px 0;
  padding: 0;
}
.aspen-article-content .article-author-date {
  color: #666666;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
}
.aspen-article-content .article-author-date span {
  color: #3891c9;
}
.aspen-article-content .article-author-date span.bull {
  display: inline-block;
  padding: 0 10px;
  color: #cccccc;
}
@media (max-width:767px) {
  .aspen-article-content {
    padding: 60px 20px;
    font-size: 17px;
  }
  .aspen-article-content .article-category-title {
    font-size: 12px;
  }
  .aspen-article-content .article-title {
    font-size: 28px;
    line-height: 32px;
  }
  .aspen-article-content .article-subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .aspen-article-content .article-author-date {
    font-size: 12px;
  }
  .aspen-article-content .article-author-date span.bull {
    display: block;
    height: 0px;
    overflow: hidden;
  }
}
.aspen-article-content .article-body {
}
.aspen-article-content .article-body h2 {
  font-size: 24px;
  margin-top: 40px;
  padding-bottom: 20px;
  font-weight: 600;
  color: #3891c9;
  display: block;
  position: relative;
}
.aspen-article-content .article-body h2:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 0;
  border-bottom: 3px solid #3891c9;
  border-bottom: 1px solid #eeeeee;
}
.aspen-article-content .article-body h3 {
  font-size: 18px;
  margin-top: 30px;
  padding-bottom: 10px;
  font-weight: 600;
  // color: #3891c9;
  display: block;
  position: relative;
}
.aspen-article-content .article-body p {
  padding: 10px 0;
}
.aspen-article-content .article-body blockquote {
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  color: #666666;
  letter-spacing: -0.5px;
  line-height: 28px;
  display: block;
  padding: 10px 10px 10px 80px;
  border-left: 3px solid #3891c9;
  background-image: url('img/icon-quote.svg');
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
.aspen-article-content .article-body p a {
  color: #3891c9;
  text-decoration: underline;
  cursor: pointer;
}
.aspen-article-content .article-body p a:hover {
  text-decoration: none;
}
.aspen-article-content .article-body ul {
  list-style: square;
}

.aspen-article-content .article-body:first-letter {
  font-size: 60px;
  font-weight: 600;
  float: left;
  height: 56px;
  line-height: 56px;
  margin-right: 8px;
}
.aspen-article-content .article-body.contact:first-letter {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  float: none;
  height: 28px;
  margin-right: 0;
}

.aspen-article-content .article-body .map {
  margin-top: 30px;
}
.aspen-article-content .article-body .map iframe {
  width: 100%;
  height: 450px;
}

.article-footer {
  background: #ffffff;
}
.article-footer-row {
  border-top: 1px solid rgba(0,0,0,0.02);
  padding: 30px 100px;
}
.article-footer-row h4 {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  background: #004f81;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  margin: 0 5px 0 0;
  text-transform: uppercase;
}
.article-footer-row a {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  margin: 0 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
}
.article-footer-row a:hover {
  color: #3891c9;
}
.article-footer-row.article-footer-comments {
	cursor: pointer;
}
.article-footer-row.article-footer-comments h4 {
  background: #3891c9;
}
.article-footer-row.article-footer-comments span {
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	margin: 0 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #666666;
}
.article-footer-row.article-footer-comments span:hover {
	color: #3891c9;
	text-decoration: underline;
}

#disqus_thread {
	padding: 0 100px 30px;
	display: none;
}

.ready-for-sticky {
  display: block;
  position: relative;
}
.aspen-social-sharing {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  padding-top: 150px;
  text-align: center;
}
.aspen-social-sharing h4 {
  font-size: 13px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0 0 20px 0;
  opacity: 0.3;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.aspen-social-sharing:hover h4 {
  opacity: 1;
  color: #3891c9
}
.aspen-social-sharing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aspen-social-sharing ul li {
  display: block;
  margin: 0;
  padding: 0 0 5px 0;
  text-align: center;
}
.aspen-social-sharing ul li:last-child {
  padding: 0;
}
.aspen-social-sharing ul li a {
  display: inline-block;
  background: #ffffff;
  height: 100px;
  width: 100px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 48px 48px;
}
.aspen-social-sharing ul li a.share-facebook {
  background-image: url('img/icon-facebook.svg');
}
.aspen-social-sharing ul li a.share-twitter {
  background-image: url('img/icon-twitter.svg');
}
.aspen-social-sharing ul li a.share-email {
  background-image: url('img/icon-email.svg');
}
.aspen-social-sharing ul li a.comments-count {
  background-image: url('img/icon-comments.svg');
  background-position: center 10px;
  position: relative;
}
.aspen-social-sharing ul li a.comments-count span {
  display: block;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 10px;
  line-height: 15px;
  text-align: center;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #666666;
}
.aspen-social-sharing ul li a.comments-count span strong {
  display: block;
  font-weight: 600;
  color: #3891c9;
  font-size: 12px;
}
.aspen-social-sharing ul li a.comments-count span em {
  font-style: normal;
}
#aspen-mobile-slider {
    display: none;
  }


.list-get-more {
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
  margin-top: 20px;
}
.list-get-more a {
  display: inline-block;
  line-height: 50px;
  padding: 0 40px;
  color: #004f81 !important;
  font-weight: 600;
  text-transform: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-get-more a:hover {
  background: #004f81;
  color: #ffffff !important;
}
.list-get-more img {
	display: none;
}

.article-body button.bg-showmore-plg-button, .article-body button.bg-showmore-plg-button:focus {
	display: inline-block;
	line-height: 50px;
	padding: 0 40px;
	color: #004f81 !important;
	font-weight: 600;
	text-transform: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border: 3px solid #004f81;
	border-radius: 0;
	background: none;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: none;
}
.article-body button.bg-showmore-plg-button:hover {
	background: #004f81;
	color: #ffffff !important;
}

.aspen-article-top-photo img {
  width: 100%;
}

.aspen-speaker {
  display: block;
  position: relative;
  background: #ffffff;
  cursor: pointer;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 60px;
}
.aspen-speaker-img {
  display: block;
  width: 100%;
  padding-top: 140%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.aspen-speaker-info {
  display: block;
  padding: 20px;
  height: 160px;
}
.aspen-speaker-info h3 {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
  margin: 0;
  color: #004f81;
}
.aspen-speaker-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #3891c9;
  text-transform: uppercase;
}
.aspen-speaker-info h4 small {
  font-weight: 400;
}
.aspen-speaker-footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 15px 0 0 0;
  box-sizing: border-box;
  line-height: 20px;
  border-top: 2px solid #eee;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
}















@media (max-width: 1100px) {
   ul#aspen-menu li#aspen-logo {
    left: 50%;
    margin-left: -104px; 
  }
  ul#aspen-menu li {
    display: none;
  }
  #aspen-nav.expanded,
  #aspen-nav.expanded ul#aspen-menu {
    height: auto;
  }
  #aspen-nav.expanded ul#aspen-menu {
    flex-direction: column;
    padding-top: 70px;
  }
  ul#aspen-menu li#aspen-logo,
  ul#aspen-menu li#aspen-search,
  ul#aspen-menu li#aspen-menu-grip {
    display: block;
  }
  ul#aspen-menu li#aspen-search {
    padding: 0 5px;
  }
  ul#aspen-menu li#aspen-menu-grip {
    width: 50px;
    height: 70px;
    position: absolute;
    text-align: center;
    line-height: 70px;
    top: 0;
    left: 0;
  }
  ul#aspen-menu li#aspen-menu-grip img {
    display: inline-block;
    width: 24px;
    height: 24px;
  }

  #main-content {
    margin-top: 0;
  }

  #aspen-top-links {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    margin-top: 70px;
    top: auto;
    left: auto;
    right: auto;
    justify-content: flex-start;
  }
  #aspen-top-links,
  #aspen-top-links:hover,
  #aspen-top-links ul#aspen-links,
  #aspen-top-links:hover ul#aspen-links,
  #aspen-top-links ul#aspen-links li, 
  #aspen-top-links:hover ul#aspen-links li, 
  #aspen-top-links ul#aspen-links li a,
  #aspen-top-links:hover ul#aspen-links li a {
    height: 135px;
  }
  #aspen-top-links.contextual-top-links,
  #aspen-top-links.contextual-top-links:hover,
  #aspen-top-links.contextual-top-links ul#aspen-links,
  #aspen-top-links.contextual-top-links:hover ul#aspen-links,
  #aspen-top-links.contextual-top-links ul#aspen-links li, 
  #aspen-top-links.contextual-top-links:hover ul#aspen-links li, 
  #aspen-top-links.contextual-top-links ul#aspen-links li a,
  #aspen-top-links.contextual-top-links:hover ul#aspen-links li a {
    height: 70px;
  }
  #aspen-top-links.contextual-top-links ul#aspen-links {
    justify-content: left;
  }
  #aspen-top-links.contextual-top-links ul#aspen-links li {
    flex-shrink: 0;
  }

  #aspen-top-links ul#aspen-links li:first-child {
    border-left: none;
  } 

  #aspen-cards {
    flex-direction: column;
    height: auto;
  }
  #aspen-cards a:hover {
    height: 300px;
  }

  ul.footer-links {
    height: auto;
    flex-direction: column;
    margin: 10px 0;
  }
  ul.footer-links.footer-social {
    padding-top: 10px;
  }
  ul.footer-links li a {
    display: block;
    padding: 10px 0;
  }
  .footer-copyright {
    text-align: center;
    padding: 10px 0;
  }
  .footer-copyright li {
    margin-top: 10px;
  }

  .aspen-article-box,
  .aspen-gallery-box {
    height: auto;
  }
  .aspen-article-box .article-img,
  .aspen-article-box .article-info,
  .aspen-article-box .article-meta,
  .aspen-article-box .article-info p.article-author,
  .aspen-article-box:hover .article-info {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
  }
  .aspen-article-box:hover .article-img {
    height: 200px;
  }
  .aspen-article-box .article-meta {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .aspen-article-box.aspen-profile-box {
    height: auto;
    min-height: 420px;
  }

  #aspen-members-box .col-md-12 {
    text-align: center;
  }
  #aspen-members-box .col-md-12 .box-link {
    margin-bottom: 20px;
  }

  #aspen-carousel .slider .slide .slide-content {
    padding-left: 5%;
    padding-right: 5%;
  }
  #aspen-carousel .slider .slide .slide-content h1 {
    font-size: 1.8em;
  }
  #aspen-carousel .slider .slide .slide-content h3 {
    font-size: 1.2em;
  }


  #aspen-mobile-slider {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.4);
  }
  #aspen-mobile-menu {
    display: none;
    position: absolute;
    background: #004f81;
    color: #fff;
    top: 0;
    left: 0;
    right: 70px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #aspen-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #aspen-mobile-menu ul li {
    border-top: 1px solid rgba(255,255,255,0.1);
    background: rgba(0,0,0,0.05);
  }
  #aspen-mobile-menu ul li.top-logo {
    height: 200px;
    position: relative;
    background: none;
  }
  #aspen-mobile-menu ul li.top-logo img {
    width: 200px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
  }
  #aspen-mobile-menu ul li a {
    display: block;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
  }
  #aspen-mobile-menu ul li ul li a {
    font-size: 12px;
    padding-left: 20px;
  }
  body.menu-visible {
    overflow: hidden; 
  }
body.menu-visible #aspen-mobile-slider,
body.menu-visible #aspen-mobile-menu {
    display: block;
  }
  .close-panel {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 9999;
  }
  #aspen-mobile-menu ul li.top-logo .close-panel img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
  }

  .aspen-article {
    margin-top: 0;
    padding-top: 20px;
  }



  .aspen-article-box.aspen-profile-box {
    height: 440px;
  }
  .aspen-article-box.aspen-profile-box .article-img {
    width: 80px;
    height: 80px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    border: none;
  }
  .aspen-article-box.aspen-profile-box:hover .article-img {
    height: 80px;
  }
  .aspen-article-box.aspen-profile-box .article-info {
    display: block;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 40px;
    padding: 20px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .aspen-article-box.aspen-profile-box:hover .article-info {
    top: 120px;
  }
  .aspen-article-box.aspen-profile-box .article-info p {
    max-height: 6em;
    overflow: hidden;
  }
  .aspen-article-box.aspen-profile-box .article-info h5.article-category {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .aspen-article-box.aspen-profile-box .article-meta {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }



}
@media(max-width:767px) {
  .aspen-social-sharing {
    position: relative;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .aspen-social-sharing ul {
    display: flex;
    flex-direction: row;
  }
  .aspen-social-sharing ul li {
    flex-basis: 25%;
    flex: 1 1 auto;
  }
  .aspen-social-sharing ul li a {
    width: 100%;
    height: 70px;
    background-size: 32px 32px;
  }
  .aspen-social-sharing ul li a.comments-count {
    background-position: center 15px;
  }
  .aspen-social-sharing ul li a.comments-count span em {
    display: none;
  }
  .article-footer-row {
    padding: 20px 20px;
  }

  .aspen-article-box.aspen-profile-box {
    height: auto;
    min-height: auto;
  }
  .aspen-article-box.aspen-profile-box .article-info,
  .aspen-article-box.aspen-profile-box:hover .article-info,
  .aspen-article-box.aspen-profile-box .article-meta,
  .aspen-article-box.aspen-profile-box:hover .article-meta {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .aspen-article-box.aspen-profile-box .article-info {
    padding-top: 40px;
  }


}

.profile-page {
  // padding-left: 25%;
}
.profile-page .profile-pic {
  // display: block;
  // position: absolute;
  // left: 60px;
  // top 0;
  width: 25%;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.profile-page .profile-pic img {
  width: 100%;
}

/* Gallery view */
.aspen-gallery-box {
  display: block;
  margin-top: 20px;
  text-decoration: none;
}
.aspen-gallery-box:hover {
  text-decoration: none;
}
.aspen-gallery-box img {
  width: 100%;
}
.aspen-gallery-box .article-info {
  padding-top: 10px;
}
.aspen-gallery-box .article-info .article-category {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #3891c9;
  font-weight: 600;
}
.aspen-gallery-box .article-info h3 {
  color: #000000;
  font-size: 15px;
}


/* Gallery thumbs */
ul.aspen-gallery-thumbs {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  // justify-content: space-between;
  margin: 0 -3px;
  padding: 0;
}
ul.aspen-gallery-thumbs li {
  flex-basis: 20%;
  width: 20%;
  margin: 0;
  padding: 3px;
  // border: 1px solid #cccccc;
  box-sizing: border-box;
  flex: 0 0 auto;
}
ul.aspen-gallery-thumbs li a {
  display: block;
  padding: 3px;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #fff;
}
ul.aspen-gallery-thumbs li a:hover {
  border-color: #3891c9;
}
ul.aspen-gallery-thumbs li a img {
  width: 100%;
}


.aspen-topic-header.aspen-search-header {
  padding-top: 30px;
  padding-bottom: 50px;
  min-height: 220px;
}

.aspen-search-box { 
  display: block;
  max-width: 800px;
  width: 800px;
  position: relative;
  margin: 0 auto;
}
input.aspen-search-input {
  display: block;
  width: 100%;
  border: none;
  background: none;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  height: 80px;
  line-height: 80px;
  padding: 0 80px 0 10px;
  color: #ffffff;
  font-size: 36px;
}
input.aspen-search-input:hover,
input.aspen-search-input:active,
input.aspen-search-input:focus {
  border-bottom: 1px solid rgba(255,255,255,1);
}
.aspen-search-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-image: url('./img/search-icon.svg');
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
  background-color: transparent;
  border: 0;
}
.aspen-search-submit:hover {
  opacity: 1;
}

@media (max-width: 800px) {
  .aspen-search-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .aspen-search-box,
  input.aspen-search-input {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .aspen-search-box {
  }
  input.aspen-search-input {
    height: 50px;
    line-height: 50px;
    padding-right: 50px;
    font-size: 24px;
  }
  .aspen-search-submit {
    height: 50px;
    width: 50px;
    background-size: 28px 28px;
  }
}



/* FIX NEWSLETTER BOX */
@media (max-width: 480px) {
  .aspen-newsletter-form {
    flex-wrap: wrap;
  }
}


/* ASPEN ROW LINKS */
.aspen-row-link {
  display: block;
  background: #ffffff;
  color: #666666;
  padding: 30px 30px 15px 30px;
  border-top: 2px solid #004f81;
  cursor: pointer;
  margin-bottom: 20px;
}
.aspen-row-link img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .aspen-row-link img {
    float: left;
    width: 150px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.aspen-row-link h3 {
  color: #004f81;
}
/* Aspen blue #004f81 */
/* Aspen light blue #3891c9 *;
/* Aspen dark blue #263640 */

.aspen-row-link:hover {
  text-decoration: none;
}
.article-small-link {
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  color: #999999;
  padding-top: 15px;
  margin-top: 10px;
  border-top: 2px solid #eaeaea;
  display: block;
  position: relative;
  line-height: 20px;
  padding-left: 30px;
}
.article-small-link small {
  font-size: 12px;
}
.article-small-link small:before {
  display: block;
  width: 20px;
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 0;
  content: '';
  background-image: url('img/arrow-right-black.svg');
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.aspen-row-link:hover .article-small-link small:before {
  opacity: 1;
}
@media(max-width:767px) {
  .aspen-row-link {
    padding: 20px 20px 15px 20px;
  }
}

/* TPOPIC HEADER PARAGRAPH FIX */
.aspen-topic-header p {
  max-width: 800px;
}

/* FLEX LINKS */
.flex-links {
  background: #004f81;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.flex-links a {
  flex: 1 1 auto;
  flex-basis: 0;
  padding: 20px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  border-right: 1px solid rgba(0,0,0,0.1);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.flex-links a:last-child {
  border: none;
}
.flex-links a:hover {
  text-decoration: none;
  background: rgba(0,0,0,0.1);
}
.flex-links a p {
  display: block;
  position: relative;
  padding: 20px 0 0 0;
  margin: 0;
}
.flex-links a p:before {
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background: #3891c9;
  position: absolute;
  top: 6px;
  bottom: 0;
}

@media(max-width:767px) {
  .flex-links {
    flex-direction: column;
  }
  .flex-links a {
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
}

@media(max-width:1100px) {
  #aspen-carousel {
    margin-top: 0;
  }
}




/* MENU SUB-SUBCATEGORY UPDATE */
ul#aspen-menu li ul li.has-children:after {
  display: block;
  position: absolute;
  content: '+';
  font-family: 'Montserrat', sans-serif;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 10px;
}
ul#aspen-menu li ul li.has-children:hover:after {
  opacity: 1;
}
ul#aspen-menu li ul li ul {
  display: none !important;
  position: absolute;
  top: 0;
  width: auto;
  left: 100%;
  background: #263640;
  background: #004f81;
}
ul#aspen-menu li ul li ul li,
ul#aspen-menu li ul li ul li:hover {
  background: rgba(0,0,0,0.1);
}
ul#aspen-menu li ul li:hover ul {
  display: block !important;
}

#aspen-mobile-menu {}
#aspen-mobile-menu ul li ul li ul li a {
    font-size: 11px;
    padding-left: 40px;
}

.people-events {
	margin-top: 50px;
}

/* feb 2025 updates */

ul#aspen-links li {
  flex-basis: auto;
  width: auto;
  min-width: 120px;
  max-width: 240px;
}
@media(max-width: 1100px) {
  ul#aspen-menu li#aspen-logo {
    margin-left: -71px;
  }
}
@media(min-width: 1100px) {
  /* Desktop menu */
  ul#aspen-menu {
    height: 70px;
    padding-left: 140px;
    padding-right: 60px;
  }
  ul#aspen-menu li a {
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
  }
  ul#aspen-menu li ul li a {
    height: auto;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  ul#aspen-menu li#aspen-search {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Contextul links */
  #aspen-top-links.contextual-top-links ul#aspen-links li a {
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
