
/*!
Theme Name: Rainier Theme
Author: JT Milhoan
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 2.0.0
textdomain: rainier-theme;

Rainier Theme version 1.0.0 author is WP Alchemist
Rainier Theme version 1.0.0 is based on Wolf
Wolf is based on _S ("Underscores"), Copyright (c) 2012 Automattic, Inc. http://underscores.me/
*/
/* Variables */
/* Normalize, _s, Grid System */
/* normalize.scss 2.2.0+normalize.2.1.3 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */

/*
 @import '/wp-content/themes/rainier-theme/slicarousel/css/slicarousel.css';
 @import '/wp-content/themes/rainier-theme/slicarousel/css/slicarousel_style.css';
*/ 


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;
  *display: inline;
  *zoom: 1;
}

/**
 * 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.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * 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
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * 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 {
  font-weight: bold;
}

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
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;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * 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
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 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.
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

/**
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

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

/* =Global
----------------------------------------------- */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: -.025em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  text-transform: uppercase;
}

h2 {
  color: #00a1b1;
  font-size: 14px;
  font-size: 1.4rem;
}

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

/* Text elements */
p {
  margin-bottom: 1.5em;
  line-height: 2;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b, strong {
  font-weight: bold;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

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

th {
  font-weight: bold;
}

/* Links */
a {
  color: #00a1b1;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: '';
  display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both;
}

/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img,
img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

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

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

.site-content .gallery {
  margin-bottom: 1.5em;
}

.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-content .gallery dd {
  margin: 0;
}

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

/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

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

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

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

/* 1026px */
/* 10px */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
/* =========== */
/* All screens */
/* =========== */
#head-container:before,
#main:before,
#colophon:before,
#sidebar-supplementary .wrap:before,
#header-image:before,
.home #primary:before,
#sidebar-home:before,
#masthead:before,
#content:before,
#featured-content:before,
#featured-content .hentry:before,
#sidebar-supplementary .wrap .widget:before,
#sidebar-footer:before, #primary:before,
#left-sidebar:before,
#right-sidebar:before,
#sidebar-home .widget:before,
.site-branding:before,
#sidebar-header:before,
#head-container:after,
#main:after,
#colophon:after,
#sidebar-supplementary .wrap:after,
#header-image:after,
.home #primary:after,
#sidebar-home:after,
#masthead:after,
#content:after,
#featured-content:after,
#featured-content .hentry:after,
#sidebar-supplementary .wrap .widget:after,
#sidebar-footer:after,
#primary:after,
#left-sidebar:after,
#right-sidebar:after,
#sidebar-home .widget:after,
.site-branding:after,
#sidebar-header:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

#head-container:after,
#main:after,
#colophon:after,
#sidebar-supplementary .wrap:after,
#header-image:after,
.home #primary:after,
#sidebar-home:after,
#masthead:after,
#content:after,
#featured-content:after,
#featured-content .hentry:after,
#sidebar-supplementary .wrap .widget:after,
#sidebar-footer:after, #primary:after,
#left-sidebar:after,
#right-sidebar:after,
#sidebar-home .widget:after,
.site-branding:after,
#sidebar-header:after {
  clear: both;
}

#head-container,
#main,
#colophon,
#sidebar-supplementary .wrap,
#header-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.5em; /* jt note/unchanged - try 100% */
  padding-left: 0.83333em;
  padding-right: 0.83333em;
}

#main,
.home #primary,
#sidebar-home,
#masthead,
#content,
#featured-content,
#featured-content .hentry,
#sidebar-supplementary .wrap .widget,
#sidebar-footer, #primary,
#left-sidebar,
#right-sidebar,
#sidebar-home .widget,
.site-branding,
#sidebar-header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.83333em;
  padding-right: 0.83333em;
}

#head-container,
#main,
#colophon,
#sidebar-supplementary .wrap,
#header-image,
.home #primary,
#sidebar-home,
#masthead,
#content,
#featured-content,
#featured-content .hentry,
#sidebar-supplementary .wrap .widget,
#sidebar-footer {
  padding-left: 0;
  padding-right: 0;
}

#primary,
#left-sidebar {
  position: relative;
}

body {
  position: relative;
}

/* ===================== */
/* "Mobile" screen width */
/* ===================== */
@media screen and (max-width: 56em) {
  #head-container,
  #main,
  #colophon,
  #sidebar-supplementary .wrap,
  #header-image,
  .home #primary,
  #sidebar-home,
  #primary,
  #left-sidebar,
  #right-sidebar,
  #sidebar-home .widget,
  #mastheader,
  .site-branding,
  #sidebar-header
  #content,
  #featured-content,
  #featured-content .hentry,
  #sidebar-supplementary .wrap .widget,
  #sidebar-footer {
    clear: both;
    width: 100%;
  }
}
/* ====================== */
/* "Desktop" screen width */
/* ====================== */
@media screen and (min-width: 56em) {
  #left-sidebar,
  #right-sidebar,
  #sidebar-header {
    float: left;
    width: 25%;
  }

  #primary {
    left: 25%;
  }

  #primary {
    float: left;
    width: 50%;
  }

  #left-sidebar {
    left: -50%;
  }

  .site-branding {
    float: left;
    width: 75%;
  }

  #featured-content .hentry, #featured-content .widget, .menu-search {
    float: left;
    width: 33.33333%;
  }

  #head-container,
  #main,
  #colophon,
  #sidebar-supplementary,
  #masthead
  #content,
  #featured-content,
  #sidebar-home,
  #sidebar-footer, .home #primary, #sidebar-supplementary .wrap {
    clear: both;
    width: 100%;
  }

  #featured-content {
    overflow-x: hidden;
  }
  #featured-content .hentry:nth-of-type(3n-2) {
    clear: both;
  }
  #featured-content .hentry:nth-of-type(3n) .entry-header {
    width: 101%;
  }

  .home #primary,
  #sidebar-home {
    left: 0;
  }

  #sidebar-supplementary {
    height: 3.333333333333333em;
    position: absolute;
    top: 0;
    overflow: hidden;
  }

  .menu-search {
    height: 3.333333333333333em;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 1;
  }

  #head-container {
    margin-top: 4.166666666666667em;
  }
}
/* General Styling */
#primary .left-sidebar {
  float: right;
}

