<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: RMS
Theme URI: http://www.houseoftype.co.uk/
Author: House of Type
Author URI: http://www.houseoftype.co.uk/
Description: A WordPress theme built with ZURB's Foundation for Sites (Foundation 6.3.0.1), the most advanced responsive front-end framework in the world. By combining WordPress and Foundation you get a resposive WordPress theme that makes creating websites fun and exciting again! Please view the CHANGELOG and README files before/after installation and/or update.
Version: 6.3.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, sticky-post, translation-ready
Text Domain: wp-forge
*/

/** colors

	#002856 - Dark Blue
	#a8a8a8 - Grey
	#248dc1 - Light Blue
	#dc6016 - Orange

/**
 * I update WP-Forge on a regular basis. I highly recommend joining my mailing list as well as using my child theme WP-Starter so
 * you do not lose any edits.
 *
 * Table of Contents
 *
 *  1.0 - Reset
 *  2.0 - Accessibility
 *  3.0 - Repeatable Patterns
 *  4.0 - Basic Structure
 *  5.0 - Main content and comment content
 *  6.0 - Archives
 *  7.0 - Single image attachment view
 *  8.0 - Post Formats
 *  9.0 - Page Links
 * 10.0 - Comments
 * 11.0 - Front Page Template
 * 12.0 - Widgets
 * 13.0 - Social Menu
 * 14.0 - Misc
 * 15.0 - Job Manager
 * 16.0 - Map Press
 * 17.0 - Media Queries
 */

/**
 * 1.0 - Reset
 */
ins {
	background: #fff9c0;
	text-decoration: none;
	padding:0 0.1875rem;}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;}
sup {
	top: -0.5em;}
sub {
	bottom: -0.25em;}
small {
	font-size: smaller;}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;}
blockquote cite {
	margin-top: 1rem;}
button, 
input, 
optgroup, 
select, 
textarea {
	font-family: 'Open Sans', sans-serif;}
.sticky {/* Style not used but left in case you want to style the sticky in some way - use fixed instead see below */}

/**
 * 2.0 - Accessibility
 */
.says,
.assistive-text,
.screen-reader-text,
.site .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 0.0625rem;}
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;}
.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;}
.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;}

/**
 * 3.0 - Repeatable Patterns
 */

/* Small headers */
.archive-title,
.page-title,
.entry-content-post th,
.entry-content-page th,
.comment-content th {
	line-height: 2.181818182;
	font-weight:normal;
	text-transform: uppercase;
	color: #636363;}
#secondary .widget-title {
	font-weight:normal;}
#secondary .menu .active &gt; a {
	background: none;}
select { /* Make sure select elements fit in widgets */
	cursor:pointer;
	max-width: 100%;
	border:1px solid #ccc;}

/* Responsive images */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */}
.attachment-post-thumbnail {/* Centers post thumbnials */
    display:block;
    margin:0 0 1.5rem;}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;}
.entry-content-post .twitter-tweet-rendered,
.entry-content-page .twitter-tweet-rendered {
	max-width: 100% ; /* Override the Twitter embed fixed width */}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;}

/* Images */
.alignleft {
	float: left;}
.alignright {
	float: right;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;}
figure {
	margin: 0 0 1rem;}
figcaption,
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;}
figcaption,
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;}
.entry-content-post dl.gallery-item,
.entry-content-page dl.gallery-item {
	margin: 0;}
.gallery-item a,
.gallery-caption {
	width: 90%;}
.gallery-item a {
	display: block;}
.gallery-caption a {
	display: inline;}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;}
.gallery .gallery-icon img {
	border: none!important;
	height: auto;
	max-width: 90%;}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;}
.gallery {
	margin-bottom: 1rem!important;}

/* Post Navigation */
.nav-single {
	position:relative;
	/*float:left;*/
	width:100%;
	margin-bottom:3.75rem;}
#nav-below  {
	position:relative;
	float:right;
	width:100%;
	margin-bottom:2rem;}
.site-content nav {
	clear: both;
	float: right;
	line-height: 2;
	overflow: hidden;}
.site-content #image-navigation {
	margin:1.5rem 0;}
#nav-above {
	padding: 1.5rem 0;}
#nav-above {
	display: none;}
.paged #nav-above {
	display: block;}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;}
#comment-nav-below.columns {
	margin: 0 0 1.5rem;
	padding: 0;}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 3rem 0;
  	display: block;
  	position: relative;
  	clear: both;}
/* Author profiles */
.author .archive-header {
	margin-bottom: 1.5rem;}
.author-info {
  	border-bottom: 1px solid #ededed;
  	display: block;
	margin: 1.5rem 0;
	overflow: hidden;
	padding:20px 0;
	position: relative;
	float: left;}
.author-description p {
	color: #757575;
	font-size: 0.875rem;
	line-height: 1.846153846;}
.author.archive .author-info {
	border-top: 0;
	display: block;
	float: none;
	margin: 0 0 3rem;
	border-bottom: 1px solid #ededed;
	padding:10px 0;
	position: relative;}
.author.archive .author-avatar {
	margin-top: 0;}
.author.archive .author-avatar img {
	margin-top: 0;}
.author-avatar {
	margin-top: 1.5rem;
  	text-align: center;}
.author-avatar img {
	border-radius:50%;}
.author-description h3 {
    text-align: center;}
.author-description h2 {
	margin-top:0;}

/**
 * 4.0 - Basic Structure
 */
body {
	color: #002856;
	background-color: #e6e6e6;
	font-family: "museo sans" sans-serif;
	text-rendering: optimizeLegibility;
	-ms-word-wrap: break-word;
	word-wrap: break-word;}
a {
	outline:none!important;
	transition: all .2s ease-in!important;}
.strapline{
	color: #ffffff;
	font-size: 2rem;
	/*margin-top: 1rem;*/
	text-align: right;
	opacity: 0.5;
}
.strapline p {
	margin-bottom: 0;
}
.homepage-footer{
	padding-top:0.625rem;
	padding-bottom:0.3125rem;
	text-align: center;
	background-color: #e6e6e6;
	border-radius: 0.3785rem;}
.homepage-footer p {
	margin-bottom: 0.625rem;
}
.homepage-info{
	/*padding-top: 2rem;
	padding-bottom: 2rem;*/
	/*text-align:center;*/
	}
.homepage-info .column-block a {
	text-align:center;
	padding-top: 1.75rem;
	display: block;}
.homepage-info .column-block a:hover{
	background-color: #fcfcfc;}
.homepage-info .category-icon { overflow: hidden; }
.homepage-info .category-icon a img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 1.0rem;
}
.homepage-info .category-icon a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.home-info-box {
	min-height: 132px;
}
.homepage-action-buttons {
	margin-bottom: 1rem;
}
.homepage-info .title, .home .title  {
	font-size: 1.8rem;
	margin-top: 0.5rem;
	text-align: center;
}
.home .title {
	/*margin: 1rem 0 0.8rem 0;*/
}
.home .entry-content-page h2 {
	color: #002856;
	font-size: 1.8rem;
}


/*---------- homepage widgets ----------*/

.home .sidebar_container_home {
	clear: both;
	margin-bottom: 1rem;
}
.home_sidebar_content .widget {
	
}
.home_sidebar_content .widget h6.widget-title {
	font-size: 1.375rem;
	color: #1779ba;
	color: #fff;
	text-transform: none;
	font-weight: normal;
	padding: 1.1rem 0;
	margin: 0 0 0.5rem 0 !important;
	border-bottom: 1px solid #b1b1b1;
	background-color: #4d4d4e;
}
.home_sidebar_content .widget h6.widget-title a { color: #fff; }
.home_sidebar_content .widget h6.widget-title a:hover { text-decoration: none; }
#twitter-widget-0 .timeline-Header-title {
	font-size: 12px !important;
}
#twitter-widget-0 .timeline-Header {
	padding: 8px 10px !important;
}
#twitter-widget-0 .timeline-Header {
	display: none;
}

.home_sidebar_content .recent-posts-extended ul li {
	text-align: left;
	margin: 1.0rem;
}
.home_sidebar_content .recent-posts-extended ul li h3.rpwe-title {
	padding: 0;
	margin: 0;
	text-align: left;
	font-weight: bold;
	color: #002856;
}
.home_sidebar_content .recent-posts-extended ul li .rpwe-title a {
	color: #002856;
	/*font-size: 18px;*/
	font-size: 1rem;
	padding: 0;
	margin: 0;
}
.home_sidebar_content .recent-posts-extended ul li .rpwe-title a:hover {
	text-decoration: underline;
}
.home_sidebar_content .recent-posts-extended ul li .rpwe-time {
	text-align: left;
	padding: 0;
	color: #666666;
	line-height: 0.1rem
}





/* main containers */
.header_container,
.content_container,
.footer_container {
	background-color: transparent;
	max-width: 100%;
	width: 100%;}
.nav_container,
.sidebar_container,
.sidebar_container_home {
	background-color: transparent;
	max-width: 100%;}
