/*!
Theme Name: nrmca
Theme URI: http://underscores.me/
Author: Fionta
Author URI: https://fionta.com
Description: Custom theme for NRMCA
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nrmca
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

nrmca is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	* breakpoints
	* colors
	* structure
	* typography
	* reset
	* mixins
	* base
	* alignments
	* clearings
	* accessibility
	* print
# Elements
	* elements
	* tables
* Forms
	* buttons
	* fields
* Media
	* galleries
	* captions
	* embeds
	* icons
# Typography
	* copy
	* headings
	* lists
	* links
# Sections
	* header
	* sidebar
	* footer
	* content-sidebar
	* sidebar-content
* Navigation
	* main-menu
* Widgets
	* widgets
* Posts & Pages
	* comments
	* posts-and-pages
	* home
	* 404

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Theme Colors */
/* bgs */
/* Text */
/* Borders */
.entry-content sup {
  vertical-align: text-top;
  font-size: 12px;
  line-height: 1.3em; }

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  height: 100%; }

body {
  font-size: 16px;
  /* 16px default */
  line-height: 25px; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.8rem; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.8rem; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 0.3rem;
    box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 0.5rem;
    line-height: normal;
    padding: 1.5rem 2.3rem 1.4rem;
    text-decoration: none;
    top: 0.5rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* element-invisible from http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.element-invisible,
.element-focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* Turns off element-invisible */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom bg color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote.wp-block-quote:not(.is-large):not(.is-style-large), q.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 4px solid #000;
    padding-left: 1em; }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 0.1rem;
  margin-bottom: 2.4rem; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure.aligncenter {
  width: max-content;
  text-align: center; }

.wp-block-image figcaption {
  color: #979797;
  font-size: 14px;
  text-align: center; }

.wp-block-separator {
  border: none;
  border-bottom: 2px solid #8f98a1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  margin-bottom: 28px; }
  .wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto; }
    .wp-block-separator.is-style-dots::before {
      content: "\00b7 \00b7 \00b7";
      color: currentColor;
      font-size: 20px;
      letter-spacing: 2em;
      padding-left: 2em;
      font-family: serif; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px; }

.wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px; }

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px; }

.jcarousel-wrapper {
  margin: 20px auto;
  position: relative; }
  @media (max-width: 480px) {
    .jcarousel-wrapper {
      margin: 0px -30px; } }
  .jcarousel-wrapper .jcarousel {
    position: relative;
    overflow: hidden;
    width: auto;
    margin: 0% 50px; }
    @media (max-width: 480px) {
      .jcarousel-wrapper .jcarousel {
        width: 240px; } }
    .jcarousel-wrapper .jcarousel ul {
      width: 10000em;
      position: relative;
      list-style: none;
      margin: 0;
      padding: 0; }
      .jcarousel-wrapper .jcarousel ul li {
        width: auto;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: table; }
        @media (max-width: 480px) {
          .jcarousel-wrapper .jcarousel ul li {
            width: 240px;
            margin: 0px !important; } }
        .jcarousel-wrapper .jcarousel ul li > a, .jcarousel-wrapper .jcarousel ul li > div {
          display: table-cell;
          vertical-align: middle; }
          .jcarousel-wrapper .jcarousel ul li > a img, .jcarousel-wrapper .jcarousel ul li > div img {
            display: block;
            max-width: 100%;
            height: auto !important;
            margin: 0px auto; }

.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7; }
  .jcarousel-control-prev:visited,
  .jcarousel-control-next:visited {
    color: #ffffff; }
  .jcarousel-control-prev.jcarousel-control-prev,
  .jcarousel-control-next.jcarousel-control-prev {
    left: 15px; }
  .jcarousel-control-prev.jcarousel-control-next,
  .jcarousel-control-next.jcarousel-control-next {
    right: 15px; }

.wp-block-media-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr; }

.wp-block-media-text .has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%; }

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
  align-self: start; }

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  -ms-grid-row-align: center;
  align-self: center; }

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
  align-self: end; }

.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 0; }

.wp-block-media-text .wp-block-media-text__content {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  word-break: break-word;
  padding: 0 8% 0 8%; }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1; }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1; }

.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle; }

.wp-block-media-text.is-image-fill figure {
  height: 100%;
  min-height: 250px;
  background-size: cover; }

.wp-block-media-text.is-image-fill figure > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*
* Here we here not able to use a mobile first CSS approach.
* Custom widths are set using inline styles, and on mobile,
* we need 100% width, so we use important to overwrite the inline style.
* If the style were set on mobile first, on desktop styles,
* we would have no way of setting the style again to the inline style.
*/
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important; }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2; }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2; }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; } }

table {
  margin: 0 0 2.4rem;
  width: 100%; }

.wp-block-columns {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap; }

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap; } }

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word; }

@media (max-width: 599px) {
  .wp-block-column {
    flex-basis: 100% !important; } }

@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px);
    flex-grow: 0; }
  .wp-block-column:nth-child(even) {
    margin-left: 32px; } }

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 32px; } }

/**
 * All Columns Alignment
 */
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start; }

.wp-block-columns.are-vertically-aligned-center {
  align-items: center; }

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end; }

/**
 * Individual Column Alignment
 */
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start; }

.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center; }

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end; }

.wp-block-gallery,
.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative; }

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
  margin: 0;
  height: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure,
  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; } }

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto; }

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
  width: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img,
  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img {
    width: auto; } }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); }

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img,
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img {
  display: inline; }

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  width: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover; } }

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
  width: calc((100% - 16px) / 2); }

.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0; }

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item,
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0; }

