/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/**********************
GLOBAL
**********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `border-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*----------------*/
/* Social media colors */
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/*@import "global/grid";*/
/******************************************************************
  Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Typography
******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/********* DEFAULTS **********/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 32px;
  font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: bold;
  clear: both; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px;
  text-transform: uppercase; }

.archive-title {
  font-size: 30px;
  margin-top: 40px; }

p {
  line-height: 1.9;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 32px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  text-align: left; }
  p:last-child {
    margin-bottom: 0; }

blockquote {
  width: auto;
  text-align: left;
  float: none;
  position: relative;
  margin-left: 0;
  margin-bottom: 32px;
  padding-left: 50px;
  padding-right: 50px; }
  blockquote::before {
    content: '';
    width: 30px;
    height: 30px;
    border-top: 3px solid #e4c34f;
    border-right: 3px solid #e4c34f;
    position: absolute;
    top: 4px;
    left: 0; }
  blockquote p {
    color: #6b6b6b;
    font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 16px; }
  blockquote cite {
    color: #0f5c86;
    font-size: 16px;
    display: block;
    font-style: italic;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  blockquote.pullquote {
    width: 45%;
    float: right;
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 32px 32px; }
    blockquote.pullquote::before {
      display: none; }
    blockquote.pullquote p {
      font-size: 30px;
      font-weight: 700;
      color: #323031;
      line-height: 1.25;
      font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif; }
    @media screen and (max-width: 600px) {
      blockquote.pullquote {
        float: none;
        width: auto;
        max-width: 500px;
        margin: 0 auto 32px;
        padding-left: 40px; } }

a {
  color: #2e9ee7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    color: #188ad4; }
  a.excerpt-read-more {
    display: none !important; }

.rim-corner-heading {
  color: #0f5c86;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  position: relative;
  border-top: 1px solid #0f5c86;
  margin-bottom: 10px;
  padding-left: 32px;
  padding-top: 18px;
  width: 100%;
  max-width: 500px;
  float: none;
  clear: both;
  overflow: hidden; }
  .rim-corner-heading:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    border-top: 8px solid #0f5c86;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #0f5c86;
    top: 0;
    left: 0; }

.rim-section-heading {
  background-color: #0f5c86;
  height: 34px;
  margin-bottom: 16px; }
  .rim-section-heading span {
    background-color: #fff;
    color: #323031;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 20px 0 5px;
    position: relative; }
    .rim-section-heading span::after {
      content: '';
      position: absolute;
      top: 0;
      right: -16px;
      bottom: 0;
      border-top: 30px solid #fff;
      border-right: 16px solid transparent;
      border-bottom: 30px solid transparent; }

/******** Helpers ********/
.center-text {
  text-align: center; }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #323031;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.acf-map {
  width: 100%;
  height: 600px;
  border: none;
  margin: 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.rim-post-title {
  font-size: 50px;
  line-height: 1.2;
  border-left: 1px solid #e4c34f;
  padding: 0 0 0 24px;
  float: none;
  clear: both;
  margin-bottom: 0; }
  .rim-post-title .rim-post-subtitle {
    display: block;
    font-size: 30px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 0 0 10px; }
  @media screen and (max-width: 600px) {
    .rim-post-title {
      font-size: 36px; }
      .rim-post-title .rim-post-subtitle {
        font-size: 24px; } }

.rim-author-meta {
  border-left: 5px solid #e4c34f;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 16px 0 16px 16px;
  float: none;
  clear: both;
  font-size: 14px; }
  .rim-author-meta .rim-post-subtitle {
    display: block;
    font-size: 20px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 0;
    line-height: 1; }
  .rim-author-meta .rim-author-avatar {
    border-radius: 100%;
    float: left;
    width: 66px;
    height: 66px;
    margin-right: 20px; }
  .rim-author-meta .rim-author-date {
    float: left;
    padding-top: 12px; }
    .rim-author-meta .rim-author-date > span {
      display: block;
      clear: both; }
      .rim-author-meta .rim-author-date > span a {
        color: gray; }
        .rim-author-meta .rim-author-date > span a:hover, .rim-author-meta .rim-author-date > span a:focus {
          color: #2e9ee7; }
      .rim-author-meta .rim-author-date > span.rim-author {
        text-transform: lowercase; }
        .rim-author-meta .rim-author-date > span.rim-author .rim-author-name {
          text-transform: uppercase; }
      .rim-author-meta .rim-author-date > span time.updated {
        text-transform: uppercase;
        font-weight: bold; }

/****** HEADER ******/
.rim-post-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  margin-bottom: 80px;
  position: relative; }
  .rim-post-hero .rim-hero-inner-img {
    display: block;
    margin: 0 auto;
    width: 70%;
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media screen and (min-width: 1400px) {
    .rim-post-hero {
      height: 600px; } }
  @media screen and (max-width: 768px) {
    .rim-post-hero {
      height: 350px; }
      .rim-post-hero .rim-hero-inner-img {
        max-width: 250px; } }
  @media screen and (max-width: 600px) {
    .rim-post-hero {
      height: 300px; }
      .rim-post-hero .rim-hero-inner-img {
        max-width: 250px; } }
  .rim-post-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-image: url("../images/torn-edge2.png");
    background-repeat: repeat-x; }

/* Hero on Giving Page */
.page-template-give .rim-post-hero {
  padding: 150px 0;
  height: auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .page-template-give .rim-post-hero {
      padding: 100px 0; } }
  @media screen and (max-width: 768px) {
    .page-template-give .rim-post-hero {
      padding: 80px 0; } }
  @media screen and (max-width: 500px) {
    .page-template-give .rim-post-hero {
      padding: 60px 0; } }
  .page-template-give .rim-post-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0; }
  .page-template-give .rim-post-hero .title-in-hero {
    padding: 0 32px; }
    .page-template-give .rim-post-hero .title-in-hero h1, .page-template-give .rim-post-hero .title-in-hero p {
      max-width: 700px;
      color: #fff;
      margin-bottom: 0;
      position: relative;
      z-index: 1; }
    .page-template-give .rim-post-hero .title-in-hero h1 {
      line-height: 1.3;
      margin-bottom: 10px; }
    .page-template-give .rim-post-hero .title-in-hero p {
      max-width: 600px;
      font-size: 22px;
      line-height: 1.4; }
    @media screen and (max-width: 1024px) {
      .page-template-give .rim-post-hero .title-in-hero {
        padding: 0 16px; } }
    @media screen and (max-width: 700px) {
      .page-template-give .rim-post-hero .title-in-hero h1 {
        font-size: 26px; }
      .page-template-give .rim-post-hero .title-in-hero p {
        font-size: 20px; } }
    @media screen and (max-width: 570px) {
      .page-template-give .rim-post-hero .title-in-hero h1 {
        font-size: 24px; }
      .page-template-give .rim-post-hero .title-in-hero p {
        font-size: 18px; } }

/* Hero on Summary Individual */
.page-template-summary-individual .rim-post-hero {
  padding: 150px 0;
  height: auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .page-template-summary-individual .rim-post-hero {
      padding: 100px 0; } }
  @media screen and (max-width: 768px) {
    .page-template-summary-individual .rim-post-hero {
      padding: 80px 0; } }
  @media screen and (max-width: 500px) {
    .page-template-summary-individual .rim-post-hero {
      padding: 60px 0; } }
  .page-template-summary-individual .rim-post-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0; }
  .page-template-summary-individual .rim-post-hero .title-in-hero {
    padding: 0 32px; }
    .page-template-summary-individual .rim-post-hero .title-in-hero h1, .page-template-summary-individual .rim-post-hero .title-in-hero p {
      max-width: 700px;
      color: #fff;
      margin-bottom: 0;
      position: relative;
      z-index: 1; }
    .page-template-summary-individual .rim-post-hero .title-in-hero h1 {
      line-height: 1.3;
      margin-bottom: 10px; }
    .page-template-summary-individual .rim-post-hero .title-in-hero p {
      max-width: 600px;
      font-size: 22px;
      line-height: 1.4; }
    @media screen and (max-width: 1024px) {
      .page-template-summary-individual .rim-post-hero .title-in-hero {
        padding: 0 16px; } }
    @media screen and (max-width: 700px) {
      .page-template-summary-individual .rim-post-hero .title-in-hero h1 {
        font-size: 26px; }
      .page-template-summary-individual .rim-post-hero .title-in-hero p {
        font-size: 20px; } }
    @media screen and (max-width: 570px) {
      .page-template-summary-individual .rim-post-hero .title-in-hero h1 {
        font-size: 24px; }
      .page-template-summary-individual .rim-post-hero .title-in-hero p {
        font-size: 18px; } }


        
/* Hero on Individual Page */
.page-template-give-individual .rim-post-hero {
  padding: 150px 0;
  height: auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .page-template-give-individual .rim-post-hero {
      padding: 100px 0; } }
  @media screen and (max-width: 768px) {
    .page-template-give-individual .rim-post-hero {
      padding: 80px 0; } }
  @media screen and (max-width: 500px) {
    .page-template-give-individual .rim-post-hero {
      padding: 60px 0; } }
  .page-template-give-individual .rim-post-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0; }
  .page-template-give-individual .rim-post-hero .title-in-hero {
    padding: 0 32px; }
    .page-template-give-individual .rim-post-hero .title-in-hero h1, .page-template-give-individual .rim-post-hero .title-in-hero p {
      max-width: 700px;
      color: #fff;
      margin-bottom: 0;
      position: relative;
      z-index: 1; }
    .page-template-give-individual .rim-post-hero .title-in-hero h1 {
      line-height: 1.3;
      margin-bottom: 10px; }
    .page-template-give-individual .rim-post-hero .title-in-hero p {
      max-width: 600px;
      font-size: 22px;
      line-height: 1.4; }
    @media screen and (max-width: 1024px) {
      .page-template-give-individual .rim-post-hero .title-in-hero {
        padding: 0 16px; } }
    @media screen and (max-width: 700px) {
      .page-template-give-individual .rim-post-hero .title-in-hero h1 {
        font-size: 26px; }
      .page-template-give-individual .rim-post-hero .title-in-hero p {
        font-size: 20px; } }
    @media screen and (max-width: 570px) {
      .page-template-give-individual .rim-post-hero .title-in-hero h1 {
        font-size: 24px; }
      .page-template-give-individual .rim-post-hero .title-in-hero p {
        font-size: 18px; } }



