/*
Theme Name: Golden Ratio Wall Kiosk
Description: A custom theme for North Central College for the Golden Ratio Wall Kiosk
Author: The Maude Group
Template: twentyseventeen
Version: 2.9.0
*/
html {
  box-sizing: border-box; }

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

@font-face {
  font-family: "Univers-Condensed", sans-serif;
  src: url("fontsUnivers-Condensed.eot");
  src: url("fontsUnivers-Condensed.woff2") format("woff2"), url("fontsUnivers-Condensed.woff") format("woff"), url("fontsUnivers-Condensed.ttf") format("truetype"), url("fontsUnivers-Condensed.svg#Univers-Condensed") format("svg"), url("fontsUnivers-Condensed.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
html, body, #content, main {
  min-height: 100%;
  height: 100%; }

html {
  position: relative; }

body {
  margin: 0;
  padding: 0; }
  body::before {
    margin: 0;
    content: '';
    display: table; }

#content {
  overflow-x: hidden; }

hr {
  border: 0;
  border-bottom: 0.25rem solid #FFC03B;
  margin-left: 0;
  margin-bottom: 2.3125rem;
  width: 3.9375rem; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.25rem; }

h3 {
  font-size: 1.875rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.3125rem; }

h6 {
  font-size: 1.1875rem; }

body {
  font-family: "ingra-condensed", sans-serif; }

.mask {
  display: none; }

.skip-link {
  display: none; }

iframe[src*="youtube"] {
  max-width: 100%; }

label {
  font-size: 1.25rem;
  margin-bottom: 0.4375rem; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  position: relative;
  width: 100%;
  height: 3.75rem;
  padding: 1.125rem 1.875rem 1.125rem 5.75rem;
  margin-bottom: 1.6875rem;
  border: 0.125rem solid #808184;
  background-color: white;
  font-size: 1.8125rem;
  font-family: "ingra-condensed", sans-serif;
  border-radius: 0;
  -webkit-appearance: none; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    position: relative;
    top: 0.125rem;
    text-transform: uppercase;
    letter-spacing: .109em;
    color: #A6A8AB; }
  input[type="text"]:-moz-placeholder, input[type="text"]::-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  textarea:-moz-placeholder,
  textarea::-moz-placeholder {
    position: relative;
    top: 0.125rem;
    text-transform: uppercase;
    letter-spacing: .109em;
    color: #A6A8AB; }
  .frm_error ~ input[type="text"], .frm_error ~
  input[type="email"], .frm_error ~
  input[type="password"], .frm_error ~
  textarea {
    border-color: red; }

.frm_error {
  margin-top: -1.6875rem;
  margin-bottom: 1.6875rem;
  color: #B20818; }

.profile-icon input {
  background-repeat: no-repeat;
  background-position: 1.6875rem center;
  background-image: url("images/profile-icon.png"); }

.building-icon input {
  background-repeat: no-repeat;
  background-position: 1.6875rem center;
  background-position: 1.375rem center;
  background-image: url("images/city-icon.png"); }

.email-icon input {
  background-repeat: no-repeat;
  background-position: 1.6875rem center;
  background-position: 1.8125rem center;
  background-image: url("images/email-icon.png"); }

.waypoint-icon input {
  background-repeat: no-repeat;
  background-position: 1.6875rem center;
  background-position: 1.625rem center;
  background-image: url("images/waypoint-icon.png"); }

.jersey-icon input {
  background-repeat: no-repeat;
  background-position: 1.6875rem center;
  background-position: 1.5rem center;
  background-image: url("images/jersey-icon.png"); }

.world-icon input {
  background-repeat: no-repeat;
  background-position: 1.6875rem center;
  background-position: 1.5625rem center;
  background-image: url("images/world-icon.png"); }

input[type="submit"],
.button,
button {
  cursor: pointer;
  -webkit-appearance: none;
  background: #808184;
  border: 0;
  padding: 1.25rem 2.5rem;
  color: white;
  font-family: "ingra-condensed", sans-serif;
  font-size: 2.05125rem;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .2em;
  text-align: center;
  text-decoration: none;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.frm_submit {
  float: left; }

.footnote {
  clear: both;
  float: right !important;
  font-family: "bookmania", serif;
  font-size: 2.28125rem;
  letter-spacing: .025em;
  color: #004677; }

.frm_message {
  color: #004677;
  font-size: 3.5875rem;
  font-family: "bookmania", serif;
  line-height: 4.30625rem;
  letter-spacing: .025em;
  text-align: left; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%; }

.frm_form_field {
  max-width: 100%; }
  .frm_form_field label {
    display: block; }

#menu, #menu-toggle, #drawer {
  height: 100%;
  height: 100vh; }

#menu {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  background: #D0D2D3;
  user-select: none; }

#drawer {
  width: 23rem;
  border-right: 0.0625rem solid white;
  float: left;
  display: none;
  overflow-y: auto; }
  .open #drawer {
    display: block; }
  #drawer .logo {
    width: 100%;
    display: block;
    background: #B20818;
    padding: 1.25rem 3.125rem 2.75rem; }
    #drawer .logo img {
      max-width: 100%; }
  #drawer ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #drawer ul li a {
      display: inline-block;
      width: 100%;
      height: 3.4375rem;
      padding-left: 3rem;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 1.5rem;
      letter-spacing: .13em;
      line-height: 3.75rem;
      vertical-align: middle;
      color: black;
      cursor: pointer; }
      #drawer ul li a:hover {
        background: white; }
    #drawer ul li.selected > a {
      background: white; }
    #drawer ul li.selected > ul {
      display: block; }
    #drawer ul ul {
      display: none;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      padding: 1.0625rem 2.25rem 1.25rem;
      border-bottom: 0.0625rem solid white; }
      #drawer ul ul::after {
        clear: both;
        content: "";
        display: table; }
      #drawer ul ul:last-child {
        border-bottom: 0;
        padding-bottom: 1.4375rem; }
      #drawer ul ul li {
        display: inline-block;
        width: 100%;
        margin-bottom: 0.3125rem; }
        #drawer ul ul li:nth-child(2n+1) {
          clear: left; }
        #drawer ul ul li a {
          min-height: 1.875rem;
          height: auto;
          padding: 0.5rem 0.6875rem;
          font-size: 1.25rem;
          letter-spacing: .07em;
          line-height: 1.125rem;
          vertical-align: middle;
          text-transform: none; }
  #drawer > ul > li {
    border-bottom: 0.0625rem solid white; }
  #drawer li:first-child ul:nth-child(2) a {
    font-size: 1.4375rem; }
  @media screen and (max-width: 768px) {
    .admin-bar #drawer {
      top: 46px; } }