@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item,
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2) / 3);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item,
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item {
      width: calc((100% - 16px * 2) / 3 - 1px); } }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item,
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3) / 4);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item,
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item {
      width: calc((100% - 16px * 3) / 4 - 1px); } }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item,
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4) / 5);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item,
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item {
      width: calc((100% - 16px * 4) / 5 - 1px); } }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item,
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5) / 6);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item,
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item {
      width: calc((100% - 16px * 5) / 6 - 1px); } }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item,
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px * 6) / 7);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item,
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item {
      width: calc((100% - 16px * 6) / 7 - 1px); } }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item,
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px * 7) / 8);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item,
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item {
      width: calc((100% - 16px * 7) / 8 - 1px); } }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0; }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0; }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0; }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0; }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0; }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0; }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0; }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0; } }

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child,
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0; }

.wp-block-gallery.alignleft, .wp-block-gallery.alignright,
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright {
  max-width: 305px;
  width: 100%; }

.wp-block-gallery.aligncenter .blocks-gallery-item figure,
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
  justify-content: center; }

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em; }

.wp-block-image img {
  max-width: 100%; }

.wp-block-image.aligncenter {
  text-align: center; }

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%; }

.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter, .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0; }

.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom; }

.wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1em; }

.wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1em; }

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto; }

.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em; }

/* Forms */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 0;
  background: #b6c649;
  box-shadow: 0;
  color: #004430;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.5rem;
  text-shadow: 0; }
  button:hover, button:active, button:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    background: #CED986;
    box-shadow: 0; }