.header_container{
	background-color: #002856;
	width: 100%;
	position:relative;
	background-image: url("images/header-tile.png");
}
.header_wrap.row{
	background: none !important;
}
.header_container_2{
	width:100%;
	background-image: url("images/header-arrow.png");
	background-repeat: no-repeat;
	background-position: 0 center;
	/*background-size: 70% 300px;*/
}
.header-logo img {
	max-width: 13.125rem;
}
.breadcrumb_container {
	background-color: transparent;
	max-width: 100%;
	width: 100%;
}
.content_container{
	background-color: #ffffff;
}
.logos_wrap {
	text-align: center;
}
.logos_content {
	border-top: 1px solid #e6e6e6;
	padding-top: .5rem;
}
.page-template-front-page .logos_content {
	border-top: none}
.logos_content .widget-title {
	text-transform: none;
	color: #002856;
}
.logos_wrap .widget_text img {
	margin: 1rem 0.625rem 0 0.625rem;
	max-height: 3.75rem;
	max-height: 3.125rem;}
.home_sidebar_content .widget {
	text-align: center;
	/*border: 1px solid #a8a8a8;
	border: 1px solid #e6e6e6;*/
	border: 1px solid #b1b1b1;
	margin-bottom: 1rem;
}
.home .home_sidebar_content .widget {
	/*min-height: 480px !important;*/ /* Standradised heights on the homepage */
}
.home_sidebar_content .widget-area .widget h2,
.home_sidebar_content .widget h3 {
	padding: 1.5rem 0;
	margin: 0 !important;
}
#secondary-sidebar #text-5.widget_text .textwidget img {
	margin: 0.5rem 2rem 0.75rem 0;
	max-height: 3.75rem;
	max-height: 3.125rem;}
.widget_logos img {
	margin: 0.5rem 1rem 0.75rem 1rem;
	max-height: 3.125rem;}
aside.widget_logos.widget.widget_text.enhanced-text-widget {
	text-align: center;}
.footer_container {
	background-color: #002856;
	background-image: url("images/header-tile.png");
	color:#ffffff;
	width:100%;
	text-align:center;}
#footer.footer_wrap.row{
	background-color: transparent!important;
	/*background-image: url("images/header-tile.png");*/
	width: 100%;
}
.sidebar_container {
	max-width: 100%;
	background-color: #e6e6e6;
	margin: 1rem 1.25rem 1rem 1.25rem;
	border-radius: 0.3785rem;}
.nav_container {
	background-color: #e6e6e6;
	margin: 0.625rem 1.25rem 1rem 1.25rem;
	margin: 0.625rem 1.25rem 0.625rem 1.25rem;
	border-radius: 0.375rem;
	font-family: "museo sans", sans-serif;
}
.nav_wrap {
    background-color: #e6e6e6;
    max-width:100%;
}
.nav_wrap.row.show-for-large{
	background-color:#e6e6e6;
	margin-left: inherit;
}
.content_wrap {
	padding-top: 1.5rem;
	padding-top: 0.625rem;}
.page-template-front-page .content_wrap {
	padding-top: 0;
}
#header {
	/*padding:0.9375rem 0;*/}
.header-logo,
.header-info {
	display:inline-block;
	float:left;
	max-width:100%;
	margin:1rem 0 0.625rem 0;
	}
.header-info {
	margin-top: 0.9375rem;
	display:block;}	
h1.site-title,
h2 .site-description {
	line-height: 1.3;
	margin: 0}
h1.site-title a {
	text-decoration: none;}
h1 {
    font-size: 2.125rem;
}
h2 {
    font-size: 1.6875rem;
}
h3 {
    font-size: 1.375rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
    font-weight: bold;
}
img.header-image {/* Remove fancy borders */
	border-radius: 0;
	box-shadow:none;}
.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	/*margin-bottom: 0.2rem;*/}
.widget-area .widget ul {
	margin-left:0em;}
.widget-area .widget h3 {
	margin-bottom: 5px;}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 1.5rem;}
.widget-area .textwidget li {
	margin-left: 36px;}
.widget-area .textwidget ol {
	margin: 0 0 1.5rem;}
.widget-area .widget .menu {
	margin-left: 0rem!important;}
.widget-area .widget .menu &gt; li {
	display: block!important;}
.widget-area .widget .menu &gt; li:not(.menu-text) &gt; a {
    padding: 0.5rem 0 0.5rem;
    line-height: 1;}
footer[role="contentinfo"] {
	/*border-top: 1px solid #ededed;*/
	color: #ffffff;
	clear: both;
	line-height: 2;
	padding: 1rem 0 1.5rem 0;}
footer[role="contentinfo"].inline-list {
	margin-bottom: 1rem;}
footer &gt; .site-info {
	margin-bottom:0;}
footer &gt; .site-info.lft {
	text-align:left;}
footer &gt; .site-info.rt {
	text-align:right;}
footer &gt; .site-info.cntr {
	text-align:center;}
.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;}
.table ul.navcntr li {
	display: inline-block!important;}
.footer_wrap p {
  	margin-bottom:0;}
.footer_wrap a {
	text-decoration:none;}
.footer_wrap .table {
	margin-bottom: 1rem;}
#secondary-sidebar {
	background-color: #e6e6e6;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	border-radius: 0.375rem;}
#secondary .menu a,
#secondary-sidebar .menu a {
	border-bottom: 1px solid #eee
}
#header .menu {
	font-size: 0.875rem;}
#header	.menu &gt; li &gt; a {
	padding-right: 0;
}
#header .menu a {
	color: #ffffff;
	background-color: #002856;
	background-color: transparent;}
#header .menu a:hover {
	color: #dc6016;}
#header .menu .current-page-ancestor,
#header .menu .current_page_item {
	background-color: transparent;}
#header .menu .current-page-ancestor a,
#header .menu .current_page_item a {
	text-decoration: underline;
}
.collapse-left {
	padding-left: 0;
}
.collapse-right {
	padding-right: 0;
}

/**
 * 5.0 - Main content and comment content
 */
.entry-meta {
	clear: both;}
.entry-header {
	margin-bottom: 1rem;}
.entry-meta-header,
.entry-meta-categories {
    color: #757575;
    line-height: normal;
    margin-bottom: 1rem;
    text-transform: uppercase;}
.entry-meta-header .genericon,
.entry-meta-categories .genericon {
    line-height:1;}
h1.entry-title {
	line-height: 1.2;
	margin-bottom: 1rem;}
.entry-header .entry-title a {
	text-decoration: none;}
span.edit-link {
	margin-left: 0.3125rem;}
span.edit-link-none {
	margin: 0;}
.page span.edit-link .genericon {
	line-height: 1.7;}
.attachment span.edit-link {
  margin-left: 0.5rem;}
article .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 0.875rem;
	line-height: 3.692307692;
	margin-bottom: 1.5rem;
	text-align: center;}
.entry-content-post ul,
.entry-content-post ol,
.entry-content-page ul,
.entry-content-page ol {
	margin-left:2.125rem;}
.entry-content-post [class*="block-grid-"],
.entry-content-page [class*="block-grid-"] {
    margin: 0 0.625em;}
.entry-content-post .f-dropdown,
.entry-content-page .f-dropdown{
	margin-bottom:0;
	margin-left:0;
	list-style:none;}
.entry-content-post blockquote,
.entry-content-page blockquote,
.comment-content blockquote {
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	font-style: italic;}
.entry-content-post blockquote p:last-child,
.entry-content-page blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;}
.entry-content-post pre,
.entry-content-page pre,
.comment-content pre{
	background: #f9f9f9;
	border-radius: 3px;
	color: #000000;
	margin: 20px 0;
	overflow-x: auto;
	padding: 20px;
	line-height: 1.3rem;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;}
.entry-content-post pre code,
.entry-content-page pre code,
.comment-content pre code{
	background-color: transparent;
	border: 0;
	font-weight: normal;
	display: block;
	line-height: 1.3rem;}
.entry-content-post address,
.entry-content-page address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 1.5rem;}
img.alignleft, .wp-caption.alignleft {
	margin: 12px 1.5rem 12px 0;}
img.alignright, .wp-caption.alignright {
	margin: 12px 0 12px 1.5rem;}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;}
img.alignnone {
	margin-bottom: 1rem;}
.entry-content-post embed,
.entry-content-post iframe,
.entry-content-post object,
.entry-content-post video,
.entry-content-page embed,
.entry-content-page iframe,
.entry-content-page object,
.entry-content-page video {
	margin-bottom: 1.5rem;}
.entry-content-post dt,
.entry-content-page dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;}
.entry-content-post dd,
.entry-content-page dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 1.5rem;}
.entry-content-post table,
.entry-content-page table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	line-height: 2;
	margin: 0 0 1.5rem;
	width: 100%;}
.entry-content-post table caption,
.entry-content-page table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 1.5rem 0;}
.entry-content-post td,
.entry-content-page td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px;}
.entry-content-post th,
.entry-content-page th,
.comment-content th,
.entry-content-post td,
.entry-content-page td,
.comment-content td {
	text-align: left;}