/* Hero on Deatils Individual Page */
.page-template-details-individual .rim-post-hero {
  padding: 150px 0;
  height: auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .page-template-details-individual .rim-post-hero {
      padding: 100px 0; } }
  @media screen and (max-width: 768px) {
    .page-template-details-individual .rim-post-hero {
      padding: 80px 0; } }
  @media screen and (max-width: 500px) {
    .page-template-details-individual .rim-post-hero {
      padding: 60px 0; } }
  .page-template-details-individual .rim-post-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0; }
  .page-template-details-individual .rim-post-hero .title-in-hero {
    padding: 0 32px; }
    .page-template-details-individual .rim-post-hero .title-in-hero h1, .page-template-details-individual .rim-post-hero .title-in-hero p {
      max-width: 700px;
      color: #fff;
      margin-bottom: 0;
      position: relative;
      z-index: 1; }
    .page-template-details-individual .rim-post-hero .title-in-hero h1 {
      line-height: 1.3;
      margin-bottom: 10px; }
    .page-template-details-individual .rim-post-hero .title-in-hero p {
      max-width: 600px;
      font-size: 22px;
      line-height: 1.4; }
    @media screen and (max-width: 1024px) {
      .page-template-details-individual .rim-post-hero .title-in-hero {
        padding: 0 16px; } }
    @media screen and (max-width: 700px) {
      .page-template-details-individual .rim-post-hero .title-in-hero h1 {
        font-size: 26px; }
      .page-template-details-individual .rim-post-hero .title-in-hero p {
        font-size: 20px; } }
    @media screen and (max-width: 570px) {
      .page-template-details-individual .rim-post-hero .title-in-hero h1 {
        font-size: 24px; }
      .page-template-details-individual .rim-post-hero .title-in-hero p {
        font-size: 18px; } }
        

/* Hero on Israel 70 Page */
.page-template-give-israel-70 .rim-post-hero {
  padding: 100px 0;
  height: auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .page-template-give-israel-70 .rim-post-hero {
      padding: 100px 0; } }
  @media screen and (max-width: 768px) {
    .page-template-give-israel-70 .rim-post-hero {
      padding: 80px 0; } }
  @media screen and (max-width: 500px) {
    .page-template-give-israel-70 .rim-post-hero {
      padding: 60px 0; } }
  .page-template-give-israel-70 .rim-post-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0; }
  .page-template-give-israel-70 .rim-post-hero .title-in-hero {
    padding: 0 32px; }
    .page-template-give-israel-70 .rim-post-hero .title-in-hero h1, .page-template-give-israel-70 .rim-post-hero .title-in-hero p {
      max-width: 700px;
      color: #fff;
      margin-bottom: 0;
      position: relative;
      z-index: 1; }
    .page-template-give-israel-70 .rim-post-hero .title-in-hero h1 {
      line-height: 1.3;
      margin-bottom: 10px; }
    .page-template-give-israel-70 .rim-post-hero .title-in-hero p {
      max-width: 600px;
      font-size: 22px;
      line-height: 1.4; }
    @media screen and (max-width: 1024px) {
      .page-template-give-israel-70 .rim-post-hero .title-in-hero {
        padding: 0 16px; } }
    @media screen and (max-width: 700px) {
      .page-template-give-israel-70 .rim-post-hero .title-in-hero h1 {
        font-size: 26px; }
      .page-template-give-israel-70 .rim-post-hero .title-in-hero p {
        font-size: 20px; } }
    @media screen and (max-width: 570px) {
      .page-template-give-israel-70 .rim-post-hero .title-in-hero h1 {
        font-size: 24px; }
      .page-template-give-israel-70 .rim-post-hero .title-in-hero p {
        font-size: 18px; } }                

@media screen and (max-width: 768px) {
  #main {
    padding: 0; } }

#main header {
  overflow: hidden;
  clear: both;
  max-width: 700px; }

/****** CONTENT ******/
@media screen and (max-width: 768px) {
  .rim-content-area {
    padding: 0; } }

.rim-content-area .rim-entry-content {
  padding: 0; }
  .rim-content-area .rim-entry-content > p:first-child:first-letter {
    font-size: 60px;
    float: left;
    font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif;
    font-weight: bold;
    margin: 16px 8px 0;
    line-height: 36px; }

.rim-content-area .wp-caption img {
  margin-bottom: 0; }

.rim-content-area .wp-caption .wp-caption-text {
  color: #aeaeaa;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 32px;
  padding: 8px 20px;
  text-align: left;
  margin-bottom: 0; }

/* Remove Dropcap on specific page templates */
/* Events */
.page-template-events .rim-content-area .rim-entry-content > p:nth-child(2):first-letter {
  font-size: inherit;
  float: initial;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: initial;
  line-height: initial; }

.page-template-events #main {
  margin-bottom: 60px; }

/***** PAGES *****/
.page .rim-page-intro {
  max-width: 640px;
  float: none;
  clear: both;
  margin-bottom: 60px; }

.page .sidebar-wrapper,
.single-post .sidebar-wrapper {
  overflow: hidden;
  max-width: 300px;
  float: right;
  /*
    @media screen and (max-width: 768px) {
      width: calc(100% + 40px);
      margin-right: -20px;
      margin-left: -20px;
    }*/ }
  @media screen and (max-width: 900px) {
    .page .sidebar-wrapper,
    .single-post .sidebar-wrapper {
      float: none;
      clear: both;
      margin: 0 auto 60px; } }

/****** SINGLE TEMPLATE ******/
.rim-cat-flag {
  background-color: #e4c34f;
  color: #323031;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 16px; }

/*.single-post,
.single-event,
.page-template-default,
.page-template-jump-station {
  .rim-content-area {

  }
}*/
/**********************
UTILS
**********************/
#container {
  margin-top: 80px;
  margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    #container {
      margin-top: 0; } }

@media screen and (max-width: 1023px) {
  .archive #container,
  .page-template-product-list #container {
    margin-top: 60px; } }

#main {
  position: relative; }

.archive #inner-content, .blog #inner-content {
  margin-bottom: 60px; }

.wrap {
  max-width: 1240px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .wrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    float: none;
    clear: both; }
  .wrap.no-pad {
    padding-right: 0;
    padding-left: 0; }

.row {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .row {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 480px) {
    .row {
      padding-top: 40px;
      padding-bottom: 40px; } }

.narrow {
  max-width: 640px; }

.center-col {
  margin-right: auto;
  margin-left: auto; }

.clearfix:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  float: none;
  clear: both; }

.rim-content-area {
  width: calc(100% - 340px);
  max-width: 716px;
  padding: 0 20px 0;
  float: left;
  margin-bottom: 60px;
  /*h2,
  h3 {
    font-size: 28px;
    margin-bottom: 32px;
    font-weight: bold;
  }
  */ }
  .rim-content-area.rim-full-width {
    width: 100%;
    float: none; }
  @media screen and (max-width: 900px) {
    .rim-content-area {
      width: 100%;
      clear: both;
      float: none; } }
  @media screen and (max-width: 768px) {
    .rim-content-area {
      padding: 0; } }
  .rim-content-area h5 {
    margin-bottom: 0; }
  .rim-content-area ul,
  .rim-content-area ol {
    margin-top: 0;
    margin-bottom: 32px; }
  .rim-content-area ol {
    margin-left: 16px;
    list-style-type: none; }
    .rim-content-area ol li {
      counter-increment: item;
      padding-left: 60px;
      margin-bottom: 16px;
      position: relative; }
      .rim-content-area ol li::before {
        content: counter(item);
        font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif;
        font-size: 16px;
        line-height: 24px;
        position: absolute;
        top: -0;
        left: 0;
        width: 40px;
        height: 24px;
        text-align: center; }
      .rim-content-area ol li::after {
        content: '';
        width: 6px;
        height: 6px;
        border-right: 1px solid #e4c34f;
        border-bottom: 1px solid #e4c34f;
        position: absolute;
        left: 32px;
        bottom: 0; }
  .rim-content-area ul {
    position: relative;
    overflow: hidden;
    padding-left: 32px;
    max-width: 600px;
    float: none;
    clear: both; }
    @media screen and (max-width: 480px) {
      .rim-content-area ul {
        padding-left: 0; } }
    .rim-content-area ul li {
      padding-left: 20px;
      position: relative;
      line-height: 1.5;
      margin-bottom: 16px; }
      .rim-content-area ul li:last-child {
        margin-bottom: 0; }
      .rim-content-area ul li::before {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #e4c34f;
        position: absolute;
        left: 0;
        top: 10px; }
    .rim-content-area ul.bold-list li {
      font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif;
      font-weight: 700;
      padding-left: 32px; }
      .rim-content-area ul.bold-list li::before {
        width: 8px;
        height: 8px;
        top: 8px;
        border-radius: 100%; }
  .rim-content-area img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto; }
    .rim-content-area img.rim-post-feat-img {
      width: 100%; }
  .rim-content-area .alignleft,
  .rim-content-area [align="left"] {
    float: left;
    margin: 0 32px 32px 0; }
  .rim-content-area .alignright,
  .rim-content-area [align="right"] {
    float: right;
    margin: 0 0 32px 32px; }
  .rim-content-area .alignright,
  .rim-content-area .alignleft,
  .rim-content-area [align="right"],
  .rim-content-area [align="left"] {
    max-width: 50%; }
    @media screen and (max-width: 768px) {
      .rim-content-area .alignright,
      .rim-content-area .alignleft,
      .rim-content-area [align="right"],
      .rim-content-area [align="left"] {
        float: none;
        clear: both;
        width: 100%;
        max-width: 716px;
        margin: 0 auto 32px; } }

.twitter-tweet {
  margin-right: auto;
  margin-left: auto; }

.sidebar {
  width: 300px;
  float: right; }
  @media screen and (max-width: 768px) {
    .sidebar {
      float: none;
      clear: both;
      margin: auto auto 60px; } }

.wiki h1,
.wiki h2,
.wiki h3,
.wiki h4,
.wiki h5,
.wiki h6 {
  margin-top: 50px; }

code {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #323944;
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 16px; }

