/*
Theme Name: REI_v1_2
Theme URI: http://reiusa.net
Author: Research Electronics International
Author URI: http://reiusa.net
Description: Custom theme based on _S designed for Research Electronics located in Algood, Tennessee.
Version: 1.23
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rei_v1_2
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

REI_v1_21 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Flexbox
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Search 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
	font-family: 'Lato';
	src: url('css/fonts/Lato-BlackItalic.woff2') format('woff2'),
		url('css/fonts/Lato-BlackItalic.woff') format('woff'),
		url('css/fonts/Lato-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Lato';
	src: url('css/fonts/Lato-Bold.woff2') format('woff2'),
		url('css/fonts/Lato-Bold.woff') format('woff'),
		url('css/fonts/Lato-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('css/fonts/Lato-LightItalic.woff2') format('woff2'),
		url('css/fonts/Lato-LightItalic.woff') format('woff'),
		url('css/fonts/Lato-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Lato';
	src: url('css/fonts/Lato-Light.woff2') format('woff2'),
		url('css/fonts/Lato-Light.woff') format('woff'),
		url('css/fonts/Lato-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Lato Hairline';
	src: url('css/fonts/Lato-HairlineItalic.woff2') format('woff2'),
		url('css/fonts/Lato-HairlineItalic.woff') format('woff'),
		url('css/fonts/Lato-HairlineItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Lato';
	src: url('css/fonts/Lato-Italic.woff2') format('woff2'),
		url('css/fonts/Lato-Italic.woff') format('woff'),
		url('css/fonts/Lato-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Lato Hairline';
	src: url('css/fonts/Lato-Hairline.woff2') format('woff2'),
		url('css/fonts/Lato-Hairline.woff') format('woff'),
		url('css/fonts/Lato-Hairline.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('css/fonts/Lato-BoldItalic.woff2') format('woff2'),
		url('css/fonts/Lato-BoldItalic.woff') format('woff'),
		url('css/fonts/Lato-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Lato';
	src: url('css/fonts/Lato-Regular.woff2') format('woff2'),
		url('css/fonts/Lato-Regular.woff') format('woff'),
		url('css/fonts/Lato-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('css/fonts/Lato-Black.woff2') format('woff2'),
		url('css/fonts/Lato-Black.woff') format('woff'),
		url('css/fonts/Lato-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}


html {
	font-family: 'Lato', sans-serif !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	overflow-x: hidden;
}

body {
	margin: 0;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1.8em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
}

h1 {
	color: #00529b;
	font-size: 36px;
	font-size: 2.250rem;
	line-height: 1.2;
}

h1.h1-singlepost {
	font-size: 3rem;
	font-family: 'Oswald', sans-serif;
	margin-top:40px;
	margin-bottom:35px;
}

h2 {
	color: #00529b;
	font-weight: 400; 
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.2;
}


h3 {
    font-size: 25px;
	font-weight:300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top:10px;
	margin-right: 10px;
}

h2,
h3 {
	margin-bottom: 10px;
}

.page404{
	background: url('../rei_v1_00/images/404_guy.jpg') no-repeat bottom left;
}

.error-404 {
	min-height:650px;
	text-align: center;
}

.error-404 h1 {
	font-size:200px;
	margin:0 0 25px;
	font-weight: 800;
}

.error-404 h2 {
	font-size:40px;
	margin-top:0;
	color:#333;
	width:80%;
	margin:auto;
}

.error-404 input[type="submit"] {
	-webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
			box-sizing: content-box;
	font-size: 1rem;
	padding:.4em 1em;
	height:22px;
}




@media (max-width:1024px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		word-wrap: break-word;
	}
}

p {
	margin-top:0;
	margin-bottom: 1.5em;
}

.vc_message_box p {
	margin:auto;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.product-intro-text {
	/*font-size: 22px;*/
	font-size: 1.125rem;
}

.rei-cta-light {
	font-size: 36px; 
	color:black;
}

.rei-cta-dark {
	font-size: 36px; 
	color:white;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Flexbox
--------------------------------------------------------------*/
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
  margin-top:-35px !important;
  margin-bottom:-35px !important;
}

.flex-item {
	padding:4%;
}

@-moz-document url-prefix() {
    .flex-item {
        padding:40px;
    }
}

.flex-item:nth-child(1) {
  background: #eee;
  width:33%;
  border-right:1px solid rgba(0,0,0,0.2);
  
}

.flex-item:nth-child(2) {
  width:66%;
}

