html {
  overflow-y: scroll;
}
img {
  max-width: 100%;
}
.left-column *:first-child,
.right-column *:first-child,
.news-article *:first-child,
.vCards *:first-child {
  margin-top: 0;
}
.no-padding {
  padding: 0;
}
.div-table {
  display: table;
  width: 100%;
  height: 100%;
}
.div-table-row {
  display: table-row;
  height: 100%;
}
.div-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.container {
  max-width: 100%;
}
.content-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
.grid-section > div {
  background-size: cover;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  background-color: white;
  color: #767676;
}
h2,
.citat {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #767676;
  text-transform: none;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #2f2020;
  text-transform: none;
}

header P {
  margin: 0;
}
.navbar-default {
  background-color: white;
  border: none;
  margin-bottom: 0;
  border-bottom: none;
}
.navbar-default .container {
  position: relative;
}
.navbar-default .navbar-brand {
  line-height: normal;
  height: auto;
}
.navbar-default .navbar-brand img {
  height: auto;
}
.navbar-default .navbar-nav > li {
  margin: 0 0 0 0;
}
.navbar-default .navbar-nav > li > a {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: white;
  line-height: default;
  padding-bottom: 0;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:after {
  content: "";
  display: block;
  height: 3px;
  background-color: transparent;
  margin: 20px 20px 0 0;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li a:focus,
.navbar-default .navbar-nav > li a:hover {
  color: white;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.active > a:after,
.navbar-default .navbar-nav > li.active > a:hover:after,
.navbar-default .navbar-nav > li a:focus:after,
.navbar-default .navbar-nav > li a:hover:after {
  background-color: #0055b8;
}
.navbar-default .dropdown-menu li {
  margin: 0;
}
.navbar-default .dropdown-menu li a {
  line-height: 30px;
  background: none;
  color: black;
}
.navbar-default .dropdown-menu li.active > a,
.navbar-default .dropdown-menu li.active > a:focus,
.navbar-default .dropdown-menu li.active > a:hover {
  background: #cccccc;
  color: white;
}
.navbar-default .navigation-info {
  position: absolute;
  right: 30px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
}
.navbar-default .navigation-info img {
  height: 24px;
  margin-top: 6px;
  margin-right: 10px;
}
.navbar-default .navigation-info span {
  display: inline-block;
  line-height: 50px;
}
.vert-nav {
  list-style-type: none;
  padding: 0;
  margin: 15px 0;
}
.vert-nav li {
  border-bottom: 1px solid #cccccc;
}
.vert-nav li:first-child {
  border-top: 1px solid #cccccc;
}
.vert-nav li a {
  display: block;
  position: relative;
  padding: 10px;
  color: #999999;
  text-decoration: none;
  background: none;
}
.vert-nav li a.open,
.vert-nav li a:hover {
  background: none;
  color: black;
}
.vert-nav li a.open:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/cheveron-right.png');
  background-position: center right;
  background-repeat: no-repeat;
}
.slides {
  position: absolute;
  display: none;
}
.slides:first-of-type {
  display: block;
}
.slides,
.slides img {
  width: 100%;
}
.slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 25px;
  background: rgba(248, 248, 248, 0.9);
}
.cycle-pager {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1000;
  line-height: 30px;
}
.cycle-pager a {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url('../images/bullet-inactive.png');
  margin: 0 5px;
}
.cycle-pager a.cycle-pager-active {
  background-image: url('../images/bullet-active.png');
}
.slide-controller-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.cycle-prev,
.cycle-next {
  cursor: pointer;
  position: absolute;
  z-index: 2000;
  top: 50%;
  margin-top: -45px;
  display: none;
}
.cycle-prev {
  left: 50px;
}
.cycle-next {
  right: 50px;
}
.action-buttons-container {
  margin-top: 25px;
  margin-bottom: 25px;
}
.action-buttons-container .row {
  margin-top: 25px;
  margin-bottom: 25px;
}
.action-buttons-container .action-link {
  color: #292929;
  text-transform: initial;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.action-buttons-container .action-link a {
  color: #292929;
  font-family: 'Montserrat', sans-serif;
}
.action-buttons-container .action-link a:hover {
  text-decoration: none;
}
.action-buttons-container .action-link .name {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 5px;
}
.page-content {
  padding-top: 50px;
  padding-bottom: 25px;
}
.page-content .grid-section > div {
  margin-bottom: 25px;
}
.staff-container span {
  display: block;
}
.staff-container .employee-name {
  font-size: 36px;
  font-weight: 300;
  color: #2f2020;
  text-transform: none;
}
.staff-container .employee-title,
.staff-container .employee-phone,
.staff-container a {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #767676;
}
.staff-container a {
  text-decoration: none;
}
.staff-container a:hover {
  text-decoration: none;
}
.gallery {
  list-style-type: none;
  padding: 0;
}
.gallery li {
  position: relative;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.gallery li .folder-info {
  position: absolute;
  line-height: 20px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  left: 1px;
  right: 30px;
  padding-left: 30px;
}
.gallery li .image-count {
  position: absolute;
  line-height: 20px;
  font-size: 1.2em;
  bottom: 40px;
  padding: 15px;
  right: 30px;
}
.gallery img {
  width: 100%;
  padding: 15px;
  border: 1px solid #666666;
}
footer {
  background-color: #0055b8;
  color: white;
}
footer .grid-section > div {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer a {
  color: white;
}
footer a:hover {
  color: #00a6ed;
  text-decoration: none;
}
footer p {
  margin: 0;
}
footer .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .logo-invert img {
  height: 65px;
}
footer h2 {
  font-size: 40px;
  font-weight: 600;
}
footer h3 {
  font-size: 50px;
  font-weight: 200;
  text-transform: uppercase;
}
.cms-design {
  line-height: 65px;
  background-color: #00a6ed;
}
.cms-design .container {
  padding-top: 0;
  padding-bottom: 0;
}
.cms-design img {
  height: auto;
}
.cookies-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  color: white;
}
.cookies-bar .cookies-accepted {
  display: block;
  text-align: center;
  border-radius: 5px;
  background: #006ab3;
  padding: 5px 15px;
  max-width: 120px;
  width: 33%;
  float: right;
  color: white;
}
.cookies-bar .cookies-accepted:hover {
  text-decoration: none;
  color: white;
}
@media screen and (min-width: 768px) {
  .navigation-info {
    z-index: 100;
  }
  .caption-container {
    width: 750px;
  }
  .gallery li {
    width: 220px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .caption-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 970px;
  }
  .gallery li {
    width: 215px;
  }
}
@media screen and (min-width: 1200px) {
  .caption-container {
    width: 1170px;
    margin-left: -585px;
  }
  .gallery li {
    width: 265px;
  }
}

        