/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Landing page
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Cookie notice
# Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
summary {
	display: block;
	/*overflow: hidden;*/
}
article, .post-content{
	overflow: hidden;
}
@media screen and (max-width: 900px){
	article, .post-content{
		overflow: scroll;
	}
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}


mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 15px;
    width: 100%;
}
table, td, th {
    border: 1px solid grey;
    padding: 8px;
}
@media screen and (max-width: 900px){
	table, td, th {
		padding: 2px;
		font-size: 2vw;
	}
}
@media screen and (max-width: 600px){
	table, td, th {
		padding: 2px;
		font-size: 2.5vw;
	}
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Open Sans;
	font-size: 16px;
	line-height : 26px;
	letter-spacing : 0.08px;
	color : #434241;
	color : rgb(67, 66, 65);
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

.rr-page-title {
  font-weight : bold;
  font-size : 4em;
  line-height : 1em;
  letter-spacing : 2px;
  text-transform : uppercase;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
  margin: 0;
}
.rr-page-subtitle {
  font-size : 1.2em;
  line-height : 2em;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
  margin: 0;
}
.rr-post-title {
  font-weight : bold;
  font-size : 2.5em;
  line-height : 1em;
  letter-spacing : 2px;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
  margin: 0;
}
.rr-posts-title{
	font-family : Open Sans;
	font-size : 18px;
	line-height : 24px;
	letter-spacing : 0.18px;
	color : #434241;
	color : rgb(67, 66, 65);
	margin-bottom: 15px;
}
.rr-sidebar-title {
  font-family : Open Sans;
  font-weight : bold;
  font-size : 15px;
  line-height : 20px;
  letter-spacing : 0.14px;
}
.rr-sidebar-caption
{
  font-family : Open Sans;
  font-size : 14px;
  line-height : 20px;
  letter-spacing : 0.1px;
  color : #434241;
  color : rgb(67, 66, 65);
}
.rr-copyright
{    
    color: #404040;
    font-family: Open Sans;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.08px;
    color: #434241;
    color: rgb(67, 66, 65);
}
.entry-meta{
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.11px;
    color: #434241;
    color: rgb(67, 66, 65);
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	overflow: hidden;
	margin: 1px 0 5px 0;
}
.entry-meta.empty{
	border-bottom: none;
}
.entry-footer {
	border-top: 1px solid #c3c3c3;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.archive-header-tags {
	border-bottom: 1px solid #c3c3c3;    
	max-height: 100px;
    overflow-y: scroll;
}

/******************************/
/*Tag filtering*/
.archive-content article.post {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0.5s, max-height 0.5s, opacity 0.5s linear;
	transition: visibility 0.5s, max-height 0.5s, opacity 0.5s linear;
	max-height: 0;
	border: 0;
	padding: 0;
}

.archive-content article.post.show {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0.5s, max-height 0.5s, opacity 0.5s linear;
	transition: visibility 0.5s, max-height 0.5s, opacity 0.5s linear;
	max-height: 500px;
	overflow-y: hidden;
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 20px;
}

/* Style the buttons */
.btn {
    text-transform: uppercase;
	font-size: 0.8em;
    color: #ffffff !important;
    background-color: #a09e9e;
    border-radius: 15px;
    padding: 5px 10px;
    margin: 10px;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

.site-content .tags-links a{
    text-transform: uppercase;
	font-size: 0.8em;
    color: #ffffff !important;
    background-color: #a09e9e;
    border-radius: 15px;
    padding: 5px 10px;
    margin: 10px;
}
.site-content .tags-links a:visited{
    color: #ffffff !important;
}
.byline, .posted-on {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.11px;
    margin-top: -0.5em;
    /*margin-left: .75em;*/
}
.pullout-box {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1px;
    color: #434241;
    color: rgb(67, 66, 65);
}
#rr-footer .pullout-box{
	color: #FFF;
}
.pullout-box H3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.14px;
}

.rr-overview-title{
	font-size : 18px;
	font-weight: 600;
	line-height : 24px;
	letter-spacing : 0.18px;
	color : #434241;
	color : rgb(67, 66, 65);
}
p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

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 {
	box-sizing: border-box;
}

