/*!
Theme Name: River Media Partners
Theme URI: http://underscores.me/
Author: Alex Chilton Design
Author URI: https://www.alex-chilton.co.uk/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rmp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #00202D;
  font-weight: 600; }

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

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

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

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
:root {
  scroll-behavior: auto !important; }

body {
  background: #fff; }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

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

/* Links
--------------------------------------------- */
a {
  color: #0090CB; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active {
    color: darken #0090CB, 10%; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

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

/*--------------------------------------------------------------
# Third Party
--------------------------------------------------------------*/
#cookie-bar {
  background: #012E40;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  padding: 5px; }

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto; }

#cookie-bar .cookie_content_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#cookie-bar p {
  margin: 0;
  padding: 0;
  width: 80%; }

#cookie-bar a {
  color: #0090CB;
  text-decoration: underline; }

.cookie_controls {
  min-width: 250px;
  position: relative;
  padding-right: 40px; }
  .cookie_controls a:first-child {
    margin-left: 0; }

#cookie-bar .cb-enable,
#cookie-bar .cb-disable,
#cookie-bar .cb-policy {
  margin-left: 8px;
  color: #fff;
  text-decoration: none;
  max-width: 150px;
  min-width: 100px;
  text-align: center;
  padding: 12px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }

#cookie-bar .cookie_close {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: transparent;
  position: absolute;
  right: 2px;
  top: 10px;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  color: #c2c2c2;
  outline: 0;
  cursor: pointer; }
  #cookie-bar .cookie_close:hover {
    color: #006c98; }

#cookie-bar .cb-enable {
  background: #0090CB;
  margin-left: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  #cookie-bar .cb-enable:hover {
    background: #007eb2; }

#cookie-bar .cb-disable {
  background: #0090CB; }
  #cookie-bar .cb-disable:hover {
    background: #007eb2; }

#cookie-bar .cb-policy {
  background: #0090CB; }
  #cookie-bar .cb-policy:hover {
    background: #007eb2; }

#cookie_options_corner {
  border: 0;
  border-radius: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: transparent;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #0090CB;
  margin: 0;
  padding: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  outline: 0;
  z-index: 999;
  cursor: pointer; }
  #cookie_options_corner:hover {
    border-bottom: 40px solid #007eb2; }

#cookie_icon {
  outline: 0;
  fill: #fff;
  width: 15px;
  position: absolute;
  left: 4px;
  bottom: -35px; }

@media screen and (max-width: 800px) {
  #cookie-bar p {
    width: 65%; } }

@media screen and (max-width: 420px) {
  #cookie-bar .cookie_content_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #cookie-bar p,
  #cookie-bar .cookie_controls {
    width: 100%; }
  #cookie-bar .cookie_controls {
    padding-top: 10px; }
  #cookie-bar p {
    font-size: .9em; }
  #cookie-bar .cb-enable,
  #cookie-bar .cb-disable,
  #cookie-bar .cb-policy {
    padding: 8px; }
  #cookie-bar .cookie_close {
    top: 16px; } }

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform; }

.splide.is-active .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.splide__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0; }

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0; }

.splide {
  visibility: hidden; }

.splide, .splide__slide {
  position: relative;
  outline: none; }

.splide__slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite; }

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide--fade > .splide__track > .splide__list {
  display: block; }

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb > .splide__track > .splide__list {
  display: block; }

.splide--ttb > .splide__pagination {
  width: auto; }

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: #ccc; }

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em; }

.splide__arrow:hover {
  cursor: pointer;
  opacity: .9; }

.splide__arrow:focus {
  outline: none; }

.splide__arrow--prev {
  left: 1em; }

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: .5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0; }

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  border: none;
  opacity: .7; }

