@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
html {
  box-sizing: border-box; }

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

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, .primaryButton, .secondaryButton,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, .primaryButton, .secondaryButton,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, .primaryButton, .secondaryButton,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, .primaryButton, .secondaryButton,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, .primaryButton::-moz-focus-inner, .secondaryButton::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, .primaryButton:-moz-focusring, .secondaryButton:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.mobileHide {
  display: none; }
  @media screen and (max-width: 640px) {
    .mobileHide {
      display: block;
      width: 100%; } }

body {
  color: #4A4A4A;
  background-color: white; }

h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }

section h2 {
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 7px;
  text-transform: uppercase; }

p {
  font-family: "Open Sans", sans-serif;
  line-height: 26px; }

ul li {
  line-height: 26px; }

section {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0 70px 0; }
  section::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 890px) {
    section {
      padding-top: 25px; } }
  @media screen and (max-width: 640px) {
    section {
      padding-top: 5px;
      padding-bottom: 0px;
      margin-bottom: 10px; } }

input, button, .primaryButton, .secondaryButton, submit {
  border: none; }

a button, a .primaryButton, a .secondaryButton {
  cursor: pointer; }

button, .primaryButton, .secondaryButton {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }

.primaryButton {
  background-color: #4A4A4A; }
  .primaryButton:hover {
    background-color: #9B9B9B; }

.secondaryButton {
  background-color: black; }
  .secondaryButton:hover {
    background-color: #9B9B9B; }

.divider-line {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 4.5em;
  text-align: center;
  display: block;
  box-sizing: inherit; }
  .divider-line .squareCompass {
    height: 38px;
    width: 38px;
    margin-bottom: 1.5em;
    background-color: white;
    background-image: url("../imgs/squareCompasses.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    top: 42px;
    box-sizing: inherit; }

#map {
  height: 400px;
  width: 100%; }
  @media screen and (max-width: 640px) {
    #map {
      height: 200px;
      width: 80%;
      text-align: center;
      margin: 0 auto; } }

#map img {
  max-width: none; }

.modal label {
  cursor: pointer;
  margin-bottom: 0; }
.modal .modal-state {
  display: none; }
.modal .modal-trigger {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  width: 218px;
  text-transform: uppercase;
  padding: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: black; }
  .modal .modal-trigger:hover {
    background-color: #9B9B9B; }
.modal .committee-trigger {
  margin: 0 auto;
  width: 117px;
  clear: both; }
.modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 99999999999; }
  @media screen and (min-width: 53.75em) {
    .modal .modal-fade-screen {
      padding-top: 10em; } }
  .modal .modal-fade-screen .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer; }
.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer; }
  .modal .modal-close::after, .modal .modal-close::before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    height: 1.5em;
    width: 0.15em;
    background: #ddd;
    content: "";
    display: block;
    margin: -3px 0 0 -1px;
    transform: rotate(45deg); }
  .modal .modal-close:hover::after, .modal .modal-close:hover::before {
    background: #c4c4c4; }
  .modal .modal-close::before {
    transform: rotate(-45deg); }
.modal .modal-inner {
  background: #fff;
  border-radius: 3px;
  margin: auto;
  margin-top: 0;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  transition: opacity 0.25s ease;
  width: 95%; }
  @media screen and (min-width: 40em) {
    .modal .modal-inner {
      max-height: 70%;
      padding: 3em;
      width: 60%; } }
  @media screen and (min-width: 53.75em) {
    .modal .modal-inner {
      width: 50%; } }
  .modal .modal-inner h1 {
    color: #4A4A4A;
    font-size: 35px;
    font-weight: 100;
    letter-spacing: 7px;
    text-transform: uppercase; }
  .modal .modal-inner p {
    color: #4A4A4A; }
  .modal .modal-inner .modal-date, .modal .modal-inner .modal-title {
    font-weight: bolder;
    padding-bottom: 0px;
    text-transform: uppercase; }
  .modal .modal-inner .modal-event, .modal .modal-inner .modal-commit {
    padding-bottom: 20px; }
  .modal .modal-inner a.cta {
    color: #fff;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: 1em; }
    .modal .modal-inner a.cta:last-child {
      padding: 0 2em; }
.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible; }
.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em; }

.modal-open {
  overflow: hidden; }

.glyphicon-chevron-down {
  font-size: 1.5em;
  text-shadow: 2px 2px 10px #000; }

.arrow {
  position: absolute;
  bottom: 125px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain; }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9); }