/**********************
MODULES
**********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.rim-btn,
input[type="submit"] {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
  padding: 0 32px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  background-color: #323031;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: none; }
  .rim-btn:focus, .rim-btn:hover,
  input[type="submit"]:focus,
  input[type="submit"]:hover {
    color: #fff;
    background-color: #0f5c86; }
  .rim-btn.submit,
  input[type="submit"].submit {
    font-size: 18px;
    background-color: #2e9ee7;
    color: #fff;
    line-height: 42px; }
    .rim-btn.submit:focus, .rim-btn.submit:hover,
    input[type="submit"].submit:focus,
    input[type="submit"].submit:hover {
      background-color: #188ad4;
      color: #fff; }

.rim-btn-arrow-sq {
  background-color: #e4c34f;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff; }
  .rim-btn-arrow-sq svg {
    fill: #fff;
    width: 16px;
    height: 28px;
    display: block;
    margin: 11px auto; }

.rim-donate-btn {
  display: block;
  position: relative;
  background: #2e9ee7;
  background: linear-gradient(135deg, #2e9ee7 0%, #176ea1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e9ee7', endColorstr='#176ea1',GradientType=1 );
  width: 100%;
  min-width: 0;
  max-width: 132px;
  padding: 0 8px 0 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  float: right;
  z-index: 999;
  text-align: center;
  margin-top: 38px;
  margin-right: 40px; }
  @media screen and (max-width: 1024px) {
    .rim-donate-btn {
      display: none; } }
  .rim-donate-btn svg {
    width: 12px;
    height: 10px;
    display: inline-block;
    line-height: inherit;
    margin-right: 5px;
    fill: #0f5c86;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
    margin-top: -2px; }
  .rim-donate-btn:hover, .rim-donate-btn:focus {
    color: #fff;
    background: #2e9ee7;
    background: linear-gradient(135deg, #2e9ee7 0%, #176ea1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e9ee7', endColorstr='#176ea1',GradientType=1 ); }
    .rim-donate-btn:hover svg, .rim-donate-btn:focus svg {
      fill: #e4c34f; }
  .rim-donate-btn.mbl-show {
    display: none; }
    @media screen and (max-width: 1023px) {
      .rim-donate-btn.mbl-show {
        display: block;
        margin: 0 auto;
        position: absolute;
        bottom: 80px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #323031;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #8a8a8a;
  outline: none;
  width: 100%;
  max-width: 400px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    -webkit-box-shadow: 0px 0px 5px 0px #8a8a8a;
    box-shadow: 0px 0px 5px 0px #8a8a8a; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

.select2 {
  max-width: 400px; }

/**** ANIMATIONS ****/
/***************/
/**** FADE ****/
/***************/
/*** Fade In ***/
[data-appear="fade-in"] {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  [data-appear="fade-in"].has-appeared {
    opacity: 1; }

/* Fade Right */
[data-appear="fade-right"] {
  -webkit-transform: translateX(-32px);
  transform: translateX(-32px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  [data-appear="fade-right"].has-appeared {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

/* Fade Left */
[data-appear="fade-left"] {
  -webkit-transform: translateX(32px);
  transform: translateX(32px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  [data-appear="fade-left"].has-appeared {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

/*** Fade Up ***/
[data-appear="fade-up"] {
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  [data-appear="fade-up"].has-appeared {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

/*** Fade Down ***/
[data-appear="fade-down"] {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  [data-appear="fade-down"].has-appeared {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

/***************/
/**** SCALE ****/
/***************/
/*** Scale Up ***/
[data-appear="scale-up"] {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  [data-appear="scale-up"].has-appeared {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.rim-social-share {
  float: right;
  padding-top: 22px;
  margin: 0; }
  @media screen and (max-width: 500px) {
    .rim-social-share {
      float: none;
      clear: both; } }
  .rim-social-share.rim-no-author {
    float: none;
    padding-top: 0; }
  .rim-social-share li {
    display: inline-block;
    line-height: 24px;
    min-width: 24px;
    height: 24px; }
    .rim-social-share li a {
      font-size: 24px;
      color: #8a8a8a;
      padding: 0 10px; }
      .rim-social-share li a svg {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: top;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .rim-social-share li a.icon-tw {
        color: #55acee; }
      .rim-social-share li a.icon-fb {
        color: #466ab5; }
        .rim-social-share li a.icon-fb svg {
          fill: #466ab5; }
      .rim-social-share li a.icon-print {
        color: #8a8a8a; }
        .rim-social-share li a.icon-print svg {
          fill: #8a8a8a; }
      .rim-social-share li a:hover.icon-tw {
        color: #309aea; }
      .rim-social-share li a:hover.icon-fb {
        color: #3b5998; }
        .rim-social-share li a:hover.icon-fb svg {
          fill: #3b5998; }
      .rim-social-share li a:hover.icon-print {
        color: #767676; }
        .rim-social-share li a:hover.icon-print svg {
          fill: #767676; }

.rim-skyscraper {
  width: 300px;
  float: left; }

.rim-home-top {
  width: 100%;
  float: none;
  clear: both;
  margin-bottom: 40px;
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .rim-home-top {
      padding-right: 0;
      padding-left: 0; } }
  .rim-home-top .rim-home-top-left {
    position: relative;
    float: left;
    width: 70%;
    overflow: hidden;
    padding-right: 5px; }
    @media screen and (max-width: 1023px) {
      .rim-home-top .rim-home-top-left {
        width: 100%;
        float: none;
        padding-right: 0; } }
  .rim-home-top .rim-home-top-right {
    position: relative;
    width: 30%;
    float: left; }
    @media screen and (max-width: 1023px) {
      .rim-home-top .rim-home-top-right {
        display: none; } }
    .rim-home-top .rim-home-top-right .rim-home-top-right-inner {
      position: relative;
      width: 100%;
      height: 400px;
      background-color: #323031; }
      .rim-home-top .rim-home-top-right .rim-home-top-right-inner > a {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .rim-home-top .rim-home-top-right .rim-home-top-right-inner .rim-img-box {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
      .rim-home-top .rim-home-top-right .rim-home-top-right-inner:hover .rim-img-box {
        opacity: 0.85; }

@media screen and (max-width: 1023px) {
  .rim-mbl-half-left {
    width: 50%;
    float: left; } }

@media screen and (max-width: 768px) {
  .rim-mbl-half-left {
    width: 100%;
    float: none;
    clear: both; } }

.rim-promo-mbl {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  padding: 32px; }
  @media screen and (min-width: 1024px) {
    .rim-promo-mbl {
      display: none; } }
  @media screen and (max-width: 768px) {
    .rim-promo-mbl {
      padding: 0;
      max-width: 400px;
      margin: 0 auto 50px; } }
  .rim-promo-mbl .rim-img-box {
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .rim-promo-mbl > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.rim-bottom-tear {
  position: absolute;
  width: 100%;
  padding-top: 16px;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url("../images/torn-edge.png");
  z-index: 2; }

.rim-home-sticky-container {
  margin-bottom: 40px; }

.rim-home-featured-wrapper {
  margin-bottom: 60px; }

.rim-home-featured {
  display: block;
  overflow: hidden;
  width: 100%; }
  .rim-home-featured .rim-post-block-wrapper {
    margin: 0;
    padding: 0 0 20px; }
  .rim-home-featured.rim-featured-section-1 {
    padding-right: 5px;
    width: calc(100% - 400px);
    float: left; }
    @media screen and (max-width: 1024px) {
      .rim-home-featured.rim-featured-section-1 {
        width: 100%;
        padding-right: 0;
        float: none;
        clear: both; } }
    .rim-home-featured.rim-featured-section-1 .rim-post-block-wrapper {
      float: left;
      width: 50%;
      margin: 0;
      padding: 0 0 20px; }
      @media screen and (max-width: 600px) {
        .rim-home-featured.rim-featured-section-1 .rim-post-block-wrapper {
          width: 100%;
          float: none;
          clear: both; } }
      @media screen and (max-width: 600px) {
        .rim-home-featured.rim-featured-section-1 .rim-post-block-wrapper .rim-post-block {
          border-bottom: 1px solid #e4c34f; } }
      .rim-home-featured.rim-featured-section-1 .rim-post-block-wrapper .rim-post-block header {
        /* Mobile */ }
        @media screen and (max-width: 1150px) {
          .rim-home-featured.rim-featured-section-1 .rim-post-block-wrapper .rim-post-block header {
            min-height: 100px; }
            .rim-home-featured.rim-featured-section-1 .rim-post-block-wrapper .rim-post-block header h2 {
              font-size: 20px; } }
        @media screen and (max-width: 1050px) {
          .rim-home-featured.rim-featured-section-1 .rim-post-block-wrapper .rim-post-block header h2 {
            font-size: 18px; } }
        @media screen and (max-width: 1024px) {
          .rim-home-featured.rim-featured-section-1 .rim-post-block-wrapper .rim-post-block header {
            min-height: 110px; }
            .rim-home-featured.rim-featured-section-1 .rim-post-block-wrapper .rim-post-block header h2 {
              font-size: 24px; } }
        @media screen and (max-width: 768px) {
          .rim-home-featured.rim-featured-section-1 .rim-post-block-wrapper .rim-post-block header {
            min-height: 100px; }
            .rim-home-featured.rim-featured-section-1 .rim-post-block-wrapper .rim-post-block header h2 {
              font-size: 20px; } }
        @media screen and (max-width: 670px) {
          .rim-home-featured.rim-featured-section-1 .rim-post-block-wrapper .rim-post-block header h2 {
            font-size: 18px; } }
        @media screen and (max-width: 600px) {
          .rim-home-featured.rim-featured-section-1 .rim-post-block-wrapper .rim-post-block header h2 {
            font-size: 20px; } }
  .rim-home-featured.rim-featured-section-1-right {
    width: 400px;
    float: left; }
    .rim-home-featured.rim-featured-section-1-right .rim-post-block-wrapper {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0 0 20px; }
    .rim-home-featured.rim-featured-section-1-right .rim-live-wrapper {
      margin-bottom: 60px; }
      .rim-home-featured.rim-featured-section-1-right .rim-live-wrapper .rim-corner-heading {
        margin-bottom: 18px; }
      .rim-home-featured.rim-featured-section-1-right .rim-live-wrapper header.rim-live-title {
        border-bottom: 2px solid #2e9ee7;
        padding: 12px 16px; }
        .rim-home-featured.rim-featured-section-1-right .rim-live-wrapper header.rim-live-title h2 {
          font-size: 18px;
          line-height: 1.25;
          margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .rim-home-featured.rim-featured-section-1-right {
        width: 100%;
        float: none; }
        .rim-home-featured.rim-featured-section-1-right .rim-your-voice {
          width: 50%;
          float: left; } }
    @media screen and (max-width: 768px) {
      .rim-home-featured.rim-featured-section-1-right .rim-live-wrapper,
      .rim-home-featured.rim-featured-section-1-right .rim-your-voice {
        width: 100%;
        float: none;
        clear: both; } }

.rim-post-block {
  display: block;
  overflow: hidden;
  float: none;
  clear: both;
  position: relative;
  width: 100%;
  background-color: #323031;
  border-left: 1px solid #e4c34f; }
  .rim-post-block > a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
  .rim-post-block .rim-featured-img {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 8px solid #fff;
    width: 100%;
    height: 200px;
    z-index: 1; }
  .rim-post-block header {
    position: relative;
    width: 100%;
    min-height: 110px;
    background-color: #fff;
    padding: 16px 16px 12px;
    z-index: 2;
    border-left: 5px solid #e4c34f; }
    .rim-post-block header .rim-title-grad {
      position: absolute;
      width: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      z-index: -1;
      background: -webkit-gradient(linear, left top, right top, from(rgba(228, 195, 79, 0.33)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to right, rgba(228, 195, 79, 0.33) 0%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54e4c34f', endColorstr='#00ffffff',GradientType=1 );
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .rim-post-block header h2 {
      font-size: 24px;
      line-height: 1.3;
      margin-bottom: 4px; }
    .rim-post-block header .rim-post-meta {
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      color: #8a8a8a;
      letter-spacing: 1px; }
      .rim-post-block header .rim-post-meta .rim-author {
        display: block;
        line-height: 1; }
        .rim-post-block header .rim-post-meta .rim-author .rim-author-name {
          color: #2e9ee7; }
  .rim-post-block:hover header .rim-title-grad, .rim-post-block:focus header .rim-title-grad {
    opacity: 0.8; }

@media screen and (max-width: 768px) {
  .rim-dbl-blocks {
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px); } }

.rim-dbl-blocks .rim-dbl-block {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px; }
  .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-img-wrapper {
    position: relative;
    background-color: #323031;
    width: 70%;
    padding-top: 40%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 1000px) {
      .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-img-wrapper {
        width: 80%;
        padding-top: 50%; } }
    @media screen and (max-width: 620px) {
      .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-img-wrapper {
        width: 100%;
        padding-top: 70%; } }
    .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-img-wrapper > a:not(.rim-btn-arrow-sq) {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      display: block; }
    .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-img-wrapper .rim-dbl-block-img {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-img-wrapper:hover .rim-dbl-block-img, .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-img-wrapper:focus .rim-dbl-block-img {
      opacity: 0.85; }
  .rim-dbl-blocks .rim-dbl-block .rim-btn-arrow-sq {
    position: absolute;
    right: 0;
    bottom: 100px; }
    @media screen and (max-width: 620px) {
      .rim-dbl-blocks .rim-dbl-block .rim-btn-arrow-sq {
        bottom: 60px; } }
  .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-text {
    background-color: #fff;
    width: 70%;
    float: right;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    padding: 24px 28px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 1000px) {
      .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-text {
        width: 80%; } }
    @media screen and (max-width: 620px) {
      .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-text {
        width: 90%;
        margin-top: -60px; } }
    .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-text h2 {
      margin-bottom: 16px;
      font-size: 32px;
      line-height: 1.2; }
    .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-text p {
      font-size: 16px;
      line-height: 1.7;
      text-align: left;
      margin-bottom: 12px; }
    .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-text a {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      float: right;
      clear: both; }
      .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-text a:hover, .rim-dbl-blocks .rim-dbl-block .rim-dbl-block-text a:focus {
        color: #188ad4; }

.rim-featured-video {
  display: block;
  float: none;
  clear: both;
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .rim-featured-video .rim-latest-video-heading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #176ea1;
    height: 42px;
    z-index: 1; }
    .rim-featured-video .rim-latest-video-heading span:first-child {
      background-color: #0f5c86;
      color: #fff;
      display: block;
      width: 40%;
      height: 42px;
      padding: 0 16px;
      line-height: 42px;
      float: left;
      font-size: 16px;
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      position: relative; }
      .rim-featured-video .rim-latest-video-heading span:first-child::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -16px;
        border-left: 16px solid #0f5c86;
        border-bottom: 42px solid #0f5c86;
        border-right: 16px solid transparent; }
      @media screen and (max-width: 900px) {
        .rim-featured-video .rim-latest-video-heading span:first-child {
          width: 50%; } }
    .rim-featured-video .rim-latest-video-heading span:last-child {
      float: right;
      height: 42px;
      line-height: 42px;
      padding: 7px 16px 0;
      position: relative; }
      .rim-featured-video .rim-latest-video-heading span:last-child svg {
        fill: #cf0000;
        width: 40px;
        height: 23px;
        -webkit-transition: fill 0.3s ease-in-out;
        transition: fill 0.3s ease-in-out; }
      .rim-featured-video .rim-latest-video-heading span:last-child::after {
        content: '';
        background-color: #fff;
        height: 18px;
        width: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-8px, -8px);
        transform: translate(-8px, -8px);
        z-index: -1; }
      .rim-featured-video .rim-latest-video-heading span:last-child a:hover svg {
        fill: #bb0000; }
  .rim-featured-video .rim-video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56%;
    /*
    @media screen and (max-width: 1024px) {
      height: 80.75%;
    }*/ }
    .rim-featured-video .rim-video-wrapper .fluid-width-video-wrapper {
      position: absolute !important;
      top: 0 !important;
      padding-top: 56% !important; }
    .rim-featured-video .rim-video-wrapper #ytplayer {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      left: 0; }
  .rim-featured-video header {
    border-bottom: 2px solid #2e9ee7;
    padding: 10px 16px;
    min-height: 66px; }
    .rim-featured-video header h2 {
      font-size: 18px;
      line-height: 1.25;
      margin-bottom: 0; }

.rim-your-voice {
  padding-left: 20px; }
  @media screen and (max-width: 768px) {
    .rim-your-voice {
      padding-left: 0; } }
  .rim-your-voice .rim-your-voice-header {
    background-color: #323031;
    height: 34px;
    margin-bottom: 16px; }
    .rim-your-voice .rim-your-voice-header span {
      background-color: #fff;
      color: #323031;
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase;
      display: inline-block;
      height: 32px;
      line-height: 32px;
      padding: 0 20px 0 5px;
      position: relative; }
      .rim-your-voice .rim-your-voice-header span::after {
        content: '';
        position: absolute;
        top: 0;
        right: -16px;
        bottom: 0;
        border-top: 30px solid #fff;
        border-right: 16px solid transparent;
        border-bottom: 30px solid transparent; }
  .rim-your-voice ul {
    list-style-type: none;
    margin: 0 auto 12px;
    width: 100%;
    overflow: hidden; }
    .rim-your-voice ul li {
      display: block;
      padding: 0;
      overflow: hidden;
      margin-bottom: 12px;
      width: 100%;
      position: relative;
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .rim-your-voice ul li > a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2; }
      .rim-your-voice ul li::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 45px;
        height: 1px;
        width: 100%;
        background-color: #d3d3d1; }
      .rim-your-voice ul li:last-child {
        border-bottom: none; }
      .rim-your-voice ul li .rim-voice-img {
        height: 90px;
        width: 90px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        border-radius: 100%;
        z-index: 1; }
      .rim-your-voice ul li .rim-voice-title {
        padding-left: 106px;
        height: 90px;
        position: relative; }
        .rim-your-voice ul li .rim-voice-title h2 {
          position: absolute;
          max-width: 380px;
          padding-right: 16px;
          top: 50%;
          left: 116px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          font-size: 16px;
          margin-bottom: 0;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .rim-your-voice ul li:hover {
        background-color: #ececeb; }
        .rim-your-voice ul li:hover .rim-voice-title h2 {
          color: #0f5c86; }
  .rim-your-voice.hide-your-voice ul li {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .rim-your-voice.hide-your-voice ul li .rim-voice-img {
      border-radius: 0; }
      .rim-your-voice.hide-your-voice ul li .rim-voice-img img {
        width: 90px;
        height: 90px; }

/***** .rim-home-posts *****/
.rim-home-posts {
  background-color: #efefef;
  background-image: url("../images/texture-lt.jpg");
  padding: 64px 0; }
  .rim-home-posts .rim-post-row-wrapper {
    float: left;
    width: calc(100% - 380px);
    height: auto;
    padding: 0 60px 0 0; }
    @media screen and (max-width: 1140px) {
      .rim-home-posts .rim-post-row-wrapper {
        width: calc(100% - 300px);
        padding: 0 30px 0 0; } }
    @media only screen and (max-width: 768px) {
      .rim-home-posts .rim-post-row-wrapper {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
        margin: auto; } }

.rim-skyscraper {
  display: block;
  width: 300px;
  float: left; }
  .rim-skyscraper > a {
    display: block; }
    .rim-skyscraper > a img {
      display: block;
      width: 100%; }
  @media screen and (max-width: 768px) {
    .rim-skyscraper {
      margin: auto;
      float: none; } }

.rim-post-row-wrapper {
  float: left;
  width: calc(100% - 300px);
  height: auto;
  padding: 0 60px 0 0; }
  @media screen and (max-width: 1140px) {
    .rim-post-row-wrapper {
      width: calc(100% - 300px);
      padding: 0 30px 0 0; } }
  @media only screen and (max-width: 768px) {
    .rim-post-row-wrapper {
      display: block;
      float: none;
      width: 100%;
      padding: 0;
      margin: auto; } }

.rim-post-row {
  position: relative;
  margin-bottom: 32px;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .rim-post-row:last-child {
      margin-bottom: 0; } }
  .rim-post-row > a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .rim-post-row .rim-post-row-img-box {
    position: relative;
    background-color: #323031;
    width: 50%;
    max-width: 380px;
    float: left;
    overflow: hidden;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  .rim-post-row .rim-post-row-img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 250px;
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .rim-post-row .rim-post-row-text-box {
    background-color: #fff;
    position: relative;
    float: left;
    width: 50%;
    height: 248px;
    padding: 20px 20px 34px 30px;
    overflow: hidden; }
    .rim-post-row .rim-post-row-text-box::before {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: #fff;
      height: 48px; }
    .rim-post-row .rim-post-row-text-box::after {
      content: '';
      display: block;
      height: 1px;
      width: 80%;
      background-color: #e4c34f;
      position: absolute;
      bottom: 0;
      left: 0; }
    .rim-post-row .rim-post-row-text-box header {
      margin-bottom: 16px; }
    .rim-post-row .rim-post-row-text-box h2 {
      max-width: 450px;
      font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif;
      font-size: 24px;
      line-height: 1.3;
      text-transform: none;
      margin-bottom: 4px; }
      @media only screen and (min-width: 1001px) and (max-width: 1100px) {
        .rim-post-row .rim-post-row-text-box h2 {
          font-size: 20px; } }
      @media screen and (max-width: 680px) {
        .rim-post-row .rim-post-row-text-box h2 {
          font-size: 20px; } }
    .rim-post-row .rim-post-row-text-box .rim-post-meta {
      line-height: 1; }
      .rim-post-row .rim-post-row-text-box .rim-post-meta .rim-author {
        font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .rim-post-row .rim-post-row-text-box .rim-post-meta .rim-author .rim-author-name {
        color: #2e9ee7; }
    .rim-post-row .rim-post-row-text-box p {
      max-width: 450px;
      max-height: 72px;
      margin: 0;
      line-height: 1.5;
      font-size: 16px;
      text-align: left;
      overflow: hidden; }
      .rim-post-row .rim-post-row-text-box p .excerpt-read-more {
        display: none; }
  .rim-post-row a.more {
    position: absolute;
    bottom: 6px;
    left: 26px;
    color: #2e9ee7;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px; }
    .rim-post-row a.more i {
      margin-left: 10px; }
    .rim-post-row a.more:after {
      display: block;
      position: absolute;
      bottom: -6px;
      left: -26px;
      content: '';
      width: 150px;
      height: 5px;
      background: #e4c34f;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .rim-post-row:hover .rim-post-row-img {
    opacity: 0.85; }
  .rim-post-row:hover a.more:after {
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
    -webkit-transform-origin: left;
    transform-origin: left; }
  @media screen and (max-width: 768px) {
    .rim-post-row .rim-post-row-img-box {
      width: 40%;
      max-width: none; }
    .rim-post-row .rim-post-row-text-box {
      width: 60%;
      max-width: none; } }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .rim-post-row .rim-post-row-img-box {
      display: block;
      width: 100%;
      max-width: 100%; }
    .rim-post-row .rim-post-row-text-box {
      display: block;
      width: 100%;
      max-width: 100%;
      padding: 20px; } }
  @media screen and (max-width: 600px) {
    .rim-post-row .rim-post-row-img-box {
      display: block;
      width: 100%;
      max-width: 100%; }
    .rim-post-row .rim-post-row-text-box {
      display: block;
      width: 100%;
      max-width: 100%;
      padding: 20px; } }

/* SOCIAL ICONS */
.rim-social {
  float: right;
  display: table;
  text-align: right;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1023px) {
    .rim-social {
      float: none;
      clear: both;
      position: absolute;
      bottom: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .rim-social li {
    display: inline-block;
    padding: 8px 16px; }
    @media screen and (min-width: 1024px) {
      .rim-social li {
        border-left: 1px solid #176ea1; } }
    .rim-social li a {
      height: 30px;
      width: 22px;
      display: block; }
      .rim-social li a svg {
        fill: #2e9ee7;
        width: 22px;
        height: 30px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .rim-social li a:hover svg {
        fill: #e4c34f; }
    .rim-social li.icon-fb a,
    .rim-social li.icon-fb a svg {
      width: 20px; }
    .rim-social li.icon-yt a,
    .rim-social li.icon-yt a svg {
      width: 25px; }
    .rim-social li.icon-sc a,
    .rim-social li.icon-sc a svg {
      width: 35px; }

.rim-promo-row > div {
  width: 33.33%;
  float: left;
  padding-right: 10px;
  overflow: hidden; }
  .rim-promo-row > div:nth-child(2) {
    text-align: center; }
  .rim-promo-row > div:last-child {
    padding-right: 0; }
  .rim-promo-row > div img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .rim-promo-row > div {
      width: 50%; }
      .rim-promo-row > div:first-child {
        width: 450px;
        padding-right: 12px; }
      .rim-promo-row > div:nth-child(2) {
        width: calc(100% - 450px);
        padding-right: 0; }
      .rim-promo-row > div:last-child {
        width: 100%;
        float: none;
        clear: both;
        padding-top: 40px; } }
  @media screen and (max-width: 830px) {
    .rim-promo-row > div:first-child {
      width: 400px; }
    .rim-promo-row > div:nth-child(2) {
      width: calc(100% - 400px); } }
  @media screen and (max-width: 768px) {
    .rim-promo-row > div:first-child, .rim-promo-row > div:nth-child(2), .rim-promo-row > div:last-child {
      width: 100%;
      max-width: 680px;
      float: none;
      clear: both;
      margin: 0 auto 40px; }
    .rim-promo-row > div:last-child {
      padding-top: 0; } }

.rim-comments .rim-comments-inner {
  max-width: 680px;
  padding: 0 40px;
  margin-bottom: 80px;
  input: false; }
  @media screen and (max-width: 640px) {
    .rim-comments .rim-comments-inner {
      padding: 0; } }
  .rim-comments .rim-comments-inner .logged-in-as {
    font-size: 14px; }
    .rim-comments .rim-comments-inner .logged-in-as a:last-child {
      margin-left: 8px; }
  .rim-comments .rim-comments-inner .comment-form-url {
    display: none; }
  .rim-comments .rim-comments-inner label {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
  .rim-comments .rim-comments-inner .comment-edit-link {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .rim-comments .rim-comments-inner .comment-form-author,
  .rim-comments .rim-comments-inner .comment-form-email {
    float: left;
    width: 50%;
    padding: 0 10px 0 0;
    max-width: 255px;
    margin-bottom: 8px; }
    @media screen and (max-width: 500px) {
      .rim-comments .rim-comments-inner .comment-form-author,
      .rim-comments .rim-comments-inner .comment-form-email {
        float: none;
        width: 100%;
        max-width: 500px; } }
  .rim-comments .rim-comments-inner input[type="text"],
  .rim-comments .rim-comments-inner input[type="email"],
  .rim-comments .rim-comments-inner textarea {
    background-color: #e7e7e6;
    border: 1px solid #babab7;
    color: #323031;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 16px; }
    .rim-comments .rim-comments-inner input[type="text"]:focus,
    .rim-comments .rim-comments-inner input[type="email"]:focus,
    .rim-comments .rim-comments-inner textarea:focus {
      border: 1px solid #2e9ee7; }
  .rim-comments .rim-comments-inner .comment-form-comment {
    max-width: 500px;
    margin-bottom: 0;
    clear: both; }
    .rim-comments .rim-comments-inner .comment-form-comment textarea {
      height: 80px;
      min-height: 80px;
      padding: 8px;
      line-height: 1.4; }
  .rim-comments .rim-comments-inner #submit {
    margin-bottom: 0; }
  .rim-comments .rim-comments-inner .rim-section-heading {
    background-color: #2e9ee7;
    max-width: 380px; }

.rim-comments .comment-notes {
  font-size: 14px;
  line-height: 1.4; }
  .rim-comments .comment-notes #email-notes {
    display: block;
    margin-bottom: 8px;
    text-align: left; }

.rim-comments .commentlist .comment {
  margin-bottom: 32px;
  border-bottom: 2px solid #e7e7e6;
  padding-bottom: 32px;
  position: relative; }
  .rim-comments .commentlist .comment:last-child {
    margin-bottom: 60px; }
  .rim-comments .commentlist .comment .comment-reply-link {
    position: absolute;
    left: 0;
    bottom: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px; }

.rim-comments .commentlist .comment-author {
  position: relative; }
  .rim-comments .commentlist .comment-author img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    vertical-align: top; }
  .rim-comments .commentlist .comment-author cite {
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 90px; }
  .rim-comments .commentlist .comment-author time {
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    left: 90px;
    top: 42px; }
    .rim-comments .commentlist .comment-author time a {
      color: #323031; }

.rim-comments .commentlist .comment_content {
  padding-left: 90px; }
  @media screen and (max-width: 500px) {
    .rim-comments .commentlist .comment_content {
      padding-left: 0;
      padding-top: 16px;
      padding-bottom: 16px; } }
  .rim-comments .commentlist .comment_content p {
    font-size: 16px;
    line-height: 1.4;
    text-align: left; }

@media screen and (min-width: 769px) {
  .rim-related-posts.rim-home-posts {
    padding: 80px 0; }
    .rim-related-posts.rim-home-posts .rim-post-row-wrapper {
      width: 100%;
      float: none;
      max-width: 1100px;
      margin: 0 auto;
      padding: 0; }
      .rim-related-posts.rim-home-posts .rim-post-row-wrapper .rim-post-row {
        width: 100%;
        padding: 0; }
        .rim-related-posts.rim-home-posts .rim-post-row-wrapper .rim-post-row .rim-post-row-img-box {
          width: 30%;
          max-width: none; }
        .rim-related-posts.rim-home-posts .rim-post-row-wrapper .rim-post-row .rim-post-row-text-box {
          width: 70%;
          max-width: none; } }

.rim-home-products {
  overflow: hidden;
  padding-left: 32px; }
  @media screen and (max-width: 400px) {
    .rim-home-products {
      padding-left: 0;
      margin: 16px auto 0;
      max-width: 258px; } }
  .rim-home-products li {
    width: 78px;
    height: 119px;
    float: left;
    margin: 4px;
    position: relative;
    background-color: #323031; }
    .rim-home-products li a {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 1; }
      .rim-home-products li a:hover {
        opacity: 0.9; }

.rim-products-content-area.rim-content-area {
  padding-right: 0;
  padding-left: 0; }

.rim-products-list-content-wrapper.rim-entry-content > p:first-child:first-letter {
  font-size: inherit;
  float: initial;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: initial;
  line-height: initial; }

.rim-products-list {
  padding-top: 32px; }
  .rim-products-list .woocommerce ul.products {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .rim-products-list .woocommerce ul.products li.product {
      padding: 0 8px 40px;
      margin-right: 0;
      margin-bottom: 40px;
      width: 33%; }
      .rim-products-list .woocommerce ul.products li.product::before {
        display: none; }
      .rim-products-list .woocommerce ul.products li.product .button {
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        width: calc(100% - 16px); }
      @media screen and (max-width: 550px) {
        .rim-products-list .woocommerce ul.products li.product {
          width: 50%; } }

.woocommerce #respond .comment-reply-title {
  font-size: 20px;
  font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: bold;
  margin: 32px 0 0;
  display: block; }

.woocommerce #respond label {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600; }

.woocommerce #respond textarea {
  padding: 8px; }

.woocommerce #respond input#submit {
  background-color: #2e9ee7;
  color: #fff; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus {
    background-color: #188ad4;
    color: #fff; }

.wpml-ls-statics-post_translations.wpml-ls {
  position: absolute;
  top: -32px;
  left: 20px;
  font-size: 13px;
  width: 100%;
  max-width: 716px; }
  .wpml-ls-statics-post_translations.wpml-ls .wpml-ls-slot-post_translations {
    display: inline-block;
    margin-right: 16px; }
    .wpml-ls-statics-post_translations.wpml-ls .wpml-ls-slot-post_translations > a {
      display: block;
      color: #323031; }
      .wpml-ls-statics-post_translations.wpml-ls .wpml-ls-slot-post_translations > a img {
        float: left;
        margin-bottom: 0; }

.wpml-ls-statics-post_translations .wpml-ls-item:not(:last-child):after {
  display: none; }
  
p.wpml-ls-statics-post_translations.wpml-ls {display: none;}

ul.page-numbers {
  list-style: none;
  display: table; }

ul.page-numbers li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif; }

ul.page-numbers li a, ul.page-numbers li span {
  display: inline-block;
  background-color: #efefef;
  color: #2e9ee7;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none; }

ul.page-numbers li a:hover,
ul.page-numbers li a:focus {
  background-color: #2e9ee7;
  color: #fff; }

ul.page-numbers li span.current {
  background-color: #e4c34f;
  color: #fff; }

ul.page-numbers li a.prev, ul.page-numbers li a.next {
  display: inline-block;
  color: #2e9ee7;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  margin-top: -3px; }
  ul.page-numbers li a.prev svg, ul.page-numbers li a.next svg {
    margin-top: 20px;
    width: 20px;
    height: 20px;
    fill: #2e9ee7; }
  ul.page-numbers li a.prev:hover, ul.page-numbers li a.prev:focus, ul.page-numbers li a.next:hover, ul.page-numbers li a.next:focus {
    background-color: #2e9ee7; }
    ul.page-numbers li a.prev:hover svg, ul.page-numbers li a.prev:focus svg, ul.page-numbers li a.next:hover svg, ul.page-numbers li a.next:focus svg {
      fill: #fff; }

.woocommerce .woocommerce-breadcrumb {
  display: none; }

.woocommerce span.onsale {
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.woocommerce #container {
  max-width: 1240px;
  margin: 80px auto auto;
  padding-left: 20px;
  padding-right: 20px; }

.woocommerce #content {
  float: left;
  width: calc(100% - 360px);
  margin-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    .woocommerce #content {
      width: 100%; } }

@media screen and (max-width: 1024px) {
  .woocommerce .sidebar {
    float: none;
    clear: both;
    margin: auto auto 60px;
    overflow: hidden; } }

.woocommerce .wpml-ls-statics-post_translations.wpml-ls {
  top: -60px;
  left: 0; }

.woocommerce p,
.woocommerce p:last-child {
  margin-bottom: 32px; }

.woocommerce .button {
  height: 40px !important;
  line-height: 40px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 14px !important; }

.woocommerce ul.products {
  width: 100%;
  max-width: none; }
  .woocommerce ul.products li a.button {
    text-align: center;
    width: 100%; }

.woocommerce-product-gallery__image {
  max-width: 350px; }

.coupon {
  display: none; }

#woocommerce-coupon-data ul.wc-tabs, #woocommerce-product-data ul.wc-tabs, .woocommerce ul.wc-tabs {
  width: 100%; }

#woocommerce-coupon-data ul.wc-tabs li a::before, #woocommerce-product-data ul.wc-tabs li a::before, .woocommerce ul.wc-tabs li a::before {
  display: none; }

#woocommerce-coupon-data ul.wc-tabs li.active a, #woocommerce-product-data ul.wc-tabs li.active a, .woocommerce ul.wc-tabs li.active a {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0; }

#woocommerce-coupon-data ul.wc-tabs, #woocommerce-product-data ul.wc-tabs, .woocommerce ul.wc-tabs {
  background-color: #fff;
  border-right: none;
  border-left: none; }
  #woocommerce-coupon-data ul.wc-tabs a, #woocommerce-product-data ul.wc-tabs a, .woocommerce ul.wc-tabs a {
    outline: none; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin-bottom: 80px; }

.woocommerce-page .rim-related-posts.rim-home-posts {
  display: none; }

.woocommerce-cart .rim-content-area,
.woocommerce-checkout .rim-content-area {
  width: 100%;
  max-width: none; }

.woocommerce-cart .sidebar-wrapper,
.woocommerce-checkout .sidebar-wrapper {
  display: none; }

.woocommerce-checkout #payment ul.payment_methods li img {
  display: inline-block; }

.woocommerce span.onsale {
  min-height: 50px;
  min-width: 50px;
  padding: 0 4px;
  line-height: 50px; }

.rim-content-area .faq-list {
  list-style-type: none !important;
  padding-left: 0; }
  .rim-content-area .faq-list > li {
    border-radius: 5px;
    float: none;
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    padding-left: 0; }
    .rim-content-area .faq-list > li::before {
      display: none; }
    .rim-content-area .faq-list > li:last-child {
      margin-bottom: 0; }
    .rim-content-area .faq-list > li .faq-question {
      background-color: #efefef;
      font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif;
      font-size: 16px;
      padding: 10px 10px 10px 32px;
      position: relative;
      cursor: pointer;
      color: #323031;
      -webkit-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      .rim-content-area .faq-list > li .faq-question .faq-arrow {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 12px;
        margin-top: -5px;
        border-top: 5px solid transparent;
        border-left: 8px solid #e4c34f;
        border-bottom: 5px solid transparent;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .rim-content-area .faq-list > li .faq-question .faq-arrow.is-active {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      .rim-content-area .faq-list > li .faq-question:hover {
        background-color: #eaeaea; }
    .rim-content-area .faq-list > li .faq-answer {
      background-color: #fff;
      padding: 16px;
      display: none; }
      .rim-content-area .faq-list > li .faq-answer p {
        line-height: 1.5; }

.rim-give-form iframe {
  width: 100%;
  height: 1880px; }

.rim-give-cta {
  padding: 40px 0;
  float: none;
  clear: both; }
  .rim-give-cta .rim-give-cta-inner {
    border: 2px solid #2e9ee7;
    border-radius: 10px;
    padding: 16px 20px 20px;
    overflow: hidden;
    position: relative; }
    .rim-give-cta .rim-give-cta-inner > a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .rim-give-cta .rim-give-cta-inner::after {
      content: '';
      position: absolute;
      right: -180px;
      bottom: -150px;
      height: 300px;
      width: 300px;
      -webkit-transform: rotate(35deg) translateX(0px);
      transform: rotate(35deg) translateX(0px);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      background-color: #2e9ee7;
      z-index: -1; }
    .rim-give-cta .rim-give-cta-inner:hover::after, .rim-give-cta .rim-give-cta-inner:focus::after {
      -webkit-transform: rotate(35deg) translateX(-40px);
      transform: rotate(35deg) translateX(-40px); }
    .rim-give-cta .rim-give-cta-inner .rim-give-cta-text {
      float: left;
      width: calc(100% - 150px); }
      .rim-give-cta .rim-give-cta-inner .rim-give-cta-text h3 {
        font-family: "Caveat", cursive;
        color: #2e9ee7;
        font-size: 38px;
        line-height: 36px;
        margin-bottom: 16px; }
      .rim-give-cta .rim-give-cta-inner .rim-give-cta-text p {
        line-height: 1.6;
        text-align: left;
        max-width: 320px;
        padding-right: 20px; }
    .rim-give-cta .rim-give-cta-inner .rim-give-cta-btn a {
      position: absolute;
      right: 20px;
      bottom: 20px;
      background-color: #323031;
      border-radius: 3px;
      color: #fff;
      display: inline-block;
      padding: 0 32px;
      font-size: 16px;
      font-weight: bold;
      line-height: 36px;
      text-transform: uppercase;
      z-index: 2; }
    @media screen and (max-width: 540px) {
      .rim-give-cta .rim-give-cta-inner::after {
        right: 0;
        bottom: -221px;
        height: 250px;
        width: 120%;
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg); }
      .rim-give-cta .rim-give-cta-inner:focus::after, .rim-give-cta .rim-give-cta-inner:hover::after {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg); }
      .rim-give-cta .rim-give-cta-inner .rim-give-cta-text {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px; }
      .rim-give-cta .rim-give-cta-inner .rim-give-cta-btn {
        float: none;
        clear: both; }
        .rim-give-cta .rim-give-cta-inner .rim-give-cta-btn a {
          position: relative;
          right: auto;
          bottom: auto; } }

.rim-content-area .wpcf7-form h3 {
  margin-top: 40px; }

.rim-content-area .wpcf7-form p {
  margin-bottom: 16px; }

.rim-content-area .wpcf7-form label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%; }

.rim-content-area .wpcf7-form input[type="text"],
.rim-content-area .wpcf7-form input[type="password"],
.rim-content-area .wpcf7-form input[type="datetime"],
.rim-content-area .wpcf7-form input[type="datetime-local"],
.rim-content-area .wpcf7-form input[type="date"],
.rim-content-area .wpcf7-form input[type="month"],
.rim-content-area .wpcf7-form input[type="time"],
.rim-content-area .wpcf7-form input[type="week"],
.rim-content-area .wpcf7-form input[type="number"],
.rim-content-area .wpcf7-form input[type="email"],
.rim-content-area .wpcf7-form input[type="url"],
.rim-content-area .wpcf7-form input[type="search"],
.rim-content-area .wpcf7-form input[type="tel"],
.rim-content-area .wpcf7-form input[type="color"],
.rim-content-area .wpcf7-form select,
.rim-content-area .wpcf7-form textarea,
.rim-content-area .wpcf7-form .field {
  margin-bottom: 0; }

.rim-content-area .wpcf7-form textarea {
  padding-top: 12px; }

.rim-content-area .wpcf7-form .wpcf7-radio label {
  font-size: 16px;
  font-weight: normal;
  text-transform: none; }

.rim-content-area .wpcf7-form input[type="submit"] {
  font-size: 18px;
  margin-top: 12px; }

.rim-content-area .wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: bold; }

.rim-content-area .wpcf7-form .rim-long-form label {
  font-size: 16px;
  text-transform: none;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 12px; }
  .rim-content-area .wpcf7-form .rim-long-form label input,
  .rim-content-area .wpcf7-form .rim-long-form label textarea {
    margin-top: 12px; }

.rim-sidebar-shop .widgettitle {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #8a8a8a; }

.rim-sidebar-shop .rim-bulk-order-cta {
  display: block;
  padding: 20px;
  border: 1px solid #8a8a8a;
  text-align: center;
  margin-bottom: 32px; }
  .rim-sidebar-shop .rim-bulk-order-cta span {
    display: block;
    margin-bottom: 12px; }

.rim-sidebar-shop .rim-info-label {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  font-size: 14px; }

@media screen and (max-width: 900px) {
  .page-template-product-list .sidebar-wrapper,
  .woocommerce .sidebar-wrapper {
    width: 100%;
    float: none;
    clear: both; }
    .page-template-product-list .sidebar-wrapper .rim-sidebar-shop,
    .woocommerce .sidebar-wrapper .rim-sidebar-shop {
      width: 100%; } }

.header-widgets-wrapper {
  position: absolute;
  right: 200px;
  top: 0; }
  .header-widgets-wrapper .search-form-wrapper {
    width: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header-widgets-wrapper input#s {
    width: 100%;
    height: 46px;
    background-color: #0a3d58;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #e4c34f;
    padding: 0;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .header-widgets-wrapper button#searchsubmit {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    height: 46px;
    width: 46px;
    color: #e4c34f;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header-widgets-wrapper .search-icon {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 90px;
    height: 46px;
    line-height: 46px;
    color: #e4c34f;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header-widgets-wrapper .search-icon i {
      margin-right: 8px; }
      .header-widgets-wrapper .search-icon i::before {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .header-widgets-wrapper .search-icon:hover {
      color: #fff; }
      .header-widgets-wrapper .search-icon:hover i {
        color: #fff; }
  .header-widgets-wrapper.search-form-active .search-form-wrapper {
    width: 280px; }
    .header-widgets-wrapper.search-form-active .search-form-wrapper input#s {
      padding: 0 46px 0 12px; }
    .header-widgets-wrapper.search-form-active .search-form-wrapper button#searchsubmit {
      opacity: 1;
      z-index: 3; }
  .header-widgets-wrapper.search-form-active .search-icon {
    opacity: 0;
    z-index: -1; }
  @media screen and (max-width: 1023px) {
    .header-widgets-wrapper {
      position: relative;
      width: 100%;
      padding: 0 16px;
      top: initial;
      right: initial; }
      .header-widgets-wrapper .search-form-wrapper {
        width: 100%; }
        .header-widgets-wrapper .search-form-wrapper input#s {
          width: 100%;
          max-width: none;
          padding: 0 46px 0 12px; }
        .header-widgets-wrapper .search-form-wrapper button#searchsubmit {
          opacity: 1;
          z-index: 3;
          right: 16px; }
      .header-widgets-wrapper .search-icon {
        display: none; } }

/* component */
/****************************/
/***** NEWSLETTER POPUP *****/
/****************************/
.pop-up {
  position: fixed;
  top: -2000px;
  left: 50%;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  height: auto;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #1f8fa7;
  background: linear-gradient(45deg, #1f8fa7 0%, #33d0bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f8fa7', endColorstr='#33d0bc',GradientType=1 );
  -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 48, 49, 0.5);
  box-shadow: 0px 0px 9px 0px rgba(50, 48, 49, 0.5); }

.pop-up-close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  font-size: 60px;
  line-height: 30px;
  color: #fff;
  /*text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);*/
  z-index: 10000; }

.popup-overlay {
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: -3000px;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 9998; }

.rim-popup-form {
  width: 50%;
  float: left;
  padding: 40px;
  background-color: #1f8fa7;
  min-height: 440px;
  text-align: left; }
  .rim-popup-form > p {
    margin-bottom: 0; }
  .rim-popup-form p {
    color: #fff;
    font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif;
    line-height: 1.5; }
    .rim-popup-form p span {
      display: inline-block;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-style: italic;
      font-size: 42px;
      font-weight: bold;
      text-transform: uppercase;
      border-bottom: 2px solid #e4c34f;
      line-height: 1.2;
      margin: 8px auto 16px; }
  .rim-popup-form input {
    outline: none;
    border: none; }
  .rim-popup-form .rim-btn {
    background-color: #323031;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 16px;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .rim-popup-form .rim-btn:hover, .rim-popup-form .rim-btn:focus {
      background-color: #0f5c86;
      color: #fff; }
  @media screen and (max-width: 580px) {
    .rim-popup-form {
      width: 100%;
      float: none;
      background-color: transparent;
      min-height: 0;
      padding: 32px;
      text-align: center; }
      .rim-popup-form > p {
        max-width: 320px;
        margin: 0 auto 16px;
        text-align: inherit; } }

.rim-popup-img {
  width: 50%;
  float: right;
  padding: 40px;
  background: #1f8fa7;
  background: linear-gradient(45deg, #1f8fa7 0%, #33d0bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f8fa7', endColorstr='#33d0bc',GradientType=1 );
  min-height: 440px; }
  .rim-popup-img img {
    -webkit-transform: translate(6%, 20%);
    transform: translate(6%, 20%); }
  @media screen and (max-width: 580px) {
    .rim-popup-img {
      width: 100%;
      float: none;
      clear: both;
      min-height: 0;
      background: transparent;
      padding: 32px 32px 0; }
      .rim-popup-img img {
        height: 150px; } }

/* end newsletter popup */
/** NEWSLETTER PAGE **/
@media screen and (max-width: 1023px) {
  .page-template-newsletter #content {
    padding-top: 50px; } }

.page-template-newsletter .rim-content-area {
  width: 100%; }

.newsletter-wrapper .rim-popup-form,
.newsletter-wrapper .rim-popup-img {
  background: #fff;
  background-color: #fff; }
  .newsletter-wrapper .rim-popup-form .rim-ebook-dl-btn,
  .newsletter-wrapper .rim-popup-img .rim-ebook-dl-btn {
    margin-top: 32px; }
  .newsletter-wrapper .rim-popup-form p,
  .newsletter-wrapper .rim-popup-img p {
    color: #323031; }

.newsletter-wrapper .rim-popup-img {
  padding: 0 0 0 40px; }
  .newsletter-wrapper .rim-popup-img img {
    height: auto; }
    @media screen and (max-width: 580px) {
      .newsletter-wrapper .rim-popup-img img {
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
        -webkit-transform: none;
        transform: none; } }

.newsletter-wrapper .rim-popup-form {
  padding: 40px 32px 0 20px; }
  .newsletter-wrapper .rim-popup-form > p {
    color: #323031;
    font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif;
    font-weight: 600;
    max-width: 224px;
    line-height: 1.8; }
  @media screen and (max-width: 580px) {
    .newsletter-wrapper .rim-popup-form {
      padding: 0; }
      .newsletter-wrapper .rim-popup-form > p {
        max-width: 400px;
        margin: 0 auto 16px;
        text-align: center; } }
  .newsletter-wrapper .rim-popup-form input {
    background-color: #e7e7e6;
    border: 1px solid #d3d3d1; }
    @media screen and (max-width: 580px) {
      .newsletter-wrapper .rim-popup-form input {
        margin: 0 auto 16px;
        max-width: 320px; } }
    .newsletter-wrapper .rim-popup-form input[type="submit"].rim-btn {
      background-color: #323031; }
      .newsletter-wrapper .rim-popup-form input[type="submit"].rim-btn:hover, .newsletter-wrapper .rim-popup-form input[type="submit"].rim-btn:focus {
        background-color: #0f5c86; }

.your-voice-cta {
  display: block;
  overflow: hidden;
  padding: 40px 0;
  position: relative; }
  .your-voice-cta .your-voice-cta-left {
    float: left;
    width: 165px;
    padding-right: 10px; }
    .your-voice-cta .your-voice-cta-left img {
      width: 100%;
      display: block;
      margin-bottom: 0; }
  .your-voice-cta .your-voice-cta-right {
    float: right;
    border-top: 1px solid #323031;
    border-bottom: 1px solid #323031;
    padding: 9px 5px 9px 0;
    width: calc(100% - 165px);
    text-align: right; }
    .your-voice-cta .your-voice-cta-right h3 {
      text-align: left;
      position: absolute;
      top: 54px;
      left: 100px;
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 22px;
      margin-bottom: 0; }
      .your-voice-cta .your-voice-cta-right h3 > span {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 20px;
        color: #edbc11; }

.single .your-voice-cta .your-voice-cta-left,
.page .your-voice-cta .your-voice-cta-left {
  float: left;
  width: 165px;
  padding-right: 10px; }
  @media screen and (max-width: 575px), (min-width: 900px) and (max-width: 985px) {
    .single .your-voice-cta .your-voice-cta-left,
    .page .your-voice-cta .your-voice-cta-left {
      width: 100%;
      padding-top: 10px;
      padding-right: 0;
      float: none;
      clear: both;
      border-top: 1px solid #323031; } }
  .single .your-voice-cta .your-voice-cta-left img,
  .page .your-voice-cta .your-voice-cta-left img {
    width: 100%;
    display: block;
    margin-bottom: 0; }
    .single .your-voice-cta .your-voice-cta-left img.dt-img,
    .page .your-voice-cta .your-voice-cta-left img.dt-img {
      display: block; }
      @media screen and (max-width: 575px), (min-width: 900px) and (max-width: 985px) {
        .single .your-voice-cta .your-voice-cta-left img.dt-img,
        .page .your-voice-cta .your-voice-cta-left img.dt-img {
          display: none; } }
    .single .your-voice-cta .your-voice-cta-left img.mbl-img,
    .page .your-voice-cta .your-voice-cta-left img.mbl-img {
      display: none; }
      @media screen and (max-width: 575px), (min-width: 900px) and (max-width: 985px) {
        .single .your-voice-cta .your-voice-cta-left img.mbl-img,
        .page .your-voice-cta .your-voice-cta-left img.mbl-img {
          display: block; } }

@media screen and (max-width: 575px), (min-width: 900px) and (max-width: 985px) {
  .single .your-voice-cta .your-voice-cta-right,
  .page .your-voice-cta .your-voice-cta-right {
    width: 100%;
    float: none;
    clear: both;
    border-top: none;
    padding: 20px 20px 10px;
    text-align: center; }
    .single .your-voice-cta .your-voice-cta-right h3,
    .page .your-voice-cta .your-voice-cta-right h3 {
      position: relative;
      top: auto;
      left: auto;
      text-align: center;
      font-size: 32px;
      line-height: 1;
      margin-bottom: 20px; }
      .single .your-voice-cta .your-voice-cta-right h3 > span,
      .page .your-voice-cta .your-voice-cta-right h3 > span {
        display: block;
        font-size: 22px; }
    .single .your-voice-cta .your-voice-cta-right a.rim-btn,
    .page .your-voice-cta .your-voice-cta-right a.rim-btn {
      min-width: 220px; } }

.archive .your-voice-cta .your-voice-cta-left {
  float: left;
  width: 165px;
  padding-right: 10px; }
  @media screen and (max-width: 575px), (min-width: 769px) and (max-width: 890px) {
    .archive .your-voice-cta .your-voice-cta-left {
      width: 100%;
      padding-top: 10px;
      padding-right: 0;
      float: none;
      clear: both;
      border-top: 1px solid #323031; } }
  .archive .your-voice-cta .your-voice-cta-left img {
    width: 100%;
    display: block;
    margin-bottom: 0; }
    .archive .your-voice-cta .your-voice-cta-left img.dt-img {
      display: block; }
      @media screen and (max-width: 575px), (min-width: 769px) and (max-width: 890px) {
        .archive .your-voice-cta .your-voice-cta-left img.dt-img {
          display: none; } }
    .archive .your-voice-cta .your-voice-cta-left img.mbl-img {
      display: none; }
      @media screen and (max-width: 575px), (min-width: 769px) and (max-width: 890px) {
        .archive .your-voice-cta .your-voice-cta-left img.mbl-img {
          display: block; } }

@media screen and (max-width: 575px), (min-width: 769px) and (max-width: 890px) {
  .archive .your-voice-cta .your-voice-cta-right {
    width: 100%;
    float: none;
    clear: both;
    border-top: none;
    padding: 20px 20px 10px;
    text-align: center; }
    .archive .your-voice-cta .your-voice-cta-right h3 {
      position: relative;
      top: auto;
      left: auto;
      text-align: center;
      font-size: 32px;
      line-height: 1;
      margin-bottom: 20px; }
      .archive .your-voice-cta .your-voice-cta-right h3 > span {
        display: block;
        font-size: 22px; }
    .archive .your-voice-cta .your-voice-cta-right a.rim-btn {
      min-width: 220px; } }

/**********************
COMPONENTS
**********************/
.header {
  position: relative;
  z-index: 1000;
  background: #035578;
  background: -webkit-gradient(linear, left top, left bottom, from(#035578), to(#06415a));
  background: linear-gradient(to bottom, #035578 0%, #06415a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$header-grad1', endColorstr='$header-grad2',GradientType=0 ); }
  .header .rim-weave-texture {
    background-image: url("../images/weave-texture.png");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2; }
  .header::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-image: url("../images/torn-edge2.png");
    background-repeat: repeat-x; }
    @media screen and (max-width: 1023px) {
      .header::after {
        display: none; } }
  .header.hero-present::after {
    display: none; }
  .header.hero-present + #container {
    margin-top: 0; }
  @media screen and (max-width: 1023px) {
    .header {
      height: 90px; } }
  .header .top-bar {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #176ea1; }
    @media screen and (max-width: 1023px) {
      .header .top-bar {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none; } }
  .header .rim-logo-bar {
    float: none;
    clear: both;
    padding: 16px 0 0; }
    @media screen and (min-width: 1024px) {
      .header .rim-logo-bar {
        float: left;
        width: 100%;
        max-width: 660px;
        clear: left; } }

#logo {
  width: 100%;
  margin-bottom: 12px;
  z-index: 1001;
  position: relative; }
  #logo a {
    display: block; }
  #logo .rim-logo {
    padding: 0 16px;
    display: block;
    max-width: 258px;
    float: left; }
    #logo .rim-logo svg {
      margin-top: 2px;
      width: 258px;
      height: 75px;
      fill: #2e9ee7; }
    @media screen and (max-width: 1023px) {
      #logo .rim-logo {
        padding: 8px 0 0 0; }
        #logo .rim-logo svg {
          width: 180px;
          height: 60px;
          margin-top: 0; } }
  #logo .rim-tagline {
    color: #fff;
    text-align: left;
    font-size: 15px;
    font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.5px;
    max-width: 320px;
    position: absolute;
    top: 50%;
    left: 320px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #logo .rim-tagline .rim-tagline-sm {
      display: block;
      font-size: 12px;
      color: #2e9ee7;
      font-style: italic;
      font-family: normal;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 1023px) {
      #logo .rim-tagline {
        display: none; } }
  @media screen and (max-width: 1023px) {
    #logo {
      max-width: 150px;
      margin-bottom: 0;
      float: left;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1001; } }

.site-nav {
  display: block;
  position: relative;
  z-index: 1000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 1023px) {
    .site-nav {
      width: initial;
      float: right;
      width: calc(100% - 150px);
      padding-top: 20px; } }

.rim-main-nav ul.main-nav {
  float: left;
  display: table;
  margin: 0;
  overflow: hidden;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center; }
  .rim-main-nav ul.main-nav li {
    display: inline-block;
    padding: 11px 16px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media screen and (min-width: 769px) {
      .rim-main-nav ul.main-nav li {
        border-right: 1px solid #176ea1; }
        .rim-main-nav ul.main-nav li:last-child {
          border-right: none; } }
    .rim-main-nav ul.main-nav li a {
      text-decoration: none;
      color: #e4c34f;
      padding: 4px 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .rim-main-nav ul.main-nav li a:hover {
        color: #fff; }

/* Mobile Navigation - Tablet */
@media screen and (max-width: 1023px) {
  .rim-main-nav {
    display: none;
    float: none;
    width: 100%;
    position: fixed;
    padding-top: 132px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    background-color: #12567d;
    /*background: $header-grad1;
    background: -moz-linear-gradient(top, $header-grad1 0%, $header-grad2 100%);
    background: -webkit-linear-gradient(top, $header-grad1 0%,$header-grad2 100%);
    background: linear-gradient(to bottom, $header-grad1 0%,$header-grad2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$header-grad1', endColorstr='$header-grad2',GradientType=0 );*/
    float: none;
    clear: both;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .rim-main-nav.is-shown {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .rim-main-nav ul.main-nav {
      overflow: visible;
      display: block;
      width: 100%;
      float: none;
      clear: both;
      position: absolute;
      top: 200px; }
      .rim-main-nav ul.main-nav li {
        display: block;
        border-bottom: 1px solid #2e9ee7;
        padding: 0; }
        .rim-main-nav ul.main-nav li:first-child {
          border-top: 1px solid #2e9ee7; }
        .rim-main-nav ul.main-nav li a {
          color: #e4c34f;
          display: block;
          font-size: 18px;
          padding: 5px 8px 5px 60px;
          text-align: left;
          position: relative; }
          .rim-main-nav ul.main-nav li a::before {
            content: '\f105';
            font-family: 'fontawesome';
            position: absolute;
            font-size: 32px;
            line-height: 40px;
            color: #0b4361;
            left: 26px;
            top: -2px; } }

/* Mobile Navigation - Phone */
@media screen and (max-width: 768px) {
  .rim-main-nav ul.main-nav li {
    font-size: 18px; } }

/* Mobile Nav Button */
.nav-button {
  display: none;
  overflow: hidden;
  cursor: pointer;
  margin: 16px 0 16px 16px;
  width: 83px;
  height: 20px;
  position: relative;
  float: right;
  padding-left: 60px;
  z-index: 1001; }
  @media screen and (max-width: 1023px) {
    .nav-button {
      display: block; } }
  .nav-button .nav-button-text {
    position: absolute;
    color: #e4c34f;
    top: 0px;
    right: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    vertical-align: middle; }
  .nav-button span {
    display: block;
    height: 3px;
    background-color: #e4c34f;
    margin-bottom: 5px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .nav-button span:nth-child(2) {
      width: 80%; }
    .nav-button span:last-child {
      margin-bottom: 0; }
  .nav-button.is-active .nav-button-text {
    color: #e4c34f; }
  .nav-button.is-active span {
    background-color: #e4c34f;
    -webkit-transform-origin: center;
    transform-origin: center; }
    .nav-button.is-active span:first-child {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-top: 8px; }
    .nav-button.is-active span:nth-child(2) {
      -webkit-transform: translateX(32px);
      transform: translateX(32px);
      margin-top: -13px;
      opacity: 0; }
    .nav-button.is-active span:nth-child(3) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: -3px; }

@media screen and (max-width: 1023px) {
  body.js-nav-is-active {
    overflow: hidden; } }

.footer {
  clear: both;
  background-color: #fff;
  border-top: 2px solid #d3d3d1;
  margin-top: 80px;
  padding: 16px 0;
  position: relative; }
  @media screen and (max-width: 820px) {
    .footer {
      margin-top: 60px;
      padding: 60px 0; } }

.rim-footer-logo {
  position: absolute;
  top: 16px;
  left: 16px; }
  .rim-footer-logo span, .rim-footer-logo a {
    display: inline-block; }
    .rim-footer-logo span svg, .rim-footer-logo a svg {
      fill: #2e9ee7;
      width: 154px;
      height: 46px; }
  @media screen and (max-width: 820px) {
    .rim-footer-logo {
      position: relative;
      top: auto;
      left: auto;
      display: block;
      margin-left: 20px;
      margin-bottom: 32px;
      text-align: center; } }

.footer-nav-wrapper {
  padding-left: 200px;
  position: relative; }
  @media screen and (max-width: 820px) {
    .footer-nav-wrapper {
      padding-left: 16px; } }
  .footer-nav-wrapper .rim-footer-nav .footer-links {
    float: left; }
    @media screen and (max-width: 820px) {
      .footer-nav-wrapper .rim-footer-nav .footer-links {
        float: none;
        clear: both; } }
    .footer-nav-wrapper .rim-footer-nav .footer-links ul {
      overflow: hidden;
      display: table; }
      .footer-nav-wrapper .rim-footer-nav .footer-links ul li {
        text-transform: uppercase;
        font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 18px;
        display: inline-block;
        margin-right: 32px; }
        .footer-nav-wrapper .rim-footer-nav .footer-links ul li:last-child {
          margin-right: 0; }
        .footer-nav-wrapper .rim-footer-nav .footer-links ul li a {
          color: #8a8a8a; }
          .footer-nav-wrapper .rim-footer-nav .footer-links ul li a:hover, .footer-nav-wrapper .rim-footer-nav .footer-links ul li a:focus {
            color: #2e9ee7; }
      @media screen and (max-width: 820px) {
        .footer-nav-wrapper .rim-footer-nav .footer-links ul {
          margin: auto; }
          .footer-nav-wrapper .rim-footer-nav .footer-links ul li {
            display: block;
            text-align: center;
            padding: 0;
            margin: 0 auto 8px; } }
  .footer-nav-wrapper .rim-social.rim-footer-social {
    padding-top: 6px; }
    @media screen and (max-width: 980px) {
      .footer-nav-wrapper .rim-social.rim-footer-social {
        float: none;
        clear: both;
        bottom: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        position: relative; }
        .footer-nav-wrapper .rim-social.rim-footer-social li:first-child {
          padding-left: 0; } }
    @media screen and (max-width: 820px) {
      .footer-nav-wrapper .rim-social.rim-footer-social {
        margin: 32px auto;
        padding-top: 0; }
        .footer-nav-wrapper .rim-social.rim-footer-social li:first-child {
          padding-left: 16px; } }
    .footer-nav-wrapper .rim-social.rim-footer-social li {
      border-left: none; }
      .footer-nav-wrapper .rim-social.rim-footer-social li a svg {
        fill: #9fa6b4; }
      .footer-nav-wrapper .rim-social.rim-footer-social li a:hover svg, .footer-nav-wrapper .rim-social.rim-footer-social li a:focus svg {
        fill: #2e9ee7; }
  .footer-nav-wrapper .footer-secondary-links {
    float: none;
    clear: both;
    overflow: hidden; }
    .footer-nav-wrapper .footer-secondary-links .footer-links {
      float: none; }
    .footer-nav-wrapper .footer-secondary-links ul {
      -moz-column-count: 3;
      -moz-column-gap: 32px;
      -webkit-column-count: 3;
      -webkit-column-gap: 32px;
      column-count: 3;
      column-gap: 32px;
      max-width: 400px; }
      .footer-nav-wrapper .footer-secondary-links ul li {
        font-size: 16px;
        font-weight: normal;
        display: block;
        font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase; }
        .footer-nav-wrapper .footer-secondary-links ul li a {
          color: #8a8a8a; }
          .footer-nav-wrapper .footer-secondary-links ul li a:hover, .footer-nav-wrapper .footer-secondary-links ul li a:focus {
            color: #2e9ee7; }
    @media screen and (max-width: 820px) {
      .footer-nav-wrapper .footer-secondary-links ul {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
        max-width: 400px;
        margin: auto; }
        .footer-nav-wrapper .footer-secondary-links ul li {
          text-align: center; } }

.copyright {
  margin: 60px auto 32px;
  border-top: 1px solid #d3d3d1;
  border-bottom: 1px solid #d3d3d1;
  color: #8a8a8a;
  padding: 8px 0;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px; }
  .copyright span {
    display: inline-block; }
    @media screen and (max-width: 820px) {
      .copyright span {
        display: block;
        text-align: center;
        clear: both; } }
  .copyright a {
    color: #8a8a8a; }
    .copyright a:hover, .copyright a:focus {
      color: #2e9ee7; }

.blog {
  /*.rim-post-row-wrapper {
    width: 100%;
    float: none;
  }*/ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.rim-rotator {
  overflow: hidden; }
  .rim-rotator .rim-slide {
    background-color: #323031;
    height: 400px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 680px) {
      .rim-rotator .rim-slide {
        height: 300px; } }
    @media screen and (max-width: 480px) {
      .rim-rotator .rim-slide {
        height: 250px; } }
    .rim-rotator .rim-slide > a {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), to(#323031));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #323031 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#323031',GradientType=0 );
      z-index: 1;
      opacity: 0.4; }
    .rim-rotator .rim-slide .rim-img-box {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .rim-rotator .rim-slide:hover .rim-img-box {
      opacity: 0.85; }
  .rim-rotator .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 32px; }
    .rim-rotator .slick-dots li {
      width: 32px;
      margin-right: 5px;
      overflow: hidden;
      display: block;
      float: left; }
      .rim-rotator .slick-dots li button {
        overflow: hidden;
        position: relative;
        height: 5px;
        width: 100%;
        background-color: #fff;
        outline: none;
        border: none;
        display: block;
        border-radius: 0; }
        .rim-rotator .slick-dots li button::before {
          content: '';
          display: block;
          width: 100%;
          height: 5px;
          background-color: #e4c34f;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: right;
          transform-origin: right;
          -webkit-transition: -webkit-transform 300ms linear;
          transition: -webkit-transform 300ms linear;
          transition: transform 300ms linear;
          transition: transform 300ms linear, -webkit-transform 300ms linear; }
      .rim-rotator .slick-dots li.rim-current-slide button::before {
        width: 100%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform 5000ms linear;
        transition: -webkit-transform 5000ms linear;
        transition: transform 5000ms linear;
        transition: transform 5000ms linear, -webkit-transform 5000ms linear; }

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/* ABOUT US NEW PAGE - 2018.04.10
   ========================================================================== */