*,
*: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/ */
	box-sizing: inherit;
}

body {
	background: #fff;

	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.rr-site-title  a, .rr-site-title  a:visited{
	color:red;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid;
	border-radius: 25px;
	color: rgba(256, 256, 256, 1);
	font-size : 13px;
	line-height : 21px;
	letter-spacing : 0.13px;
	text-transform: uppercase;
	color : #FFFFFF;
	color : rgb(255, 255, 255);
	padding: 5px 10px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.6;
}

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 {
	opacity: 0.6;
}

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 {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
}

a:hover, a:focus, a:active {

    font-weight: bold;
    opacity:1.0;
    -webkit-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    font-family: Open Sans;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.13px;
    color: #434241;
    color: rgb(67, 66, 65);
    position: absolute;
    top: 0;
    right: 120px;
    margin: 0;
    width: 100%;
}

#rr-menu-items{
    position: absolute;
    right: 45px;
}
#search {
	position: absolute;
	right: 5px;
	padding: 20px 0px 0px 0px;
    z-index: 999;
    height: 90px;
}
#search input[type=text] {
    width: 25px;
	height: 50px;
    //box-sizing: border-box;
    //border: 2px solid #ccc;
	border: 0;
    border-radius: 4px;
    font-size: 14px;
    background-color: transparent;
    //background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
	background-size: 25px;
    padding: 0px 0px 0px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

/* When the input field gets focus, change its width to 100% */
#search input[type=text]:focus {
    width: 300px;
	border: 2px solid #ccc;
}
@media screen and (max-width: 900px) {
	#search input[type=text]:focus {
		width: 200px;
	}
}



.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

.main-navigation ul ul {
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	background-color: #FFF;
	border: 0.1px solid #eee;
	color : #434241;
	color : rgb(67, 66, 65);
	float: left;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 9999;
	min-width: 200px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 100%;
	line-height: normal;
	padding: 10px 0 10px 0;
}
.main-navigation li li {
	float: none;
	background-color:white; /* wcag added */
	/*width: max-content;*/
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	line-height: 90px;
	padding: 0 15px 0 10px;
}
.main-navigation li:hover {
	color: #FFF;
}
.menu-item-has-children a{
	margin-right: 15px;
}
.menu-item-has-children a:after{ /*Arrow for menu items with sub-level*/
	content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #000;
}
.menu-item-has-children:hover a:after{ /*Arrow for menu items with sub-level*/
	content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #FFF;
}

.menu-item-has-children li a:after{ /*Hide arrow for sub menu items*/
	display: none;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
}

.main-navigation ul li.current-menu-parent a:before, .main-navigation ul li.current-menu-item a:before { /* Underline the active menu */
	position: absolute;
    top: 70px;
    content: '';
    width: 100%;
    height: 5px;
    display: block;
}
.main-navigation ul li.current-menu-parent:hover a:before, .main-navigation ul li.current-menu-item:hover a:before { /* Hide underline when hover */
    display: none;
}
.main-navigation ul li ul li.current-menu-item a:before{ /* Hide underline on sub menu items */
	display: none;
}

/* Small menu. */
.menu-toggle {
    height: 50px;
    width: 48px;
	margin-top: 20px;
}
.main-navigation.toggled ul {
	display: block;
}
#site-navigation button{
    background-color: transparent;
    position: absolute;
    right: 20px;
}

