@charset "UTF-8";
/*!
Theme Name: therixcentre
Author: Jeremy Williams
Description: The Rix Research and Development Centre
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: therixcentre
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* $color__header-bg: #17416e; */
/* $color__mid-blue: #17416e; */
/* #b5bec2 */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #222;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  color: #222;
  margin: 0;
}

/* H1 */
h1 {
  font-weight: 400;
  font-size: 1.75em;
  text-align: center;
  margin: 10px 0 5px;
}
@media (max-width: 414px) {
  h1 {
    margin-top: 0;
  }
}

.home h1 {
  font-size: 1.875em;
  color: #cc0066;
  margin: 12px 0 4px;
  /* new */
  font-weight: 700;
  font-size: 1.75em;
  color: #cd1f44;
  margin: 12px 0 2px;
}
@media (max-width: 414px) {
  .home h1 {
    font-size: 1.7em;
  }
}

h1.page-title,
h1.entry-title {
  display: inline-block;
  font-size: 3em;
  text-align: left;
  margin: 0;
}

h1.page-title {
  color: #222;
}

h1.entry-title {
  font-size: 2.25em;
}
@media (max-width: 414px) {
  h1.entry-title {
    font-size: 1.85em;
  }
}

.home .entry-title {
  display: none;
}

.search h1.page-title {
  font-size: 2em;
}

.single .entry-header h1 {
  max-width: 768px;
  margin-right: 2.5%;
}

/* H2 */
h2 {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.3;
  margin: 1.25em 0 .5em;
}
h2:first-of-type {
  margin-top: 0;
}

.page-header h2:first-of-type {
  margin-top: .5em;
}

.single h2 {
  margin: .5em 0 10px;
}

h2.entry-title {
  font-size: 2em;
}

.search h2.entry-title {
  font-size: 1.5em;
}

.category-news-archive h2.entry-title {
  font-size: 1.5em;
}

h2.widgettitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: 1.25rem;
  padding: 0 0 8px;
  margin: 0;
  /*border-bottom: 1px solid #9edaee;
  &::after {
  	font-family: 'Font Awesome 5 Pro';
  	content: '\f078';
  	font-weight: 300;
  	color: $color__green;
  	font-size: .75em;
  	vertical-align: 1px;
  	padding-left: 8px;
  } */
}
h2.widgettitle span {
  color: #49a487;
}

h2.widgettitle,
#secondary li:last-of-type {
  border-bottom: 1px solid #bbe7f4;
}

.category-news-archive h2.widgettitle::after {
  display: none;
}

.page-template-my-wiki-terms h2 {
  font-size: 1.5em;
  font-weight: 400;
  margin: 1.5em 0 .35em;
}

.page-template-my-wiki-terms h2:first-of-type {
  margin-top: 0;
}

/* H3 */
/* single h3 = single h2 plus rule and padding above */
.single h3 {
  font-size: 1.5em;
  font-weight: 400;
  margin: 30px 0 10px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.page-template-my-wiki-terms h3 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 35px 0 10px;
  letter-spacing: .01em;
}

.page-template-about-rix-team-template h3 {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.page-template-about-rix-team-template span.team-memb-subtitle {
  font-size: 0.75em;
}

.page-template-about-rix-team-template h3:first-of-type {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

/* Call to action / Buy RIX software button */
.page-template-software h3 a,
.page-template-software h3 a:visited {
  display: inline-block;
  font-size: 1.25em;
  color: #fff;
  text-align: center;
  margin: 1em 0 1em;
  padding: 5px 15px;
  background: #5cbb9d;
}

.page-template-software h3 a:hover,
.page-template-software h3 a:active {
  background: #359677;
}

a .call-to-action,
span.call-to-action a,
span.call-to-action a:visited {
  display: inline-block;
  font-size: 1.25em;
  color: #fff;
  text-align: center;
  padding: 3px 15px 5px;
  margin-top: 5px;
  background: #5cbb9d;
}

span.call-to-action:hover,
span.call-to-action a:hover,
span.call-to-action a:active {
  background: #359677;
}

/* Panel headings */
.content-panels h3 {
  font-family: "Roboto Condensed";
  font-size: 1.125em;
  font-weight: 700;
  margin: 4px 0;
  padding: 0;
}

/* H4 */
h4 {
  font-weight: 700;
  margin-bottom: 5px;
}

.page-template-about-rix-team-template h4 {
  display: inline-block;
  font-size: .85em;
  margin: 5px 0 10px;
}

#footer h4 {
  font-size: 1.1em;
  line-height: 1;
}

h6 {
  font-family: "Roboto Condensed";
  font-size: 1.2em;
  font-weight: 700;
  margin: 2px 0 2px;
  padding: 0;
}

/* Fonts media queries at foot of posts-and-pages.scss */
p {
  font-size: 1.125rem;
  margin: 0 0 1rem;
}

/* Move the text above a list closer to the list contents */
span.para-tight-below {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -5px;
}

/* Bold intro para */
span.intro-para {
  display: block;
  font-family: "Roboto Condensed";
  font-size: 1.15em;
  line-height: 1.35;
  font-weight: 700;
  margin: 0 0 1em;
  padding: 0;
}

.single p {
  margin: 0 0 1rem;
}

.single blockquote p {
  margin: 0 0 5px 0.375em;
}

.page-template-my-wiki-terms p {
  margin: 5px 0 .75em;
}

.page-template-my-wiki-terms .legal-rights {
  background: #f0f0f0;
  padding: 15px 25px 10px;
  margin: 25px 0 40px;
}

.page-template-my-wiki-terms b,
.page-template-my-wiki-terms strong {
  font-weight: 600;
  color: #222;
}

b, strong {
  font-weight: 600;
}

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

blockquote {
  padding: 2px 16px 4px 16px;
  margin: 28px 0 32px;
  border-left: 6px solid #5cbb9d;
}
blockquote p {
  max-width: 100%;
  font-weight: 400;
  line-height: 1.3;
  color: #707070;
  margin: 0 0 8px 0.375em;
  text-indent: -0.375em;
  /* for hanging punctuation */
}
blockquote p:first-of-type {
  float: right;
}
blockquote p:last-of-type {
  font-size: 0.875em;
  font-weight: 400;
  text-indent: 0.375em;
  margin: 0;
  color: #222;
  font-style: italic;
}
blockquote img {
  max-width: 120px;
  border-radius: 70px;
  border: 1px solid #ddd;
  margin-left: 20px;
  /* filter: gray; /* IE6-9 */
  /* -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  /* filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  background: #fff;
}

.single blockquote p {
  max-width: 100%;
}
.single blockquote p:first-of-type {
  float: none;
}

.single blockquote p {
  max-width: 100%;
}
.single blockquote p:first-of-type {
  float: none;
}

/* Quote with no attrib or photo, selected from Formats menu */
span.quote {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  color: #000;
  text-indent: -0.375em;
  /* for hanging punctuation */
  padding: 20px 25px 27px;
  margin: 30px 0 30px 1px;
  border-left: 6px solid #5cbb9d;
  background: #f0f0f0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

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

html, body {
  height: 100%;
}

/* Sticky footer */
#container {
  min-height: 100%;
}

#wrap {
  overflow: auto;
  padding-bottom: 300px;
}
@media (max-width: 414px) {
  #wrap {
    padding-bottom: 540px;
  }
}

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

body {
  background: #f5f5f5;
}

.home body {
  background: #f7f7f6;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  padding: 0;
  margin: 0 0 1.25em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  padding-left: 1.5em;
}
ol li {
  margin-bottom: 15px;
}