#return-to-top:hover i {
  color: #fff;
  top: 5px; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  opacity: .95;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 99999; }

.sidenav a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 7px;
  padding: 8px 8px 8px 32px;
  margin-bottom: 12px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s; }

.sidenav a:hover, .offcanvas a:focus {
  color: #f1f1f1; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

#nav-button {
  background-color: #4A4A4A;
  background-image: -webkit-linear-gradient(#4A4A4A, black);
  background-image: linear-gradient(#4A4A4A, black);
  position: fixed;
  z-index: 9999;
  top: 15px;
  left: 15px;
  box-shadow: 2px 2px 5px black; }
  @media screen and (max-width: 640px) {
    #nav-button {
      font-size: 9px; } }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
.hero {
  background-image: url("/wp-content/themes/denver5/assets/imgs/templeToday.jpg");
  background-position: center;
  background-size: cover;
  display: table;
  width: 100%;
  padding: 0 20%;
  box-shadow: inset 0 0 100px #000;
  text-align: center;
  color: white;
  letter-spacing: .75px;
  text-shadow: 2px 2px 8px #000; }

.hero-content img {
  width: 80%;
  padding-top: 80px; }
  @media screen and (max-width: 890px) {
    .hero-content img {
      width: 90%; } }

.hero-content h3 {
  padding-bottom: 70px; }
  .hero-content h3 a {
    text-decoration: none;
    color: white; }
  @media screen and (max-width: 640px) {
    .hero-content h3 {
      padding-bottom: 40px;
      line-height: 35px; }
      .hero-content h3 span {
        visibility: hidden; } }

#home-history img {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  #home-history img:last-child {
    margin-right: 0; }
#home-history .section-copy {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  padding: 20px; }
  #home-history .section-copy:last-child {
    margin-right: 0; }
  @media screen and (max-width: 890px) {
    #home-history .section-copy {
      padding-top: 0px; }
      #home-history .section-copy h2 {
        font-size: 25px;
        margin-top: 0px; } }
@media screen and (max-width: 640px) {
  #home-history img, #home-history .section-copy {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%; }
    #home-history img:last-child, #home-history .section-copy:last-child {
      margin-right: 0; }
    #home-history img h2, #home-history .section-copy h2 {
      padding-top: 15px; } }

.side-image {
  background-color: #40526b;
  box-shadow: inset 0 0 100px #000;
  color: white; }
  @media screen and (min-width: 53.75em) {
    .side-image {
      display: table;
      width: 100%;
      table-layout: fixed; } }
  .side-image .images-wrapper {
    background: url("../imgs/altar.jpg"), no-repeat scroll;
    background-size: cover;
    display: block;
    min-height: 12em;
    padding: 3em; }
    @media screen and (min-width: 53.75em) {
      .side-image .images-wrapper {
        display: table-cell;
        width: 66.6666666667%;
        background-position: center;
        background-size: cover; } }
    @media screen and (max-width: 640px) {
      .side-image .images-wrapper {
        background-position: 0; } }
  .side-image .side-image-content {
    display: table-cell;
    width: 100%;
    padding: 2em 1em 4em 3em; }
    @media screen and (min-width: 53.75em) {
      .side-image .side-image-content {
        display: table-cell;
        width: 33.3333333333%;
        padding: 4em 4em 4em 4em; } }
    .side-image .side-image-content h2 {
      font-size: 35px;
      font-weight: 100;
      letter-spacing: 7px;
      text-transform: uppercase;
      margin: 0px;
      padding-bottom: 30px; }
      @media screen and (max-width: 890px) {
        .side-image .side-image-content h2 {
          font-size: 25px; } }
    .side-image .side-image-content h3 {
      font-size: 20;
      display: inline-block;
      text-transform: uppercase;
      margin: 0px;
      padding-bottom: 15px;
      letter-spacing: 2px; }
    .side-image .side-image-content p {
      margin: 0px;
      padding-bottom: 30px; }

