/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* 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; }

a {
  text-decoration: none; }

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 {
  font-size: 62.5%;
  font-smoothing: antialiased;
  font-smooth: always; }
  @media only screen and (min-width: 961px) and (max-width: 1679px) {
    html {
      font-size: 60%; } }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    html {
      font-size: 55%; } }
  @media only screen and (min-width: 1px) and (max-width: 640px) {
    html {
      font-size: 40%; } }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  line-height: 2.9326rem; }
  body p {
    font-size: 2.2rem;
    line-height: 2.9326rem;
    margin-bottom: 2.9326rem; }
    body p strong {
      font-weight: bold; }
    body p em {
      font-style: italic; }
  body a {
    color: black;
    transition-duration: 0.4s; }
  body .body-copy h2 {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 2rem; }
  body .body-copy h4 {
    font-weight: bold;
    margin-bottom: 2.2rem; }

#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 99999;
  display: none; }
  #mobile-menu.open {
    display: block; }
  #mobile-menu .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    text-indent: -999999px;
    cursor: pointer; }
    #mobile-menu .close:after, #mobile-menu .close:before {
      content: '';
      position: absolute;
      top: 0%;
      left: 0%;
      width: 32px;
      height: 4px;
      background: black; }
    #mobile-menu .close:before {
      transform: rotate(45deg); }
    #mobile-menu .close:after {
      transform: rotate(-45deg); }
  #mobile-menu ul {
    width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #mobile-menu ul li {
      text-align: center;
      margin-bottom: 1rem;
      font-size: 3rem;
      line-height: 3.999rem;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      font-weight: bold; }
      #mobile-menu ul li a {
        display: inline-block;
        padding: 0.5rem 2rem;
        border-radius: 4px;
        transition-duration: 0.6s;
        transition-property: all;
        background-color: rgba(0, 0, 0, 0); }
        #mobile-menu ul li a:hover {
          color: white;
          background-color: black; }

.outer {
  position: relative; }
  .outer.black {
    background-color: black; }
    .outer.black p, .outer.black h3, .outer.black h4, .outer.black ul {
      color: white; }
  .outer ul {
    margin-left: 2rem;
    list-style: disc; }
  .outer.grey {
    background-color: #E6E7E8; }
  .outer .inner {
    width: 2100px;
    max-width: calc(100vw - 80px);
    margin: 0 auto;
    position: relative; }
    .outer .inner.narrow {
      width: 1480px;
      max-width: calc(100vw - 180px); }
      @media only screen and (min-width: 1px) and (max-width: 640px) {
        .outer .inner.narrow {
          max-width: none;
          width: 280px; } }

#banner {
  background: white;
  height: 2.5rem;
  padding: 1.5rem;
  z-index: 9999;
  width: calc(100vw - 3rem);
  border-bottom: 1px solid black; }
  #banner #site-title {
    text-transform: uppercase;
    font-size: 1.5rem;
    /* DO NOT CHANGE THIS SIZE!!! */
    font-weight: bold; }
    @media only screen and (min-width: 1px) and (max-width: 640px) {
      #banner #site-title {
        text-align: left;
        font-size: 2rem;
        /* DO NOT CHANGE THIS SIZE!!! */ } }
  #banner #hamburger {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    display: none;
    width: 32px;
    height: 24px; }
    #banner #hamburger:before {
      position: absolute;
      top: calc(50% - 2px);
      left: 0;
      content: '';
      width: 32px;
      height: 4px;
      background: black; }
    @media only screen and (min-width: 1px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 960px) {
      #banner #hamburger {
        display: block;
        width: 32px;
        height: 24px; } }
    #banner #hamburger a {
      display: block;
      text-indent: -999999px;
      position: relative;
      width: 32px;
      height: 24px; }
      #banner #hamburger a:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 32px;
        height: 4px;
        background: black; }
      #banner #hamburger a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 32px;
        height: 4px;
        background: black; }
  #banner ul {
    position: absolute;
    top: 10px;
    right: 1.5rem; }
    @media only screen and (min-width: 961px) and (max-width: 1679px) {
      #banner ul {
        top: 10px; } }
    @media only screen and (min-width: 1px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 960px) {
      #banner ul {
        display: none; } }
    #banner ul li {
      display: inline-block;
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 1.6rem;
      height: 2.5rem;
      margin-left: 3rem; }
      #banner ul li a {
        text-transform: uppercase;
        display: block;
        padding: 1rem;
        border-radius: 1rem; }
        #banner ul li a:hover {
          background: black;
          color: white; }