li > ul,
li > ol {
  margin: 0;
}

.entry-content ul {
  list-style: none;
}
.entry-content ul li {
  padding-left: 1.5em;
  padding-bottom: 3px;
}
.entry-content ul li::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f111';
  font-weight: 600;
  color: rgba(92, 187, 157, 0.65);
  display: inline-block;
  width: 1.75em;
  margin-left: -1.75em;
  font-size: .65em;
  vertical-align: 1px;
}
.entry-content ul ul li::before {
  font-weight: 400;
}

.page-template-my-wiki-terms ol {
  list-style: none;
}

.page-template-my-wiki-terms ol li {
  margin-top: 5px;
  padding-left: 25px;
}

.page-template-my-wiki-terms .entry-content ul li {
  padding-left: 2.5em;
  padding-bottom: 3px;
}
.page-template-my-wiki-terms .entry-content ul li::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f111';
  font-weight: 600;
  color: #222;
  display: inline-block;
  width: 3em;
  margin-left: -3em;
  font-size: .35em;
  vertical-align: 3px;
}
.page-template-my-wiki-terms .entry-content ul li ul li::before {
  font-weight: 400;
  color: #222;
}

.page-template-my-wiki-terms .entry-content ul li li {
  padding-left: 1.25em;
  padding-bottom: 3px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

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

figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.hidden {
  display: none;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Cookie message */
#cookie-law-info-bar {
  padding: 20px 10%;
}

#cookie-law-info-bar span {
  display: block;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.3;
}

.cli_settings_button, .cli_action_button {
  margin-top: 15px !important;
}

.cli_settings_button:hover {
  color: #222 !important;
}

.large.cli-plugin-button, .large.cli-plugin-button:visited {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* Media icons */
img.media-icon {
  max-width: 50px;
  height: auto;
  margin: 0 0 5px;
  padding: 0 10px 0 0;
  opacity: 0.3;
}

img.media-icon:hover,
img.media-icon:active,
img.media-icon:focus {
  opacity: 0.5;
  outline: 0;
}

.media-icon-block {
  display: inline-block;
}

button.header-link {
  padding: 0;
  border: 0;
  background: transparent;
}

.archive .page-header-inner button,
.archive .page-header-inner input[type="button"],
.archive .page-header-inner input[type="reset"],
.archive .page-header-inner input[type="submit"],
.page-id-15015 .page-header-inner button {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

button.header-link a,
.misha_loadmore,
.go-back a {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  color: white !important;
  background: #5cbb9d;
  margin: 0;
  padding: 0 20px 0 24px;
  border-radius: 24px;
  border: 1px solid #5cbb9d;
}

.go-back a {
  padding: 0 24px 0 20px;
}
.go-back a .far {
  margin: 0 8px 0 0;
}

button.header-link a:hover,
.misha_loadmore:hover,
.go-back a:hover {
  color: #044688 !important;
  background: white;
}

button.header-link a span {
  margin-top: -2px;
}

button.header-link a .fa-arrow-right {
  margin: 0 0 -1px 8px;
}
button.header-link a .fa-arrow-left {
  margin: 0 8px -1px 0;
}

.misha_loadmore {
  max-width: 160px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-radius: 30px;
}

.misha_loadmore span {
  display: inline-block;
  margin-top: -2px;
}

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: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
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: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #1b62aa;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:visited {
  color: #1b62aa;
}
a:hover, a:focus, a:active {
  color: #e05e00;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

/* News archive link */
.archive-link {
  display: block;
  background: #5cbb9d !important;
  padding: 5px 15px;
}
.archive-link:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0.8;
}
.archive-link a {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.2;
}
.archive-link a .far {
  font-size: .9rem;
  padding-right: 5px;
}

/* News load more link */
.misha_loadmore {
  width: 100% !important;
  margin: 1rem 40% 0 !important;
  display: block;
  width: 120px;
  font-size: 1.2rem;
  text-align: center;
  color: white;
  line-height: 1.2;
  background: #5cbb9d;
  margin: 0 auto;
  padding: 6px;
  cursor: pointer;
}
.misha_loadmore .far {
  font-size: .875rem;
  padding-right: 4px;
}
.misha_loadmore:hover, .misha_loadmore:active {
  color: white;
  opacity: 0.8;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: block;
}

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

.menu-main-navigation-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  height: 132px;
  /* Hide About & Contact from main nav on desktop, show on mobile */
  /* Hide 2nd level menus */
}
.menu-main-navigation-container ul {
  -ms-flex-item-align: end;
      align-self: flex-end;
  list-style: none;
  text-align: right;
  margin-bottom: 0;
}
.menu-main-navigation-container li {
  float: left;
  line-height: 1;
  padding: 0;
  margin: 0;
  border-right: 1px solid rgba(158, 218, 238, 0.25);
  /* new */
  -o-border-image: linear-gradient(to top, #3acfd5 0%, #044688 100%) 1;
     border-image: -webkit-gradient(linear, left bottom, left top, from(#3acfd5), to(#044688)) 1;
     border-image: linear-gradient(to top, #3acfd5 0%, #044688 100%) 1;
  border-width: 1px solid;
  border-style: solid;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
}
.menu-main-navigation-container li:first-of-type {
  border-left: 1px solid rgba(158, 218, 238, 0.25);
  /* new */
  -o-border-image: linear-gradient(to top, #5cbb9d 0%, #044688 100%) 1;
     border-image: -webkit-gradient(linear, left bottom, left top, from(#5cbb9d), to(#044688)) 1;
     border-image: linear-gradient(to top, #5cbb9d 0%, #044688 100%) 1;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-bottom: 0;
}
.menu-main-navigation-container li a, .menu-main-navigation-container li a:visited {
  display: block;
  height: 44px;
  font-size: 1.25em;
  letter-spacing: 0.01em;
  color: #9edaee;
  padding: 10px 18px 9px;
  /* new */
  height: 52px;
  color: #9edaee;
  padding: 12px 22px 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.menu-main-navigation-container li a:hover, .menu-main-navigation-container li a:visited:hover {
  color: #fff;
  background: transparent;
  border-bottom: 6px solid rgba(92, 187, 157, 0.5);
}
@media (max-width: 414px) {
  .menu-main-navigation-container li a, .menu-main-navigation-container li a:visited {
    height: 34px;
    padding: 5px 22px;
  }
}
.menu-main-navigation-container li:first-child {
  padding-left: 0;
}
.menu-main-navigation-container li.current_page_item > a, .menu-main-navigation-container li.current-menu-item > a, .menu-main-navigation-container li.current-page-ancestor > a, .menu-main-navigation-container li.current-menu-ancestor > a, .menu-main-navigation-container li.current-post-ancestor > a, .menu-main-navigation-container li.current-post-parent > a, .menu-main-navigation-container li.current-category-ancestor > a {
  color: #fff;
  background: #5cbb9d;
  /* new */
  color: #fff;
  background: transparent;
  border-bottom: 6px solid #5cbb9d;
}
.menu-main-navigation-container #menu-item-14536, .menu-main-navigation-container #menu-item-14537 {
  display: none;
}
@media (max-width: 800px) {
  .menu-main-navigation-container #menu-item-14536, .menu-main-navigation-container #menu-item-14537 {
    display: block;
  }
}
.menu-main-navigation-container ul.sub-menu {
  display: none !important;
}

/* Add menu highlighting to custom post type single pages */
.single-stay-connected #menu-item-15160 > a {
  color: #fff;
  background: transparent;
  border-bottom: 6px solid #5cbb9d;
}

.single-together #menu-item-15443 > a {
  color: #fff;
  background: transparent;
  border-bottom: 6px solid #5cbb9d;
}

/* Contact menu (About & Contact) */
#menu-contact {
  list-style: none;
}
#menu-contact li {
  float: left;
  margin: 0;
  /*
  &:first-child {
  	padding-right: 12px;
  	margin: 0 12px 0 0;
  	border-right: 1px solid rgba(158,218,238,0.25);
  }
  */
}
#menu-contact li.current-menu-item a, #menu-contact li.current-page-ancestor a {
  border-bottom: 1px solid #5cbb9d;
}
#menu-contact a {
  font-size: 1.1rem;
  color: #fff;
}
#menu-contact a:hover {
  border-bottom: 1px solid rgba(92, 187, 157, 0.65);
}