.hentry {
  margin: 0 0 1.5em;
}

.entry-meta {
  clear: both;
}

.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

ul {
  list-style: none;
}

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

/* Links */
a {
  color: #00a1b1;
}

#colophon {
  text-align: center;
}

.site-header {
  background-color: #0c2949;
}

.site-branding {
  height: 133px;
}

.site-title {
  margin: 25px 20px 0 20px;
  font-size: 0;
  background: #0c2949 url("images/rainier_logo.png") 0 50% no-repeat;
  background-size: contain;
}
.site-title a {
  display: block;
  height: 76px;
  width: auto;
  max-width: 689px;
}

.site-description {
  font-size: 0;
  margin-top: 0em;
}

#header-image {
  height: 320px;
  overflow: hidden;
  text-align: center;
  position: relative;
  min-height: 320px;
}
.page-child #header-image, .page-template-templatesfree-moving-quote-php #header-image, .post-type-archive-rainier_testimonial #header-image, .single-rainier_testimonial #header-image {
  min-height: 140px;
  height: 140px;
  max-height: 140px;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}
/* =Menu
----------------------------------------------- */
.menu-desc {
  display: none;
}

/* Small menu */
.menu-toggle {
  display: none;
  cursor: pointer;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 2em;
  text-transform: uppercase;
  font-weight: bold;
}

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

.main-navigation li {
  float: left;
  position: relative;
  border-left: 1px solid #ffffff;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  text-decoration: none;
  padding: 8px 0 8px 10px;
  padding: .8rem 0 .8rem 1.0rem;
  width: 160px;
  width: 16rem;
  color: #b8b8b8;
}
.main-navigation a:visited {
  color: #b8b8b8;
}
.main-navigation a:focus {
  color: #0c2949;
}
.main-navigation a:hover {
  color: #0c2949;
}
.main-navigation a:active {
  color: #0c2949;
}

.main-navigation ul ul {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  top: 2.8em;
  left: -1px;
  z-index: 99999;
  background-color: #ffffff;
}

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}

.main-navigation ul ul a {
  color: #0c2949;
  width: 200px;
}

.main-navigation ul ul li {
  border-bottom: 1px solid #ccc;
}

.main-navigation li:hover > a {
  color: #0c2949;
  background-color: #e0ca31;
}

.main-navigation ul ul :hover > a {
  color: #0c2949;
}

.main-navigation ul ul a:hover {
  color: #0c2949;
}

.main-navigation ul li:hover > ul {
  display: block;
}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a,
.main-navigation li.current-menu-ancestor a,
.main-navigation li.current-page-ancestor a {
  color: #000000;
  background-color: #e0ca31;
}

.main-navigation .menu-search {
  margin-top: 1em;
}
.main-navigation .menu-search * {
  display: inline-block;
}
.main-navigation .menu-search #s {
  background-color: #f2f2f2;
  width: 230px;
  width: 23rem;
}
.main-navigation .menu-search #searchsubmit {
  padding: 3px 6px;
}
.main-navigation .menu-search #searchsubmit:hover {
  background-color: #0055a5;
}

@media screen and (max-width: 56em) {
  #head-container {
    margin-top: 40px;
  }

  .main-navigation {
    position: absolute;
    top: 8px;
    top: .8rem;
    left: 0;
    height: 2.2rem;
    width: 100%;
    margin: 0;
  }
  .main-navigation .menu-toggle {
    display: block;
    padding-left: 0;
    height: 2.2rem;
    width: 2.2rem;
    background-color: #e0ca31;
    margin-left: 2rem;
  }
  .main-navigation .menu-toggle:before {
    content: "";
    position: absolute;
    top: 30%;
    left: 5px;
    left: .5rem;
    width: 12px;
    height: 10px;
    border-top: 6px double #0c2949;
    border-bottom: 2px solid #0c2949;
    width: 1.2rem;
    height: 1rem;
    border-top: 0.6rem double #0c2949;
    border-bottom: 0.2rem solid #0c2949;
    margin-left: 2rem;
  }
  .main-navigation ul {
    display: none;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    top: 10px;
    top: 1rem;
    z-index: 99999999;
  }
  .main-navigation ul li {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: none;
    border-right: none;
    background-color: #ffffff;
  }
  .main-navigation ul li a {
    background-color: #ffffff;
    display: block;
    width: auto;
  }
  .main-navigation ul li li:last-child {
    border-bottom: 1px solid #ccc;
  }

  #searchform {
    position: absolute;
    top: 0;
    left: 60px;
    left: 6rem;
    width: auto;
    display: block;
  }

  #sidebar-header {
    display: none;
  }
}
#content .site-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

#content .nav-previous {
  float: left;
  width: 50%;
}

#content .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* sidebar menu */
.custom_testimonial_menu ul {
  color: #00a1b1;
  font-weight: bold;
}