#menu-toggle {
  background: #6D6E70;
  display: table;
  max-width: 3.625rem;
  width: 3.625rem;
  height: 100vh;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.0625rem solid white;
  cursor: pointer;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #menu-toggle .label {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 3.625rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    font-family: "ingra-condensed", sans-serif;
    font-size: 1.875rem;
    color: white;
    line-height: 3.625rem;
    vertical-align: middle;
    letter-spacing: .2em;
    text-transform: uppercase; }
    #menu-toggle .label::before, #menu-toggle .label::after {
      content: '';
      display: inline-block;
      width: 1.8125rem;
      height: 1.0625rem;
      background-image: url("images/menu-toggle-arrows.png"); }
    #menu-toggle .label::before {
      margin-right: 1.25rem; }
    #menu-toggle .label::after {
      margin-left: 1rem; }
    .open #menu-toggle .label::before, .open #menu-toggle .label::after {
      background-position-x: 1.8125rem; }

.page-template-attract-screen .slide, .page-template-front-page .slide {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: left; }
.page-template-attract-screen #touch-to-begin, .page-template-front-page #touch-to-begin {
  position: absolute;
  right: 2.3%;
  bottom: 10.5%;
  width: 21.875rem;
  height: 4.625rem;
  transition: opacity .25s linear;
  background: url("images/touch-to-begin.png");
  background-repeat: no-repeat; }
  .page-template-attract-screen #touch-to-begin.position-2, .page-template-front-page #touch-to-begin.position-2 {
    right: 20%;
    bottom: 7%; }
  .page-template-attract-screen #touch-to-begin.position-3, .page-template-front-page #touch-to-begin.position-3 {
    right: 6%;
    bottom: 10%; }
  .page-template-attract-screen #touch-to-begin.position-4, .page-template-front-page #touch-to-begin.position-4 {
    right: 4.5%;
    bottom: 6%; }
  .page-template-attract-screen #touch-to-begin.position-5, .page-template-front-page #touch-to-begin.position-5 {
    right: 8%;
    bottom: 9%; }
  .page-template-attract-screen #touch-to-begin.position-6, .page-template-front-page #touch-to-begin.position-6 {
    right: 21%; }
  .page-template-attract-screen #touch-to-begin.hide, .page-template-front-page #touch-to-begin.hide {
    opacity: 0; }

