/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  background: #ffffff;
  margin: 30px; }
  @media screen and (max-width: 980px) {
    body {
      margin: 20px 10px; } }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.grid {
  width: 1250px;
  margin: 0 auto; }
  .grid:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 980px) {
    .grid {
      width: auto; } }
  @media screen and (min-width: 981px) and (max-width: 1310px) {
    .grid {
      width: 970px; } }

.grid-navleft {
  float: left;
  width: 250px;
  margin-right: 40px; }
  @media screen and (max-width: 980px) {
    .grid-navleft {
      float: none;
      width: auto; } }

.grid-content {
  float: left;
  width: 960px; }
  @media screen and (max-width: 980px) {
    .grid-content {
      float: none;
      width: auto; } }
  @media screen and (min-width: 981px) and (max-width: 1310px) {
    .grid-content {
      width: 680px; } }

.nav {
  position: relative;
  text-align: right;
  line-height: 1.2em; }
  @media screen and (max-width: 980px) {
    .nav {
      margin-bottom: 30px;
      min-height: 380px; } }
  .nav a {
    text-transform: uppercase; }
  .nav .nav-menu {
    width: 180px;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-weight: bold; }
    .nav .nav-menu li.current-menu-item > a,
    .nav .nav-menu li.current-menu-ancestor > a {
      margin-bottom: 6px;
      border-bottom: 2px solid #000; }
    .nav .nav-menu > ul > li {
      font-size: 18px; }
      .nav .nav-menu > ul > li a {
        display: inline-block;
        margin-bottom: 8px; }
        .nav .nav-menu > ul > li a:hover {
          text-decoration: none;
          margin-bottom: 6px;
          border-bottom: 2px solid #000; }
      .nav .nav-menu > ul > li > ul > li {
        font-size: 14px; }
        .nav .nav-menu > ul > li > ul > li > ul > li {
          font-size: 12px; }
      .nav .nav-menu > ul > li ul {
        display: none; }
    .nav .nav-menu li.current-menu-ancestor > ul,
    .nav .nav-menu li.current-menu-item > ul {
      display: block;
      margin-bottom: 10px; }
  .nav .nav-secondary:after {
    content: "";
    display: table;
    clear: both; }
  .nav .nav-submenu {
    float: left;
    width: 180px;
    margin-right: 25px;
    font-size: 11px; }
  .nav .nav-social {
    margin-bottom: 10px; }
    .nav .nav-social a {
      display: inline-block;
      width: 15px;
      height: 15px; }
    .nav .nav-social .nav-social-ig {
      background: url("../images/icn-instagram.png") 50% 50% no-repeat;
      background-size: 15px 15px; }
    .nav .nav-social .nav-social-fb {
      background: url("../images/icn-facebook.png") 50% 50% no-repeat;
      background-size: 15px 15px; }
    .nav .nav-social .nav-social-tw {
      background: url("../images/icn-twitter.png") 50% 50% no-repeat;
      background-size: 15px 15px; }
  .nav .nav-logo {
    position: absolute;
    top: 250px;
    left: 210px;
    display: block;
    width: 42px;
    height: 371px;
    background: url("../images/logo-vert.png") 0 0 no-repeat;
    background-size: 42px 371px; }
    @media screen and (max-width: 980px) {
      .nav .nav-logo {
        top: 0; } }

.frontpage-backgrounds {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .frontpage-backgrounds ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .frontpage-backgrounds li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover; }

.frontpage-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  @media screen and (max-width: 980px) {
    .frontpage-content {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; } }
  .frontpage-content .frontpage-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/logo.png") 50% 50% no-repeat;
    background-size: 513px 58px; }
    @media screen and (max-width: 980px) {
      .frontpage-content .frontpage-logo {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: 58px;
        background-size: contain; } }
  .frontpage-content .frontpage-nav {
    position: relative;
    margin: 30px 0 0 30px;
    width: 180px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff; }
    @media screen and (max-width: 980px) {
      .frontpage-content .frontpage-nav {
        width: auto;
        margin-left: 0; } }
    .frontpage-content .frontpage-nav .frontpage-nav-toggle {
      background: url("../images/icn-menu.png") 0 50% no-repeat;
      background-size: 16px 14px;
      padding-left: 20px; }
      .frontpage-content .frontpage-nav .frontpage-nav-toggle:hover {
        text-decoration: none; }
    .frontpage-content .frontpage-nav nav {
      line-height: 1.2em; }
      .frontpage-content .frontpage-nav nav > ul > li {
        text-align: right; }
        @media screen and (max-width: 980px) {
          .frontpage-content .frontpage-nav nav > ul > li {
            text-align: left; } }
        .frontpage-content .frontpage-nav nav > ul > li > ul {
          display: none; }
        .frontpage-content .frontpage-nav nav > ul > li a {
          display: inline-block;
          margin-bottom: 8px; }
          .frontpage-content .frontpage-nav nav > ul > li a:hover {
            text-decoration: none;
            margin-bottom: 6px;
            border-bottom: 2px solid #fff; }
  .frontpage-content .frontpage-content-text {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
    color: #ffffff; }
    @media screen and (max-width: 980px) {
      .frontpage-content .frontpage-content-text {
        position: fixed;
        bottom: 10px;
        right: 10px; } }
    .frontpage-content .frontpage-content-text a {
      text-decoration: none; }

.pagemodules .pagemodule {
  margin-bottom: 15px; }
.pagemodules .pagemodule-textonimage {
  position: relative;
  height: 620px;
  background-position: center center; }
  .pagemodules .pagemodule-textonimage .pagemodule-textonimage-content {
    position: absolute;
    top: 248px;
    width: 680px;
    min-height: 372px;
    padding: 40px;
    background: #ffffff;
    z-index: 1; }
    @media screen and (max-width: 980px) {
      .pagemodules .pagemodule-textonimage .pagemodule-textonimage-content {
        width: 90%; } }
    @media screen and (min-width: 981px) and (max-width: 1310px) {
      .pagemodules .pagemodule-textonimage .pagemodule-textonimage-content {
        width: 520px; } }
  .pagemodules .pagemodule-textonimage .pagemodule-textonimage-caption {
    position: absolute;
    bottom: -14px;
    right: 0;
    font-size: 9px; }
.pagemodules .pagemodule-fullwidthimage {
  position: relative; }
  .pagemodules .pagemodule-fullwidthimage img {
    display: block;
    width: 100%;
    height: auto; }
  .pagemodules .pagemodule-fullwidthimage .pagemodule-fullwidthimage-caption {
    position: absolute;
    bottom: -14px;
    right: 0;
    font-size: 9px; }
.pagemodules .pagemodule-two-column-images:after {
  content: "";
  display: table;
  clear: both; }
.pagemodules .pagemodule-two-column-images .pagemodule-two-column-images-col {
  position: relative;
  float: left;
  width: 472px;
  margin-left: 16px; }
  @media screen and (max-width: 980px) {
    .pagemodules .pagemodule-two-column-images .pagemodule-two-column-images-col {
      float: none;
      width: auto;
      margin-left: 0;
      margin-top: 16px; } }
  @media screen and (min-width: 981px) and (max-width: 1310px) {
    .pagemodules .pagemodule-two-column-images .pagemodule-two-column-images-col {
      width: 330px; } }
  .pagemodules .pagemodule-two-column-images .pagemodule-two-column-images-col:first-child {
    margin-left: 0;
    margin-top: 0; }
  .pagemodules .pagemodule-two-column-images .pagemodule-two-column-images-col img {
    display: block;
    width: 100%;
    height: auto; }
  .pagemodules .pagemodule-two-column-images .pagemodule-two-column-images-col .pagemodule-two-column-images-caption {
    position: absolute;
    bottom: -14px;
    right: 0;
    font-size: 9px; }
.pagemodules .pagemodule-textblock {
  padding: 20px 360px 20px 40px; }
  @media screen and (max-width: 980px) {
    .pagemodules .pagemodule-textblock {
      padding-right: 50px; } }
  @media screen and (min-width: 981px) and (max-width: 1310px) {
    .pagemodules .pagemodule-textblock {
      padding-right: 200px; } }
.pagemodules .pagemodule-twocolumn-text-foldout:after {
  content: "";
  display: table;
  clear: both; }
.pagemodules .pagemodule-twocolumn-text-foldout .pagemodule-twocolumn-text-foldout-col {
  position: relative;
  float: left;
  width: 472px;
  height: 250px;
  margin-left: 16px;
  background-position: center center; }
  @media screen and (max-width: 980px) {
    .pagemodules .pagemodule-twocolumn-text-foldout .pagemodule-twocolumn-text-foldout-col {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-bottom: 16px; } }
  @media screen and (min-width: 981px) and (max-width: 1310px) {
    .pagemodules .pagemodule-twocolumn-text-foldout .pagemodule-twocolumn-text-foldout-col {
      width: 330px; } }
  .pagemodules .pagemodule-twocolumn-text-foldout .pagemodule-twocolumn-text-foldout-col:first-child {
    margin-left: 0; }
  .pagemodules .pagemodule-twocolumn-text-foldout .pagemodule-twocolumn-text-foldout-col h1 {
    font-size: 40px;
    font-weight: bold;
    opacity: 0.7;
    line-height: 1;
    margin-top: 100px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase; }
  .pagemodules .pagemodule-twocolumn-text-foldout .pagemodule-twocolumn-text-foldout-col > a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(29, 29, 27, 0.3); }
    .pagemodules .pagemodule-twocolumn-text-foldout .pagemodule-twocolumn-text-foldout-col > a:hover {
      background: none;
      text-decoration: none; }
      .pagemodules .pagemodule-twocolumn-text-foldout .pagemodule-twocolumn-text-foldout-col > a:hover h1, .pagemodules .pagemodule-twocolumn-text-foldout .pagemodule-twocolumn-text-foldout-col > a:hover h2 {
        opacity: 1; }
  .pagemodules .pagemodule-twocolumn-text-foldout .pagemodule-twocolumn-text-foldout-col.is-active > a {
    background: none;
    text-decoration: none; }
    .pagemodules .pagemodule-twocolumn-text-foldout .pagemodule-twocolumn-text-foldout-col.is-active > a h1, .pagemodules .pagemodule-twocolumn-text-foldout .pagemodule-twocolumn-text-foldout-col.is-active > a h2 {
      opacity: 1; }
  .pagemodules .pagemodule-twocolumn-text-foldout .pagemodule-twocolumn-text-foldout-col .pagemodule-twocolumn-text-foldout-foldout {
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    padding: 20px;
    background: #ffffff;
    color: #000000;
    z-index: 1; }
.pagemodules .pagemodule-twocolumn-imagelink:after {
  content: "";
  display: table;
  clear: both; }
.pagemodules .pagemodule-twocolumn-imagelink .pagemodule-twocolumn-imagelink-col {
  position: relative;
  float: left;
  width: 472px;
  height: 250px;
  margin-left: 16px;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 980px) {
    .pagemodules .pagemodule-twocolumn-imagelink .pagemodule-twocolumn-imagelink-col {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-top: 16px; } }
  @media screen and (min-width: 981px) and (max-width: 1310px) {
    .pagemodules .pagemodule-twocolumn-imagelink .pagemodule-twocolumn-imagelink-col {
      width: 330px; } }
  .pagemodules .pagemodule-twocolumn-imagelink .pagemodule-twocolumn-imagelink-col:first-child {
    margin-left: 0;
    margin-top: 0; }
  .pagemodules .pagemodule-twocolumn-imagelink .pagemodule-twocolumn-imagelink-col h1 {
    font-size: 40px;
    font-weight: bold;
    opacity: 0.7;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase; }
  .pagemodules .pagemodule-twocolumn-imagelink .pagemodule-twocolumn-imagelink-col a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(29, 29, 27, 0.3); }
    .pagemodules .pagemodule-twocolumn-imagelink .pagemodule-twocolumn-imagelink-col a:hover {
      background: none;
      text-decoration: none; }
      .pagemodules .pagemodule-twocolumn-imagelink .pagemodule-twocolumn-imagelink-col a:hover h1, .pagemodules .pagemodule-twocolumn-imagelink .pagemodule-twocolumn-imagelink-col a:hover h2 {
        opacity: 1; }
.pagemodules .pagemodule-twocolumn-imagelink-repeater {
  margin-right: -16px; }
  .pagemodules .pagemodule-twocolumn-imagelink-repeater:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 980px) {
    .pagemodules .pagemodule-twocolumn-imagelink-repeater {
      margin-right: 0; } }
  .pagemodules .pagemodule-twocolumn-imagelink-repeater .pagemodule-twocolumn-imagelink-repeater-item {
    position: relative;
    float: left;
    width: 472px;
    height: 250px;
    margin: 0 16px 16px 0; }
    @media screen and (max-width: 980px) {
      .pagemodules .pagemodule-twocolumn-imagelink-repeater .pagemodule-twocolumn-imagelink-repeater-item {
        float: none;
        width: 100%; } }
    @media screen and (min-width: 981px) and (max-width: 1310px) {
      .pagemodules .pagemodule-twocolumn-imagelink-repeater .pagemodule-twocolumn-imagelink-repeater-item {
        width: 330px; } }
    .pagemodules .pagemodule-twocolumn-imagelink-repeater .pagemodule-twocolumn-imagelink-repeater-item h1 {
      font-size: 40px;
      font-weight: bold;
      opacity: 0.7;
      line-height: 1;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase; }
    .pagemodules .pagemodule-twocolumn-imagelink-repeater .pagemodule-twocolumn-imagelink-repeater-item a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(29, 29, 27, 0.3); }
      .pagemodules .pagemodule-twocolumn-imagelink-repeater .pagemodule-twocolumn-imagelink-repeater-item a:hover {
        background: none;
        text-decoration: none; }
        .pagemodules .pagemodule-twocolumn-imagelink-repeater .pagemodule-twocolumn-imagelink-repeater-item a:hover h1, .pagemodules .pagemodule-twocolumn-imagelink-repeater .pagemodule-twocolumn-imagelink-repeater-item a:hover h2 {
          opacity: 1; }