#breadcrumbs {
  background-color: #E6E7E8;
  text-transform: uppercase;
  padding: 1rem 0;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.5); }
  #breadcrumbs strong {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8); }
  #breadcrumbs a {
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 0.1rem; }
    #breadcrumbs a:hover {
      border-bottom: 1px solid black; }

.module.border-top {
  border-top: 1px solid black; }

.module h3 {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase; }

.module .get-in-touch {
  padding: 6rem 0;
  position: relative; }
  .module .get-in-touch .roundel {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%); }
    @media only screen and (min-width: 1px) and (max-width: 640px) {
      .module .get-in-touch .roundel {
        position: relative;
        top: auto;
        right: auto;
        transform: translate(0, 0);
        margin-bottom: 4rem; } }
    .module .get-in-touch .roundel a {
      display: block;
      background-image: url("../images/getintouch.svg");
      width: 200px;
      height: 200px;
      background-size: contain;
      text-indent: -99999px;
      overflow: hidden;
      opacity: 0.9; }
      .module .get-in-touch .roundel a:hover {
        opacity: 1;
        transform: scale(1.05); }
  .module .get-in-touch .text {
    width: 40%;
    padding-right: 40%;
    margin: 0 auto; }
    @media only screen and (min-width: 1px) and (max-width: 640px) {
      .module .get-in-touch .text {
        width: 100%; } }
  .module .get-in-touch h3 {
    font-size: 3rem;
    margin-bottom: 5rem; }
  .module .get-in-touch p {
    font-family: "Slabo 27px", serif;
    font-size: 3rem;
    line-height: 3.999rem; }

.module.download-panel {
  background-color: black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  position: relative; }
  .module.download-panel .story {
    min-width: 320px;
    background-color: black;
    color: white;
    padding: 9rem 0; }
    .module.download-panel .story p {
      font-size: 3rem;
      line-height: 3.999rem;
      font-family: "Slabo 27px", serif;
      width: 80%; }
    .module.download-panel .story .button-group {
      width: 100%;
      display: flex;
      margin: 4rem 0 0 0; }
      .module.download-panel .story .button-group .button {
        width: calc(50% - 40px);
        margin-right: 20px;
        display: block; }
        .module.download-panel .story .button-group .button a {
          display: block;
          width: calc(100% - 40px);
          border: 1px solid rgba(255, 255, 255, 0.7);
          position: relative; }
          .module.download-panel .story .button-group .button a:after {
            content: '';
            width: 40px;
            height: 20px;
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translate(0, -50%);
            background-image: url("../images/seagulldown.svg");
            background-size: contain;
            transition-duration: 0.1s; }
          .module.download-panel .story .button-group .button a:hover {
            background: transparent;
            border-color: white; }
            .module.download-panel .story .button-group .button a:hover:after {
              top: calc(50% + 2px); }

