
/*
Theme Name: Helium
Author: Jessica Guettler
Text Domain: helium
Description: Helium Theme for Science Project
Version: 081916.0
*/
/* Tested with WordPress 4.9.1 */
/* Element Defaults */
html {
  box-sizing: border-box;
  font-size: 1em;
  height: 100%;
}

* {
  margin: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  color: #333;
  background-color: #fff;
  letter-spacing: 0.3px;
  line-height: 1.4;
  position: relative;
  min-height: 100%;
  margin: 0;
  padding-bottom: 220px;
}
@media (max-width: 767px) {
  body {
    font-size: .875rem;
  }
}
@media (max-width: 767px) {
  body {
    padding-bottom: 170px;
  }
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

h1, h2, h4, h5, h6, p {
  margin: 0;
}

h1 {
  font-size: 1.85rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.125rem;
  }
}

h2 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.05rem;
  }
}

h4 {
  font-size: 1.05rem;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
  color: #428bca;
  border-bottom: 1px solid transparent;
}
a:hover {
  border-bottom: 1px solid #7eb0db;
}
a:focus {
  outline: 0;
}

a,
a h4 {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

nav ul {
  list-style: none;
  padding: 0;
}
nav ul a {
  text-decoration: none;
}

/* Resuable Classes */
.left {
  float: left;
}

.right {
  float: right;
}

.img-responsive {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.heading-link {
  font-size: .875rem;
  display: inline-block;
  margin-top: 5px;
}

.social-icon {
  border-bottom: none;
}

.next-prev {
  margin-top: 40px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .next-prev {
    margin-top: 30px;
  }
}
.next-prev a {
  display: inline-block;
}

/* Container + Main */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

main {
  padding-bottom: 20px;
}

/* Sections */
section {
  margin-bottom: 30px;
}
section .column:first-child,
section .sub-column:first-child {
  width: 30%;
}
@media (max-width: 767px) {
  section .column:first-child,
  section .sub-column:first-child {
    width: 100%;
  }
}
section .column:last-child,
section .sub-column:last-child {
  width: 70%;
}
@media (max-width: 767px) {
  section .column:last-child,
  section .sub-column:last-child {
    width: 100%;
  }
}
section .column:only-child,
section .sub-column:only-child {
  width: 100%;
}
@media (max-width: 767px) {
  section {
    margin-bottom: 20px;
  }
  section h3 {
    padding-bottom: 15px;
    display: inline-block;
    margin-right: 4px;
  }
}

/* Columns */
.column-wrap,
.sub-column-wrap {
  margin-right: -15px;
  margin-left: -15px;
}
.column-wrap:before, .column-wrap:after,
.sub-column-wrap:before,
.sub-column-wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.column,
.sub-column {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* Header */
header:before,
header:after {
  content: " ";
  display: table;
  clear: both;
}

header {
  background-color: #fff;
  color: #333;
  padding: 10px 0 30px;
}
@media (min-width: 992px) {
  header .column:first-child,
  header .sub-column:first-child {
    width: 30%;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  header .column:first-child,
  header .sub-column:first-child {
    width: 100%;
  }
}
@media (min-width: 992px) {
  header .column:last-child,
  header .sub-column:last-child {
    width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  header .column:last-child,
  header .sub-column:last-child {
    width: 100%;
  }
}
@media (min-width: 992px) {
  header .column:only-child,
  header .sub-column:only-child {
    width: 100%;
  }
}
@media (max-width: 991px) {
  header {
    padding: 0 0 20px;
  }
  header .column:first-child {
    float: left;
    max-width: 80% !important;
    margin-bottom: 0 !important;
  }
  header .column:last-child {
    float: right;
    width: 100%;
  }
}

.site-logo,
.site-info {
  float: left;
}

.site-logo {
  display: none;
  width: 70px;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .site-logo {
    max-width: 45px;
    height: auto;
  }
}
.site-logo h1,
.site-logo p {
  margin: 0;
}

.site-info {
  margin-top: 10px;
}
.site-info a {
  color: #333;
}
.site-info a:hover {
  color: #428bca;
}
.site-info p {
  font-size: .875rem;
}
@media (max-width: 767px) {
  .site-info p {
    font-size: .75rem;
    margin-bottom: 5px;
  }
}

.nav-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-main ul li {
  float: left;
  position: relative;
  width: calc(100% / 6);
}
.nav-main ul li a,
.nav-main ul li a:visited {
  font-size: .875rem;
  display: block;
  margin: 10px 20px 0 0;
  line-height: 50px;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  color: #333;
}
.nav-main ul li a:hover, .nav-main ul li a.active,
.nav-main ul li a:visited:hover,
.nav-main ul li a:visited.active {
  color: #428bca;
  border-bottom: 1px solid #a6c8e6;
}
.nav-main ul li a:not(:only-child):after,
.nav-main ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
.nav-main ul li ul {
  margin: 0;
}
.nav-main ul li ul li {
  min-width: 190px;
}
.nav-main ul li ul li a {
  margin-top: 0;
  padding: 15px;
  line-height: 20px;
  font-weight: 400;
  background: #fff;
  border-bottom: none;
}
.nav-main ul li ul li a:hover {
  border-bottom: none;
}
@media (max-width: 991px) {
  .nav-main {
    border-top: 1px solid #ddd;
    margin-top: 15px;
  }
  .nav-main ul li a,
  .nav-main ul li a:hover {
    margin-right: 0;
    border-width: 1px;
  }
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Mobile Navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: -60px;
  right: 0;
  background: #fff;
  height: 50px;
  width: 50px;
}

@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }

  .nav-main {
    width: 100%;
    padding: 0;
  }
  .nav-main ul {
    display: none;
    margin-bottom: 10px;
  }
  .nav-main ul.nav-dropdown {
    margin-top: 0;
  }
  .nav-main ul li {
    float: none;
    width: 100%;
  }
  .nav-main ul li a {
    padding: 5px 0 15px 0;
    line-height: 20px;
  }
  .nav-main ul li ul li a {
    padding: 15px 0 0 15px !important;
  }

  .nav-dropdown {
    position: static;
    box-shadow: none;
  }
}
@media screen and (min-width: 992px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
  border-bottom: none;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 25px;
  background: #333;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  bottom: -8px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/* Homepage */
.home header {
  padding: 10px 0 15px;
}
@media (max-width: 991px) {
  .home header {
    padding: 15px 0 0;
  }
}
.home header .column:first-child .site-info {
  margin-top: 0;
}
@media (min-width: 992px) {
  .home header .column:first-child {
    position: relative;
    top: 90px;
  }
}
.home section h3 {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .home section.intro {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .home section.intro {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .home section.intro .column {
    width: 70%;
    float: right;
  }
}
@media (max-width: 767px) {
  .home section.intro {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  .home section.intro.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .home section.intro.mobile {
    display: none;
  }
}
.home section.intro p {
  display: inline;
  margin-right: 4px;
}
.home section.intro h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .home section.intro h2 {
    font-size: 1.05rem;
  }
}
@media (max-width: 767px) {
  .home section.intro h2 {
    margin-bottom: 5px;
  }
}
.home section.publications article, .home section.news article {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home section.publications h3, .home section.news h3 {
    margin-bottom: 15px;
  }
}
.home section.publications article:last-child, .home section.news article:last-child, .home section.affiliations li:last-child {
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.home section.news {
  margin-bottom: 25px;
}
.home section.affiliations ul {
  padding-left: 0;
  line-height: 1.7;
  list-style: none;
}

/* Slider */
section.slider {
  width: 100% !important;
}
@media (max-width: 480px) {
  section.slider {
    margin-bottom: 0;
  }
}
section.slider .flexslider {
  margin-bottom: 10px;
}
section.slider .flex-caption {
  background-color: transparent;
  color: #000;
  letter-spacing: .02rem;
  padding: 11px 15px;
  bottom: 0;
  font-size: .85rem;
  line-height: 18px;
  position: absolute;
  font-style: italic;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  section.slider .flex-caption {
    display: none;
  }
}
section.slider .flex-active-slide .flex-caption {
  background-color: rgba(250, 250, 250, 0.8);
}
section.slider .flex-direction-nav .flex-prev,
section.slider .flex-direction-nav .flex-next,
section.slider .flex-control-paging li a {
  border-bottom: none;
}
section.slider .flex-control-paging li a {
  background-color: #333;
  opacity: .2;
}
section.slider .flex-control-paging li a.flex-active {
  background-color: #428bca;
  opacity: .9;
}
section.slider .flex-control-nav {
  display: none;
}

/* Publications */
.publications article {
  line-height: 1.3;
  margin-bottom: 20px;
}
.publications article p {
  margin-bottom: 3px;
}
.publications article a {
  display: inline-block;
  margin-top: 6px;
  font-size: .875rem;
}
.publications article:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .publications article {
    margin-bottom: 15px;
  }
}

/* News */
.news article {
  margin-bottom: 25px;
}
.news article .column:first-child,
.news article .sub-column:first-child {
  width: calc(100% / 4);
}
@media (max-width: 767px) {
  .news article .column:first-child,
  .news article .sub-column:first-child {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
.news article .column:last-child,
.news article .sub-column:last-child {
  width: calc(100% / 4 * 3);
}
@media (max-width: 767px) {
  .news article .column:last-child,
  .news article .sub-column:last-child {
    width: 100% !important;
  }
}
.news article .column:only-child,
.news article .sub-column:only-child {
  width: 100% !important;
}
@media (max-width: 767px) {
  .news article {
    margin-bottom: 20px;
  }
}
.news article img {
  border-radius: 0;
}
@media (max-width: 767px) {
  .news article img {
    margin-top: 5px;
    max-width: 200px;
  }
}
.news article a h4 {
  color: #333;
}
.news article a h4:hover {
  color: #428bca;
}
.news article small {
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}
.news article p {
  margin-top: 10px;
  display: inline;
}
.news article p img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.news article span {
  font-size: .875rem;
}

/* Support */
.support .sub-column-wrap .column,
.support .sub-column-wrap .sub-column {
  width: calc(100% / 4);
  margin-bottom: 30px;
}
.support .sub-column-wrap .column img,
.support .sub-column-wrap .sub-column img {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .support .sub-column-wrap .column,
  .support .sub-column-wrap .sub-column {
    width: 50%;
  }
}
.support .sub-column-wrap a {
  display: block;
  border-bottom: none;
  height: 90px;
}
.support .sub-column-wrap img {
/*  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
  display: block;
  margin: auto;
  max-height: 90px;
  max-width: 60%;
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .support .sub-column-wrap {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .support .sub-column-wrap img {
    max-width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .support .sub-column-wrap .sub-column {
    margin-bottom: 0;
  }
  .support .sub-column-wrap a {
    height: 95px;
  }
  .support .sub-column-wrap img {
    max-height: 95px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .support .sub-column-wrap .sub-column {
    margin-bottom: 10px;
  }
  .support .sub-column-wrap a {
    height: 115px;
  }
  .support .sub-column-wrap img {
    max-height: 115px;
  }
}
@media (min-width: 1200px) {
  .support .sub-column-wrap .sub-column {
    margin-bottom: 20px;
  }
  .support .sub-column-wrap a {
    height: 150px;
  }
  .support .sub-column-wrap img {
    max-height: 150px;
  }
}

/* Research + Lay Summary */
.overview p,
.project p {
  margin-bottom: 15px;
}
.overview p:last-child,
.project p:last-child {
  margin-bottom: 0;
}

.overview .column:last-child > :last-child,
.research .project:last-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 0;
  display: block;
}

.projects {
  padding-top: 5px;
}

.project {
  clear: both;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .project {
    margin-bottom: 20px;
  }
}
.project h4 {
  margin-bottom: 5px;
}

figure {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  figure.figureleft {
    float: left;
    width: 30%;
    margin-right: 25px;
    margin-top: 4px;
    margin-bottom: 15px;
  }
}
figure figcaption {
  margin-top: 5px;
  font-style: italic;
  font-size: .875rem;
}

/* Collaborators */
.collaborators {
  padding-bottom: 0;
  margin-bottom: 0;
}
.collaborators table {
  margin-top: -10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .collaborators table {
    margin-top: -5px;
  }
}
.collaborators table th {
  font-weight: normal;
  text-align: left;
}
.collaborators table th:first-child {
  width: 25%;
}
.collaborators table th:nth-child(2) {
  width: 35%;
}
.collaborators table th:last-child {
  width: 40%;
}
@media (max-width: 991px) {
  .collaborators table th:last-child {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .collaborators table th {
    height: 50px;
    min-height: 50px;
  }
}
@media (max-width: 1199px) {
  .collaborators table th {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .collaborators table th {
    display: block;
    width: 100% !important;
  }
}
.collaborators hr {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .collaborators hr {
    margin-bottom: 20px;
  }
}

/* Resources */
.resources .resource {
  margin-top: 10px;
  margin-bottom: 25px;
}
.resources .resource a {
  display: inline-block;
  margin-top: 8px;
}

/* People */
.people .sub-column-wrap {
  font-size: 0;
  letter-spacing: 0;
}
.people .sub-column-wrap .column,
.people .sub-column-wrap .sub-column {
  width: calc(100% / 4);
  margin-bottom: 30px;
}
.people .sub-column-wrap .column img,
.people .sub-column-wrap .sub-column img {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .people .sub-column-wrap .column,
  .people .sub-column-wrap .sub-column {
    width: 50%;
  }
}
.people .sub-column-wrap .sub-column {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.people .sub-column-wrap h4 {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 1.05rem;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  .people .sub-column-wrap h4 {
    font-size: 1rem;
  }
}
.people .sub-column-wrap small {
  display: block;
  font-size: .8rem;
  letter-spacing: 0.3px;
}
.people .sub-column-wrap img {
  border-radius: 0;
}
.people .sub-column-wrap a,
.people .sub-column-wrap a:hover {
  border: none !important;
}

/* Lab Member */
.person .sub-column-wrap .column:first-child,
.person .sub-column-wrap .sub-column:first-child {
  width: calc(100% / 4);
}
@media (max-width: 767px) {
  .person .sub-column-wrap .column:first-child,
  .person .sub-column-wrap .sub-column:first-child {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
.person .sub-column-wrap .column:last-child,
.person .sub-column-wrap .sub-column:last-child {
  width: calc(100% / 4 * 3);
}
@media (max-width: 767px) {
  .person .sub-column-wrap .column:last-child,
  .person .sub-column-wrap .sub-column:last-child {
    width: 100% !important;
  }
}
.person .sub-column-wrap .column:only-child,
.person .sub-column-wrap .sub-column:only-child {
  width: 100% !important;
}
.person .sub-column-wrap img {
  max-width: 200px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .person .sub-column-wrap img {
    margin-top: 20px;
  }
}
.person .sub-column-wrap h3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.person .sub-column-wrap h4 {
  padding-bottom: 3px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.person .sub-column-wrap p {
  margin: 15px 0;
}
.person .sub-column-wrap .awards ul {
  padding-left: 0;
  list-style: none;
}
.person .sub-column-wrap .awards li {
  margin-bottom: 10px;
}
.person .sub-column-wrap .awards,
.person .sub-column-wrap .publications {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .person .sub-column-wrap .awards,
  .person .sub-column-wrap .publications {
    margin-top: 20px;
  }
}
.person .sub-column-wrap .publications p {
  margin: 0 0 5px 0;
}

/* Alumni */
.alumni .sub-column-wrap {
  font-size: 0;
  letter-spacing: 0;
}
.alumni .sub-column-wrap .column,
.alumni .sub-column-wrap .sub-column {
  width: calc(100% / 3);
  margin-bottom: 30px;
}
.alumni .sub-column-wrap .column img,
.alumni .sub-column-wrap .sub-column img {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .alumni .sub-column-wrap .column,
  .alumni .sub-column-wrap .sub-column {
    width: 50%;
  }
}
.alumni .sub-column-wrap .sub-column {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  letter-spacing: 0.3px;
}
@media (max-width: 480px) {
  .alumni .sub-column-wrap .sub-column {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

/* Lab Photos */
.galleries .sub-column-wrap {
  font-size: 0;
  letter-spacing: 0;
}
.galleries .sub-column-wrap .column,
.galleries .sub-column-wrap .sub-column {
  width: calc(100% / 3);
  margin-bottom: 30px;
}
.galleries .sub-column-wrap .column img,
.galleries .sub-column-wrap .sub-column img {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .galleries .sub-column-wrap .column,
  .galleries .sub-column-wrap .sub-column {
    width: 50%;
  }
}
.galleries .sub-column-wrap .sub-column {
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .galleries .sub-column-wrap .sub-column {
    margin-bottom: 20px;
  }
}
.galleries .sub-column-wrap h4 {
  font-size: 1.05rem;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  .galleries .sub-column-wrap h4 {
    font-size: 1rem;
  }
}
.galleries .sub-column-wrap img {
  border-radius: 0;
}

/* Single Photo Gallery */
.gallery h3 {
  line-height: 1.3;
  max-width: 85%;
}
@media (max-width: 991px) {
  .gallery h3 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .gallery h3 {
    padding-bottom: 0;
  }
  .gallery h3 + a {
    display: block;
    margin-bottom: 15px;
  }
}
.gallery .description {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
  width: 80%;
  font-style: italic;
}
@media (max-width: 767px) {
  .gallery .description {
    margin: 0 auto 25px;
    width: 100%;
    line-height: 1.35;
    text-align: left;
  }
}
.gallery .sub-column-wrap .column,
.gallery .sub-column-wrap .sub-column {
  width: calc(100% / 4);
  margin-bottom: 30px;
}
.gallery .sub-column-wrap .column img,
.gallery .sub-column-wrap .sub-column img {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .gallery .sub-column-wrap .column,
  .gallery .sub-column-wrap .sub-column {
    width: 50%;
  }
}
.gallery .sub-column-wrap .sub-column {
  margin-bottom: 20px;
}
.gallery .sub-column-wrap img {
  border-radius: 0;
}

/* Blog Post + General Content */
.post-content .post-title {
  margin-bottom: 30px;
}
.post-content .post-title:before, .post-content .post-title:after {
  content: " ";
  display: table;
  clear: both;
}
.post-content .post-title h3 {
  margin: 5px 0 5px;
}
@media (max-width: 767px) {
  .post-content .post-title h3 {
    display: block;
    padding-bottom: 0;
  }
}
.post-content .post-title p {
  margin-bottom: 0;
}
.post-content p {
  margin-bottom: 15px;
}
.post-content img,
.post-content .alignleft {
  margin-right: 20px;
  float: left;
}
.post-content .alignright {
  margin-left: 25px;
  float: right;
}
.post-content .aligncenter {
  margin: auto;
}
.post-content .wp-caption-text {
  margin-top: 5px;
  font-style: italic;
  font-size: .875rem;
}
@media (max-width: 767px) {
  .post-content img,
  .post-content .alignleft,
  .post-content .aligncenter {
    float: none;
    display: block;
  }
}

/* Contact */
.contact .sub-column-wrap .sub-column {
  width: 50%;
}
.contact .sub-column-wrap .sub-column:first-child {
  width: 40%;
}
.contact .sub-column-wrap .sub-column:last-child {
  width: 60%;
}
.contact .sub-column-wrap .sub-column .sub-column:first-child {
  width: 55%;
}
.contact .sub-column-wrap .sub-column .sub-column:nth-child(2) {
  width: 45%;
}
.contact .sub-column-wrap .sub-column.info {
  width: 100% !important;
}
.contact .sub-column-wrap .sub-column.info hr {
  margin-bottom: 30px;
}
.contact .sub-column-wrap .sub-column:only-child {
  width: 100% !important;
}
@media (max-width: 991px) {
  .contact .sub-column-wrap .sub-column {
    width: 100% !important;
  }
}
.contact .sub-column-wrap p {
  margin: 5px 0 20px;
}
.contact .sub-column-wrap .directions-link {
  display: inline-block;
  margin-top: 7px;
}

.acf-map {
  width: 100%;
  height: 300px;
}
@media (max-width: 991px) {
  .acf-map {
    margin-bottom: 20px;
  }
}

.acf-map img {
  max-width: inherit !important;
}

/* 404 */
.error-404 h3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.error-404 p {
  font-style: italic;
  margin-bottom: 15px;
}

/* Footer */
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333;
  color: #eee;
  padding: 20px 0;
}
footer:before, footer:after {
  content: " ";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  footer {
    height: 220px;
  }
}
footer .footer-info,
footer ul {
  float: left;
}
footer h3 {
  margin: 0;
}
footer p {
  margin-bottom: 5px;
}
footer a {
  color: #eee;
  border-bottom: none;
}
footer a:hover {
  color: #428bca;
  border-bottom: none;
}
footer nav {
  float: right;
  margin-top: 5px;
}
footer nav ul {
  margin-left: 50px;
}
@media (max-width: 991px) {
  footer nav {
    display: none;
  }
}
footer nav ul a {
  line-height: 30px;
}
footer .social {
  margin: 10px 0;
}

/* Style Overrides */
/* Print Styles (HTML5 Boilerplate) */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=style.css.map */