#left-sidebar .widget.widget_nav_menu ul,
#right-sidebar .widget.widget_nav_menu ul {
  padding: 0;
  font-size: 18px;
  font-size: 18px;
  font-weight: bold;
}
#left-sidebar .widget.widget_nav_menu ul ul,
#right-sidebar .widget.widget_nav_menu ul ul {
  margin: .5rem 0 0 1rem;
}
#left-sidebar .widget.widget_nav_menu ul ul a,
#right-sidebar .widget.widget_nav_menu ul ul a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0c2949;
}
#left-sidebar .widget.widget_nav_menu li,
#right-sidebar .widget.widget_nav_menu li {
  line-height: 1.2;
  border-top: 1px solid #ccc;
  padding: 15px 0;
  padding: 1.5rem 0;
}
#left-sidebar .widget.widget_nav_menu li:last-of-type,
#right-sidebar .widget.widget_nav_menu li:last-of-type {
  border-bottom: 1px solid #ccc;
}
#left-sidebar .widget.widget_nav_menu li li,
#right-sidebar .widget.widget_nav_menu li li {
  padding: 5px 0;
  padding: .5rem 0;
  border-top: none;
}
#left-sidebar .widget.widget_nav_menu li li:last-of-type,
#right-sidebar .widget.widget_nav_menu li li:last-of-type {
  border-bottom: none;
}
#left-sidebar .widget.widget_nav_menu a,
#right-sidebar .widget.widget_nav_menu a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
#left-sidebar .widget.widget_nav_menu li > a:hover,
#left-sidebar .widget.widget_nav_menu li.current_page_item > a,
#left-sidebar .widget.widget_nav_menu li.current-menu-item > a,
#right-sidebar .widget.widget_nav_menu li > a:hover,
#right-sidebar .widget.widget_nav_menu li.current_page_item > a,
#right-sidebar .widget.widget_nav_menu li.current-menu-item > a {
  background-color: #e0ca31;
}
#left-sidebar .widget.widget_nav_menu .children,
#right-sidebar .widget.widget_nav_menu .children {
  display: none;
}
.no-js #left-sidebar .widget.widget_nav_menu .page_item_has_children:hover > .children, .no-js #left-sidebar .widget.widget_nav_menu .page_item_has_children a:hover + .children,
#left-sidebar .widget.widget_nav_menu .current_page_item > .children,
#left-sidebar .widget.widget_nav_menu .current_page_ancestor .children, .no-js
#right-sidebar .widget.widget_nav_menu .page_item_has_children:hover > .children, .no-js
#right-sidebar .widget.widget_nav_menu .page_item_has_children a:hover + .children,
#right-sidebar .widget.widget_nav_menu .current_page_item > .children,
#right-sidebar .widget.widget_nav_menu .current_page_ancestor .children {
  display: block;
}

#sidebar-header .widget_nav_menu ul {
  margin: 0;
}
#sidebar-header .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0;
}
#sidebar-header .menu a {
  display: block;
}
#sidebar-header .menu li {
  position: relative;
  padding: 0 0 0 10px;
  padding: 0 0 0 1rem;
}
#sidebar-header .menu li:hover {
  background-color: #e0ca31;
}
#sidebar-header .menu ul {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  top: 1.5em;
  left: 2em;
  z-index: 999999;
  background-color: #ffffff;
  padding: 0;
}
#sidebar-header .menu ul li {
  padding: 0;
}
#sidebar-header .menu ul a {
  display: block;
  text-decoration: none;
  text-decoration: none;
  padding: 8px 0 8px 10px;
  padding: .8rem 0 .8rem 1.0rem;
  width: 160px;
  width: 16rem;
  color: #0c2949;
  border-top: 1px solid #ccc;
}
#sidebar-header .menu ul a:visited {
  color: #0c2949;
}
#sidebar-header .menu ul a:focus {
  color: #0c2949;
}
#sidebar-header .menu ul a:hover {
  color: #0c2949;
}
#sidebar-header .menu ul a:active {
  color: #0c2949;
}
#sidebar-header .menu li:hover > ul {
  display: block;
}
#sidebar-header .menu li:hover > a {
  color: #0c2949;
  background-color: #e0ca31;
}
#sidebar-header .menu li:hover > a .menu-desc {
  color: #0c2949;
}
#sidebar-header .menu ul :hover > a {
  color: #0c2949;
}
#sidebar-header .menu ul a:hover {
  color: #0c2949;
}
#sidebar-header .menu li.current_page_item,
#sidebar-header .menu li.current-menu-item,
#sidebar-header .menu li.current-page-ancestor,
#sidebar-header .menu li.current_page_parent {
  background-color: #e0ca31;
}
#sidebar-header .menu li.current_page_item a,
#sidebar-header .menu li.current-menu-item a,
#sidebar-header .menu li.current-page-ancestor a,
#sidebar-header .menu li.current_page_parent a {
  color: #0c2949;
}
#sidebar-header .menu li.current_page_item a .menu-desc,
#sidebar-header .menu li.current-menu-item a .menu-desc,
#sidebar-header .menu li.current-page-ancestor a .menu-desc,
#sidebar-header .menu li.current_page_parent a .menu-desc {
  color: #0c2949;
}

#colophon {
  margin-top: 2em;
  margin-bottom: 5em;
  color: #adadad;
}
#colophon a {
  color: #adadad;
  text-decoration: none;
}
#colophon a:visited {
  color: #adadad;
}
#colophon a:focus {
  color: #000000;
}
#colophon a:hover {
  color: #000000;
}
#colophon a:active {
  color: #000000;
}
#colophon .widget-title {
  color: #adadad;
}
#colophon #searchform label {
  color: #adadad;
}
#colophon #sidebar-footer {
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  position: relative;
  text-align: left;
  margin-left: 4rem;
  margin-right: 4rem;
  width: auto;
}

.link-button {
  text-transform: uppercase;
  background: #0c2949;
  display: inline-block;
  position: relative;
  padding-left: 5px;
  color: #ffffff;
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 700;
}
.link-button:hover {
  background-color: #0055a5;
}
.link-button:before {
  display: inline-block;
  content: '.';
  height: auto;
  width: 20px;
  position: absolute;
  right: -20px;
  background-color: #e0ca31;
  color: #e0ca31;
}
.link-button:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #0c2949;
  position: relative;
  left: 13px;
  top: 1px;
  background-color: #e0ca31;
}

/*****************
* Forms
*****************/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  font-size: 75%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #0c2949;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.3;
  border: 1px solid #0c2949;
  color: #ffffff;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