.pagemodules .pagemodule-programheader {
  padding: 20px 0 40px 0; }
  .pagemodules .pagemodule-programheader > h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
  .pagemodules .pagemodule-programheader > h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
  .pagemodules .pagemodule-programheader .pagemodule-programheader-container {
    position: relative;
    margin-top: 20px;
    padding-left: 40px; }
    .pagemodules .pagemodule-programheader .pagemodule-programheader-container:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 980px) {
      .pagemodules .pagemodule-programheader .pagemodule-programheader-container {
        padding-left: 0; } }
  .pagemodules .pagemodule-programheader .pagemodule-programheader-content {
    float: left;
    width: 560px;
    margin-right: 60px; }
    @media screen and (max-width: 980px) {
      .pagemodules .pagemodule-programheader .pagemodule-programheader-content {
        width: 100%;
        overflow: hidden;
        margin-right: 0;
        padding-right: 100px; } }
    @media screen and (min-width: 981px) and (max-width: 1310px) {
      .pagemodules .pagemodule-programheader .pagemodule-programheader-content {
        width: 480px; } }
  .pagemodules .pagemodule-programheader .pagemodule-programheader-info {
    position: absolute;
    top: 100px;
    right: 0;
    width: 290px;
    text-align: right; }
    @media screen and (max-width: 980px) {
      .pagemodules .pagemodule-programheader .pagemodule-programheader-info {
        width: 80px;
        top: 0; } }
    .pagemodules .pagemodule-programheader .pagemodule-programheader-info h1 {
      font-size: 50px;
      line-height: 50px;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 980px) {
        .pagemodules .pagemodule-programheader .pagemodule-programheader-info h1 {
          font-size: 20px;
          line-height: 20px; } }