.flex-item h3 {
	padding:10px 0px;
	font-size:2.25rem;
	color:#00529b;
	border-bottom:1px dotted #00529b;
}

.rei-homepage-content-box {
	
}

.rei-homepage-content-area {
	margin-top:-25px;
}

.rei-homepage-content-area h3 {
	padding:10px 0px;
	font-size:2.25rem;
	color:#00529b;
	border-bottom:1px dotted #00529b;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/* border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	text-transform:uppercase; */
	background: #00529b;
	color: white;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	border: none;
	text-transform:uppercase;
}

.button {
	background: #00529b;
	color: white;
	font-size: 14px;
	line-height: 1;
	padding:20px 35px;
	border: none;
	text-transform:uppercase;
	text-decoration:none;
	border-radius: 5px 5px 5px 5px !important;
	-moz-border-radius: 5px 5px 5px 5px !important;
	-webkit-border-radius: 5px 5px 5px 5px !important;
}

.button:hover,
.button:active,
.button:visited {
	color: white;
}

.button:hover {
	background: #0162b8;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/* border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); */
	background: #0162b8;
}

@media (max-width:1148px) {
	.button {
		padding:20px 15px;
		font-size:11px;
		text-align:center;
		display:block;
	}
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	/* color: #666;
	border: 1px solid #ccc;
	border-radius: 3px; */
	display: block;
	margin: 0;
	width: 100%;
	font-family: sans-serif;
	font-size: 18px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
}

input[type="search"] {
	height:35px;
}


input[type="search"] textarea {
	height:40px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

#cat {
	vertical-align:bottom;
}

/*--------------------------------------------------------------
# Information Bar
--------------------------------------------------------------*/

.rei-info-bar {
	background: #002c52;
	color: #ccc;
	font-size: small;
	height:30px;
	text-transform:uppercase;
}

a[href^="tel"],
a[href^="tel"]:hover,
a[href^="tel"]:visited,
a[href^="tel"]:active {
    color:inherit;
    text-decoration:none;
}

.rei-info-bar-container {
	width: 1260px;
	margin: auto;
	opacity: 0.6;
	padding: 5px 0;
}

.rei-info-bar-item {
	
}

.rei-float-left {
	float:left;
	margin-right:25px;
}

.rei-float-right {
	float:right;
	padding:0 10px;
	border-right: 1px solid #ccc;
}

.rei-float-right-first {
	float:right;
	padding:0 10px;
	border-right: 1px solid #ccc;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.site-logo {
	float:left;
}

.rei-product-homepage-grid a {
    color: #00529b;
    border: 2px solid #00529b;
    padding: 5px;
    font-size: smaller;
    font-weight:700;
    text-decoration: none;
    margin-top:-15px;
    white-space: nowrap;
    display:block;
    /*width:30%;*/
    text-align:center;
    border-radius:5px;
}
.rei-product-homepage-grid a:hover {
    background: #00529b;
    color:white;
}

.widget_nav_menu {
	background: #f0f0f0;
	border: 1px solid #ddd;
	border-top: 0px;
	font-size:16px;
	line-height:1.3;
}

.widget_nav_menu ul {
  padding-left: 0px;
  margin: 0;
  list-style: none;
} 

.widget_nav_menu li {
  position: relative;
  display: block;
}

.widget_nav_menu a {
	position: relative;
	display: block;
	padding: 5px 5px 5px 15px;
	text-decoration:none;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
	color:black;
}

.widget_nav_menu a:hover {
	background: #ffdc64;
	/* background: #00529b; */
	/* color:white; */
}

.widget_nav_menu a:active{
	background: #ccc;
}

.widget_nav_menu a,
.widget_nav_menu a:visited {
	/*color: #00529b;*/
}

.rei-nav-title a ,
.rei-nav-title a:hover,
.rei-nav-title a:visited {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	/* color:white; */
	text-transform: uppercase;
	font-weight: bold;
	cursor: default;
	/* background: #00529b; */
	background:#ddd;
}

.rei-nav-sub-title a,
.rei-nav-sub-title a:hover,
.rei-nav-sub-title a:visited  {
	padding-left: 15px;
	cursor: default;
	background: #e8e8e8;
	color: #00529b;
}

.current-menu-item a,
.current-menu-item a:hover,
.current-menu-item a:visited {
	background: #00529b;
	color:white;
	/* background: #ddd;
	color: black; */
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
}

.breadcrumbs {
	margin-left:5px;
}