/** gravity forms **/
.site .gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 2px 5px;
}
.site .gform_wrapper .gform_footer input[type="submit"] {
  text-transform: uppercase;
  background: #0c2949;
  display: inline-block;
  position: relative;
  padding: 2px 5px;
  color: #ffffff;
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 700;
}
.site .gform_wrapper .gform_footer input[type="submit"]:hover, .site .gform_wrapper .gform_footer input[type="submit"].hovered {
  background-color: #0055a5;
  border-color: #0055a5;
}
.site .gform_wrapper .gform_footer input[type="submit"] + .arrow {
  display: inline-block;
  height: auto;
  width: 16px;
  background-color: #e0ca31;
  color: #e0ca31;
  font-size: 10px;
  font-size: 1rem;
  padding: 2px 0;
}
.site .gform_wrapper .gform_footer input[type="submit"] + .arrow:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #0c2949;
  position: relative;
  left: 2px;
  top: 1px;
  background-color: #e0ca31;
}
.site .gform_wrapper .top_label .gfield_label {
  margin: 0;
  font-weight: normal;
}
.site .gform_wrapper .gfield {
  background-color: #f3f3f4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f3f3f4;
  -moz-box-shadow: 1px 1px 1px 1px #a3a3ab;
  -webkit-box-shadow: 1px 1px 1px 1px #a3a3ab;
  box-shadow: 1px 1px 1px 1px #a3a3ab;
}
.site .gform_wrapper .gfield.form_section_2 {
  background-color: #d6f3f6;
}
.site .gform_wrapper .gfield.form_section_3 {
  background-color: #f3f2dd;
}
.site .gfield input[type=text],
.site .gfield input[type=url],
.site .gfield input[type=email],
.site .gfield input[type=tel],
.site .gfield input[type=number],
.site .gfield input[type=password],
.site .gfield textarea,
.site .gfield select {
  border: 1px solid #f3f3f4;
  background-color: #f3f3f4;
  color: #0c2949;
  width: 100%;
}
.site .gfield.form_section_2 input[type=text],
.site .gfield.form_section_2 input[type=url],
.site .gfield.form_section_2 input[type=email],
.site .gfield.form_section_2 input[type=tel],
.site .gfield.form_section_2 input[type=number],
.site .gfield.form_section_2 input[type=password],
.site .gfield.form_section_2 textarea,
.site .gfield.form_section_2 select {
  border: 1px solid #d6f3f6;
  background-color: #d6f3f6;
}
.site .gfield.form_section_3 input[type=text],
.site .gfield.form_section_3 input[type=url],
.site .gfield.form_section_3 input[type=email],
.site .gfield.form_section_3 input[type=tel],
.site .gfield.form_section_3 input[type=number],
.site .gfield.form_section_3 input[type=password]
.gfield.form_section_3 textarea,
.site .gfield.form_section_3 select {
  border: 1px solid #f3f2dd;
  background-color: #f3f2dd;
}
.site .gform_wrapper .top_label input.medium, .site .gform_wrapper .top_label select.medium {
  width: 100%;
}
.site .gfield {
  display: table;
  border-spacing: .5em 0;
  width: 100%;
  color: #666;
  border: 1px solid #ccc;
  background-color: white;
  margin-bottom: 1em;
}
.site .gfield input {
  border: none;
  width: 100%;
  padding-left: 1em;
}
.site .gform_wrapper ul li.form_first_half,
.site .gform_wrapper ul li.form_last_half {
  width: 49%;
  float: left;
  clear: none;
  margin-right: 2%;
}
.site .gform_wrapper ul li.form_last_half {
  margin-right: 0;
}
.site .gfield_label, .site .ginput_container {
  display: table-cell;
}
.site .gfield_label {
  border-right: 1px solid rgba(12, 41, 73, 0.5);
  padding-right: 1.5em;
  line-height: 1;
  white-space: nowrap;
  font-weight: normal;
  color: rgba(12, 41, 73, 0.5);
}
.site .ginput_container {
  width: 100%;
}
.site .gform_wrapper ul li.gfield_html {
  background-color: transparent;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.site .gform_wrapper ul li.gfield_html h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.site .gfield_required {
  display: none;
}
.site .gform_wrapper .gfield.form_top_label {
  display: block;
}
.site .gform_wrapper .gfield.form_top_label .gfield_label {
  display: block;
  width: 100%;
  border-right: none;
  line-height: 2em;
  padding-left: .5em;
}
.site .gform_wrapper .gfield.form_top_label .ginput_container {
  display: block;
  width: 100%;
  line-height: 2em;
  padding-left: .5em;
}

.page-template-templatesabout-php .entry-content form ul > li:first-of-type > label {
  position: relative;
  top: -3px;
}
.page-template-templatesabout-php .entry-content label {
  padding-left: 5px;
}
.page-template-templatesabout-php .gform_wrapper .ginput_complex .ginput_left, .page-template-templatesabout-php .gform_wrapper .ginput_complex .ginput_right, .page-template-templatesabout-php .gform_wrapper .ginput_complex .ginput_full {
  min-height: 0;
}
.page-template-templatesabout-php .ginput_complex {
  min-height: 0;
}
.page-template-templatesabout-php .ginput_complex > span {
  position: relative;
  max-height: 1.8em;
}
.page-template-templatesabout-php .ginput_complex > span > input:focus + label {
  display: none;
}
.page-template-templatesabout-php .ginput_complex > span > label {
  position: absolute;
  left: 10px;
  top: 2px;
}

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img,
img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  max-width: 100%;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 1.5em;
}

.wp-caption img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

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

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

#content .gallery {
  margin-bottom: 1.5em;
}

#content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

#content .gallery dd {
  margin: 0;
}

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

/* remove margin from nested lists -- */
li > ul,
li > ol {
  margin-bottom: 0;
}

/* prevents long titles from breaking */
* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* Page / Post / Ect - Specific */
.comment-author img {
  border-radius: 50%;
  float: left;
  padding: .2em;
}

.site-main {
  padding-top: 40px;
  padding-top: 4rem;
}
.home .site-main {
  padding-top: 0;
}

.hentry.rainier_testimonial {
  border-bottom: 1px solid #ccc;
}
.hentry.rainier_testimonial:last-of-type {
  border-bottom: none;
}