.page-template-page-one-column main {
  display: table;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.page-template-page-one-column article {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
.page-template-page-one-column section {
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto; }
.page-template-page-one-column h1 {
  color: #004677;
  font-family: "bookmania", serif;
  font-size: 3.59rem;
  letter-spacing: .025em;
  line-height: 4.30813rem;
  font-weight: normal;
  margin-bottom: 2.65687rem; }

.page-template-page-main-menu main {
  display: table;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.page-template-page-main-menu article {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
.page-template-page-main-menu article {
  text-align: center; }
  .page-template-page-main-menu article p {
    margin: 0;
    padding: 0; }
  .page-template-page-main-menu article a {
    display: inline-block;
    background: #D0D2D3;
    padding: 1.6875rem 2.25rem 1.6875rem 2.625rem;
    height: 8.1125rem;
    margin-right: 3.125rem;
    position: relative;
    letter-spacing: .2em;
    line-height: 2.46188rem;
    font-size: 2.05rem;
    font-family: "ingra-condensed", sans-serif;
    color: black;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none; }
    .page-template-page-main-menu article a::after {
      clear: both;
      content: "";
      display: table; }
    .page-template-page-main-menu article a:last-child {
      margin-right: 0; }
    .page-template-page-main-menu article a img.position-hack {
      position: absolute;
      left: 2.625rem;
      margin-right: 0; }
    .page-template-page-main-menu article a img {
      float: left;
      margin-right: 1.75rem; }
.page-template-page-main-menu .logo {
  width: 55.8125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.4125rem;
  box-sizing: content-box;
  margin-top: -17.5rem;
  padding-right: 2.125rem; }

.page-template-page-gallery main {
  height: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1.25rem 2.375rem 1.5rem 2.875rem; }
.page-template-page-gallery #menu {
  position: relative;
  float: left; }
.page-template-page-gallery main {
  float: left;
  width: calc(100vw - 3.625rem);
  overflow: hidden;
  margin-right: -25px; }
.page-template-page-gallery .open + main {
  width: calc(100vw - 26.625rem); }
.page-template-page-gallery .open + main {
  padding-right: 2.9375rem;
  padding-left: 2.3125rem; }
.page-template-page-gallery article {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%; }
.page-template-page-gallery header {
  background: #B20818;
  padding: 1.8125rem 4.25rem 1.8125rem 3rem;
  border: 0.125rem solid white;
  color: white;
  font-size: 1.5rem;
  line-height: 2rem;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .page-template-page-gallery header::after {
    clear: both;
    content: "";
    display: table; }
  .page-template-page-gallery header .description, .page-template-page-gallery header .decades {
    float: left;
    padding-top: 0.4375rem; }
  .page-template-page-gallery header .description {
    width: 45%;
    padding-right: 3rem;
    border-right: 0.125rem solid white; }
    .page-template-page-gallery header .description p:last-child {
      margin-bottom: 0; }
  .page-template-page-gallery header .decades {
    width: 55%;
    padding-left: 3rem; }
    .page-template-page-gallery header .decades ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; }
      .page-template-page-gallery header .decades ul li {
        margin-bottom: 0.875rem;
        display: inline-block;
        border: 0.0625rem solid white;
        height: 2.1875rem;
        width: 100%;
        cursor: pointer; }
        .page-template-page-gallery header .decades ul li:hover, .page-template-page-gallery header .decades ul li.selected {
          background: white;
          color: #B20818; }
        .page-template-page-gallery header .decades ul li a {
          display: block;
          padding: 0.625rem;
          text-align: center;
          font-size: 1.25rem;
          letter-spacing: .13em;
          line-height: 1rem;
          vertical-align: middle; }
.page-template-page-gallery .open + main header {
  display: none; }
.page-template-page-gallery h1 {
  color: white;
  font-family: "bookmania", serif;
  font-size: 3.25rem;
  letter-spacing: -.005em;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 1.5625rem; }
.page-template-page-gallery #gallery-grid {
  width: 100%;
  padding-top: 0.3125rem;
  overflow: hidden;
  position: relative;
  max-height: 43.1875rem; }
  .page-template-page-gallery #gallery-grid::after {
    clear: both;
    content: "";
    display: table; }
.page-template-page-gallery .open + main #gallery-grid {
  padding-top: 0;
  max-height: 100%;
  height: calc(100vh - 2.75rem); }
.page-template-page-gallery #gallery-track {
  transform: translateY(0); }
  .page-template-page-gallery #gallery-track::after {
    clear: both;
    content: "";
    display: table; }