/* Small menu. */
@media (max-width: 800px) {
  .main-navigation ul {
    display: none;
  }

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

  .menu-toggle {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 11;
    color: #fff;
    cursor: pointer;
    font: 17px 'Roboto', sans-serif;
    text-align: right;
    padding: 0;
    height: 60px;
    width: 110px;
    border: 0;
    background: transparent;
  }
}
@media (max-width: 800px) and (max-width: 414px) {
  .menu-toggle {
    bottom: 6px;
  }
}

@media (max-width: 800px) {
  .menu-toggle::after {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    content: '\f0c9';
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    width: 55px;
    color: #fff;
  }

  .toggled .menu-toggle::after {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    content: '\f057';
    font-size: 50px;
    font-weight: 300;
  }

  .menu-main-navigation-container {
    position: fixed;
    display: block;
    top: 0;
    right: -2000px;
    z-index: 10;
    background: #22a07b;
    width: 50%;
    height: 100%;
    padding-top: 8em;
  }
  .menu-main-navigation-container li {
    float: none;
  }
  .menu-main-navigation-container li a {
    height: auto;
    padding-left: 40px;
  }
}
@media (max-width: 800px) and (max-width: 414px) {
  .menu-main-navigation-container {
    width: 100%;
    padding-top: 8em;
  }
}

@media (max-width: 800px) {
  .main-navigation.toggled .menu-main-navigation-container {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow: auto;
    height: 100%;
    right: 0;
  }

  .main-navigation.toggled ul {
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
  }
  .main-navigation.toggled ul li {
    display: block;
    font-size: 1.25em;
    line-height: 1.4;
    text-align: left;
    padding: 6px 0;
    margin: 0;
    border: 0;
  }
}
@media (max-width: 800px) and (max-width: 414px) {
  .main-navigation.toggled ul li {
    font-size: 1.125em;
    padding: 2px 0;
  }
}
@media (max-width: 800px) {
  .main-navigation.toggled ul a {
    color: #fff;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  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%;
}

/* Sidebar menu */
#secondary ul {
  list-style: none;
  margin: 0;
  background: rgba(156, 227, 205, 0.15);
}

#secondary li {
  border-bottom: 1px solid white;
}
#secondary li:last-of-type {
  border-bottom: 0;
  border-bottom: 1px solid #bbe7f4;
}
#secondary li a {
  display: block;
  font-size: 1.03125rem;
  line-height: 1.25;
  padding: 10px 16px 11px;
  color: #115eb1;
}
#secondary li a:hover {
  background: rgba(156, 227, 205, 0.25);
}
#secondary li .sidebar-menu-item.current-post {
  font-weight: 600;
  color: #044688;
  background: rgba(156, 227, 205, 0.25);
  /*
  &::before {
  	font-family: 'Font Awesome 5 Pro';
  	content: "\f111";
  	font-weight: 600;
  	font-size: .5em;
  	color: $color__green;
  	display: inline-block;
  	width: 16px;
  	margin-left: -16px;
  	vertical-align: 2px;
  }
  */
}
#secondary li.current_page_item a {
  font-weight: 600;
}
#secondary li.current_page_item a::before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f111";
  font-weight: 600;
  font-size: .5em;
  color: #5cbb9d;
  display: inline-block;
  width: 18px;
  padding-left: 4px;
  margin-left: -18px;
  vertical-align: 2px;
}

.widget-area {
  float: right;
  width: 30%;
  padding-top: 8px;
}
@media (max-width: 800px) {
  .widget-area {
    float: none;
    width: 100%;
    max-width: 768px;
    margin-bottom: 5em;
  }
}

.sidebar-widget {
  width: 100%;
  max-width: 320px;
  padding: 20px 16px 24px;
  margin: 4px auto 30px;
  background: white;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 4px 2px #e5e5e5;
          box-shadow: 0px 0px 4px 2px #e5e5e5;
}
.sidebar-widget a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.sidebar-widget a:hover img {
  opacity: 0.7;
}

.textwidget h4 a {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  padding: 12px 18px;
  color: #115eb1;
}

/* Simple Yearly Archive plugin */
#year2019, #year2018, #year2017, #year2016, #year2015 {
  display: none;
}

/* hide SYA ids, appear to have no function */
/* Classes for up/down arrows after year headings, toggled on/off using js */
.up::after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f077";
  font-size: .8em;
  top: 2px;
  cursor: pointer;
  vertical-align: -1px;
  float: right;
  opacity: .75;
}

.down::after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f078";
  font-size: .8em;
  top: 2px;
  cursor: pointer;
  vertical-align: -1px;
  float: right;
  opacity: .75;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f0f0f0;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  width: 30%;
  max-width: 200px;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

.half-width {
  max-width: 50%;
}
@media (max-width: 414px) {
  .half-width {
    max-width: 100%;
  }
}

.thumbnail-width {
  max-width: 25%;
}
@media (max-width: 414px) {
  .thumbnail-width {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
/* Header */
.masthead {
  padding: 0 24px;
  background: #0a427a;
}
@media (max-width: 414px) {
  .masthead {
    min-height: 94px;
  }
}

.masthead-inner,
.footer-inner {
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
}
@media (max-width: 736px) {
  .masthead-inner,
  .footer-inner {
    padding: 0 16px;
  }
}

.masthead-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rix-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 132px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
.rix-logo a > img {
  max-height: 88px;
  width: auto;
  margin: 1px 0 0;
}
@media (max-width: 414px) {
  .rix-logo {
    min-height: unset;
  }
  .rix-logo a > img {
    max-height: 60px;
  }
}

.nav-wrap {
  width: 67.5%;
}

.main-navigation {
  position: relative;
  float: right;
  height: 120px;
  right: 0;
}
@media (max-width: 414px) {
  .main-navigation {
    height: 94px;
  }
}

@media (max-width: 800px) {
  .menu-contact-container {
    display: none;
  }
}

.contact-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 30px;
  top: 16px;
  z-index: 1;
}
.contact-nav .menu {
  margin: 0;
}

ul.contact-menu {
  list-style: none;
  font-size: 0.9375em;
  margin: 0 0 0 4px;
}
@media (max-width: 800px) {
  ul.contact-menu {
    top: 60px;
    right: 150px;
    margin: 0 15px 0 0;
  }
}
@media (max-width: 414px) {
  ul.contact-menu {
    display: none;
  }
}
ul.contact-menu li {
  float: left;
}
ul.contact-menu .header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: white;
  background: #2d9ad8;
  text-align: center;
  cursor: pointer;
  margin-left: 12px;
}
@media (max-width: 800px) {
  ul.contact-menu .header-icon {
    width: 45px;
    height: 45px;
    margin-left: 18px;
  }
}
ul.contact-menu .twitter-icon {
  padding: 6px 0;
}
ul.contact-menu .twitter-icon img {
  max-height: 70%;
  width: auto;
}
ul.contact-menu .search-icon {
  font-size: 1.15em;
  padding: 3px 7px;
}
@media (max-width: 800px) {
  ul.contact-menu .search-icon {
    font-size: 1.35em;
    padding-top: 6px;
  }
}
ul.contact-menu .search-icon:hover, ul.contact-menu .twitter-icon:hover {
  background: #5cbb9d;
}