.featured-content p {
  margin: 1em 0;
}
.featured-content .hentry {
  margin-bottom: 0;
}
.featured-content .entry-header {
  padding: 12px 40px 12px 40px;
  padding: 1.2rem 4rem 1.2rem 4rem;
}
.featured-content .entry-content {
  padding: 0 40px 0 40px;
  padding: 0 4rem 0 4rem;
  margin: 0;
}
@media screen and (min-width: 56em) {
  .featured-content .hentry:nth-of-type(3n) .entry-header,
  .featured-content .hentry:nth-of-type(3n) .entry-content {
    padding-left: 0;
  }
}
@media screen and (min-width: 56em) {
  .featured-content .hentry:nth-of-type(3n-2) .entry-header,
  .featured-content .hentry:nth-of-type(3n-2) .entry-content {
    padding-right: 0;
  }
}
@media screen and (min-width: 56em) {
  .featured-content .hentry:nth-of-type(3n-1) .entry-header,
  .featured-content .hentry:nth-of-type(3n-1) .entry-content {
    padding-right: 20px;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 56em) {
  .featured-content .hentry:nth-of-type(3n-1) .entry-header,
  .featured-content .hentry:nth-of-type(3n-1) .entry-content {
    padding-left: 20px;
    padding-left: 2rem;
  }
}
.featured-content .entry-header {
  background: #00a1b1;
  margin: 0;
}
.featured-content .entry-header a {
  color: #ffffff;
  text-decoration: none;
}
.featured-content .entry-header a:visited {
  color: #ffffff;
}
.featured-content .entry-header a:focus {
  color: #e0ca31;
}
.featured-content .entry-header a:hover {
  color: #e0ca31;
}
.featured-content .entry-header a:active {
  color: #e0ca31;
}
.featured-content .entry-title {
  margin-top: 0;
  margin-bottom: .4em;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.featured-content .post-thumbnail {
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
}
.featured-content .post-thumbnail img:hover {
  opacity: 0.5;
}
.featured-content .wp-post-image {
  display: block;
  margin: 0 auto;
}

.entry-title {
  color: #11213b;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.entry-title a {
  text-decoration: none;
}
.page-template-templatesguide-main-php .entry-title, .page-template-templatesguide-php .entry-title, .page-template-templatesforms-main-php .entry-title, .page-template-templatesforms-php .entry-title, .post-type-archive-rainier_testimonial .entry-title, .single-rainier_testimonial .entry-title {
  color: #00a1b1;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.4;
}
.post-type-archive-rainier_testimonial .entry-title, .single-rainier_testimonial .entry-title {
  line-height: 1.5;
}

.entry-content h1 {
  color: #00a1b1;
  font-size: 18px;
  font-size: 1.8rem;
}

.country-list a {
  color: #000;
  text-decoration: none;
}
.country-list h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.country-list p {
  margin-top: 0;
}

/** class for testimonial names **/
.testimonial-name {
  font-weight: bold;
  color: #11213b;
}

.post-type-archive-rainier_testimonial #content {
  padding-top: 9px;
  padding-top: 0.9rem;
}

/* === Sprites === */
.quick_links-sprite, .quick_links-forms, .quick_links-guide, .quick_links-info, .quick_links-mobile, .quick_links-rainier {
  background: #dfdfdf url("images/quick_links.png") no-repeat;
  padding-left: 40px;
  height: 42px;
  line-height: 3.4;
  margin-bottom: 8px;
  color: #000000;
}
.quick_links-sprite a, .quick_links-forms a, .quick_links-guide a, .quick_links-info a, .quick_links-mobile a, .quick_links-rainier a {
  color: #000000;
  text-decoration: none;
  display: block;
  width: auto;
}
.quick_links-sprite:hover, .quick_links-forms:hover, .quick_links-guide:hover, .quick_links-info:hover, .quick_links-mobile:hover, .quick_links-rainier:hover {
  background-image: url("images/quick_links_hovers.png");
  background-color: #f6f6f6;
}

.quick_links-forms {
  background-position: 0 -42px;
}

.quick_links-guide {
  background-position: 0 -168px;
}

.quick_links-info {
  background-position: 0 -126px;
}

.quick_links-mobile {
  background-position: 0 -84px;
}

.quick_links-rainier {
  background-position: 0 0;
}

.people {
  width: 100%;
}
.people .person {
  display: inline-block;
  float: left;
  width: auto;
  text-align: center;
  margin-bottom: 5px;
  margin-bottom: .5rem;
}
.people .person img {
  margin: 5px;
  margin: .5rem;
}
.people .person span {
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  padding: .5rem;
}

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

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

.widget {
  margin: 0 0 1.5em;
}

.widget-title {
  color: #11213b;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 12px;
  margin-top: 1.2rem;
  text-transform: uppercase;
}
.custom_testimonial_menu .widget-title {
  letter-spacing: -.050em;
}

#left-sidebar,
#right-sidebar {
  padding-top: 10px;
  padding-top: 1rem;
}

#left-sidebar .widget,
#right-sidebar .widget {
  margin-left: 25px;
  max-width: 175px;
  margin-bottom: 4em;
}
#left-sidebar .widget .gfield,
#right-sidebar .widget .gfield {
  display: block;
}
#left-sidebar .widget .gfield_label, #left-sidebar .widget .ginput_container,
#right-sidebar .widget .gfield_label,
#right-sidebar .widget .ginput_container {
  display: block;
}
#left-sidebar .widget .gfield_label,
#right-sidebar .widget .gfield_label {
  border-right: none;
  line-height: 2.4;
  padding: 0 .5em;
}
#left-sidebar .widget .ginput_container,
#right-sidebar .widget .ginput_container {
  background-color: #ffffff;
}
#left-sidebar .widget .gform_wrapper input[type=text],
#left-sidebar .widget .gform_wrapper input[type=url],
#left-sidebar .widget .gform_wrapper input[type=email],
#left-sidebar .widget .gform_wrapper input[type=tel],
#left-sidebar .widget .gform_wrapper input[type=number],
#left-sidebar .widget .gform_wrapper input[type=password],
#right-sidebar .widget .gform_wrapper input[type=text],
#right-sidebar .widget .gform_wrapper input[type=url],
#right-sidebar .widget .gform_wrapper input[type=email],
#right-sidebar .widget .gform_wrapper input[type=tel],
#right-sidebar .widget .gform_wrapper input[type=number],
#right-sidebar .widget .gform_wrapper input[type=password] {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  width: 100%;
}