.overview .overview-module {
  margin-bottom: 15px; }
  .overview .overview-module:after {
    content: "";
    display: table;
    clear: both; }
.overview .overview-item {
  position: relative;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  background-size: cover;
  background-position: center center; }
  .overview .overview-item.is-fullwidth {
    height: 250px; }
  .overview .overview-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(29, 29, 27, 0.3); }
    .overview .overview-item a:hover {
      background: none;
      text-decoration: none; }
      .overview .overview-item a:hover h1, .overview .overview-item a:hover h2 {
        opacity: 1; }
  .overview .overview-item h1 {
    font-size: 40px;
    font-weight: bold;
    opacity: 0.7; }
  .overview .overview-item h2 {
    font-size: 30px;
    font-weight: bold;
    opacity: 0.7; }
.overview .overview-twoleft-oneright .overview-item {
  width: 473px;
  line-height: 1;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 980px) {
    .overview .overview-twoleft-oneright .overview-item {
      width: 100%;
      margin-top: 16px; } }
  @media screen and (min-width: 981px) and (max-width: 1310px) {
    .overview .overview-twoleft-oneright .overview-item {
      width: 330px; } }
  .overview .overview-twoleft-oneright .overview-item:first-child {
    margin-top: 0; }
  .overview .overview-twoleft-oneright .overview-item.is-left {
    float: left;
    height: 250px; }
    @media screen and (max-width: 980px) {
      .overview .overview-twoleft-oneright .overview-item.is-left {
        float: none; } }
    .overview .overview-twoleft-oneright .overview-item.is-left.is-top {
      margin-bottom: 15px; }
  .overview .overview-twoleft-oneright .overview-item.is-right {
    float: right;
    height: 515px; }
    @media screen and (max-width: 980px) {
      .overview .overview-twoleft-oneright .overview-item.is-right {
        float: none; } }