/* Search */
.main-nav-search {
  float: right;
  margin: 20px 0 0 12px;
}

.search-bar {
  display: none;
  position: absolute;
  width: 100%;
  background: rgba(158, 218, 238, 0.75);
  padding: 2em 0 2.25em;
  z-index: 2;
}
@media (max-width: 800px) {
  .search-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.search-bar-inner {
  max-width: 1024px;
  margin: 0 auto;
}

input[type="search"], input[type="submit"] {
  height: 35px;
  border: 0;
  border-radius: 0;
  padding: 0 0 3px;
}

input[type="search"] {
  width: 90%;
  color: #999;
  padding-left: 10px;
}

input[type="submit"] {
  width: 10%;
  font-size: 1em;
  color: #fff;
  background: #0b3159;
  cursor: pointer;
}
input[type="submit"]:hover {
  background: #0a427a;
}

/* Footer */
.strap {
  clear: both;
  background: #fff;
  border-top: 1px solid #eee;
  height: 44px;
}

.strap-inner {
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
  /* font-family: "Roboto Condensed", sans-serif; */
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: rgba(10, 66, 122, 0.5);
  color: #ff7e00;
  padding-top: .03125em;
}
.strap-inner .widget {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  .strap {
    height: 54px;
  }

  .strap-inner {
    font-size: 1.25em;
    line-height: 1.3;
    padding: 6px 30px 0;
  }
}
@media (max-width: 414px) {
  .strap {
    height: 72px;
    text-align: center;
  }

  .strap-inner {
    font-size: 1.1em;
    line-height: 1.3;
    padding: 0 12px;
  }
}
/* Styles for columnar footer */
/* #colophon {
	color: $color__light-blue;
	background: $color__footer-bg;
	height: 300px;
	margin-top: -300px;
	ul {
		list-style: none;
	}
	li {
		padding-bottom: 10px;
	}
	.address, .footer-1, .footer-2, .footer-3 {
		text-align: left;
		width: 27.5%;
		display: inline-block;
		padding-left: 20px;
		border-left: 1px solid rgba(158,218,238,0.25);
	} 
	.address {
		font-size: 0.9em;
		line-height: 1.5;
		width: 30%;
	}
	.copyright {
		width: 100%;
		text-align: center;
		font-size: 0.85em;
		padding-top: 15px;
	}
	p {
		margin: 0;
	}
	a {
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255,0.15);
		&:hover {
			border-bottom: 1px solid rgba(255,255,255,0.7);
		}
	}
	.back-to-top {
		display: inline-block;
		width: 15%;
		font-family: "Roboto Condensed";
		font-weight: 700;
		font-size: 0.85em;
		text-align: right;
		cursor: pointer;
		a {
			color: #fff;
			border: 0;
		}
	}
	.fal {
		font-size: 2.5em;
		vertical-align: -9px;
		margin-left: 4px;
		border-radius: 20px;
	}
} */
.site-footer {
  background: #0a427a;
  height: 300px;
  margin-top: -300px;
}
.site-footer a:hover, .site-footer a:active {
  color: #9edaee;
}
@media (max-width: 800px) {
  .site-footer {
    height: 326px;
    margin-top: -326px;
  }
}
@media (max-width: 414px) {
  .site-footer {
    height: 500px;
    margin-top: -500px;
  }
}

.search .site-footer,
.page-id-47 .site-footer {
  margin-top: -300px;
}

/* search & contact */
.footer-inner {
  position: relative;
  padding: 20px 20px 1.5em;
  line-height: 1.2;
  /*
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  */
}
@media (max-width: 414px) {
  .footer-inner {
    height: 340px;
    padding: 20px 15px 1.5em;
  }
}
.footer-inner::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.footer-inner .uel-logo {
  position: absolute;
  left: 30px;
  bottom: 20px;
  max-width: 140px;
}
@media (max-width: 414px) {
  .footer-inner .uel-logo {
    max-width: 130px;
    left: 20px;
  }
}
.footer-inner .back-to-top {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 15%;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 0.85em;
  text-align: right;
  cursor: pointer;
}
.footer-inner .back-to-top a {
  color: #fff;
  border: 0;
}
@media (max-width: 414px) {
  .footer-inner .back-to-top {
    width: 45%;
    right: 20px;
  }
}
.footer-inner .fal {
  font-size: 2.5em;
  vertical-align: -9px;
  margin-left: 4px;
  border-radius: 20px;
}

.social-media,
.footer-menu {
  text-align: center;
  width: 100%;
}
.social-media ul,
.footer-menu ul {
  list-style: none;
  text-align: center;
}
.social-media ul li,
.footer-menu ul li {
  display: inline-block;
}

.social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.social-media ul .footer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #3f6ea0;
  color: white;
  background: #2d9ad8;
  text-align: center;
  cursor: pointer;
  margin: 4px 8px;
  padding: 6px 0;
}
.social-media ul .footer-icon:hover {
  background: #5cbb9d;
}
.social-media ul .fab {
  font-size: 1.25rem;
}
.social-media ul .twitter-icon img {
  max-height: 70%;
  width: auto;
}
.social-media ul .youtube-icon {
  padding: 2px 0 0;
}
.social-media ul .youtube-icon .fab {
  opacity: .85;
}
.social-media ul .youtube-icon:hover .fab {
  opacity: 1;
}
.social-media ul .vimeo-icon {
  padding: 2px 1px 0 0;
}
.social-media ul .vimeo-icon .fab {
  opacity: .85;
}
.social-media ul .vimeo-icon:hover .fab {
  opacity: 1;
}
@media (max-width: 800px) {
  .social-media ul {
    font-size: 1.4em;
  }
  .social-media ul .footer-icon {
    width: 44px;
    height: 44px;
  }
}

.footer-menu ul {
  margin: 12px 0;
}
.footer-menu ul li {
  font-size: 1.125rem;
  color: #fff;
}
.footer-menu ul li::after {
  content: '•';
  padding: 0 10px 0 12px;
}
.footer-menu ul li:last-child::after {
  content: '';
}
@media (max-width: 414px) {
  .footer-menu ul li {
    margin: 5px 0;
  }
  .footer-menu ul li::after {
    padding: 0 5px 0 6px;
  }
}

.footer-menu a, .footer-menu a:hover {
  color: #fff;
}

.footer-address p {
  margin: 24px 0 0;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #9edaee;
}
@media (max-width: 414px) {
  .footer-address {
    font-size: .875rem;
  }
}

.footer-bottom {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid rgba(158, 218, 238, 0.25);
}

ul.copyright {
  list-style: none;
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  color: #9edaee;
  padding: 0 30px;
  margin: 0;
}
ul.copyright li {
  display: inline-block;
  margin: 0;
  padding: 0 1em;
  border-right: 1px solid rgba(158, 218, 238, 0.25);
}
ul.copyright li:last-child, ul.copyright li:nth-of-type(2) {
  border: none;
}
ul.copyright li:nth-of-type(2) {
  font-size: .875rem;
  padding-right: 0;
  margin-right: 0;
}
ul.copyright li:nth-of-type(3) {
  font-size: .875em;
  padding-left: 2px;
}
ul.copyright li a, ul.copyright li a:visited {
  color: #fff;
  padding: 4px 1px 1px;
}
@media (max-width: 414px) {
  ul.copyright li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
  }
  ul.copyright li:nth-of-type(2), ul.copyright li:nth-of-type(3) {
    display: inline-block;
  }
}

