/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.alert {
  border-radius: 0.25rem;
  padding: 0.938rem;
  margin-bottom: 1.5rem;
  text-shadow: none;
}
.alert {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
.alert, .alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger, .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger h4, .alert-error h4 {
  color: #b94a48;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.default-animation, .modular .showcase .button {
  transition: all 0.5s ease;
}
.padding-horiz {
  padding-left: 7rem;
  padding-right: 7rem;
}
@media only all and (min-width: 60rem) {
  .padding-horiz {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .padding-horiz {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.padding-vert {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.modular.header-image #header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.modular.header-image #header #logo h3 {
  color: #FFFFFF;
}
.modular.header-image #header #navbar a {
  color: #FFFFFF;
}
.modular .showcase {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #666;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFFFFF;
}
.modular .showcase h1 {
  font-size: 4rem;
  margin-top: 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .modular .showcase h1 {
    font-size: 3rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .modular .showcase h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 2.5rem;
  }
}
.modular .showcase .button {
  color: #FFFFFF;
  padding: 0.7rem 2rem;
  margin-top: 2rem;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #FFFFFF;
  border-radius: 0.25rem;
  box-shadow: none;
  font-size: 1.3rem;
}
.modular .showcase .button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.modular .features {
  padding: 6rem 0;
  text-align: center;
}
.modular .features::after {
  clear: both;
  content: "";
  display: table;
}
.modular .features h2 {
  margin: 0;
  line-height: 100%;
}
.modular .features p {
  margin: 1rem 0;
  font-size: 1.2rem;
}
@media only all and (max-width: 47.99rem) {
  .modular .features p {
    font-size: 1rem;
  }
}
.modular .features .feature-items {
  margin-top: 2rem;
}
@supports not (flex-wrap: wrap) {
  .modular .features .feature-items {
    overflow: hidden;
  }
}
.modular .features .feature {
  display: block;
  float: left;
  width: 25%;
  vertical-align: top;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .modular .features .feature {
    margin-top: 1rem;
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .modular .features .feature {
    margin-top: 1rem;
    width: 100%;
  }
}
.modular .features .feature i.fa {
  font-size: 2rem;
  color: #1BB3E9;
}
.modular .features .feature h4 {
  margin: 0;
  font-size: 1.1rem;
}
.modular .features .feature p {
  display: inline-block;
  font-size: 1rem;
  margin: 0.2rem 0 1rem;
}
.modular .features.big {
  text-align: center;
}
.modular .features.big .feature {
  width: 50%;
}
@media only all and (max-width: 30rem) {
  .modular .features.big .feature {
    margin-top: 1rem;
    width: 100%;
  }
}
.modular .features.big i.fa {
  font-size: 3rem;
  float: left;
}
.modular .features.big .feature-content {
  padding-right: 2rem;
}
.modular .features.big .feature-content.icon-offset {
  margin-left: 5rem;
}
.modular .features.big .feature-content h4 {
  font-size: 1.3rem;
  text-align: left;
}
.modular .features.big .feature-content p {
  padding: 0;
  text-align: left;
}
.callout {
  background: #f6f6f6;
  padding: 6rem 0.938rem;
}
@media only all and (min-width: 60rem) {
  .callout {
    text-align: center;
  }
}
.callout .align-left {
  float: left;
  margin-right: 2rem;
}
@media only all and (min-width: 60rem) {
  .callout .align-left {
    float: none;
    margin-right: 0;
  }
}
.callout .align-right {
  float: right;
  margin-left: 2rem;
}
@media only all and (min-width: 60rem) {
  .callout .align-right {
    float: none;
    margin-left: 0;
  }
}
.callout img {
  border-radius: 0.25rem;
}
.modular .modular-row:last-child {
  margin-bottom: 2rem;
}
.list-blog {
  display: flex;
  flex-direction: column;
}
.list-blog.cols-1 .list-blog-row, .list-blog.cols-2 .list-blog-row, .list-blog.cols-3 .list-blog-row, .list-blog.cols-4 .list-blog-row, .list-blog.cols-5 .list-blog-row, .list-blog.cols-6 .list-blog-row {
  display: flex;
  margin: -0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .list-blog.cols-1 .list-blog-row, .list-blog.cols-2 .list-blog-row, .list-blog.cols-3 .list-blog-row, .list-blog.cols-4 .list-blog-row, .list-blog.cols-5 .list-blog-row, .list-blog.cols-6 .list-blog-row {
    flex-direction: column;
  }
}
.list-blog.cols-1 .list-blog-row .list-item, .list-blog.cols-2 .list-blog-row .list-item, .list-blog.cols-3 .list-blog-row .list-item, .list-blog.cols-4 .list-blog-row .list-item, .list-blog.cols-5 .list-blog-row .list-item, .list-blog.cols-6 .list-blog-row .list-item {
  flex: 1;
  flex-basis: 0;
  padding: 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .list-blog.cols-1 .list-blog-row .list-item, .list-blog.cols-2 .list-blog-row .list-item, .list-blog.cols-3 .list-blog-row .list-item, .list-blog.cols-4 .list-blog-row .list-item, .list-blog.cols-5 .list-blog-row .list-item, .list-blog.cols-6 .list-blog-row .list-item {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.blog-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.blog-header.blog-header-image {
  background-size: cover;
  background-position: center;
}
.blog-header.blog-header-image h1, .blog-header.blog-header-image h2 {
  color: #eceeef;
}
.blog-header h1 {
  font-size: 4rem;
  margin-top: 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .blog-header h1 {
    font-size: 3rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .blog-header h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 2.5rem;
  }
}
.blog-header + .blog-content {
  padding-top: 3rem;
}
.list-item {
  margin-bottom: 3rem;
}
.list-item:last-child {
  border-bottom: 0;
}
.list-item .list-blog-header {
  position: relative;
}
.list-item .list-blog-header h4 {
  margin-bottom: 0.5rem;
}
.list-item .list-blog-header h4 a {
  color: #424753;
}
.list-item .list-blog-header h4 a:hover {
  color: #1BB3E9;
}
.list-item .list-blog-header img {
  display: block;
  margin-top: 1rem;
  border-radius: 0.25rem;
}
.list-item .list-blog-header .list-blog-meta .separator {
  margin: 0 0.3rem;
  color: rgba(66, 71, 83, 0.2);
}
.blog-content-item .list-blog-padding > p:nth-child(2) {
  font-size: 1.2rem;
}
.tags a {
  text-transform: uppercase;
}
.archives, .related-pages {
  padding: 0;
  list-style: none;
}
.archives li, .related-pages li {
  border-bottom: 1px solid #EEEEEE;
  line-height: 2rem;
}
.archives li:last-child, .related-pages li:last-child {
  border-bottom: 0;
}
.related-pages li a {
  display: block;
}
.related-pages .score {
  display: block;
  float: right;
  color: #999;
  font-size: 85%;
}
.syndicate a {
  margin-bottom: 1rem;
}
div#breadcrumbs {
  padding-left: 0;
}
@media only all and (max-width: 47.99rem) {
  div#breadcrumbs {
    display: none;
  }
}
#sidebar {
  padding-left: 3rem;
}
@media only all and (max-width: 47.99rem) {
  #sidebar {
    padding-left: 0;
  }
}
#sidebar .sidebar-content {
  margin-bottom: 3rem;
}
#sidebar .sidebar-content h4 {
  margin-bottom: 1rem;
}
#sidebar .sidebar-content p, #sidebar .sidebar-content ul {
  margin-top: 1rem;
}
ul.pagination {
  margin: 0 0 3rem;
  text-align: center;
}
.prev-next {
  margin-top: 5rem;
  text-align: center;
}
@media only all and (max-width: 47.99rem) {
  #g-page-surround #grav-login .secondary-accent {
    text-align: center;
  }
}
.forgot #g-page-surround #grav-login .secondary-accent {
  text-align: center;
}
#g-page-surround #grav-login .secondary-accent .button.primary, #g-page-surround #grav-login .secondary-accent .button.secondary {
  padding: 10px;
  margin-top: 10px;
}
#g-page-surround #grav-login .secondary-accent .rememberme {
  padding-top: 12px;
}
@media only all and (max-width: 47.99rem) {
  #g-page-surround #grav-login .secondary-accent .rememberme {
    float: none;
    display: block;
  }
}
/*# sourceMappingURL=helium-grav_expositions.css.map */