.overview .overview-oneleft-tworight .overview-item {
  position: relative;
  width: 473px;
  line-height: 1;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 980px) {
    .overview .overview-oneleft-tworight .overview-item {
      width: 100%;
      margin-bottom: 16px; } }
  @media screen and (min-width: 981px) and (max-width: 1310px) {
    .overview .overview-oneleft-tworight .overview-item {
      width: 330px; } }
  .overview .overview-oneleft-tworight .overview-item.is-left {
    float: left;
    height: 515px; }
    .overview .overview-oneleft-tworight .overview-item.is-left h1 {
      margin-top: 230px; }
    @media screen and (max-width: 980px) {
      .overview .overview-oneleft-tworight .overview-item.is-left {
        float: none; } }
  .overview .overview-oneleft-tworight .overview-item.is-right {
    float: right;
    height: 250px; }
    .overview .overview-oneleft-tworight .overview-item.is-right h1 {
      margin-top: 90px; }
    .overview .overview-oneleft-tworight .overview-item.is-right.is-top {
      margin-bottom: 15px; }
    @media screen and (max-width: 980px) {
      .overview .overview-oneleft-tworight .overview-item.is-right {
        float: none; } }
.overview .overview-image-repeater {
  margin-right: -16px; }
  .overview .overview-image-repeater:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 980px) {
    .overview .overview-image-repeater {
      margin-right: 0; } }
  .overview .overview-image-repeater .overview-image-repeater-item {
    position: relative;
    float: left;
    width: 472px;
    height: 250px;
    margin: 0 16px 16px 0;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1; }
    @media screen and (max-width: 980px) {
      .overview .overview-image-repeater .overview-image-repeater-item {
        width: 100%; } }
    @media screen and (min-width: 981px) and (max-width: 1310px) {
      .overview .overview-image-repeater .overview-image-repeater-item {
        width: 330px; } }
    .overview .overview-image-repeater .overview-image-repeater-item.is-long {
      height: 515px; }
    .overview .overview-image-repeater .overview-image-repeater-item a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(29, 29, 27, 0.3); }
      .overview .overview-image-repeater .overview-image-repeater-item a:hover {
        background: none;
        text-decoration: none; }
        .overview .overview-image-repeater .overview-image-repeater-item a:hover h1, .overview .overview-image-repeater .overview-image-repeater-item a:hover h2 {
          opacity: 1; }
    .overview .overview-image-repeater .overview-image-repeater-item h1 {
      font-size: 40px;
      font-weight: bold;
      opacity: 0.7; }
    .overview .overview-image-repeater .overview-image-repeater-item h2 {
      font-size: 30px;
      font-weight: bold;
      opacity: 0.7; }

