@charset "UTF-8";
/*
	Theme Name: RQI Theme
	Theme URI: http://satellitejones.com/
	Description: This is the RQI Theme based on the the Genesis Framework.
	Author: Satellite Jones
	Author URI: http://satellitejones.com/

	Version: 1.0.0

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

*/
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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,
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,
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,
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,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-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,
[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;
}

html,
input[type='search'] {
  box-sizing: border-box;
}

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

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  display: table;
  content: ' ';
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  display: table;
  clear: both;
  content: ' ';
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "Varela Round", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.6;
  color: #231f20;
  background-color: white;
}

::selection {
  background: #f3f3f3;
}

a,
button,
input:focus,
input[type='button'],
input[type='reset'],
input[type='submit'],
textarea:focus,
.button,
.gallery img {
  transition: all .1s ease-in-out;
}

a {
  font-weight: 400;
  color: #2db0b6;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

p {
  padding: 0;
  margin: 0 0 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

0l {
  padding: 0;
  margin: 0 0 0 1em;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

hr {
  margin: 1em 0;
  clear: both;
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #f3f3f3;
}

b,
strong {
  font-weight: 700;
}

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

blockquote {
  position: relative;
  padding: 2em;
  margin: 0 2em;
}

blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -.25em;
  font-size: 130px;
  font-size: 13rem;
  line-height: 1em;
  color: #2db0b6;
  content: '\0022';
}

blockquote::after {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: -.6em;
  font-size: 130px;
  font-size: 13rem;
  line-height: 1em;
  color: #2db0b6;
  content: '\0022';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em;
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 35px;
  font-size: 3.5rem;
}

h2 {
  font-size: 35px;
  font-size: 3.5rem;
}

h3 {
  font-size: 30px;
  font-size: 3rem;
}

h4 {
  font-size: 26px;
  font-size: 2.6rem;
}

h5 {
  font-size: 24px;
  font-size: 2.4rem;
}

h6 {
  font-size: 18px;
  font-size: 1.8rem;
}

.larger {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery img {
  height: auto;
  padding: 4px;
  border: 1px solid #f3f3f3;
}

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #f3f3f3;
}

input,
select,
textarea {
  width: 100%;
  padding: .75em;
  font-family: "Varela Round", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #231f20;
  background-color: white;
  border: 1px solid #969696;
}

input:focus,
textarea:focus {
  border: 1px solid #1a1a1a;
  outline: none;
}

input[type='checkbox'],
input[type='image'],
input[type='radio'] {
  width: auto;
}

::placeholder {
  opacity: 1;
}

label {
  display: block;
  margin-bottom: .5em;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  width: auto;
  padding: .75em 2em;
  font-family: "Varela Round", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #231f20;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #231f20;
  border-radius: 8px;
}

button:hover,
input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='submit'],
.button:hover,
button:focus,
input:focus[type='button'],
input:focus[type='reset'],
input:focus[type='submit'],
.button:focus {
  color: white;
  text-decoration: none;
  background-color: #231f20;
}

.button {
  display: inline-block;
}

a.button.small,
button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small {
  padding: .5em 1em;
}

a.button.small.wide,
button.small.wide,
input[type='button'].small.wide,
input[type='reset'].small.wide,
input[type='submit'].small.wide {
  padding: .5em 2.5em;
}

input[type='search']::search-cancel-button,
input[type='search']::search-results-button {
  display: none;
}

table {
  width: 100%;
  margin-bottom: 40px;
  line-height: 2;
  word-break: break-word;
  border-collapse: collapse;
  border-spacing: 0;
}

tbody {
  border-bottom: 1px solid #f3f3f3;
}

td,
th {
  text-align: left;
}

td {
  padding: 6px;
  border-top: 1px solid #f3f3f3;
}

th {
  padding: 0 6px;
  font-weight: 400;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type='submit']:focus,
.widget_search input[type='submit']:focus {
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto !important;
  font-size: 1em;
  font-weight: bold;
  color: #231f20;
  text-decoration: none;
  background: white;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  width: 0;
  height: 0;
  list-style: none;
}

:focus {
  color: #231f20;
  outline: #f3f3f3 solid 1px;
}

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

.site-inner {
  padding-top: 2em;
  padding-bottom: 2em;
  clear: both;
  word-wrap: break-word;
}

.no-site-inner .site-inner {
  padding: 0;
  margin: 0;
}

.sticky-nav + .site-inner {
  padding-top: 52px;
}

.no-site-inner .sticky-nav + .site-inner {
  padding-top: 52px;
}

.admin-bar .sticky-nav + .site-inner {
  padding-top: 84px;
}

.admin-bar.no-site-inner .sticky-nav + .site-inner {
  padding-top: 52px;
}

.wrap,
.content-sidebar-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.full-width-tight .content-sidebar-wrap {
  max-width: 860px;
}

.entry-header .wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.layout .wrap {
  padding-top: 4em;
  padding-bottom: 4em;
}

.layout.padding-tight .wrap {
  padding-top: 0;
}

.layout.fields2 .wrap {
  padding-top: 4em;
  padding-bottom: 0;
}

.content {
  float: right;
  width: 67%;
}

.content-sidebar .content {
  float: left;
}

.full-width-content .content {
  float: none;
  width: 100%;
  margin: 0 auto;
}

.sidebar-primary {
  float: right;
  width: 25%;
}

.sidebar-content .sidebar-primary {
  float: left;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  margin-left: 0;
  clear: both;
}

.box-25 {
  width: 25%;
}

.box-50 {
  width: 50%;
}

.box-75 {
  width: 75%;
}

.box-100 {
  width: 100%;
}

.box-34 {
  width: 33.59375%;
}

.box-66 {
  width: 66.40625%;
}

.push-left-50 {
  margin-left: 50px;
}

.group {
  overflow: hidden;
}

.inline-text {
  max-width: 50%;
}

.inline-text {
  max-width: 70%;
}

.box-75 .inline-text {
  max-width: 50%;
}

.equal-height {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.equal-space {
  display: flex;
  justify-content: space-around;
}

.avatar {
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

.breadcrumb {
  padding: 1em 0;
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
}

.breadcrumb .back::before {
  margin-right: .25em;
  font-family: 'dashicons';
  vertical-align: middle;
  content: '\f340';
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #231f20;
  text-decoration: none;
}

.archive-description {
  margin-bottom: 4em;
}

.author .archive-description {
  margin-bottom: 1em;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

.search-form {
  max-width: 480px;
  margin-bottom: 4em;
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin: 1em auto 0;
}

.post-password-form input[type='submit'],
.search-form input[type='submit'],
.search-form button[type='submit'] {
  margin-top: 1em;
}

.genesis-nav-menu .search input[type='submit'],
.widget_search input[type='submit'] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.author .archive-title {
  padding-top: .25em;
  margin-bottom: .25em;
}

.entry-title {
  margin-bottom: 0;
  text-transform: none;
}

.full-width-content .entry-title {
  text-align: center;
}

.blog .entry-title,
.archive .entry-title,
.search .entry-title,
.single .entry-title {
  font-size: 30px;
  font-size: 3rem;
  text-align: left;
}

.single-rqi_person .entry-title {
  padding-top: .5em;
  margin-bottom: .5em;
}

.entry-title a,
.sidebar .widget-title a {
  color: #231f20;
  text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #2db0b6;
}

.section-title {
  margin-bottom: 2em;
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
}

.parent-title {
  margin-bottom: 2em;
  font-size: 35px;
  font-size: 3.5rem;
}

.single-rqi_event .entry-header .parent-title {
  margin-bottom: 1em;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 2em;
  text-align: center;
}

img.alignnone,
.alignnone {
  margin-bottom: 1em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 2em 2em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 2em 2em;
}

.icon-image {
  margin: 0;
}

.icon-image img.alignleft {
  width: 80px;
  height: auto;
  margin: 0 1em 1em 0;
}

.entry-header .alignleft {
  display: block;
  margin: 0 1em 1em 0;
}

.equal-height .entry-header .alignleft {
  float: none;
}

.wp-caption-text {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 2em;
}

video {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.wp-video {
  width: 100% !important;
}

.clear {
  clear: both;
}

.nowrap {
  overflow: hidden;
}

.more-link {
  display: inline-block;
  font-family: "Varela Round", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
  vertical-align: middle;
}

.more-link::after {
  display: inline;
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  vertical-align: baseline;
  content: ' \003e';
}

.see-more {
  margin-bottom: .5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  color: #969696;
}

.external::after {
  display: inline-block;
  margin-left: .25em;
  font-family: 'dashicons';
  line-height: 1;
  color: #231f20;
  vertical-align: top;
  content: '\f504';
}

.file-download::after {
  display: inline-block;
  margin-left: .25em;
  font-family: 'dashicons';
  line-height: 1;
  color: #231f20;
  vertical-align: top;
  content: "\f316";
}

.group {
  margin-bottom: 4em;
}

.group img.alignnone {
  margin-bottom: 0;
}

.group:last-of-type {
  margin-bottom: 0;
}

.group::after {
  display: table;
  clear: both;
  content: '';
}

.tight {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.wide {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.full {
  width: 100%;
}

.noscroll {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

.inline-text,
.inline-icon {
  display: inline-block;
  margin-left: 1em;
  vertical-align: top;
  text-align: left;
}

.inline-icon {
  line-height: 1;
}

.inline-text:first-child,
.inline-icon:first-child {
  margin-left: 0;
}

.label {
  color: #2db0b6;
}

.social-share-container {
  margin-bottom: 1em;
  line-height: 28px;
}

.social-share-container::after {
  display: table;
  clear: both;
  content: '';
}

.small-header {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #2db0b6;
  text-transform: uppercase;
}

.small-text {
  font-size: 12px;
  font-size: 1.2rem;
  color: #969696;
}

.smaller-text {
  font-size: 80%;
}

.small-links a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.huge-text {
  font-size: 100px;
  font-size: 10rem;
}

.big-text {
  font-size: 50px;
  font-size: 5rem;
}

.vertical-text {
  transform: rotate(-90deg);
  transform-origin: center;
}

.centered-text {
  text-align: center;
}

address {
  margin-bottom: 1em;
}

.white-bg {
  background-color: white;
}

.grey-bg {
  background-color: #f3f3f3;
}

.midgrey-bg {
  color: white;
  background-color: #969696;
}

.darkgrey-bg {
  color: white;
  background-color: #1a1a1a;
}

.black-bg {
  color: white;
  background-color: #231f20;
}

.teal-bg {
  background-color: #2db0b6;
}

.green-bg {
  background-color: #74d061;
}

.green-txt {
  color: #74d061;
}

.orange-bg {
  color: white;
  background-color: #f6921e;
}

.orange-bg .button {
  color: white;
  border-color: white;
}

.orange-bg .button:hover {
  color: #f6921e;
  background-color: white;
}

.blue-bg {
  background-color: #156993;
}

.red-bg {
  background-color: #dd5050;
}

.purple-bg {
  background-color: #7979d8;
}

.button.orange-bg {
  border-color: #f6921e;
}

.button.orange-bg:hover, .button.orange-bg:focus {
  color: #f6921e;
  background-color: white;
}

.button.teal-bg {
  border-color: #2db0b6;
}

.button.teal-bg:hover, .button.teal-bg:focus {
  color: #2db0b6;
  background-color: white;
}

.button.blue-bg {
  border-color: #156993;
}

.button.blue-bg:hover, .button.blue-bg:focus {
  color: #156993;
  background-color: white;
}

.button.green-bg {
  border-color: #74d061;
}

.button.green-bg:hover, .button.green-bg:focus {
  color: #74d061;
  background-color: white;
}

.button.red-bg {
  border-color: #dd5050;
}

.button.red-bg:hover, .button.red-bg:focus {
  color: #dd5050;
  background-color: white;
}

.button.purple-bg {
  border-color: #7979d8;
}

.button.purple-bg:hover, .button.purple-bg:focus {
  color: #7979d8;
  background-color: white;
}

.content-tab .button.request {
  display: inline-block;
  margin: 1em 0;
  color: white;
  background-color: #2db0b6;
  border-color: #2db0b6;
  border-width: 2px;
}

.content-tab .button.request:hover,
.content-tab .button.request:focus {
  color: #2db0b6;
  background-color: transparent;
  border-color: #2db0b6;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.rqiicon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.rqiicon-rqi-logo {
  width: 5.3388671875em;
}

.rqiicon-rqi-magnifying-glass {
  width: .8974609375em;
}

.rqiicon-rqi-question-mark {
  width: .541015625em;
}

.rqiicon-rqi-quote {
  width: 1.310546875em;
}

.rqiicon-magnifying-glass {
  filter: FlipH;
  transform: scaleX(-1);
}

.widget {
  margin-bottom: 2em;
  word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  padding-left: 20px;
  text-indent: -20px;
  list-style-type: decimal;
  list-style-position: inside;
}

.widget li li {
  padding: 0;
  margin: 0 0 0 30px;
  border: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.featured-content .entry {
  padding: 0;
  background: none;
}

.featured-content .entry:last-of-type {
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}

.sidebar .widget .menu .menu-item {
  padding: 0;
  margin: 0 0 .25em;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.sidebar .widget .menu .menu-item-has-children {
  font-size: 18px;
  font-size: 1.8rem;
}

.sidebar .widget .menu .menu-item-has-children > a::after {
  content: ':';
}

.sidebar .widget .menu a {
  line-height: 1.3;
  text-decoration: none;
}

.sidebar .widget .menu .sub-menu,
.sidebar .widget .menu .sub-menu .menu-item {
  font-size: 15px;
  font-size: 1.5rem;
}

.sidebar .widget .menu .sub-menu a {
  color: #231f20;
}

.sidebar .widget .menu .sub-menu a:hover,
.sidebar .widget .menu .sub-menu a:focus {
  color: #2db0b6;
}

.sidebar .widget .menu .sub-menu.level-2 {
  margin-left: .25em;
}

.sidebar .widget .menu .sub-menu.level-3 {
  margin-left: 1.5em;
}

.sidebar .widget .menu .current-menu-item > a,
.sidebar .widget .menu .current-menu-parent > a {
  font-weight: bold;
}

.sidebar .widget .tax-menu li {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.sidebar .widget .tax-menu > li {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #2db0b6;
}

.sidebar .widget .tax-menu li > ul {
  font-size: 15px;
  font-size: 1.5rem;
}

.sidebar .widget .tax-menu .cat-item a {
  color: #231f20;
  text-decoration: none;
}

.sidebar .widget .tax-menu .cat-item-all a {
  color: #231f20;
  text-decoration: underline;
}

.sidebar .widget .tax-menu .cat-item a:hover,
.sidebar .widget .tax-menu .cat-item a:focus,
.sidebar .widget .tax-menu .cat-item-all a:hover,
.sidebar .widget .tax-menu .cat-item-all a:focus {
  color: #2db0b6;
}

.sidebar .widget .tax-menu .current-cat > a,
.sidebar .widget .tax-menu .current-cat-parent > a {
  font-weight: bold;
}

.sidebar .widget .custom-menu {
  font-size: 15px;
  font-size: 1.5rem;
}

.sidebar .widget .custom-menu a {
  color: #231f20;
}

.sidebar .widget .custom-menu a:hover,
.sidebar .widget .custom-menu a:focus {
  color: #2db0b6;
}

.sidebar .widget .resource-tax-menu > .current-menu-item {
  margin-bottom: 1em;
}

.sidebar .widget .resource-tax-menu > .current-menu-item > a {
  color: #74d061;
}

.sidebar .widget .resource-tax-menu > .current-menu-item > a:hover,
.sidebar .widget .resource-tax-menu > .current-menu-item > a:focus {
  color: #231f20;
}

.sidebar .widget .menu .resource-type-menu a,
.sidebar .widget .menu .resource-type-menu .sub-menu a {
  color: #969696;
}

.sidebar .widget .menu .resource-type-menu a:hover,
.sidebar .widget .menu .resource-type-menu a:focus,
.sidebar .widget .menu .resource-type-menu .sub-menu a:hover,
.sidebar .widget .menu .resource-type-menu .sub-menu a:focus {
  color: #2db0b6;
}

.sidebar .widget .menu .resource-type-menu .current-menu-item > a {
  color: #231f20;
}

.sidebar .widget .menu .resource-type-menu .current-menu-item > a:hover,
.sidebar .widget .menu .resource-type-menu .current-menu-item > a:focus {
  color: #2db0b6;
}

.sidebar .widget .menu .resource-type-menu > .menu-item > a::before {
  margin-right: .5em;
  content: ' \002b';
}

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
  color: #231f20;
}

.sidebar .widget.enews-widget {
  background-color: white;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
  border: 1px solid #231f20;
}

.sidebar .enews-widget input[type='submit'] {
  color: #231f20;
  background-color: transparent;
}

.sidebar .enews-widget input:hover[type='submit'],
.sidebar .enews-widget input:focus[type='submit'] {
  color: white;
  background-color: #231f20;
}

.enews-widget input {
  margin-bottom: 16px;
  font-size: 16px;
  font-size: 1.6rem;
}

.enews-widget input[type='submit'] {
  width: 100%;
  margin: 0;
}

.enews form + p {
  margin-top: 24px;
}

#wpstats {
  display: none;
}

li.social-icon a {
  padding: 8px;
  font-size: 8px;
  font-size: .8rem;
}

span.wpcf7-not-valid-tip {
  color: #dd5050;
}

div.wpcf7-response-output {
  padding: 2em !important;
  margin: 2em !important;
  text-align: center;
  background-color: white;
}

div.wpcf7-mail-sent-ok {
  border: 6px solid #74d061 !important;
}

div.wpcf7-mail-sent-ng {
  border: 6px solid #dd5050 !important;
}

div.wpcf7-spam-blocked {
  border: 6px solid #ffa500 !important;
}

div.wpcf7-validation-errors {
  border: 6px solid #dd5050 !important;
}

.wpcf7-list-item-label {
  margin-left: 15px;
}

span.wpcf7-list-item {
  display: block !important;
  margin: 0 0 1em !important;
}

.wpcf7-submit-centered {
  width: 200px;
  margin: 0 auto;
  clear: both;
}

.wpcf7-submit-centered .wpcf7-submit {
  width: 100%;
}

.wpcf7 .one-half input,
.wpcf7 .one-half select,
.wpcf7 .one-half textarea {
  width: 75%;
}

.wpcf7 .one-half input[type='checkbox'],
.wpcf7 .one-half input[type='image'],
.wpcf7 .one-half input[type='radio'] {
  width: auto;
}

.wpcf7-form [data-class='wpcf7cf_group'] {
  padding: 0;
  margin: 0 0 1.5em;
}

.new-royalslider-1.rsDefault,
.new-royalslider-1.rsDefault .rsOverflow,
.new-royalslider-1.rsDefault .rsSlide,
.new-royalslider-1.rsDefault .rsThumbs {
  background: white;
}

.project-slider-caption-wrap {
  position: relative;
  margin: 20px 0;
}

.home .project-slider-caption-wrap {
  margin-bottom: 0;
}

.project-slider-caption-wrap .rsGCaption {
  float: none;
  max-width: 500px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: white;
  text-align: left;
}

.home .project-slider-caption-wrap .rsGCaption {
  max-width: none;
  margin: 0;
}

.new-royalslider-2.rsDefault .rsGCaption {
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.35;
  background: rgba(0, 0, 0, 0.5);
}

.rsCaption .entry-title {
  margin-bottom: 15px;
  font-size: 30px;
  font-size: 3rem;
}

.home .rsCaption .entry-title {
  margin-bottom: 0;
}

.rsCaption .entry-title a {
  color: white;
}

.rsCaption .entry-title a:hover {
  border-bottom: 1px solid white;
}

.rsCaption .entry-meta {
  padding-top: 0;
  margin-bottom: 10px;
}

.rsCaption .entry-meta .meta-item {
  font-family: "Varela Round", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
}

.rsCaption .project-shortdescription p:last-of-type {
  margin-bottom: 0;
}

.acf-notice.-error {
  background-color: #dd5050 !important;
}

.acf-field .acf-notice.-error {
  color: #dd5050 !important;
  background-color: rgba(221, 80, 80, 0.25) !important;
}

.embed-container {
  position: relative;
  height: 0;
  height: auto;
  max-width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pac-container {
  border: 1px solid #969696 !important;
}

.acf-input > .acf-google-map .canvas {
  display: none;
}

.acf-field input[type='text'],
.acf-field input[type='password'],
.acf-field input[type='number'],
.acf-field input[type='search'],
.acf-field input[type='email'],
.acf-field input[type='url'],
.acf-field textarea,
.acf-field select {
  padding: .75em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.15;
}

.acf-input-wrap input {
  height: auto;
}

.acf-field select,
.acf-field .select2 {
  max-width: 480px;
}

.acf-form-submit {
  padding: 25px 12px;
}

.acf-field p.description {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.15;
}

.entry-content ul.acf-radio-list {
  margin-left: 10px;
}

ul.acf-radio-list li,
ul.acf-checkbox-list li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.15;
}

ul.acf-radio-list li input[type='checkbox'],
ul.acf-checkbox-list li input[type='checkbox'],
ul.acf-radio-list li input[type='radio'],
ul.acf-checkbox-list li input[type='radio'] {
  margin: -1px 12px 0 0;
}

.social-share-box {
  margin-top: 60px;
  text-align: center;
}

.rqi-protected-box {
  position: relative;
  width: 720px;
  margin: 0 auto;
  text-align: center;
  box-shadow: -5px 5px 8px #969696;
}

.rqi-protected-box.layout.call-to-action .wrap {
  padding: 2em 4em;
}

.rqi-protected-box h2 {
  color: white;
}

.rqi-protected-box .button:hover,
.rqi-protected-box .button:focus {
  color: white;
  background-color: #231f20;
  border-color: #231f20;
}

.admin-bar .rqi-protected-box {
  margin-top: 60px;
}

.modal-contact {
  padding: 2em 1em 1em;
  text-align: left;
  background-color: white;
}

.mfp-close-btn-in .rqi-protected-box .mfp-close {
  top: .25em;
  right: .25em;
  font-family: "Varela Round", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: white;
  opacity: 1;
}

.mfp-close-btn-in .rqi-protected-box .mfp-close:hover,
.mfp-close-btn-in .rqi-protected-box .mfp-close:focus {
  color: #231f20;
  background: none;
}

.mfp-close-btn-in .modal-contact .mfp-close {
  color: #231f20;
}

.mfp-close-btn-in .modal-contact .mfp-close:hover,
.mfp-close-btn-in .modal-contact .mfp-close:focus {
  color: #2db0b6;
}

.social-share-box .addtoany_list > a {
  padding: 15px;
}

.mfp-fade-social.mfp-bg {
  opacity: 0;
  transition: all .25s ease-out;
}

.mfp-fade-social.mfp-bg.mfp-ready {
  opacity: .3;
}

.mfp-fade-social.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade-social.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .5s ease-out;
}

.mfp-fade-social.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade-social.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.simple-social-icons ul li:first-child {
  margin-left: 0 !important;
}

.tml {
  max-width: 480px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.15;
}

.tml label {
  font-size: 18px;
  font-size: 1.8rem;
}

.tml input,
.tml textarea,
.tml select {
  margin: 0;
}

.tml td,
.tml tbody {
  border: 0;
}

.tml ol,
.tml ul {
  margin-left: 0;
}

.tml ul > li {
  list-style-type: none;
}

.tml .error {
  background-color: rgba(221, 80, 80, 0.25);
  border: 1px solid #dd5050;
}

.tml .message {
  background-color: rgba(45, 176, 182, 0.25);
  border: 1px solid #2db0b6;
}

.entry-content .tml ol,
.entry-content .tml ul {
  margin-left: 0;
}

.entry-content .tml ul > li {
  list-style-type: none;
}

.tml-submit-wrap input[type='submit'] {
  color: white;
  background-color: #f6921e;
  border: 0;
}

.tml-submit-wrap input[type='submit']:hover,
.tml-submit-wrap input[type='submit']:focus {
  color: white;
  background-color: #231f20;
}

.tml-links a {
  margin-bottom: .5em;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.calendar {
  margin-top: 2em;
  overflow: hidden;
}

.calendar-list-box {
  max-height: 450px;
  min-height: 1px;
  overflow: auto;
}

.calendar-list-box .event-item {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #b1b1b1;
}

.calendar-list-box .event-item .entry-title {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: left;
}

.calendar-list-box .event-item .event-meta .tagline {
  font-size: 18px;
  font-size: 1.8rem;
}

.calendar-list-box .event-item .event-meta .registration {
  margin: 0 0 .5em;
}

.calendar-box {
  padding: 1em;
  border: 1px solid #969696;
}

.calendar-box .clndr-controls {
  padding: .5em 0 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #969696;
}

.calendar-box .clndr-controls > div {
  display: inline-block;
}

.calendar-box .clndr-controls .clndr-button {
  color: #2db0b6;
  cursor: pointer;
}

.calendar-box .clndr-controls .clndr-button:hover {
  text-decoration: underline;
}

.calendar-box .clndr-controls .clndr-previous-button {
  padding: 0 .5em 0 .25em;
}

.calendar-box .clndr-controls .clndr-next-button {
  padding: 0 .25em 0 .5em;
}

.calendar-box .clndr-today-button {
  float: right;
}

.calendar-box table {
  margin-bottom: 0;
  table-layout: fixed;
}

.calendar-box table tbody {
  border: 0;
}

.calendar-box table td {
  border: 0;
}

.calendar-box table td:first-child {
  padding-left: 6px;
}

.calendar-box .header-day {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.calendar-box .day-contents {
  padding: 0 .5em;
  font-size: 14px;
  font-size: 1.4rem;
}

.calendar-box .day .day-contents {
  width: 2.4em;
  height: 2.4em;
  padding: 0;
  line-height: 2.2em;
  text-align: center;
  border: 2px solid white;
  border-radius: 50%;
}

.calendar-box .day.today .day-contents {
  color: #231f20;
  background-color: white;
  border-color: #2db0b6;
}

.calendar-box .day.event .day-contents {
  color: white;
  cursor: pointer;
  background-color: #2db0b6;
  border-color: #2db0b6;
}

.calendar-box .day.event .day-contents:hover {
  color: #231f20;
  background-color: white;
  border-color: #2db0b6;
}

.calendar-box .day.past.event .day-contents {
  color: #231f20;
  background-color: #d7d8d9;
  border-color: #d7d8d9;
}

.calendar-box .day.past.event .day-contents:hover {
  background-color: white;
}

.calendar-box .day.event.multi .day-contents {
  width: 100%;
  border-radius: 0;
}

.calendar-box .day.event.multi.start .day-contents {
  width: 100%;
  border-radius: 2.4em 0 0 2.4em;
}

.calendar-box .day.event.multi.end .day-contents {
  width: 100%;
  border-radius: 0 1em 1em 0;
}

.calendar.narrow {
  font-size: 16px;
  font-size: 1.6rem;
}

.calendar.narrow .calendar-box .header-day {
  font-size: 10px;
  font-size: 1rem;
}

.donation-form-wrapper {
  padding: 1em;
  color: white;
  background-color: #1a1a1a;
}

.donation-form-wrapper h3 {
  margin-bottom: .5em;
  font-size: 22px;
  font-size: 2.2rem;
  color: #2db0b6;
  text-transform: uppercase;
}

.donation-form-wrapper .btn-group .btn-submit-donation {
  padding: .75em 2em;
  color: white;
  background-color: #2db0b6;
}

.donation-form-wrapper .btn-group .btn-submit-donation:hover {
  color: #2db0b6;
  background-color: white;
}

.donation-form-wrapper .section {
  margin-bottom: 1em;
}

.donation-form-wrapper .field {
  margin-bottom: .5em;
}

.donation-form-wrapper .field:last-of-type {
  margin-bottom: 0;
}

.donation-form-wrapper .field.checkbox input,
.donation-form-wrapper .field.radio input {
  margin-right: .5em;
}

.donation-form-wrapper .donation-form label,
.donation-form-wrapper label,
.donation-form-wrapper .label {
  margin-bottom: .25em;
  font-size: 15px;
  font-size: 1.5rem;
  color: white;
}

.donation-form-wrapper .donation-form .section.recurring {
  padding-left: 0;
}

.donation-form-wrapper .donation-form #frequency {
  width: 120px;
}

.donation-form-wrapper .donation-form .field .required-star {
  color: #dd5050;
}

.donation-form-wrapper .donation-form label.error,
.donation-form-wrapper .donation-form #card-errors {
  padding: 0 .25em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #dd5050;
  background-color: pink;
}

.donation-form-wrapper .donation-form .errors {
  padding: 1em;
  margin-bottom: .5em;
  color: #dd5050;
  background-color: pink;
  border: 1px solid pink;
}

.site-header {
  width: 100%;
  padding: .75em 0;
  background: #f3f3f3;
}

.title-area {
  float: left;
  padding: 12px 0;
}

.header-image .title-area {
  width: 250px;
  max-width: 250px;
  padding: 0;
  margin: 0 auto;
}

.site-title {
  font-family: "Varela Round", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
  font-weight: 400;
  color: #2db0b6;
  text-decoration: none;
}

.header-image .site-title > a {
  display: block;
  width: 100%;
  height: 80px;
  min-height: 65px;
  text-indent: -9999px;
  background-position: left bottom !important;
  background-size: contain !important;
}

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

.site-header .header-widget-area {
  position: relative;
  float: right;
  text-align: right;
}

.site-header .header-widget-area .widget {
  margin-bottom: 0;
}

.site-header .header-widget-area .widget_nav_menu {
  margin-top: .25em;
}

.site-header .user-menu {
  text-align: right;
}

.genesis-nav-menu {
  width: 100%;
  clear: both;
  font-family: "Varela Round", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}

.genesis-nav-menu a {
  display: block;
  padding: .5em 1em;
  font-weight: 400;
  color: #969696;
  text-decoration: none;
}

.genesis-nav-menu li:last-of-type a {
  padding-right: 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-parent > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #2db0b6;
}

.genesis-nav-menu .sub-menu {
  position: absolute;
  left: -9999px;
  z-index: 99;
  width: 200px;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #f3f3f3;
  opacity: .8;
  transition: opacity .4s ease-in-out;
}

.genesis-nav-menu .sub-menu a {
  position: relative;
  word-wrap: break-word;
  border: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  float: right;
}

.site-header .genesis-nav-menu li li {
  display: block;
  margin-left: 0;
}

.nav-primary {
  position: relative;
  float: right;
  padding-top: .25em;
  text-align: right;
}

.nav-secondary {
  text-align: center;
  background-color: #2db0b6;
}

.nav-secondary .genesis-nav-menu a {
  color: #231f20;
  outline: none;
}

.nav-secondary .genesis-nav-menu li a {
  padding: 1.5em;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu .current-menu-item > a {
  color: white;
  background-color: #74d061;
}

.nav-tertiary {
  text-align: center;
  background-color: #74d061;
}

.nav-tertiary .genesis-nav-menu a {
  color: #231f20;
  outline: none;
}

.nav-tertiary .genesis-nav-menu li a {
  padding: 1.5em;
}

.nav-tertiary .genesis-nav-menu a:hover,
.nav-tertiary .genesis-nav-menu a:focus,
.nav-tertiary .genesis-nav-menu .current-menu-item > a {
  color: white;
  background-color: #1a1a1a;
}

.sticky-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.admin-bar .sticky-nav {
  top: 32px;
}

.menu-featured a span {
  padding: .5em 1.25em;
  color: white;
  background-color: #f6921e;
  border: 1px solid #f6921e;
  border-radius: 6px;
}

.menu-featured a:hover span,
.menu-featured a:focus span {
  color: #f6921e;
  background-color: transparent;
  border-color: #f6921e;
}

.entry {
  margin-bottom: 5%;
  margin-bottom: 2em;
}

.blog .entry,
.archive .entry,
.search .entry,
.post-type-archive .entry {
  padding-bottom: 2em;
  border-bottom: 1px solid #d7d8d9;
}

.blog .entry.featured-resource,
.archive .entry.featured-resource,
.search .entry.featured-resource,
.post-type-archive .entry.featured-resource {
  padding: 1em 1.5em;
  border: 4px solid #2db0b6;
  border-radius: 36px;
}

.entry-header {
  margin-bottom: 2em;
  overflow: hidden;
}

.blog .entry-header,
.archive .entry-header,
.search .entry-header,
.post-type-archive .entry-header {
  display: flex;
  margin-bottom: 1em;
}

.blog .entry-image,
.archive .entry-image,
.search .entry-image,
.post-type-archive .entry-image {
  flex-basis: 30%;
  flex-shrink: 0;
  margin-right: 2em;
}

.blog .entry-image img,
.archive .entry-image img,
.search .entry-image img,
.post-type-archive .entry-image img {
  display: block;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  color: #f3f3f3;
  background-color: #231f20;
}

.entry-meta {
  color: #969696;
}

.entry-meta .tagline {
  margin-bottom: 0;
}

.featured .entry-meta {
  font-size: 18px;
  font-size: 1.8rem;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  margin: 0 6px 0 2px;
  content: '\2014';
}

.pagination {
  margin: 40px 0;
  clear: both;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination a,
.archive-pagination .current {
  display: inline-block;
  padding: 8px 12px;
  font-family: "Varela Round", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color: #2db0b6;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a,
.archive-pagination .current {
  color: white;
  background-color: #231f20;
}

.archive .archive-pagination,
.search .archive-pagination,
.blog .archive-pagination,
.home .archive-pagination {
  max-width: 1080px;
  margin: 40px auto;
}

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}

.comment-respond,
.entry-pings {
  padding: 60px 60px 32px;
}

.entry-comments {
  padding: 60px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type='email'],
.comment-respond input[type='text'],
.comment-respond input[type='url'] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.sidebar {
  margin-bottom: 40px;
}

.sidebar .widget .widget-title {
  padding: 0;
  margin: 0 0 .5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #2db0b6;
  text-transform: uppercase;
}

.site-footer {
  padding: 4em 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #231f20;
  background-color: #f3f3f3;
  border-top: 1px solid #d7d8d9;
}

.site-footer .copyright {
  line-height: 1.5;
}

.footer-widgets {
  margin-bottom: 2em;
}

.footer-widgets .widget {
  margin-bottom: 1em;
}

.footer-widgets .menu .menu-item {
  padding: 0;
  margin: 0 0 1em;
}

.footer-widgets .menu > .menu-item > a {
  color: #231f20;
}

.footer-widgets .menu .sub-menu {
  margin: 1em 0 0 2em;
  text-indent: -1em;
}

.footer-widgets .menu .sub-menu .menu-item {
  margin: 0 0 1em;
}

.footer-widgets .menu .sub-menu .menu-item::before {
  margin-right: .5em;
  color: #2db0b6;
  content: '\2013';
}

.footer-widget-area {
  float: left;
  width: 23.125%;
  margin: 0 2.5% 0 0;
}

.footer-widget-area.footer-widgets-4 {
  float: right;
  margin: 0;
}

.layout .layout-header {
  margin-bottom: 1.5em;
  text-align: center;
}

.layout .layout-description {
  max-width: 1080px;
  margin: 0 auto 1.5em;
  text-align: left;
}

.layout.blue-bg,
.layout.blue-bg .layout-header {
  color: white;
}

.layout .layout-footer {
  clear: both;
  text-align: right;
}

.layout .layout-footer .more-link {
  color: #231f20;
}

.layout .layout-footer .more-link:hover {
  color: #2db0b6;
}

.layout .equal-height > .layout-col {
  display: flex;
  flex-direction: column;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #d7d8d9;
}

.layout .equal-height > .layout-col .small-text {
  flex-grow: 1;
}

.layout .subtext {
  font-size: 13px;
  font-size: 1.3rem;
  color: white;
  text-transform: uppercase;
}

.layout .subtext a {
  color: white;
  text-decoration: underline;
}

.layout .subtext a:hover,
.layout .subtext a:focus {
  color: #231f20;
}

.layout .col-text ul {
  padding-left: 1.5em;
  margin-bottom: 2em;
}

.layout .col-text ul li {
  margin-bottom: 1em;
}

.layout .col-text ul li::before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1em;
  color: #f6921e;
  vertical-align: middle;
  content: '\2022';
}

.layout .col-footer {
  margin-top: 1em;
  font-size: 13px;
  font-size: 1.3rem;
}

.layout .royalSlider {
  width: 100%;
}

.layout .rsUni,
.layout .rsUni .rsOverflow,
.layout .rsUni .rsSlide,
.layout .rsUni .rsVideoFrameHolder,
.layout .rsUni .rsThumbs {
  color: #231f20;
  background: white;
}

.layout .rsUni .rsArrowIcn {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  color: white;
  text-align: center;
  background: none;
  background-color: #2db0b6;
  border-radius: 50%;
  opacity: 1;
}

.layout .rsUni.rsHor .rsArrowRight .rsArrowIcn:after {
  margin-left: 2px;
  content: '\003e';
}

.layout .rsUni.rsHor .rsArrowLeft .rsArrowIcn:after {
  margin-right: 2px;
  content: '\003c';
}

.layout .rsUni .rsBullets {
  line-height: 1em;
}

.layout .rsUni .rsBullet {
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.layout .rsUni .rsBullet span {
  width: 10px;
  height: 10px;
  background: #d7d8d9;
}

.layout .rsUni .rsBullet.rsNavSelected span {
  background-color: #2db0b6;
}

.layout.space-below {
  margin-bottom: 2em;
}

.layout.white-bg .subtext,
.layout.grey-bg .subtext {
  color: #969696;
}

.layout.white-bg .subtext a,
.layout.grey-bg .subtext a {
  color: #969696;
}

.layout.white-bg .subtext a:hover,
.layout.white-bg .subtext a:focus,
.layout.grey-bg .subtext a:hover,
.layout.grey-bg .subtext a:focus {
  color: #231f20;
}

.layout.call-to-action {
  text-align: center;
}

.layout.call-to-action .wrap {
  padding-top: 3em;
  padding-bottom: 3em;
}

.layout.call-to-action .button-bar {
  width: 100%;
  margin-bottom: 1em;
  clear: both;
  list-style-type: none;
}

.layout.call-to-action .button-bar li {
  display: inline-block;
  margin: 0 1em;
}

.layout.call-to-action .button-bar li:first-child {
  margin-left: 0;
}

.layout.call-to-action .button-bar li:last-child {
  margin-right: 0;
}

.layout.call-to-action .button-bar:last-child {
  margin-bottom: 0;
}

.layout.call-to-action .button {
  border-width: 2px;
}

.layout.call-to-action.orange-bg {
  color: #231f20;
}

.layout.call-to-action.orange-bg .button {
  color: #231f20;
  border-color: #231f20;
}

.layout.call-to-action.orange-bg .button:hover,
.layout.call-to-action.orange-bg .button:focus {
  color: white;
  background-color: #231f20;
}

.layout.inline.call-to-action {
  margin-bottom: 2em;
}

.layout.inline.call-to-action .wrap {
  padding: 1em 1.5em 1.5em;
}

.layout.inline.call-to-action ul {
  margin: 0;
}

.layout.featured .entry-title {
  text-align: left;
}

.layout.slider .wrap {
  max-width: 1200px;
  padding: 0;
}

.layout.quotes .wrap {
  border-bottom: 1px solid #d7d8d9;
}

.layout.quotes .rqi-quote img {
  margin-top: 2em;
}

.layout .tab-box {
  display: none;
}

.layout .tab-box .ui-tabs-nav {
  position: relative;
  text-align: center;
  border: 0;
}

.layout .tab-box .ui-tabs-nav::before {
  z-index: 1;
}

.layout .tab-box .ui-tabs-nav::after {
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 48px;
  border: 4px solid #74d061;
  border-bottom: 0;
  border-radius: 38px 38px 0 0;
  content: '';
}

.layout .tab-box .ui-tabs-nav .ui-state-default {
  position: relative;
  z-index: 0;
  display: inline-block;
  min-width: 240px;
  margin: 0 .5em;
  background-color: #f3f3f3;
  border: 4px solid transparent;
  border-radius: 12px 12px 0 0;
}

.layout .tab-box .ui-tabs-nav .ui-state-active {
  z-index: 2;
  background-color: white;
  border-color: #74d061;
  border-bottom-color: transparent;
}

.layout .tab-box .ui-tabs-nav .ui-state-active::before,
.layout .tab-box .ui-tabs-nav .ui-state-active::after {
  position: absolute;
  bottom: -4px;
  width: 12px;
  height: 12px;
  border: 4px solid #74d061;
  content: '';
}

.layout .tab-box .ui-tabs-nav .ui-state-active::before {
  left: -12px;
  border-width: 0 4px 4px 0;
  border-bottom-right-radius: 12px;
  box-shadow: 2px 2px 0 white;
}

.layout .tab-box .ui-tabs-nav .ui-state-active::after {
  right: -12px;
  border-width: 0 0 4px 4px;
  border-bottom-left-radius: 12px;
  box-shadow: -2px 2px 0 white;
}

.layout .tab-box .ui-tabs-nav .ui-state-default a {
  display: inline-block;
  padding: .5em 1em .25em;
  line-height: 1;
  color: #231f20;
  text-decoration: none;
}

.layout .tab-box .ui-tabs-nav .ui-state-default a:hover,
.layout .tab-box .ui-tabs-nav .ui-state-default a:focus {
  color: #74d061;
  outline: 0;
}

.layout .tab-box .ui-tabs-nav .ui-state-active a {
  color: #74d061;
  text-decoration: none;
}

.layout .tab-box .ui-tabs-nav .ui-state-active a:hover,
.layout .tab-box .ui-tabs-nav .ui-state-active a:focus {
  color: #231f20;
}

.layout .tab-box .ui-tabs-panel {
  padding: 3em 6em;
  overflow: hidden;
  border: 4px solid #74d061;
  border-top: 0;
  border-radius: 36px;
}

.layout.tabbed .wrap {
  max-width: 1200px;
}

.layout.tabbed .tabbed-content {
  display: none;
}

.layout.resources .wrap,
.layout.resources2 .wrap {
  max-width: 1200px;
}

.layout.resources .resource,
.layout.resources2 .resource {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #d7d8d9;
}

.layout.resources .resource .resource-title,
.layout.resources2 .resource .resource-title {
  flex-basis: 80px;
  flex-basis: 8rem;
  margin-bottom: .5em;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: normal;
}

.layout.resources .resource .resource-title a,
.layout.resources2 .resource .resource-title a {
  font-weight: bold;
}

.layout.resources .resource .resource-image,
.layout.resources2 .resource .resource-image {
  margin-bottom: .5em;
}

.layout.resources .resource .resource-image img,
.layout.resources2 .resource .resource-image img {
  display: block;
}

.layout.resources .resource .description,
.layout.resources2 .resource .description {
  flex-grow: 1;
}

.layout.resources .resource .asset,
.layout.resources2 .resource .asset {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.layout.resources .resource .button,
.layout.resources2 .resource .button {
  border-width: 2px;
}

.layout.resources .resource .resource-footer,
.layout.resources2 .resource .resource-footer {
  margin-bottom: auto;
}

.layout.resources .equal-height:last-of-type .resource,
.layout.resources2 .equal-height:last-of-type .resource {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.layout.fields .field-icons,
.layout.fields2 .field-icons {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
}

.layout.fields .field-icon-box,
.layout.fields2 .field-icon-box {
  display: flex;
  flex-basis: 36%;
  flex-direction: column;
  padding: 1em;
  margin: 0 2em 2em;
  vertical-align: middle;
}

.layout.fields .field-icon-box:last-of-type,
.layout.fields2 .field-icon-box:last-of-type {
  margin-bottom: 0;
}

.layout.fields .field-icon,
.layout.fields2 .field-icon {
  flex-grow: 1;
}

.layout.fields .field-icon-text,
.layout.fields2 .field-icon-text {
  flex-grow: 1;
  margin: 1em 0;
}

.layout.fields .field-icon-button,
.layout.fields2 .field-icon-button {
  margin: 1em 0;
}

.layout.fields .field-icons.count-1 .field-icon-box,
.layout.fields .field-icons.captions-side .field-icon-box,
.layout.fields2 .field-icons.count-1 .field-icon-box,
.layout.fields2 .field-icons.captions-side .field-icon-box {
  flex-basis: 80%;
  flex-direction: row;
}

.layout.fields .field-icons.count-1 .field-icon,
.layout.fields .field-icons.count-1 .field-icon-content,
.layout.fields .field-icons.captions-side .field-icon,
.layout.fields .field-icons.captions-side .field-icon-content,
.layout.fields2 .field-icons.count-1 .field-icon,
.layout.fields2 .field-icons.count-1 .field-icon-content,
.layout.fields2 .field-icons.captions-side .field-icon,
.layout.fields2 .field-icons.captions-side .field-icon-content {
  width: 50%;
  padding: 0 1em;
}

.layout.fields .field-icons.count-1 .field-icon-content,
.layout.fields .field-icons.captions-side .field-icon-content,
.layout.fields2 .field-icons.count-1 .field-icon-content,
.layout.fields2 .field-icons.captions-side .field-icon-content {
  text-align: left;
}

.layout.fields .button.field-icon-link,
.layout.fields2 .button.field-icon-link {
  width: 100%;
  padding: .75em;
  color: white;
  text-align: center;
  border-color: transparent;
  border-width: 2px;
}

.layout.fields .button.field-icon-link:hover,
.layout.fields .button.field-icon-link:hover,
.layout.fields2 .button.field-icon-link:hover,
.layout.fields2 .button.field-icon-link:hover {
  color: #231f20;
  background-color: transparent;
}

.layout.fields .button.field-icon-link:hover.teal-bg,
.layout.fields .button.field-icon-link:hover.teal-bg,
.layout.fields2 .button.field-icon-link:hover.teal-bg,
.layout.fields2 .button.field-icon-link:hover.teal-bg {
  border-color: #2db0b6;
}

.layout.fields .button.field-icon-link:hover.green-bg,
.layout.fields .button.field-icon-link:hover.green-bg,
.layout.fields2 .button.field-icon-link:hover.green-bg,
.layout.fields2 .button.field-icon-link:hover.green-bg {
  border-color: #74d061;
}

.layout.fields .button.field-icon-link:hover.orange-bg,
.layout.fields .button.field-icon-link:hover.orange-bg,
.layout.fields2 .button.field-icon-link:hover.orange-bg,
.layout.fields2 .button.field-icon-link:hover.orange-bg {
  border-color: #f6921e;
}

.layout.fields .button.field-icon-link:hover.blue-bg,
.layout.fields .button.field-icon-link:hover.blue-bg,
.layout.fields2 .button.field-icon-link:hover.blue-bg,
.layout.fields2 .button.field-icon-link:hover.blue-bg {
  border-color: #156993;
}

.layout.fields .button.field-icon-link:hover.red-bg,
.layout.fields .button.field-icon-link:hover.red-bg,
.layout.fields2 .button.field-icon-link:hover.red-bg,
.layout.fields2 .button.field-icon-link:hover.red-bg {
  border-color: #dd5050;
}

.layout.fields .button.field-icon-link:hover.purple-bg,
.layout.fields .button.field-icon-link:hover.purple-bg,
.layout.fields2 .button.field-icon-link:hover.purple-bg,
.layout.fields2 .button.field-icon-link:hover.purple-bg {
  border-color: #7979d8;
}

.layout.fields2 .field-icon-box {
  flex-basis: 30%;
  margin: 0 .8em 2em;
}

.layout.fields2 .field-icon-box:last-of-type {
  margin-bottom: 2em;
}

.layout.fields2 .field-icon-content {
  display: block;
}

.layout.events.narrow .calendar {
  font-size: 16px;
  font-size: 1.6rem;
}

.layout.events.narrow .calendar-box .header-day {
  font-size: 10px;
  font-size: 1rem;
}

.layout.faq .accordion-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.layout.faq .accordion-content .group > .wrap {
  padding: 0;
}

.layout.faq .accordion-content .group > .group-header {
  margin-bottom: 1em;
  text-align: center;
}

.layout.faq .accordion-content .group > .group-header h2 {
  margin: 1.5em 0;
  color: white;
  cursor: pointer;
}

.layout.faq .accordion-content .group > .group-header h2:hover,
.layout.faq .accordion-content .group > .group-header h2:focus {
  text-decoration: underline;
  outline: none;
}

.layout.faq .accordion-content .group > .group-header .wrap {
  padding: 0;
}

.layout.faq .accordion-content .group > .group-header.white-bg h2,
.layout.faq .accordion-content .group > .group-header.grey-bg h2 {
  color: #231f20;
}

.layout.faq .accordion-content .faq-item {
  padding: 1em 0;
  border-top: 1px solid #231f20;
}

.layout.faq .accordion-content .faq-item:last-of-type {
  border-bottom: 1px solid #231f20;
}

.layout.faq .accordion-content .faq-item > .faq-header {
  cursor: pointer;
}

.layout.faq .accordion-content .faq-item > .faq-header:hover, .layout.faq .accordion-content .faq-item > .faq-header:focus {
  text-decoration: underline;
  outline: none;
}

.layout.faq .accordion-content .faq-item > .faq-header .ui-accordion-header-icon {
  float: right;
  width: 30px;
  height: 30px;
  font-family: sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  color: #2db0b6;
  text-align: center;
}

.layout.faq .accordion-content .faq-item > .faq-header .ui-icon-plus::before {
  content: '\002b';
}

.layout.faq .accordion-content .faq-item > .faq-header .ui-icon-minus::before {
  content: '\2212';
}

.layout.faq .accordion-content .faq-item > .faq-header:focus {
  outline: none;
}

.layout.faq .accordion-content .faq-item > .faq-body {
  margin-top: 1em;
}

.layout.acc-text .accordion .ui-accordion-header-icon {
  float: right;
  width: 30px;
  height: 30px;
  font-family: sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}

.layout.acc-text .accordion .ui-icon-plus::before {
  color: #2db0b6;
  content: '\002b';
}

.layout.acc-text .accordion .ui-icon-minus::before {
  color: white;
  content: '\2212';
}

.layout.acc-text .accordion .ui-accordion-header {
  padding: .5em;
  color: #2db0b6;
  cursor: pointer;
  background-color: rgba(45, 176, 182, 0.25);
}

.layout.acc-text .accordion .ui-accordion-header:hover {
  color: white;
  background-color: #2db0b6;
  outline: none;
}

.layout.acc-text .accordion .ui-accordion-header:hover .ui-icon-plus::before {
  color: white;
}

.layout.acc-text .accordion .ui-accordion-header-active {
  color: white;
  background-color: #2db0b6;
}

.layout.acc-text .accordion .accordion-section {
  margin-bottom: 2em;
}

.quote-container .royalSlider {
  width: 100%;
}

.quote-container .rsUni,
.quote-container .rsUni .rsOverflow,
.quote-container .rsUni .rsSlide,
.quote-container .rsUni .rsVideoFrameHolder,
.quote-container .rsUni .rsThumbs {
  color: #231f20;
  background: white;
}

.quote-container .rsUni .rsArrowIcn {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  color: white;
  text-align: center;
  background: none;
  background-color: #2db0b6;
  border-radius: 50%;
  opacity: 1;
}

.quote-container .rsUni.rsHor .rsArrowRight .rsArrowIcn:after {
  margin-left: 2px;
  content: '\003e';
}

.quote-container .rsUni.rsHor .rsArrowLeft .rsArrowIcn:after {
  margin-right: 2px;
  content: '\003c';
}

.quote-container .rsUni .rsBullets {
  line-height: 1em;
}

.quote-container .rsUni .rsBullet {
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.quote-container .rsUni .rsBullet span {
  width: 10px;
  height: 10px;
  background: #d7d8d9;
}

.quote-container .rsUni .rsBullet.rsNavSelected span {
  background-color: #2db0b6;
}

.sidebar-content .quote-container {
  margin: 4em 0;
}

.sidebar-content .quote-container blockquote {
  font-size: 18px;
  font-size: 1.8rem;
}

.event-meta .registration {
  margin-top: 1em;
  line-height: 1;
}

.event-meta .registration .button {
  margin-right: 1em;
  color: white;
  background-color: #2db0b6;
  border: 1px solid #2db0b6;
}

.event-meta .registration .button:hover,
.event-meta .registration .button:focus {
  color: #2db0b6;
  background-color: white;
}

.event-meta .registration .registration-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #2db0b6;
  vertical-align: bottom;
}

.post-type-archive .event-meta .registration,
.featured .event-meta .registration {
  margin-top: 0;
}

.post-type-archive .event-meta .tagline,
.featured .event-meta .tagline {
  margin-bottom: 0;
  line-height: 1.35;
}

.event-resource-content {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #b1b1b1;
}

.people-content .group {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #b1b1b1;
}

.people-content .group .description {
  margin-bottom: 1em;
}

.people-content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.people-content .person {
  flex-basis: 30%;
  margin: 0 1em 1em 0;
}

.people-content .person .person-photo {
  display: block;
  float: none;
  width: 100%;
  height: auto;
  margin-bottom: .5em;
}

.single-rqi_person .entry-header img.alignleft {
  margin: 0 2em 0 0;
}

.person-title {
  margin-bottom: 1em;
  font-style: italic;
}

.person-social li {
  float: left;
  padding: 0;
  margin: 0 .5em .5em 0;
  list-style-type: none;
}

.person-social li:first-child {
  margin-left: 0;
}

.person-social li:last-child {
  margin-right: 0;
}

.person-social a {
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  color: white;
  text-decoration: none;
  background-color: #2db0b6;
  border-radius: 50%;
  box-sizing: content-box;
}

.person-social a:hover {
  background-color: #231f20;
}

.portfolio {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #969696;
}

.portfolio ul {
  margin-left: .5em;
}

.portfolio ul li {
  padding-left: 1em;
  text-indent: -1.2em;
}

.portfolio ul li::before {
  padding-right: .5em;
  color: #f6921e;
  content: '• ';
}

.member .member-header {
  display: flex;
}

.member .member-avatar .avatar {
  float: none;
}

.member .member-details {
  margin-left: 2em;
}

.member .member-detail {
  font-size: 18px;
  font-size: 1.8rem;
}

.member .member-bio {
  margin-bottom: 1em;
}

.member .member-links > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}

.member .member-links .member-action {
  margin: 0 .5em .5em 0;
  font-size: 12px;
  font-size: 1.2rem;
  list-style-type: none;
}

.member .member-links .member-action a {
  font-size: 0;
  color: #74d061;
  text-decoration: none;
}

.member .member-links .member-action a:hover {
  color: #231f20;
  text-decoration: none;
}

.member .member-links .member-action a span {
  display: none;
}

.member .member-links .member-action a::before {
  font-family: 'dashicons';
  font-size: 20px;
  content: '\f511';
}

.member .member-links .member-action a.action-contact::before {
  content: '\f465';
}

.member .member-links .member-action a.action-edit-user::before,
.member .member-links .member-action a.action-edit-profile::before {
  content: '\f464';
}

.member .member-links .member-action a.action-deactivate::before {
  content: '\f542';
}

.member .member-links .member-action a.action-hide::before {
  content: '\f530';
}

.member .member-links .member-action a.action-delete::before {
  content: '\f182';
}

.member .member-links .member-action a.action-logout::before {
  content: '\f310';
}

.members-list > ul {
  margin: 0;
}

.members-list .member-item {
  flex-basis: 25%;
  padding: 0 1em 0 0;
  margin: 0 0 2em;
  list-style-type: none;
}

.members-list .member-item .member-avatar {
  margin-bottom: .5em;
}

.members-list .member-item .member-avatar .avatar {
  display: block;
  float: none;
}

.members-list .member-item .member-details {
  margin-left: 0;
}

.members-list .member-item .member-detail {
  font-size: 16px;
  font-size: 1.6rem;
}

.members-list .member-item .member-links .member-action a::before {
  font-size: 15px;
}

.member-social ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}

.member-social li {
  padding: 0;
  margin: 0 .5em .5em 0;
  list-style-type: none;
}

.member-social li:first-child {
  margin-left: 0;
}

.member-social li:last-child {
  margin-right: 0;
}

.member-social a {
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  color: white;
  text-decoration: none;
  background-color: #2db0b6;
  border-radius: 50%;
  box-sizing: content-box;
}

.member-social a:hover {
  background-color: #231f20;
}

.member-search-form {
  margin-bottom: 1em;
}

.faq-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.faq-content .group > .group-header {
  margin-bottom: 1em;
  text-align: center;
  background: none;
  background-color: #f6921e;
}

.faq-content .group > .group-header h2 {
  margin: 1.5em 0;
  color: white;
  cursor: pointer;
}

.faq-content .group > .group-header h2:hover,
.faq-content .group > .group-header h2:focus {
  text-decoration: underline;
  outline: none;
}

.faq-content .faq-item {
  padding: 1em 0;
  border-top: 1px solid #231f20;
}

.faq-content .faq-item:last-of-type {
  border-bottom: 1px solid #231f20;
}

.faq-content .faq-item > .faq-header {
  cursor: pointer;
}

.faq-content .faq-item > .faq-header:hover, .faq-content .faq-item > .faq-header:focus {
  text-decoration: underline;
  outline: none;
}

.faq-content .faq-item > .faq-header .ui-accordion-header-icon {
  float: right;
  width: 30px;
  height: 30px;
  font-family: sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  color: #2db0b6;
  text-align: center;
}

.faq-content .faq-item > .faq-header .ui-icon-plus::before {
  content: '\002b';
}

.faq-content .faq-item > .faq-header .ui-icon-minus::before {
  content: '\2212';
}

.faq-content .faq-item > .faq-header:focus {
  outline: none;
}

.faq-content .faq-item > .faq-body {
  margin-top: 1em;
}

.news-content .featured {
  padding-bottom: 3em;
  margin-bottom: 3em;
  border-bottom: 1px solid #b1b1b1;
}

.news-content .featured .entry-title {
  font-size: 26px;
  font-size: 2.6rem;
}

.news-content .featured .featured-footer {
  clear: both;
}

.press-content .press-section {
  overflow: hidden;
}

.press-content .press-item {
  padding-bottom: 2em;
  margin-bottom: 2em;
  overflow: hidden;
  border-bottom: 1px solid #d7d8d9;
}

.press-content .press-item img {
  display: block;
}

.press-content .press-item .press-details {
  overflow: hidden;
}

.press-content .press-item .press-details::after {
  clear: both;
  content: '';
  visibility: hidden;
}

.press-content .press-item .press-citation {
  font-size: 18px;
  font-size: 1.8rem;
  color: #969696;
}

.press-content .press-item .press-footer {
  clear: both;
}

.press-content.press-logos {
  text-align: center;
}

.press-content.press-logos .press-logo {
  display: inline-block;
  padding: 1em;
  vertical-align: middle;
}

.press-content.press-logos .press-logo img {
  display: block;
}

.press-content-featured .press-items {
  display: flex;
  justify-content: space-between;
  margin: -1em -1em 2em;
}

.press-content-featured .press-item {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  margin: 1em;
}

.press-content.accordion .ui-accordion-header-icon {
  float: right;
  width: 30px;
  height: 30px;
  font-family: sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}

.press-content.accordion .ui-icon-plus::before {
  color: #2db0b6;
  content: '\002b';
}

.press-content.accordion .ui-icon-minus::before {
  color: white;
  content: '\2212';
}

.press-content.accordion .ui-accordion-header {
  padding: .5em;
  color: #2db0b6;
  cursor: pointer;
  background-color: rgba(45, 176, 182, 0.25);
}

.press-content.accordion .ui-accordion-header:hover {
  color: white;
  background-color: #2db0b6;
  outline: none;
}

.press-content.accordion .ui-accordion-header:hover .ui-icon-plus::before {
  color: white;
}

.press-content.accordion .ui-accordion-header-active {
  color: white;
  background-color: #2db0b6;
}

.resource-section {
  margin-bottom: 2em;
}

.resource-section:last-of-type {
  margin-bottom: 0;
}

.resource-section.resource-assets ul {
  margin: 0;
}

.resource-section.resource-assets ul > li {
  margin-left: 40px;
  margin-left: 4rem;
}

.resource-section.resource-assets .asset-media,
.resource-section.resource-assets .asset-embed {
  margin-left: 0;
  list-style-type: none;
}

.resource-asset {
  margin-bottom: .5em;
}

.resource-asset .asset-meta {
  margin-right: 1em;
  font-size: 18px;
  font-size: 1.8rem;
}

.resource-asset .asset-language {
  font-size: 13px;
  font-size: 1.3rem;
  color: #969696;
}

.resource-asset .more-link {
  display: inline;
  font-family: "Varela Round", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.resource-asset:first-of-type {
  margin-bottom: 0;
}

.resource-assets-additional {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #d7d8d9;
}

.resource-meta {
  font-size: 15px;
  font-size: 1.5rem;
  color: #969696;
}

.resource-meta .meta-label {
  font-size: 13px;
  font-size: 1.3rem;
  color: #1a1a1a;
  text-transform: uppercase;
}

.mcc-form .group {
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.mcc-form .group img {
  width: 100%;
}

.mcc-form .padded-list {
  padding: 0 6em 2em;
  margin: 0;
}

.mcc-form .faq {
  padding-top: 1em;
  border-top: 1px solid #d7d8d9;
  border-bottom: 1px solid #d7d8d9;
}

.mcc-form .faq h4 {
  margin-bottom: .25em;
  color: #74d061;
}

.mcc-form .sideform {
  padding: 6em 4em 0;
  text-align: center;
}

.mcc-form .sideform h2 {
  color: #74d061;
}

.mcc-form .sideform .dashicons {
  font-size: inherit;
}

.mcc-form .acf-form-submit {
  float: right;
  margin: 1em 1em 1em 0;
}

.mcc-form .acf-input-wrap input {
  height: 36px;
  height: 3.6rem;
}

.mcc-form .acf-fields > .acf-field {
  padding: .5em 1.2em 1.5em;
  border: 0;
}

.mcc-form .acf-field .description {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.25;
}

.survey-message {
  margin: 0 0 2em;
}

.survey-message .wrap {
  padding: 1em;
  color: #2db0b6;
  text-align: center;
  background-color: rgba(45, 176, 182, 0.25);
  border: 1px solid #2db0b6;
}

.page-template-template-lander .survey-message {
  margin: 1em 0;
}

.action-links {
  text-transform: uppercase;
}

.action-links > a {
  margin: 0 1em;
}

.action-links > a:first-child {
  margin-right: 1em;
  margin-left: 0;
}

.action-links > a:last-child {
  margin-right: 0;
  margin-left: 1em;
}

.action-links .action-search {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
}

.site-header .user-menu .action-links {
  font-size: 13px;
  font-size: 1.3rem;
  color: #969696;
}

.site-header .user-menu .action-links a {
  color: #969696;
}

.footer-widget-area .action-links {
  font-size: 12px;
  font-size: 1.2rem;
  color: #2db0b6;
}

.user-form-links a {
  margin-bottom: .5em;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.user-form-links ul {
  margin-left: 0;
}

.user-form-links ul > li {
  line-height: 1;
  list-style-type: none;
}

.rqi-action .acf-form {
  max-width: 480px;
  margin: 0 auto;
}

.rqi-action .message {
  padding: 1em;
  background-color: rgba(45, 176, 182, 0.25);
  border: 1px solid #2db0b6;
  animation: fadein 2s;
}

.rqi-action.rqi-action-register .acf-form {
  display: none;
}

.rqi-action.rqi-action-register.js .rqit-no-js {
  display: none;
}

.rqi-action.rqi-action-register.js .acf-form {
  display: block;
}

.single-field-icon-box {
  display: flex;
  margin-bottom: 2em;
}

.single-field-icon-box.underlined {
  padding-bottom: 2em;
  border-bottom: 1px solid #f3f3f3;
}

.single-field-icon-box .single-field-icon-box-image {
  flex-basis: 30%;
}

.single-field-icon-box .single-field-icon-box-image img {
  margin: 0;
}

.single-field-icon-box .single-field-icon-box-image .rqi-field-icon {
  margin: 3em 2em 0 0;
}

.single-field-icon-box .single-field-icon-box-content {
  flex-basis: 70%;
}

.single-field-icon-box .single-field-icon-box-content p {
  font-size: .8em;
}

@media only screen and (max-width: 1200px) {
  .wrap {
    max-width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .genesis-nav-menu a {
    padding: .5em .75em;
  }
}

@media only screen and (max-width: 1100px) {
  .genesis-nav-menu a {
    padding: .5em .25em;
  }
}

@media only screen and (max-width: 1023px) {
  .genesis-nav-menu a {
    padding: .5em 1em;
  }
  .site-header .user-menu {
    margin-top: .5em;
  }
  .nav-primary {
    float: none;
    padding-top: 1em;
    clear: both;
    text-align: center;
  }
  .nav-secondary .genesis-nav-menu li a {
    padding: 1.5em .5em;
  }
  .layout .tab-box .ui-tabs-nav .ui-state-default {
    min-width: 160px;
  }
  .layout .tab-box .ui-tabs-nav .ui-state-default a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .layout .tab-box .ui-tabs-nav::after {
    top: 39px;
  }
  .layout .tab-box .ui-tabs-panel {
    padding: 2em;
  }
}

@media only screen and (max-width: 860px) {
  body > div {
    font-size: 1.8rem;
  }
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .genesis-nav-menu a {
    padding: .5em;
  }
  .nav-secondary ul.genesis-nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .nav-secondary .genesis-nav-menu li {
    flex-basis: 33%;
    text-align: center;
  }
  .nav-secondary .genesis-nav-menu li a {
    padding: .75em .5em;
  }
  .site-subheader,
  .site-inner {
    margin-top: 0;
  }
  .site-inner {
    padding: 5% 5% 0;
  }
  .archive .entry,
  .search .entry,
  .blog .entry,
  .home .entry {
    margin-bottom: 5%;
  }
  .sidebar {
    margin-bottom: 5%;
  }
  .pagination {
    margin: 5% auto;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    width: 100%;
    margin: 0;
  }
  .wide,
  .tight {
    max-width: 100%;
  }
  .layout.quotes .rqi-quote img {
    display: block;
    max-width: 480px;
    margin: 0 auto 2em;
  }
  .group {
    margin-bottom: 1em;
  }
  .footer-widget-area {
    width: 47.5%;
    margin: 0 5% 1em 0;
  }
  .footer-widget-area.footer-widgets-2 {
    margin-right: 0;
  }
  .layout.fields .field-icons.count-1 .field-icon-box,
  .layout.fields .field-icons.captions-side .field-icon-box,
  .layout.fields2 .field-icons.count-1 .field-icon-box,
  .layout.fields2 .field-icons.captions-side .field-icon-box {
    flex-basis: 100%;
  }
  .layout.fields .field-icon-box {
    padding: 0;
    margin: 0 0 4em;
  }
  .layout .tab-box .ui-tabs-nav .ui-state-default a {
    font-size: 1.4rem;
  }
  .layout .tab-box .ui-tabs-nav::after {
    top: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .title-area {
    float: left;
    text-align: left;
  }
  .site-header .widget-area {
    float: right;
    width: auto;
    text-align: right;
  }
  .sticky-nav {
    position: relative;
  }
  .admin-bar .sticky-nav {
    top: 0;
  }
  .js nav.nav-primary,
  .js .site-header nav {
    position: relative;
    display: none;
  }
  .js .site-header nav .wrap {
    padding: 0;
  }
  .js nav.pagination {
    display: block;
  }
  .menu-toggle,
  .sub-menu-toggle {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    color: #969696;
    text-align: center;
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    visibility: visible;
  }
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus {
    border-width: 0;
  }
  .menu-toggle {
    z-index: 1000;
    float: right;
    padding: 0;
    margin: .25em 0 0;
  }
  .site-header .menu-toggle {
    border: 0;
  }
  .menu-toggle::before,
  .menu-toggle.activated::before {
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-rendering: auto;
    transform: translate(0, 0);
  }
  .menu-toggle.activated::before {
    content: '\f153';
  }
  .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    float: right;
    padding: 10px;
  }
  .sub-menu-toggle::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-rendering: auto;
    transform: translate(0, 0);
  }
  .sub-menu-toggle.activated::before {
    content: '\f142';
  }
  .js .nav-primary .genesis-nav-menu .menu-item,
  .js .site-header .genesis-nav-menu .menu-item {
    position: relative;
    display: block;
    float: none;
    margin: 1px 0;
    text-align: left;
  }
  .js .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .js .nav-primary .genesis-nav-menu .menu-item a,
  .js .site-header .genesis-nav-menu .menu-item a {
    width: 100%;
    padding: 12px 0;
    border: 0;
  }
  .js .genesis-nav-menu .sub-menu {
    border: 0;
  }
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .js .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none;
  }
  .js .genesis-nav-menu .sub-menu {
    position: static;
    display: none;
    width: 100%;
    padding-left: 15px;
    margin: 0;
    clear: both;
    opacity: 1;
  }
  .js .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .js nav button:hover,
  .js .menu-toggle:hover,
  .js .nav-primary {
    color: #2db0b6;
    background-color: transparent;
  }
  .js nav button:focus,
  .js .menu-toggle:focus {
    color: #2db0b6;
    background-color: transparent;
  }
  .layout.fields .field-icon-box,
  .layout.fields2 .field-icon-box {
    flex-basis: 42%;
    margin: 0 1em 1em;
  }
}

@media only screen and (max-width: 667px) {
  .layout .tab-box .ui-tabs-nav .ui-state-default {
    display: block;
    max-width: 240px;
    margin: 0 0 0 2em;
    border: 4px solid #b1b1b1;
    border-bottom-width: 0;
    border-radius: 0;
  }
  .layout .tab-box .ui-tabs-nav .ui-state-active {
    border-color: #74d061;
  }
  .layout .tab-box .ui-tabs-nav .ui-state-active::before,
  .layout .tab-box .ui-tabs-nav .ui-state-active::after {
    display: none;
  }
  .layout .tab-box .ui-tabs-nav .ui-state-default a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .layout .tab-box .ui-tabs-nav::after {
    display: none;
  }
  .layout .tab-box .ui-tabs-panel {
    border-top: 4px solid #74d061;
  }
  .layout .tab-box .ui-tabs-panel .equal-height {
    flex-direction: column;
  }
  .layout.resources .equal-height:last-of-type .resource,
  .layout.resources2 .equal-height:last-of-type .resource {
    padding-bottom: 1.5em;
    margin-bottom: 2em;
    border-bottom: 1px solid #d7d8d9;
  }
  .layout.resources .equal-height:last-of-type .resource:last-of-type,
  .layout.resources2 .equal-height:last-of-type .resource:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .layout.resources .resource .resource-title,
  .layout.resources2 .resource .resource-title {
    flex-basis: 0;
  }
}

@media only screen and (max-width: 560px) {
  .header-image .title-area {
    width: 200px;
    max-width: 200px;
    margin-bottom: 0;
  }
  .header-image .site-title > a {
    height: auto;
  }
  .site-header .user-menu .action-links > a {
    margin: 0 .5em;
  }
  .site-header .user-menu .action-links > a:first-child {
    margin-right: .5em;
    margin-left: 0;
  }
  .site-header .user-menu .action-links > a:last-child {
    margin-right: 0;
    margin-left: .5em;
  }
  .nav-secondary .genesis-nav-menu li {
    flex-basis: 50%;
  }
  .layout.fields .field-icon-box,
  .layout.fields2 .field-icon-box {
    flex-basis: 100%;
    margin: 0 0 1em;
  }
  .layout.fields .field-icons.count-1 .field-icon-box,
  .layout.fields .field-icons.captions-side .field-icon-box,
  .layout.fields2 .field-icons.count-1 .field-icon-box,
  .layout.fields2 .field-icons.captions-side .field-icon-box {
    flex-direction: column;
  }
  .layout.fields .field-icons.count-1 .field-icon,
  .layout.fields .field-icons.count-1 .field-icon-content,
  .layout.fields .field-icons.captions-side .field-icon,
  .layout.fields .field-icons.captions-side .field-icon-content,
  .layout.fields2 .field-icons.count-1 .field-icon,
  .layout.fields2 .field-icons.count-1 .field-icon-content,
  .layout.fields2 .field-icons.captions-side .field-icon,
  .layout.fields2 .field-icons.captions-side .field-icon-content {
    width: 100%;
    padding: 2em;
  }
}

@media only screen and (max-width: 480px) {
  .header-image .title-area {
    width: 180px;
    max-width: 180px;
  }
  .site-header .user-menu .action-links > a {
    margin: 0 .25em;
    font-size: 1.1rem;
  }
  .site-header .user-menu .action-links > a:first-child {
    margin-right: .25em;
    margin-left: 0;
  }
  .site-header .user-menu .action-links > a:last-child {
    margin-right: 0;
    margin-left: .25em;
  }
  .footer-widget-area {
    width: 100%;
    margin: 0 0 1em;
  }
}

@media only screen and (max-width: 360px) {
  .header-image .title-area {
    width: 150px;
    max-width: 150px;
  }
}

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^='javascript:']::after,
  a[href^='#']::after,
  .site-title > a::after {
    content: '';
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  @page {
    margin: 1cm 2cm 2cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #f3f3f3;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .site-header {
    position: relative;
    height: auto;
    max-height: none;
    margin-bottom: 20px;
    border-bottom: 0;
  }
  .title-area {
    width: 100%;
    text-align: right;
  }
  .site-title > a {
    margin: 0;
    color: #231f20;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    position: relative;
    top: -100px;
    padding-top: 0;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
  .site-subheader {
    margin-top: 0;
  }
  .project-slider-caption-wrap .rsGCaption {
    margin: 0;
  }
  .page-section .wrap {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .project-toolbar {
    display: none !important;
  }
  .project-info {
    page-break-inside: avoid;
  }
}