/* Cookies */
#SCK .SCK_Close {
  display: none !important;
}

#SCK .SCK_Accept {
  margin-bottom: 5px !important;
}

#SCK_BannerText p {
  margin: 5px 0 10px !important;
}

#SCK .SCK_BannerContainer {
  padding: 1.25em !important;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home #wrap,
.category #wrap,
.archive #wrap,
.page-id-16728 #wrap,
.single.stories #wrap {
  background: #f5f5f5;
}

.search .post,
.search .page {
  margin: 0 0 1.5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}

.page-template-home .post,
.page-template-home .page {
  margin: 0;
}

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

/* Overall content container */
.site-content {
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto 4em;
}
@media (max-width: 414px) {
  .site-content {
    padding: 0 16px;
  }
}

.home .site-content,
.category .site-content,
.archive .site-content,
.page-id-16728 .site-content,
.page-id-16912 .site-content,
.single.stories .site-content {
  width: 100%;
  padding-top: 3.5rem;
}

.single .site-content {
  margin-top: 3.5em;
}

.content-area {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 4em;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.entry-content,
.video-thumbnails {
  margin-bottom: 4em;
}

.home .entry-content,
.page-template-stories .entry-content,
.category-stories .entry-content {
  max-width: 100%;
}

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

/* Page headers */
/*
.home,
.archive,
.rix-team {
	.page-header {
		border: 0;
	}
}

.archive .page-header {
	max-width: 100%;
	margin: 0 auto 24px;
}

.archive .page-header > p {
	font-family: "Roboto Condensed";
	font-weight: 700;
	font-size: 1.1875rem;
	line-height: 1.4;
	color: #707070;
	padding: 14px 3% 16px;
	margin: 0 auto 20px;
	background: white;
}

.archive.post-type-archive-together .page-header {
	margin-bottom: 4px;
}

.rix-team .page-header {
	margin: 24px 0 0;
}
/*

/* Contact */
.page-id-47 .page-header {
  margin: 24px 0 0;
  border: 0;
}

.page-header-inner {
  width: 100%;
  max-width: 736px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 16px;
  margin: 0 auto;
}
@media (max-width: 414px) {
  .page-header-inner {
    padding: 8px 16px;
  }
}
.page-header-inner.full {
  max-width: 1200px;
  padding: 0;
  margin: 1.5rem 0 0;
}
.page-header-inner.full h1 {
  margin-top: -2px;
}

.page-id-16912 .page-header-inner.full {
  margin: 0 0 1.5rem;
}

.page-id-2 .page-header-inner.full,
.page-id-17 .page-header-inner.full,
.page-id-19 .page-header-inner.full {
  margin-bottom: 32px;
}

.archive .page-header-inner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 0 1.75rem;
}

/*
.page-child .page-header-inner, 
.page-template-stories .page-header-inner, 
.category-news-archive .page-header-inner, 
.single .page-header-inner  {
	max-width: 1200px;
	padding: 1.5em 24px 0.5em;
	margin: 0 auto;

	@include bp-phone {
		padding: 1.5em 16px 0.5em;
	}
}
*/
.single .entry-header-inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Single Column Pages
--------------------------------------------- */
.content-area.single-col {
  max-width: 736px;
  margin: 0 auto 4em;
  padding: 0;
}

.single.stories .content-area {
  max-width: auto;
}

/* 2 column pages 
 * (page id 2 = About)
 * (page id 17 = Software)
 * (page id 19 = Learning)
 */
.software .content-area,
.page-template-software-child-page .content-area,
.page-id-2 .content-area,
.page-id-19 .content-area,
.parent-pageid-17 .content-area,
.category-news-archive .content-area,
.single .content-area {
  float: left;
  width: 65%;
  max-width: 736px;
  margin-right: 2.5%;
  padding: 0;
}
@media (max-width: 800px) {
  .software .content-area,
  .page-template-software-child-page .content-area,
  .page-id-2 .content-area,
  .page-id-19 .content-area,
  .parent-pageid-17 .content-area,
  .category-news-archive .content-area,
  .single .content-area {
    float: none;
    width: 100%;
    max-width: 768px;
  }
}

/* Learning */
.page-id-19 .content-area {
  float: none;
  margin: 0 auto 4em;
}

/* Full-width Pages
--------------------------------------------- */
.home .content-area,
.page-id-16728 .content-area,
.category-news .content-area,
.category-stories .content-area,
.page-template-stories .content-area,
.post-type-archive-stay-connected .content-area,
.post-type-archive-together .content-area {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 0;
}
@media (max-width: 414px) {
  .home .content-area,
  .page-id-16728 .content-area,
  .category-news .content-area,
  .category-stories .content-area,
  .page-template-stories .content-area,
  .post-type-archive-stay-connected .content-area,
  .post-type-archive-together .content-area {
    padding-bottom: 2.5em;
  }
}

/* Home page panels
--------------------------------------------- */
.home #welcome {
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 414px) {
  .home #welcome {
    padding: 0 20px;
  }
}
.home #welcome p {
  max-width: 740px;
  font-size: 1.25em;
  line-height: 1.35;
  letter-spacing: -.01rem;
  margin: 0 auto 12px;
}
@media (max-width: 414px) {
  .home #welcome p {
    line-height: 1.25;
  }
}