.page-template-page-gallery .gallery-image {
  display: block;
  width: 19.84925%;
  height: 21.375rem;
  margin-bottom: 0.125rem;
  float: left;
  margin-right: .17%;
  background-size: cover;
  background-position: center;
  border: 0.125rem solid white; }
  .page-template-page-gallery .gallery-image:nth-child(5n) {
    margin-right: 0; }
  .page-template-page-gallery .gallery-image:nth-child(5n+1) {
    clear: left; }
.page-template-page-gallery .open + main .gallery-image {
  width: 24.81459%;
  margin-bottom: 0.1875rem;
  height: 21.875rem; }
  .page-template-page-gallery .open + main .gallery-image:nth-child(5n) {
    margin-right: .17%; }
  .page-template-page-gallery .open + main .gallery-image:nth-child(5n+1) {
    clear: none; }
  .page-template-page-gallery .open + main .gallery-image:nth-child(4n) {
    margin-right: 0; }
  .page-template-page-gallery .open + main .gallery-image:nth-child(4n+1) {
    clear: left; }
.page-template-page-gallery .pagination {
  position: absolute;
  bottom: 2.3125rem;
  right: 1.625rem; }
  .page-template-page-gallery .pagination .pagination-next, .page-template-page-gallery .pagination .pagination-previous {
    display: block;
    padding: 0;
    width: 4.8125rem;
    height: 4.4375rem;
    background-color: transparent;
    background-image: url("images/pagination-arrows.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -0.0625rem; }
  .page-template-page-gallery .pagination .pagination-previous {
    margin-bottom: 0.6875rem; }
  .page-template-page-gallery .pagination .pagination-next {
    background-position: center -5.125rem; }
.page-template-page-gallery .open + main .pagination {
  bottom: 1.625rem;
  right: 2.25rem; }

#mural {
  touch-action: pan-x pan-y; }

#instruction-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: table; }

#instruction-vert-center {
  display: table-cell;
  vertical-align: middle; }

#pinch-n-zoom-instructions {
  max-height: 21.5rem;
  max-width: 47.125rem;
  margin: 0 auto;
  background: rgba(35, 31, 32, 0.88);
  color: white;
  padding: 2rem 4.0625rem 2.6875rem 3.375rem;
  position: relative; }
  #pinch-n-zoom-instructions::after {
    clear: both;
    content: "";
    display: table; }
  #pinch-n-zoom-instructions::before {
    content: url("images/instruction-close.png");
    position: absolute;
    top: 1.0625rem;
    right: 1.25rem; }
  #pinch-n-zoom-instructions h2 {
    font-family: "bookmania", serif;
    font-size: 2.75rem;
    line-height: 1.5rem;
    letter-spacing: -.005em;
    text-align: center;
    font-weight: normal;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #pinch-n-zoom-instructions div {
    width: 26.29921%;
    float: left;
    margin-right: 10.55118%; }
    #pinch-n-zoom-instructions div:last-child {
      margin-right: 0; }
    #pinch-n-zoom-instructions div img {
      max-height: 6.25rem;
      min-height: 6.25rem; }
    #pinch-n-zoom-instructions div p {
      max-width: 9.375rem;
      margin: 0 auto;
      font-family: "ingra-condensed", sans-serif;
      font-size: 1.5rem;
      line-height: 1.8rem;
      font-smooth: always;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

#zoom-buttons {
  position: absolute;
  bottom: 2.0625rem;
  z-index: 10;
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  #zoom-buttons button {
    display: inline-block;
    border: 0;
    background: url("images/zoom-buttons.png");
    background-size: cover;
    background-position: left center;
    width: 3.375rem;
    height: 3.1875rem;
    padding: 0; }

button#zoom-out {
  background-position: 3.375rem center; }

.single-image main {
  height: 100%;
  height: 100vh;
  background-image: url("images/image-detail-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4.0625rem 4.0625rem 2.8125rem 8.3125rem; }
.single-image #preview {
  display: block;
  width: 54.13271%;
  height: 34.625rem;
  float: left;
  position: relative;
  margin-right: 3.49243%;
  margin-bottom: 3.25rem;
  border: 0.125rem solid white;
  line-height: 0;
  cursor: pointer;
  background-color: #939293;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .single-image #preview::before {
    content: url("images/magnifying-glass-icon.png");
    position: absolute;
    bottom: 0.625rem;
    right: 0.75rem; }
.single-image #overlay-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.68); }
  .single-image #overlay-container.show {
    display: table; }
.single-image #overlay-vert-center {
  display: table-cell;
  vertical-align: middle;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  text-align: center; }