.nf-form-content .submit-wrap input[type=button].ninja-forms-field {
  font-weight: 700;
  color: #ffffff;
  background: #e4572e;
  text-decoration: none;
  padding: 1.5rem;
  text-transform: uppercase; }
  .nf-form-content .submit-wrap input[type=button].ninja-forms-field:hover {
    background: #AC4122; }

.wp-block-button a {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem;
  display: inline-block;
  margin-bottom: 2.4rem; }

.wp-block-button.is-style-cta a {
  color: #ffffff;
  background: #e4572e; }
  .wp-block-button.is-style-cta a:hover {
    background: #AC4122; }

.wp-block-button.is-style-sign-up a {
  color: #004430;
  background: #b6c649; }
  .wp-block-button.is-style-sign-up a:hover {
    background: #CED986; }

.wp-block-button.is-style-see-more-link a {
  font-size: 1.8rem;
  color: #e4572e;
  text-transform: none;
  padding: 0; }
  .wp-block-button.is-style-see-more-link a:hover {
    color: #AC4122; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 0.1rem solid #979797;
  border-radius: 0;
  padding: 0.3rem; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 0.1rem solid #979797; }

textarea {
  width: 100%; }

/* Media */
.gallery {
  margin-bottom: 2.4rem; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.wp-caption {
  margin-bottom: 1.8rem;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 1.4rem 0; }

.wp-caption-text {
  text-align: center; }

/* Ensure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 25px;
  font-size: 1.8rem; }

p {
  margin-bottom: 2.4rem; }

dfn, cite, em, i {
  font-style: italic; }

strong {
  font-weight: bold; }

blockquote {
  margin: 0 2.4rem; }

.wp-block-pullquote blockquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 3rem;
  line-height: 4rem;
  padding: 3em 0;
  margin-bottom: 2.4rem; }
  .wp-block-pullquote blockquote p:last-child {
    margin-bottom: 0px; }

address {
  margin: 0 0 2.4rem; }

pre {
  bg: #eee;
  font-family: "Courier New", monospace, sans-serif;
  line-height: 25px;
  margin-bottom: 2.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 2.6rem; }

code, kbd, tt, var {
  font-family: "Courier New", monospace, sans-serif; }

abbr, acronym {
  border-bottom: 0.1rem dotted #666;
  cursor: help; }

mark, ins {
  bg: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.wp-block-table tr:nth-of-type(odd) {
  background: rgba(236, 232, 239, 0.5); }

.wp-block-table tr:nth-of-type(even) {
  background: rgba(236, 232, 239, 0.2); }

.wp-block-table td {
  padding: 0.5rem;
  border-right: 1px solid #ece8ef; }
  .wp-block-table td:last-of-type {
    border-right: none; }

.post-password-form .enter_password {
  width: 380px;
  margin: 0px auto; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-bottom: 2.5rem; }

.has-huge-font-size,
h1 {
  font-size: 3.5rem;
  font-family: "Alfa Slab One", serif;
  margin-bottom: 3rem;
  line-height: 1; }

.has-large-font-size,
h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-family: "Alfa Slab One", serif; }
  @media screen and (max-width: 670px) {
    .has-large-font-size,
    h2 {
      font-size: 2.5rem;
      line-height: 3.5rem; } }

.has-medium-font-size,
h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold; }
  @media screen and (max-width: 670px) {
    .has-medium-font-size,
    h3 {
      font-size: 2.5rem;
      line-height: 3.5rem; } }

h4 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold; }
  @media screen and (max-width: 670px) {
    h4 {
      font-size: 2rem;
      line-height: 3rem; } }

h5 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold; }
  @media screen and (max-width: 670px) {
    h5 {
      font-size: 1.8rem;
      line-height: 2.8rem; } }

h6 {
  font-weight: bold; }

.has-small-font-size {
  font-size: 1.4rem; }

ul, ol {
  margin: 0 0 2.4rem 4.8rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 2.4rem; }

dt {
  font-weight: bold; }

dd {
  margin: 0 2.4rem 2.4rem; }

a {
  color: #006043;
  text-decoration: underline; }
  a:visited {
    color: #006043; }
  a:hover, a:focus, a:active {
    color: #004430;
    text-decoration: none; }
  a:hover, a:active {
    outline: 0; }
  a.button {
    font-weight: 700;
    color: #ffffff;
    background: #e4572e;
    text-decoration: none;
    padding: 1.5rem;
    text-transform: uppercase; }
    a.button:hover {
      background: #AC4122; }

.cta-button a {
  font-weight: 700;
  color: #ffffff;
  background: #e4572e;
  text-decoration: none;
  padding: 1.5rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 2.4rem; }
  .cta-button a:hover {
    background: #AC4122; }

.sign-up-button a {
  font-weight: 700;
  color: #006043;
  background: #b6c649;
  text-decoration: none;
  padding: 1.5rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 2.4rem; }
  .sign-up-button a:hover {
    background: #acbb45; }

p#breadcrumbs {
  font-size: 1.6rem;
  margin-bottom: 0; }
  p#breadcrumbs a {
    text-decoration: underline;
    color: #161925; }
    p#breadcrumbs a:hover {
      text-decoration: none; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.site-header,
.header-wrap,
.page-header .page-title {
  max-width: 1240px;
  margin: 0 auto; }
  @media screen and (max-width: 1450px) {
    .site-header,
    .header-wrap,
    .page-header .page-title {
      margin-left: 9.5rem;
      margin-right: 9.5rem; } }
  @media screen and (max-width: 1200px) {
    .site-header,
    .header-wrap,
    .page-header .page-title {
      margin-left: 8rem;
      margin-right: 8rem; } }
  @media screen and (max-width: 1020px) {
    .site-header,
    .header-wrap,
    .page-header .page-title {
      margin-left: 6rem;
      margin-right: 6rem; } }
  @media screen and (max-width: 820px) {
    .site-header,
    .header-wrap,
    .page-header .page-title {
      margin-left: 4rem;
      margin-right: 4rem; } }
  @media screen and (max-width: 640px) {
    .site-header,
    .header-wrap,
    .page-header .page-title {
      margin-left: 3rem;
      margin-right: 3rem; } }

.site-header {
  display: -webkit-flex;
  display: flex;
  padding: 3rem 0 0; }
  @media screen and (max-width: 1460px) {
    .site-header {
      display: block; } }
  .site-header .site-branding {
    width: 9.4rem; }
    @media screen and (max-width: 1460px) {
      .site-header .site-branding {
        float: left; } }
  .site-header .site-links {
    width: calc(100% - 9.4rem);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 1460px) {
      .site-header .site-links {
        width: 19.3rem;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        float: right; } }
  .site-header .search-form {
    position: relative;
    width: 19.3rem; }
    @media screen and (max-width: 1460px) {
      .site-header .search-form {
        -webkit-order: 1;
        order: 1;
        margin-bottom: 2rem; } }
    .site-header .search-form input[type="search"] {
      width: 100%; }
    .site-header .search-form input[type="submit"] {
      border: none;
      color: transparent;
      box-shadow: none;
      text-shadow: none; }
    .site-header .search-form .search-submit {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 200;
      background: url("/wp-content/themes/nrmcatheme/img/magnifier.png");
      background-size: 15px 15px;
      background-repeat: no-repeat;
      width: 30px;
      height: 34px;
      overflow: hidden;
      background-position: center; }

.page-header,
.site-main .entry-header {
  background: url("/wp-content/themes/nrmcatheme/img/concrete-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.4rem 0 3rem;
  margin-bottom: 3rem; }

.site-main article .entry-header {
  background: none;
  padding: initial;
  margin-bottom: 0; }

.site-info {
  background: #161925;
  color: #ffffff;
  padding: 7rem 0;
  font-weight: bold; }
  .site-info a {
    color: #ffffff;
    text-decoration: none; }

.site-info-wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1450px) {
    .site-info-wrap {
      margin-left: 9.5rem;
      margin-right: 9.5rem; } }
  @media screen and (max-width: 1200px) {
    .site-info-wrap {
      margin-left: 8rem;
      margin-right: 8rem; } }
  @media screen and (max-width: 1020px) {
    .site-info-wrap {
      margin-left: 6rem;
      margin-right: 6rem; } }
  @media screen and (max-width: 820px) {
    .site-info-wrap {
      margin-left: 4rem;
      margin-right: 4rem; } }
  @media screen and (max-width: 640px) {
    .site-info-wrap {
      margin-left: 3rem;
      margin-right: 3rem; } }
  @media screen and (max-width: 1170px) {
    .site-info-wrap {
      -webkit-justify-content: space-around;
      justify-content: space-around; } }

ul.logos {
  max-width: 1240px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  padding: 4.5rem 0 12rem; }
  @media screen and (max-width: 1450px) {
    ul.logos {
      margin-left: 9.5rem;
      margin-right: 9.5rem; } }
  @media screen and (max-width: 1310px) {
    ul.logos {
      max-width: 740px;
      margin-left: auto;
      margin-right: auto;
      padding: 4.5rem 0 10rem; } }
  @media screen and (max-width: 820px) {
    ul.logos {
      margin-left: 2rem;
      margin-right: 2rem;
      padding: 4.5rem 0 8rem; } }
  @media screen and (max-width: 640px) {
    ul.logos {
      margin-left: 1rem;
      margin-right: 1rem;
      padding: 4.5rem 0 6rem; } }
  ul.logos li {
    display: inline-block;
    margin: 0 2rem 2rem; }
    ul.logos li img {
      max-height: 6rem;
      width: auto; }

.text_carousel {
  text-align: center;
  height: 28px;
  list-style: none;
  overflow: hidden;
  margin-top: -3em;
  margin-bottom: 3em;
  line-height: 28px; }
  .text_carousel ul {
    list-style: none; }

nav.social-navigation {
  font-size: 2.2rem; }
  @media screen and (max-width: 610px) {
    nav.social-navigation {
      width: 100%;
      text-align: center;
      margin-bottom: 2rem; } }
  nav.social-navigation ul {
    margin: 0;
    list-style: none;
    margin-right: 5rem; }
    @media screen and (max-width: 1170px) {
      nav.social-navigation ul {
        margin-right: 0; } }
    nav.social-navigation ul li {
      display: inline-block;
      margin-right: 1.5rem; }
      nav.social-navigation ul li:last-of-type {
        margin-right: 0; }

.sponsors-link {
  -webkit-flex: 1;
  flex: 1; }
  @media screen and (max-width: 1170px) {
    .sponsors-link {
      flex: initial; } }
  @media screen and (max-width: 610px) {
    .sponsors-link {
      width: 100%;
      text-align: center;
      margin-bottom: 2rem; } }

.privacy-link {
  margin-right: 8rem; }
  @media screen and (max-width: 1170px) {
    .privacy-link {
      margin-right: 0; } }
  @media screen and (max-width: 610px) {
    .privacy-link {
      width: 100%;
      text-align: center; } }
  .privacy-link a:hover {
    text-decoration: none; }

@media screen and (max-width: 1170px) {
  .copyright {
    width: 100%;
    text-align: center;
    margin-top: 2rem; } }

.pum-trigger.popmake-1269 {
  background: #e4572e;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  position: fixed;
  z-index: 1;
  right: 40px;
  bottom: 40px;
  padding: 10px 20px;
  box-shadow: 0px 0px 5px 2px rgba(33, 33, 33, 0.3); }

/* Navigation */
.main-navigation {
  display: block;
  width: 100%;
  margin-top: 3rem; }
  @media screen and (max-width: 1460px) {
    .main-navigation {
      -webkit-order: 3;
      order: 3;
      display: inline-block;
      width: auto;
      margin-top: 0;
      position: relative; } }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      top: 3.4rem;
      left: -999rem;
      z-index: 99999;
      background: #b6c649;
      padding: 3rem 3rem 2rem;
      margin-left: -3rem;
      border-top: 1.7rem solid white; }
      .main-navigation ul ul ul {
        left: -999rem;
        top: 0; }
      .main-navigation ul ul li {
        margin-left: 0;
        margin-right: 0; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        width: 33rem;
        font-size: 1.6rem;
        font-weight: 600;
        text-decoration: none; }
        .main-navigation ul ul a:hover {
          text-decoration: underline; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative;
    margin: 0 1.2rem; }
    @media screen and (max-width: 1460px) {
      .main-navigation li {
        float: none;
        margin: 0; } }
    .main-navigation li.mobile-only {
      display: none; }
      @media screen and (max-width: 1460px) {
        .main-navigation li.mobile-only {
          display: block; } }
    .main-navigation li:first-of-type {
      margin-left: 0; }
    .main-navigation li:last-of-type {
      margin-right: 0; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #006043;
    font-size: 1.8rem;
    border-bottom: 0.5rem solid transparent;
    padding-bottom: 0.5rem; }
    @media screen and (max-width: 1460px) {
      .main-navigation a {
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
        padding-left: 1rem;
        padding-right: 1rem; } }
    .main-navigation a:hover, .main-navigation a:active {
      border-bottom-color: #006043; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #006043;
    border-bottom: 0.5rem solid #b6c649;
    padding-bottom: 0.5rem; }
    .main-navigation .current_page_item > a:hover, .main-navigation .current_page_item > a:active,
    .main-navigation .current-menu-item > a:hover,
    .main-navigation .current-menu-item > a:active,
    .main-navigation .current_page_ancestor > a:hover,
    .main-navigation .current_page_ancestor > a:active,
    .main-navigation .current-menu-ancestor > a:hover,
    .main-navigation .current-menu-ancestor > a:active {
      border-bottom-color: #006043; }

ul.sub-menu ul.sub-menu {
  display: none; }

/* Small menu. */
.menu-toggle {
  padding: 0.4rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase; }

.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.main-navigation.toggled ul {
  position: absolute;
  right: 0;
  width: 21rem;
  background: #b6c649;
  border-top: 2rem solid white;
  z-index: 9; }
  .main-navigation.toggled ul li ul {
    display: none; }

@media screen and (min-width: 1460px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block;
    float: right; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 2.4rem;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.utility-navigation {
  width: calc(100% - 19.3rem); }
  @media screen and (max-width: 1460px) {
    .utility-navigation {
      -webkit-order: 2;
      order: 2;
      width: auto; } }

#utility-menu {
  list-style: none;
  margin: 0.4rem 2rem 0 0;
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase; }
  @media screen and (max-width: 1460px) {
    #utility-menu {
      float: none;
      margin: 0; } }
  #utility-menu li {
    display: inline-block;
    margin: 0 0.5rem; }
    @media screen and (max-width: 1460px) {
      #utility-menu li {
        display: none;
        margin: 0; } }
    #utility-menu li:before {
      content: '|';
      padding-right: 1rem;
      line-height: 1.4em;
      vertical-align: top; }
      @media screen and (max-width: 1460px) {
        #utility-menu li:before {
          display: none; } }
    #utility-menu li:last-child:before {
      content: ""; }
    #utility-menu li:first-child:before {
      content: ""; }
    #utility-menu li a {
      color: #161925;
      text-decoration: none; }
      @media screen and (max-width: 1460px) {
        #utility-menu li a {
          display: none; } }
      #utility-menu li a:hover {
        text-decoration: underline; }
    @media screen and (max-width: 1460px) {
      #utility-menu li.menu-button {
        display: inline-block; } }
    #utility-menu li.menu-button a {
      font-size: 1.4rem;
      font-weight: 700;
      background: #e4572e;
      color: #ffffff;
      padding: 0.7rem 1rem;
      margin-left: 1rem; }
      @media screen and (max-width: 1460px) {
        #utility-menu li.menu-button a {
          display: inline-block;
          margin-left: 0;
          padding: 0.4rem 1rem; } }
      #utility-menu li.menu-button a:hover {
        text-decoration: none;
        background: #AC4122; }
    #utility-menu li.utility-menu-join a {
      color: #e4572e;
      font-weight: 700; }

