body {
  font-family: 'Open Sans', sans-serif;
}
p {
  color: #607286;
}

.hero {
  min-height: 550px;
  position: relative;
  background-size: cover;
  background: url(img/hero-home.jpg) center center;
}
.hero.external-links {
  background: url(img/hero-external-links.jpg) center center;
  background-size: cover;
}
.hero.contact {
  background: url(img/hero-contact.jpg) center center;
  background-size: cover;
}
.hero.members {
  background: url(img/hero-members.jpg) center center;
  background-size: cover;
}
.hero .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero .navbar {
  background-color: transparent;
  border: none;
  margin: 0;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
}
.hero .navbar .navbar-brand {
  padding: 0;
  margin-right: 75px;
}
.hero .navbar .logo {
  height: 50px;
}
.hero .navbar-default .navbar-nav>li>a {
  color: #ffffff;
  text-transform: uppercase;
}
.hero .navbar-default .navbar-nav>li>a:hover {
  border-bottom: 1px solid white;
  margin-bottom: -1px;
}

.hero .hero-container {
  padding-top: 100px;
  text-align: center;
  color: #fff;
  position: relative;
}
.hero .hero-container h1 {
  text-transform: uppercase;
}
.hero .hero-container p {
  color: #fff;
}

.container-white {
  background-color: white;
}
.container-grey {
  background-color: #F6F7F9;
}
.container-padding {
  padding: 80px 0;
}

.divider {
  display: block;
  height: 1px;
  background-color: #E6E9EA;
}
.center {
  text-align: center;
}
.btn-round {
  padding: 8px 30px !important;
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  border-color: #fff;
  color: #fff;
}

.footer {
  height: 60px;
  background-color: #495061;
}
.footer .row {
  position: relative;
}
.footer .copyright {
  line-height: 60px;
  position: absolute;
  left: 15px;
  color: #fff;
}
.footer .action-top {
  height: 60px;
  width: 70px;
  position: absolute;
  right: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: white;
  padding-top: 20px;
}

.list-links .item {
  padding: 30px 0;
}
.list-links .item a {
  color: #607286;
}
.list-links .item-icon {
  padding: 30px 0;
  min-height: 145px;
}
.list-links .item-icon a {
  color: #607286;
}
.list-links .item-icon .icon {
  display: inline-block;
  width: 40px;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
}
.list-links .item-icon .icon img {
  width: 40px;
}
.list-links .item-icon .content {
  display: inline-block;
  width: 80%;
}
.carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