.breadcrumbs span,
.breadcrumbs a {
	font-size: small;
	background: transparent;
	border: none;
}

.rei-header-banner {
	height:175px;
	width:100%;
	margin:0;
	color: #656565;
	background: #eee;
	background-image: url('images/squares-bg-left.png'), url('images/squares-bg-right.png');
	background-position: left, right;
	background-repeat: no-repeat;
	vertical-align:middle;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.rei-header-banner h1 {
	color:#383838;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.rei-header-banner a,
.rei-header-banner a:hover,
.rei-header-banner a:visited,
.rei-header-banner a:active,
.rei-header-banner span {
	color:#656565;
}

.rei-header-banner-container {
	width:1260px;
	margin:auto;
	padding-top:40px;
}

@media (max-width:960px) {
	.breadcrumbs {
		display:none;
	}
	.rei-header-banner {
		height:inherit;
		background: #eee;
		background-image:none;
		text-align:center;
	}
	.rei-header-banner-container {
		width:100%;
		padding-top:15px;
	}
}

/* Fixes submenu spacing problem on any pages other than homepage 
.ubermenu-submenu-id-6,
.ubermenu-submenu-id-2282,
.ubermenu-submenu-id-2292 {
	margin-top:4px !important;
}*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00529b;
}

a:visited {
	color: black;
}

a:hover,
a:focus,
a:active {
	color: #00529b;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header-home {
	z-index:10;
}

.site-header-home:after {
	content:"";
	display:block;
	height:300px;
	width:120%;
	background-color:transparent;
	z-index: 1;
	position:absolute;
	top:-350px;
	box-shadow:0px 0px 230px 75px rgba(0,0,0,0.8);
	left:-20%;
}

.site-header-home .rei-main-navigation {
	border-bottom: 1px solid rgba(255,255,255,.3);
}

.rei-main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: 58px;
    line-height: 58px;
	z-index:2;
}

.rei-main-navigation img {
	padding-top: 5px;
	position:relative;
	z-index:10
}

.rei-main-navigation a {
	padding-top: 5px;
}

.rei-main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.rei-main-navigation li {
	float: left;
	position: relative;
}

.rei-main-navigation a,
.rei-main-navigation a:visited {
	display: block;
	text-decoration: none;
}

.rei-main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em; 
	z-index: 99999;
}

.rei-main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.rei-main-navigation ul ul a {
	width: 200px;
}

.rei-main-navigation li:hover > a,
.rei-main-navigation li.focus > a {
}

.rei-main-navigation ul ul :hover > a,
.rei-main-navigation ul ul .focus > a {
}

.rei-main-navigation ul ul a:hover,
.rei-main-navigation ul ul a.focus {
}

.rei-main-navigation ul li:hover > ul,
.rei-main-navigation ul li.focus > ul {
	left: auto;
}

.rei-main-navigation ul ul li:hover > ul,
.rei-main-navigation ul ul li.focus > ul {
	left: 100%;
}

.rei-main-navigation .current_page_item > a,
.rei-main-navigation .current-menu-item > a,
.rei-main-navigation .current_page_ancestor > a,
.rei-main-navigation .current-menu-ancestor > a {
}

.homepage-nav {
	/*max-width:none !important;*/
	padding-left:10px;
}

.homepage-nav > nav > ul > li > a,
.homepage-nav > nav > ul > li > span > i {
	color:white !important;
	border-bottom:4px solid transparent !important;
}

.homepage-nav > nav > ul > li:hover > a,
.homepage-nav > nav > ul > li.focus > a {
	color:white !important;
	border-bottom:4px solid #eee !important;
}

/* Small menu. */
.menu-toggle,
.rei-main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.rei-main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#menu-item-1329 {
	background:#ddd;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.textright {
	text-align:right;
}
.textleft {
	text-align:left;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.tagcloud {
	padding:15px;
}

.tagcloud a {
	display: inline-block;
	font-size: 12px !important;
	text-decoration: none;
	background-color: white;
	border:1px solid #d8d8d8;
	border-radius: 5px;
	padding: 3px 5px;
	margin: 0 5px 5px 0;
}

.tagcloud a:hover {
	background: #00539b;
	color: white;
}

/* Hide the <h2> Tag title from this specific widget */
#tag_cloud-2 h2 {
	width:100%;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding:10px 0;
}



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#primary {
	padding-top:25px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.envira-gallery-image {
	border:1px solid #eee !important;
}