/* Widgets */
.pum {
  display: none; }

.widget {
  margin: 0 0 1.5em;
  background: #ece8ef;
  padding: 2rem;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget a {
    text-decoration: none;
    color: #e4572e;
    font-weight: bold; }
    .widget a:hover {
      color: #AC4122; }

.wp-block-group p {
  min-height: 28px;
  line-height: 2;
  font-size: inherit;
  line-height: inherit;
  margin: 0px; }

.wp-block-group.has-background {
  padding: 20px 30px;
  margin-top: 0;
  margin-bottom: 0; }

.wp-block-group.has-grey-background-color {
  background-color: #ece8ef; }

.wp-block-button {
  position: relative;
  color: #ffffff;
  text-align: center; }
  .wp-block-button .wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word; }
    .wp-block-button .wp-block-button__link.no-border-radius {
      border-radius: 0px; }
    .wp-block-button .wp-block-button__link.has-dklime-background-color {
      background-color: #acbb45; }

/* Posts & Pages */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

article.events,
article.course,
article.page {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8rem; }
  @media screen and (max-width: 1450px) {
    article.events,
    article.course,
    article.page {
      margin-left: 9.5rem;
      margin-right: 9.5rem; } }
  @media screen and (max-width: 1200px) {
    article.events,
    article.course,
    article.page {
      margin-left: 8rem;
      margin-right: 8rem; } }
  @media screen and (max-width: 1020px) {
    article.events,
    article.course,
    article.page {
      margin-left: 6rem;
      margin-right: 6rem; } }
  @media screen and (max-width: 820px) {
    article.events,
    article.course,
    article.page {
      margin-left: 4rem;
      margin-right: 4rem; } }
  @media screen and (max-width: 640px) {
    article.events,
    article.course,
    article.page {
      margin-left: 3rem;
      margin-right: 3rem; } }
  article.events .entry-content,
  article.course .entry-content,
  article.page .entry-content {
    width: 60%; }
    @media screen and (max-width: 1000px) {
      article.events .entry-content,
      article.course .entry-content,
      article.page .entry-content {
        width: 55%; } }
    @media screen and (max-width: 850px) {
      article.events .entry-content,
      article.course .entry-content,
      article.page .entry-content {
        width: 100%;
        margin-bottom: 2.4rem; } }
  article.events aside#secondary,
  article.course aside#secondary,
  article.page aside#secondary {
    width: 30%; }
    @media screen and (max-width: 1000px) {
      article.events aside#secondary,
      article.course aside#secondary,
      article.page aside#secondary {
        width: 40%; } }
    @media screen and (max-width: 850px) {
      article.events aside#secondary,
      article.course aside#secondary,
      article.page aside#secondary {
        width: 100%; } }
  article.events .entry-footer,
  article.course .entry-footer,
  article.page .entry-footer {
    width: 100%; }