article {
	border-bottom: 1px solid #ededed;
	margin-bottom: 35px;
	padding-bottom: 1.5rem;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;}
body.blog article {
	margin-bottom:1rem;
	padding-bottom:1rem;	
}
body.page article,
body.archive article {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;}
body.archive article {
	border-bottom: 1px solid #ededed;
	margin-bottom:1rem;
	padding-bottom:1rem;
}	
.error404 article {
	border-bottom:none;}
.page-links {
	clear: both;
	line-height: 1.714285714;}
footer.entry-meta {
	padding: 0;
	color: #757575;}
.entry-meta-tags {
    line-height: normal;}
.entry-meta-categories_bottom {
    padding-top: 1rem;
    color: #757575;
    line-height: normal;
    margin-bottom: 0.25rem;}
.entry-meta-tags .genericon {
    line-height:1;}
footer .entry-meta-footer .the-cats {
    margin-bottom: 5px;}
.single-author .entry-meta .by-author {
	display: none;}
span.sticky-post,
span.entry-date,
span.byline,
span.pfont,
.entry-format {
	margin-right:0.3125rem; /* 5px */}
span.entry-date .genericon-month {
	margin-right: 1px;}
span.byline {
	display: none;}

.callout {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	background-color: white;
	color: #002856; }
	.callout &gt; :first-child {
		margin-top: 0; }
	.callout &gt; :last-child {
		margin-bottom: 0; }
	.callout img {
		margin-bottom: 0;}
	.callout em {
		color:#a8a8a8;}

p.read-button,
p.read-button a.button {
	margin-bottom: 0;
}

/*Form Buttons in Wordpress Login &amp; Register*/
#gform_submit_button_3.gform_button.button{
	background-color:#dc6016;
}
#gform_submit_button_2.gform_button.button{
	background-color: #dc6016;
}
/*Contact Us Button*/
#gform_submit_button_1.gform_button.button{
	background-color: #dc6016;
}

/**
 * 6.0 - Archives
 */
.page-header {
	margin-bottom: 3rem;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;}
.archive-header {
	margin-bottom: 1rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;}

/**
 * 7.0 - Single image attachment view
 */
.article.attachment {
	overflow: hidden;}
.image-attachment div.attachment {
	text-align: center;}
.image-attachment div.attachment p {
	text-align: center;}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;}
.image-attachment .entry-caption {
	margin-top: 8px;}

/**
 * 8.0 - Post Formats
 */
article.format-aside h1 {
	margin-bottom: 1.5rem;}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;}
article.format-aside h1 a:hover {
	color: #2e3542;}
article.format-aside .aside {
	padding: 1.5rem;
	background: #d9edf8;
	border-left: 22px solid #0078a0;}
article.format-aside p {
	font-size: 0.875rem;
	line-height: 1.846153846;
	color: #4a5466;}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;}
article.format-image footer h1 {
	font-size: 0.875rem;
	line-height: 1.846153846;
	font-weight: normal;}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;}
article.format-image footer a h2 {
	font-weight: normal;}
.pformat {
	float: left;
	font-size: 26px;
	margin-right:5px;
	color:#888;}
article.format-link header {
	padding: 5px 10px;
	float: right;
	font-size: 20px;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;}
article.format-link .entry-content-post a,
article.format-link .entry-content-page a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;}
article.format-quote .entry-content-post p,
article.format-quote .entry-content-page p {
	margin: 0;
	padding-bottom: 1.5rem;}
article.format-quote .entry-content-post blockquote,
article.format-quote .entry-content-page blockquote {
	display: block;
	padding: 1.5rem 1.5rem 0;
	font-size: 15px;
	line-height: 1.6;
	color: #6a6a6a;
	background: #efefef;}
.format-status .entry-header {
	margin-bottom: 2.813rem}
.format-status .entry-header header {
	display: inline-block;
	margin-top: 1.5rem;}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;}
.format-status .entry-header header a {
	color: #757575;}
.format-status .entry-header header a:hover {
	color: #21759b;}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	border-radius: 50%;}

/**
 * 9.0 - Page Links
 */
.page-links {
	clear: both;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;}
.page-links &gt; span {
	background: #fff;
	border: 1px solid #fff;
	padding: 1px 7px;
	text-decoration: none;
	margin:0 5px;}
.page-links a {
	padding: 1px 7px;
	text-decoration: none;
	background: #2ba6cb;
	color: #fff;}
.page-links a:hover {
	background: #e6e6e6;
	color:#555;}

/**
 * 10.0 - Comments
 */
#comments ol {
	list-style: none;}
.comments-title {
	margin-bottom: 3rem;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;}
.comments-area article {
	margin: 1.5rem 0;}
.comments-area article header {
	margin: 0 0 3rem;
	overflow: hidden;
	position: relative;}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
	border-radius: 50%;}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 80px;}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
	margin-top:8px;}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;}
.comments-area article header a:hover {
	color: #21759b;}
.comments-area article header cite a {
	color: #444;}
.comments-area article header cite a:hover {
	text-decoration: underline;}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;}
.comments-area li.bypostauthor cite span {
	background-color: #444444;
	background-image: none;
	border-radius: 2px;
	box-shadow: none;
	color: #ffffff;
	position: absolute;
	margin:3px 0 0 5px;
	padding: 1px 5px 1.5px;
	font-size: 10px;}
.reply {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;}
.reply span.label {
	font-size: 0.65rem;
	font-weight: bold;
	cursor: pointer;}
a.comment-reply-link,
a.comment-edit-link {
    cursor: pointer;
	text-decoration:none;
  	font-size: 0.5rem;
    font-weight: bold;
  	line-height: normal;
  	margin-bottom: 1.5rem;}
p.edit-link {
  margin-bottom: 0;}
.reply span.genericon,
p.edit-link .genericon {
	font-size: 1rem;
  	line-height:1.5;}
.commentlist .pingback {
	line-height: 1.714285714;
	margin:1rem 0;
	list-style:none;}
#respond {
	margin-top: 3rem;
	max-width: 99%;
	width: 99%;}
#respond h3#reply-title {
	font-size: 1.4375rem;
	line-height: 1.5;}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 0.65rem;
    cursor: pointer;}
#respond form {
	margin: 1.5rem 0;}
#respond form p {
	margin: 11px 0;}
#respond form p.logged-in-as {
	margin-bottom: 1.5rem;}
#respond form label {
	display: block;
	line-height: 1.714285714;}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.714285714;
	width: 100%;}
#respond form input[type="text"],
#respond form input[type="email"],
#respond form input[type="url"] {
	width: 100%;}
#respond form textarea.blog-textarea {
	width: 79.666666667%;}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 0.6875rem;
	color: #5e5e5e;}
#respond .form-allowed-tags code {
	font-size: 0.60rem;}
.required {
	color: red;}
p.comment-notes {
	font-size: 0.75rem;}
p.comment-form-author, p.comment-form-email {
	padding-left: 0;}
p.comment-form-email {
	padding-right: 0;}

/**
 * 11.0 - Front page template
 */
.front-image {
	float: right;}
.front-content {
	float: left;}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 1.5rem;
	border-top: 1px solid #ededed;}

/**
 * 12.0 - Widgets
 */
.widget-area .widget ul ul {
	margin-left: 12px;}
.widget_rss li {
	margin: 12px 0;}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	margin-left: 12px;}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.846153846;
	color: #686868;}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;}
#wp-calendar #next {
	padding-right: 1.5rem;
	text-align: right;}
.widget_search label {
	display: block;
	line-height: 1.846153846;
	display:none;}
.widget_twitter li {
	list-style-type: none;}
.widget_twitter .timesince {
	display: block;
	text-align: right;}
#secondary .widget{
	background-color: #e6e6e6;
	padding:1rem 1.25rem;
	border-top: solid #a8a8a8 1px;}
#secondary-sidebar h6.widget-title a{
	font-weight: bold;}
#secondary-sidebar h6.widget-title a {
	color: #002856;}
#secondary-sidebar h6.widget-title a:hover {
	color: #0078a0;
	text-decoration: underline;}
/*.searchform{
	width:200px;
	background-color: #002856;

}*/
#searchform #search_keywords,
#s{
	background-color: #e6e6e6;
	border-style: none;
	position:relative;
	margin-left: 200px;
	display:inline-block;
	width:16rem;
	border-radius: 0.375rem;
	background-image:url("images/magnifyingglass.png");
	background-position: 0.1875rem;
	background-size: 1.75rem;
	background-repeat: no-repeat;
	text-align: center;
	opacity: 0.6;
	}
#searchform input[type='text']#search_keywords,
input[type='text']#s  {
	margin-bottom: .2rem;
}
/*#searchsubmit.button{
		background-color: #e6e6e6;
		border-style: none;
		border-color: #ffffff;
		position: absolute;
		margin-left:350px;
		height:35px;
	}
*/
#lmbutton{
	margin: 4px 2px;
	/*color:#ffffff;
	background-color:#dc6016;
	text-align:center;
	border-radius: 0.375rem;*/}