/* =Layout Changes - Default  
------------------------------------------------*/

.rei-hero-banner {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('images/tscm-training-center2.jpg') no-repeat #222; 
	background-size:cover; 
	background-position:center center;  
	width:100vw; 
	margin-top:-48px;
	z-index:0;
	border-bottom:2px solid rgba(0,0,0,0.8);
}

.rei-hero-banner h2 {
	color:white;
	font-size:55px;
	font-weight:700;
	padding:0px 15px;
}

.rei-hero-banner .headline-tag {
	color:white;
	font-weight:900;
	font-size:25px;
	margin-bottom:0;
	padding: 15px 15px 0;
}

.rei-hero-banner p {
	font-size:1.5rem;
	padding:0 15px 20px 15px;
	/*text-shadow: 7px 7px 20px #000;*/
}

.rei-hero-banner h2,
.rei-hero-banner .headline-tag,
.rei-hero-banner p {
	/*background:rgba(0, 0, 0, 0.65);*/
	margin-top: 0;
	margin-bottom: 0;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.9);
}

.rei-hero-banner-content {
	margin-left:16%;
	margin-right:16%;
	width:68%;
	padding: 250px 0 0 0;
	text-align:center;
}
.rei-hero-banner .subheadline {
		font-size:1.5rem;
		padding-top:10px;
}

@media screen and (max-width:1260px) {
	.rei-hero-banner-content {
		
	}
	.headline-tag {
		color:white !important;
	}
}

@media screen and (max-width:960px) {
	header.site-header-home,
	header.site-header {
		display:none;
	}
	.rei-hero-banner {
		/*background:url('images/inflicted.png') repeat #111;*/
		background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('images/tscm-training-center2.jpg') no-repeat #222;
		background-size:cover; 
		background-position:top center;  
		height: 50vh;
	}
	.rei-hero-banner .container {
		position:relative;
	}
	.rei-hero-banner h2 {
		font-size:2.5rem !important;
	}
	.rei-hero-banner p {
		text-shadow:none;
	}
	.rei-hero-banner .headline-tag {
		color:white;
	}
	.rei-hero-banner h2,
	.rei-hero-banner .headline-tag,
	.rei-hero-banner p {
		background:none;
		padding:0;
	}
	.rei-hero-banner-content {
		margin-left: 0;
		padding-top:125px;
		width:100%;
		text-align:center;
	}
	.headline-tag {
		font-size: 1.3rem !important;
	}
	.rei-hero-banner .subheadline {
		font-size:1.2rem;
	}
	
	#rei-homepage-info-banner {
		height:auto !important;
		background-image:none !important;
		background:#00529b;
	}

	#rei-homepage-info-banner p {
		text-shadow: none !important;
		font-size:1rem !important;
		padding:20px;
	}
	.rei-homepage-info-box {
	margin:0px !important;
	background:none !important;
	padding:10px;
	}
}

@media screen and (orientation:landscape) and (max-width:1024px) {
	.rei-hero-banner {
		height:100vh;
		
	}
	.rei-hero-banner-content {
		padding-top:30vh;
		margin: 0;
		width:100%;
	}
}

@media screen and (max-width:540px) {
	.rei-hero-banner-content .headline,
	.rei-hero-banner .subheadline {
		font-size:1.2rem;
	}
}

@media screen and (max-width:414px) {
	.rei-hero-banner {
		height:50vh;
	}
	.rei-hero-banner-content {
		padding:10vh 15px 0;
	}
	.rei-hero-banner-content .headline,
	.rei-hero-banner .subheadline {
		font-size:1.2rem;
	}
	.rei-hero-banner h2 {
		font-size:2.0rem !important;
	}
}

@media screen and (max-width:320px) {
	.rei-hero-banner-content .headline,
	.rei-hero-banner .subheadline {
		font-size:1rem;
	}
}

.rei-banner {
	margin: auto;
	padding-top:80px;
	width:100%;
	height:300px;
	text-align:center;
	background: url( 'images/tscm-training-center2.jpg' ) no-repeat;
	font-family: Lato;
}

.rei-banner h1 {
	font-size: 70px;
    color: #ffffff; 
    line-height: 40px;
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
}

.rei-banner span {
	font-size: 30px;
    color: #ffffff;
    font-weight: 300;
    font-style: normal;
}

.content-area {
	padding:0 15px;  
}

.content-area-full-width {
	float: left;
	margin: 0 -28% 0 0;
	width: 100%;
}