.error404 .page-content,
.search-no-results .page-content {
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 8rem; }
  @media screen and (max-width: 1450px) {
    .error404 .page-content,
    .search-no-results .page-content {
      margin-left: 9.5rem;
      margin-right: 9.5rem; } }
  @media screen and (max-width: 1200px) {
    .error404 .page-content,
    .search-no-results .page-content {
      margin-left: 8rem;
      margin-right: 8rem; } }
  @media screen and (max-width: 1020px) {
    .error404 .page-content,
    .search-no-results .page-content {
      margin-left: 6rem;
      margin-right: 6rem; } }
  @media screen and (max-width: 820px) {
    .error404 .page-content,
    .search-no-results .page-content {
      margin-left: 4rem;
      margin-right: 4rem; } }
  @media screen and (max-width: 640px) {
    .error404 .page-content,
    .search-no-results .page-content {
      margin-left: 3rem;
      margin-right: 3rem; } }

.search-results article {
  margin-bottom: 10px;
  margin-bottom: 10px; }

.search-results main {
  padding-bottom: 8rem; }

/* Internal Navigation */
.internal-nav {
  margin-bottom: 3rem; }
  .internal-nav button {
    display: -webkit-flex;
    display: flex;
    background: #efefef;
    outline: none; }
  .internal-nav ul#menu-main-menu {
    margin: 2rem 0 0 2.5rem;
    list-style: none; }
    .internal-nav ul#menu-main-menu li {
      position: relative;
      line-height: 2.8rem;
      list-style: none; }
      .internal-nav ul#menu-main-menu li:before {
        content: 'dot';
        color: transparent;
        background: #004430;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        position: absolute;
        left: -2.2rem;
        top: 1.4rem; }
      .internal-nav ul#menu-main-menu li a {
        text-decoration: none; }
        .internal-nav ul#menu-main-menu li a:hover {
          text-decoration: underline; }

#internalmenu {
  display: none; }

.menu-on {
  width: 100%;
  color: #004430;
  box-sizing: border-box; }

#internalmenu.menu-on {
  display: block; }

span#toggleicon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("/wp-content/themes/nrmcatheme/img/plus-minus-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2rem 4rem;
  margin: 0.2rem 0 0 1rem; }

span#toggleicon.menu-on {
  background-position: 0 -2rem; }

#atrsb {
  margin-top: 8rem; }

body.page-template-page-nosidebar article.page .entry-content {
  width: 100%; }