@media screen and (min-width: 900px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
@media screen and (max-width: 900px) {
	#search{
		right: 80px;
	}
	#rr-menu-items {
		width: 100%;
		top: 90px;
		left: 150px;
		z-index: 10000;
		background-color: white;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.main-navigation.toggled ul{
		margin: 0px;
		width: 100%;
	}
	.main-navigation li {
		border-bottom: 0.25px solid #eee;
		line-height: 40px;
		width: 100%;
		padding: 0 0 0 10px;
		position: static;
	}
	.main-navigation li.focus{
		color: white;
	}
	.menu-item-has-children a {
		margin-right: 0px;
	}
	.menu-item-has-children a:after{ /*Arrow for menu items with sub-level*/
		right: 10px;
	}
	.menu-item-has-children:hover a:after, .menu-item-has-children.focus a:after {
		right: 10px;
	}
	.main-navigation > ul > li {
		width: 100vw;
		border-bottom: 1px solid #F6F6F6;
		padding: 0 0 0 10px;
	}
	.main-navigation ul li.current-menu-parent a:before, .main-navigation ul li.current-menu-item a:before {
		display: none;
	}
	.main-navigation li li {
		background-color: #eee;
		padding: 0 0 0 20px;
	}
	.main-navigation.toggled ul ul {
		width: 100vw;
		margin: 0px;
		background-color: white;
		padding: 0;
		box-shadow: none;
		position: static;
	}
	.main-navigation.toggled ul ul { /*11/05/2018 TRANSITION NOT WORKING!*/
		max-height: 0;            
		overflow-y: hidden;
		-webkit-transition: max-height 0.5s ease-in-out;
		-moz-transition: max-height 0.5s ease-in-out;
		-o-transition: max-height 0.5s ease-in-out;
		transition: max-height 0.5s ease-in-out;
	}
	.main-navigation ul li.focus > ul, .main-navigation ul li:hover > ul{ /* Display sub menu when first level focused or hovered*/
		display: block !important;
		max-height: 100%;
	}
}

.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	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 / Sidebars
--------------------------------------------------------------*/


.site-branding{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/*width: 30%;*/
}
.site-top, #rr-text-overview-section, #rr-youtube-section, #rr-text-partners-section, #rr-posts-section-inner, #rr-footer, #rr-bx-partners, .site-info, #rr-page-content{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.site-top{
	height: 90px;
	position: relative;
}
.sectionHome, .footerfullwidth, .footercopyright, .sectionPost{
	width: 100%;
	height: 100%;
}
.custom-logo{
	max-height: 60px;
	left:0px;}

.custom-logo2{
	max-height: 60px;
	top: 20px;
	float: right;
	position: absolute;
	right: 5px;
}

#rr-navbox-section, #rr-bx-text-overview, #rr-gallery-section, #rr-youtube-section, #rr-posts-section, #landing-page-widget, #rr-partners-section {
	margin-bottom: 20px;
}
#rr-bx-text-overview{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
#rr-post-slider-section{
	margin-bottom: 50px;
	overflow: hidden;
}
#rr-bx-partners img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-width: 90%;
    /* width: 100%; */
    max-height: 90%;
}
.rr-slider{
	position: relative;
}
.bx-controls {
	display: block;
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 100%;
}
.rr-slider .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.rr-slider .bx-pager-item {
    font-size: 0px;
    line-height: 0;
}
.rr-slider .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
}

.site-content, #page, #rr-banner{
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#rr-post-slider-section .mySlides{
	width: 100%;
	height: 30vh;
	min-height: 200px;
	max-height: 400px;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
}
#rr-post-slider-section H1{
	border-bottom: 1px solid #FFF;    
	padding: 0 30px 20px 0;
	/*text-shadow: 2px 2px #000;*/
}
.rr-slider-meta{
	font-size: 11px;
    line-height: 21px;
    letter-spacing: 0.11px;
    color: #FFF;
    color: rgb(256, 256, 256);
	/*text-shadow: 2px 2px #000;*/
    overflow: hidden;
    margin: 65px 0 5px 10%;
}
.rr-slider-meta .posted-text{
	display: none;
}
.rr-slider-meta #post-date-box, .rr-slider-meta #author-box {
    line-height: 12px;
    margin-top: 12px;
    float: left;
    margin-left: 10px;
    width: auto;
}
.rr-slider-meta #author-box a{
	color: #FFF;
}
#rr-banner{
	height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.rr-banner-title{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.rr-entry-header{
	display: block;
	position: absolute;
	top: -180px;
	background: rgba(0,0,0,0.6);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.alignleft {
	display: inline;
	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;
}

.rr-rightsidebar #primary{
	width:67%;
	float: left;
}
.rr-rightsidebar .fullwidth #primary {
    width: 100%;
    float: left;
}
.rr-rightsidebar #secondary {
    float: right;
	width: 33%;
	padding-left: 30px;
}