.module.hero, .module.home-hero {
  width: 100vw;
  height: 75vh;
  max-height: 75vw;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .module.hero.black, .module.home-hero.black {
    background-color: black; }
  .module.hero h1, .module.home-hero h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Marcellus", serif;
    font-size: 6rem;
    line-height: 6rem;
    font-weight: bold;
    text-transform: uppercase;
    color: white; }
    @media only screen and (min-width: 1px) and (max-width: 640px) {
      .module.hero h1, .module.home-hero h1 {
        font-size: 4.5rem;
        line-height: 4.5rem; } }
    body.home .module.hero h1, body.home .module.home-hero h1 {
      width: 464px;
      height: 141px;
      text-indent: -9999999px;
      background-image: url("../images/york-hero-headline-2.svg");
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 1px) and (max-width: 640px) {
        body.home .module.hero h1, body.home .module.home-hero h1 {
          width: 300px;
          height: 100px; } }

.module.introduction {
  position: relative; }
  .module.introduction.top-panel {
    padding: 6rem 0; }
    .module.introduction.top-panel .text {
      width: 80%;
      margin: 0 auto; }
      @media only screen and (min-width: 641px) and (max-width: 960px), only screen and (min-width: 1px) and (max-width: 640px) {
        .module.introduction.top-panel .text {
          width: 100%; } }
      .module.introduction.top-panel .text h3 {
        margin-bottom: 6rem; }
      .module.introduction.top-panel .text p {
        font-family: "Slabo 27px", serif;
        font-size: 3rem;
        line-height: 3.75rem;
        margin-bottom: 6rem; }
        @media only screen and (min-width: 641px) and (max-width: 960px) {
          .module.introduction.top-panel .text p {
            /*
						font-size: 3.75rem;
						line-height: 4.75rem;
*/
            width: 100%; } }
        @media only screen and (min-width: 1px) and (max-width: 640px) {
          .module.introduction.top-panel .text p {
            font-size: 3rem;
            line-height: 3.75rem; } }
      .module.introduction.top-panel .text img {
        max-width: 100%;
        height: auto; }
  .module.introduction.bottom-panel {
    background: black;
    position: relative; }
    .module.introduction.bottom-panel .text {
      box-sizing: border-box;
      padding: 4rem 0; }
    .module.introduction.bottom-panel p, .module.introduction.bottom-panel h4 {
      color: white; }
    .module.introduction.bottom-panel h4 {
      font-size: 3rem;
      line-height: 3.75rem;
      margin-bottom: 2.4rem;
      font-weight: 600;
      width: 75%; }
    .module.introduction.bottom-panel p {
      font-family: "Slabo 27px", serif;
      font-size: 3rem;
      line-height: 3.999rem;
      margin-bottom: 3.999rem; }
      @media only screen and (min-width: 1px) and (max-width: 640px) {
        .module.introduction.bottom-panel p {
          font-size: 3rem; } }
    .module.introduction.bottom-panel .single {
      width: 40vw;
      margin: 0 auto; }
      @media only screen and (min-width: 1px) and (max-width: 640px) {
        .module.introduction.bottom-panel .single {
          width: 280px; } }
    .module.introduction.bottom-panel .left {
      width: 65vw;
      min-height: 25vw; }
    .module.introduction.bottom-panel .right {
      position: absolute;
      top: 0;
      right: -20px;
      width: 25vw;
      height: 25vw; }
      .module.introduction.bottom-panel .right .slide {
        width: 25vw !important;
        height: 25vw !important;
        background-color: red;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }

.module.body-copy {
  padding: 4rem 0; }
  .module.body-copy h4 {
    margin-bottom: 2rem; }
  .module.body-copy p {
    margin-bottom: 2.9326rem; }
    .module.body-copy p strong {
      font-weight: bold; }
    .module.body-copy p em {
      font-style: italic; }
  .module.body-copy ul {
    margin-bottom: 2.9326rem; }
    .module.body-copy ul li {
      font-size: 2.2rem;
      line-height: 2.9326rem; }
  .module.body-copy .text {
    width: 80%;
    margin: 0 auto; }
  .module.body-copy img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 2rem auto; }
    .module.body-copy img.aligncenter {
      text-align: center; }