/* Hero */
.hero-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 15rem 0 18rem; }
  @media screen and (max-width: 1450px) {
    .hero-wrap {
      margin-left: 9.5rem;
      margin-right: 9.5rem; } }
  @media screen and (max-width: 1200px) {
    .hero-wrap {
      margin-left: 8rem;
      margin-right: 8rem; } }
  @media screen and (max-width: 1020px) {
    .hero-wrap {
      margin-left: 6rem;
      margin-right: 6rem; } }
  @media screen and (max-width: 820px) {
    .hero-wrap {
      margin-left: 4rem;
      margin-right: 4rem; } }
  @media screen and (max-width: 640px) {
    .hero-wrap {
      margin-left: 3rem;
      margin-right: 3rem; } }
  @media screen and (max-width: 960px) {
    .hero-wrap {
      padding: 10rem 0 11rem; } }
  @media screen and (max-width: 767px) {
    .hero-wrap {
      padding: 6rem 0 5rem; } }
  @media screen and (max-width: 767px) {
    .hero-wrap {
      padding: 4rem 0 2rem; } }
  .hero-wrap h2 {
    margin-bottom: 2.4rem; }
  .hero-wrap p.hero-action a {
    font-size: 2rem;
    font-weight: bold;
    color: #e4572e;
    text-decoration: none; }
    .hero-wrap p.hero-action a:hover {
      color: #AC4122; }

.home-hero.person {
  background-image: url("/wp-content/themes/nrmcatheme/img/concrete-bg.png") !important; }
  .home-hero.person .hero-wrap {
    display: -webkit-flex;
    display: flex;
    padding: 0;
    -webkit-align-items: center;
    align-items: center; }
  .home-hero.person .hero-content {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .home-hero.person .hero-content {
        width: 100%;
        text-align: center; } }
  .home-hero.person .person-image {
    width: 50%;
    padding-top: 6rem; }
    @media screen and (max-width: 767px) {
      .home-hero.person .person-image {
        display: none; } }
    .home-hero.person .person-image img {
      display: block;
      width: 90%;
      height: auto; }

.home-hero.general .hero-wrap {
  text-align: center; }

.home-hero.general .person-image {
  display: none; }

.home-hero.dark h2 {
  color: #161925;
  max-width: 90rem;
  margin: 0 auto; }

.home-hero.light h2 {
  color: #ffffff;
  max-width: 90rem;
  margin: 0 auto; }

/* Feature Banner */
.feature-banner {
  position: relative;
  margin-top: 3px; }
  .feature-banner:before {
    background-color: rgba(0, 0, 0, 0.64);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }
  .feature-banner.light:before {
    background-color: rgba(0, 0, 0, 0.24); }

.feature-banner-wrap {
  position: relative;
  text-align: center;
  padding: 8.5rem 0;
  max-width: 1240px;
  margin: 0 auto; }
  @media screen and (max-width: 1450px) {
    .feature-banner-wrap {
      margin-left: 9.5rem;
      margin-right: 9.5rem; } }
  @media screen and (max-width: 1200px) {
    .feature-banner-wrap {
      margin-left: 8rem;
      margin-right: 8rem; } }
  @media screen and (max-width: 1020px) {
    .feature-banner-wrap {
      margin-left: 6rem;
      margin-right: 6rem; } }
  @media screen and (max-width: 820px) {
    .feature-banner-wrap {
      margin-left: 4rem;
      margin-right: 4rem; } }
  @media screen and (max-width: 640px) {
    .feature-banner-wrap {
      margin-left: 3rem;
      margin-right: 3rem; } }
  .feature-banner-wrap h2, .feature-banner-wrap h3 {
    color: #ffffff; }
  .feature-banner-wrap h2 {
    margin-bottom: 2.8rem; }
  .feature-banner-wrap h3 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 5rem; }

/* CTA Banner */
.cta-banner {
  position: relative; }
  .cta-banner:before {
    background-color: rgba(0, 0, 0, 0.64);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }

.cta-banner-wrap {
  position: relative;
  text-align: center;
  padding: 12.5rem 0;
  max-width: 1240px;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .cta-banner-wrap {
      padding: 10rem 0; } }
  @media screen and (max-width: 767px) {
    .cta-banner-wrap {
      padding: 8rem 0; } }
  @media screen and (max-width: 640px) {
    .cta-banner-wrap {
      padding: 6rem 0; } }
  @media screen and (max-width: 1450px) {
    .cta-banner-wrap {
      margin-left: 9.5rem;
      margin-right: 9.5rem; } }
  @media screen and (max-width: 1200px) {
    .cta-banner-wrap {
      margin-left: 8rem;
      margin-right: 8rem; } }
  @media screen and (max-width: 1020px) {
    .cta-banner-wrap {
      margin-left: 6rem;
      margin-right: 6rem; } }
  @media screen and (max-width: 820px) {
    .cta-banner-wrap {
      margin-left: 4rem;
      margin-right: 4rem; } }
  @media screen and (max-width: 640px) {
    .cta-banner-wrap {
      margin-left: 3rem;
      margin-right: 3rem; } }
  .cta-banner-wrap h2 a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none; }
    .cta-banner-wrap h2 a:hover {
      color: rgba(255, 255, 255, 0.9); }