#avatar {
    float: left;
	margin: 1px 5px 1px 0;
}
#avatar img {
    border-radius: 50%;
}
#author-box{
	float: left;
}
#post-date-box{
	float: right;
    width: 50%;
}
#post-date-box.post-date-box-alone{ /*Used when no author box displayed*/
	float: left;
    width: 100%;
	margin-left: 0;
}

.archive-content .entry-meta {
    border-width: 0;
}
.archive-content .posted-text{
	display: none;
}
.archive-content #author-box{
	line-height: 12px;
	margin-top: 12px;
}
.archive-content #post-date-box{
	line-height: 12px;   
	margin-top: 12px; 
	float: left;
    margin-left: 20px;
	width: auto;
}
.archive-content #post-date-box.post-date-box-alone{
    margin-left: 0px;
}
.archive-content .post-thumbnail{
	display: inline;
    /*float: right;*/
}

#rr-archive-post-item{
	float: left;
	width: 70%;
}
#rr-archive-post-thumbnail{
	float: right;
	width: 30%;
	margin: 20px 0 0 0;
}
.archive-content article{
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 20px;
}

@media only screen and (max-width: 900px){
	.rr-rightsidebar #primary{
		width:100%;
		float: left;
		
	}
	.rr-rightsidebar #secondary {
		float: left;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 600px){
	#rr-archive-post-thumbnail {
		float: none;
	}
	#rr-archive-post-item {
    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;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.rr-contact-info ul li {
    padding-left: 30px;
}
.rr-contact-info ul li .fa {
    margin-left: -25px;
    float: left;
    margin-top: 4px;
}
.rr-contact-info p{
	margin: 0 0 5px 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Outer elements
--------------------------------------------------------------*/
#masthead, #search{
	background-color: #fbfafa;
}
#page{
	background-color: #FFF;
}
#footer1, #footer2, #footer3 {
	padding-right: 20px;
}
.pullout-box ul{
	list-style: none;
	margin: 0;    
	padding-left: 0px;
}
.post-date{
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.1px;
    display: block;
    padding-bottom: 8px;
	display: block;
}

/*--------------------------------------------------------------
## Landing page
--------------------------------------------------------------*/
/*Sections = Flexboxes*/
.contentHome{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contentHome section{
    margin-left: auto;
    margin-right: auto;
}
#rr-home-slider-section{
	position: relative;
	max-height: 400px;
	overflow: hidden;
}
.rr-slider ul{
	margin: 0;
	padding: 0;
	-webkit-padding-start: 0px;
}
.rr-slider a:hover {
    opacity: 1;
}
.rr-slide-caption{
	position: absolute;
    top: 50%;
    left: 10%;
    width: max-content;
	min-width: 270px;
	font-size: 16px; /*Set reference size so sub-sizes in em will follow the screen size*/
	background: rgba(0,0,0,0.6);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.rr-slider .bx-pager.bx-default-pager a {
    background-color: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#rr-navbox-section .grid3{
	padding: 30px;
	border: 1px solid #eee;
	height: 162px;
	transition: background-color 0.5s ease;
}
#rr-navbox-section #rr-post-thumbnail {
	overflow:hidden;
	opacity: 1;
}
#rr-navbox-section a:hover {
	opacity: 1;
}
#rr-navbox-section #rr-post-thumbnail img:hover {
    transform: scale(1.2);
    transition: transform 2s ease-in-out;
}
#rr-navbox-section #rr-post-thumbnail img {
    transform: scale(1);
    transition: transform 2s ease-in-out;
}

/* Styles for the post columns :*/
.rr-column-container {
	width: 100%;
	background-color: #2196F3;
}
.rr-column-element{
	float: left;
}
#rr-partners-section{
	margin-top: 20px;
	margin-bottom: 20px;
}
#rr-bx-partners div{
    padding: 10px;
    position: relative;
	margin-right: auto;
    margin-left: auto;
    height: 100px;
	max-width: 200px; 
    clear: both;
    overflow: visible;
}
#rr-posts-section, #rr-bx-text-overview{
	margin-top: 20px;
}
#rr-posts-section {
	background-color: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
}
#rr-posts-section .grid1:hover, #rr-posts-section .grid2:hover, #rr-posts-section .grid3:hover{
	opacity:0.6;
    -webkit-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}