#home-officers {
  text-align: center; }
  #home-officers .section-copy {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%;
    padding-bottom: 30px; }
    #home-officers .section-copy:last-child {
      margin-right: 0; }
    #home-officers .section-copy h2 {
      margin-top: 0px; }
    #home-officers .section-copy p {
      line-height: 20px; }
      #home-officers .section-copy p strong {
        text-transform: uppercase;
        margin-right: 5px; }
    #home-officers .section-copy .col {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 48.2106681966%; }
      #home-officers .section-copy .col:last-child {
        margin-right: 0; }
    @media screen and (max-width: 890px) {
      #home-officers .section-copy {
        padding-top: 0px; }
        #home-officers .section-copy h2 {
          font-size: 25px;
          margin-top: 0px; } }
    @media screen and (max-width: 640px) {
      #home-officers .section-copy .col {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 100%; }
        #home-officers .section-copy .col:last-child {
          margin-right: 0; }
        #home-officers .section-copy .col .chair p {
          margin: 3px; }
      #home-officers .section-copy h2 {
        padding-top: 15px; } }
  #home-officers button, #home-officers .primaryButton, #home-officers .secondaryButton {
    margin-top: 20px; }
  @media screen and (max-width: 640px) {
    #home-officers {
      padding: 30px 0; } }

#home-message .section-copy {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%; }
  #home-message .section-copy:last-child {
    margin-right: 0; }

.lodge-room {
  background: url("../imgs/lodge-room.jpg");
  background-position: center;
  background-size: cover;
  background-color: beige;
  width: 100%;
  height: 400px; }
  @media screen and (max-width: 640px) {
    .lodge-room {
      height: 200px; } }

.signUp {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .signUp::after {
    clear: both;
    content: "";
    display: table; }
  .signUp .signUpCopy, .signUp .signUpForm {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .signUp .signUpCopy:last-child, .signUp .signUpForm:last-child {
      margin-right: 0; }
  .signUp .signUpCopy {
    margin-left: 8.5298042998%;
    font-family: "Roboto", sans-serif;
    letter-spacing: 7px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: 0px;
    padding: 0px;
    text-align: right; }
    @media screen and (max-width: 640px) {
      .signUp .signUpCopy {
        float: left;
        display: block;
        margin-right: 7.4229703521%;
        width: 100%;
        margin-left: 0%;
        text-align: center; }
        .signUp .signUpCopy:last-child {
          margin-right: 0; } }
  .signUp .signUpForm {
    text-align: right; }
    @media screen and (max-width: 640px) {
      .signUp .signUpForm {
        float: left;
        display: block;
        margin-right: 7.4229703521%;
        width: 100%;
        padding: 30px; }
        .signUp .signUpForm:last-child {
          margin-right: 0; } }
  .signUp .signUpForm input {
    border: 1px solid #9B9B9B;
    padding: 12px;
    width: 100%;
    margin-bottom: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    color: #9B9B9B;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px; }

#dues .section-copy {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%;
  text-align: center; }
  #dues .section-copy:last-child {
    margin-right: 0; }
  #dues .section-copy .paypal table {
    text-align: center;
    margin: 15px auto; }

#contact {
  padding-top: 0;
  text-align: center; }
  #contact h2 {
    padding-top: 20px; }
  #contact h4, #contact a {
    text-decoration: none;
    color: #4A4A4A;
    letter-spacing: 1.5px; }
  #contact form {
    width: 75%;
    margin: 5% auto;
    min-width: 9rem; }
  #contact input, #contact textarea {
    float: left;
    width: 100%;
    max-width: 100%;
    border: 1px solid #9B9B9B;
    padding: 12px;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    color: #9B9B9B; }
    #contact input[type=submit], #contact textarea[type=submit] {
      background: #4A4A4A;
      color: #fff;
      width: auto;
      float: right; }
    #contact input::placeholder, #contact textarea::placeholder {
      color: #7a7a7a;
      font-family: "Roboto", sans-serif;
      letter-spacing: 5px; }
    #contact input.error, #contact textarea.error {
      background: #AD4747;
      color: #fff; }
      #contact input.error::placeholder, #contact textarea.error::placeholder {
        color: black; }
  #contact textarea {
    height: 10rem; }
  #contact .captcha {
    float: left; }
    #contact .captcha input {
      float: right; }
    #contact .captcha input[name=question] {
      width: 4rem;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      text-align: right;
      padding-right: 0; }
    #contact .captcha [name=captcha] {
      width: 5rem;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding-left: 0.5rem; }
      #contact .captcha [name=captcha]::placeholder {
        text-align: center; }
  @media screen and (max-width: 640px) {
    #contact {
      padding-top: 50px; } }