.content-area-left {
	float:left;
	width:75%;
}

.content-area-right {
	float:right;
	width:75%;
}

.content-area-middle {
	float:left;
	width:50%;
}

.sidebar {
	width: 25%;
	/* background: #eee;
	border: 1px solid #ccc;
	border-top: 0px; */
	margin-bottom:10px;
}

.sidebar-left {
	float:left;
}

.sidebar-right {
	float:right;
}

.rei-tradeshow-sidebar-header,
.rei-tradeshow-sidebar-header-single {
	font-size:small;
	text-align:center;
}

.rei-tradeshow-sidebar-header {
	padding:55px 5px 0 25px;
}

.rei-tradeshow-sidebar-header-single{
	padding:95px 5px 0 25px;
	text-align:left;
}

.rei-tradeshow-sidebar {
	/* background:#ffdc64;
	border:1px solid #ddab00; */
	background: #f7f7f7;
	border: 1px solid #d8d8d8;
	color: #333;
	margin:5px 5px 0 25px;
}

.rei-tradeshow-sidebar h2 {
	color:#000;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

.rei-tradeshow-sidebar hr {
    border: 0;
    height: 1px;
    color: #d8d8d8;
	margin-bottom:5px;
}

.rei-tradeshow-sidebar .widget_text {
	padding:15px;
}

@media screen and (max-width: 768px) {
	.rei-product-image {
		text-align:center !important;
	}
}
@media screen and (min-width:768px) {

}
@media screen and (min-width:1260px) {
	.rei-hero-banner {
		height:80vh;
	}
}

/* News Sidebar Responsive CSS */
@media screen and (max-width: 1024px) {
    .content-area-left,
	.content-area-right {
		float:none;
		width:100%;
	}

	.sidebar,
	.sidebar-left,
	.sidebar-right {
		float:none;
		width:100%;
	}
	.rei-tradeshow-sidebar {
		margin:5px;
		text-align:center;
	}
	.rei-news-dropdown {
		text-align:center;
	}
	.sidebar-hide-on-mobile {
		display:none;
	}
}

.site-content {
	margin: 0 28% 0 0;
}
.site-main .widget-area {
	float: right;
	overflow: hidden;
	width: 25%;
}

.rei-page-banner {
	height: 300px;
}

.site-footer {
	clear: both;
	width: 100%;
	background: #002c52;
	color:#ccc;
	padding-top:25px;
}

.site-footer h3 {
	color:white;
	font-size:16pt;
	font-weight: 900;
	text-transform:uppercase;
	line-height: 1.5;
}

.site-footer a {
	color:#ccc;
	text-decoration:none;
}

.site-footer a:hover {
	color: white;
}

.footer-content {
	width: 1260px;
	margin: 0 auto;
	padding: 25px 0;
}

.footer-content a,
.footer-content a:hover,
.footer-content a:visited,
.footer-content a:active {
	background: transparent;
}

.footer-content a,
.footer-content a:visited,
.footer-content a:active {
	color:white;
	border:none;
}

.footer-content a:hover {
	color: #ccc;
}

.footer-content .widget_nav_menu {
	border:none;
	background:transparent;
}

.footer-content .widget_nav_menu a {
	padding:5px 0;
}

#footer-sidebar {
	display:block;
	position:relative;
}

#footer-sidebar ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}

#footer-sidebar ul li {
}

.footer-sidebar-div {
	float: left;
	width: 25%;
}

.footer-sidebar-div-50 {
	float:left;
	width: 50%;
}

.footer-sidebar-div ul {
	padding: 0;
	margin-left:0;
	list-style-type: none;
}

@media screen and (max-width: 1024px) {
   .footer-content {
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	}
   
   .footer-sidebar-div { 
    float: none;
    margin-top:50px;
    width:auto;
	text-align:center;
	}
}

.site-info {
	text-align: center;
	padding-bottom: 25px;
}

hr.footer-hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid rgba(0, 38, 70, 0.9);
	width:85%;
	margin:25px 0;
}
	
/* 
*  =Upcoming Courses Table 
* 
----------------------------------------------- */
.rei-upcoming {
	text-align:left;
	/* background: white; */
	border:1px solid #eee;
	}
	
.rei-upcoming th,
.rei-upcoming td {
	padding:5px;
	}
	
.rei-upcoming th {
	border-bottom:1px solid #eee;
	background:#eee;
}

.rei-upcoming tr:nth-child(even) {
	background: #f8f8f8;
}