#search,
.page-template-front-page #search_keywords{
	background-color: #e6e6e6;
	width: 300px;
	position: relative;
	border-style: none;
	border-radius: 0.375rem;
	margin: 0 auto;
	background-image:url("images/magnifyingglass.png");
	background-position: 0.1875rem;
	background-size: 1.75rem;
	background-repeat: no-repeat;
	text-align: center;
}
.widget ul.job_listings li.job_listing ul.meta li{
	margin-right: 0.25rem;}
.widget_recent_jobs ul.job_listings li.job_listing ul.meta li.company {
	display: none;}
#secondary-sidebar .widget.gform_login_widget {
	font-size: 0.825rem;
}
/*#searchbutton{
background-color: #e6e6e6;
display: inline-block;
border-style: none;
}*/

/* extended post widget */
.rpwe-block ul{
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}

.rpwe-block li{
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}
.rpwe-block a{
display: inline !important;
text-decoration: none;
}
.rpwe-block h3 {
	background: none !important;
	clear: none;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	font-weight: bold;
	/*font-size: 12px !important;
	line-height: 1.5em;	
	*/
	font-size: 0.875rem;
}
#secondary .rpwe-block h3 a {
	font-weight: bold;
}

.rpwe-thumb{
	/*border: 1px solid #eee !important;*/
	box-shadow: none !important;
	padding: 0 !important;
}
.rpwe-summary{
	font-size: 0.75rem;
}
.rpwe-time{
	color: #a8a8a8;
	color: #666666;
	font-size: 0.75rem;
	/*color: #bbb;
	font-size: 11px;*/
}
.rpwe-comment{
	color: #bbb;
	font-size: 0.75rem;
	padding-left: 5px;
}
.rpwe-alignleft{
	margin: 0 0.625rem 0.125rem 0;
	display: inline;
	float: left;
}
.rpwe-alignright{
	margin: 0 0 0.125rem 0.625rem;
	display: inline;
	float: right;
}
.rpwe-aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.rpwe-clearfix:before,
.rpwe-clearfix:after{
	content: "";
	display: table !important;
}
.rpwe-clearfix:after{
	clear: both;
}
.rpwe-clearfix{
	zoom: 1;
}


/**
 * 13.0 - Social Menu
 */
.social_wrap {
	/*margin: 3rem 0 0;*/
	margin-bottom: .5rem;
 	padding: 0;}
.social-navigation a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;}
.social-navigation {
	position: relative;}
.social-navigation ul:before,
.social-navigation ul:after {
	content: "";
	display: table;}
.social-navigation ul {
	list-style: none;
	margin-top: 0;
	margin-bottom: 1rem;
	text-align: center;}
.social-navigation li {
	display: inline-block!important;}
.social-navigation a {
	display: block;
	height: 1.5rem;
	position: relative;
	width: 1.8rem;
	padding: 0.7rem 0rem !important; /* override Foundation so they centre */
	}
.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	/*position: absolute;*/
	top: 0;
	left: 0;}
.social-navigation a[href$="/feed/"]:before {
	content: "\f413";}
.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";}
.social-navigation a[href*="digg.com"]:before {
	content: "\f221";}
.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";}
.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";}
.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";}
.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";}
.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";}
.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";}
.social-navigation a[href*="github.com"]:before {
	content: "\f200";}
.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";}
.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";}
.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";}
.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";}
.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";}
.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";}
.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";}
.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";}
.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";}
.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";}
.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";}
.social-navigation a[href*="mailto:"]:before {
	content: "\f410";}
.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";}
.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";}

/**
 * 14.0 - Misc
 */
ul.off-canvas-list li,
ul.off-canvas-list li li,
ul.off-canvas-list li li li,
ul.off-canvas-list li li li li,
ul.off-canvas-list li li li li li,
ul.off-canvas-list li li li li li li {
	list-style-type:none;}
section.tab-bar-section.middle a {
	color:#fff;
	font-weight:normal;}
ul.orbit-container {
    margin-left: 0;}
.orbit &gt; button {
    background: transparent;}
.orbit-bullets button {
	cursor: pointer;
    width: 0px;
    height: 0.8rem;
    margin: 0.2rem;
    background-color: #cacaca;
    border-radius: 50%;
    border: 1px;
	padding:0.5em}
.orbit-bullets button:focus {
	outline: none;}
.orbit-previous, 
.orbit-next {
	cursor: pointer;}
#backtotop {
	position: fixed;
	right: 1rem;
	bottom:1rem;
	z-index: 99;
	cursor: pointer;
	display: none;
	font-size: 1.2rem;
	width:1.5rem;
	height:1.5rem;
	line-height:1.5rem;
	text-align:center;
	border-radius:10%;
	opacity: 0.5;}
#backtotop span.genericon {
	line-height: 1.5;
	margin-left: 0.125rem;}
#backtotop:hover {
	opacity: 1.0;}
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;}
ul.breadcrumbs,
ul.button-group {
	margin-left: 0!important;}
button,
.button,
button.secondary,
.button.secondary,
button.success,
.button.success,
button.alert,
.button.alert,
button.warning,
.button.warning,
button.info, .button.info {
	border-color: transparent;
	border-radius: 0.375rem;}
.keystroke, kbd, code {
	padding: 0.125rem 0.25rem 0.125rem;
	font-size: 0.875rem;}
.tabs.vertical {
margin: 0 0 1.25rem!important; }
.nudge {
	margin-right: 0.5rem;}
img#wpstats{
	display:none}
.no-js [data-responsive-toggle],
.no-js .top-bar {
 	display: none!important;}
[data-responsive-menu] ul {
	display: none;}
@media screen and (min-width: 40em) {
	.no-js .top-bar {display: block; }
	.no-js .title-bar {display: none;}}
[type='text'] {
	height: auto;}