/* Feature Boxes */
.feature-boxes {
  padding: 5rem 0;
  list-style: none;
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1450px) {
    .feature-boxes {
      margin-left: 9.5rem;
      margin-right: 9.5rem; } }
  @media screen and (max-width: 1200px) {
    .feature-boxes {
      margin-left: 8rem;
      margin-right: 8rem; } }
  @media screen and (max-width: 1020px) {
    .feature-boxes {
      margin-left: 6rem;
      margin-right: 6rem; } }
  @media screen and (max-width: 820px) {
    .feature-boxes {
      margin-left: 4rem;
      margin-right: 4rem; } }
  @media screen and (max-width: 640px) {
    .feature-boxes {
      margin-left: 3rem;
      margin-right: 3rem; } }
  .feature-boxes li {
    width: 30%;
    background: #ece8ef;
    padding: 3.5rem 3rem 0.5rem; }
    .feature-boxes li.small {
      width: 24%; }
      @media screen and (max-width: 1070px) {
        .feature-boxes li.small {
          width: 100%; } }
    @media screen and (max-width: 1070px) {
      .feature-boxes li {
        width: 100%;
        margin-bottom: 5rem;
        padding: 0.5rem 3rem 0.5rem;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        .feature-boxes li:last-of-type {
          margin-bottom: 0; } }

.box-image-wrap {
  min-height: 10rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 1070px) {
    .box-image-wrap {
      min-height: auto;
      width: 30rem;
      margin-right: 3rem; } }
  @media screen and (max-width: 767px) {
    .box-image-wrap {
      width: 100%;
      max-width: 300px;
      margin-right: auto;
      margin-left: auto;
      padding-top: 2.4rem; } }

@media screen and (max-width: 1070px) {
  .box-content-wrap {
    width: calc(100% - 33rem);
    padding-top: 2.4rem; } }

@media screen and (max-width: 767px) {
  .box-content-wrap {
    width: 100%; } }

p.box-action a {
  font-size: 2rem;
  font-weight: bold;
  color: #e4572e;
  text-decoration: none; }
  p.box-action a:hover {
    color: #AC4122; }

/* Featured Events */
.upcoming-events {
  padding: 8rem 0;
  background: #d4d0d7; }
  .upcoming-events .home-events-wrap {
    max-width: 1240px;
    margin: 0 auto; }
    @media screen and (max-width: 1450px) {
      .upcoming-events .home-events-wrap {
        margin-left: 9.5rem;
        margin-right: 9.5rem; } }
    @media screen and (max-width: 1200px) {
      .upcoming-events .home-events-wrap {
        margin-left: 8rem;
        margin-right: 8rem; } }
    @media screen and (max-width: 1020px) {
      .upcoming-events .home-events-wrap {
        margin-left: 6rem;
        margin-right: 6rem; } }
    @media screen and (max-width: 820px) {
      .upcoming-events .home-events-wrap {
        margin-left: 4rem;
        margin-right: 4rem; } }
    @media screen and (max-width: 640px) {
      .upcoming-events .home-events-wrap {
        margin-left: 3rem;
        margin-right: 3rem; } }
  .upcoming-events h2 {
    text-align: center; }
  .upcoming-events ul.home-event-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
    margin: 0; }
    .upcoming-events ul.home-event-list li {
      width: calc(50% - 10px);
      background: #ffffff;
      margin-bottom: 20px;
      padding: 3rem 2rem; }
      @media screen and (max-width: 767px) {
        .upcoming-events ul.home-event-list li {
          width: 100%; } }
    .upcoming-events ul.home-event-list ul.event-details {
      display: block; }
      .upcoming-events ul.home-event-list ul.event-details li {
        padding: 0;
        margin-bottom: 0;
        width: auto; }
    .upcoming-events ul.home-event-list h3 {
      margin-bottom: 0; }
      .upcoming-events ul.home-event-list h3 a {
        font-size: 2.4rem;
        line-height: 3.1rem;
        text-decoration: none; }
        .upcoming-events ul.home-event-list h3 a:hover {
          text-decoration: underline; }
  .upcoming-events p.box-action {
    margin-bottom: 0;
    text-align: center; }
    .upcoming-events p.box-action a,
    .upcoming-events p.box-action svg {
      color: #e4572e; }

/* Sponsors Section */
.sponsors-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 8rem 0; }
  @media screen and (max-width: 1450px) {
    .sponsors-section {
      margin-left: 9.5rem;
      margin-right: 9.5rem; } }
  @media screen and (max-width: 1200px) {
    .sponsors-section {
      margin-left: 8rem;
      margin-right: 8rem; } }
  @media screen and (max-width: 1020px) {
    .sponsors-section {
      margin-left: 6rem;
      margin-right: 6rem; } }
  @media screen and (max-width: 820px) {
    .sponsors-section {
      margin-left: 4rem;
      margin-right: 4rem; } }
  @media screen and (max-width: 640px) {
    .sponsors-section {
      margin-left: 3rem;
      margin-right: 3rem; } }
  .sponsors-section p {
    max-width: 80rem;
    margin: 0 auto 4rem;
    text-align: center; }
  .sponsors-section .sponsor-logos {
    margin: 0 0 4rem;
    list-style: none;
    text-align: center; }
    .sponsors-section .sponsor-logos li {
      display: inline-block;
      margin: 0 4rem; }
      @media screen and (max-width: 893px) {
        .sponsors-section .sponsor-logos li {
          margin-bottom: 2rem; } }
      .sponsors-section .sponsor-logos li:first-of-type {
        margin-left: 0; }
        @media screen and (max-width: 893px) {
          .sponsors-section .sponsor-logos li:first-of-type {
            margin-left: 4rem; } }
      .sponsors-section .sponsor-logos li:last-of-type {
        margin-right: 0; }
        @media screen and (max-width: 893px) {
          .sponsors-section .sponsor-logos li:last-of-type {
            margin-right: 4rem; } }
  .sponsors-section .sponsors-link a {
    font-size: 2rem;
    font-weight: bold;
    color: #e4572e;
    text-decoration: none; }
    .sponsors-section .sponsors-link a:hover {
      color: #AC4122; }
  .sponsors-section .single_logo + .jcarousel-control-prev {
    display: none; }
  .sponsors-section .single_logo + .jcarousel-control-prev + .jcarousel-control-next {
    display: none; }

/* ENews Banner */
.enews-banner {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6c649+0,b6c649+50,acbb45+51,acbb45+100 */
  background: #b6c649;
  /* Old browsers */
  background: -moz-linear-gradient(left, #b6c649 0%, #b6c649 50%, #acbb45 51%, #acbb45 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b6c649 0%, #b6c649 50%, #acbb45 51%, #acbb45 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b6c649 0%, #b6c649 50%, #acbb45 51%, #acbb45 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6c649', endColorstr='#acbb45',GradientType=1 );
  /* IE6-9 */ }

.enews-banner-wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1450px) {
    .enews-banner-wrap {
      margin-left: 9.5rem;
      margin-right: 9.5rem; } }
  @media screen and (max-width: 1200px) {
    .enews-banner-wrap {
      margin-left: 8rem;
      margin-right: 8rem; } }
  @media screen and (max-width: 1020px) {
    .enews-banner-wrap {
      margin-left: 6rem;
      margin-right: 6rem; } }
  @media screen and (max-width: 820px) {
    .enews-banner-wrap {
      margin-left: 4rem;
      margin-right: 4rem; } }
  @media screen and (max-width: 640px) {
    .enews-banner-wrap {
      margin-left: 3rem;
      margin-right: 3rem; } }
  @media screen and (max-width: 959px) {
    .enews-banner-wrap {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 820px) {
    .enews-banner-wrap {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 640px) {
    .enews-banner-wrap {
      margin-left: 0;
      margin-right: 0; } }
  .enews-banner-wrap .enews-sign-up {
    width: 50%;
    background: #b6c649;
    padding: 3.8rem 12.5rem 5rem 0;
    position: relative; }
    @media screen and (max-width: 959px) {
      .enews-banner-wrap .enews-sign-up {
        width: 100%;
        padding-left: 6rem;
        padding-right: 6rem; } }
    @media screen and (max-width: 820px) {
      .enews-banner-wrap .enews-sign-up {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media screen and (max-width: 640px) {
      .enews-banner-wrap .enews-sign-up {
        padding-left: 3rem;
        padding-right: 3rem; } }
    .enews-banner-wrap .enews-sign-up a {
      font-weight: 600; }
    .enews-banner-wrap .enews-sign-up .enews-action a {
      font-weight: 700; }
    .enews-banner-wrap .enews-sign-up img {
      position: absolute;
      right: -47px;
      top: calc(50% - 47px);
      width: 97px;
      height: 97px; }
      @media screen and (max-width: 959px) {
        .enews-banner-wrap .enews-sign-up img {
          right: calc(50% - 47px);
          top: auto;
          bottom: -47px; } }
  .enews-banner-wrap .read-enews {
    width: 50%;
    background: #acbb45;
    padding: 3.8rem 0 5rem 8.5rem;
    display: -webkit-flex;
    display: flex; }
    .enews-banner-wrap .read-enews a {
      font-weight: 600; }
    @media screen and (max-width: 959px) {
      .enews-banner-wrap .read-enews {
        width: 100%;
        padding-left: 6rem;
        padding-right: 6rem;
        padding-top: 8rem; } }
    @media screen and (max-width: 820px) {
      .enews-banner-wrap .read-enews {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media screen and (max-width: 640px) {
      .enews-banner-wrap .read-enews {
        padding-left: 3rem;
        padding-right: 3rem; } }
  .enews-banner-wrap .read-enews-content {
    width: calc(100% - 16.3rem); }
    .enews-banner-wrap .read-enews-content img {
      width: 17.5rem; }
  .enews-banner-wrap .enews-cover {
    width: 14.3rem;
    margin-left: 2rem; }

.enews-action a {
  font-size: 2rem;
  font-weight: bold;
  color: #006043;
  text-decoration: none; }
  .enews-action a:hover {
    color: #004430; }

/* Version 2 */
body.page-id-1235 .feature-banner:before {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: rgba(0, 63, 44, 0.75); }

body.page-id-1235 .feature-banner:hover:before {
  background-color: rgba(0, 0, 0, 0.8); }

@media screen and (min-width: 768px) {
  body.page-id-1235 header.home-hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

body.page-id-1235 header.home-hero .single-slide {
  position: relative;
  border-top: 2px #ffffff solid; }
  @media screen and (min-width: 768px) {
    body.page-id-1235 header.home-hero .single-slide {
      height: 400px;
      margin-top: 0.2%;
      border: 0px; }
      body.page-id-1235 header.home-hero .single-slide.width_40 {
        width: 39.9%; }
      body.page-id-1235 header.home-hero .single-slide.width_50 {
        width: 49.9%; }
      body.page-id-1235 header.home-hero .single-slide.width_60 {
        width: 59.9%; }
        body.page-id-1235 header.home-hero .single-slide.width_60 .hero-content > div {
          max-width: 520px; }
      body.page-id-1235 header.home-hero .single-slide.width_100 {
        width: 100%; } }
  body.page-id-1235 header.home-hero .single-slide .slide_wrap {
    display: table;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    background-color: rgba(0, 63, 44, 0.75); }
    @media screen and (min-width: 768px) {
      body.page-id-1235 header.home-hero .single-slide .slide_wrap {
        position: absolute; } }
    body.page-id-1235 header.home-hero .single-slide .slide_wrap:hover {
      background-color: rgba(0, 0, 0, 0.8); }
    body.page-id-1235 header.home-hero .single-slide .slide_wrap .hero-content {
      display: table-cell;
      height: 100%;
      vertical-align: middle;
      color: #ffffff;
      padding: 45px 20px;
      color: #ffffff;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        body.page-id-1235 header.home-hero .single-slide .slide_wrap .hero-content {
          padding: 0px 60px; } }
      body.page-id-1235 header.home-hero .single-slide .slide_wrap .hero-content h3 {
        font-size: 3.5rem;
        line-height: 3.5rem;
        margin-bottom: 5px; }
        @media screen and (max-width: 375px) {
          body.page-id-1235 header.home-hero .single-slide .slide_wrap .hero-content h3 {
            font-size: 2.8rem;
            line-height: 3rem; } }
        body.page-id-1235 header.home-hero .single-slide .slide_wrap .hero-content h3 span {
          font-size: 2.5rem; }
          @media screen and (max-width: 375px) {
            body.page-id-1235 header.home-hero .single-slide .slide_wrap .hero-content h3 span {
              font-size: 2rem; } }

ul.event-group {
  list-style: none;
  margin: 0 0 6rem; }
  ul.event-group li {
    background: #ece8ef;
    margin: 0 0 2rem;
    padding: 2rem; }
  ul.event-group h3 {
    font-size: 2.4rem;
    line-height: 3.1rem;
    margin-bottom: 1rem; }
    ul.event-group h3 a {
      text-decoration: none; }
      ul.event-group h3 a:hover {
        text-decoration: underline; }
  ul.event-group p {
    margin-bottom: 0; }

ul.event-group ul.sponsor {
  margin-left: 0; }
  ul.event-group ul.sponsor li {
    list-style: none;
    margin: 0 -4px 0 0;
    padding: 0;
    display: inline; }
    ul.event-group ul.sponsor li:nth-of-type(2n):before {
      content: ';';
      margin-right: 10px; }

ul.event-details {
  list-style: none;
  margin: 0;
  font-weight: 600; }
  ul.event-details li {
    margin: 0;
    padding: 0;
    display: inline; }
    ul.event-details li:after {
      content: '/';
      margin-left: 12px;
      margin-right: 12px; }
    ul.event-details li:last-of-type:after {
      content: none; }
    ul.event-details li.highlight {
      color: #e4572e; }

.addeventatc .addeventatc_icon {
  background: none; }
