






/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
footer,
header,
nav,
section {
  display: block;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
a {
  background-color: transparent;
  color: #337ab7;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
b {
  font-weight: bold;
}
h1,
h2,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h4 {
  font-size: 18px;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 1.85714286em;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-sm-2, .col-md-2, .col-xs-3, .col-sm-4, .col-sm-6, .col-md-8, .col-xs-9, .col-sm-10, .col-sm-12, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-3, .col-xs-9 {
  float: left;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-3 {
  width: 25%;
}
@media (min-width: 768px) {
  .col-sm-2, .col-sm-4, .col-sm-6, .col-sm-10, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .col-md-2, .col-md-8, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
}
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.container:after,
.row:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media print {
  *,
  *:before,
  *:after {
    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) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p,
  h2 {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 87.5%;
}
@media all and (max-width: 768px) {
  html {
    font-size: 81.25%;
  }
}
body {
  color: #141414;
}
h1,
h2,
h4 {
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  color: #023955;
  font-weight: 300;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  font-size: 2.35714286em;
  line-height: 1.36363636em;
}
h4 {
  font-size: 1.35714286em;
  line-height: 1.36842105em;
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }
  h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
}
p,
ul {
  margin-bottom: 1.85714286em;
}
ul {
  line-height: 1.85714286em;
}
hr {
  margin: 1.85714286em 0;
  border-color: #fafafa;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
.type--fine-print {
  font-size: 0.85714286em;
}
@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
img {
  max-width: 100%;
  margin-bottom: 1.85714286em;
}
.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}
.icon--xs {
  font-size: 1em;
}
ul:last-child {
  margin: 0;
}
.list-inline li {
  padding: 0 1em;
  margin-left: 0;
}
.list-inline li:first-child {
  padding-left: 0;
}
.list-inline li:last-child {
  padding-right: 0;
}
.menu-horizontal > li:not(:hover) > a,
.menu-horizontal > li:not(:hover) > span,
.menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
  opacity: .5;
}
.menu-horizontal > li > a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  color: #252525;
}
.menu-horizontal > li > a:hover {
  color: #252525;
}
@media all and (min-width: 990px) {
  .menu-horizontal {
    display: inline-block;
  }
  .menu-horizontal > li {
    display: inline-block;
  }
  .menu-horizontal > li:not(:last-child) {
    margin-right: 1.85714286em;
  }
}
select::ms-expand {
  display: none;
}
.slider[data-arrows="true"].slider--arrows-hover:not(:hover) .flickity-prev-next-button {
  opacity: 0;
}
.masonry .masonry__container.masonry--active .masonry__item {
  opacity: 1;
  pointer-events: all;
}
.masonry .masonry__container .masonry__item {
  opacity: 0;
  pointer-events: none;
}
body {
  background: url(../img/bg.png) center;
  background-size: cover;
}
a {
  color: #4a90e2;
}
.bg--secondary {
  background: #fafafa;
}
.switchable {
  position: relative;
}
.switchable div[class*='col-']:first-child {
  float: left;
  right: auto;
}
.switchable div[class*='col-']:first-child:not([class*='pull']):not([class*='push']) {
  left: 0;
}
.switchable div[class*='col-']:last-child {
  float: right;
  left: auto;
}
.switchable div[class*='col-']:last-child:not([class*='pull']):not([class*='push']) {
  right: 0;
}
.switchable.switchable--switch div[class*='col-']:first-child {
  float: right;
  right: 0;
  left: auto;
}
.switchable.switchable--switch div[class*='col-']:first-child:not([class*='pull']):not([class*='push']) {
  left: auto;
}
.switchable.switchable--switch div[class*='col-']:last-child {
  float: left;
  left: 0;
  right: auto;
}
.bar {
  padding: 1.0em 0;
}
.bar .menu-horizontal {
  position: relative;
  top: 6px;
}
.bar.bar--sm {
  padding: 0.92857143em 0;
}
@media all and (max-width: 767px) {
  .bar__module {
    margin-bottom: 0.92857143em;
  }
  .bar + nav.bar {
    padding-top: 0;
  }
}
.page-navigator li a:not(:hover) {
  opacity: .5;
}
.page-navigator li a[data-title]:not(:hover):before {
  opacity: 0;
  transform: translateX(-20px);
}
@media all and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
}
section,
footer {
  padding-top: 0.0em;
  padding-bottom: 0.8em;
}
section.space--xxs {
  padding-top: 1.85714286em;
  padding-bottom: 1.85714286em;
}
@media all and (max-width: 767px) {
  section,
  footer {
    padding: 5.57142857em 0;
  }
}
.back-to-top {
  position: fixed;
  width: 3.71428571em;
  height: 3.71428571em;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  right: 1.85714286em;
  bottom: 3.71428571em;
  padding-top: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  z-index: 99;
  border: 1px solid #ececec;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}
.back-to-top:not(.active) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  pointer-events: none;
}
section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.unpad--bottom):not(.border--bottom):not(.space--xxs) + section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.border--bottom):not(.space--xxs) {
  padding-top: 0;
}
section.text-center div[class*='col-']:first-child:last-child {
  margin: 0 auto;
  float: none;
}
@media all and (max-width: 1024px) {
  html {
    font-size: 80%;
  }
}
h1 {
  letter-spacing: -0.01em;
}
h1:not(:last-child) {
  margin-bottom: 0.59090909090909em;
}
h2 {
  margin-bottom: 0.78787878787879em;
}
h4 {
  margin-bottom: 1.36842105263158em;
  font-weight: 400;
}
b {
  font-weight: 600;
}
hr {
  border-color: #ECECEC;
}
.lead {
  font-weight: 400;
  color: #575555;
}
.lead:not(:last-child) {
  margin-bottom: 1.36842105263158em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #023955;
  font-weight: 700;
}
a:hover {
  color: #2275d7;
  text-decoration: underline;
}
p a,
span a {
  font-size: 1em;
  text-decoration: underline;
  font-weight: 400;
  line-height: 1.85714286em;
}
ul:not([class*='menu']) li > a {
  font-weight: normal;
}
ul:not([class*='menu']) li > a:hover {
  text-decoration: none;
}
.list-inline {
  margin-left: 0;
  display: inline-block;
}
.list-inline li {
  padding: 0;
}
.list--hover li:not(:hover) {
  opacity: .6;
}
.social-list a {
  color: #252525;
}
@media all and (max-width: 767px) {
  .list-inline {
    min-width: 100%;
  }
}
img:last-child {
  margin-bottom: 0;
}
.menu-horizontal > li {
  font-family: 'Open Sans', 'Roboto', 'Helvetica', Sans-Serif;
}
.menu-horizontal > li > a {
  font-weight: 500;
}
.menu-horizontal > li a:hover {
  text-decoration: none;
}
@media all and (min-width: 990px) {
  .menu-horizontal li:not(:last-child) {
    margin-right: 1.23809524em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .bar-2 .menu-horizontal > li {
    display: inline-block;
  }
  .bar-2 .menu-horizontal > li:not(:first-child) {
    margin-left: 0.92857143em;
  }
  .bar-2 .bar__module {
    margin-bottom: 1.85714286em;
  }
  .bar-2 .row div[class*='col-']:last-child .bar__module:last-child {
    margin-bottom: 0;
  }
}
.nav-sidebar-column .menu-vertical li.dropdown:not(:hover):after {
  opacity: .35;
}
.menu-vertical li:not(:hover):not(.dropdown--active) {
  opacity: .75;
}
.card__top {
  position: relative;
  overflow: hidden;
}
.card__action a:not(:hover) {
  opacity: .5;
}
.card-2 .card__top img {
  border-radius: 6px 6px 0 0;
}
.card-2 .card__body {
  padding-bottom: 1.85714286em;
}
.card-2 .card__body h4 {
  margin: 0;
}
.card-2 .card__body p {
  margin-top: 0.0em;
}
.card-2 .card__bottom {
  overflow: hidden;
}
.card-2 .card__body,
.card-2 .card__bottom {
  padding: 0.5em;
}
.card-2 .card__body {
  border-bottom: none;
  border-top: none;
}
.card-2 .card__bottom {
  border-radius: 0 0 6px 6px;
  padding: 0.92857143em 1.85714286em;
}
.icon:not(.block) {
  display: inline-block;
}
.icon.icon--xs {
  font-size: 1.14285714285714em;
}
[data-tooltip]:not(:hover):after {
  opacity: 0;
}
@media all and (max-width: 767px) {
  .switchable .row > div[class*='col-'] {
    float: none !important;
  }
}
.picker button:not(:hover) {
  opacity: .5;
}
.flickity-prev-next-button:not(:hover) {
  opacity: .5;
}
.masonry__item:not(:empty) {
  margin-bottom: 30px;
  transform-style: preserve-3d;
}
.masonry-filter-holder:not(.masonry-filters--horizontal):not(:hover) .masonry__filters ul {
  max-height: 1.85714286em;
  overflow: hidden;
}
.masonry-filter-holder:not(.masonry-filters--horizontal):not(:hover) .masonry__filters ul li:not(.active) {
  display: none;
}
footer .type--fine-print:not(p) {
  opacity: .5;
}
footer a {
  font-weight: normal;
}
footer:not(.bg--primary):not(.bg--dark) a {
  color: #666666;
}
footer.footer-7 {
  padding: 1.85714286em 0;
}
@media all and (max-width: 767px) {
  footer .social-list {
    margin: 1.85714286em 0;
  }
  .footer-7 .social-list {
    margin-top: 1.85714286em;
  }
}
.intro {
  padding-top: 0.0em;
  padding-bottom: 0.0em;
}
.lead {
  margin-top: 0;
  line-height: 2.0;
  margin-bottom: 0.0rem;
}
h1 {
  font-size: 2.8em;
  line-height: 1.2em;
  padding-top: 0.8em;
  padding-bottom: 0.0em;
  margin-bottom: 0;
  color: #023955;
}
h2 {
  margin-bottom: 0em;
}
.card__intro a:link,
a:hover {
  text-decoration: none;
}
.card__body {
  border-color: #e3e2e2;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}
.card__bottom {
  border-color: #e3e2e2;
  background-color: #F4F5F8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}
section {
  padding-top: 0.6em;
  padding-bottom: 0.2em;
}
.credphoto {
  margin-top: 0;
  padding-top: 0;
  color: #7e7e7e;
  font-style: italic;
  font-size: 0.8em;
}
img {
  display: block;
  max-width: 100%;
}
header {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3);
}
.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}