.splide__pagination__page.is-active {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  background: #fff; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus {
  outline: none; }

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc; }

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent; }

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000; }

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none; }

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto; }

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.splide--ttb > .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: .5em;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  background-color: #012E40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4px 20px 0 20px;
  z-index: 10; }
  @media only screen and (max-width: 991.98px) {
    .site-header {
      padding: 4px 0 0 20px; } }
  @media only screen and (max-width: 767.98px) {
    .site-header {
      padding: 4px 0 0 10px; } }
  .site-header .site-branding {
    padding: 20px 0; }
    .site-header .site-branding a {
      width: 300px; }
      @media only screen and (max-width: 991.98px) {
        .site-header .site-branding a {
          width: 260px; } }
      @media only screen and (max-width: 767.98px) {
        .site-header .site-branding a {
          width: 200px; } }
    @media only screen and (max-width: 991.98px) {
      .site-header .site-branding {
        padding: 14px 0; } }
  .site-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background-image: -webkit-gradient(linear, left top, right top, from(#004F6C), color-stop(#0090CB), to(#D5E9F2));
    background-image: -webkit-linear-gradient(left, #004F6C, #0090CB, #D5E9F2);
    background-image: -o-linear-gradient(left, #004F6C, #0090CB, #D5E9F2);
    background-image: linear-gradient(to right, #004F6C, #0090CB, #D5E9F2); }

.site-footer {
  background-color: #012E40; }
  .site-footer .site-info {
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 991.98px) {
      .site-footer .site-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .site-footer .footer_right {
    text-align: right; }
  @media only screen and (max-width: 991.98px) {
    .site-footer .footer_left p {
      margin-bottom: .5rem; } }
  .site-footer .footer_left,
  .site-footer .footer_right {
    width: 50%; }
    @media only screen and (max-width: 991.98px) {
      .site-footer .footer_left,
      .site-footer .footer_right {
        width: 100%;
        text-align: center; } }
  .site-footer p {
    margin: 0;
    color: #fff;
    font-size: 0.9em; }
  .site-footer a {
    text-decoration: none; }
    .site-footer a:visited {
      color: #0090CB; }

.site {
  padding-top: 85px; }
  @media only screen and (max-width: 991.98px) {
    .site {
      padding-top: 67px; } }
  @media only screen and (max-width: 767.98px) {
    .site {
      padding-top: 59px; } }

.gradient_trim {
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#004F6C), color-stop(#0090CB), to(#D5E9F2));
  background-image: -webkit-linear-gradient(left, #004F6C, #0090CB, #D5E9F2);
  background-image: -o-linear-gradient(left, #004F6C, #0090CB, #D5E9F2);
  background-image: linear-gradient(to right, #004F6C, #0090CB, #D5E9F2); }

.content_block {
  padding-bottom: 60px; }
  @media only screen and (max-width: 767.98px) {
    .content_block {
      padding-bottom: 30px; } }
  .content_block.top_padding {
    padding-top: 60px; }
    @media only screen and (max-width: 767.98px) {
      .content_block.top_padding {
        padding-top: 30px; } }
  .content_block.texture_bg {
    background: transparent url(images/texture_bg.jpg) no-repeat scroll center center;
    background-size: cover; }
  .content_block.blue_bg {
    background-color: #F2FAFD; }

.rmp_button {
  background-color: #0090CB;
  padding: 8px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s; }
  .rmp_button:hover, .rmp_button:focus {
    background-color: #006c98;
    color: #fff; }
  .rmp_button:visited {
    color: #fff; }

.icon_title {
  padding-top: 40px;
  position: relative;
  margin-bottom: 1.2rem; }
  .icon_title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 28px;
    background: transparent url(images/rmp_icon.svg) no-repeat scroll left top;
    backgropund-size: contain; }
    @media only screen and (max-width: 991.98px) {
      .icon_title:before {
        left: calc(50% - 30px); } }
  @media only screen and (max-width: 991.98px) {
    .icon_title {
      text-align: center; } }
  .icon_title.white {
    color: #fff; }
  .icon_title.centred {
    text-align: center; }
    .icon_title.centred:before {
      left: calc(50% - 30px); }
  .icon_title.icon_light:before {
    background: transparent url(images/rmp_icon_light.svg) no-repeat scroll left top; }

.align_center {
  text-align: center; }

.video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contact_details {
  font-size: 1.1em;
  line-height: 1.8; }
  .contact_details .contact_line {
    display: block;
    text-decoration: none;
    color: #404040;
    word-break: break-word; }
    .contact_details .contact_line svg {
      color: #0090CB; }
    .contact_details .contact_line span {
      padding-left: 10px; }
      @media only screen and (max-width: 767.98px) {
        .contact_details .contact_line span {
          padding-left: 2px; } }
  .contact_details a:hover,
  .contact_details a:focus {
    color: #0090CB; }
  @media only screen and (max-width: 767.98px) {
    .contact_details {
      font-size: 0.9em; } }

.client_grid .client_thumb {
  background-color: #fff;
  position: relative;
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 25px; }
  .client_grid .client_thumb:after {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .client_grid .client_thumb .image_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1399.98px) {
      .client_grid .client_thumb .image_wrapper {
        padding: 70px; } }
    @media only screen and (max-width: 1199.98px) {
      .client_grid .client_thumb .image_wrapper {
        padding: 50px; } }
    @media only screen and (max-width: 991.98px) {
      .client_grid .client_thumb .image_wrapper {
        padding: 100px; } }
    @media only screen and (max-width: 767.98px) {
      .client_grid .client_thumb .image_wrapper {
        padding: 40px; } }
  .client_grid .client_thumb img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%; }

@media only screen and (max-width: 991.98px) {
  .rl-gallery-item {
    width: calc(25% - 2px) !important; } }

@media only screen and (max-width: 767.98px) {
  .rl-gallery-item {
    width: calc(33.3333% - 2px) !important; } }

.rl-gallery-link {
  display: block;
  height: 100%;
  position: relative; }
  .rl-gallery-link:after {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .rl-gallery-link img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0; }

.gallery-item {
  margin: 0; }

.error-404 .page-header {
  padding-top: 40px; }

.error-404 .page-content {
  text-align: center;
  min-height: 1000px; }

.subpage .subpage_banner {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767.98px) {
    .subpage .subpage_banner {
      height: 250px; } }
  .subpage .subpage_banner .icon_title {
    font-size: 2.5em;
    padding-top: 50px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767.98px) {
      .subpage .subpage_banner .icon_title {
        font-size: 1.8em;
        padding-top: 35px; } }
    .subpage .subpage_banner .icon_title:before {
      width: 84px;
      height: 38px;
      left: calc(50% - 42px); }
      @media only screen and (max-width: 767.98px) {
        .subpage .subpage_banner .icon_title:before {
          width: 60px;
          height: 28px;
          left: calc(50% - 30px); } }

.subpage .content_wrapper {
  background-color: #fff;
  padding: 50px;
  margin-top: -40px;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.8; }
  @media only screen and (max-width: 767.98px) {
    .subpage .content_wrapper {
      font-size: .9em;
      padding: 20px 10px;
      line-height: 1.6; } }

.home_banner {
  width: 100%;
  height: calc(100vh - 85px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media only screen and (max-width: 991.98px) {
    .home_banner {
      height: 480px; } }
  @media only screen and (max-width: 767.98px) {
    .home_banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto; } }
  .home_banner:before, .home_banner:after {
    content: '';
    position: absolute; }
  .home_banner:before {
    left: 0;
    top: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 144, 203, 0.2)), to(rgba(0, 144, 203, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 144, 203, 0.2), rgba(0, 144, 203, 0));
    background-image: -o-linear-gradient(left, rgba(0, 144, 203, 0.2), rgba(0, 144, 203, 0));
    background-image: linear-gradient(to right, rgba(0, 144, 203, 0.2), rgba(0, 144, 203, 0)); }
  .home_banner:after {
    left: 0;
    bottom: 60px;
    background: transparent url(images/rmp_icon.svg) no-repeat scroll right top;
    background-size: cover;
    width: 700px;
    height: 350px;
    opacity: .05; }
    @media only screen and (max-width: 991.98px) {
      .home_banner:after {
        width: 400px;
        height: 200px; } }
    @media only screen and (max-width: 767.98px) {
      .home_banner:after {
        width: 200px;
        height: 140px;
        bottom: 140px; } }
  .home_banner .banner_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: right center;
    z-index: 0; }
    @media only screen and (max-width: 767.98px) {
      .home_banner .banner_bg {
        position: static;
        width: 100%;
        height: 280px; } }
  .home_banner .banner_content {
    width: 500px;
    padding-left: 80px;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 991.98px) {
      .home_banner .banner_content {
        padding-left: 30px;
        width: 330px; } }
    @media only screen and (max-width: 767.98px) {
      .home_banner .banner_content {
        position: static;
        padding: 20px 10px;
        width: 100%;
        height: auto;
        background-color: #012E40;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .home_banner .banner_logo {
    width: 180px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 991.98px) {
      .home_banner .banner_logo {
        width: 120px; } }
    @media only screen and (max-width: 767.98px) {
      .home_banner .banner_logo {
        width: 90px;
        padding-bottom: 0; } }
  .home_banner .banner_text {
    color: #fff;
    font-weight: 600;
    font-size: 3.5em;
    margin-bottom: 0;
    line-height: 1.2;
    padding-bottom: 60px; }
    @media only screen and (max-width: 991.98px) {
      .home_banner .banner_text {
        font-size: 2em;
        margin-top: 0;
        padding-bottom: 30px; } }
    @media only screen and (max-width: 767.98px) {
      .home_banner .banner_text {
        font-size: 1.4em;
        line-height: 1.2;
        padding-left: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-bottom: 0; } }
  .home_banner .scroll_down {
    display: block; }
    @media only screen and (max-width: 767.98px) {
      .home_banner .scroll_down {
        display: none; } }
    .home_banner .scroll_down .mouse {
      display: block;
      border: 1px solid #fff;
      border-radius: 100px;
      width: 40px;
      height: 65px;
      position: relative; }
      .home_banner .scroll_down .mouse .wheel {
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background-color: #0090CB;
        position: absolute;
        left: calc(50% - 3px);
        top: 20px;
        -webkit-animation-name: wheelDown;
        animation-name: wheelDown;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out; }

@-webkit-keyframes wheelDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes wheelDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

.wwd_home_block .wwd_content_wrapper {
  padding-left: 30px; }
  @media only screen and (max-width: 991.98px) {
    .wwd_home_block .wwd_content_wrapper {
      padding-left: 0;
      padding-top: 30px;
      text-align: center; } }
  @media only screen and (max-width: 767.98px) {
    .wwd_home_block .wwd_content_wrapper {
      padding-top: 10px; } }

.home_clients_block {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#043A4F), to(#00202D));
  background-image: -webkit-linear-gradient(bottom, #043A4F, #00202D);
  background-image: -o-linear-gradient(bottom, #043A4F, #00202D);
  background-image: linear-gradient(to top, #043A4F, #00202D);
  position: relative; }
  .home_clients_block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url(images/crisscross.svg) repeat scroll left top;
    background-size: 30px;
    opacity: .05;
    z-index: 1; }
  .home_clients_block .slider_wrapper {
    position: relative;
    z-index: 2; }
  .home_clients_block .client_slider {
    padding: 30px 80px; }
    @media only screen and (max-width: 991.98px) {
      .home_clients_block .client_slider {
        padding: 30px 0; } }
    .home_clients_block .client_slider .splide__arrow {
      background-color: transparent;
      background-color: transparent;
      color: #0090CB;
      font-size: 2.5em;
      width: auto;
      height: auto; }
      .home_clients_block .client_slider .splide__arrow--prev {
        left: 0; }
      .home_clients_block .client_slider .splide__arrow--next {
        right: 0; }
      @media only screen and (max-width: 991.98px) {
        .home_clients_block .client_slider .splide__arrow {
          display: none; } }
  .home_clients_block .client_post_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767.98px) {
      .home_clients_block .client_post_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .home_clients_block .client_thumb {
    background-color: #fff;
    position: relative;
    width: 300px;
    border-radius: 8px; }
    @media only screen and (max-width: 991.98px) {
      .home_clients_block .client_thumb {
        width: 240px; } }
    @media only screen and (max-width: 767.98px) {
      .home_clients_block .client_thumb {
        width: 140px; } }
    .home_clients_block .client_thumb:after {
      content: '';
      display: block;
      padding-bottom: 100%; }
    .home_clients_block .client_thumb .image_wrapper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 991.98px) {
        .home_clients_block .client_thumb .image_wrapper {
          padding: 30px; } }
      @media only screen and (max-width: 767.98px) {
        .home_clients_block .client_thumb .image_wrapper {
          padding: 20px; } }
    .home_clients_block .client_thumb img {
      -o-object-fit: contain;
      object-fit: contain;
      height: 100%; }
  .home_clients_block .client_info {
    padding-left: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff; }
    .home_clients_block .client_info h3 {
      color: #fff;
      font-size: 1.6em;
      margin-bottom: 1rem; }
    .home_clients_block .client_info .client_excerpt {
      padding-bottom: 20px; }
      @media only screen and (max-width: 767.98px) {
        .home_clients_block .client_info .client_excerpt {
          font-size: 0.9em; } }
    @media only screen and (max-width: 767.98px) {
      .home_clients_block .client_info {
        text-align: center;
        padding-top: 20px;
        padding-left: 0; } }
  .home_clients_block .more_clients {
    background-color: #004F6C;
    width: 100%;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    z-index: 2; }
    .home_clients_block .more_clients span {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.9em;
      font-weight: 600;
      padding-right: 10px; }
    .home_clients_block .more_clients:visited svg {
      color: #0090CB; }

@media only screen and (max-width: 991.98px) {
  .contact_home_block .wwd_content_wrapper {
    padding-top: 30px;
    text-align: center; } }

.contact_home_block .company_address {
  padding-bottom: 20px; }
  .contact_home_block .company_address h3 {
    font-size: 1.2em; }

.wwd_subpage_block .wwd_content_wrapper {
  padding-top: 40px; }
  @media only screen and (max-width: 991.98px) {
    .wwd_subpage_block .wwd_content_wrapper {
      padding-top: 0;
      padding-bottom: 20px; } }

.wwd_subpage_block .wwd_content p:first-child {
  font-size: 1.1em;
  font-weight: 500; }

@media only screen and (max-width: 991.98px) {
  .wwd_subpage_block .wwd_content {
    text-align: center; } }

@media only screen and (max-width: 767.98px) {
  .wwd_subpage_block .wwd_content {
    font-size: 0.9em; } }

.wwd_subpage_block .wwd_list_wrapper {
  background-color: #F2FAFD;
  padding: 40px 30px; }
  @media only screen and (max-width: 767.98px) {
    .wwd_subpage_block .wwd_list_wrapper {
      padding: 20px 10px; } }

.wwd_subpage_block .wwd_list {
  padding: 0;
  margin: 0;
  list-style: none; }

.wwd_subpage_block .wwd_list_item {
  position: relative;
  padding-left: 55px;
  font-weight: 500;
  padding-top: 4px;
  padding-bottom: 20px; }
  .wwd_subpage_block .wwd_list_item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: transparent url(images/tick_icon.svg) no-repeat scroll left top;
    background-size: contain; }
    @media only screen and (max-width: 767.98px) {
      .wwd_subpage_block .wwd_list_item:before {
        width: 30px;
        height: 30px; } }
  .wwd_subpage_block .wwd_list_item:last-child {
    padding-bottom: 0; }
  @media only screen and (max-width: 767.98px) {
    .wwd_subpage_block .wwd_list_item {
      font-size: 0.9em;
      padding-top: 0;
      padding-left: 45px;
      padding-bottom: 10px; } }

.subpage_clients_block .client_section_desc {
  font-size: 0.9em; }

.contact_subpage_block .rmp_contact_logo {
  padding-bottom: 30px;
  width: 250px; }
  @media only screen and (max-width: 991.98px) {
    .contact_subpage_block .rmp_contact_logo {
      width: 200px; } }
  @media only screen and (max-width: 767.98px) {
    .contact_subpage_block .rmp_contact_logo {
      width: 150px; } }

.contact_subpage_block .contact_details {
  text-align: center; }

.contact_subpage_block .company_address {
  padding-bottom: 20px; }
  .contact_subpage_block .company_address h3 {
    font-size: 1.2em; }

.team_list .team_row {
  padding-bottom: 50px; }
  @media only screen and (max-width: 767.98px) {
    .team_list .team_row {
      padding-bottom: 30px; } }

.team_list .container .team_row:last-child {
  padding-bottom: 0; }

.team_list .team_headshot {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 100%; }
  .team_list .team_headshot:after {
    content: '';
    display: block;
    padding-bottom: 100%; }
  @media only screen and (max-width: 767.98px) {
    .team_list .team_headshot {
      margin-bottom: 20px; } }

.team_list .team_info {
  padding-left: 20px; }
  @media only screen and (max-width: 767.98px) {
    .team_list .team_info {
      padding-left: 0;
      text-align: center; } }

.team_list .team_name {
  margin-bottom: 0; }

.team_list .team_role {
  font-size: 1.2em;
  color: #0090CB;
  padding-bottom: 20px; }
  @media only screen and (max-width: 767.98px) {
    .team_list .team_role {
      font-size: 1.1em; } }

.client_post .entry-header {
  padding: 20px 0; }
  @media only screen and (max-width: 767.98px) {
    .client_post .entry-header {
      padding: 14px 0; } }

.client_post .entry-title {
  margin: 0;
  padding-bottom: 6px; }
  @media only screen and (max-width: 767.98px) {
    .client_post .entry-title {
      font-size: 1.6em;
      padding-bottom: 0; } }

@media only screen and (max-width: 767.98px) {
  .client_post .client_industry {
    font-size: .8em; } }

.client_post .client_type_desc {
  font-weight: 600;
  color: #00202D; }

.client_post .client_type {
  color: #0090CB; }

.client_post .client_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .client_post .client_logo img {
    height: 80px; }
    @media only screen and (max-width: 991.98px) {
      .client_post .client_logo img {
        height: 60px; } }
    @media only screen and (max-width: 767.98px) {
      .client_post .client_logo img {
        height: 40px; } }

.client_post .client_banner {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center; }
  @media only screen and (max-width: 991.98px) {
    .client_post .client_banner {
      height: 350px; } }
  @media only screen and (max-width: 767.98px) {
    .client_post .client_banner {
      height: 250px; } }

.client_post .content_wrapper {
  background-color: #fff;
  padding: 50px;
  margin-top: -60px; }
  .client_post .content_wrapper p:first-child {
    font-size: 1.1em;
    font-weight: 500; }
  @media only screen and (max-width: 991.98px) {
    .client_post .content_wrapper {
      padding-bottom: 0;
      text-align: center; } }
  @media only screen and (max-width: 767.98px) {
    .client_post .content_wrapper {
      font-size: .9em;
      padding: 20px 10px;
      line-height: 1.6; } }

.client_post .testimonial_wrapper {
  padding: 50px;
  color: #0090CB; }
  @media only screen and (max-width: 991.98px) {
    .client_post .testimonial_wrapper {
      padding-top: 20px;
      text-align: center; } }
  @media only screen and (max-width: 767.98px) {
    .client_post .testimonial_wrapper {
      font-size: .9em;
      padding: 0 10px 30px 10px;
      line-height: 1.6; } }

.client_post .testimonial_header {
  position: relative;
  padding-bottom: 20px; }
  @media only screen and (max-width: 991.98px) {
    .client_post .testimonial_header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .client_post .testimonial_header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    border-top: 1px solid #0090CB;
    z-index: -1; }
  .client_post .testimonial_header .testimonial_icon {
    width: 60px;
    background-color: #fff;
    padding-right: 20px; }
    @media only screen and (max-width: 991.98px) {
      .client_post .testimonial_header .testimonial_icon {
        padding-left: 20px;
        width: 80px; } }

.client_post .testimonial {
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.8;
  border-bottom: 1px solid #0090CB; }
  @media only screen and (max-width: 991.98px) {
    .client_post .testimonial {
      font-size: 1em; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px; }
  @media only screen and (max-width: 991.98px) {
    .main-navigation {
      width: 300px;
      position: fixed;
      top: 0;
      left: 0;
      padding: 85px 0 0 0;
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      -o-transition: transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      display: block;
      z-index: 1000000;
      bottom: auto;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#004866), to(#0090CB));
      background-image: -webkit-linear-gradient(bottom, #004866, #0090CB);
      background-image: -o-linear-gradient(bottom, #004866, #0090CB);
      background-image: linear-gradient(to top, #004866, #0090CB);
      height: 100%;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .main-navigation.toggled-on {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s; }
      .main-navigation:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 90%;
        height: 140px;
        background: transparent url(images/rmp_icon_white.svg) no-repeat scroll right top;
        background-size: cover;
        opacity: .1; } }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 991.98px) {
      .main-navigation ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .main-navigation ul li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 18px;
      margin-bottom: 0;
      -webkit-transition: color .4s;
      -o-transition: color .4s;
      transition: color .4s; }
      .main-navigation ul li:hover > a,
      .main-navigation ul li.focus > a {
        color: #0090CB; }
        @media only screen and (max-width: 991.98px) {
          .main-navigation ul li:hover > a,
          .main-navigation ul li.focus > a {
            color: #012E40; } }
      @media only screen and (max-width: 991.98px) {
        .main-navigation ul li {
          padding: 12px 10px;
          margin-left: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
    .main-navigation ul a {
      display: block;
      text-decoration: none;
      padding: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      outline: 0;
      font-weight: 600;
      color: #fff; }
      @media only screen and (max-width: 991.98px) {
        .main-navigation ul a {
          padding: 0; } }
    .main-navigation ul ul {
      background: #0090CB;
      left: -999em;
      padding: 0;
      position: absolute;
      top: 89px;
      z-index: 99999;
      display: block; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        -webkit-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        padding: 0;
        width: 220px; }
        .main-navigation ul ul li:hover {
          background-color: #0090CB; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          display: block;
          left: auto; }
        @media only screen and (max-width: 991.98px) {
          .main-navigation ul ul li {
            margin-left: 0;
            border-bottom: 0; } }
      .main-navigation ul ul a {
        padding: 12px 16px;
        width: 100%; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        background-color: #0090CB; }
      @media only screen and (max-width: 991.98px) {
        .main-navigation ul ul {
          display: none;
          padding: 10px 0 0 0;
          position: static;
          left: auto;
          top: auto;
          background: transparent;
          margin: 0;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .main-navigation ul ul.toggled-on {
            display: block; } }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #0090CB; }
    @media only screen and (max-width: 991.98px) {
      .main-navigation .current_page_item > a,
      .main-navigation .current-menu-item > a,
      .main-navigation .current_page_ancestor > a,
      .main-navigation .current-menu-ancestor > a {
        color: #00202D; } }

/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: none;
  font-size: 1em;
  line-height: 1;
  padding: 0 0 0 6px;
  text-shadow: none;
  outline: 0; }
  .dropdown-toggle .fa-chevron-down {
    color: #fff;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .dropdown-toggle.toggled-on .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .dropdown-toggle:after {
    display: none; }
  .dropdown-toggle:focus {
    outline: 0; }
  @media only screen and (max-width: 991.98px) {
    .dropdown-toggle {
      display: block; } }

/* Small menu. */
.menu-toggle,
.nav-close {
  display: none; }
  @media only screen and (max-width: 991.98px) {
    .menu-toggle,
    .nav-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.menu-toggle,
.nav-close {
  border: 0;
  border-radius: 50px 0 0 50px;
  padding: 0;
  color: #fff;
  outline: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px; }
  .menu-toggle i, .menu-toggle svg,
  .nav-close i,
  .nav-close svg {
    font-size: 1.3em; }
  .menu-toggle span,
  .nav-close span {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em;
    padding-left: 10px; }
  .menu-toggle:active,
  .nav-close:active {
    outline: 0;
    color: #fff; }
  .menu-toggle:focus,
  .nav-close:focus {
    outline: 0; }
  @media only screen and (max-width: 767.98px) {
    .menu-toggle,
    .nav-close {
      padding: 8px 10px 8px 20px; } }

.menu-toggle {
  background-color: #0090CB; }

.nav-close {
  position: absolute;
  right: 0;
  top: 14px;
  background-color: #012E40; }

.nav-mask {
  background-color: #000;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
  width: 0;
  z-index: 100; }

.nav-mask.active_mask {
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
  width: 100%;
  overflow: hidden; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* 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;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em; }

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

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

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

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