.single-image #image-wrapper {
  margin: 0 auto;
  max-height: 90.18519%;
  position: relative;
  display: inline-block;
  line-height: 0;
  border: 0.125rem solid white; }
  .single-image #image-wrapper:before {
    content: url("images/preview-close.png");
    position: absolute;
    top: 0.5625rem;
    right: 0.5625rem; }
  .single-image #image-wrapper img {
    max-width: 100%;
    max-height: calc(100vh - 7.125rem); }
.single-image .description {
  width: 42.37485%;
  float: left;
  background: rgba(255, 255, 255, 0.75);
  border: 0.125rem solid white;
  padding: 3.875rem 4.375rem 5.5rem 5.5625rem; }
  .single-image .description h1 {
    color: #B20818;
    font-size: 2.875rem;
    font-family: "bookmania", serif;
    line-height: 1.25rem;
    margin-top: 0.9375rem;
    margin-bottom: 1.375rem;
    font-weight: normal;
    letter-spacing: -.005em; }
  .single-image .description hr {
    margin-bottom: 2.1875rem; }
  .single-image .description p {
    font-size: 1.5rem;
    line-height: 2.4375rem;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.single-image button {
  border: 0.0625rem solid #231F20;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
  color: #231F20;
  padding: 0.625rem 1.5625rem 0.4375rem; }
.single-image button[type="submit"], .single-image input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  background: #808184;
  border: 0;
  padding: 1.25rem 2.5rem;
  color: white;
  font-family: "ingra-condensed", sans-serif;
  font-size: 2.05125rem;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .2em;
  text-align: center;
  text-decoration: none;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.single-image #locate {
  margin-top: 0.9375rem; }
.single-image #small-mural {
  width: 55.29686%;
  height: 18.9375rem;
  float: left;
  clear: left;
  position: relative; }
.single-image #zoom-buttons {
  bottom: 1rem;
  right: 1.3125rem;
  width: auto; }
.single-image #subnav {
  text-align: center;
  float: right;
  margin-top: 11.25rem;
  width: 42.25844%; }
.single-image #backtomain {
  border: 0.0625rem solid #231F20;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
  color: #231F20;
  padding: 0.625rem 1.5625rem 0.4375rem;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.8125rem;
  padding-left: 1rem; }
  .single-image #backtomain::before {
    content: url("images/main-grid.png");
    width: 1.0625rem;
    height: 1.0625rem;
    margin-right: 0.6875rem;
    margin-top: 0.0625rem; }
.single-image a[rel="next"], .single-image a[rel="prev"] {
  border: 0.0625rem solid #231F20;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
  color: #231F20;
  padding: 0.625rem 1.5625rem 0.4375rem;
  display: inline-block;
  text-decoration: none;
  position: relative; }
.single-image a[rel="prev"] {
  margin-right: 0.75rem;
  padding-left: 0.625rem; }
  .single-image a[rel="prev"]::before {
    content: url("images/subnav-left-arrow.png");
    width: 0.6875rem;
    height: 1.0625rem;
    margin-right: 0.6875rem;
    margin-top: 0.0625rem; }
.single-image a[rel="next"] {
  padding-right: 0.6875rem; }
  .single-image a[rel="next"]::after {
    content: url("images/subnav-right-arrow.png");
    width: 0.6875rem;
    height: 1.0625rem;
    margin-left: 1.0625rem;
    margin-top: 0.0625rem; }
.single-image #email-image-form {
  min-width: calc(100vw - 120px);
  min-height: calc(100vh - 2 * 57px);
  background: rgba(255, 255, 255, 0.88);
  padding-left: calc((100vw - 120px - 1135px) / 2);
  padding-right: calc((100vw - 120px - 1135px) / 2);
  padding-top: 6.5625rem;
  padding-bottom: 8.5rem;
  text-align: left; }
  .single-image #email-image-form .frm_error {
    margin-top: 0; }
  .single-image #email-image-form h1 {
    color: #004677;
    font-family: "bookmania", serif;
    font-size: 3.59rem;
    letter-spacing: .025em;
    line-height: 4.30813rem;
    font-weight: normal;
    margin-bottom: 2.65687rem; }
  .single-image #email-image-form .button {
    background: #B20818;
    text-align: center;
    display: inline-block;
    margin-top: 6rem; }
  .single-image #email-image-form .footnote {
    text-align: initial;
    margin-top: 0.9375rem; }
  .single-image #email-image-form .frm_submit {
    margin-top: -0.9375rem; }
  .single-image #email-image-form .frm_message {
    max-width: 44.5625rem;
    margin: 0 auto; }
    .single-image #email-image-form .frm_message p:last-child {
      text-align: center; }

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