/* Content panels ul - see lists.scss */
.content-panels {
  width: calc(100% + 2.333333%);
}
@media (max-width: 414px) {
  .content-panels {
    width: 100%;
    margin-top: 5px;
  }
}
.content-panels ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
.content-panels ul li {
  position: relative;
  float: left;
  width: 31%;
  padding: 0;
  margin: 0 2.333333% 2.333333% 0;
  background: #fff;
  border-radius: 12px;
  /* &:nth-child(7), */
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.content-panels ul li::before {
  display: none;
}
@media (max-width: 800px) {
  .content-panels ul li {
    width: 48%;
  }
}
@media (max-width: 414px) {
  .content-panels ul li {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.content-panels p {
  line-height: 0;
  padding: 0;
}
.content-panels p:first-child {
  margin: 0;
  padding: 0;
}
.content-panels .image-crop {
  position: relative;
  max-height: 244px;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  /* as screen size reduces images are less wide, requiring smaller height for the crop */
}
@media (max-width: 800px) {
  .content-panels .image-crop {
    max-height: 200px;
  }
}
.content-panels .panel-text {
  padding: 16px 16px 20px;
}
.content-panels .panel-text:hover {
  cursor: pointer;
}
.content-panels .panel-text p {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 2em;
}
.content-panels .panel-text p.more {
  position: absolute;
  font-family: "Roboto Condensed";
  font-size: 0.9em;
  color: #e05e00;
  bottom: 20px;
  margin: 0;
  /* new */
  font-weight: 700;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: .01em;
  color: #4ba689;
  right: 16px;
  bottom: 16px;
}
.content-panels .panel-text .entry-meta {
  display: inline-block;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: black;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 1px 8px;
  background: #e5e5e5;
}
.content-panels .panel-text .fal {
  vertical-align: -1px;
  /* new */
  display: none;
}
.content-panels .post-thumbnail {
  line-height: 0;
  background: #080808;
}
.content-panels a.pseudo-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 4px 2px #e5e5e5;
          box-shadow: 0px 0px 4px 2px #e5e5e5;
  border-radius: 12px;
  /* to make the whole panel a live link */
}
.content-panels a.pseudo-link:hover {
  -webkit-box-shadow: 0px 0px 8px 2px #c5c5c5;
          box-shadow: 0px 0px 8px 2px #c5c5c5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.post-type-archive-stay-connected #primary {
  float: left;
  width: 65%;
  max-width: 768px;
  margin-right: 2.5%;
  padding: 0;
}
.post-type-archive-stay-connected #content {
  max-width: 1140px;
  margin: 3em auto 0;
  padding: 0 30px;
  background: #fff;
}
.post-type-archive-stay-connected .page-header {
  max-width: 1140px;
  margin: 0 auto 1.5em;
  padding: 0;
  border: 0;
}
.post-type-archive-stay-connected #sc-banner {
  margin-bottom: 24px;
}
.post-type-archive-stay-connected .content-panels {
  display: block;
  width: 100%;
}
@media (max-width: 414px) {
  .post-type-archive-stay-connected .content-panels {
    margin-top: 5px;
  }
}
.post-type-archive-stay-connected .content-panels a.pseudo-link {
  left: 0;
}
.post-type-archive-stay-connected .content-panels ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.post-type-archive-stay-connected .content-panels ul article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-type-archive-stay-connected .content-panels ul li {
  width: 100%;
  padding: 12px 0 12px 12px;
  margin: 0 0 1.5rem 0;
  background: #f5f5f5;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 414px) {
  .post-type-archive-stay-connected .content-panels ul li {
    margin: 0 0 20px 0;
  }
}
.post-type-archive-stay-connected .content-panels ul li::before {
  display: none;
}
.post-type-archive-stay-connected .content-panels .image-crop {
  width: 40%;
  max-width: 240px;
}
.post-type-archive-stay-connected .content-panels .panel-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 0 0 1.5rem;
  width: 60%;
}
.post-type-archive-stay-connected .content-panels .panel-text .entry-meta {
  margin-bottom: 12px;
  padding: 0;
  background: transparent;
}
.post-type-archive-stay-connected .content-panels .panel-text p {
  width: 100%;
  margin-bottom: 8px;
}
.post-type-archive-stay-connected .content-panels .panel-text h3 {
  width: 100%;
}
.post-type-archive-stay-connected .content-panels .panel-text p.more {
  margin-bottom: 8px;
  position: static;
}

.category .panel-text {
  padding-top: 10px;
}

/* Standard page
--------------------------------------------- */
#page-header {
  position: relative;
}

.image-container {
  width: 100%;
  background: #f7f7f6;
}

.about .image-container {
  background: #f4d3d3;
}

.software .image-container {
  background: #d9f5cf;
}

.research .image-container {
  background: #dbdefe;
}

.learning .image-container {
  background: #dbdefe;
}

.image-container {
  width: 100%;
}

.image-container-inner {
  max-width: 1152px;
  /* 1200 - 48px (no padding on image container) */
  height: auto;
  line-height: 0;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .image-container-inner {
    height: auto;
  }
}
.image-container-inner p {
  margin: 0;
  line-height: 0;
}

.easy-read-link {
  max-width: 40%;
}
.easy-read-link:hover {
  opacity: 0.7;
}
.easy-read-link img {
  position: relative;
  max-height: 60px;
  width: auto;
}
.easy-read-link .link-icon {
  display: table-cell;
  vertical-align: middle;
  max-height: 60px;
  line-height: 0;
  cursor: pointer;
}
.easy-read-link .link-text {
  display: table-cell;
  vertical-align: middle;
  max-height: 60px;
  padding-left: 6px;
  color: #22a07b;
  color: #222;
  cursor: pointer;
}
.easy-read-link .link-text p {
  font-size: 1.25em;
  line-height: 1.1;
  text-align: left;
  margin: 0;
}

.icons img {
  max-width: 50px;
  height: auto;
  padding-right: 10px;
  margin-bottom: 1.5em;
  opacity: .4;
}

/* About
--------------------------------------------- */
/*
.page-header {
	max-width: 100%;
	margin: 0;

	.page-header-inner.full {
  		max-width: 1200px;
  		padding: 0 0 16px;
  		margin: 0 auto;
	}

	&.about {
		margin-bottom: 0;
	}
}
*/
.meet-the-team {
  width: 100%;
  max-width: 688px;
  margin: 0 auto;
}

.rix-team-link {
  max-width: 736px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 1em;
  padding: 12px 0 0;
  margin: 0 auto;
}
.rix-team-link > a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 0 16px;
}
.rix-team-link .fa-arrow-right {
  font-size: .9em;
  padding: 0 0 0 5px;
}
.rix-team-link .fa-arrow-left {
  font-size: .9em;
  padding: 0 5px 0 2px;
}

.page-id-15015 .rix-team-link {
  margin: 0;
  padding: 0 16px 0 24px;
}

/* About the RIX team */
.team-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em 0;
  margin: 1em 0;
  border-bottom: 1px solid #ddd;
}
.team-row:last-of-type {
  border: 0;
}

.team-memb-photo {
  width: 20%;
  max-width: 130px;
  max-height: 130px;
  position: relative;
}
.team-memb-photo img {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background: white;
}

.team-memb-bio {
  width: 75%;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .team-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .team-memb-photo,
  .team-memb-bio {
    width: 100%;
  }

  .team-memb-photo {
    width: 130px;
    height: 130px;
    margin-bottom: 1em;
  }
}
/* News Category
--------------------------------------------- */
.category-news .hentry.category-news {
  display: none;
}
.category-news .hentry.category-news:first-of-type {
  display: block;
}

/* News Single Post
--------------------------------------------- */
.single {
  /* Creates block element with doc icon before the text */
}
.single .entry-meta {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #707070;
}
.single .entry-header {
  margin: 0 0 1.5em;
  padding: 0;
}
.single .post-thumbnail {
  margin-bottom: 1em;
}
.single .doc-link {
  display: block;
}
.single .doc-link a::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f15c';
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  padding: 8px 13px;
  margin-right: 10px;
  vertical-align: -3px;
  background: #1b62aa;
  border-radius: 30px;
}
.single img.size-thumbnail {
  display: block;
  width: auto;
  max-width: 35%;
}
@media (max-width: 414px) {
  .single img.size-thumbnail {
    width: 100%;
    max-width: 100%;
  }
}
.single img.size-medium {
  max-width: 50%;
}
@media (max-width: 414px) {
  .single img.size-medium {
    width: 100%;
    max-width: 100%;
  }
}
.single .wp-caption.alignleft, .single .wp-caption.alignright {
  width: auto;
  max-width: calc(50% - 1em);
}
@media (max-width: 414px) {
  .single .wp-caption.alignleft, .single .wp-caption.alignright {
    width: 100%;
    max-width: 100%;
    margin: 5px 0 1.5em;
  }
}
.single .wp-caption.alignleft img, .single .wp-caption.alignright img {
  max-width: 100%;
}
.single .entry-content iframe {
  margin-top: 1.5em;
  border: 1px solid #ddd;
}

