﻿/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/*! POP UP */
.popup .close {
  max-width: inherit;
  position: absolute;
  top: 15px;
  right: 25px;
  transition: all 0.2s;
  font-size: 30px;
  text-decoration: none;
  color: #AC975F;
  border: #AC975F 1px solid;
  padding: 0 2px;
}

.popup .close:hover {
  color: #fff;
}

.overlay:target:before {
  display: none;
}

.overlay:before {
  content: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 2;
}

.overlay .popup {
  background: #fff;
  border-radius: 5px;
  width: 82%;
  position: fixed;
  top: 0;
  left: calc((18vw) /2);
  padding: 0;
  margin: 40px auto;
  /* Height from top */
  z-index: 10;
  /*  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; */
}

.overlay:target .popup {
  top: -100%;
  left: -100%;
}

@media screen and (min-width: 1200px) {
  .overlay .popup {
    width: 70%;
    left: 15%;
  }
}

@media screen and (min-width: 1400px) {
  .overlay .popup {
    width: 60%;
    left: 20%;
  }
}

@media screen and (min-width: 2000px) {
  .overlay .popup {
    width: 40%;
    left: 30%;
  }
}

/*! POP END */
pre, textarea {
  overflow: auto;
}

body, legend, td, th {
  padding: 0;
}

body, sub, sup {
  position: relative;
}

body, button[disabled], html input[disabled] {
  cursor: default;
}

