  /*!
Theme Name: Riverbend
Theme URI: http://underscores.me/
Author: 465-media
Author URI: https://465-media.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: riverbend
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	color: #127dbf;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

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

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-top: 0;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

p:last-child{
	margin-bottom: 0;
}

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

/*--------------------------------------------------------------
# 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 https://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. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	/*color: #ebd479;*/
	color: #00bef3;
}

a:visited {
	/*color: purple;*/
}

a:hover, a:focus, a:active {
	color: #6aa0f1;
}

a:focus {
	/*outline: thin dotted;*/
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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;
}

/*--------------------------------------------------------------
# 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 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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


/*Custom CSS*/
body{
	border-top: 3px solid #ebd479;
	border-bottom: 3px solid #ebd479;
	margin: 0 !important;
}
.container{
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
}
.site-branding{ padding: 28px 0 36px; }
.site-branding .custom-logo-link, .emergency-contact-details{
	display: inline-block;
	vertical-align: middle;
}
.site-branding .custom-logo-link{ font-size: 0; }
.emergency-contact-details{
	color: #e32726;
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	margin-left: 150px;
}
.emergency-contact-details i{
	color: #6aa0f1;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 0 16px 0 20px;
}
#site-navigation{
	background-color: #363636;
}
#site-navigation > div{ max-width: 1170px;margin: auto; }
#site-navigation .menu.nav-menu > li{
	padding: 0 20px;
}
#site-navigation .menu.nav-menu > li:first-child{ padding-left: 0; }
#site-navigation .menu.nav-menu > li:last-child{ padding-right: 0; }
#site-navigation a{
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.36px;
	padding: 19px 0;
}
#site-navigation a:hover, #site-navigation .current_page_item > a, #site-navigation .current-menu-item > a, #site-navigation .current-menu-parent > a{ color: #dfc873 !important; }
#site-navigation .sub-menu{
	min-width: 175px;
	background-color: #fff;
	border-bottom: 3px solid #6aa0f1;
}
#site-navigation .sub-menu a{
	/*color: #bababa;*/
	color: #000;
	font-size: 11px;
	letter-spacing: 0.33px;
	padding: 9px 4px;
	border-bottom: 1px solid #e6e6e6;
}
#site-navigation .sub-menu a:last-child{ border-bottom: 0px; }
.primary-menu-container{ float: left; }
.appointment-menu-item{
	float: right;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.6px;
}
.appointment-text{
	margin-right: 7px;
	text-align: right;
}
.appointment-text span{
	font-size: 18px;
	letter-spacing: 0.9px;
}
.appointment-icon{
	height: 60px;
	width: 60px;
	text-align: center;
	background-color: #ebd379;
}
#site-navigation .appointment-icon a:hover{
	color: #fff !important;
}
.appointment-menu-item > *{ display: inline-block;vertical-align: middle; }