#right-sidebar .widget {
  max-width: 200px;
  padding: 0 0 0 40px;
  margin: 0;
  border-left: 1px solid #ccc;
}
#right-sidebar .widget-title {
  color: #00a1b1;
}
/* jt */
#left-sidebar .widget { border-right: 1px solid #ccc; }
#left-sidebar .widget-title { color: #00a1b1;}
/* /jt */

/* jt */
@media screen and (max-width: 56em) {
  #left-sidebar,
  #right-sidebar {
    border-top: 1px solid #ccc; 
  }
  #left-sidebar .widget,
  #right-sidebar .widget {
    border-width: 0;
    padding: 0;
    margin: 3em 2em;
    max-width: 100%;
    width: auto;
    text-align: center;
    font-size: 2rem;
  }
}
/* /jt */

#sidebar-header {
  padding: 40px 10px 10px 60px;
  padding: 4rem 1rem 1rem 6rem;
}
#sidebar-header .widget {
  color: #ffffff;
  border-left: 1px solid #ffffff;
  padding-left: 1px;
  padding-left: .1rem;
}
#sidebar-header .widget a {
  color: #b8b8b8;
  text-decoration: none;
  text-transform: uppercase;
}
#sidebar-header .widget a:visited {
  color: #b8b8b8;
}
#sidebar-header .widget a:focus {
  color: #0c2949;
}
#sidebar-header .widget a:hover {
  color: #0c2949;
}
#sidebar-header .widget a:active {
  color: #0c2949;
}
#sidebar-header .menu-desc {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #e0ca31;
  padding-left: 5px;
  padding-left: .5rem;
}
#sidebar-header .menu-desc:hover {
  color: #0c2949;
}

#sidebar-quote {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 40px 40px;
}
#sidebar-quote .widget {
  max-width: 390px;
}
#sidebar-quote .widget-title {
  text-align: left;
}
#sidebar-quote .widget.gform_widget .gfield {
  margin-bottom: .5em;
  -moz-box-shadow: 0px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px rgba(0, 0, 0, 0.25);
}
#sidebar-quote .widget.gform_widget .widget-title {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #e0ca31;
  margin: 0;
}
#sidebar-quote .widget.gform_widget .gform_wrapper ul li.gfield {
  background-color: #ffffff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#sidebar-quote .widget.gform_widget .gform_wrapper input[type=text],
#sidebar-quote .widget.gform_widget .gform_wrapper input[type=url],
#sidebar-quote .widget.gform_widget .gform_wrapper input[type=email],
#sidebar-quote .widget.gform_widget .gform_wrapper input[type=tel],
#sidebar-quote .widget.gform_widget .gform_wrapper input[type=number],
#sidebar-quote .widget.gform_widget .gform_wrapper input[type=password] {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  width: 100%;
}

#sidebar-home {
  height: 320px;
}

#sidebar-home .widget {
  padding: 0;
  margin: 0;
}

#sidebar-home .soliloquy-container .soliloquy-pager {
  display: none;
}

#sidebar-home .soliloquy-container .soliloquy-controls-direction {
  display: none;
}

#sidebar-home .soliloquy-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: none !important;
  width: 1026px;
  width: 85.5em;
}

#sidebar-home .soliloquy-container .soliloquy .soliloquy-slides img {
  width: 100%;
}

/* jt */
/*
.affiliates {
  text-align: center;
  margin: 10px 20px 0;
  margin: 1rem 20rem 0;
}
@media screen and (min-width: 56em) {
  .affiliates {
    margin: 6px 0;
    margin: .6rem 0;
    width: auto;
    float: right;
  }

  .affiliates a {
    float: left;
  }
}
*/
.affiliates {
  text-align: center;
  margin: 10px 0;
  float: right;
}
@media screen and (max-width: 56em) {
  .affiliates {
    padding: 0 4em;
    float: left;
  }

  .affiliates a {
    float: left;
  }
}
/* /jt */

.affiliates img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
max-height: 36px;
}
@media screen and (min-width: 56em) {
  .affiliates img {
    float: left;
  }
}
.affiliates img:hover {
  filter: none;
  /* Firefox 3.5+ */
  filter: none;
  /* IE6+ */
  filter: grayscale(0);
  /* Current draft standard */
  -webkit-filter: grayscale(0);
  /* New WebKit */
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.affiliates .social {
  height: 40px;
  height: 4rem;

  /* jt */
  /*
  padding: 5px 30px;
  padding: .5rem 3rem;
  display: inline-block;
  border-left: 1px solid #d8d8d8;
  */
  padding: 5px 0 5px 30px;
  padding: .5rem 0 .5rem 3rem;
  float: right;
  /* /jt */

  display: inline-block;
  margin: 2px 0 0 24px;
  margin: .2rem 0 0 2.4rem;
}
.affiliates .social img {
  margin: 0 2px;
  margin: 0 .2rem;
}
@media screen and (min-width: 56em) {
  .affiliates .social {
    float: left;
  }
}
/* jt */
@media screen and (max-width: 56em) {
  /* .affiliates .social {} */
}
/* /jt */

.country-info h3 {
	color : #00a1b1;	
	margin:  2em 0 0.5em 0;
}

.country-info ul {
	margin-top:0;
	margin-bottom:0.5em;
	padding-top:0;
	padding-bottom:0;
	
	list-style-type: disc;

}

.country-info p {
	margin:  1em 0 0.5em 0;
	padding: 0;
}

/****************************************/
/* jt */

/* jt gravity overrides 558 */
/* home free quick quote */
#gform_widget-5 {
  background-color: rgba(12,41,73, 0.5);
  padding: 0 10px;
  margin-top: 10px;
}