/* off-canvas styles */
.title-bar {
	background-color:#002856 !important; /* blue */
	background-color:#a8a8a8 !important; /* grey */ }
.title-bar-title {
	font-weight: normal;}
.title-bar button,
.title-bar button:hover,
.title-bar button:active,
.title-bar button:focus {
	background-color: transparent;
	cursor: pointer;
	outline:none!important;}
.title-bar-left .genericon,
.title-bar-right .genericon,
.title-bar-left button,
.title-bar-right button {
	cursor: pointer;}
.title-bar-left .genericon {
    margin-left: 5px;
    line-height: 1.5;}
.title-bar-right .genericon {
	margin-right: 5px;
    line-height: 1.5;}
.off-canvas {
	height: 100%;
	background-color: #a8a8a8;
	font-size:0.825rem;}
.off-canvas-content,
.off-canvas-content {
	background-color: transparent;
	box-shadow: none;}
.js-off-canvas-exit {
	box-shadow: -2px 0px 4px #000000;}
.off-canvas-right .js-off-canvas-exit {
	box-shadow: 2px 0px 4px #000000;}
.js-off-canvas-exit:hover {
	background: rgba(254, 254, 254, 0);}
.menu &gt; li:not(.menu-text) &gt; a {
	line-height: 1.7;}
.top-bar {
	/*trying to centre
	border-radius: 0.375rem;
	float:right;*/
	padding:0px;
	background-color:#e6e6e6;
	font-weight: bold;
	border-radius: 0.375rem;
	z-index: 99;
}
.top-bar ul { z-index: 80; }
.off-canvas .close-button, 
.off-canvas .close-button.medium,
.off-canvas-absolute .close-button, 
.off-canvas-absolute .close-button.medium {
	color: #ffffff!important;
    right: 1rem!important;
    top: 0.5rem;}
.off-canvas .close-button:hover, 
.off-canvas .close-button.medium:hover,
.off-canvas-absolute .close-button:hover, 
.off-canvas-absolute .close-button.medium:hover {
	color: #ffffff!important;}
.off-canvas .menu.nested,
.off-canvas-absolute .menu.nested {
	margin-left: 0;}

#footer .menu &gt; .current-menu-parent,
#footer .menu &gt; .current-page-parent,
#footer .menu &gt; .current-page-ancestor,
#footer .menu &gt; .current_page_item,
#secondary .menu &gt; .current-menu-parent,
#secondary .menu &gt; .current-page-parent,
#secondary .menu &gt; .current-page-ancestor,
#secondary .menu &gt; .current_page_item,
#secondary-sidebar .menu &gt; .current-menu-parent,
#secondary-sidebar .menu &gt; .current-page-parent,
#secondary-sidebar .menu &gt; .current-page-ancestor,
#secondary-sidebar .menu &gt; .current_page_item,
#secondary .menu .current-menu-parent li, 
#secondary .menu .current-page-parent li, 
#secondary .menu .current-page-ancestor li, 
#secondary .menu .current_page_item li,
#secondary-sidebaR .menu .current-menu-parent li, 
#secondary-sidebar .menu .current-page-parent li, 
#secondary-sidebar .menu .current-page-ancestor li, 
#secondary-sidebar .menu .current_page_item li{
	background: transparent!important;}
.menu-text {
  color: #fff;
  font-weight: normal;
  line-height: 1.7;
  padding: 5px 0; }
  	@media only screen and (max-width: 40em) {
    	.menu-text {
      	display: none !important; }}
	@media only screen and (min-width: 40em) {
  	.menu:first-child {
   		border-left: none;}}
textarea {
    min-height: 150px!important;}
 .js-drilldown-back &gt; a::before {
 	vertical-align: inherit;}

/* fixed element to allow for the sticky menu - taken from F5 */
 .fixed {
	position: fixed;
  	top: 0;
  	width: 100%;
  	z-index: 99;
  	left: 0;}
.fixed.expanded:not(.top-bar) {
   	height: auto;
  	max-height: 100%;
   	overflow-y: auto;
   	width: 100%;}
.fixed.expanded:not(.top-bar) .title-area {
	position: fixed;
    width: 100%;
    z-index: 99;}
.fixed.expanded:not(.top-bar) .top-bar-section {
    margin-top: 2.8125rem;
    z-index: 98;}
.f-topbar-fixed {
    padding-top: 45px;}
@media screen and (max-width: 63.9375em) {
	.f-topbar-fixed {
	    padding-top: 0;}}
/* this allows the menu to stick to the top when scrolled - taken from F5 */
.contain-to-grid {
	width: 100%;
  	background: #a8a8a8;}
.contain-to-grid .top-bar {
    margin-bottom: 0;}
@media only screen and (min-width: 40em) {
	.contain-to-grid .top-bar {
	    margin: 0 auto;
	    margin-bottom: 0;}}
.left {
  float: left !important;}
.right {
  float: right !important;}
.pagination .current {
    padding: 0!important;}
.pagination-previous a::before,
.pagination-previous.disabled::before,
.pagination-next a::after,
.pagination-next.disabled::after {
    content: '';}
.breadcrumbs {
	display: block;
	font-size: 0.625rem;
	list-style: none;
	margin: 0;
	overflow: hidden;
	/*
	padding: 0.5625rem 0.875rem 0.5625rem;
	border-style: solid;
	border-width: 1px;
	background-color: #f4f4f4;
	border-color: gainsboro;
	border-radius: 3px;
	text-transform: uppercase;*/}
.breadcrumbs a:not(:last-child)::after {
    color: #cacaca;
    content: "/";
    margin: 0 0.25rem;
    position: relative;
    top: 1px;
    opacity: 1;}
.breadcrumbs a:hover {
	text-decoration: none;}
.radius {
	border-radius: 3px;}
.round {
	border-radius: 1000px;}
.close-button,
.close-button:hover,
.close-button:focus {
	background: transparent!important;
	color:#8a8a8a!important;
	font-size:1.5rem;
	line-height: 0.3;}
button.info, .button.info {
	background-color: #a0d3e8;
	color: #a8a8a8;}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
	background-color: #61b6d9;}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
	color: #ffffff;}
button.hollow.info,
.button.hollow.info {
	background: transparent;
    border: 1px solid #61b6d9;
    color: #61b6d9;}
.button.hollow.info:hover,
.button.hollow.info:focus {
	border-color: #0c4d78;
	color: #0c4d78;}
hr {
  border: solid #e6e6e6;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.5rem 0; }
.entry-content-post ul.accordion,
.entry-content-post ol.accordion,
.entry-content-post ul.tabs,
.entry-content-post ol.tabs,
.entry-content-page ul.accordion,
.entry-content-page ol.accordion,
.entry-content-page ul.tabs,
.entry-content-page ol.tabs{
	margin-left: 0;}
.tabs-content {
	margin-bottom: 1.5rem;}
#secondary a.nm {
	color: #ffffff!important;
	font-size: 0.9375rem;}
#secondary .widget ul {
	list-style-type: circle!important;}
#secondary .widget ul li {
	list-style: none;}
#secondary ul li li {
	list-style-type: disc;
	margin-left: 1.5rem;
	margin-left: 0rem;}
#secondary-sidebar .menu .active &gt; a {
	background-color: transparent;
	text-decoration: underline;
	color: #002856;
}
#footer .menu.navcntr &gt; li:not(.menu-text) &gt; a,
#footer .menu.left &gt; li:not(.menu-text) &gt; a {
	padding: 0.2rem 0.5rem;
	color:#e6e6e6;}
#footer .menu.right &gt; li:not(.menu-text) &gt; a {
	padding: 0 1rem 0 0;
}
#footer .menu &gt; li:not(.menu-text) &gt; a:hover {
	color: #dc6016;}
.top-bar .menu &gt; li {
	display: inline-inherit;
	background-color: #e6e6e6; /* makes list items wrap when there are many */}
.top-bar .menu .active &gt; a,
.top-bar .menu .current-menu-item &gt; a{
	background-color: #a8a8a8;
}
#footer .menu .active &gt; a {
	background-color: transparent!important;}
.title-bar-title {
	vertical-align: initial;}
.top-bar .title-area {
	margin: 0;
	width: auto;
	line-height: 1.7;}
.top-bar .title-area ul {
	list-style: none;}
.top-bar .title-area li {
	list-style: none;
	padding:0;}
.top-bar .title-area li a {
	display: block;
	padding: 0.7rem 1rem;}
.home .top-bar .menu &gt; .active {
	background: #e6e6e6!important;}
.title-bar-left button,
.title-bar-right button {
    margin-bottom: 0!important;}
.site-map-left article {
	border-bottom: 1px solid #ededed!important;
    margin-bottom: 35px!important;
    padding-bottom: 1.5rem!important;
    -webkit-hyphens: auto!important;
}

.signin {display: none;}
.jp-carousel-image-exif,
.jp-carousel-info {display: none;}
/*#jp-carousel-comments-loading { display: none; }*/

/**
 * Pricing Tables
 */
.pricing-table {
	border: solid 1px #DDDDDD;
	margin-left: 0!important;
	margin-bottom: 1.25rem;
	padding: 0; }
	.pricing-table * {
	list-style: none;
	line-height: 1; }
.pricing-table .title {
	background-color: #333333;
	color: #EEEEEE;
	font-family:inherit;
	font-size: 1rem;
	font-weight: normal;
	margin: 0;
	padding: 0.9375rem 1.25rem;
	text-align: center; }
.pricing-table .price {
	background-color: #F6F6F6;
	color: #333333;
	font-family: inherit;
	font-size: 2rem;
	font-weight: normal;
	padding: 0.9375rem 1.25rem;
	text-align: center; }
.pricing-table .description {
	background-color: #FFFFFF;
	border-bottom: dotted 1px #DDDDDD;
	color: #777777;
	font-size: 0.75rem;
	font-weight: normal;
	line-height: 1.4;
	padding: 0.9375rem;
	text-align: center; }
.pricing-table .bullet-item {
	background-color: #FFFFFF;
	border-bottom: dotted 1px #DDDDDD;
	color: #333333;
	font-size: 0.875rem;
	font-weight: normal;
	padding: 0.9375rem;
	text-align: center; }
.pricing-table .cta-button {
	background-color: #FFFFFF;
	padding: 1.25rem 1.25rem 0;
	text-align: center; }
ul.pricing-table li{
	margin-left:0!important;}

/*---------- Slider ----------*/
.slider_container {
	margin: 0rem 1.25rem 0rem 1.25rem;
}
.slider_wrap {
	/*max-width: 87.5em;*/
	/*max-height: 20em;*/
	/*max-height: 320px;*/
	margin: 0;
	padding: 0;
}
.home-slide {
    margin: 0 auto;
}
.nivo-slider {
	z-index: 1;}
.nivo-caption {
	top: 10% !important;
	left: 10% !important;
	/*
	bottom: 30% !important;
	width: 30% !important;
    */
    padding: 0 !important;
    font-size: 1.25rem;
	font-size: 2.125rem;
	font-size: 3rem;
    color: #ffffff;
    opacity: 1 !important;
    background: none !important;
    text-shadow: 1px 1px 4px rgba(0,40,86, 1);
    line-height: 1.1;
    /*
	border-bottom-right-radius: 6rem;
	text-transform: uppercase;
	*/
	/*
	display: none;
	visibility: hidden !important;
	*/
}
.nivo-caption span {
	color: #dc6016;
	font-size: 1.75rem;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	bottom: 2rem;
	position: relative;
	text-align:center;
	padding: 0 !important;
	z-index: 10;
}
.nivo-controlNav a {
	cursor:pointer;
	display:inline-block;
	width:20px;
	height:20px;
	background:url('images/bullets.png') no-repeat;
	text-indent: -9999px;
	transition: none !important;
}
.nivo-controlNav a.active{
	background-position:0 -20px;
}
/*
.nivo-controlNav {
	text-align:center;
	padding: 5px 0 5px 0;
}
.nivo-controlNav a {
	cursor:pointer;
	display:inline-block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position:0 -22px;
}
*/

/*---------- Our Team page ----------*/

.team-staff-member {
	clear: both;
}
.team-photo {
	
}
.team-staff-member h3 {
	
}


/*---------- Homepage ----------*/

.front-page .large-button a {
	border: 1px solid #eee;
}

.front-page a.work-for-rms-btn,
.front-page a.register-btn {
	display: inline-block;
	max-width: 570px;
	height: auto;
	border: none;
	background-color: none;
	margin-bottom: 1.5em;
}
/**
.front-page a.register-btn {
	background:url('images/register.png');
	background-repeat: no-repeat;
	background-size:100% auto;
	max-width:100%;
	}
.front-page a.work-for-rms-btn {
	background:url('images/work-for-rms.png');
	background-repeat: no-repeat;
	background-size:100% auto;
	max-width:100%;
	}

.front-page a.register-btn:hover {
	background-image: url('images/register-roll.png');
	}
.front-page a.work-for-rms-btn:hover {
	background-image: url('images/work-for-rms-roll.png');
	}
**/
/*---------- Our journey page ----------*/

.page-id-52996 .entry-content-page .wp-caption { /* stop stepping of images on the timeline */
	clear: both;
}

/*---------- Testimonials page ----------*/

.page-id-577 .entry-content-page .callout img {
	display: block;
	/*margin: 20px 0 5px 0 !important;*/
}

/*---------- Page header ----------*/
.page_header_container {
	margin: 0rem 1.25rem 0rem 1.25rem;
}
.page_header_wrap {
	/*max-width: 87.5em;*/
	/*max-height: 20em;*/
	/*max-height: 320px;*/
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #002856;
	background-color: #e6e6e6;
	background-color: #ffffff;
}

/*---------- Footer scoial icons ----------*/


#footer li#menu-item-76227 {
	color: #ffffff;
}



/**
 * 15.0 - Job Manager
 */
.cat-header-image {margin-bottom: 1rem;}
#job-manager-alerts table ul.job-alert-actions{margin:0;padding:0;visibility:hidden;font-size:.92em}
#job-manager-alerts table ul.job-alert-actions li{float:none;display:inline;padding:0;margin:0 .5em 0 0;font-weight:400;list-style:none outside}
#job-manager-alerts table ul.job-alert-actions li:after{padding:0 0 0 .5em;content:"\2023"}
#job-manager-alerts table ul.job-alert-actions li:last-child:after{content:''}
#job-manager-alerts table ul.job-alert-actions li .job-alerts-action-delete{color:red}
#job-manager-alerts table tr:focus ul.job-alert-actions,#job-manager-alerts table tr:hover ul.job-alert-actions{visibility:visible}
#job-manager-alerts td,#job-manager-alerts th{padding: 0.5rem 0.625rem 0.625rem !important;}
#job-manager-alerts small{display:block}
#job-manager-alerts tr.alert-disabled td,#job-manager-alerts tr.alert-disabled th{opacity:.5}
p.job-manager-single-alert-link a:before{content:"\e81c";display:inline-block;width:16px;height:16px;-webkit-font-smoothing:antialiased;font-family:job-manager!important;text-decoration:none;font-weight:400;font-style:normal;vertical-align:top;font-size:16px;margin:-1px 4px 0 0;padding:0;}

.rp4wp-related-job_listing&gt;ul li.job_listing a, .rp4wp-related-job_listing&gt;ul li.no_job_listings_found a, ul.job_listings li.job_listing a, ul.job_listings li.no_job_list {
	display: block;
	padding: 1rem;
	border: 0;
	overflow: hidden;
	zoom: 1;
	position: relative;
	line-height: 1.5em;
	text-decoration: none
}
.rp4wp-related-job_listing&gt;ul li.job_listing a, .rp4wp-related-job_listing&gt;ul li.no_job_listings_found a, ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a {
	display: block;
	padding: 1rem !important;
	border: 0;
	overflow: hidden;
	zoom: 1;
	position: relative;
	line-height: 1.5em;
	text-decoration: none
}
.rp4wp-related-job_listing&gt;ul li.job_listing a div.position, .rp4wp-related-job_listing&gt;ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
	float: left;
	width: 45% !important;
	padding: 0 !important;
	line-height: 1.5em;
}
.rp4wp-related-job_listing&gt;ul li.job_listing a div.location, .rp4wp-related-job_listing&gt;ul li.no_job_listings_found a div.location, ul.job_listings li.job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location {
	float: left;
	text-align: left;
	width: 20% !important;
	padding: 0 0 0 1rem;
	color: #999;
	line-height: 1.5em	
}
.rp4wp-related-job_listing&gt;ul li.job_listing a .meta, .rp4wp-related-job_listing&gt;ul li.no_job_listings_found a .meta, ul.job_listings li.job_listing a .meta, ul.job_listings li.no_job_listings_found a .meta{
	float: right;
	text-align: right;
	width: 15% !important;
	padding: 0 0 0 1em;
	margin: 0;
	line-height: 1.5em;
	color: #999;
	list-style: none outside
}
.rp4wp-related-job_listing&gt;ul li.job_listing a div.position h3, .rp4wp-related-job_listing&gt;ul li.no_job_listings_found a div.position h3, ul.job_listings li.job_listing a div.position h3, ul.job_listings li.no_job_listings_found a div.position h3 {
	font-weight: 900;
}
.widget ul.job_listings li.job_listing.job_position_featured a {
	background-color:  #e6e6e6 !important;
}
.widget ul.job_listings li.job_listing.job_position_featured a:hover {
	background-color: #fcfcfc !important;
}
.widget ul.job_listings li.job_listing .position,
.widget ul.job_listings li.job_listing ul.meta {
	width: auto !important;
}
.single-job_listing .entry-meta-header,
.single_job_listing .company {
	display: none !important;
}
div.job_listings ul.job_listings {
	margin-right: -0.9375rem !important;
	margin-left: -0.9375rem !important;
}
.job_listings ul.job_listings {
	border-top: none; 
}
.job_listings ul.job_listings li.job_listing {
	border-bottom: none;
	padding: 1rem;
}
.job_listings ul.job_listings li.job_listing .job_inner {
	padding: 1rem;
	border: 1px solid #e6e6e6;
	border: 1px solid #e5e5e5;
	border: 1px solid #a8a8a8;
}
ul.job_listings li.job_listing.job_position_featured a{
	background-color: transparent !important;
}
.job_listings ul.job_listings li.job_listing h3 {
	font-size: 1.25rem;
}
.job_listings ul.job_listings li.job_listing h3 a {
	padding: 0 !important;
	color: #002856;
	font-weight: 900 !important;
	}
.job_listings ul.job_listings li.job_listing h3 a:hover {
	color: #0078a0;
	text-decoration: underline;
	background-color: transparent;}
.job_listings ul.job_listings li.job_listing ul.job_meta {
	margin-left: 1.125rem;
}
.job_listings ul.job_listings li.job_listing p,
.job_listings ul.job_listings li.job_listing ul.job_meta li {
	font-size: 0.875rem;}
.job_listings ul.job_listings li.job_listing ul.job_meta {	
	margin-bottom: 0.5rem;}
.job_meta {
	color: #dc6016;
}
ul.job_listings li.job_listing a.job_excerpt {
	padding: 0.1rem !important;	
	color: #002856;
	min-height: 5.4rem;
}
ul.job_listings li.job_listing a.job_excerpt:hover {
	color: #0078a0;
	text-decoration: underline;
	background-color: transparent;
}
.job_listings .application {
	padding: 0;
	margin: 0 0 1em;
	overflow: hidden;}
ul.job_listings li.job_listing .job-clean a {
	padding: 0 !important;
	display: inline-block;
}
ul.job_listings li.job_listing .job-clean a button {
	margin-bottom: 0;}
p.job-manager-single-alert-link a:before {
	margin-left: 0.0625rem !important;
}
/* single row job layout */
ul.job_listings.one-per-row li.job_listing a.job_excerpt {
	min-height: .5rem;
	clear: left;
}
.job_listings ul.job_listings.one-per-row li.job_listing ul.job_meta {
	margin-left: 0;
}
ul.job_listings.one-per-row ul.job_meta li {
	float: left;
	margin-left: 1.125rem;
	margin-right: 0.5rem;
}
/* end single row job layout */

/* colour for job types */
/*
	- Orig
	#d93674 - pink
	#6033cc - purple
	#90da36 - green
	#f08d3c - orange
	- HOT
	#9d1e65 - dark pink
	#592c82 - purple
	#4a8b2c - green
	#cc0000 - dark red
	#990000 - dark red
*/
.job-manager .full-time,
.job-types .full-time,
.job_listing .full-time,
label.full-time{color:#4a8b2c !important;}
.job-manager .part-time,.job-types .part-time,.job_listing .part-time, label.part-time{color:#f08d3c !important;}
.job-manager .temporary, .job-types .temporary, .job_listing .temporary, label.temporary{color:#9d1e65 !important;}
.job-manager .permanent, .job-types .permanent,.job_listing .permanent, label.permanent{color:#990000 !important;}
.job-manager .contract, .job-types .contract,.job_listing .contract, label.contract{color:#39c !important;}
.job-manager .freelance, .job-types .freelance,.job_listing .freelance, label.freelance{color:#39c !important;}
.job-manager .temp-to-perm, .job-types .temp-to-perm,.job_listing .temp-to-perm, label.temp-to-perm{color:#592c82 !important;}
.job-manager .internship, .job-types .internship,.job_listing .internship, label.internship{color:#6033cc !important;}

.single_job_listing .meta .job-type {color: #fff !important;}
.single_job_listing .meta .temporary {background-color: #9d1e65 !important;}
.single_job_listing .meta .permanent {background-color:#990000 !important;}

/**
 * 16.0 - Map Press
 */
/*
	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/

/*
	-----------------------------------------------------------------------------------
	The !important modifier is used because some themes use high-priority selectors
	on img tags that can interfere with Google map tiles.
	-----------------------------------------------------------------------------------
*/

/*
	-----------------------------------------------------------------------------------
	Layout - map canvas, poi list and directions
	-----------------------------------------------------------------------------------
*/

.mapp-align-left { float: left !important; }
.mapp-align-right { float: right !important; }
.mapp-align-center { margin-left: auto !important; margin-right: auto !important; }
.mapp-align-default {}

/*
	-----------------------------------------------------------------------------------
	Map layout - table containing map, directions, poi list
	-----------------------------------------------------------------------------------
*/

.mapp-layout {
	/*border: 1px solid black;*/
	margin-bottom: 1.5rem;
	padding: 0;
}

/* Links for the map */
.mapp-map-links {
	background-color: #F0F0F0;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}

.mapp-map-links a {
	margin: 2px 15px 2px 5px;
	text-decoration: none;
}

.mapp-map-links a:hover {
	text-decoration: underline;
}

.mapp-hidden {
	display: none;
}

/* Dialog box for map */
.mapp-dialog {
	position:relative;
	display:none;
}

.mapp-dialog-inner {
	position: absolute;
	width: 200px;
	left: 50%;
	top: 30px;
	margin-left: -100px;
	padding: 10px;
	background-color: white;
	z-index: 99999999999;
	text-align: center;
	border: 1px solid gray;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
	border-radius: 5px;
}

/*
	-----------------------------------------------------------------------------------
	Map canvas - container where map is rendered
	-----------------------------------------------------------------------------------
*/

/* Div on which the map is rendered */
.mapp-canvas {
	overflow: hidden !important;
	padding: 0px !important;
	margin: 0px;  	/* Do not set !important on this - plugin overrides it using a style during display, for map alignment */
	word-wrap: normal;			/* 2013 sets break-word, which interferes w/Google copyright in IE only */
}

/* Map tiles */
.mapp-canvas img {
	background-color: transparent !important;
	max-width: 99999px !important;  		/* Some themes have max-width/max-height set, and some phones can't accept max-width: auto.  */
	max-height: none !important;
	visibility: inherit !important;
	padding: 0px !important;
	margin: 0px !important;
	box-shadow: none !important;		/* 2012 adds box shadow to all images */
	border-radius: 0px !important;					/* 2012 adds border-radius to all images */
}


/*
	-----------------------------------------------------------------------------------
	InfoWindow

	The InfoWindow ('bubble') will inherit its styling from your blog.
	Some minimal styling is applied below.
	-----------------------------------------------------------------------------------
*/

/* Override common theme / user agent styles that interfere */
.mapp-iw * {
	color: black;
	line-height: normal;				/* To support wpautop */
	margin: 0px !important;
	padding: 0px !important;
}

.mapp-iw p {
	margin: 5px 0 5px 0 !important;		/* To support wpautop */
}

.mapp-iw .mapp-title {
	font-weight: bold;
}

.mapp-iw .mapp-thumb {
	padding-right: 10px !important;     /* important is used here because otherwise .mapp-canvas img setting will take priority */
	vertical-align: top;
	float: left;
	width: 32px ;
	height: 32px;
}

.mapp-iw img {
	margin: 3px 3px 3px 0px !important;
}

.mapp-iw .mapp-links {
	clear: both;            /* Clear any floats from images in body */
	white-space: nowrap;    /* Don't let links split in small infowindows */
	margin: 4px 0 0 0 !important;
	padding-top: 4px !important;
	border-top: 1px solid lightgray ;
}

/* Override theme link styles */
.mapp-iw a, .mapp-iw a:link, .mapp-iw a:active, .mapp-iw a:visited{
	border: none !important;
	color: #4272db !important;
	text-decoration: none !important;
}

.mapp-iw a:hover{
	color:#4272db !important;
	text-decoration:underline !important;
}

/*
	-----------------------------------------------------------------------------------
	Infobox
	-----------------------------------------------------------------------------------
*/

.mapp-ib {
	background-color: white;
	border: 1px solid lightgray;
	border-collapse: separate;      /* Without this, box shadow won't work on IE9 */
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	display: none;
	max-width: 550px;
	min-width: 200px;
	overflow: auto;
	padding: 15px;
	position: absolute;
	z-index: 100;                   /* WP thickbox has z-index 102, this keeps editor's IB below it */
}

/* Close button */
.mapp-ib-close {
	display: block;
	position: absolute;
	cursor: pointer;
	right: 5px;
	top: 5px;
}

/* Triangular tip */
.mapp-ib-tip {
	position: absolute;
	top: -10px;		/* Use -12 instead of -10, otherwise a line may appear above tip */
	left: 20px;
	margin: 0;
	border-top: 10px solid white;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: none;
	padding: 0;
	width: 0;
	height: 0;
	/* ie6 height fix */
	font-size: 0;
	line-height: 0;
	z-index: 101;
}


/*
	-----------------------------------------------------------------------------------
	POI List
	-----------------------------------------------------------------------------------
*/

.mapp-poi-list {
	overflow-y: auto ;
	overflow-x: hidden ;
	max-height: 300px;          	/* To show all entries put this in your styles.css: max-height: auto; */
}

.mapp-poi-list table {
	margin-top: 10px ;
	width: 100% ;
	line-height: normal !important;		/* 2012 sets to 2 */
	border-collapse: collapse ;
	table-layout: auto;	/* 2015 */
}

.mapp-poi-list th {
	font-weight: bold;
}

.mapp-poi-list td {
	padding: 5px ;
	margin: 0px ;
	border: none ;
	border-bottom: 1px solid lightgray ;
	vertical-align: middle ;
}

/*
	-----------------------------------------------------------------------------------
	Directions
	-----------------------------------------------------------------------------------
*/

.mapp-directions {
	display: none;
	text-align: left;
	overflow: none ;
	margin: 10px 0 0 0 ;
}

/* Directions travel mode buttons */
.mapp-travelmode {
	border: 1px solid lightgray !important;		/* 2015 */
	display: inline-block ;
	text-align: center ;
	vertical-align: middle ;
	width: 50px ;
	height: 27px ;
	line-height: 27px ;
	background-color: rgb(245, 245, 245) ;
	padding: 0px ;
	margin: 0px ;
}

.mapp-travelmode-on {
	background-color: rgb(210, 210, 210) ;
}

.mapp-dir-swap {
	display:inline-block;
	border: none !important;	/* 2015 */
	text-align: center ;
	vertical-align: middle ;
	width: 24px ;
	height: 24px ;
	line-height: 24px ;
	background-color: transparent;
	padding: 0px ;
	margin: 0px ;
	position: relative;
	vertical-align: bottom;
}

.mapp-route {
	margin: 10px 0 0px 0 ;
}

.mapp-route input {
	width: 80% ;
	line-height: normal ;
}

.mapp-route li {
	padding: 2px ;
}

/* Put a border around route options */
.adp-list {
	border: 1px solid lightgray ;
	cursor: pointer ;
}

/* Override theme styles that interfere with rendered directions table */
.mapp-dir-renderer table {
	table-layout: auto;   	/* 2015 */
}

.mapp-dir-renderer td {
	border: none;
	border-top: 1px solid #cdcdcd;
	margin: 0;
	padding: 0;
}

.mapp-dir-renderer img {
	max-width: none;
}

.mapp-dir-renderer .adp-marker {
	margin: 5px;
}

.mapp-dir-icon { cursor: pointer; display: inline-block; vertical-align: middle; margin: 0; padding: 0; background: transparent url('../images/directions.png') no-repeat center center; }
.mapp-dir-car { width: 15px; height: 12px; background-position: 0px -96px; }
.mapp-dir-bus { width: 10px; height: 15px; background-position: 0px -426px; }
.mapp-dir-walk { width: 10px; height: 16px; background-position: 0px -489px; }
.mapp-dir-bike { width: 17px; height: 14px; background-position: 0px -340px; }
.mapp-dir-transit { width: 17px; height: 14px; background-position: 0px -425px; }
.mapp-dir-arrows { width: 10px; height: 12px; background-position: -10px -489px; }
.mapp-dir-del { width: 7px; height: 7px; background-position: 0px -189px;  }

.mapp-dir-letter { cursor: move; display: inline-block; vertical-align: middle; margin: 0; padding: 0; background: transparent url('../images/directions.png') no-repeat; }
.mapp-dir-a { width: 24px; height: 24px; background-position: 0px -140px; }
.mapp-dir-b { width: 24px; height: 24px; background-position: 0px -71px; }
.mapp-dir-dot { width: 9px; height: 10px; background-position: 0px -108px; }

/*
	-----------------------------------------------------------------------------------
	Styling for MapPress internal messages, etc.  You shouldn't need to change these.
	Note that some styling is in inline styles because the CSS may not be initially
	loaded...
	-----------------------------------------------------------------------------------
*/

/*
	-----------------------------------------------------------------------------------
	Custom map controls (traffic, bicycling)
	-----------------------------------------------------------------------------------
*/

.mapp-control {
	border: black 1px solid;
	margin: 5px 0px 0px 0px;
	background-color: white;
	padding: 1px 6px 1px 6px;
	border: 1px solid #717b87;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	color: #333333;
	cursor: pointer;
	font-family: Arial,sans-serif;
	font-size: 13px;
	text-align: center;
}

.mapp-control * {
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}

/*
	-----------------------------------------------------------------------------------
	CSS tables
	-----------------------------------------------------------------------------------
*/
.mapp-table {
	display: table;
}

.mapp-table &gt; div { display: table-row; }
.mapp-table &gt; div &gt; div, .mapp-table &gt; div &gt; label { display: table-cell; }

/*
	-----------------------------------------------------------------------------------
	Misc
	-----------------------------------------------------------------------------------
*/

.mapp-close {
	background: transparent url("../images/close.png") no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin: 0;
	opacity: 0.6;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 15px;
}
.mapp-close:hover {
	opacity: 1;
}

/* Icons */
.mapp-icon {
	max-width: 32px !important; 	/* 2012 tries to override */
	max-height: 32px;
	vertical-align: middle;
	box-shadow: none !important;	/* 2012 applies box shadow to all images */
}

/* Error messages, e.g. invalid address */
.mapp-error {
	background-color: #ffebe8;
	margin: 0;
	padding: 2px;
	background-color: pink;
	border: 1px solid red !important;
}
.mapp-spinner {
	display: inline-block;
	height:16px;
	width: 16px;
	margin-left: 10px;
	margin-right: 10px;
	background: transparent url(../images/loading.gif) no-repeat center center;
}
*[data-mapp-action] {
	cursor: pointer;
}
/* Max-size element */
.mapp-max {
	width: 100%;
}
img.alignright.wp-image-331 {margin-top: -4.5rem !important;}

/**
 * 17.0 - Media Queries
 */

/* Small only */
@media screen and (max-width: 39.9375em) {
	.header_container_2 {
		background-position: -29.375rem center;}
	.header-info {margin-top: 0;margin-bottom: 0.9375rem;}
	.header-logo img {max-width: 8.75rem;}
	h1.site-title a {font-size: 1.8rem;}
    .site-description {font-size: 1rem!important;}
    .title-bar {padding:0.80rem 0.65rem;}
	.title-bar button {margin:0;padding-right: 0.7em}
	.nav_container.norm {display: none;}
	.slider_container,
	.page_header_container { margin: 0;}
	.content_wrap {padding-top: 1rem; padding-top: 0.625rem;}
	.breadcrumb_container {background-color: #e6e6e6;}
	.breadcrumbs {padding: 0.4375rem 0rem;font-size: 0.75rem;}
	.nivo-caption { display: none !important; }
	h1.entry-title-post,h1.entry-title-post a {font-size: 1.8rem;line-height: 1.3;margin-bottom: 1.5rem;}
    h1.entry-title-page {font-size: 1.8rem;line-height: 1.3;margin-bottom: 1.5rem;}
	.entry-meta-header,.entry-meta-categories,span.edit-link a {font-size: 0.65rem!important;}
	.entry-meta-header .genericon,.entry-meta-categories .genericon,span.edit-link .genericon {line-height: 1.1;}
	.nav_container {margin-top:0; margin-right: 0; margin-bottom:0;  margin-left: 0;}
	.sidebar_container {margin-right: 0.625rem;margin-left: 0.625rem;}
	#footer .menu {text-align: center!important;}
	.footer_wrap p, .footer_wrap a {font-size: 0.875rem!important;}
    h1 {font-size:1.8rem!important;}
    h2 {font-size: 1.6rem!important;}
    h3 {font-size: 1.25rem!important;}
    h4 {font-size: 1.2rem!important;}
    h5 {font-size: 1rem!important;}
    h6 {font-size: 0.875rem!important;}
    .entry-content-post p, .entry-content-post ul li, .entry-content-post ol li, .comment-content table, .entry-content-post address,
	 .comment-content address, .entry-content-post pre, .comment-content pre, .comments-area article header cite, #comments, .entry-content-post dl,
	 .entry-content-post dt,.entry-content-page p, .entry-content-page ul li, .entry-content-page ol li, .entry-content-page table th,
	 .entry-content-page .comment-content table, .entry-content-page address, .entry-content-page .comment-content address, .entry-content-page pre,
	 .entry-content-page .comment-content pre, .comments-area article header cite, .entry-content-page #comments, .entry-content-page dl,
	 .entry-content-page dt {font-size: 0.875rem!important;}
    .entry-content-post table,.entry-content-page table {font-size: 0.75rem!important;}
    #wp-calendar {font-size: 0.75rem;}
    #secondary select {font-size: 0.85rem;}
	.pricing-table {margin-left: 0!important;}
	.f-topbar-fixed {padding-top: 0;}
	img.alignright.wp-image-331 {margin-top: 0 !important;}
	.home-info-box {
		margin-bottom: 1em;
	}
	.front-page a.work-for-rms-btn, .front-page a.register-btn { margin-bottom: 1.5em; }

}

/* Medium and up */
@media screen and (min-width: 40em) {
    .strapline {	font-size: 1.375rem; }
    .strapline p {	font-size: 1.375rem; }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.header_container_2 {
		background-position: -20.625rem center;}
	.header-info {margin-top: 0;margin-bottom: 0.9375rem;}
	h1.site-title a {font-size: 2.5rem;}
    .site-description {font-size: 1rem!important;}
    .strapline{	font-size: 2rem; }
    .title-bar {padding:0.80rem 0.65rem;}
	.title-bar button {margin:0;padding-right: 0.7em}
	.content_wrap {padding-top: 1rem;}
	.breadcrumbs {padding: 0.1rem 0.5rem;}
	.nivo-caption {font-size: 2.125rem; line-height: .8; top: 10% !important; left: 1rem !important;}
	.nivo-caption span {font-size: 1.375rem;}
	h1.entry-title-post,h1.entry-title-post a {font-size: 1.8rem;line-height: 1.3;margin-bottom: 1.5rem;}
    h1.entry-title-page {font-size: 1.8rem;line-height: 1.3;margin-bottom: 1.5rem;}
	.entry-meta-header,.entry-meta-categories,span.edit-link a {font-size: 0.65rem!important;}
	.entry-meta-header .genericon,.entry-meta-categories .genericon,span.edit-link .genericon {line-height: 1.1;}
	#footer .menu {text-align: center!important;}
	.footer_wrap p, .footer_wrap a {font-size: 0.875rem!important;}
    h1 {font-size:1.8rem!important;}
    h2 {font-size: 1.6rem!important;}
    h3 {font-size: 1.25rem!important;}
    h4 {font-size: 1.2rem!important;}
    h5 {font-size: 1rem!important;}
    h6 {font-size: 0.875rem!important;}
    .rpwe-block h3,
    ul.job_listings li.job_listing a div.position h3 {font-size: 0.875rem !important;}
    .entry-content-post p, .entry-content-post ul li, .entry-content-post ol li, .comment-content table, .entry-content-post address,
	 .comment-content address, .entry-content-post pre, .comment-content pre, .comments-area article header cite, #comments, .entry-content-post dl,
	 .entry-content-post dt,.entry-content-page p, .entry-content-page ul li, .entry-content-page ol li, .entry-content-page table th,
	 .entry-content-page .comment-content table, .entry-content-page address, .entry-content-page .comment-content address, .entry-content-page pre,
	 .entry-content-page .comment-content pre, .comments-area article header cite, .entry-content-page #comments, .entry-content-page dl,
	 .entry-content-page dt {font-size: 0.875rem!important;}
    .entry-content-post table,.entry-content-page table {font-size: 0.75rem!important;}
    #wp-calendar{font-size: 0.75rem;}
    #secondary select{font-size: 0.85rem;}
    .pricing-table {margin-left: 0!important;}
    .top-bar{font-size: 0.725rem!important;}
	.f-topbar-fixed{padding-top: 0;}
	.home_sidebar_content .widget h3 { padding: 1.5rem 1rem; }
	img.alignright.wp-image-331 {margin-top: 0 !important;}
	
}

/* iPad Portrait */
@media screen and (min-device-width: 481px) and (orientation:portrait) {
    .strapline{	font-size: 1.375rem; }
}

/* Large and up */
@media screen and (min-width: 64em) {
    .strapline{	font-size: 2rem; }
	.breadcrumb_wrap,
	.logos_wrap {
		max-width: 75rem !important;}
	.content_wrap {
		margin: 0 auto;}

}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.header_container_2 {
		background-position: -18rem center;}
}
</pre></body></html>