#rr-posts-section a{
	text-decoration: none;
	color: inherit;
}
#rr-posts-section a:visited{
	color: inherit;
}
#rr-posts-section #rr-post-thumbnail{	
	margin-bottom: 4px;
}
#rr-post-thumbnail{
	width: 100px;
	height: 100px;
	float: left;
	background-color: #ccc;
}
#rr-post-details{
	margin-left: 110px;
	/*margin-top: 20px;*/
}
#rr-navbox-section a{
	color: #000;
	text-decoration: none;
}
#rr-navbox-section .grid-container .grid3:hover{
	/*opacity: 0.6;*/
}
#rr-navbox-details{
	margin-left: 110px;
}
#rr-navbox-details p {
    font-size: 12px;
    line-height: 22px;
    height: 70px;
    overflow: hidden;
}
.rr-navbox-title {
  font-family : Open Sans;
  font-weight : bold;
  font-size : 14px;
  text-transform: uppercase;
  line-height : 19px;
  letter-spacing : 0.14px;
}
#rr-bx-gallery img{
	width: 100%;
}
#rr-youtube-section{
	max-height: 400px;
	overflow: hidden;
}
#rr-bx-youtube{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-left: auto;
    margin-right: auto;
	max-width: 648px;
}
#rr-bx-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	max-width: 648px;
	max-height: 400px;
}

.gutter-left{
	margin-left: 20px;
}

/* Styles for responsive boxes :*/
.grid-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;    
	/*width: max-content;*/
	margin-left: auto;
	margin-right: auto;
}
.grid1{
	width: 100%;
}
.grid2{
	width: 50%;
}
.grid3{
	width: 33.3333%;
}
.grid4{
	width: 25%;
}
.grid5{
	width: 20%;
}
.grid6{
	width: 16.6666%;
}
.grid-container>div {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  //text-align: center;
  font-size: 1.1em;
}

.responsive {
    float: center;
    /*height: 270px;*/
    overflow: hidden;
  }


@media only screen and (max-width: 1100px){
	.site-branding, #rr-posts-section-inner, .content-area, #rr-partners-section, #rr-footer, .site-info{
		padding-left: 20px;
		padding-right: 20px;
	}
	#rr-navbox-section .grid3{
		width: 50%;
	}
	#rr-bx-gallery .grid3{
		width: 33.333%;
	}
	.rr-slide-caption{
		font-size: 1.4vw; /*Set reference size so sub-sizes in em will follow the screen size*/
	}
	/*
	#rr-home-slider-section H1, .rr-entry-header H1, .rr-post-title {
		font-size: 3vw;
		color: #ffffff;
		/*text-shadow: 2px 2px #000;
	}
	.rr-slider-meta .byline, .rr-slider-meta .posted-on{
		font-size: 9px;
	}
	.rr-page-subtitle {
		font-size: 2vw;
	}*/
}
@media only screen and (max-width: 900px){
	#rr-bx-text-overview{
		width: 90%;
	}
}