/* Stories archive page
--------------------------------------------- */
.video-thumbnails {
  width: calc(100% + 2.333333%);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.video-thumbnails article {
  width: 31%;
  padding: 0;
  margin: 0 2.333333% 2.333333% 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#222));
  background-image: linear-gradient(#fff, #222);
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px 2px #e5e5e5;
          box-shadow: 0px 0px 4px 2px #e5e5e5;
}
.video-thumbnails article:hover {
  -webkit-box-shadow: 0px 0px 8px 2px #c5c5c5;
          box-shadow: 0px 0px 8px 2px #c5c5c5;
}

.video-tn-container {
  max-height: 280px;
  overflow: hidden;
}
.video-tn-container img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.video-tn-container p {
  line-height: 0;
  margin: 0;
}
@media (max-width: 800px) {
  .video-tn-container {
    width: 49%;
    margin: 0.5%;
  }
}
@media (max-width: 414px) {
  .video-tn-container {
    width: 100%;
    margin: 0 0 5px;
  }
}

.video-title {
  width: 100%;
  font-size: 1.125em;
  line-height: 1.15;
  text-align: center;
  color: #fff;
  padding: 8px 12px 14px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 800px) {
  .video-title {
    font-size: 1.2em;
  }
}
@media (max-width: 736px) {
  .video-title {
    font-size: 1em;
  }
}

.thumbnail-container {
  position: relative;
}

.play-icon {
  width: 35%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* background-image: linear-gradient(to right, #fff, transparent); */
  border-top-left-radius: 8px;
}
.play-icon .fa-play-circle {
  font-size: 2em;
  color: #5cbb9d;
  padding: 10px;
}
.play-icon .fa-play-circle::before {
  -webkit-box-shadow: 0px 0px 12px 4px white;
          box-shadow: 0px 0px 12px 4px white;
  border-radius: 50%;
  background: white;
  opacity: 85%;
}

/* Stories single posts (videos)
--------------------------------------------- */
.single.stories #masthead {
  display: none;
}
.single.stories #container {
  background: #000;
}
.single.stories #wrap {
  padding-bottom: 0;
}
.single.stories #content {
  position: fixed;
  max-width: 1400px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0;
  background: transparent;
  z-index: 10;
}
@media (max-width: 736px) {
  .single.stories .hentry {
    max-width: 70%;
  }
}
@media (max-width: 414px) {
  .single.stories .hentry {
    max-width: 95%;
  }
}
.single.stories .video-container {
  max-width: 1000px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -5% auto 0;
}
@media (max-width: 736px) {
  .single.stories .video-container {
    min-height: 1%;
    height: 100%;
    margin-top: -10%;
  }
}
.single.stories .entry-header {
  width: 100%;
  max-width: 1400px;
  padding: 0;
  margin: 0 auto 16px;
}
.single.stories .entry-header h2.entry-title {
  font-size: 1.75em;
  max-width: 80%;
  color: #fff;
  padding-left: 32px;
  margin: 0;
}
@media (max-width: 736px) {
  .single.stories .entry-header h2.entry-title {
    display: none;
  }
}
.single.stories a.close-video {
  position: absolute;
  top: 0;
  right: 32px;
  font-size: 3em;
  line-height: 1;
  color: #999;
  border-radius: 30px;
  z-index: 10;
  cursor: pointer;
}
.single.stories a.close-video:hover {
  opacity: 0.7;
}
@media (max-width: 736px) {
  .single.stories a.close-video {
    top: 24px;
    right: 24px;
  }
}

/* Easy Read
--------------------------------------------- */
.easy-read-container {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #fdfdfd;
}

.easy-read-content {
  display: table;
  width: 100%;
  max-width: 736px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 414px) {
  .easy-read-content {
    margin-top: 36px;
  }
}

.easy-read-slider {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.closed {
  left: -3000px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.open {
  left: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: auto;
}

.close {
  display: none;
  position: fixed;
  top: 36px;
  right: 36px;
  font-size: 3.5em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 414px) {
  .close {
    top: 16px;
    right: 16px;
  }
}

@media (max-width: 800px) {
  .nextend-bar > div {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (max-width: 414px) {
  .nextend-bar > div {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
@media (max-width: 800px) {
  .nextend-bar span {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 414px) {
  .nextend-bar span {
    font-size: 1.125rem !important;
    line-height: 1.3;
  }
}

/* Soliloquy Slider
--------------------------------------------- */
/* 
.soliloquy-viewport {
	height: 100% !important;
}
*/
.soliloquy-container,
.soliloquy-wrapper {
  height: 100% !important;
}

.easy-read-content .soliloquy-container .soliloquy-wrapper {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 20px 0;
}
.easy-read-content .soliloquy-container .soliloquy-image {
  max-width: 740px;
  width: 100%;
  /* Padding adds space around navigation arrows */
}
@media (max-width: 800px) {
  .easy-read-content .soliloquy-container .soliloquy-image {
    padding: 0 30px;
  }
}
@media (max-width: 414px) {
  .easy-read-content .soliloquy-container .soliloquy-image {
    max-width: 100%;
  }
}
.easy-read-content .soliloquy-container .soliloquy-caption {
  position: relative;
  padding: 12px 0 0;
  background: rgba(0, 0, 0, 0);
  height: 150px;
}
@media (max-width: 414px) {
  .easy-read-content .soliloquy-container .soliloquy-caption {
    padding-top: 0;
  }
}
.easy-read-content .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  max-width: 740px;
  margin: 0 auto;
  font-size: 1.375em;
  line-height: 1.4;
  color: #404040;
  text-shadow: none;
  text-align: center;
  padding: 10px;
  background: transparent;
}
@media (max-width: 800px) {
  .easy-read-content .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    max-width: 600px;
  }
}
@media (max-width: 414px) {
  .easy-read-content .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    font-size: 1.2em;
    line-height: 1.25;
  }
}
.easy-read-content .soliloquy-container .soliloquy-prev {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  left: 10px;
  z-index: 1320;
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/previous-black.png") no-repeat scroll 50% 50%;
  background-size: 40px;
  opacity: 0.15;
}
.easy-read-content .soliloquy-container .soliloquy-prev img {
  width: 40px;
  height: auto;
}
@media (max-width: 414px) {
  .easy-read-content .soliloquy-container .soliloquy-prev {
    display: none;
  }
}
.easy-read-content .soliloquy-container .soliloquy-next {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  right: 10px;
  z-index: 1320;
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/next-black.png") no-repeat scroll 50% 50%;
  background-size: 40px;
  opacity: 0.15;
}
.easy-read-content .soliloquy-container .soliloquy-next:focus {
  border: 1px dotted #ff0000;
}
@media (max-width: 414px) {
  .easy-read-content .soliloquy-container .soliloquy-next {
    display: none;
  }
}
.easy-read-content .soliloquy-container .soliloquy-prev:hover,
.easy-read-content .soliloquy-container .soliloquy-next:hover {
  opacity: 0.5;
}
.easy-read-content .soliloquy-container .soliloquy-pager {
  /* Ensure navigation dots are visible on mobile */
}
@media (max-width: 414px) {
  .easy-read-content .soliloquy-container .soliloquy-pager {
    display: block !important;
  }
}
.easy-read-content .soliloquy-container .soliloquy-pager-link {
  background: url(/wp-content/uploads/circle.png) no-repeat scroll 0 0 !important;
}
.easy-read-content .soliloquy-container .soliloquy-pager-link.active, .easy-read-content .soliloquy-container .soliloquy-pager-link:hover {
  background-image: url(/wp-content/uploads/circle-hover.png) !important;
}
.easy-read-content .soliloquy-container a.soliloquy-next:focus,
.easy-read-content .site a.soliloquy-next:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/next-black.png") no-repeat scroll 50% 50%;
  background-size: 40px;
}
.easy-read-content .soliloquy-container a.soliloquy-prev:focus,
.easy-read-content .site a.soliloquy-prev:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/previous-black.png") no-repeat scroll 50% 50%;
  background-size: 40px;
}

/* Hide previous/next arrows at start/end of slideshow */
.soliloquy-next.disabled,
.soliloquy-prev.disabled {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0 !important;
}

.close {
  color: rgba(0, 0, 0, 0.15);
}

.close:hover {
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 600px) {
  .soliloquy-container .soliloquy-caption {
    display: block !important;
  }

  /* Override Soliloquoy style */
}
/* Stories
--------------------------------------------- */
.modal {
  max-width: 100% !important;
  width: auto !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 0 #000 !important;
  -o-box-shadow: 0 0 0 #000 !important;
  -ms-box-shadow: 0 0 0 #000 !important;
  box-shadow: 0 0 0 #000 !important;
}
.modal a.close-modal {
  width: 35px !important;
  height: 35px !important;
  border: 1px solid #fff;
  border-radius: 20px;
}

.blocker {
  background: rgba(0, 0, 0, 0.85) !important;
}

.modal-thumb {
  position: relative;
  width: 33%;
  float: left;
  line-height: 0;
  margin: 0.16666665%;
  background: #000;
}
.modal-thumb img {
  opacity: 0.95;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.modal-thumb img:hover {
  opacity: 0.75;
}
.modal-thumb p {
  margin: 0;
}
@media (max-width: 800px) {
  .modal-thumb {
    width: 49%;
    margin: 0.5%;
  }
}

/* News Archive
--------------------------------------------- */
.category-news-archive #content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
.category-news-archive #primary {
  max-width: 768px;
  float: left;
  margin-right: 5%;
  padding: 0;
}
.category-news-archive .post {
  margin-bottom: 1.5em;
}
.category-news-archive .entry-content {
  padding-bottom: .5em;
  border-bottom: 2px solid #f0f0f0;
}
.category-news-archive img {
  width: auto;
  max-width: 100%;
}
.category-news-archive .entry-meta {
  font-size: .85em;
  background: #f0f0f0;
  display: inline-block;
  padding: 2px 10px;
  margin: 8px 0 12px;
}

.single .category-news-archive .entry-content {
  border: 0;
}

.breadcrumb {
  font-size: .9em;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: white;
  padding: 13px 0 11px;
  background: #5cbb9d;
}
.breadcrumb div {
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
}
.breadcrumb a, .breadcrumb a:visited {
  font-weight: 600;
  color: #fff;
}
.breadcrumb a:hover, .breadcrumb a:active {
  color: #0a427a;
}
.breadcrumb .far {
  font-size: .9em;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
}

.navigate-posts {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 1em 0 2.5em;
}
.navigate-posts a {
  display: inline-block;
  font-size: .9em;
  line-height: 1;
  color: #fff;
  padding: 8px 12px 9px 13px;
  background: #5cbb9d;
}
.navigate-posts .fa-chevron-right {
  font-size: .85em;
  padding-left: 5px;
}
.navigate-posts .divider {
  color: #ddd;
  vertical-align: 2px;
  padding: 0 10px;
}

/* Software
--------------------------------------------- */
div.feature-table {
  margin: 1em 0 2.5em;
}

#es-features {
  border-collapse: collapse;
  width: 100%;
  color: #222;
  margin: 0;
}
#es-features td {
  text-align: center;
  line-height: 1;
  border: 1px solid #bae2d6;
  padding: 15px 10px;
}
#es-features td.feature-title {
  text-align: left;
}
#es-features th {
  border: 1px solid #bae2d6;
  padding: 10px;
  text-align: left;
  background: #5cbb9d;
  color: #fff;
}
#es-features tr:nth-child(even) {
  background: #eef6f4;
}
#es-features .fa-times {
  font-size: 1.2em;
  color: #ff3300;
}
#es-features .fa-check {
  font-size: 1.1em;
  color: #4caf50;
}