/*Footer*/
footer#colophon{
	background-color: #363636;
	padding: 75px 0 25px;
}
#footer-top-section{
	overflow: hidden;
}
#footer-bottom-section{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 17px;
	padding-top: 70px;
}
.copyright-box{
	color: #737475;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.36px;
}
#about-riverbend{
	float: left;
	max-width: 33%;
	padding-right: 30px;
}
#useful-links-section{
	float: left;
	max-width: 33%;
	padding-right: 30px;
}
#useful-links-section > div{
	display: inline-block;
	vertical-align: top;
}
.useful-links{ margin-right: 25px; }
.language-box .footer-heading{ border-bottom: 0; }
footer#colophon #follow-up-section{
	float: right;
	width: 270px;
}
footer#colophon #follow-up-section ul{ list-style: none;margin: 10px 0 100px; }
footer#colophon #follow-up-section li{
	display: inline-block;
	color: #bababa;
	border: 1px solid #bababa;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	margin-right: 6px;
}
footer#colophon #follow-up-section li:hover{ background-color: #ebd379 !important; }
footer#colophon #follow-up-section li:hover a{ color: #fff !important; }
footer#colophon #follow-up-section a:not(.board_portal_url){
	display: block;
	line-height: 32px;
	width: 32px;
	height: 32px;
}
footer#colophon ul{
	margin: 0;
	padding: 0;
}
footer#colophon .useful-links li:before{
	content: '-';
	margin-right: 10px;
}
footer#colophon li{
	color: #bababa;
	list-style-type: none;
}
footer#colophon li a{
	color: #bababa;
	font-size: 12px;
	line-height: 23px;
	letter-spacing: 0.6px;
	text-decoration: none;
}
footer#colophon a:hover{
	color: #6aa0f1;
}
footer#colophon p{
	color: #737475;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.39px;
	margin-bottom: 10px;
}
footer#colophon a{
	color: #ffffff;
	text-decoration: none;
}
.footer-heading{
	color: #ffffff;
	font-size: 16px;
	line-height: 23px;
	text-transform: uppercase;
	letter-spacing: 0.16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.text-center{ text-align: center; }

/*51°µÍø Page Styling*/
.hero-slider-wrapper{
	overflow: hidden;
}
.hero-slider-wrapper .slick-list .slick-track, .hero-slider-single{
	height: 725px;
}
.hero-slider-single{ position: relative; }
.hero-slider-text-wrapper{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding: 40px 0;
	text-align: center;
	background-color: rgb(99, 99, 99, 0.65);
}
.slider-text{
	color: #ffffff;
	font-size: 38px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 1.9px;
	margin-bottom: 20px;
}
.hero-slider-text-wrapper a{
	color: #ebd379 !important;
	font-size: 24px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 1.2px;
	text-decoration: none;
}
.hero-slider-wrapper .slick-arrow{
	height: 52px;
	width: 27px;
	padding: 0;
	border: 0;
	background-color: transparent;
	/*font-size: 0;*/
	font-size: 38px;
	color: #ccc;
	position: absolute;
	margin-top: -27px;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	background-image: none !important;
}
.hero-slider-wrapper .slick-arrow:focus{
	outline: none;
}
.hero-slider-wrapper .slick-prev{ left: 28px;background: transparent url(images/slider-left.png) no-repeat center center; }
.hero-slider-wrapper .slick-next{ right: 28px;background: transparent url(images/slider-right.png) no-repeat center center; }
#make-donation{
	background-color: #7c7e81;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 40px 0;
	text-align: center;
}
#make-donation a{ color: #fff;text-decoration: none; }
#make-donation i, #make-donation a:hover{ color: #ebd479; }
#make-donation i{ margin: 0 20px; }
/*testimonial section*/
#testimonials-section{ background-color: #a6a6a6;padding: 50px 0 40px; }
#testimonials-section h3{
	color: #ffffff;
	font-size: 23px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.23px;
	margin-top: 0;
	margin-bottom: 20px;
}
.testimonial-slider{ max-width: 768px;padding: 0 30px;margin: auto; }
.testimonial-single{
	position: relative;
	padding: 20px 30px 0;
}
.testimonial-single:before, .testimonial-single:after{
	content: '';
	position: absolute;
	top: 0;
	width: 70px;
	height: 50px;
}
.testimonial-single:before{
	background: transparent url(images/quote-start.png) no-repeat left top;
	left: 0;
}
.testimonial-single:after{
	background: transparent url(images/quote-end.png) no-repeat right top;
	right: 0;
}
.testimonial-single:focus{ outline: none; }
.testimonial-slider p{
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.16px;
}
.testimonial-slider h5{
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
	margin-top: 0;
	margin-bottom: 15px;
}
.testimonial-slider .slick-dots{ margin: 0;padding: 0; }
.testimonial-slider .slick-dots li{
	display: inline-block;
	height: 8px;
	width: 8px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
}
.testimonial-slider .slick-dots li.slick-active{ background-color: #fff; }
.testimonial-slider .slick-dots button{ display: none; }
/*About Section*/
#about-section{
	background-color: #f5f5f5;
	padding: 60px 0 30px;
}
.double-line-heading{
	position: relative;
	color: #757678;
	font-size: 35px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.35px;
}
.double-line-heading:after{
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
	right: 0;
	height: 4px;
	border: 1px solid #e6e8ec;
	border-left: 0;
	border-right: 0;
}
.double-line-heading span{
	position: relative;
	z-index: 5;
	display: inline-block;
	min-width: 254px;
	background-color: #fff;
	color: #127dbf;
}
#about-section .double-line-heading span{
	background-color: #f5f5f5;
}
.about-box{ overflow: hidden;position: relative; }
.about-box-side{
	width: 37%;
	float: left;
	display: block;
	padding: 0 15px;
}
.about-box .middle_side-quarter{
	position: absolute;
	height: 100%;
	left: 37%;
	right: 37%;
	width: 26%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.about-box .middle_side-quarter img{
	border-radius: 50%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.about-box .right_side-quarter{
	float: right;
}
.about-details{
	padding: 20px 100px 30px;
}
.about-details p{
	color: #a6a6a6;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.15px;
}
.about_box-single{
	padding: 30px 0;
}
.about_box-single > *{
	display: inline-block;
	vertical-align: middle;
}
.about-single-detail{
	max-width: calc(100% - 120px);
}
.left_side-quarter .about-single-detail{ text-align: right;padding-right: 15px; }
.right_side-quarter .about-single-detail{ padding-left: 15px; }
.about_box-single.left_side{ text-align: right; }
.about_box-single.right_side{ text-align: left; }
.left_side-quarter .about_box-single:nth-child(2){ padding-right: 35px; }
.right_side-quarter .about_box-single:nth-child(2){ padding-left: 35px; }
.about-single-detail .quality_title{
	color: #757678;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.8px;
	text-decoration: none;
}
.about-single-detail .quality_detail{
	color: #a6a6a6;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.14px;
}
.about-single-icon{
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
}
.about-single-icon i{
	line-height: 80px;
	font-size: 35px;
	color: #77a7f2;
}
.about_box-single:hover .quality_title{ color: #6aa0f1; }
.about_box-single:hover .about-single-icon{ background-color: #6aa0f1; }
.about_box-single:hover i{
	color: #fff;
}
/*News Section*/
#news-section{ padding: 60px 0; }
.news-row{ margin-left: -15px;margin-right: -15px;margin-top: 30px;overflow: hidden; }
.news-single{
	float: left;
	width: 33.3%;
	padding: 0 15px;
}
.news-thumb-wrapper{ position: relative;font-size: 0;display: block; }
.news-thumb-wrapper:after{
	content: '';
	position: absolute;
	bottom: 0;
	height: 60px;
	left: 0;
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,207cca+49,2989d8+50,6aa0f1+100 */
	background: transparent; /* Old browsers */
	background: -moz-linear-gradient(top, transparent 0%, #6aa0f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, transparent 0%, #6aa0f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, transparent 0%, #6aa0f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0)', endColorstr='#6aa0f1',GradientType=0 ); /* IE6-9 */
}
.news-thumb-wrapper:hover:after{
	height: 100%;
	background-color: rgba(106,160,241, 0.8);
}
.news-single .news-date{
	position: absolute;
	top: 10px;
	background-color: #ead379;
	padding: 4px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.42px;
	display: none;
}
.news-single .news-title-link{
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.54px;
	text-decoration: none;
	z-index: 6;
}
.news-detail{
	padding: 15px;
	color: #a7a7a7;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.14px;
	border: 1px solid #e6e6e6;
}
.news-meta{
	padding: 15px;
	overflow: hidden;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
}
.news-single:hover .news-meta{ border-bottom: 3px solid #ebd479; }
.news-meta .news-author, .news-meta .news-comments{
	color: #757678;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.36px;
}
.news-meta .news-author{ float: left; }
.news-meta .news-comments{ float: right; }
.news-meta i{
	color: #bababa;
}
.all-news-link{
	text-align: center;
	padding-top: 30px;
}
.all-news-link a{
	color: #6aa0f1;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	display: inline-block;
	text-decoration: none;
	padding: 0 40px;
	line-height: 40px;
	border: 1px solid rgba(106,160,241, 0.2);
}
.all-news-link a:hover{
	background-color: #6aa0f1;
	color: #fff;
}
/*CTA Section*/
#cta-section{
	background-color: #7c7e81;
}
.half-cta{
	display: inline-block;
	width: calc(50% - 3px);
	vertical-align: middle;
	padding: 40px 0;
}
.half-cta h3{
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 1.1px;
	display: inline-block;
}
.half-cta.left-side-cta{ border-right: 4px solid #fff; }
.half-cta.right-side-cta{ text-align: right; }
.half-cta.right-side-cta h3{ display: inline-block; }
.riverbend-button{
	margin: auto 30px;
	padding: 10px 40px;
	border: 1px solid #ffffff;
	background-color: #6aa0f1;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	text-decoration: none;
}

/*Services Page*/
/*mini-banner section*/
#mini-banner{
	position: relative;
	background-color: #a6a6a6;
	background-size: cover;
	padding: 25px 0;
}
#mini-banner:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: rgba(00,00,00,0.5);
	top: 0;
	left: 0;
	z-index: 0;
}
#mini-banner .container{
	position: relative;
	z-index: 6;
	overflow: hidden;
}
.mini-banner-left-side{
	float: left;
}
.mini-banner-right-side{
	float: right;
	line-height: 65px !important;
	color: #bababa !important;
}
.mini-banner-left-side h1{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 65px;
	letter-spacing: 0.26px;
	margin-bottom: 0;
}
.mini-banner-right-side, .mini-banner-right-side a{
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase !important;
	letter-spacing: 0.36px;
	text-decoration: none;
}
.mini-banner-right-side .current-item{
	color: #ebd479;
}
/*our programs section*/
.box-section{
	padding: 60px 0 30px;
}
.box-section-description{
	padding: 20px 100px 30px;
}
.box-section-description p{
	color: #a6a6a6;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.15px;
}
.program-heading{
	position: relative;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.48px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.program-heading:after{
	content: '';
	background: #fff;
	opacity: 0.5;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	width: 90px;
	height: 1px;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 30px;
	overflow: hidden;
}
.col-4{
	float: left;
	width: calc(25% - 30px);
	margin: 0 15px;
}
.col-3{
	float: left;
	width: calc(33.3% - 30px);
	margin: 0 15px;
}
.col-2{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}
.program-col{
	padding: 100px 30px 90px;
}
.program-col p{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.14px;
	margin-bottom: 20px;
}
/*Service Box*/
#services-section{
	padding: 90px 0 50px;
	overflow: hidden;
}
.services-box{ position: relative;margin-top: 50px;background-repeat: no-repeat;background-position: center;/*background-size: calc(20% + 160px);*/ }
.services-box:after{
	content: '';
	position: absolute;
	height: calc(50% + 50px);
	width: 500%;
	left: -200%;
	right: -200%;
	bottom: -50px;
	background-color: #b1b1b1;
	z-index: -1;
}
.service-row{ overflow: hidden;margin: auto;padding: 40px 0; }
.service-row:first-child, .service-row:last-child{
	width: calc(100% - 270px);
}
.service-row:not(:first-child):not(:last-child) .service-single:first-child{ padding-right: 160px; }
.service-row:not(:first-child):not(:last-child) .service-single:last-child{ padding-left: 160px; }
.service-row:nth-child(3) .quality_title, .service-row:last-child .quality_title,
.service-row:nth-child(3) .quality_detail, .service-row:last-child .quality_detail{ color: #fff; }
.service-row .service-single{
	width: 45%;
	float: left;
	display: block;
	padding: 0 10px;
}
.service-row .service-single:nth-child(2){
	float: right;
}
/*.service-row:first-child .service-single > *, .service-row:last-child .service-single > *{*/
.service-row .service-single > *{
	float: left;
	/*display: inline-block;
	vertical-align: top;*/
}
.service-row .service-single:first-child .services-single-icon{ float: right;margin-left: 15px; }
.service-row .service-single:first-child .services-single-detail{ text-align: right; }
.service-row .service-single:last-child .services-single-icon{ margin-right: 15px; }
.services-single-detail{
	max-width: calc(100% - 95px);
}
.service-row .quality_title{
	color: #757678;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.8px;
	text-decoration: none;
}
.service-row .quality_detail{
	color: #a6a6a6;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.14px;
}
.services-single-icon{
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
}
.service-single:hover .services-single-icon{ background-color: #6aa0f1; }
.services-single-icon i{
	line-height: 80px;
	font-size: 35px;
	color: #77a7f2;
}
.service-single:hover i{ color: #fff; }

/*Services Single*/
.no_top_margin{ margin-top: 0 !important; }
.service_single_heading{ padding-top: 50px; }
.service_single_heading h2{
	/*color: #757678;*/
	color: #127dbf;
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.35px;
}
ul.tabs{ margin: 0;padding: 0; }
.tabs li {
	list-style:none;
	display:inline;
	text-align: center;
	text-transform: uppercase;
}
.tabs a {
	padding:5px 10px;
	display:inline-block;
	background-color: #f5f5f5;
	color: #bababa;
	text-decoration:none;
}
.tabs > li > a:hover{
	color: #127dbf;
	font-weight: 700;
}
.tabs a.active {
	background-color: #fff;
	/*color: #bebebe;*/
	color: #127dbf;
	font-weight: 700;
	border: 1px solid #d9d9d9;
	border-bottom: 1px solid transparent;
}
.tab-content{
	margin-top: -1px;
	padding: 25px 25px 15px 15px;
	border: 1px solid #d9d9d9;
	border-bottom: 3px solid #6aa0f1;
}
p{
	color: #a7a7a7;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.14px;
}
.tab-content{ height: 250px; }
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: rgba(00, 00, 00, 0.2) !important; }
#make-donation.inner-page-donation{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.22px;
	text-transform: none;
	margin-top: 90px;
}
.inner-page-donation .container{ overflow: hidden; }
.inner-page-donation i{
	float: left;
	color: #fff !important;
	font-size: 40px;
	margin-top: 10px;
}
.inner-page-donation .donation-tagline{
	float: left;
	max-width: 767px;
	text-align: left;
}
.inner-page-donation .donation-tagline{
    font-size: 30px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 10px 0;
}
.inner-page-donation .riverbend-button-wrapper{
	float: right;
	/*margin-top: 10px;*/
	margin-top: 4px;
}
.inner-page-donation .riverbend-button{ padding-left: 12px;padding-right: 12px;background-color: #ebd379; }
.inner-page-donation .riverbend-button:hover{ background-color: #70a1ea; }

/*Location Archive*/
.location_category-wrapper{
	border-bottom: 1px solid #d9d9d9;
}
#location_category-filter{
	padding: 0;
	margin: 60px 0 -1px;
	list-style: none;
	overflow: hidden;
}
#location_category-filter li{
	display: inline-block;
	float: left;
	border: 1px solid #d9d9d9;
	/*margin-bottom: -1px;*/
	margin-right: 6px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #f5f5f5;
	color: #bababa;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.12px;
	cursor: pointer;
}
#location_category-filter li:hover{
	color: #127dbf;
	font-weight: 700;
}
#location_category-filter li.active{
	/*border-bottom-color: #f5f5f5;*/
	border-bottom-color: #fff;
	background-color: #fff;
	color: #127dbf;
	font-weight: 700;
}
.locations-wrapper.row{ margin-left: -5px;margin-right: -5px;margin-top: 50px; display:flex; flex-wrap: wrap;}
.locations-wrapper .col-4{
	border: 1px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	width: calc(25% - 10px);
	margin: 0 5px 30px;
}
.grid .detail-box{
	padding: 15px 10px;
}
a.location-single{ text-decoration: none; }
.location-single h4{
	color: #757678;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.48px;
	margin: 0;
}
.location-single p{
	color: #bbbbbb;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.12px;
	margin-bottom: 0;
}
.location-single p.term_name{
	margin-bottom: 10px;
}
.location-single a{
	color: #ebd479;
	text-decoration: none;
}
.load-more-wrapper{ text-align: center;margin-bottom: 35px; }
.load-more-wrapper .load-more{ display: inline-block;cursor: pointer; }

/*People Archive*/
.people-wrapper.row{ margin-top: 50px; }
.people-wrapper .col-4{
	border: 1px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	margin-bottom: 30px;
}
.people-single{ text-align: center;text-decoration: none; }
.people-single img{ width: 100%; }
.people-single h4{
	color: #757678;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.2px;
	margin: 0;
}
.people-single p{
	color: #bbbbbb;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.14px;
	margin: 0;
}

/*People single*/
.people-single-container{ margin: 75px auto; }
.people-title{
	color: #757678;
	font-size: 35px;
	font-weight: 400;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: 0.35px;
	margin-left: -0.35px;
}
.people-meta{
	overflow: hidden;
	margin: 25px 0 20px;
}
.designation{
	float: left;
	color: #bbbbbb;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.14px;
}
.joined_date{
	float: right;
	color: #bbbbbb;	
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.12px;
}
.joined_date span{
	color: #757678;
	letter-spacing: 0.12px;
}
.people-contact-meta{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	margin-bottom: 35px;
}
.people-contact-meta .phone_number{
	float: left;
	color: #757678;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.16px;
	padding-left: 20px;
	background: transparent url('images/phone-icon.png') no-repeat left center;
	padding-right: 35px;
}
.people-contact-meta .email_address{
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.14px;
	padding-left: 20px;
	background: transparent url('images/email-icon.png') no-repeat left center;
}
.people-contact-meta .email_address a{
	color: #6aa0f1;
	text-decoration: none;
}
.people-single-detail h4{
	color: #757678;
	font-size: 18px;
	font-weight: 400;
	line-height: 19px;
	text-transform: uppercase;
	letter-spacing: 0.18px;
	margin: 0 0 15px;
}
.people-contact-wrapper{
	/* Style for "Rectangle" */
	padding: 15px;
	border: 1px solid #e6e6e6;
	color: #bababa;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.12px;
	overflow: hidden;
	margin-top: 25px;
}
.contact_us_tagline{
	max-width: calc(100% - 200px);
	float: left;
}
.people-contact-wrapper .riverbend-button{
	float: right;
	margin: 0;
}
#additional_services{ padding-top: 60px; }
.fullwidth_slider{
	margin: 0 45px 90px;
}
.fullwidth_slider .slide-single{
	padding: 0 15px;
}
.fullwidth_slider .slider-thumb{
	position: relative;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.fullwidth_slider a{ text-decoration: none; }
.fullwidth_slider .slider-thumb .riverbend-button{
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	right: 0;
	max-width: 150px;
	margin: auto;
	display: inline-block;
	opacity: 0;
	padding: 10px 20px;
	text-align: center;
	z-index: 5;
}
.fullwidth_slider a:hover .slider-thumb .riverbend-button{ opacity: 1; }
.fullwidth_slider a:hover .slider-thumb:after{
	background-color: #6aa0f1;
	opacity: 0.9;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.fullwidth_slider .slider-label{
	color: #757678;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.2px;
	padding: 20px 30px;
	min-height: 88px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	text-align: center;
}
.fullwidth_slider a:hover .slider-label{
	border-bottom: 3px solid #6aa0f1;
	color: #6aa0f1;
}
.fullwidth_slider .slick-arrow{
	height: 52px;
	width: 27px;
	padding: 0;
	border: 0;
	background-color: transparent;
	/*font-size: 0;*/
	font-size: 38px;
	color: #555;
	position: absolute;
	margin-top: -27px;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	background-image: none !important;
}
.fullwidth_slider *:focus{
	outline: none;
}
.slick-prev{ left: 28px;background: transparent url(images/fullwidth-slider-left.png) no-repeat center center; }
.slick-next{ right: 28px;background: transparent url(images/fullwidth-slider-right.png) no-repeat center center; }

/*About Us Page*/
.post-thumbnail img{ width: 100%; }
article ul{ margin: 0;padding: 0;list-style: none; }
article ul li{
	/*color: #6aa0f1;*/
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.13px;
	margin-bottom: 10px;
}
body:not(.tribe-theme-riverbend) article .tab-content ul li:not(.history_event-single), body:not(.tribe-theme-riverbend) article ul:not(.tabs) li:not(.history_event-single){
	position: relative;
	padding-left: 28px;
}
body:not(.tribe-theme-riverbend) article .tab-content ul li:not(.history_event-single):before, body:not(.tribe-theme-riverbend) article ul:not(.tabs) li:not(.history_event-single):before{
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: #6aa0f1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f35a";
	position: absolute;
	left: 0;
	top: 5px;
}
.page-content-container .related.products ul.products li:before{ content: none !important; }
body .page-content-container .gform_fields li{ padding-left: 0 !important; }
body .page-content-container .gform_fields li:before{ content: none !important; }
body.page-template-template-about-us .tabs a.active{
	/*color: #6aa0f1;*/
	color: #127dbf;
	font-weight: 700;
	letter-spacing: 0.42px;
}
body.page-template-template-about-us article{ margin-bottom: 0; }
#our-history{
	background-color: #f5f5f5;
	padding: 70px 0;
	margin-top: 80px;
}
#our-history .double-line-heading span{
	background-color: #f5f5f5;
	padding-left: 20px;
	padding-right: 20px;
}
.histrory_events_wrapper ul{
	position: relative;
	overflow: hidden;
	margin: 4px 0;
}
.histrory_events_wrapper > ul:before{
	position: absolute;
	content: '';
	left: calc(50% - 4px);
	top: 0px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #e8e8e8;
}
.histrory_events_wrapper > ul:after{
	position: absolute;
	content: '';
	left: calc(50% - 4px);
	bottom: 0px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #e8e8e8;
}
li.history_event-single{
	position: relative;
	width: calc(50% - 100px);
	float: left;
	padding: 30px 80px 30px 30px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	margin-top: 150px;
	margin-bottom: 0;
}
li.history_event-single:nth-child(2n+1) {
	margin-top: 0;
	margin-right: 100px;
}
li.history_event-single:nth-child(2n) {
	margin-left: 100px;
}
li.history_event-single span{
	position: absolute;
	top: calc(50% - 13px);
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 5;
	color: #757678;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.42px;
}
li.history_event-single:nth-child(2n+1) span{
	left: calc(100% + 91px);
	padding-left: 32px;
	background: #f5f5f5 url(images/history-span-bg.png) no-repeat left center;
}
li.history_event-single:nth-child(2n) span{
	right: calc(100% + 91px);
	padding-right: 32px;
	background: #f5f5f5 url(images/history-span-bg.png) no-repeat right center;
}

li.history_event-single:hover{ border-bottom-color: #6aa0f1; }
li.history_event-single:hover h3, li.history_event-single:hover span{ color: #6aa0f1; }
li.history_event-single:hover span{
	background-image: url(/wp-content/themes/riverbend/images/history-span-bg-hover.png);
}
li.history_event-single:nth-child(2n) span:before {
	position: absolute;
	content: '';
	right: -90px;
	height: 1px;
	width: 85px;
	background: #e8e8e8;
	top: 15px;
}
li.history_event-single:nth-child(2n+1) span:before {
	position: absolute;
	content: '';
	left: -90px;
	height: 1px;
	width: 85px;
	background: #e8e8e8;
	top: 15px;
}
li.history_event-single:nth-child(2n):after{
	position: absolute;
	content: '';
	border-left: 1px solid green;
}
li.history_event-single:nth-child(2n):before {
	position: absolute;
	content: '';
	border-left: 1px solid #e8e8e8;
	width: 1px;
	height: calc(100% + 151px);
	left: -101px;
	top: -151px;
}
li.history_event-single:nth-child(2n+1):before{
	position: absolute;
    content: '';
    border-left: 1px solid #e8e8e8;
    width: 1px;
    height: 100%;
    right: -102px;
    top: 0;
}
li.history_event-single h3{
	color: #757678;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0.54px;
	margin-bottom: 10px;
}

/*No Sidebar Page*/
.page-content-container{ margin-bottom: 60px; }
.page-content-container h2{
	/*color: #757678;*/
	color: #127dbf;
	font-size: 28px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.84px;
}
.page-content-container a{ /*color: #ebd479;*/color: #00bef3; }
blockquote{
	padding: 30px;
	margin-left: 0;
	border: 1px solid #ebebeb;
	border-left: 3px solid #6aa0f1;
	background-color: #f5f5f5;
	margin: 0 60px 30px 30px;
}
body:not(.tribe-theme-riverbend) .page-content-container ul{ margin-bottom: 20px; }
body:not(.tribe-theme-riverbend) .page-content-container li{
	position: relative;
	padding-left: 28px;
}
body:not(.tribe-theme-riverbend) .page-content-container li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f35a";
	position: absolute;
	left: 0;
	top: 5px;
}
.page-content-container table.wp-block-table.is-style-stripes{
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
}
.page-content-container .wp-block-table.is-style-stripes tr:first-child{
	background-color: #757678 !important;
}
.page-content-container .wp-block-table.is-style-stripes tr:nth-child(odd){
	background-color: #f5f5f5;
}
/*.page-content-container tr:first-child td*/
.page-content-container table:not(.tribe-events-tickets) tr:not(.cart_item):first-child td{
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.13px;
	padding: 10px 18px;
	border-right: 1px solid #e6e6e6;
}
.page-content-container td{
	color: #757678;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.13px;
	padding: 10px 18px;
	border-right: 1px solid #e6e6e6;
}
.page-content-container td:last-child{ border-right: 0px solid #e6e6e6; }

/*Content Sidebar Page*/
.sidebar-content-container{ margin-top: 30px;overflow: hidden; }
.sidebar-content-container article{
	float: left;
	width: calc(100% - 270px);
	padding-right: 130px;
}
.sidebar-content-container > aside{
	float: right;
	max-width: 270px;
}
.widget{
	overflow: hidden;
	margin-bottom: 80px;
}
.double-line-heading.widget-title{
	color: #757678;
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.22px;
	margin-bottom: 20px;
}
.double-line-heading.widget-title span{ max-width: 50%;min-width: 100px;padding-right: 14px; }
.widget.recent-posts .double-line-heading.widget-title span{ max-width: 200px; }
.widget.work-at-riverbend .double-line-heading.widget-title span{ max-width: 200px; }
.widget.spotlight .double-line-heading.widget-title span{ max-width: 70%;padding-left: 14px; }
.widget.spotlight .riverbend-button{ float: none;display: inline-block; }
.widget p{
	line-height: 22px;
}
.widget .riverbend-button{
	border: 1px solid #6aa0f1;
	background-color: #fff;
	color: #6aa0f1 !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	float: right;
	margin-left: 0;
	margin-right: 0;
}
.widget .riverbend-button:hover{
	border: 1px solid #fff;
	background-color: #6aa0f1;
	color: #fff !important;
}
.widget ul{
	padding: 0;
	margin: 0;
}
.widget ul li{ margin: 0 0 20px !important;padding-left: 0 !important; }
.widget li:before{
	content: unset !important;
}
.widget li a{
	color: #757678;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.14px;
	text-decoration: none;
}
.widget .rpwwt-widget ul li img{ margin: 0 20px 0 0; }
.widget li a:hover{ color: #6aa0f1; }
.widget.spotlight{
	padding-top: 100px;
	background: transparent url(images/spotlight-logo.png) no-repeat center top;
}

/*Donation Page*/
#making-difference{ padding-bottom: 60px; }
.gift-single .heading{
	color: #757678;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.48px;
	margin-bottom: 10px;
}
#making-difference .riverbend-button{ display: inline-block; }
.gift-single{
	border: 1px solid #e6e6e6;
	border-bottom-width: 3px;
}
.gift-single img{ display: block; }
.gift-single .detail-box{ padding: 15px 12px 30px; }
.gift-single p{ color: #757678; }
#how-to-donate{ padding-bottom: 85px; }
#how-to-donate .row, #making-difference .row{
	margin-top: 0;
	margin-left: -5px;
	margin-right: -5px;
}
#how-to-donate .col-4, #making-difference .col-4{
	width: calc(25% - 10px);
	margin: 0 5px;
}
#how-to-donate .program-col{ padding: 50px 15px 30px;border: 8px solid #f5f5f5; }
#how-to-donate .custom-scroller{ height: 200px; }

/*News Page*/
.sidebar-content-container .archive-article-wrapper{
	float: left;
	max-width: calc(100% - 270px);
	padding-right: 130px;
}
.archive-articles{ float: left; }
.sidebar-content-container article.post-loop-article{
	position: relative;
	max-width: 100%;
	width: 100%;
	padding-right: 0;
	border: 1px solid #e6e6e6;
	/*overflow: hidden;*/
}
.loop-left-side{
	position: absolute;
	height: 100%;
	font-size: 0;
	width: 270px;
	background-size: contain;
	background-repeat: no-repeat;
}
.loop-right-side{
	float: right;
	width: calc(100% - 270px);
}
.loop-right-top{
	padding: 20px;
}
.loop-right-top .entry-title{
	margin-bottom: 15px;
}
.loop-right-top .entry-title a{
	/*color: #757678;*/
	color: #00bef3;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.54px;
	text-decoration: none;
}
.loop-right-top .entry-meta{
	color: #bababa;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0.36px;
	overflow: hidden;
	padding-bottom: 10px;
}
.loop-right-top .entry-meta > div{ float: left; }
.loop-right-top .entry-meta > div.news-author{ padding-left: 34px; }
.loop-right-top .entry-meta > div.news-comments{ float: right; }
.loop-right-top .news-excerpt{
	color: #949494;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.14px;
}
.loop-right-bottom{
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 20px;
}
.loop-right-bottom .tags{ float: left; }
.loop-right-bottom .tags, .loop-right-bottom .tags a, .loop-right-bottom .news-read-more{
	color: #757678;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0.36px;
	text-decoration: none;
}
.loop-right-bottom .news-read-more{ float: right; }
.loop-right-bottom .news-read-more a{ color: #6aa0f1;text-decoration: none; }
.sidebar-content-container article.post-loop-article:before{
	position: absolute;
	content: '';
	border-left: 1px solid #e8e8e8;
	width: 1px;
	height: 100%;
	right: -65px;
	top: calc(50% + 15px);
}
.sidebar-content-container article.post-loop-article:last-child:before{
	content: none;
}
.sidebar-content-container article.post-loop-article:after{
	position: absolute;
	content: '';
	width: 74px;
	height: 30px;
	right: -75px;
	top: calc(50% - 15px);
	background: #fff url(images/post-loop-right.png) no-repeat center center;
}
body.blog .sidebar-content-container{ margin: 70px auto 50px; }
body.blog .post{ margin-bottom: 30px; }
body.blog .load-more-wrapper{ clear: both;padding-top: 20px;margin-bottom: 0; }
body.blog .load-more-wrapper .load-more{
	color: #6aa0f1 !important;
	background-color: #fff;
	border-color: #6aa0f1;
}
.sidebar-2 .widget{ margin-bottom: 60px; }
.sidebar-2 .widget.recent-posts{ margin-bottom: 40px; }
.widget.categories .double-line-heading.widget-title{ margin-bottom: 10px; }
.widget.categories .double-line-heading.widget-title span{ max-width: unset; }
.widget.categories ul li{
	color: #757678;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.14px;
	background: transparent url(images/categories-arrow.png) no-repeat center left;
	padding: 10px 10px 10px 20px;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #e6e6e6;
}
.widget.categories ul li a{
	color: #757678;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.14px;
}
.widget .tagcloud a{
	display: inline-block;
	color: #757678;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.36px;
	background-color: #e6e6e6;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 3px 7px;
	text-decoration: none;
}
.widget .tagcloud a:hover{
	color: #fff;
	background-color: #6aa0f1;
}

/*Careers Page*/
#careers-intro{ margin-top: 60px; }
#custom_heading{ margin-bottom: 20px; }
#factors-section{ padding-bottom: 60px; }
#factors-section img{ width: 100%; }
#factors-section .row{ margin-top: 0; }
#factors-section .riverbend-button-wrapper{ margin-top: 60px;text-align: center; }
#factors-section .riverbend-button{ display: inline-block; }

/*Contact Us Page*/
#contact-us-map .acf-map{ border-bottom: 3px solid #6aa0f1;margin: 0; }
#map_image{ border-bottom: 3px solid #6aa0f1;margin: 0;display: block; }
.emergency_tagline{
	position: relative;
	z-index: 5;
	margin-top: -86px;
	color: #757678;
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
}
.emergency_tagline .container{
	padding: 35px 15px 25px;
	background-color: #fff;
}
.emergency_tagline i{
	color: #6aa0f1;
	margin-left: 4px;
	margin-right: 5px;
}
.emergency_tagline span{
	color: #ebd379;
	font-weight: 700;
}
.gform_wrapper ul.gform_fields{ position: relative; }
body .gform_wrapper ul li.gfield{
	padding-right: 0 !important;
	margin-top: 30px !important;
	margin-bottom: 0px !important;
	/*width: calc(50% - 15px);*/
}
body .gform_wrapper ul li.gfield.textarea-wrapper{
	/*position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: 0 !important;*/
}
body .gform_wrapper ul li.gfield.textarea-wrapper .ginput_container_textarea,
body .gform_wrapper ul li.gfield.textarea-wrapper .ginput_container_textarea textarea{ height: 100%; }
body .gform_wrapper .top_label div.ginput_container{ margin-top: 0 !important; }
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper ul.gform_fields li.gfield select,
.gform_wrapper ul.gform_fields li.gfield textarea{
	color: #000 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px !important;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.13px !important;
	padding: 10px 20px 10px !important;
	border-radius: 0;
	border: 1px solid #e6e6e6;
	border-left: 3px solid #e6e6e6;
	margin-top: 0 !important;
	margin-left: 0 !important;
	outline: none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper ul.gform_fields li.gfield select:focus,
.gform_wrapper ul.gform_fields li.gfield textarea:focus{
	border: 1px solid #6aa0f1;
	border-left: 3px solid #6aa0f1;
}
.gform_wrapper .gform_footer{ text-align: right; }
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	background-color: #6aa0f1;
	border: 0;
	border-radius: 0;
	color: #fff;
	min-width: 215px;
	height: 45px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px !important;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.13px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	cursor: pointer;
}
body.page-template-template-contact-us #make-donation.inner-page-donation{ margin-top: 0; }

/*Woocommerce Page*/
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce ul.products::before,.woocommerce ul.products li::before,
ul.wc_payment_methods::before, ul.wc_payment_methods li::before { content: none !important; }
.woocommerce-tabs .tabs a.active{ border: none; }

/*Woocommerce button*/
.woocommerce ul.products li.product a.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	margin: auto 0;
	padding: 10px 15px;
	border: 1px solid #ffffff;
	background-color: #6aa0f1 !important;
	color: #ffffff !important;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	text-decoration: none;
}

/*Google map*/
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.acf-map img { max-width: inherit !important; }

@media (min-width: 1170px){
	.emergency_tagline{ margin-left: calc(50% - 585px);margin-right: calc(50% - 585px); }
}

@media (max-width: 767px){
	.site-branding{ padding: 20px 0; }
	.site-branding .custom-logo-link{ margin-left: 15px; }
	#site-navigation div.primary-menu-container{ position: absolute;left: 0;right: 0;z-index: 15;background: #363636;margin-top: 60px; }
	.menu-toggle{ font-size: 0;background: #fff url(images/menu-icon.png) no-repeat center center / 50%;border-radius: 0;border: 0;height: 60px;width: 60px;float: left;border: 1px solid #ccc; }
	.main-navigation li{ float: none;display: block;padding-left: 15px;padding-right: 15px; }
	#site-navigation .menu.nav-menu > li:first-child{ padding-left: 15px; }
	.emergency-contact-details{ width: calc(100% - 30px);margin-left: 15px;margin-right: 15px;margin-top: 20px;font-size: 14px;text-align: center; }
	.mini-banner-right-side{ line-height: 26px !important; }

	.about-details{ padding-left: 30px;padding-right: 30px; }
	.about-box-side{ width: 100%;float: none; }
	.left_side-quarter .about_box-single:nth-child(2){ padding-right: 0; }
	.right_side-quarter .about_box-single:nth-child(2){ padding-left: 0; }
	.about-box .middle_side-quarter{ display: none; }

	.news-row{ margin-left: 0;margin-right: 0; }
	.news-single{ width: 100%;padding-bottom: 20px; }
	.news-single img{ width: 100%; }

	.half-cta.left-side-cta{ border-right: 0; }
	.half-cta{ width: 100%;padding-left: 15px;padding-right: 15px; }
	.half-cta.right-side-cta{ text-align: left; }
	.half-cta h3, .half-cta.right-side-cta h3{ display: block;text-align: center !important; }
	.half-cta .riverbend-button{ float: none;display: block;margin-top: 20px; }

	.service_single_heading{ padding-left: 15px;padding-right: 15px; }
	.service_single_heading h2{ font-size: 22px;line-height: 28px; }
	.row{ margin-left: 0;margin-right: 0; }
	.col-2{ width: calc(100% - 30px);margin-bottom: 20px; }
	.box-section-description{ padding-left: 30px;padding-right: 30px; }
	li.history_event-single{ width: calc(100% - 135px);padding: 30px 20px 30px 20px;margin-left: 20px !important;margin-right: 20px !important;margin-top: 20px !important; }
	.histrory_events_wrapper > ul:before, .histrory_events_wrapper > ul:after{ content: none; }
	li.history_event-single:nth-child(2n+1){ /*margin-right: 40px;*/clear: left; }
	li.history_event-single:nth-child(2n+1):before{ right: -42px; }
	li.history_event-single:nth-child(2n+1) span{ left: calc(100% + 32px); }
	li.history_event-single:nth-child(2n+1) span:before{ left: -32px;width: 28px; }
	li.history_event-single:nth-child(2n){ /*margin-left: 40px;*/ }
	li.history_event-single:nth-child(2n):before{ right: -42px;left: unset; }
	li.history_event-single:nth-child(2n) span{ left: calc(100% + 32px);padding-left: 32px;background-position: left center; }
	li.history_event-single:nth-child(2n) span:before{ left: -32px;width: 28px;right: unset; }

	.col-3{ width: calc(100% - 30px); }
	.services-box{ background-image: none !important; }
	.services-box:after{ height: calc(50% + 35px); }
	.service-row{ padding: 20px 0; }
	.service-row:first-child, .service-row:last-child{ width: 100%;padding: 0; }
	.service-row .service-single{ width: 100%;margin: 20px 0; }
	.service-row:not(:first-child):not(:last-child) .service-single:first-child{ padding-right: 10px; }
	.service-row:not(:first-child):not(:last-child) .service-single:last-child{ padding-left: 10px; }
	.program-col{ height: auto !important;margin-bottom: 20px; }

	.double-line-heading{ padding-left: 15px;padding-right: 15px;font-size: 22px; }
	.col-4{ width: calc(100% - 30px); }
	.gift-single{ margin-bottom: 20px; }
	.tabs a{ font-size: 9px; }

	.emergency_tagline{ margin-top: 0; }
	#make-donation{ font-size: 22px;line-height: 28px; }

	#location_category-filter li{ display: block;float: none;margin-left: 6px; }
	.locations-wrapper.row{ margin-left: 0;margin-right: 0; }
	.locations-wrapper .col-4{ width: calc(100% - 10px); }
	.locations-wrapper .col-4 img{ width: 100%; }

	#how-to-donate .row, #making-difference .row{ margin-left: 0;margin-right: 0; }
	#how-to-donate .col-4, #making-difference .col-4{ width: calc(100% - 10px);margin-bottom: 20px; }

	.sidebar-content-container{ margin-left: 15px;margin-right: 15px;width: calc(100% - 30px); }
	.sidebar-content-container .archive-article-wrapper, .sidebar-content-container article{ float: none;width: 100%;padding-right: 0; }
	.sidebar-content-container .archive-article-wrapper{ max-width: calc(100% - 80px);margin-bottom: 40px; }
	.sidebar-content-container > aside{ float: none;max-width: 100%;width: 100%;max-width: 100%; }
	.events-archive .entry-content, .events-archive .entry-header{ width: 100%;margin: 0; }
	.loop-left-side{ float: none;width: 100%;height: 150px;position: relative; }
	.loop-right-side{ float: none;width: 100%; }

	#mini-banner .container{ padding: 0 15px; }
	#about-riverbend, #useful-links-section, footer#colophon #follow-up-section{ width: 100%;max-width: 100%;padding-left: 15px;padding-right: 15px;padding-bottom: 25px; }
	#useful-links-section > div{ display: block; }
	.useful-links{ margin-bottom: 20px; }
	.copyright-box{ padding-left: 15px;padding-right: 15px; }
}

td.tickets_price {color: #A7A7AE !important}
td.tickets_name {color: #A7A7AE !important}
body.single-tribe_events button:not(.tribe-tickets__item__quantity__remove):not(.tribe-tickets__item__quantity__add), body.single-tribe_events input[type="button"], body.single-tribe_events input[type="reset"], body.single-tribe_events input[type="submit"]{
	background-color: #6aa0f1 !important;
	border: 0;
	border-radius: 0 !important;
	color: #fff !important;
	min-width: 215px;
	height: 45px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px !important;
	font-weight: 700;
	line-height: 22px !important;
	text-transform: uppercase;
	letter-spacing: 0.13px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	cursor: pointer;
}
.tribe-events-tickets td.woocommerce{
	border-bottom: 0 !important;
}
.page-content-container table.tribe-events-tickets tr td{
	font-size: 15px;
	font-weight: 700;
	border-right: 0;
	padding: 10px 18px !important;
}
#tribe-events-content .tribe-related-events-title a{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.14px;
}
body.single-post .posted-on{ display: none; }
.entry .entry-content .tribe-common .tribe-tickets__item__quantity__add, .entry .entry-content .tribe-common .tribe-tickets__item__quantity__remove, .tribe-common .tribe-tickets__item__quantity__add, .tribe-common .tribe-tickets__item__quantity__remove {
	margin-bottom: 4px !important;
    width: 12px !important;
}

.site-header__donate {
	--border-radius: 23px;
	background-color: #127dbf;
	border-bottom-left-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 15px 20px;
	position: absolute;
	right: 10px;
	text-transform: none;
	top: 0;
}

@media screen and (min-width: 400px) {
	.site-header__donate {
		right: 25px;
	}
}

@media screen and (min-width: 678px) {
	.site-header__donate {
		right: 50px;
	}
}