/* home FQQ submit button overrides L2282 */
/*
.gform_legacy_markup_wrapper .gform_footer input.button,
 .gform_legacy_markup_wrapper .gform_footer input[type=submit],
 .gform_legacy_markup_wrapper .gform_page_footer input.button,
 .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
*/
#gform_submit_button_1 {
  font-size:1em;
  margin:0 16px 0 0;
  width:50%;
  background-color: rgb(242, 202,49);
  color: black;
 }

 .gform_footer span.arrow {
  height: 0;
  width: 0;
  visibility:hidden;
 }

/*
body,
button,
input,
select,
textarea {
  line-height: 1.5;
}
*/

/* center linkspage logos */
@media screen and (max-width: 56em) {
  article#post-496 div.entry-content p a {
    text-align:center;
    /*
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    */
  }
}





/* slideshow and header-image overrides */
ul.carousel li.slide,
body.post-type-archive-rainier_testimonial div#header-image,
body.page-template-default div#header-image,
body.page-template-templates div#header-image,
#sidebar-home {
  height: 380px;
}

body.page-id-2 div#header-image { background-image: url('media/media_771-2048x1365.jpg'); } /* about */
body.page-id-501 div#header-image { background-image: url('media/media_998-2048x1143.jpg'); } /* moving-guide */
body.page-id-13 div#header-image { background-image: url('media/media_919-2048x1362.jpg'); } /* forms */
body.page-id-496 div#header-image { background-image: url('media/media_854-2048x1365.jpg'); } /* links */
body.page-id-22 div#header-image { background-image: url('media/media_286-2048x1027.jpg'); } /* contact */
body.page-id-9 div#header-image { background-image: url('media/media_740-2048x1365.jpg'); } /* estimate */
body.page-id-2399 div#header-image { background-image: url('media/media_386-2048x1365.jpg'); } /* video */

/* testimonials and blog pages */
/*
body.page-id-9 div#header-image,
body.page-id-2399 div#header-image {
  min-height: none;
  max-height: none;
  height: 244px;
}
*/

/* pp */
div#header-image {
  background-size: cover;
  background-repeat: none;
  background-position: center;
}

@media screen and (max-width: 56em) {
  
  /* slideshow overrides */
  ul.carousel li.slide,
  body.post-type-archive-rainier_testimonial div#header-image,
  body.page-template-default div#header-image,
  body.page-template-templates div#header-image,
  #sidebar-home {      
    height: 450px; /* L2476 320px; */
  }
  
  /* slideshow L2491 */
  #sidebar-home .soliloquy-container {
    /*
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    max-width: none !important;
    width: 1026px;
    width: 85.5em;
    */
    width: 100%;
  }
    
  
}

@media screen and (max-width: 641px) {
  ul.carousel li.slide,
  body.post-type-archive-rainier_testimonial div#header-image,
  body.page-template-default div#header-image,
  body.page-template-templates div#header-image,
  #sidebar-home {
    height: 520px; /* L2476 320px; */
  }
}
/****************************************/



/* main navigation overrides */
.main-navigation li {
  margin-bottom: 5px;
  margin-right: 2px;
  border-left: 1px solid rgb(0, 161, 177);
}
.main-navigation a {

  padding: 0.3em 1em;
}

/*
nav#site-navigation {
  min-height: 200px;
  padding-bottom: 2em;
}
*/

/* jt menu overrides */
#sidebar-header .widget {
  border-color:rgb(0, 161, 177); /* L2398 #ffffff */
  margin-left: 9.5px;
}
/*
li.menu-item {
  margin-bottom: 5px;
  margin-right: 2px;
  border-left: 1px solid rgb(0, 161, 177);
}
*/


/* featured article overrides, more in breakpoint L2118 */
.featured-content .entry-header {
  padding-bottom: 2rem;
}

.post-thumbnail {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  height: 150px;
  border: 3px solid white;
}
/* 
header.entry-header {
  padding-top: 50px;
  padding-bottom: 50px;
}
*/

div#hero_slides {
  background-color:red;
  width: 100%;
  height: 300px;
}


/* jt : widget nav menus overrides
 *      affects custom_testimonial_menu  
 */
#left-sidebar .widget.widget_nav_menu li:last-of-type,
#right-sidebar .widget.widget_nav_menu li:last-of-type {
  border-bottom: 0;
}


#left-sidebar .widget.widget_nav_menu ul ul a,
#right-sidebar .widget.widget_nav_menu ul ul a {
  font-weight: normal;
  text-transform: none;
}
@media screen and (max-width: 56em) {

  #left-sidebar .widget.widget_nav_menu ul ul,
  #right-sidebar .widget.widget_nav_menu ul ul {
    margin-left: 0;
  }  
  #left-sidebar .widget.widget_nav_menu ul,
  #right-sidebar .widget.widget_nav_menu ul {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #left-sidebar .widget.widget_nav_menu ul ul a,
  #right-sidebar .widget.widget_nav_menu ul ul a {
    font-size: 18px;
    font-size: 1.8rem;
  }
/*
  #left-sidebar aside.custom_testimonial_menu ul li {

    font-size: 40px;

  }
*/
}
/* /jt : custom_testimonial_menu overrides */