.rei-upcoming-date {
	font-size:x-large;
	font-weight:bold;
	border-radius: 25px 25px 0px 0px;
	-moz-border-radius: 25px 25px 0px 0px;
	-webkit-border-radius: 25px 25px 0px 0px;
	border: 1px solid #eeeeee;
	background:#002c52;
	color:white;
	text-align:center;
	width:30%;
}

@media (max-width:768px) {
	.rei-upcoming-date {
		font-size: large;
		border-radius:0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		width: 100%;
	}
	.rei-upcoming {
		font-size:smaller;
	}
	.rei-training-register-img {
		display:none;
	}
	.rei-training-register-text {
		display:inline;
	}
	#rei-upcoming-button {
		display:none;
	}
}
@media (min-width:768px) {
	.rei-training-register-text {
		display:none;
	}
}

@media (max-width:320px) {
	.rei-upcoming td {
		font-size:smaller;
	}
}
.rei-mid img{
	vertical-align:middle;
}


.rei-upcoming-title {
	width:50%;
}

.rei-upcoming-register {
	text-align:right;
}

.rei-upcoming-ind-table {
	background: #f0f0f0;
	border: 3px solid #f0f0f0;
}

.rei-upcoming-ind-table thead {
	background: #00529b;
	color:white;
}

.rei-upcoming-ind-table thead tr:hover {
	background: initial !important;
}

.rei-upcoming-ind-table th,
.rei-upcoming-ind-table td{
	padding:5px 10px;
}

.rei-upcoming-ind-table tr:hover {
	background:white !important;
}

.rei-upcoming-ind-table tr:nth-child(even) {
	background: #ddd;
}

.rei-upcoming-ind-space {
	text-align:center;
}

.rei-upcoming-ind-register {
	text-align:right;
}

.rei-table-shadow-effect
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.rei-table-shadow-effect:before, .rei-table-shadow-effect:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.5);
    box-shadow:0 0 20px rgba(0,0,0,0.5);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.rei-table-shadow-effect:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

.full {
	color:red;
}

.full a {
	display:none;
}
/* 
*  =CSS Code Changes  
* 
----------------------------------------------- */
.site {
    margin: 0;
}

.container {
	max-width: 1260px;
	margin: 0 auto;
	position:relative;
}
.homepage-container {
	color:white; 
	top:7%;
}
.site-branding {
    margin-bottom: 20px;
}
.fullwidth {
    margin: 0 7%;
}
h1.site-title {
    font-size: 40px;
    font-weight: bold;
}
.entry-title {
    font-size: 25px;
}

.rei-banner-2 {
	margin-top:-25px;
	background: #383838;
	height:150px;
}

.rei-banner-2 h1,
.rei-banner-2 h2 {
	color: white;
}

.rei-homepage-header[style] {
	margin-top:-25px;
	height:500px;
	background-position:center top !important;
	padding:50px; 
	border-bottom:5px solid #333;
	background: rgba(0,0,0,0.8);
}

.rei-homepage-header h2,
.rei-homepage-header p {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

@media (max-width:375px) {
	.rei-homepage-header h2 {
		font-size:25px !important;
	}
	.rei-homepage-header p {
		font-size: 20px !important;
	}
	#rei-homepage-header-bg {
		background-image:none !important;
	}
}

@media (max-width:414px) {
	.rei-homepage-header{
		height: inherit !important;
		padding: 10px 5px !important;
	}
	.rei-homepage-header h2 {
		margin-top:-10px !important;
	}
	.rei-homepage-header h2,
	.rei-homepage-header p {
		text-align:center !important;
	}
	.rei-homepage-header-btn {
		text-align: center !important;
	}
}

.rei-homepage-post-container div.rei-homepage-post:last-child {
	border-bottom:none;
}