.clearfix:after, .primaryNav, .row .row.collapse:after, .row .row:after, .row:after {
  clear: both;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.block--iconText, img {
  vertical-align: middle;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
}

textarea {
  height: auto;
  min-height: 50px;
}

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

meta.foundation-version {
  font-family: "/5.3.0/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

.row, select {
  width: 100%;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

body, html {
  height: 100%;
  font-size: 100%;
}

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

body {
  background: #fff;
  color: #222;
  margin: 0;
  font-style: normal;
  line-height: 1.4;
  font-family: "Akzidenz Grotesk Pro";
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.cycle-pager span:hover, .js .block--content:hover, .navList__title, a:hover {
  cursor: pointer;
}

[class*=" icon-"]:before, [class^=icon-]:before, a.blockLink--plus:after {
  font-family: icons;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

#map_canvas embed, #map_canvas img, #map_canvas object, .map_canvas embed, .map_canvas img, .map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
}

.row .row.collapse:after, .row .row.collapse:before, .row .row:after, .row .row:before, .row:after, .row:before {
  content: " ";
  display: table;
}

.row {
  max-width: 1200px;
  margin: 0 auto;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  max-width: none;
  margin: 0 -.9375em;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.column, .columns {
  padding-left: .9375em;
  padding-right: .9375em;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .column, .columns, .x-small-pull-0, .x-small-pull-1, .x-small-pull-10, .x-small-pull-11, .x-small-pull-2, .x-small-pull-3, .x-small-pull-4, .x-small-pull-5, .x-small-pull-6, .x-small-pull-7, .x-small-pull-8, .x-small-pull-9, .x-small-push-0, .x-small-push-1, .x-small-push-10, .x-small-push-11, .x-small-push-2, .x-small-push-3, .x-small-push-4, .x-small-push-5, .x-small-push-7, .x-small-push-8, .x-small-push-9 {
    position: relative;
  }
  .x-small-push-0 {
    left: 0;
    right: auto;
  }
  .x-small-pull-0 {
    right: 0;
    left: auto;
  }
  .x-small-push-1 {
    left: 8.33333%;
    right: auto;
  }
  .x-small-pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .x-small-push-2 {
    left: 16.66667%;
    right: auto;
  }
  .x-small-pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .x-small-push-3 {
    left: 25%;
    right: auto;
  }
  .x-small-pull-3 {
    right: 25%;
    left: auto;
  }
  .x-small-push-4 {
    left: 33.334%;
    right: auto;
  }
  .x-small-pull-4 {
    right: 33.334%;
    left: auto;
  }
  .x-small-push-5 {
    left: 41.66667%;
    right: auto;
  }
  .x-small-pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .x-small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .x-small-pull-6 {
    right: 50%;
    left: auto;
  }
  .x-small-push-7 {
    left: 58.33333%;
    right: auto;
  }
  .x-small-pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .x-small-push-8 {
    left: 66.66667%;
    right: auto;
  }
  .x-small-pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .x-small-push-9 {
    left: 75%;
    right: auto;
  }
  .x-small-pull-9 {
    right: 75%;
    left: auto;
  }
  .x-small-push-10 {
    left: 83.33333%;
    right: auto;
  }
  .x-small-pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .x-small-push-11 {
    left: 91.66667%;
    right: auto;
  }
  .x-small-pull-11 {
    right: 91.66667%;
    left: auto;
  }
  .column, .columns {
    padding-left: .9375em;
    padding-right: .9375em;
    float: left;
  }
  .x-small-1 {
    width: 8.33333%;
  }
  .x-small-2 {
    width: 16.66667%;
  }
  .x-small-3 {
    width: 25%;
  }
  .x-small-4 {
    width: 33.334%;
  }
  .x-small-5 {
    width: 41.66667%;
  }
  .x-small-6 {
    width: 50%;
  }
  .x-small-7 {
    width: 58.33333%;
  }
  .x-small-8 {
    width: 66.66667%;
  }
  .x-small-9 {
    width: 75%;
  }
  .x-small-10 {
    width: 83.33333%;
  }
  .x-small-11 {
    width: 91.66667%;
  }
  .x-small-12 {
    width: 100%;
  }
  .x-small-offset-0 {
    margin-left: 0 !important;
  }
  .x-small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .x-small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .x-small-offset-3 {
    margin-left: 25% !important;
  }
  .x-small-offset-4 {
    margin-left: 33.334% !important;
  }
  .x-small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .x-small-offset-6 {
    margin-left: 50% !important;
  }
  .x-small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .x-small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .x-small-offset-9 {
    margin-left: 75% !important;
  }
  .x-small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .x-small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .x-small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.x-small-centered, .columns.x-small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.x-small-uncentered, .columns.x-small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.x-small-centered:last-child, .columns.x-small-centered:last-child {
    float: none;
  }
  .column.x-small-uncentered:last-child, .columns.x-small-uncentered:last-child {
    float: left;
  }
  .column.x-small-uncentered.opposite, .columns.x-small-uncentered.opposite {
    float: right;
  }
}

@media screen and (min-width: 640px) {
  .column, .columns, .small-pull-0, .small-pull-1, .small-pull-10, .small-pull-11, .small-pull-2, .small-pull-3, .small-pull-4, .small-pull-5, .small-pull-6, .small-pull-7, .small-pull-8, .small-pull-9, .small-push-0, .small-push-1, .small-push-10, .small-push-11, .small-push-2, .small-push-3, .small-push-4, .small-push-5, .small-push-7, .small-push-8, .small-push-9 {
    position: relative;
  }
  .small-push-0 {
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    right: 0;
    left: auto;
  }
  .small-push-1 {
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    left: 33.334%;
    right: auto;
  }
  .small-pull-4 {
    right: 33.334%;
    left: auto;
  }
  .small-push-5 {
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    right: 91.66667%;
    left: auto;
  }
  .column, .columns {
    padding-left: .9375em;
    padding-right: .9375em;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.334%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.334% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right;
  }
}

@media screen and (min-width: 960px) {
  .medium-pull-0, .medium-pull-1, .medium-pull-10, .medium-pull-11, .medium-pull-2, .medium-pull-3, .medium-pull-4, .medium-pull-5, .medium-pull-6, .medium-pull-7, .medium-pull-8, .medium-pull-9, .medium-push-0, .medium-push-1, .medium-push-10, .medium-push-11, .medium-push-2, .medium-push-3, .medium-push-4, .medium-push-5, .medium-push-6, .medium-push-7, .medium-push-8, .medium-push-9, .pull-0, .pull-1, .pull-10, .pull-11, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .push-0, .push-1, .push-10, .push-11, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9 {
    position: relative;
  }
  .medium-push-0 {
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    left: 33.334%;
    right: auto;
  }
  .medium-pull-4 {
    right: 33.334%;
    left: auto;
  }
  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
  }
  .column, .columns {
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.334%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.334% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    left: 0;
    right: auto;
  }
  .pull-0 {
    right: 0;
    left: auto;
  }
  .push-1 {
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    left: 25%;
    right: auto;
  }
  .pull-3 {
    right: 25%;
    left: auto;
  }
  .push-4 {
    left: 33.334%;
    right: auto;
  }
  .pull-4 {
    right: 33.334%;
    left: auto;
  }
  .push-5 {
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    left: 50%;
    right: auto;
  }
  .pull-6 {
    right: 50%;
    left: auto;
  }
  .push-7 {
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    left: 75%;
    right: auto;
  }
  .pull-9 {
    right: 75%;
    left: auto;
  }
  .push-10 {
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}

@media screen and (min-width: 1200px) {
  .large-pull-0, .large-pull-1, .large-pull-10, .large-pull-11, .large-pull-2, .large-pull-3, .large-pull-4, .large-pull-5, .large-pull-6, .large-pull-7, .large-pull-8, .large-pull-9, .large-push-0, .large-push-1, .large-push-10, .large-push-11, .large-push-2, .large-push-3, .large-push-4, .large-push-5, .large-push-6, .large-push-7, .large-push-8, .large-push-9, .pull-0, .pull-1, .pull-10, .pull-11, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .push-0, .push-1, .push-10, .push-11, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9 {
    position: relative;
  }
  .large-push-0 {
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    right: 0;
    left: auto;
  }
  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    left: 33.334%;
    right: auto;
  }
  .large-pull-4 {
    right: 33.334%;
    left: auto;
  }
  .large-push-5 {
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    right: 91.66667%;
    left: auto;
  }
  .column, .columns {
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.334%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.334% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    left: 0;
    right: auto;
  }
  .pull-0 {
    right: 0;
    left: auto;
  }
  .push-1 {
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    left: 25%;
    right: auto;
  }
  .pull-3 {
    right: 25%;
    left: auto;
  }
  .push-4 {
    left: 33.334%;
    right: auto;
  }
  .pull-4 {
    right: 33.334%;
    left: auto;
  }
  .push-5 {
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    left: 50%;
    right: auto;
  }
  .pull-6 {
    right: 50%;
    left: auto;
  }
  .push-7 {
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    left: 75%;
    right: auto;
  }
  .pull-9 {
    right: 75%;
    left: auto;
  }
  .push-10 {
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}

.listReset, .listReset li, .sys_simpleListMenu, .sys_simpleListMenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

iframe {
  border: none;
}

h1.pageTitle {
  color: #fff;
  color: #000;
  margin: 0;
  padding: 14px 15px;
  background: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}

.blockLink a, a.blockLink {
  display: block;
  padding: 16px 30px 16px 8px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  width: 100%;
  transition: all .3s ease-in-out;
}

a.blockLink.blockLink--plus:after {
  color: #a39161;
}

@media screen and (min-width: 640px) {
  a.blockLink:hover {
    width: 105%;
    z-index: 250;
    background: #837245;
  }
}

a.blockLink--alt {
  background: #f2f2f2;
  color: #000000;
}

a.blockLink--alt:hover {
  background: #4d4d4d;
  color: #ffffff;
}

a.blockLink--plus:after {
  content: "\e608";
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

a.blockLink--alt.blockLink--plus:after {
  color: #000000;
}

a[class*=" icon-"]:before, a[class^=icon-]:before, span[class*=" icon-"]:before, span[class^=icon-]:before {
  height: 68px;
  width: 64px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #000;
  color: #fff;
  padding: 17px 0 0 16px;
  font-size: 34px;
  font-size: 2.125rem;
}

a[class*=" icon-"], a[class^=icon-], span[class*=" icon-"], span[class^=icon-] {
  padding: 25px 3px 23px 72px;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  background: #fff;
  display: block;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
}

a[class*=" icon-"]:hover, a[class^=icon-]:hover, span[class*=" icon-"]:hover, span[class^=icon-]:hover {
  background: #000;
  color: #fff;
}

.blockLink--icon a, a.blockLink--icon {
  padding: 23px 3px 25px 72px;
  font-size: 20px;
  font-size: 1.25rem;
}

.blockLink--icon a:before, a.blockLink--icon:before {
  height: 68px;
  width: 64px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #000;
  color: #fff;
  padding: 17px 0 0 16px;
  font-size: 34px;
  font-size: 2.125rem;
}

.blockLink--icon a:hover, a.blockLink--icon:hover {
  width: 100%;
  z-index: 250;
  background: #fff;
  color: #000;
}

@font-face {
  font-family: icons;
  src: url(/SiteElements/2014/fonts/icons-eot.eot);
  src: url(/SiteElements/2014/fonts/icons-eot.eot?#iefix) format("embedded-opentype"), url(/SiteElements/2014/fonts/icons-woff.woff) format("woff"), url(/SiteElements/2014/fonts/icons-ttf.ttf) format("truetype"), url(/SiteElements/2014/fonts/icons-svg.svg#icons) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*=" icon-"]:before, [class^=icon-]:before {
  font-weight: 400;
}

.dateBlock, .otherDateBlock a, .otherDateBlock h2, .otherDateBlock li {
  font-family: akzidenz-grotesk-condensed, sans-serif;
}

.icon-cross--accent:before, .icon-rightarrow:before {
  content: "\e60f";
}

.icon-cross--accent:before, .icon-cross:before {
  content: "\e60e";
}

.icon-plus--accent:before, .icon-plus:before {
  content: "\e608";
}

.icon-search--accent:before, .icon-search:before {
  content: "\e60a";
}

.cta {
  background: #a39161;
  padding: 8px;
}

.cta a {
  margin: 0 0 2px;
}

input[type=text], input[type=email], input[type=url], input[type=tel] {
  border: 1px solid #a39161;
  padding: 14px 10px;
  -webkit-appearance: none;
  border-radius: 0;
}

.formPlaceholder {
  font-style: italic;
}

::-webkit-input-placeholder {
  font-style: italic;
  -webkit-font-smoothing: antialiased;
}

:-moz-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

button, input[type=submit] {
  border: 1px solid #a39161;
  color: #a39161;
  padding: 14px 10px;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
}

.mainHeader__logo {
  background: url(/SiteElements/2014/images/bg/dmu-logo.svg) left center no-repeat;
  display: block;
  width: 168px;
  height: 70px;
  float: left;
  margin: 20px 8px;
  text-indent: -9999em;
}

.no-svg .mainHeader__logo {
  background: url(/SiteElements/2014/images/bg/dmu-logo.png) left center no-repeat;
}

.row--block {
  background: #000000;
  overflow: hidden;
}

.block__details, .row--blockNegative {
  background: #fff;
}

.block {
  padding: 0;
  box-sizing: border-box;
  font-weight: 700;
  z-index: 1;
}

.block img {
  width: 100%;
  height: auto;
}

.show-for-medium-up {
  display: none;
}

.block__title {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 150;
  display: table;
  height: 68px;
  width: 100%;
}

.block__details {
  padding: 10px;
}

.block__details--overlay {
  position: absolute;
  z-index: 100;
  bottom: 0;
  height: auto;
  background: #fff;
  width: 86%;
  margin: 7%;
}

.block__details .block__details__title {
  font-size: 1.5em;
}

@media screen and (min-width: 640px) {
  .block--tall img {
    position: absolute;
    width: auto;
    max-width: 1000px;
  }
  .block--tallImg {
    position: absolute;
    width: 100%;
    overflow: hidden;
  }
  .block--tall--small .block--tallImg {
    position: static;
  }
  .block--tall--small .block--tallImg img {
    position: static;
    width: 100%;
  }
  .block__details--overlay {
    height: auto;
    width: 60%;
  }
  .testNav {
    background: #ddd;
    height: 540px;
  }
}

@media screen and (min-width: 960px) {
  .show-for-medium-up {
    display: block;
  }
  .hide-for-medium-up {
    display: none;
  }
  .block__details {
    min-height: 95px;
  }
  .block__details--overlay {
    height: auto;
    width: 60%;
  }
  .block--tall--small .block--tallImg, .block--tall--small .block--tallImg img {
    position: absolute;
  }
}

.dateBlock span, .iconBar, .primaryNav li a {
  display: block;
}

.block__details__title a {
  color: #000;
  text-decoration: none;
}

.block__details__title a:hover {
  color: #000;
}

.block--content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 200;
}

@media screen and (min-width: 640px) {
  .block--content iframe {
    width: 77%;
  }
}

.no-touch .block--content:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(/SiteElements/2018/Images/grid-overlay-grey.png);
  z-index: 100;
}

.no-touch .block--content:hover:before {
  content: '+ MORE';
  position: absolute;
  margin: auto;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  text-align: center;
  height: 30px;
  z-index: 150;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}

.no-touch .block--tallText.block--content:hover:after {
  height: 1500px;
}

.no-touch .block--contentHoverRight:hover:before {
  left: 50%;
}

.no-touch .block--content:hover .block__title a.blockLink--icon, .no-touch .block--content:hover .block__title.blockLink--icon a {
  background: #000;
  color: #fff;
}

.no-touch .block--content .block__title a.blockLink--icon, .no-touch .block--content .block__title.blockLink--icon a {
  transition: all 0s ease-in-out;
}

.block__text {
  padding: 27px 8px 20px;
}

.block--singleText .block__text {
  padding: 27px 8px 20px;
  position: absolute;
  top: 70px;
  background: #a39161;
  z-index: 80;
}

.block__text--hover, .block__text--overlay {
  background: #fff;
  line-height: 18px;
  font-weight: 700;
}

.block__text--overlay {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125rem;
}

.block__text--overlay h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 10px;
}

.block__text--hover {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.125rem;
}

@media screen and (min-width: 640px) {
  .block__text {
    padding: 27px 8px 0;
  }
  .block__text--overlay {
    padding: 10px 15px;
    position: absolute;
    bottom: 10px;
    right: auto;
    left: 10px;
    width: 97%;
  }
  .block__text--hover {
    padding: 10px 15px 0;
    position: absolute;
    bottom: 10px;
    left: -9999em;
    width: 50%;
    background: 0 0;
    color: #fff;
    z-index: 200;
  }
  .no-touch .block--content:hover .block__text--hover {
    left: 10px;
  }
}

@media screen and (min-width: 960px) {
  .no-touch .block--contentHoverRight:hover:before {
    content: '';
  }
  .block__text--overlay {
    bottom: 10px;
    right: 10px;
    left: 10px;
    width: 96%;
  }
  .no-touch .block--content:hover .block__text--hover {
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .no-touch .block--contentHoverRight:hover:before {
    content: '+ MORE';
  }
  .block__text--overlay {
    bottom: 10px;
    right: 10px;
    left: auto;
    width: 45%;
  }
  .no-touch .block--content:hover .block__text--hover {
    left: 10px;
    width: 50%;
  }
}

.block--tall .block__text {
  position: absolute;
  background: #fff;
  bottom: 0;
  margin: 10px;
  z-index: 100;
  width: 93%;
}

.no-touch .block--content:hover .block--tallImg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(/SiteElements/2014/images/bg/grid-overlay.png);
  z-index: 100;
}

.block i[class^=icon-] {
  height: 68px;
  width: 64px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #000;
  color: #fff;
  padding: 17px 0 0 16px;
  font-size: 34px;
  font-size: 2.125rem;
  z-index: 100;
}

.block__rowTitle {
  margin: 0;
}

.block__rowTitle a.blockLink--icon, .block__rowTitle a.blockLink--icon:hover, .block__rowTitle.blockLink--icon a, .block__rowTitle.blockLink--icon a:hover, .block__rowTitle.blockLink--icon span, .block__rowTitle.blockLink--icon span:hover {
  background: #837245;
  color: #fff;
}

.block--listing .block__details a {
  color: #000;
  text-decoration: none;
}

.block--listing .block__details * {
  position: relative;
  z-index: 250;
}

.block--listing .block__date {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #000000;
  margin: 0 0 10px;
  font-weight: 700;
}

.block--listing .block__listTitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: .875rem;
  color: #000;
  margin: 0 0 10px;
}

.block__location {
  font-weight: 400;
}

.no-touch .block--listing.block--content:hover:before {
  content: '+ READ MORE';
  top: -80px;
}

.no-touch .block--listing.block--content:hover .block__details {
  background: #ffffff;
}

.no-touch .block--listing.block--content:hover .block__date {
  color: #000000;
}

@media screen and (min-width: 640px) {
  .block--listing .block__details {
    border-left: 1px solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .block--listing--first .block__details {
    border-left: none;
  }
}

.block__text--double {
  position: absolute;
  top: 48px;
  width: 100%;
}

.block__text--double .block {
  width: 50%;
}

.dateBlock {
  color: #a80532;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 28px;
  line-height: 1.75rem;
  padding: 0 0 0 20px;
}

.dateBlock__two {
  font-size: 80px;
  font-size: 5rem;
  line-height: 60px;
  line-height: 3.75rem;
}

.otherDateBlock {
  color: #fff;
}

.otherDateBlock h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 16px;
  line-height: 1rem;
  margin: 0 0 5px;
}

.otherDateBlock a {
  color: #a80532;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none;
}

.otherDateBlock li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 15px;
  line-height: .9375rem;
  margin: 0;
}

@media screen and (min-width: 640px) {
  .dateBlock {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 36px;
    line-height: 2.25rem;
    padding: 0 0 0 70px;
  }
  .dateBlock__two {
    font-size: 160px;
    font-size: 10rem;
    line-height: 120px;
    line-height: 7.5rem;
  }
  .otherDateBlock h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 35px;
    line-height: 2.1875rem;
    margin: 0 0 20px;
  }
  .otherDateBlock li {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 25px;
    line-height: 1.5625rem;
    margin: 0;
  }
  .otherDateBlock a {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 960px) {
  .dateBlock {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 36px;
    line-height: 2.25rem;
    padding: 0 0 0 50px;
  }
  .dateBlock__two {
    font-size: 130px;
    font-size: 8.125rem;
    line-height: 100px;
    line-height: 6.25rem;
  }
  .otherDateBlock h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin: 0 0 5px;
  }
  .otherDateBlock li {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin: 0;
  }
  .otherDateBlock a {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .dateBlock {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 36px;
    line-height: 2.25rem;
    padding: 0 0 0 70px;
  }
  .dateBlock__two {
    font-size: 160px;
    font-size: 10rem;
    line-height: 120px;
    line-height: 7.5rem;
  }
  .otherDateBlock h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 35px;
    line-height: 2.1875rem;
    margin: 0 0 20px;
  }
  .otherDateBlock li {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 25px;
    line-height: 1.5625rem;
    margin: 0;
  }
  .otherDateBlock a {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.navbar-toggle {
  float: right;
  margin: 28px 8px;
  padding: 8px 11px;
  font-size: 12px;
  font-size: .75rem;
  background: #000;
  border: none;
}

.iconBar {
  margin: 4px 0;
  height: 3px;
  background: #a39161;
}

.navbar-toggle.toggleOn {
  background: #a39161;
  color: #000;
}

.navbar-toggle.toggleOn .iconBar {
  background: #000;
}

.primaryNav li, .primaryNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.primaryNav li a {
  padding: 15px 10px;
  background: #837245;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .875rem;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  position: relative;
}

.primaryNav__more.toggleOn:after, .primaryNav__more:after {
  font-weight: 400;
  top: 14px;
  font-family: icons;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-touch .primaryNav > ul > li a:hover {
  background: #a39161;
}

.primaryNav li a.primaryNav__more {
  padding-right: 20px;
}

.primaryNav__more:after {
  content: "\e608";
  position: absolute;
  right: 20px;
  font-size: 15px;
  font-size: .9375rem;
}

.primaryNav__more.toggleOn {
  color: #fff;
  background: #625533;
}

.primaryNav__more.toggleOn:after {
  content: "\e60e";
  font-size: 15px;
  font-size: .9375rem;
}

.primaryNav__subNav li a {
  background: #a39161;
  color: #fff;
  font-size: 12px;
  font-size: .75rem;
}

.no-touch .primaryNav__subNav a:hover {
  background: #837245;
}

@media screen and (min-width: 640px) {
  .primaryNav, .primaryNav > ul {
    position: relative;
    float: left;
  }
  .no-touch .primaryNav > ul > li a:hover {
    color: #837245;
    background: 0 0;
  }
  .navbar-toggle {
    display: none;
  }
  .primaryNav.hide {
    display: block;
  }
  .primaryNav {
    clear: both;
    width: 100%;
  }
  .primaryNav > ul {
    padding: 0 8px;
    margin: 0 0 15px;
  }
  .primaryNav > ul > li {
    float: left;
    padding: 0 26px 0 0;
  }
  .primaryNav > ul > li:last-child {
    padding-right: 0;
  }
  .primaryNav li a {
    display: block;
    padding: 0;
    background: 0 0;
    border-bottom: none;
    color: #000;
  }
  .primaryNav__subNav {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 200;
    background: #a39161;
    padding: 8px;
    width: 100%;
  }
  .primaryNav__subNav li ul li {
    float: left;
    width: 16.666666%;
    text-align: center;
    display: table;
    vertical-align: middle;
    padding: 2px;
  }
  .primaryNav__subNav li a {
    padding: 10px;
    background: #625533;
    color: #fff;
    font-size: 12px;
    font-size: .75rem;
    display: table-cell;
    height: 64px;
    vertical-align: middle;
  }
  .primaryNav__subNav .sys_sitemap-nolink {
    font-weight: 700;
    display: block;
    padding: 8px 0;
    clear: both;
  }
  .primaryNav__more.toggleOn {
    color: #625533;
    background: 0 0;
  }
  .primaryNav__more:after {
    right: 0;
    top: 0;
    font-size: 11px;
    font-size: .6875rem;
  }
  .primaryNav__more.toggleOn:after {
    top: 0;
    font-size: 12px;
    font-size: .75rem;
  }
}

@media screen and (min-width: 960px) {
  .primaryNav, .primaryNav > ul {
    float: right;
    position: relative;
  }
  .primaryNav {
    clear: right;
    width: 75%;
  }
  .primaryNav > ul {
    padding: 0 18px 0 0;
    margin: 0 0 15px;
  }
}

.secondaryNav {
  padding: 0;
}

.secondaryNav li, .secondaryNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.secondaryNav .sys_currentitem a:after {
  content: none;
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 12px;
  font-size: .75rem;
  font-family: icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.secondaryNav > ul > li > .sys_currentitem a:after {
  top: 12px;
}

.secondaryNav li {
  border-bottom: 1px solid #161616;
  margin: 0 10px;
}

.secondaryNav li ul.sys_children li.sys_last {
  border-bottom: none;
}

.secondaryNav li a {
  display: block;
  background: #ffffff;
  color: #161616;
  padding: 15px 10px;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: 300;
}

.secondaryNav li a:hover {
  background: #4d4d4d;
  color: #ffffff;
}

.secondaryNav .sys_selected a {
  background: #4d4d4d;
  color: #ffffff;
}

.secondaryNav li ul.sys_children li {
  border-bottom: 1px solid #161616;
  margin: 0;
}

.secondaryNav li ul.sys_children li a {
  display: block;
  padding: 18px 20px;
  color: #000;
  background-color: #f2f2f2;
  text-decoration: none;
  border: none;
}

.secondaryNav li ul.sys_children li div.sys_selected a {
  border-bottom: 1px solid #ccc;
}

.secondaryNav li ul.sys_children li a:hover {
  background-color: #000 !important;
  color: #fff;
}

.secondaryNav li ul.sys_children li ul.sys_children li, .secondaryNav li ul.sys_children li ul.sys_children li.sys_last {
  border: none;
}

.secondaryNav li ul.sys_children li ul.sys_children li a {
  padding: 4px 25px 4px 30px;
  border: none;
}

.secondaryNav li ul.sys_children li ul.sys_children li a:hover {
  background-color: #000;
  color: #fff;
}

.courseFinder, .topSection--home {
  background: #a39161;
}

.secondaryNav li ul.sys_children li ul.sys_children li ul.sys_children li a {
  padding: 4px 25px 4px 40px;
}

.secondaryNav__more {
  display: block;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 640px) {
  .secondaryNav li a {
    padding: 15px 10px;
  }
  a.secondaryNav__more {
    display: none;
  }
  .secondaryNav.hide {
    display: block;
  }
}

.sys_section-name a, .sys_section-name a:visited {
  border-bottom: solid 1px #fff;
  font-weight: 300;
  font-size: 22px;
  background-color: #f2f2f2;
  display: block;
  padding: 10px;
  width: auto;
  color: #161616;
  text-decoration: none;
}

.sys_section-name a:active, .sys_section-name a:focus, .sys_section-name a:hover {
  text-decoration: underline;
}

.courseFinderWrapper {
  z-index: 1;
}

.courseFinder {
  padding: 15px 8px 2px;
  z-index: 200;
  position: relative;
}

.courseFinder__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 0 15px 8px;
}

.courseFinder__links li {
  margin: 2px 0;
}

.courseFinder__links {
  margin: 0 0 8px;
}

.courseFinder a[class*=" icon-"], .courseFinder a[class^=icon-] {
  margin: 2px 0;
}

.courseFinder__search {
  margin: 0 0 2px;
}

input.courseFinder__textBox {
  width: 78%;
  background: #625533;
  color: #fff;
  border: 2px solid #625533;
  padding: 20px 10px;
  float: left;
  height: 63px;
}

button.courseFinder__submit {
  width: 22%;
  background: #a39161;
  color: #fff;
  border: 2px solid #625533;
  padding: 16px 10px;
  height: 63px;
}

.courseFinder__submit:before {
  font-size: 25px;
  font-size: 1.5625rem;
}

input.courseFinder__textBox::-webkit-input-placeholder {
  color: #fff;
}

input.courseFinder__textBox:-moz-placeholder {
  color: #fff;
}

input.courseFinder__textBox::-moz-placeholder {
  color: #fff;
}

input.courseFinder__textBox:-ms-input-placeholder {
  color: #fff;
}

.liveResults {
  position: absolute;
  z-index: 200;
  background: #625533;
  max-height: 200px;
  overflow: auto;
  right: 8px;
  left: 8px;
}

.liveResults a {
  display: block;
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
  font-size: .875rem;
  text-decoration: none;
}

.liveResults a:hover {
  text-decoration: underline;
}

.cycle-overlay h2 a, .cycle-slide > a, .navList a {
  text-decoration: none;
}

.courseFinder__more {
  border-bottom: 1px solid #fff;
}

.courseFinder__more.toggleOn:after {
  content: "\e60e";
  font-family: icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cycle-overlay h2, .pageIntro h1 {
  font-family: akzidenz-grotesk-condensed, sans-serif;
}

a.courseFinder__more:hover {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .courseFinder.hide {
    display: block;
  }
  a.courseFinder__more {
    display: none;
  }
}

.pageIntro {
  background: #fff;
  padding: 16px 16px 10px;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.pageIntro h1 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .pageIntro h1 {
    width: 150px;
  }
}

.cycle-overlay {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 400;
}

.cycle-overlay h2 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 0 0 10px;
  color: #837245;
  font-weight: 800;
}

.cycle-overlay h2 a {
  color: #837245;
}

.cycle-overlay h2 a:hover {
  color: #000;
}

.cycle-pager {
  position: absolute;
  top: -25px;
  left: 5px;
  z-index: 500;
}

.cycle-pager span {
  background: #fff;
  z-index: 100;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  text-indent: -9999em;
  border: 1px solid #a39161;
}

.cycle-pager span.cycle-pager-active {
  background: #a39161;
  border: 1px solid #a39161;
}

.cycle-slide {
  width: 100%;
}

.no-touch .cycle-slide > a:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(/SiteElements/2014/images/bg/grid-overlay.png);
  z-index: 100;
}

.no-touch .cycle-slide > a:hover:before {
  content: '+ MORE';
  position: absolute;
  margin: auto;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  text-align: center;
  text-decoration: none;
  height: 30px;
  z-index: 150;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
}

@media screen and (min-width: 640px) {
  .cycle-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .cycle-pager {
    left: 0;
  }
}

@media screen and (min-width: 960px) {
  .cycle-overlay {
    width: 33.333%;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}

.searchBox, .siteSearch {
  margin: 10px 8px;
  clear: both;
  position: relative;
}

.searchBox .liveResultsMain {
  left: 0;
  right: 0;
}

.searchBox label {
  display: none;
}

.searchTextBox, .siteSearch__textBox {
  width: 80%;
  padding: 10px;
  float: left;
  height: 48px;
}

.searchButton, .siteSearch__submit {
  width: 20%;
  padding: 12px 5px;
  height: 48px;
}

.searchButton:before {
  font-size: 20px;
  font-size: 1.25rem;
}

.search-toggle {
  float: right;
  margin: 20px 10px 20px 0;
}

@media screen and (min-width: 640px) {
  .searchBox, .siteSearch {
    float: right;
    width: 250px;
    margin: 37px 8px 25px;
    clear: none;
  }
  .search-toggle {
    display: none;
  }
  .siteSearch.hide {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .searchBox, .siteSearch {
    float: right;
    width: 250px;
    margin: 8px 8px 25px;
    clear: none;
  }
}

td.gsc-input {
  border: 1px solid #a39161 !important;
  border-right: 2px solid #a39161 !important;
  padding: 0 !important;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}

input.gsc-input, input.gsc-input:focus {
  border: none !important;
  padding: 0 20px 0 10px !important;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

input.gsc-search-button, td.gsc-search-button {
  padding: 0 !important;
  -webkit-appearance: none !important;
}

.gsc-input-box {
  border: none !important;
  height: auto !important;
}

td.gsc-search-button {
  border: 1px solid #a39161 !important;
  color: #a39161 !important;
  background: #fff !important;
  border-radius: 0 !important;
}

input.gsc-search-button {
  width: 48px !important;
  height: 42px !important;
  min-width: 13px !important;
  margin-top: 0 !important;
  cursor: pointer;
  border: 0 !important;
  background-size: 20px !important;
}

.no-svg input.gsc-search-button {
  background: #fff !important;
  /*background: url(/SiteElements/2014/images/bg/search-gold.png) center no-repeat #fff!important;*/
  background-size: 20px !important;
}

/* Clear button */
input[type=text]::-ms-clear {
  display: none;
}

.gsc-clear-button {
  display: none;
}

.gsc-input {
  height: 48px;
}

/* Funnelback search styles */
.fbSearch {
  width: 170px;
  height: 48px;
  padding-left: 3px;
}

.fbSearchBtn {
  width: 70px !important;
  height: 51px !important;
  min-width: 13px !important;
  margin-left: -1px;
  margin-top: 0 !important;
  cursor: pointer;
  background: #fff !important;
  background-size: 20px !important;
  color: #000;
  font-weight: bold;
  padding: 0;
}

.primaryFooter {
  background: #000;
  color: #fff;
  padding: 23px 15px;
}

.primaryFooter .row {
  margin: 0;
}

.navList__title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}

.navList {
  padding: 0 15px;
}

.navList li {
  margin: 0 0 15px;
  font-size: 14px;
  font-size: .875rem;
}

.navList a {
  color: #fff;
  padding: 0 10px 0 0;
  display: block;
}

.navList a:hover {
  text-decoration: underline;
}

.primaryFooter__address {
  font-size: 14px;
  font-size: .875rem;
}

.primaryFooter__logo {
  background: url(/SiteElements/2014/images/bg/dmu-logo-white.svg) left center no-repeat;
  display: block;
  height: 99px;
  text-indent: -9999em;
}

.no-svg .primaryFooter__logo {
  background: url(/SiteElements/2014/images/bg/dmu-logo-white.png) left center no-repeat;
}

.tefFooter__logo {
  background: url(/siteelements/images/tef-logo.png) left center no-repeat;
  display: block;
  height: 85px;
  text-indent: -9999em;
}

@media screen and (min-width: 640px) {
  .navList ul.hide {
    display: block;
  }
  .navList__title {
    cursor: auto;
  }
  .navList {
    margin: 0 0 50px;
  }
  .primaryFooter {
    padding: 23px 0 0;
    margin-bottom: -20px;
  }
  .tefFooter__logo {
    background: url(/siteelements/images/tef-logo.gif) left center no-repeat;
    display: block;
    height: 85px;
    text-indent: -9999em;
  }
}

@media screen and (min-width: 960px) {
  .primaryFooter__address {
    padding: 0 0 0 64px;
  }
}

.secondaryFooter {
  padding: 10px 15px;
  background: #a39161;
  color: #fff;
  overflow: hidden;
  clear: both;
}

#TextOnlyToggle {
  float: left;
  color: #fff;
  text-decoration: none;
  display: block;
  padding-top: 15px;
  font-size: 14px;
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 14px;
}

.secondaryFooter__links {
  margin: 0;
}

.secondaryFooter__links li {
  font-size: 14px;
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 700;
}

.cookieMessage__close:before, .link-small_black_plus:before {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.secondaryFooter__links a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 10px 10px 0;
}

.block--iconText, .block--iconText a, .cookieMessage__close {
  color: #000;
  text-decoration: none;
}

.secondaryFooter__links a:hover {
  text-decoration: underline;
}

.secondaryFooter__links li:last-child {
  padding: 10px 10px 10px 0;
}

.socialLinks li {
  float: left;
  margin: 0 10px 0 0;
}

.socialLinks__link {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/SiteElements/2014/images/bg/social-icons-05.png) no-repeat;
  text-indent: -9999em;
}

.socialLinks__link--fb {
  background-position: 0 0;
}

.socialLinks__link--fb:hover {
  background-position: 0 -40px;
}

.socialLinks__link--tw {
  background-position: -50px 0;
}

.socialLinks__link--tw:hover {
  background-position: -50px -40px;
}

.socialLinks__link--ig {
  background-position: -100px 0;
}

.socialLinks__link--ig:hover {
  background-position: -100px -40px;
}

.socialLinks__link--sc {
  background-position: -350px 0;
}

.socialLinks__link--sc:hover {
  background-position: -350px -40px;
}

.socialLinks__link--pin {
  background-position: -150px 0;
}

.socialLinks__link--pin:hover {
  background-position: -150px -40px;
}

.socialLinks__link--gp {
  background-position: -200px 0;
}

.socialLinks__link--gp:hover {
  background-position: -200px -40px;
}

.socialLinks__link--yt {
  background-position: -250px 0;
}

.socialLinks__link--yt:hover {
  background-position: -250px -40px;
}

.socialLinks__link--li {
  background-position: -300px 0;
}

.socialLinks__link--li:hover {
  background-position: -300px -40px;
}

@media screen and (min-width: 640px) {
  .secondaryFooter__links {
    float: left;
    padding-top: 15px;
  }
  .secondaryFooter__links li {
    float: left;
    margin: 0 15px 0 0;
  }
  .secondaryFooter__links a, .secondaryFooter__links li:last-child {
    padding: 0;
  }
  .socialLinks {
    float: right;
  }
}

.cookieMessage {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 10px 20px 20px;
  border-top: 1px solid #000000;
  z-index: 300;
}

.cookieMessage .columns {
  float: none !important;
  padding-left: 0;
  padding-right: 0;
}

.cookieMessage a {
  color: #9d0932;
  text-decoration: underline;
}

.cookieMessage p {
  margin: 16px 0;
}

.cookieMessage__close:before {
  content: "\e60e";
  font-family: icons;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.cookieMessage__close {
  position: relative;
  padding: 0 0 0 22px;
  display: block;
}

.block__title {
  background: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
}

.block--icon {
  background: #000;
  width: 64px;
  height: 64px;
  display: block;
  display: table-cell;
}

.block--icon img {
  width: 100%;
}

.block--iconText {
  display: table-cell;
  background: #fff;
  padding: 0 0 0 10px;
  font-size: 20px;
  font-size: 1.25rem;
}

.block--iconText a {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
}

.block--content:hover .block__title > .block--iconText, .block--content:hover .block__title > .block--iconText a {
  background: #000;
  color: #fff;
}

.block--tallImg .block--icon {
  position: absolute;
  z-index: 500;
}

.block--content:hover .block__rowTitle .block--iconText, .block--content:hover .block__rowTitle .block--iconText a, .block__rowTitle .block--iconText, .block__rowTitle .block--iconText a {
  background: #ffffff;
  color: #000000;
}

.courseFinder .block__title > .block--iconText:hover, .courseFinder .block__title > .block--iconText:hover a {
  background: #000;
  color: #fff;
}

.courseFinder .block--iconText a {
  padding: 24px 0;
  display: block;
}

.text-medium_black, .text-medium_gold, .text-medium_white {
  padding: 0;
  display: block;
  font-family: akzidenz-grotesk-condensed, sans-serif;
  margin: 0 0 5px;
}

.text-medium_white {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #fff;
}

.text-medium_black {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #000;
}

.text-medium_gold {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #4d4d4d;
}

.text-small_black {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #000;
  margin: 0 0 5px;
  padding: 0;
  display: block;
  font-family: akzidenz-grotesk-condensed, sans-serif;
}

.link-small_black_plus, .text-large_gold {
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 0;
  display: block;
  font-family: akzidenz-grotesk-condensed, sans-serif;
}

.text-large_gold {
  font-size: 48px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: #a39161;
}

.link-small_black_plus {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #000;
  text-decoration: none;
}

.link-small_black_plus:before {
  content: "\e608";
  margin-right: 5px;
  font-family: icons;
  text-transform: none;
  line-height: 1;
}

.lightbox-youtube {
  border: none;
}

@media screen and (min-width: 960px) {
  .text-medium_white {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .text-small_black {
    font-size: 14px;
    font-size: .875rem;
    line-height: 12px;
    line-height: .75rem;
  }
  .block--tallText p {
    font-size: 1.4vw;
  }
  .block--tallText .text-medium_black, .block--tallText .text-medium_gold {
    font-size: 1.9vw;
  }
}

@media screen and (min-width: 1200px) {
  .text-medium_white {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .text-small_black {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .block--tallText .text-medium_black, .block--tallText .text-medium_gold {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .block--tallText p {
    font-size: 14px;
    font-size: .875rem;
  }
}

@media (min-width: 960px) {
  ul.socialLinks.listReset.headerSocialLinks {
    margin-top: 12px;
    margin-right: 0;
    display: block;
  }
}

@media (min-width: 830px) and (max-width: 959px) {
  ul.socialLinks.listReset.headerSocialLinks {
    margin-top: 40px;
    margin-right: 15px;
    display: block;
  }
}

@media (max-width: 829px) {
  ul.socialLinks.listReset.headerSocialLinks {
    display: none;
  }
}

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