@media only screen and (max-width: 750px){
	.grid2, .grid3, .grid4, .grid5, .grid6 {
		width: 100%;
	}
	.gutter-left {
		margin-left: 0;
	}
	#rr-bx-gallery .grid2 {
		width: 50%;
	}
	#rr-bx-gallery .grid3 {
		width: 33.333%;
	}
	#rr-navbox-section .grid3 {
		width: 100%;
	}
	.rr-page-subtitle {
		font-size: 1.5em;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.rr-post-title a{
	color: white !important;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 10px;
}

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

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

.post-content{
	margin: 1.5em 30px 0 30px;
}
.archive-content .post-content{
	margin: 0;
}
.emphasise{
	font-weight: 600; 
	display: inline-block;
}
.blockquote{
	font-style : italic;
	font-size : 20px;
	line-height : 30px;
	letter-spacing : 0.2px;
	color : #868C96;
	color : rgb(134, 140, 150);
	border-left: 5px solid;
	padding-left: 20px;    
	display: inline-block;
}
.caption{
	font-size: 0.7em; 
	display: inline-block;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.read-more{
	display: block;
    margin-top: 10px;
}
.site-footer{
	color: #FFF;
}
.footerfullwidth{
	background-color: rgb(105, 104, 103);
} 
.footercopyright{
	background-color: rgb(67, 66, 65);
	height: 50px;
	padding-top: 10px;
	color: #eee;
	text-decoration: none;
}
.footercopyright a, .footercopyright a:visited{
	color: #eee;
	text-decoration: none;
}
/*Footer social media links*/
.cf { 
	zoom: 1;     
	position: absolute;
    right: 0;
    top: -5px;
}
.cf:before{
    content: "";
    display: table;
}
.cf:after{
    content: "";
    display: table;
	clear: both;
}
.icon {
    display: block;
    float: left;
    width: 39px;
    height: 39px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 7px 15px 0 0;
    word-wrap: break-word;
    word-break: break-word;
}
.icon{display:block;float:left;width:23px;height:23px;overflow:hidden;text-indent:-9999px;margin:7px 15px 0 0;word-wrap:break-word;word-break:break-word}
.icon.facebook{background-position:-275px 0;height:23px;width:23px}
.icon.facebook:hover,.icon.facebook:active,.icon.facebook:focus{background-position:-183px 0;height:23px;width:23px}
.icon.youtube{background-position:-36px 0;height:23px;width:23px}
.icon.youtube:hover,.icon.youtube:active,.icon.youtube:focus{background-position:-88px 0;height:23px;width:23px}
.icon.instagram{background-position:-321px 0;height:23px;width:23px}
.icon.instagram:hover,.icon.instagram:active,.icon.instagram:focus{background-position:-160px 0;height:23px;width:23px}
.icon.twitter{background-position:-137px 0;height:23px;width:23px}
.icon.twitter:hover,.icon.twitter:active,.icon.twitter:focus{background-position:-229px 0;height:23px;width:23px}
.icon:last-child{margin:7px 0 0}
@media all and (max-width: 1100px){
	.cf {
		right: 20px;
	}
}
@media all and (max-width: 767px){
	.cf {
		right: auto;
		left: 20px;
		top: 25px;
		bottom: 0;
	}
	.footercopyright {height: 80px;}
}
.byline, .posted-on{
    display: block;
}
#tribe-events-content .byline{
	padding: 15px 0 15px 0;
}
#publications-list, #publications-list td{
	border: none;
}

.tags-links-item {
	white-space: nowrap; 
	line-height: 35px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
article.comment-body {
    background: #fff;
    margin: 5px 0 0 0;
    padding: 15px;
    position: relative;
    border: 1px solid #EEE;
}
.comment-list .vcard img {
    border-radius: 50%;
    margin-right: 10px;
}
#comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#comments li.comment {
    margin: 0 0 20px;
}
.comment-list .comment-metadata {
    font-size: 0.7em;
}
.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%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Make sure logo link wraps around logo image. */
.uor-logo-link, .custom-logo-link {
	display: inline-block;
}
/* By default, we hide the custom logo. We will only display it if a css rule is added by an admin*/
.custom-logo-link{
	display: none;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


a.tribe-events-read-more {
    border-radius: 25px;
    padding: 5px 10px;
    opacity: 1;
    z-index: 1009;
    font-size: 80%;
    transition: background-color 0.5s, color 0.75s;
}
a.tribe-events-read-more:hover{
	color: #fff !important;
}



/***************************
COOKIE NOTICE
***************************/
#cookie-notice
{ 
	position: fixed;
	display: none;
	bottom: 0px;
	font-size: 0.8em;
	z-index: 1000;
	background:#2e3336;
	padding:5px;
	text-align:left;
	width:100%;
	padding: 10px 10px 30px 10px;
	color:#ffffff;
}
.cookie-notice-container{
	max-width:700px;
	margin: auto;
}
#cookie-notice-button{
    background-color: transparent;
	font-size: 1.2em;
	padding: 10px;
    border: 2px solid #fff;
    color: #fff;
}
#cookie-notice-button:hover{
	background-color: #666666;
	color:#fff;
	text-decoration: none;
}