.rei-homepage-post {
	padding-bottom:20px;
	margin-top:20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.rei-homepage-post span {
	font-size:small;
}

.rei-homepage-post a {
	color:#00529b;
}

.rei-homepage-post h5 {
	font-size:1.5rem;
}

.rei-homepage-post p {
	padding:0;
	font-size:17px;
}

.rei-homepage-post h5,
.rei-homepage-post p {
	margin:0;
}

.rei-homepage-post-all a {
	padding:15px 30px;
	display:inline-block;
	width:100%;
	cursor:pointer;
	transition: all 60ms ease-in-out;
	text-align: center;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	border:0 none;
	font-size:14px;
	line-height:1.3;
	background:#00529b;
}

.rei-homepage-post-all a:hover {
	transition:all 60ms ease;
	background:#002c52;
}

.rei-button a {
	padding:15px 30px;
	display:inline-block;
	cursor:pointer;
	transition: all 60ms ease-in-out;
	text-align: center;
	text-decoration:none;
	text-transform:uppercase;
	border:0 none;
	font-size:14px;
	line-height:1.3;
	color:#fff;
	background:#00529b;
}

.rei-button a:hover {
	transition:all 60ms ease;
	background:#002c52;
}

.rei-button-light a {
	background:#0087ff;
}

.rei-button-light a:hover {
	transition:all 60ms ease;
	background:rgba(0,135,255,0.65);
}

.rei-button-gray a {
	color:#000;
	background:rgba(238,238,238,0.75);
}

.rei-button-gray a:hover {
	transition:all 60ms ease;
	background:rgba(238,238,238,1);
}

.rei-fullwidth a {
	width:100%;
}

.rei-posts-date {
	opacity:0.5;
}

.rei-homepage-info-box {
	background:rgba(0,0,0,0.7);
	margin:50px 0px;
}

#rei-homepage-info-banner {
	height:55vh;
}
#rei-homepage-info-banner h1 {
	font-size:1.5rem;
	margin:0;
	padding:20px;
}
#rei-homepage-info-banner p {
	text-shadow: 0px 0px 5px #000;
	font-size:20px;
	line-height:27px;
	padding:0 20px 20px;
}

.pixel-overlay {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: url('images/black-criss-cross.png') repeat;
}

h1.widget-title {
    font-size: 18px;
    font-weight: bold;
}

.center {
    text-align: center;
}
.clear {
    clear: both;
}

.gravity-forms-hidden {
	display:none;
}

#menu-item-1034 {
	height:50px;
	background:#00529b;
}

.rei-content ul{
	margin-left:0;
	padding-left:20px;
}

.rei-content-specs ul {
	margin:-27px 0 0 0;
	list-style-type:none;
	opacity: 0.7;
}

.post {
	background: url('/wp-content/uploads/2016/07/blue-strip.png') repeat-y #fafafa;
	border:1px solid #ddd;
	/* padding:5px 25px 25px 25px; */
	margin-bottom:25px;
}

.rei-posts-entry {
	padding:10px 0 0 50px;
	opacity:0.7;
	font-size:smaller;
}

.rei-posts-title h2 {
	margin-top:50px;
	padding-left:50px;
	padding-right:50px;
	font-size: 2.25rem;
	font-family: 'Oswald', sans-serif;
}

.rei-posts-title a,
.rei-posts-title a:hover,
.rei-posts-title a:visited {
	text-decoration:none;
}

.rei-posts-content {
	padding:25px 50px;
}

.rei-posts-content p {
	margin-top:0;
}

.rei-posts-content td  {
	vertical-align:top;
}

.rei-posts-content img {
	padding:5px;
	border:1px solid #ddd;
	background:white;
	border-radius:10px;
}


.rei-posts-footer {
	background: url('/wp-content/uploads/2016/07/blog-footer-bg.png') repeat #f5f5f5;
	border-top:1px solid #ddd;
	font-weight:bold;
	color:black;
}

.rei-posts-footer-content {
	padding:10px 0 10px 25px;
	font-size: small;
	opacity:0.7;
}

.rei-single-post {
	background:none;
	border:none;
	padding:0;
}


@media screen and (max-width: 414px) and (max-device-height:736px) {
    .post {
		background: none;
		border:0;
		border-bottom:1px solid rgba(0,0,0,0.3);
		/* padding:5px 25px 25px 25px; */
		margin-bottom:25px;
	}
	.rei-posts-entry,
	.rei-posts-content {
		padding:5px 10px;
	}
	.rei-posts-title h2 {
		font-size:x-large;
		padding:5px 10px 0 5px;
	}	
	.rei-posts-footer {
		background: none;
		border-top:0;
		font-weight:normal; 
	}
	.rei-posts-footer-content {
		padding:0;
		padding-bottom:35px;
	}
}

.nav-links {
	font-size:small;
}

.nav-links i {
	font-size:50px;
	color: #ddd;
}

.nav-links table {
	margin:0;
}

.nav-previous,
.nav-next {
	height:100%;
	/* background:#f5f5f5; */
	/* border:1px solid #ccc; */
}

.nav-previous a {vertical-align:middle;}

