.flex-images {
  overflow: hidden;
}
.flex-images .item {
  float: left;
  margin: 4px;
  border: 1px solid #eee;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}
.flex-images .item img {
  display: block;
  width: auto;
  height: 100%;
}
/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #1F2041;
  color: #444;
  text-shadow: none;
  /*
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;*/
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  padding: 28px;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('images/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: -5px;
}
.fancybox-next {
  right: -5px;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background-color: #659fe9;
  font-family: Arial, Helvetica, sans-serif;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.toggle-button {
  width: 100%;
  height: 45px;
  border: none;
  background-color: #1f5b9b;
  text-align: left;
}
.toggle-button > span {
  font-weight: normal;
}
.nav-indicator {
  padding-left: 17px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 45px;
}
.navbar-toggle {
  margin: 5px 10px 0 0;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar {
  margin: 0 0 -1px 0;
  min-height: 0px;
  border: none;
}
.navbar-collapse {
  overflow-x: auto;
  padding: 0;
  max-height: auto;
}
.container {
  padding: 0;
}
.container > .row {
  margin: 0;
  background-color: #fff;
}
.persons p {
  padding: 0 0 10px 0;
}
.persons p:nth-child(2) {
  padding-top: 15px;
  font-size: 18px;
  color: #1b4f86;
}
.persons p:last-child {
  padding-bottom: 30px;
}
.nav-first > ul {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ececed;
}
.nav-first > ul > li {
  border-bottom: 1px solid #fff;
}
.nav-first > ul > li > a {
  padding: 0 23px;
  color: #1f5b9b;
  font-size: 17px;
  line-height: 47px;
}
.nav-first > ul > li > a:hover {
  background-color: rgba(31, 91, 155, 0.3);
  color: #1b4f86;
}
.nav-first > ul > li.active > a {
  background-color: rgba(31, 91, 155, 0.3);
  color: #1b4f86;
  font-weight: bold;
}
footer {
  border-top: 15px solid #1f5b9b;
  margin: 0;
  padding: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}
footer > p {
  margin: 0;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
footer > p > a {
  color: #fff;
  text-decoration: underline;
}
footer > p > a:hover {
  color: #fff;
  text-decoration: none;
}
.layout-content-image {
  margin: 15px auto;
}
.col-second-level {
  padding: 0;
}
.col-xs-12 > img,
.col-sm-12 > img {
  margin: 15px 0;
  width: 100%;
}
.content {
  padding: 0px 23px 15px 23px;
  color: #1F2041;
  font-size: 16px;
  line-height: 1.6;
}
.content h1 {
  margin: 16px 0 10px 0;
  padding: 0;
  color: #1b4f86;
  font-weight: bold;
  font-size: 32px;
  line-height: 45px;
}
.content h1 a {
  color: #1b4f86;
}
.content h2 {
  margin: 16px 0 10px 0;
  padding: 0;
  color: #1b4f86;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.6;
}
.content h2 a {
  color: #1b4f86;
}
.content h3 {
  margin: 14px 0 6px 0;
  padding: 0;
  color: #1b4f86;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.6;
}
.content h3 a {
  color: #1b4f86;
}
.content p {
  margin: 0;
  padding-bottom: 8px;
}
.content a {
  color: #1f5b9b;
  text-decoration: none;
}
.content a:hover {
  color: #de2d17;
  text-decoration: underline;
}
.js-toc {
  padding: 0;
  margin: 0;
}
.js-toc > .toc-list > .toc-list-item {
  margin-bottom: 10px;
}
.js-toc a {
  color: #1f5b9b;
}
.js-toc ol {
  padding: 0;
  margin: 0 0 10px 0;
}
.js-toc li {
  list-style: none;
}
.js-toc li > ol a {
  color: #909096;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.js-toc li > a.is-active-link {
  color: #000;
  font-weight: bold;
}
.js-toc li > a:active,
.js-toc li a:visited,
.js-toc li a:focus,
.js-toc li a {
  text-decoration: none;
}
.js-toc li > a:hover {
  text-decoration: underline;
}
.img-logo {
  margin: 25px auto;
}
@media (min-width: 768px) {
  .content {
    padding: 25px 25px 50px 25px;
  }
  .nav-first > ul {
    margin-bottom: -1px;
    height: 45px;
    background: rgba(31, 91, 155, 0.9);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(31, 91, 155, 0.9) 88.1%, rgba(222, 45, 23, 0.9) 88.1%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(31, 91, 155, 0.9) 88.1%, rgba(222, 45, 23, 0.9) 88.1%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(31, 91, 155, 0.9) 88.1%, rgba(222, 45, 23, 0.9) 88.1%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@blueColor', endColorstr='@redColor', GradientType=1);
    /* IE6-9 */
  }
  .nav-first > ul > li {
    border: none;
  }
  .nav-first > ul > li > a {
    color: #fff;
  }
  .nav-first > ul > li > a:hover {
    background-color: #fff;
  }
  .nav-first > ul > li.active > a {
    background-color: #fff;
  }
  .nav-first > ul > li:last-child {
    float: right;
  }
  .img-logo {
    margin: 35px auto 25px auto;
    width: 320px;
  }
  .header > .container h1 {
    margin-top: 25px;
  }
  footer {
    background-image: none;
    min-height: 0;
    background-color: rgba(31, 91, 155, 0.5);
    margin-bottom: 25px;
  }
  footer p {
    text-align: left;
  }
  .col-second-level {
    padding-top: 41px;
    padding-bottom: 75px;
  }
  body {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-color: none;
  }
  .navbar {
    border: none;
    border-bottom: 2px solid transparent;
  }
}
@media (min-width: 992px) {
  .nav-first > ul {
    background: rgba(31, 91, 155, 0.9);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(31, 91, 155, 0.9) 90.8%, rgba(222, 45, 23, 0.9) 90.8%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(31, 91, 155, 0.9) 90.8%, rgba(222, 45, 23, 0.9) 90.8%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(31, 91, 155, 0.9) 90.8%, rgba(222, 45, 23, 0.9) 90.8%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@blueColor', endColorstr='@redColor', GradientType=1);
    /* IE6-9 */
  }
  body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .img-logo {
    margin: 35px 0 25px 10px;
    width: 320px;
  }
  .js-toc {
    margin: 47px 0 0 8px;
  }
  .js-toc > ol > li {
    font-size: 16px;
  }
  .js-toc > ol > li li {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .nav-first > ul {
    background: rgba(31, 91, 155, 0.9);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(31, 91, 155, 0.9) 92.4%, rgba(222, 45, 23, 0.9) 92.4%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(31, 91, 155, 0.9) 92.4%, rgba(222, 45, 23, 0.9) 92.4%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(31, 91, 155, 0.9) 92.4%, rgba(222, 45, 23, 0.9) 92.4%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@blueColor', endColorstr='@redColor', GradientType=1);
    /* IE6-9 */
  }
  .img-logo {
    margin: 45px 0 35px 10px;
    width: 400px;
  }
  .img-logo {
    margin: 40px 0px 0px 38x;
  }
  .js-toc > ol > li {
    font-size: 18px;
  }
  .js-toc > ol > li li {
    font-size: 16px;
  }
}
/* Cleanups for Orchard Layout System
================================================ */
.orchard-layouts-root .table {
  margin: 0;
  padding: 0;
}
.orchard-layouts-root .table .row {
  margin: 0;
  padding: 0;
}