/* Stay Connected
--------------------------------------------- */
#sc-banner {
  margin-bottom: 40px;
  padding: 4px 0 12px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#sc-banner h2 {
  font-size: 1.875em;
  color: white;
  text-align: center;
  margin: 0 0 1rem;
  padding: 8px;
  background: #2c99d4;
}
#sc-banner p {
  text-align: center;
  margin: 0;
}
#sc-banner img {
  max-width: 736px;
}

/* Together
--------------------------------------------- */
.post-type-archive-together .page-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0 15px;
  margin-bottom: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), color-stop(#b6d9f5), to(#f4f4f4));
  background: linear-gradient(to right, #f4f4f4, #b6d9f5, #f4f4f4);
}
.post-type-archive-together .page-description p {
  max-width: 840px;
  /* font-family: "Roboto Condensed"; */
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.35;
  text-align: center;
  color: #222;
  margin: 0;
}
.post-type-archive-together .content-panels li:first-of-type {
  background: rgba(92, 215, 176, 0.2);
}
.post-type-archive-together .content-panels .panel-text .entry-meta {
  /* display: none; */
}

/* Live Project
--------------------------------------------- */
.logo-strap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em 0 2em;
}
.logo-strap img {
  max-height: 110px;
  width: auto;
  max-width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 16px;
}
.logo-strap img:nth-of-type(5) {
  padding-top: 16px;
  padding-bottom: 16px;
}

.post-type-archive-live-project .site-content {
  padding-top: 1em;
}
.post-type-archive-live-project .live-project-full-article {
  max-width: 736px;
  margin: 0 auto 4em;
}
.post-type-archive-live-project h1 {
  margin-bottom: .5em;
}

/* Contact
--------------------------------------------- */
.contact-page-social-media .fab {
  color: #bbb;
  margin-right: 10px;
  font-size: 1.25em;
  display: inline-block;
  text-align: center;
  width: 30px;
  vertical-align: -3px;
}
.contact-page-social-media a {
  line-height: 2;
}

.page-id-47 .content-area {
  width: 100%;
  max-width: 736px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

/* Search, 404
--------------------------------------------- */
.search #primary {
  margin-top: 1.75em;
}
.search .page-header {
  border: 0;
}

.error404 #primary {
  margin-top: 1.75em;
}
.error404 .page-header {
  border: 0;
}

/* Media queries – font sizing
--------------------------------------------- */
@media (max-width: 800px) {
  .site-content p,
  .site-content li,
  .site-content li p,
  .site-content li a,
  .easy-read-link p {
    font-size: 1.2em;
  }

  blockquote {
    font-size: 1.1em;
  }

  h2.widgettitle {
    font-size: 1.6em;
  }

  #colophon li a {
    font-size: 1.1em;
  }
}
@media (max-width: 414px) {
  .site-content p,
  .site-content li,
  .site-content li p,
  .site-content li a,
  .easy-read-link p {
    font-size: 1.1em;
  }

  blockquote {
    font-size: 1em;
  }
}
/* Logo strap */
@media (max-width: 800px) {
  .logo-strap img {
    max-height: 80px;
    max-width: 160px;
  }
}
@media (max-width: 414px) {
  .logo-strap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .logo-strap img {
    padding: 0;
    margin-bottom: 16px;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Images */
.image-border {
  border: 1px solid #ddd;
}

/* style added via edit image in the WP content editor */
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin: 1.5em 1em 1.5em 0;
  max-width: 100%;
}
.wp-caption.alignright {
  margin: .5em 0 1.5em 1em;
}
.wp-caption.alignleft {
  margin: .5em 1em 1.5em 0;
}
.wp-caption .wp-caption-text {
  font-size: 0.85em;
  text-align: left;
  font-style: italic;
  margin: 0.5em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 10px 0 0;
}
.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;
}

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