/* 
 * Support Pages
 */

 .rei-hero-button {
	text-align:center;
	padding:25px;
	background: url('images/grey.png') repeat #eee;
	border:2px solid #eee;
	height:200px;
}

.rei-hero-button:hover {
	background: url('images/grey_2x.png') repeat #fafafa;
}

.rei-hero-button .fa {
	font-size: 80px;
	color:#555555;
}

.rei-hero-button p {
	font-size:16px;
	font-weight:bold;
	color:#606060;
	margin:10px 0;
	color:#00529b;
}

.rei-hero-button-container a {
	text-decoration:none;
}

.rei-support-faq {
	padding: 25px;
	background:#fafafa;
	border:2px solid #eee;
}

.rei-support-faq-category {
	border-bottom: 2px solid #333;
}

.rei_prod_cat_title {
	font-size: 22px;
	font-weight: 600;
}

.rei-acc-image {
	float:left;
	padding-right:20px;
}

.rei-acc-content {
/* display:block;
overflow:hidden; */
opacity: 0.8;
}

.rei-included-box {
	background:#e3f7fc;
	border:1px solid #ddd;
	padding:3px 6px;
	font-size:small;
}

.rei-not-included {
	background: #ffc2c2;
}

.rei-border-top {
	border-top:1px solid #ccc;
}

/* Visual Composer Changes */
.rei-downloads td,
.tab-pane td,
.vc_tta td {
	padding:10px 0;
}

.rei-downloads i,
.tab-pane i,
.vc_tta i {
	font-size:150%;
	color: #aaa;
}

.vc_tta-panel-body {
	background:#ffffff !important;
	padding:10px 35px 40px !important;
	min-height:250px !important;
}


.vc_tta-panel-body h2 {
	margin-bottom: 25px !important;
}

.vc_tta-tabs-container {
	margin-right:15px !important;
}

.vc_tta-tabs-container a {
	/* background:#002c52!important;
	color: white !important; */
	background:transparent !important;
	color: #00529b !important;
	border-radius: 5px 5px 5px 5px !important;
	-moz-border-radius: 5px 5px 5px 5px !important;
	-webkit-border-radius: 5px 5px 5px 5px !important;
	border: 0px solid #000000 !important;
	margin-bottom:8px;
}

.vc_tta-tabs-container a:hover {
	background: #ccc !important;
	color: black !important;
}

.vc_tta-tabs-container span {
	padding-right:50px !important;
}

.vc_tta-tabs-container .vc_active a {
	background:#00529b !important;
	color: white !important;
}

/* SendGrid Styles */
.widget_sendgrid_nlvx_widget {
	border:1px solid #ccc;
	padding:25px;
	/* width:500px; */
}

.sendgrid-mc-field {
	margin-bottom:15px;
}

.sendgrid-mc-field label {
	display: inline-block;
	width:125px;
}

#sendgrid_mc_first_name,
#sendgrid_mc_last_name,
#sendgrid_mc_email {
	width:100%;
}

#sendgrid_mc_email_submit {
	width:100%;
	height:40px;
}

.rei-spanish-video {
	margin-top:-30px;
}



.rei-arrow {
  float:bottom;
  bottom: 0;
  left: 50%;
  margin-left:-20px;
  opacity: 0.2;
}

.rei-bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.rei-animated{-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;

            animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}


@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.videoWrapper {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 0;
 height: 0;
}
 
.videoWrapper iframe{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.rei-faded {
	opacity:0.5;
}

.rei-small {
	font-size:small;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

.rei-search article {
	border:0px;
	background:none;
	max-width:75%;
	margin-bottom:35px;
}

.rei-search .entry-meta,
.rei-search .entry-footer {
	display:none;
}

/*--------------------------------------------------------------
# Related Posts
--------------------------------------------------------------*/

.rei-related-post a {
	background:#f7f7f7;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 20px 0 20px 25px;
	margin: 20px 0;
	display:block;
	text-decoration:none;
	color: #333;
	position:relative;
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
}

.rei-related-post-icon {
	position:absolute;
	top: 50%;
	right:2%;
	transform: translateY(-50%);
}

.rei-related-post a:hover {
	background: #eeeeee;
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
	transition: 0.3s;
	color: #00539b;
}

.rei-related-post a:hover i {
	color:white;
	transition:0.3s;
}

.rei-related-post i {
	color:#d8d8d8;
}

.rei-related-post h4 {
	margin:0px;
}