.footer {
  background-color: #40526b;
  padding: 3em 1.618em;
  width: 100%;
  box-shadow: inset 0 0 100px #000;
  letter-spacing: .75px;
  text-shadow: 2px 2px 8px #000;
  text-align: center; }
  .footer .footer-logo {
    margin-bottom: 2em;
    text-align: center; }
    .footer .footer-logo img {
      height: 10em; }
  .footer h4 {
    color: white;
    letter-spacing: 2px; }
  .footer .social {
    padding-bottom: 20px; }
    .footer .social img {
      height: 3em;
      margin-right: 15px; }
  .footer .footerNav {
    text-align: center; }
    .footer .footerNav li + li {
      border-left: 1px solid white; }
    .footer .footerNav li {
      display: inline;
      padding-left: 10px;
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 2px;
      margin-right: 10px; }
      .footer .footerNav li a {
        color: white;
        text-decoration: none;
        text-align: center; }
  .footer .copyright {
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 10px; }
    .footer .copyright a {
      color: white;
      text-decoration: none;
      text-align: center; }

.history-hero {
  position: relative;
  height: 100vh;
  background-image: url("../imgs/temple1920s.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-overflow: hidden;
  box-shadow: inset 0 0 100px #000; }

.history-logo {
  text-align: center;
  height: 300px;
  width: 100%;
  background-image: url("../imgs/D5Logov2-02.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 30%; }
  @media screen and (max-width: 890px) {
    .history-logo {
      height: 200px; } }
  @media screen and (max-width: 640px) {
    .history-logo {
      height: 150px; } }

section.history-page-content {
  padding: 20px 25px; }
  @media screen and (max-width: 640px) {
    section.history-page-content h2 {
      font-size: 25px; } }

#pms-list-section {
  padding-top: 10px; }
  #pms-list-section .old-lodge-pics {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    #pms-list-section .old-lodge-pics:last-child {
      margin-right: 0; }
    #pms-list-section .old-lodge-pics img {
      width: 100%;
      margin-bottom: 20px; }
  #pms-list-section .pms-list {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    #pms-list-section .pms-list:last-child {
      margin-right: 0; }
    @media screen and (max-width: 890px) {
      #pms-list-section .pms-list {
        padding: 0px 15px; }
        #pms-list-section .pms-list h2 {
          font-size: 25px;
          margin-top: 0px;
          letter-spacing: 6px; } }
  @media screen and (max-width: 640px) {
    #pms-list-section .old-lodge-pics, #pms-list-section .pms-list {
      float: left;
      display: block;
      margin-right: 7.4229703521%;
      width: 100%; }
      #pms-list-section .old-lodge-pics:last-child, #pms-list-section .pms-list:last-child {
        margin-right: 0; }
      #pms-list-section .old-lodge-pics h2, #pms-list-section .pms-list h2 {
        padding: 0px 25px; } }

#message {
  margin-top: 50px;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #message::after {
    clear: both;
    content: "";
    display: table; }
  #message main {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    #message main:last-child {
      margin-right: 0; }
  #message aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    #message aside:last-child {
      margin-right: 0; }
  @media screen and (max-width: 640px) {
    #message main, #message aside {
      float: left;
      display: block;
      margin-right: 7.4229703521%;
      width: 100%; }
      #message main:last-child, #message aside:last-child {
        margin-right: 0; } }
  #message a {
    color: #c84809;
    text-decoration: none; }
  #message a:hover {
    color: #4A4A4A; }

.feature-image img {
  max-width: 100%;
  height: auto; }