.content {
  /* == WordPress WYSIWYG Editor Styles == */
  /* Ninja form */ }
  .content h1 {
    font-size: 50px;
    line-height: 1.5em;
    font-weight: bold; }
    @media screen and (max-width: 980px) {
      .content h1 {
        font-size: 30px; } }
    @media screen and (min-width: 981px) and (max-width: 1310px) {
      .content h1 {
        font-size: 40px; } }
  .content h2 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold; }
  .content p {
    margin-bottom: 1em; }
  .content a {
    text-decoration: underline; }
  .content i, .content em {
    font-style: italic; }
  .content strong, .content b {
    font-weight: bold; }
  .content .wp-caption {
    margin: 1em 0;
    width: auto !important;
    /*@media screen and (max-width: 960px) {
      width: 100%!important;

      img {
        width: 100%;
      }
    }*/ }
    .content .wp-caption img {
      height: auto; }
    .content .wp-caption .wp-caption-text {
      margin: 2px 0 0 0;
      text-align: right;
      font-size: 10px; }
  .content .entry-content img {
    margin: 0 0 1.5em 0; }
  .content .alignleft, .content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  .content .alignright, .content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  .content .aligncenter, .content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }
  .content .alignnone, .content img.alignnone {
    /* not sure about this one */ }
  .content .ninja-forms-all-fields-wrap {
    max-width: 400px; }
    .content .ninja-forms-all-fields-wrap label {
      text-transform: uppercase; }
  .content input[type=text].ninja-forms-field {
    padding: 5px;
    outline-color: #eee;
    border-radius: 0; }
  .content input[type=submit] {
    float: right;
    padding: 5px 10px;
    border: none;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-appearance: none; }

/*# sourceMappingURL=styles.css.map */