/* mobile */
@media screen and (max-width: 56em) {

  /* body { font-size: 1.5rem; } */

  .post-thumbnail { height: 200px; }
  .entry-content p { font-size: 1.75em; }
  .entry-content h3 span { font-size: 1.2em; }
  .entry-header .entry-meta { font-size: 1.5em; }   /* timestamp */

  /*
  .entry-content h1 {
    font-size: 1.5em;
  }
  */

  /* .entry-content a.link-button { font-size: 5em; } */

  /* featured article overrides L2118 */
  .featured-content .entry-header {
    padding: 4rem;
  }

  /* delete me
  h3.entry-title a, h3.entry-title { font-size: 1.5em; }
  */
  .featured-content .entry-title { font-size: 30px; /* 36px; /* 24px; L2173 */ }


  /* full size from 2201: 18px + 1.8rem + 2.4 wide */
  .page-template-templatesguide-main-php .entry-title, .page-template-templatesguide-php .entry-title, .page-template-templatesforms-main-php .entry-title, .page-template-templatesforms-php .entry-title, .post-type-archive-rainier_testimonial .entry-title, .single-rainier_testimonial .entry-title {
    /* color: #00a1b1; */
    font-size: 24px; 
    font-size: 2.4rem;
    /* line-height: 4.0; */
  }



  /* gravityforms */
  aside.gform_widget {
    font-size: 1.5em;
  }

  /* aside.gform_widget*/
  #sidebar-quote .widget.gform_widget .widget-title { 
    /*font-size: 30px;    */ 
    font-size: 2.4rem; 
    /* 30px; /jt 36px; /* 24px; L2452 */ 
  }



  .link-button {
    /* text-transform: uppercase;
    background: #0c2949;
    display: inline-block;
    position: relative;
    padding-left: 5px;
    color: #ffffff;
    color: #ffffff; */
    font-size: 18px; /* 10px; L1656 */
    /* font-size: 1rem;
    text-decoration: none;
    font-weight: 700; */
  }

  /* L2247 */
  .quick_links-guide,
  /*  .quick_links-sprite, */
  .quick_links-forms,
  .quick_links-info,
  .quick_links-mobile,
  .quick_links-rainier {
    font-size: 18px;
    line-height: 40px;
  }

  .soliloquy-wrappper,
  .solilioquy-viewport, 
  .soliloquy-item, 
  .soliloquy-image-slide {
    background-color: red;
    background-image: url('/wp-content/uploads/2014/10/Main_ShipSunset-1026x440_c.jpg');
    background-size: cover;
  }
}



/***************************************
 * jt
 * slicarousel
 * note:[soliloquy id="1064"]
 * 
 * slicarousel.css
 */
 /*
.arrows span{
    position: absolute;
    z-index: 10;
    top: 47%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 250ms cubic-bezier(0.25, 0.1, 0, 1.16);
}

.arrows span svg{
    fill: rgba(50, 50, 50, 1);
    transition: all 200ms ease;
}

.arrows span.prev{
    left: 5%;
}

.arrows span.next{
    right: 5%;
}
*/


/* slicarousel_style.css */
/*
*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box
}

h2{
  text-align: center;
  font-size: 57px;
  font-family: "Source sans pro", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 50px 0;
  font-size: 72px;
  background-image: linear-gradient(to right, #0c1f2d 0%, #8db2d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
*/

.the_slider_container {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 440px;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 56em) {
  ul.carousel li.slide,
  .the_slider_container,
  #sidebar-home { /* redundant: in media section above - L2476 320px; */
    height: 500px;
  }
}

.the_slider {
  z-index: -1;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;

  /* temporary */
  background-color: rgb(12, 41, 73);
  background-image: url('media/media_286_lg.jpg');
  background-size: cover;
  background-position: center center;

  -webkit-animation: anim 40s infinite;
  animation: anim 40s infinite;
  -webkit-animation-timing-function: steps(1, end);
  animation-timing-function: steps(1, end);

}

/* @-webkit-keyframes test { */
@keyframes anim {
  0%  { background-image: url('media/media_230_lg.jpg'); }
  25% { background-image: url('media/media_286_lg.jpg'); }
  50% { background-image: url('media/media_740_lg.jpg'); }
  75% { background-image: url('media/media_771_lg.jpg'); }
}

.the_slider .s_slide{
  display: block;
  width: 100%;
  height: 100%;
  float: left;
}

.the_slider .s_slider_container{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* .the_slider .s_slider_container:active { cursor: -webkit-grabbing; } */
/*
.the_slider .s_slide_0 { background-image: linear-gradient(120deg, #a18cd1 0%, #fbc2eb 100%); }
.the_slider .s_slide_1 { background-image: linear-gradient(120deg, #fbc2eb 0%, #330867 100%); }
.the_slider .s_slide_2 { background-image: linear-gradient(120deg, #330867 0%, #8ec5fc 100%); }
.the_slider .s_slide_3 { background-image: linear-gradient(120deg, #8ec5fc 0%, #84fab0 100%); }
.the_slider .s_slide_4 { background-image: linear-gradient(120deg, #84fab0 0%, #a18cd1 100%); }
*/

/*
@media only screen and (max-width:641px) {
  .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
   line-height:normal
   min-height:1rem;
  }
}
*/

/* slides */
.slideshow {
	position:relative;
	margin:0 0 1em;
	direction:ltr;
}

.slideshow a {
	font-size:.75em;
	line-height:2em;
	text-decoration:none;
	color:#fff;
	background:#666;
}

.slideshow a:hover,
.slideshow .selected a {
	background-color:#333;
}

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

.slide {
	z-index:100;
}

.slide img {
	display:block;
}

/* pagination */
.slides-pagination {
	position:absolute;
	bottom:1em;
	left:1em;
	margin:0;
	padding:0;
	list-style:none;
	z-index:110;
}

.slides-pagination li {
	display:inline;
}

.slides-pagination a {
	display:block;
	float:left;
	width:2em;
	margin-right:5px;
}

/* skip */
.slides-next,
.slides-prev {
	position:absolute;
	top:50%;
	margin-top:-1em;
	padding:0 .5em;
	z-index:120;
}

.slides-next {
	right:0;
}

.slides-prev {
	left:0;
}

.slides-next.disabled,
.slides-prev.disabled {
	opacity:.5;
	cursor:auto;
}

.slide {
	width: 100%;
	/* height: inherit; */
	background-position:center;
	background-size:cover;
}
#slide_2 { background-image: url('media/media_286_2560.jpg'); }
#slide_3 { background-image: url('media/media_740_2560.jpg'); }
#slide_4 { background-image: url('media/media_771_2560.jpg'); }
#slide_1 { background-image: url('media/media_230_2560.jpg'); }

/* 6.2.2 <p></p> before and after plug widget bug */
div#sidebar-home aside#block-3 p {
  line-height: 0;
  visibility: hidden;
  height: 0;
  font-size:0;
}