.post, .widget {
  position: relative;
  border: solid 1px #ddd;
  background: white;
  margin: 0 0 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.post header,
.post .post-excerpt,
.post .post-body,
.entry-footer {
  padding: 20px; }

.entry-content.post-body {
  padding-top: 0px;
  margin-top: 0px; }

.post header h1 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: solid 1px #ddd;
  font-size: 24px; }

.post a {
  text-decoration: none; }

.post-details {
  font-size: 12px;
  width: 90%; }

.post-details i.fa {
  padding-left: 10px; }

.post-details i.fa:first-child {
  padding: 0; }

.widget {
  padding: 20px; }

.widget h1 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: solid 1px #ddd; }

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget ul li {
  margin: 0 0 5px;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; }

.widget ul li:hover {
  position: relative;
  left: 1px; }

.comment-content {
  padding-bottom: 25px; }

.scholarship-hero {
  position: relative;
  height: 100vh;
  background-image: url("../imgs/scholarship-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-overflow: hidden;
  box-shadow: inset 0 0 100px #000; }

.scholarship-title {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 30%;
  color: white;
  text-shadow: 2px 2px 10px #000; }
  .scholarship-title h1 {
    font-size: 5vw;
    padding-top: 0; }
    @media screen and (max-width: 890px) {
      .scholarship-title h1 {
        font-size: 7vw; } }
    @media screen and (max-width: 640px) {
      .scholarship-title h1 {
        font-size: 9vw; } }
  .scholarship-title .scholarship-logo {
    text-align: center;
    height: 200px;
    width: 100%;
    background-image: url("../imgs/D5Logov2-02.svg");
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 890px) {
      .scholarship-title .scholarship-logo {
        height: 200px; } }
    @media screen and (max-width: 640px) {
      .scholarship-title .scholarship-logo {
        height: 150px; } }

#scholarship .section-copy {
  padding: 0px 15px 50px 15px; }
  #scholarship .section-copy button, #scholarship .section-copy .primaryButton, #scholarship .section-copy .secondaryButton {
    margin-top: 15px; }


    .not-found-hero {
      position: relative;
      height: 100vh;
      background-image: url("../imgs/404.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-overflow: hidden;
      box-shadow: inset 0 0 100px #000; }

    .notfoundText {
      text-align: center;
      height: 300px;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      color: white;
      text-shadow: 0 0 100px #000; }
      .notfoundText h1 {
        font-size: 80px; }
      @media screen and (max-width: 890px) {
        .notfoundText {
          height: 200px; } }
      @media screen and (max-width: 640px) {
        .notfoundText {
          height: 150px; } }

          .club-hero {
            position: relative;
            height: 100vh;
            background-image: url("../imgs/shutterstock_595286663-web.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            background-overflow: hidden;
            box-shadow: inset 0 0 100px #000; }

          .club-title {
            text-align: center;
            width: 100%;
            position: absolute;
            top: 30%;
            color: white;
            text-shadow: 2px 2px 10px #000; }
            .club-title h1 {
              font-size: 5vw;
              padding-top: 0; }
              @media screen and (max-width: 890px) {
                .club-title h1 {
                  font-size: 7vw; } }
              @media screen and (max-width: 640px) {
                .club-title h1 {
                  font-size: 9vw; } }
            .club-title .club-logo {
              text-align: center;
              height: 300px;
              width: 100%;
              background-image: url("../imgs/d5-rodngun-logo-reverse-final.svg");
              background-position: center;
              background-repeat: no-repeat; }
              @media screen and (max-width: 890px) {
                .club-title .club-logo {
                  height: 200px; } }
              @media screen and (max-width: 640px) {
                .club-title .club-logo {
                  height: 150px; } }

          #club .section-copy {
            padding: 0px 15px 50px 15px; }
            #club .section-copy button, #club .section-copy .primaryButton, #club .section-copy .secondaryButton {
              margin-top: 15px; }
              
              .masonica-hero {
                position: relative;
                height: 60vh;

                background-image: url("../imgs/masonica-logo.svg");
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
                background-overflow: hidden;
                box-shadow: inset 0 0 100px #000; }
                