.module.three-panels {
  padding: 5rem 0 9rem 0;
  margin-bottom: 9rem; }
  .module.three-panels h2 {
    width: calc(33.33333% - 2px - 8rem);
    border: 1px solid black;
    border-bottom: none;
    padding: 4rem;
    font-weight: bold;
    font-size: 3rem;
    text-transform: uppercase;
    text-align: center; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .module.three-panels h2 {
        font-size: 2.1rem; } }
    @media only screen and (min-width: 1px) and (max-width: 640px) {
      .module.three-panels h2 {
        width: auto; } }
  .module.three-panels .link {
    width: calc(67% - 5px);
    height: 9rem;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media only screen and (min-width: 1px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 960px), only screen and (min-width: 961px) and (max-width: 1679px) {
      .module.three-panels .link {
        width: 100vw; } }
    .module.three-panels .link img {
      max-width: 100%;
      height: auto; }
    .module.three-panels .link a {
      color: white;
      font-size: 3rem;
      line-height: 3rem;
      height: 3rem;
      padding: 3rem;
      display: block;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      background: black;
      position: relative; }
      @media only screen and (min-width: 961px) and (max-width: 1679px), only screen and (min-width: 641px) and (max-width: 960px) {
        .module.three-panels .link a {
          font-size: 1.6rem; } }
      @media only screen and (min-width: 1px) and (max-width: 640px) {
        .module.three-panels .link a {
          height: auto;
          font-size: 2.2rem; } }
      .module.three-panels .link a:after {
        display: block;
        z-index: 99999;
        position: absolute;
        content: '';
        top: 50%;
        right: 4rem;
        transform: translate(0, -50%);
        background-image: url("../images/nextarrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 60px;
        height: 40px;
        transition-duration: 0.4s; }
        @media only screen and (min-width: 1px) and (max-width: 640px) {
          .module.three-panels .link a:after {
            width: 24px;
            height: 24px;
            top: auto;
            bottom: 0;
            right: 20px; } }
      .module.three-panels .link a:hover {
        background: rgba(0, 0, 0, 0.8); }
        .module.three-panels .link a:hover:after {
          transform: translate(4px, -50%); }
  .module.three-panels.link-all {
    cursor: pointer; }
    .module.three-panels.link-all:hover .link a {
      background: rgba(0, 0, 0, 0.8); }
      .module.three-panels.link-all:hover .link a:after {
        transform: translate(4px, -50%); }
  .module.three-panels .panels {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black; }
    @media only screen and (min-width: 1px) and (max-width: 640px) {
      .module.three-panels .panels {
        display: block; } }
    .module.three-panels .panels .panel {
      width: calc(33.33333% - 1px);
      padding: 4rem 0rem 7rem 0;
      border-right: 1px solid black; }
      @media only screen and (min-width: 1px) and (max-width: 640px) {
        .module.three-panels .panels .panel {
          border-bottom: 1px solid black;
          width: auto;
          padding: 2rem 0; } }
      .module.three-panels .panels .panel .text {
        width: 67%;
        margin: 0 auto; }
        .module.three-panels .panels .panel .text h3 {
          font-family: "Marcellus", serif;
          font-size: 4.5rem;
          line-height: 4.8rem;
          text-align: center;
          text-transform: uppercase;
          margin: 0 0 2rem 0;
          min-height: 170px; }
          @media only screen and (min-width: 641px) and (max-width: 960px) {
            .module.three-panels .panels .panel .text h3 {
              font-size: 3rem;
              line-height: 4.05rem; } }
          @media only screen and (min-width: 1px) and (max-width: 640px) {
            .module.three-panels .panels .panel .text h3 {
              font-size: 3.75rem;
              margin-bottom: 0;
              min-height: 0; } }
        .module.three-panels .panels .panel .text h4 {
          text-transform: uppercase;
          margin: 0 0 2rem 0;
          text-align: center;
          font-weight: bold;
          font-size: 2rem; }
          @media only screen and (min-width: 641px) and (max-width: 960px) {
            .module.three-panels .panels .panel .text h4 {
              font-size: 2.2rem;
              line-height: 2.2rem; } }
          @media only screen and (min-width: 1px) and (max-width: 640px) {
            .module.three-panels .panels .panel .text h4 {
              font-size: 1.6rem; } }
        .module.three-panels .panels .panel .text p {
          font-size: 3rem;
          line-height: 3.999rem;
          text-align: center;
          font-family: "Slabo 27px", serif; }
          @media only screen and (min-width: 641px) and (max-width: 960px) {
            .module.three-panels .panels .panel .text p {
              font-size: 2.2rem;
              line-height: 2.9326rem; } }
          @media only screen and (min-width: 1px) and (max-width: 640px) {
            .module.three-panels .panels .panel .text p {
              font-size: 2.2rem;
              line-height: 2.9326rem; } }
        .module.three-panels .panels .panel .text img {
          margin-bottom: 4rem; }

.module.featured-content {
  padding: 6rem 0 14rem 0; }
  .module.featured-content .text {
    width: 80%;
    margin: 0 auto; }
    .module.featured-content .text h3 {
      font-size: 3rem;
      line-height: 3.75rem;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 3rem; }
    .module.featured-content .text p {
      font-size: 3rem;
      line-height: 3.999rem;
      margin-bottom: 3.999rem;
      font-family: "Slabo 27px", serif; }
    .module.featured-content .text .readmore {
      float: right; }
      .module.featured-content .text .readmore a {
        background: white;
        font-family: "Open Sans", sans-serif;
        font-size: 2.2rem;
        text-transform: uppercase;
        font-weight: bold;
        padding: 1rem; }
        .module.featured-content .text .readmore a:hover {
          background-color: rgba(255, 255, 255, 0.8); }

.module.content-slider {
  padding: 4rem 0;
  width: 100vw;
  overflow-x: hidden;
  /*
		.slides {
		width: 100vw;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		padding-bottom: 2rem;
			.slide {
				display: inline-block;
				width: 320px;
				height: 57rem;
				margin: 0 1rem;
				border: 1px solid black;
				position: relative;
				overflow: hidden;
				cursor: pointer;
				@media only screen and (min-width: 641px) and (max-width: 960px) {
					height: 62rem;
				}
				h4 {
					font-family: $f_marcellus;
					text-transform: uppercase;
					padding: 2rem 0;
					font-size: 3rem;
					line-height: 3.2rem;
					text-align: center;
					width: calc(100% - 20px);
					margin: 0 auto;
					position: absolute;
					top: 0;
					left: 50%;
					transform: translate(-50%, 0);
					a {
						display: block;
						text-align: center;
						width: 100%;
						height: 70px;
						white-space: normal;
					}
				}
				.image {
					border-top: 1px solid black;
					position: absolute;
					bottom: 0;
					left: 0;
					width: 320px;
					height: 450px;
					background-position: center center;
					background-size: cover;
					overflow: hidden;
					img {
						transition-duration: 0.4s;
						transition-property: all;
					}
				}
				&:hover {
					.image {
						img {
							transform: scale(1.1);
						}
					}
				}
			}
		}
*/ }
  .module.content-slider h3 {
    font-size: 3rem;
    line-height: 3.999rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    margin: 3rem 0; }
    @media only screen and (min-width: 961px) and (max-width: 1679px) {
      .module.content-slider h3 {
        font-size: 3rem;
        line-height: 3.75rem; } }
    @media only screen and (min-width: 1px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 960px) {
      .module.content-slider h3 {
        font-size: 2.7rem;
        line-height: 3.15rem; } }
  .module.content-slider .slides {
    margin: 0 auto;
    max-width: calc(100vw - 80px + 2rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2rem; }
    @media only screen and (min-width: 1px) and (max-width: 640px) {
      .module.content-slider .slides {
        max-width: 100vw; } }
    .module.content-slider .slides.slides-6 {
      box-sizing: border-box; }
      .module.content-slider .slides.slides-6 .slide {
        width: 16.66667%; }
    .module.content-slider .slides.slides-7 {
      box-sizing: border-box; }
      .module.content-slider .slides.slides-7 .slide {
        width: 12%; }
        @media only screen and (min-width: 421px) and (max-width: 1000px), only screen and (min-width: 961px) and (max-width: 1679px) {
          .module.content-slider .slides.slides-7 .slide {
            width: 28%; } }
        @media only screen and (min-width: 1px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 960px) {
          .module.content-slider .slides.slides-7 .slide {
            width: 42.5%; } }
    .module.content-slider .slides .slide {
      padding: 1rem;
      overflow: hidden;
      cursor: pointer; }
      .module.content-slider .slides .slide h4 {
        border: 1px solid black;
        padding: 2rem;
        font-family: "Marcellus", serif;
        text-transform: uppercase;
        padding: 2rem;
        font-size: 2.2rem;
        line-height: 2.9326rem;
        width: 100%;
        box-sizing: border-box;
        height: 130px;
        text-align: center; }
        @media only screen and (min-width: 961px) and (max-width: 1679px) {
          .module.content-slider .slides .slide h4 {
            font-size: 2.2rem;
            line-height: 2.75rem;
            height: 120px; } }
        @media only screen and (min-width: 641px) and (max-width: 960px) {
          .module.content-slider .slides .slide h4 {
            padding: 1rem;
            font-size: 2.2rem;
            line-height: 2.9326rem; } }
        @media only screen and (min-width: 421px) and (max-width: 1000px) {
          .module.content-slider .slides .slide h4 {
            padding: 2.2rem;
            font-size: 2.75rem; } }
        @media only screen and (min-width: 1px) and (max-width: 640px) {
          .module.content-slider .slides .slide h4 {
            height: 90px; } }
      .module.content-slider .slides .slide .image {
        width: 100%;
        border: 1px solid black;
        border-top: none;
        box-sizing: border-box;
        overflow: hidden; }
        .module.content-slider .slides .slide .image img {
          width: 100%;
          height: auto;
          display: block;
          transition-duration: 0.4s;
          transition-property: all; }
      .module.content-slider .slides .slide:hover .image img {
        transform: scale(1.1); }

.module.resources {
  margin: 4rem auto 8rem auto; }
  .module.resources h3 {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2.2rem; }
  .module.resources .panels {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .module.resources .panels .panel {
      border-top: 1px solid black;
      padding: 4rem 0 160px 0;
      width: calc(25% - 20px);
      position: relative; }
      @media only screen and (min-width: 961px) and (max-width: 1679px) {
        .module.resources .panels .panel {
          width: 45%; } }
      @media only screen and (min-width: 641px) and (max-width: 960px) {
        .module.resources .panels .panel {
          width: 80%;
          margin-bottom: 2rem; } }
      @media only screen and (min-width: 1px) and (max-width: 640px) {
        .module.resources .panels .panel {
          width: 100%;
          margin-top: 4rem; } }
      .module.resources .panels .panel h4 {
        font-size: 2.2rem;
        margin-bottom: 2.2rem;
        font-weight: bold; }
      .module.resources .panels .panel p {
        margin-bottom: 2.2rem; }
      .module.resources .panels .panel .icon {
        margin: 2rem 0;
        width: 120px;
        height: 120px;
        position: absolute;
        bottom: 40px; }
      .module.resources .panels .panel .button {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
        .module.resources .panels .panel .button a:after {
          content: '';
          width: 32px;
          height: 32px;
          background-image: url("../images/nextarrow.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          position: absolute;
          top: 50%;
          right: 2rem;
          transform: translate(0, -50%);
          transition-duration: 0.25s; }
        .module.resources .panels .panel .button a:hover:after {
          right: 1rem; }

.module.link-panels {
  padding: 8rem 0; }
  .module.link-panels .link-panel-intro {
    text-align: center;
    /*
			width: 2100px;
			max-width: calc(100vw - 80px);
			margin: 0 auto 3rem auto;
*/ }
    .module.link-panels .link-panel-intro h2 {
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 1rem;
      text-align: center; }
    .module.link-panels .link-panel-intro p {
      font-size: 2.2rem;
      line-height: 2.75rem;
      margin-bottom: 2.75rem; }
  .module.link-panels h3 {
    width: 2100px;
    max-width: calc(100vw - 80px);
    margin: 4rem auto 3rem auto;
    position: relative; }
  .module.link-panels .panel-container {
    padding: 10px 20px 20px 20px; }
    .module.link-panels .panel-container .panels {
      margin: 0 auto;
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      .module.link-panels .panel-container .panels .panel {
        width: calc(25% - 30px);
        min-width: 300px;
        margin-bottom: 20px;
        margin-right: 20px;
        height: 200px;
        border: 1px solid black;
        position: relative;
        padding: 2rem 0 0 0;
        cursor: pointer; }
        @media only screen and (min-width: 961px) and (max-width: 1679px), only screen and (min-width: 641px) and (max-width: 960px) {
          .module.link-panels .panel-container .panels .panel {
            width: calc(33% - 30px);
            min-width: 240px; } }
        @media only screen and (min-width: 1px) and (max-width: 640px) {
          .module.link-panels .panel-container .panels .panel {
            width: 50%;
            min-width: 250px; } }
        .module.link-panels .panel-container .panels .panel h4 {
          padding: 0 1rem 1rem 1rem;
          min-height: 4rem;
          text-align: center;
          font-family: "Marcellus", serif;
          text-transform: uppercase;
          font-size: 3.3rem;
          line-height: 4.5rem;
          white-space: normal; }
        .module.link-panels .panel-container .panels .panel .button {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%; }
          .module.link-panels .panel-container .panels .panel .button a {
            position: relative;
            background-color: rgba(0, 0, 0, 0.85); }
            .module.link-panels .panel-container .panels .panel .button a:after {
              content: '';
              width: 32px;
              height: 32px;
              background-image: url("../images/nextarrow.svg");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center center;
              position: absolute;
              top: 50%;
              right: 2rem;
              transform: translate(0, -50%);
              transition-duration: 0.25s; }
            .module.link-panels .panel-container .panels .panel .button a:hover:after {
              right: 1rem; }
        .module.link-panels .panel-container .panels .panel:hover .button a {
          background-color: black; }
          .module.link-panels .panel-container .panels .panel:hover .button a:after {
            right: 1rem; }

.module.journal-posts {
  padding: 6rem 0 4rem 0; }
  .module.journal-posts h3 {
    padding-bottom: 4rem; }
  .module.journal-posts .tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .module.journal-posts .tiles .tile {
      cursor: pointer;
      width: calc(25% - 20px);
      min-width: 160px;
      margin-bottom: 2rem; }
      @media only screen and (min-width: 641px) and (max-width: 960px) {
        .module.journal-posts .tiles .tile {
          width: calc(50% - 20px); } }
      @media only screen and (min-width: 1px) and (max-width: 640px) {
        .module.journal-posts .tiles .tile {
          width: 100%; } }
      .module.journal-posts .tiles .tile .image {
        overflow: hidden;
        height: 188px; }
        .module.journal-posts .tiles .tile .image img {
          width: 100%;
          height: auto;
          transition-duration: 0.4s; }
      .module.journal-posts .tiles .tile h4 {
        box-sizing: border-box;
        border: 1px solid black;
        padding: 2rem;
        font-family: "Slabo 27px", serif;
        font-size: 2.2rem;
        width: 100%;
        position: relative; }
        @media only screen and (min-width: 1px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 960px) {
          .module.journal-posts .tiles .tile h4 {
            padding: 1rem; } }
        .module.journal-posts .tiles .tile h4 a {
          width: 70%; }
        .module.journal-posts .tiles .tile h4:after {
          display: block;
          width: 30%;
          height: calc(100% + 2px);
          position: absolute;
          content: '';
          top: -1px;
          right: 0;
          background-color: black;
          background-image: url("../images/nextarrow.svg");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 37.5%;
          transition-duration: 0.2s; }
          @media only screen and (min-width: 1px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 960px) {
            .module.journal-posts .tiles .tile h4:after {
              width: 20%; } }
      .module.journal-posts .tiles .tile:hover .image img {
        transform: scale(1.1); }
      .module.journal-posts .tiles .tile:hover h4:after {
        background-position: 60% center; }

.module.register {
  padding: 4rem 0;
  min-height: 200px; }
  .module.register h3 {
    margin-bottom: 2rem; }
  .module.register form {
    margin: 2rem auto 0 auto; }
    @media only screen and (min-width: 961px) and (max-width: 1679px), only screen and (min-width: 641px) and (max-width: 960px) {
      .module.register form {
        width: 66.667%; } }
    @media only screen and (min-width: 1px) and (max-width: 640px) {
      .module.register form {
        width: 100%; } }
    .module.register form .inputs {
      padding: 1rem 0; }
    .module.register form label {
      font-size: 2.2rem;
      font-weight: bold;
      width: 100px;
      display: inline-block;
      color: white; }
    .module.register form input {
      display: inline-block;
      width: 60%;
      border: none;
      padding: 1rem;
      outline: none;
      font-family: "Open Sans", sans-serif;
      font-size: 2.2rem; }
    .module.register form .response {
      color: white;
      font-size: 2.2rem;
      line-height: 2.9326rem; }
    .module.register form #register-submit {
      margin-top: 3rem; }
      .module.register form #register-submit input {
        width: 175px;
        border: 1px solid white;
        padding: 1rem;
        background: black;
        color: white;
        font-family: "Open Sans", sans-serif;
        font-size: 2.2rem;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        transition-duration: 0.25s; }
        .module.register form #register-submit input:hover {
          background-color: white;
          color: black; }

.module.story-panel {
  padding: 5rem 0; }
  .module.story-panel h3 {
    font-size: 3rem;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2rem; }
  .module.story-panel .story {
    width: 80%;
    margin: 0 auto; }
    .module.story-panel .story p {
      font-size: 3rem;
      line-height: 3.999rem;
      margin: 2rem 0;
      font-family: "Slabo 27px", serif; }
      @media only screen and (min-width: 961px) and (max-width: 1679px), only screen and (min-width: 641px) and (max-width: 960px) {
        .module.story-panel .story p {
          font-size: 2.2rem;
          line-height: 2.9326rem; } }
  .module.story-panel .button {
    display: inline-block; }
    .module.story-panel .button a {
      background: transparent;
      border: 1px solid black;
      color: black; }
      .module.story-panel .button a:hover {
        background: white; }

body .wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
  display: block;
  border: none;
  background: black;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: white; }
  body .wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
    background-color: #333;
    margin: 0;
    border: none; }

.button a {
  display: block;
  background: black;
  padding: 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white; }
  .button a:hover {
    background-color: #333; }

#footer {
  border-top: 1px solid black; }
  #footer #footer-logos {
    display: none; }
  #footer #footer-menu {
    padding: 4rem 0; }
    #footer #footer-menu ul {
      text-align: center; }
      #footer #footer-menu ul li {
        display: inline-block;
        margin: 0 1rem; }
        #footer #footer-menu ul li a {
          font-size: 1.6rem;
          text-transform: uppercase;
          font-weight: bold; }