/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
/*theme colors:*/
.color-orange .grid-box, 
.color-orange #rr-navbox-section .grid3:hover,
.color-orange .rr-column-container, 
.color-orange  a.button:hover, 
.color-orange .main-navigation li:hover, 
.color-orange .main-navigation li li:hover,
.color-orange .main-navigation li.focus, 
.color-orange #rr-banner,
.color-orange button,
.color-orange input[type="button"],
.color-orange input[type="reset"],
.color-orange input[type="submit"],
.color-orange .main-navigation ul li.current-menu-parent  a:before, .color-orange .main-navigation ul li.current-menu-item  a:before,
.color-orange .rr-slider .bx-pager.bx-default-pager a:hover, 
.color-orange .rr-slider .bx-pager.bx-default-pager a.active, 
.color-orange .rr-slider .bx-pager.bx-default-pager a:focus,
.color-orange a.tribe-events-read-more:hover
{
	background-color: #f26e34;
}
.color-green .grid-box, 
.color-green #rr-navbox-section .grid3:hover,
.color-green .rr-column-container, 
.color-green  a.button:hover, 
.color-green .main-navigation li:hover, 
.color-green .main-navigation li li:hover,
.color-green .main-navigation li.focus, 
.color-green #rr-banner,
.color-green button,
.color-green input[type="button"],
.color-green input[type="reset"],
.color-green input[type="submit"],
.color-green .main-navigation ul li.current-menu-parent  a:before, .color-green .main-navigation ul li.current-menu-item  a:before,
.color-green .rr-slider .bx-pager.bx-default-pager a:hover, 
.color-green .rr-slider .bx-pager.bx-default-pager a.active, 
.color-green .rr-slider .bx-pager.bx-default-pager a:focus,
.color-green a.tribe-events-read-more:hover
{
	background-color: #8abd24;
}
.color-blue .grid-box, 
.color-blue #rr-navbox-section .grid3:hover,
.color-blue .rr-column-container , 
.color-blue  a.button:hover, 
.color-blue .main-navigation li:hover, 
.color-blue .main-navigation li li:hover,
.color-blue .main-navigation li.focus, 
.color-blue #rr-banner,
.color-blue button,
.color-blue input[type="button"],
.color-blue input[type="reset"],
.color-blue input[type="submit"],
.color-blue .main-navigation ul li.current-menu-parent a:before, .color-blue .main-navigation ul li.current-menu-item a:before,
.color-blue .rr-slider .bx-pager.bx-default-pager a:hover, 
.color-blue .rr-slider .bx-pager.bx-default-pager a.active, 
.color-blue .rr-slider .bx-pager.bx-default-pager a:focus,
.color-blue a.tribe-events-read-more:hover
{
	background-color: #00aeef;
}
.color-magenta .grid-box, 
.color-magenta #rr-navbox-section .grid3:hover,
.color-magenta .rr-column-container, 
.color-magenta  a.button:hover, 
.color-magenta .main-navigation li:hover, 
.color-magenta .main-navigation li li:hover,
.color-magenta .main-navigation li.focus, 
.color-magenta #rr-banner,
.color-magenta button,
.color-magenta input[type="button"],
.color-magenta input[type="reset"],
.color-magenta input[type="submit"],
.color-magenta .main-navigation ul li.current-menu-parent a:before, .color-magenta .main-navigation ul li.current-menu-item a:before,
.color-magenta .rr-slider .bx-pager.bx-default-pager a:hover, 
.color-magenta .rr-slider .bx-pager.bx-default-pager a.active, 
.color-magenta .rr-slider .bx-pager.bx-default-pager a:focus ,
.color-magenta a.tribe-events-read-more:hover 
{
	background-color: #e6007e;
}
.color-navy .grid-box, 
.color-navy #rr-navbox-section .grid3:hover,
.color-navy .rr-column-container, 
.color-navy  a.button:hover, 
.color-navy .main-navigation li:hover, 
.color-navy .main-navigation li li:hover,
.color-navy .main-navigation li.focus,
.color-navy #rr-banner,
.color-navy button,
.color-navy input[type="button"],
.color-navy input[type="reset"],
.color-navy input[type="submit"] ,
.color-navy .main-navigation ul li.current-menu-parent a:before, .color-navy .main-navigation ul li.current-menu-item a:before,
.color-navy .rr-slider .bx-pager.bx-default-pager a:hover, 
.color-navy .rr-slider .bx-pager.bx-default-pager a.active, 
.color-navy .rr-slider .bx-pager.bx-default-pager a:focus,
.color-navy a.tribe-events-read-more:hover 
{
	background-color: #36578c;
}
.color-red .grid-box, 
.color-red #rr-navbox-section .grid3:hover,
.color-red .rr-column-container, 
.color-red  a.button:hover, 
.color-red .main-navigation li:hover, 
.color-red .main-navigation li li:hover,
.color-red .main-navigation li.focus, 
.color-red #rr-banner,
.color-red button,
.color-red input[type="button"],
.color-red input[type="reset"],
.color-red input[type="submit"],
.color-red .main-navigation ul li.current-menu-parent a:before, .color-red .main-navigation ul li.current-menu-item a:before,
.color-red .rr-slider .bx-pager.bx-default-pager a:hover, 
.color-red .rr-slider .bx-pager.bx-default-pager a.active, 
.color-red .rr-slider .bx-pager.bx-default-pager a:focus,
.color-red a.tribe-events-read-more:hover
{
	background-color: #d61b26;
}

