body,
button, .button {
  font-family: Lato, sans-serif;
}

body > header {
  background-color: #2980b9;
  padding: 1em 0;
  color: white;
}

/* default, small screens */
body.home > header {
  font-size: 1em;
  padding-top: 1.4em;
}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  body.home > header {
    font-size: 1.4em;
  }
}

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  body.home > header {
    font-size: 1.6em;
  }
}

body > header h1 {
  margin-top: 0;
  padding-bottom: 0;
}

.brand {
  font-family: 'Museo Sans 500', serif;
  text-transform: uppercase;
  color: inherit;
}

h1.header.brand {
  font-size: 2em;
  /*text-align: center;*/
  line-height: 1em;
  margin-bottom: 0;
}

header .brand a, h1.header.brand a {
  color: inherit;
}

.header.sub-brand {
  font-family: 'Lato', sans-serif;
  font-size: .8em;
  /*text-align: center;*/
  color: inherit;
  letter-spacing: 0.423em;
  padding-left: 0.15em;
}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  /*.top-bar-section ul { display: table; margin: 0 auto; }
  .top-bar-section ul li { display: table-cell; }*/
}

.top-bar-section ul li > a {
  font-family: Lato, sans-serif;
}

.top.panel {
  vertical-align: middle;
  text-align: center;
  background-color: #eee;
  color: #000;
}

.motto {
  font-family: 'Roboto Slab', serif;
  font-size: 4em;
}

.divider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #444;
  opacity: 0.1;
  z-index: 2;
  top: 0px;
  transition: all 1.5s ease;
}

div.contain-to-grid + section {
  margin-top: 0;
  /*padding-top: 1em;*/
}

div.contain-to-grid ~ section:first-of-type {
  padding-top: 3em;
}

div.contain-to-grid + section.page.banner {
  margin-top: 0;
}

div.contain-to-grid + section.page.banner > .row {
  /*padding-top: 2em;*/
}

div.contain-to-grid + section.page.banner + section {
  margin-top: -24em;
}

div.contain-to-grid + section.page.banner.small + section {
  margin-top: -15em;
}

div.contain-to-grid + section + section > .row {
  padding-top: 2em;
  padding-bottom: 1em;
}

div.contain-to-grid ~ section {
  padding-top: 1em;
  padding-bottom: 1em;
}

div.contain-to-grid ~ section:last-of-type {
  margin-bottom: 2em;
}

.alt-h {
  font-family: Lato, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: -1px;
}

.alt-d {
  font-family: 'Roboto Slab', serif;
}

#home-slider {
  font-size: 0.2em;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  #home-slider { font-size: 1em; }
}

button, .button {
  color: #666;
  font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
  font-size: .8em; letter-spacing: 0.1em; padding: 1em 2.6em; border: 2px solid #666; background: transparent; text-transform: uppercase;
}

#home-slider button, #home-slider .button {
  color: white;
  font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
  font-size: .8em; letter-spacing: 0.1em; padding: 1em 2.6em; border: 2px solid white; background: transparent; text-transform: uppercase;
}

#home-slider button:hover, #home-slider .button:hover {
  background: #fff; color: #333; text-shadow: none;
}

.team-member {
margin-top: 44px;
position: relative;
}

.person-details {
position: absolute;
top: 70%;
width: 100%;
}

.person-text {
position: relative;
opacity: 1;
z-index: 3;
}

.page-title .line {
display: inline-block;
height: 1px;
background: #B6A591;
position: relative;
text-align: center;
z-index: 1;
margin: 22px 0px 22px 0px;
}

.line .icon {
background: #fefefe;
padding: 0px 11px 0px 11px;
font-size: 30px;
color: #B6A591;
position: relative;
bottom: 15px;
}

.icon {
display: inline-block;
-webkit-backface-visibility: hidden;
}

.text-white {
color: #fff;
}

.cover-bg {
background-size: cover !important;
}

.slide-content {
position: relative;
z-index: 3;
transition: all .3s ease-out;
opacity: 1;
top: 0px;
}

.slide-overlay {
position: absolute;
width: 100%;
height: 100%;
background: #2980b9; /*#0158b7;*/
opacity: 0.3;
z-index: 2;
top: 0px;
transition: all 1.5s ease;
}

.page.banner {
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
width: 100%;
height: 100%;
}

.semi-transparent {
background-color: rgba(255, 255, 255, 0.9);
}

footer {
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 0.9em;
  background: #eee;
}

/* News images */
.columns figcaption h3 {
  margin-bottom: 0;
  font-size: 1.4em;
}