.color-navy #rr-navbox-section .grid3:hover a{
	color: white ;
}

@media screen and (max-width: 900px){
	.color-orange .main-navigation li li {
		background-color: #f26e345c;
	}
	.color-green .main-navigation li li {
		background-color: #8abd245c;
	}
	.color-blue .main-navigation li li {
		background-color: #00aeef5c;
	}
	.color-magenta .main-navigation li li {
		background-color: #e6007e5c;
	}
	.color-navy .main-navigation li li {
		background-color: #36578c5c;
	}
	.color-red .main-navigation li li {
		background-color: #d61b265c;
	}
}

.color-orange a.button, 
.color-orange a.tribe-events-read-more {
	color: #f26e34;
	border: 1px solid #f26e34;
}
.color-green a.button, 
.color-green a.tribe-events-read-more {
	color: #8abd24;
	border: 1px solid #8abd24;
}
.color-blue a.button, 
.color-blue a.tribe-events-read-more {
	color: #00aeef;
	border: 1px solid #00aeef;
}
.color-magenta a.button, 
.color-magenta a.tribe-events-read-more {
	color: #e6007e;
	border: 1px solid #e6007e;
}
.color-navy a.button, 
.color-navy a.tribe-events-read-more {
	color: #36578c;
	border: 1px solid #36578c;
}
.color-red a.button, 
.color-red a.tribe-events-read-more {
	color: #d61b26;
	border: 1px solid #d61b26;
}

.color-orange .blockquote {
	border-color: rgb(239, 121, 69, 0.7);
}
.color-green .blockquote {
	border-color: rgb(138,189,36,0.7);
}
.color-blue .blockquote {
	border-color: rgb(0,174,239,0.7);
}
.color-magenta .blockquote {
	border-color: rgb(230,0,126,0.7);
}
.color-navy .blockquote {
	border-color: rgb(42,55,126,0.7);
}
.color-red .blockquote {
	border-color: rgb(214,27,38,0.7);
}


.color-orange .byline,
.color-orange .emphasise,
.color-orange .read-more,
.color-orange .site-content a {
	color: #f26e34;
}
.color-green .byline,
.color-green .emphasise,
.color-green .read-more,
.color-green .site-content a {
	color: #8abd24;
}
.color-blue .byline,
.color-blue .emphasise,
.color-blue .read-more,
.color-blue .site-content a {
	color: #00aeef;
}
.color-magenta .byline,
.color-magenta .emphasise,
.color-magenta .read-more,
.color-magenta .site-content a {
	color: #e6007e;
}
.color-navy .byline,
.color-navy .emphasise,
.color-navy .read-more,
.color-navy .site-content a {
	color: #36578c;
}
.color-red .byline,
.color-red .emphasise,
.color-red .read-more,
.color-red .site-content a {
	color: #d61b26;
}
