/*
Theme Name: Orangewood Children's Foundation
Theme URI: http://http://www.orangewoodfoundation.org/
Author: RipeConcepts
Author URI: http://ripeconcepts.com/
Description: A custom organization website.
Version: 1.0
Tags: Custom template, Responsive website
*/

/* import css from google */
@import url(
	https://fonts.googleapis.com/css?family=Open + Sans:700italic,
	400,
	300,
	600,
	700,
	800,
	300italic,
	400italic,
	600italic,
	800italic
);

html,
body {
	background-color: white;
	width: 100%;
	height: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: white;
}

/*  ==========================================================================
	Structure & Generic Styles
	========================================================================== */

/*top nav menu*/
.top-nav-wrapper {
	position: relative;
	background-color: #ee7421;
}

.top-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.top-nav.social {
	float: right;
}

.top-nav li {
	float: left;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.top-nav li a {
	display: block;
	padding: 12px;
	font-size: 13px;
	line-height: 18px;
	color: white;
	text-decoration: none;
}

.top-nav li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-nav.social li a {
	font-size: 18px;
}

.top-nav li a:hover {
	opacity: 0.7;
}

.search {
	position: inherit;
	width: 300px;
	height: 42px;
	float: left;
}

.search i {
	position: absolute;
	left: 10px;
	top: 14px;
}

.search input {
	position: absolute;
	background-color: transparent;
	border-bottom-width: 2px;
	width: 100%;
	height: 42px;
	top: 0;
	left: 0;
	padding: 0 20px 0 30px;
}

.search input:focus {
	outline: none;
}

input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
}
input::-moz-placeholder {
	color: rgba(255, 255, 255, 1);
}
input:-moz-placeholder {
	/* Older versions of Firefox */
	color: rgba(255, 255, 255, 1);
}
input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 1);
}

/*end of top nav menu*/
/*bootstrap overrides*/
.navbar-default {
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	border-color: transparent;
	padding: 20px 0;
	margin-bottom: 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-default.transparent {
	background-color: rgba(255, 255, 255, 0.9);
}

.header.sticky .header.sticky .navbar-default {
	padding: 15px 0;
}

.header.sticky {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

body.logged-in.admin-bar .header.sticky {
	top: 32px;
}

@media (max-width: 782px) {
	body.logged-in.admin-bar .header.sticky {
		top: 46px;
	}
}

.navbar-brand {
	height: auto;
	padding: 0;
}

.navbar-brand img {
	width: 100%;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header.sticky .navbar-default .navbar-brand img {
	width: 180px;
}

.navbar-nav {
	margin-top: 40px;
	margin-right: -30px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header.sticky .navbar-default .navbar-nav {
	margin-top: 15px;
}

.navbar-default .navbar-nav > li > a {
	font-size: 18px;
	line-height: 22px;
	color: #999;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header.sticky .navbar-default .navbar-nav > li > a {
	font-size: 16px;
}

.navbar-default .navbar-nav > li.current-page-ancestor a,
.navbar-default .navbar-nav > li.current-menu-item a,
.navbar-default .navbar-nav > li:hover > a {
	color: #ee7421;
}

/*buttons*/
a.cBtn {
	background-color: rgba(255, 255, 255, 0.4);
	display: block;
	padding: 15px 10px;
	border: 2px solid white;
	border-radius: 5px;
	text-decoration: none;
}

a.cBtn:hover {
	opacity: 0.8;
}

.cBtn.default {
	width: 250px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

.cBtn.cta {
	width: 100%;
	color: white;
	text-align: center;
}

.cBtn.cta h4 {
	font-size: 32px;
	line-height: 46px;
	margin: 0;
	font-weight: 900;
}

.cBtn.cta p {
	font-size: 17px;
	line-height: 18px;
	font-weight: 900;
	font-style: italic;
}

/*end of bootstrap overrides*/
.hero {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.hero h2 {
	font-size: 36px;
	line-height: 42px;
	font-weight: 900;
	font-style: italic;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.hero p {
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	margin-bottom: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

/*hero carousel*/
.item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.hero-wrapper {
	display: table;
	height: 430px;
}

.hero-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
}

#customDots {
	position: absolute;
	width: 100%;
	height: 20px;
	text-align: center;
	bottom: 20px;
	left: 0;
	z-index: 9;
}

#customDots .owl-dot {
	display: inline-block;
	zoom: 1;
}

#customDots .owl-dot:hover {
	opacity: 0.8;
}

#customDots .owl-dot.active > span {
	background-color: #ee7421;
}

#customDots .owl-dot > span {
	display: block;
	background-color: #999999;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 8px;
}
/*end of image carousel*/

/*info graphic block section*/
.info-graphic-blocks {
	padding: 80px 0 50px 0;
}

.info-graphic-blocks a {
	display: block;
	text-decoration: none;
}

.info-block-item {
	margin-bottom: 30px;
}

.info-block-item img {
	width: 100%;
}

.info-block-item .labels {
	background-color: #ababab;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

/*post list items*/
.post-list-item {
	margin: 25px 0;
}

.post-list-item .post-th {
	background-color: #999999;
	text-align: center;
	border-radius: 6px;
}

.post-list-item .post-th img {
	width: 100%;
	height: auto;
}

.post-list-item h2 {
	font-size: 24px;
	line-height: 25px;
	color: #ee7421;
	margin: 0 0 10px 0;
	font-weight: 900;
}

.post-list-item h3 {
	font-size: 24px;
	line-height: 25px;
	color: #231f20;
	margin: 0 0 10px 0;
	font-weight: 400;
	font-style: italic;
}

.post-list-item p {
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 25px;
}

/*about us - our team*/
.our-team {
	padding: 50px 0;
}

.event-info {
	padding: 50px 0;
	color: #000000;
}

.our-team h1 {
	font-size: 28px;
	line-height: 30px;
	color: #333;
	font-weight: 900;
	margin: 0 0 30px 0;
}

/*donate wrapper*/
.donate-wrapper {
	width: 100%;
	background-color: #ee7421;
}

a.donate {
	width: 100%;
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 20px 0;
}

a.donate h3 {
	font-size: 35px;
	line-height: 42px;
	font-weight: 900;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

a.donate p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400px;
	margin: 0;
}

/*foster parent wrapper*/
.foster-wrapper {
	width: 100%;
	background-color: #5cb9b2;
	margin-top: 50px;
}

a.foster {
	width: 100%;
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 20px 0;
}

a.foster h3 {
	font-size: 35px;
	line-height: 42px;
	font-weight: 700;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

a.foster p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400px;
	margin: 0;
}

/*volunteer*/
.volunteer-img-block {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	width: 100%;
	height: 375px;
	margin-top: 15px;
}

.volunteer-img-block:last-child {
	margin-bottom: 15px;
}

.volunteer-img-block:before {
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.volunteer-wrapper-outer {
	display: table;
	width: 100%;
	height: 375px;
}

.volunteer-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}

.volunteer-header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	width: 100%;
	height: 375px;
	margin: 15px 0 40px 0;
}

.content.volunteer {
	padding-top: 0;
}

.content.volunteer h2 {
	text-align: center;
}

.content.volunteer h3 {
	font-size: 21px;
	line-height: 30px;
	color: #ee7421;
	font-weight: 900;
}

hr {
	border-color: #777;
}

.vwrapper {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px;
	text-align: center;
}

.vwrapper h2 {
	font-size: 42px;
	line-height: 30px;
	color: #333;
	margin: 0 0 20px 0;
}

.vwrapper p {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	margin: 0 0 20px 0;
}

.vwrapper .cBtn.wwd {
	margin: 0 auto;
}

/*article*/
article h1 {
	font-size: 46px;
	line-height: 40px;
	color: #ee7421;
	text-align: center;
	margin: 10px 0 25px 0;
}

/*sub page - sub-nav section*/
.sub-nav {
	background-color: #ee7421;
	padding: 25px 0;
	text-align: center;
}

.sub-nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-nav li {
	display: inline-block;
}

.sub-nav li a {
	display: block;
	font-size: 22px;
	line-height: 32px;
	color: white;
	text-align: center;
	text-decoration: none;
	text-transform: ;
	padding: 0 15px;
}

.sub-nav li a:hover,
.sub-nav li.current-menu-item,
.sub-nav li.active {
	text-decoration: underline;
}

/*sub page - sub-image section*/

.sub-page-title-img {
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top;
	padding-bottom: 135px;
	height: 114px;
}

.sub-page-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	width: 100%;
	height: 260px;
}

.content {
	padding: 50px 0px 10px 0px;
	color: #333;
}

.content.center {
	text-align: center;
}

.content h2 {
	font-size: 46px;
	line-height: 30px;
	text-transform: capitalize;
	margin: 0 0 25px 0;
}

.content p {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 40px 0;
}

.content .img-content {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 20px;
	margin-bottom: 15px;
}

/*What we do lists*/
.wwd-wrapper .items {
	width: 100%;
	padding: 40px 0;
}

.wwd-wrapper .items-group {
	padding: 30px;
}

/*background & text align*/
.wwd-wrapper .items:nth-child(odd) {
	background-color: transparent;
	text-align: left;
}

.wwd-wrapper .items:nth-child(even) {
	background-color: #f6f6f6;
	text-align: right;
}

/*button*/
.cBtn.wwd {
	width: 200px;
	border-color: #ff9020;
	background-color: rgba(238, 115, 33, 0.18);
	text-transform: uppercase;
	text-align: center;
	font-size: 19px;
	color: #ee7421;
	font-weight: 700;
}

.wwd-wrapper .items:nth-child(even) .cBtn.wwd {
	float: right;
}

/*text*/
.wwd-wrapper .items .grp-txt {
	width: 50%;
	float: left;
}

.wwd-wrapper .items:nth-child(even) .grp-txt {
	float: right;
}

/*images*/
.wwd-wrapper .items .grp-img img {
	width: 100%;
}

.wwd-wrapper .items .grp-img {
	width: 35%;
	float: right;
}

.wwd-wrapper .items:nth-child(even) .grp-img {
	float: left;
}

/*video wrapper*/
.video-wrapper {
	padding: 80px 0;
}

.video-wrapper iframe {
	width: 100%;
	height: 422px;
}

.sub-page.video-wrapper,
.sub-page.content-wrapper {
	background-color: #f6f6f6;
}

/*post featured wrapper*/
.post-featured-list-wrapper {
	background-color: #f6f6f6;
	padding: 80px 0;
	color: black;
}

.post-featured-items {
	margin-bottom: 30px;
	padding: 0 20px;
}

.post-featured-items img {
	width: 100%;
	height: auto;
}

.post-featured-items h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
	margin: 20px 0;
}

.post-featured-items p {
	font-size: 14px;
	line-height: 22px;
}

.post-featured-items a {
	display: inline-block;
	color: #007aff;
	text-decoration: none;
}

/*testimonial*/
.testimonial-wrapper {
	position: relative;
	background-color: white;
	padding: 80px 0;
	color: #333;
}

#customNav {
	position: absolute;
	width: 100%;
	top: 40%;
	left: 0;
	z-index: 9;
}

#customNav div {
	position: inherit;
	cursor: pointer;
}

#customNav i {
	font-size: 52px;
	color: #cccccc;
}

#customNav .owl-next {
	right: 0;
}

.testi-item {
	/*padding:0 80px;*/
}

.testi {
	position: relative;
	padding-top: 24px;
	padding-left: 80px;
}

.testi p {
	font-size: 20px;
	line-height: 33px;
	font-style: italic;
}

.testi p:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url("./images/qoute.png") no-repeat;
	display: block;
	width: 55px;
	height: 47px;
}

.testi .author {
	float: right;
	text-align: right;
	font-size: 18px;
	line-height: 22px;
}

.testi .author span {
	display: block;
}

/*call to action section*/
.cta-wrapper {
	position: relative;
	background-image: url("./images/img-bg-cta-section.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 150px;
	padding: 22px 0;
	margin-bottom: 20px;
	overflow: hidden;
}

.cta-wrapper:before {
	background-image: url("./images/butterfly.png");
	background-size: cover;
	position: absolute;
	content: "";
	left: 11%;
	top: -30px;
	width: 150px;
	height: 192px;
}

/*Youth Connect Page*/
.youth-page {
	border-right: 1px solid #cccccc;
}

.youth-page img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
.youth-page img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
.youth-page img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.youth-page .alignright {
	float: right;
}
.youth-page .alignleft {
	float: left;
}
.youth-page .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*Youth Connect Form*/
.foster-form {
	border-right: 0px solid #cccccc;
}

.contact-info {
	padding: 0 40px;
}

.foster-form h3,
.contact-info h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #ee7421;
}

.foster-form .notes {
	font-size: 17px;
	line-height: 24px;
}

.contact-info hr {
	margin: 20px 0;
	border-color: #ccc;
}

/*contact page*/
.contact-form {
	border-right: 1px solid #cccccc;
}

.contact-info {
	padding: 0 40px;
}

.contact-form h3,
.contact-info h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #ee7421;
}

.contact-form .notes {
	font-size: 17px;
	line-height: 24px;
}

.contact-info hr {
	margin: 20px 0;
	border-color: #ccc;
}

/*contact form 7 style*/

.form-group label {
	font-size: 18px;
	line-height: 35px;
	font-weight: 400;
	color: #333333;
}

.form-group label span {
	font-size: 17px;
	color: #ee7421;
}

.form-group .tel-group {
	width: 100%;
}

.form-group > span {
	display: block;
	width: 85%;
}

.form-group .tel-group > span {
	display: inline-block;
	width: 15%;
}

.name-group .form-group {
	width: 50%;
	float: left;
	padding-right: 20px;
}

.name-group select.wpcf7-select,
.name-group .form-group > span {
	width: 100%;
}

.name-group select.wpcf7-select {
	width: 100%;
	height: 34px;
	border-color: #ccc;
	border-radius: 4px;
	padding: 0 5px;
}

.address-group .form-group {
	width: 33.33333%;
	float: left;
	padding-right: 20px;
}

.address-group select.wpcf7-select,
.address-group .form-group > span {
	width: 100%;
}

.address-group select.wpcf7-select {
	width: 100%;
	height: 34px;
	border-color: #ccc;
	border-radius: 4px;
	padding: 0 5px;
}

.iam-group .form-group {
	width: 75%;
	float: left;
	padding-right: 20px;
}

.iam-group select.wpcf7-select,
.iam-group .form-group > span {
	width: 100%;
}

.iam-group select.wpcf7-select {
	width: 100%;
	height: 34px;
	border-color: #ccc;
	border-radius: 4px;
	padding: 0 5px;
}

span.wpcf7-list-item {
	display: block;
}

.map-holder {
	margin-top: 30px;
}

.map-holder iframe {
	width: 100%;
	height: 320px;
}

.tel-block {
	text-align: center;
}

.cBtn-submit {
	background-color: #ee7421;
	width: 180px;
	font-size: 26px;
	line-height: 42px;
	text-align: center;
	text-transform: capitalize;
	color: white;
	padding: 5px 20px;
	border-radius: 6px;
	border: none;
}

.cBtn-submit:focus {
	outline: none;
}

/*ways to give*/

/*coupon section*/
.coupon .items {
	display: block;
	text-align: center;
	color: white;
	text-decoration: none;
	margin: 40px 0;
}

.coupon .items img {
	width: 100%;
	height: auto;
}

.coupon .coupon-details {
	background-color: #ee7421;
	padding: 40px;
}

.coupon .coupon-details h3 {
	font-size: 63px;
	line-height: 30px;
	font-weight: 900;
	margin: 0 0 20px 0;
}

.coupon .coupon-details p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

/*donate section*/
.wtg-donate-now {
	width: 100%;
	background-color: #e7e5e5;
	padding: 5px 0;
	text-align: center;
}

.wtg-donate-now a {
	position: relative;
	display: block;
	background-color: #ee7421;
	width: 560px;
	height: auto;
	margin: 15px auto;
	color: white;
	text-decoration: none;
	padding: 15px 10px 10px 10px;
}

.wtg-donate-now a:before {
	position: absolute;
	display: block;
	content: url("./images/dn-butterfly.png");
	width: 75px;
	height: 95px;
	top: -9px;
	left: -42px;
}

.wtg-donate-now a:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	right: -30px;
	width: 0;
	height: 0;
	border-top: 36px solid transparent;
	border-bottom: 39px solid transparent;
	border-left: 30px solid #ee7421;
}

.wtg-donate-now a h3 {
	font-size: 35px;
	line-height: 21px;
	font-weight: 900;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}

.wtg-donate-now a p {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 0;
}

.wtg-featured {
	margin: 40px 0;
}

.wtg-featured .wtg-item {
	margin-bottom: 30px;
	border: 2px solid #aaabab;
}

.wtg-featured .wtg-item img {
	width: 100%;
	height: auto;
}

.wtg-featured .wtg-item h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 900;
	color: #ee7421;
	margin: 0 0 10px 0;
}

.wtg-featured .wtg-item p {
	font-size: 15px;
	line-height: 18px;
	color: black;
}

.wtg-featured .wtg-item .featured-details {
	background-color: #ededed;
	padding: 20px;
	min-height: 350px;
}

/*more ways to give section*/
.wtg-list {
	background-color: #f6f6f6;
	padding-bottom: 50px;
}

.wtg-list h2 {
	font-size: 40px;
	line-height: 21px;
	font-weight: 700;
	text-align: center;
	color: black;
	margin: 50px 0;
}

.wtg-list a {
	display: block;
	background-color: #ee7421;
	font-size: 18px;
	line-height: 21px;
	font-weight: 900;
	color: white;
	text-decoration: none;
	width: 100%;
	padding: 20px;
}

.wtg-list-content {
	background-color: #ededed;
	padding: 20px;
}

/*accordion overrides*/
.panel-group .panel {
	margin-bottom: 15px;
}

.panel-heading {
	padding: 0;
	border: none;
}

/*in the news*/
.page.news h2,
.page.events h2 {
	font-size: 36px;
	line-height: 32px;
	color: #ee7421;
	padding-bottom: 18px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}

.page.events .post-list-item,
.page.news .post-list-item {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.page.news .post-list-item-info h3 {
	font-size: 26px;
	line-height: 33px;
	font-weight: 700;
	color: #ee7421;
	margin: 0;
	font-style: normal;
}

.page.news .post-list-item-info h3 span {
	color: black;
}

.page.news .post-list-item-info h4 {
	font-size: 22px;
	line-height: 33px;
	color: black;
	margin: 0 0 45px 0;
}

.page.news .post-list-item-info p {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

.page.news .post-list-item-info p img.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.page.news .post-list-item-info p img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

/*events*/
.page.events {
	padding-top: 50px;
	padding-bottom: 50px;
}

.page.events .post-list-item-info h3 {
	font-size: 26px;
	line-height: 32px;
	color: #0056a6;
	font-style: normal;
	margin-bottom: 5px;
}

.page.events .post-list-item-info p {
	margin-bottom: 15px;
}

/*footer*/
footer {
	background-color: #f47b20;
	padding: 40px 0 80px 0;
}

.footer-social img {
	float: left;
	margin-right: 30px;
}

.social-wrapper {
	margin: 0;
	padding: 30px 0;
	list-style: none;
}

.social-wrapper li {
	float: left;
	margin-right: 10px;
}

.social-wrapper li:last-child {
	margin-right: 0;
}

.social-wrapper li a {
	display: block;
	padding: 8px 16px;
	border: 1px solid white;
	border-radius: 3px;
	color: white;

	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.social-wrapper li a:hover {
	background-color: white;
	color: #f47b20;
}

.footer-nav {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 20px 0;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.footer-nav ul li {
	display: inline-block;
	/*float: left;*/
}

.footer-nav li a {
	display: block;
	font-size: 16px;
	color: white;
	text-transform: capitalize;
	text-decoration: none;
	padding: 10px 15px;
}

.footer-nav li a:hover {
	opacity: 0.7;
}

.charity-navigator {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.company-details {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding-top: 20px;
}

.company-details p {
	font-size: 16px;
	text-align: center;
}

.company-details span {
	padding: 0 15px;
}

.company-details a {
	text-decoration: none;
	color: white;
}

.company-details a:hover {
	text-decoration: underline;
}

/*search head*/
.search-head {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 40px;
}

/*page/blog section*/
.page {
	padding-bottom: 50px;
	color: #333;
}

.blog-page {
	text-align: center;
	padding: 0 0 50px 0;
}

.blog-page .img-tumb-container {
	padding-top: 20px;
}

.blog-page .img-tumb-container img {
	width: 100%;
	height: auto;
}

.blog-page h3 {
	font-size: 31px;
	line-height: 30px;
	font-weight: 400;
	color: #333333;
	margin: 0 0 30px 0;
}

.blog-page p {
	margin-bottom: 20px;
}

.blog-page .cBtn {
	background-color: #f47b20;
	display: block;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 20px;
	border: none;
	margin: 0 auto;
}

.blog-page .cBtn i {
	font-size: 22px;
	line-height: 26px;
	margin-right: 10px;
}

.blog-page .cBtn:focus {
	outline: none;
}

p.post-dates {
	font-size: 14px;
	line-height: 18px;
	color: #777;
	font-style: italic;
}

.page .separator {
	background-color: #ee7421;
	width: 100%;
	height: 82px;
	margin-bottom: 40px;
}

.page.yss .separator {
	margin-bottom: 0;
}

/*post photo gallery*/
.flickr-gallery {
	width: 100%;
	margin: 40px 0;
}

.flickr-gallery > a {
	display: inline-block;
	border: 2px solid #ccc;
	margin: 10px;
}

/*  ==========================================================================
	Breakpoints
	========================================================================== */

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.wtg-featured .col-sm-3 {
		width: 20%;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	/*nav menu*/
	.navbar-nav {
		margin-top: 35px;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 10px;
	}

	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		width: 260px;
	}

	/*sub-page*/
	article h1,
	.content h2 {
		font-size: 36px;
	}

	.post-list-item p {
		font-size: 16px;
		line-height: 22px;
	}

	/*featured infographics*/
	.info-block-item .labels {
		font-size: 14px;
	}

	/*testimonial*/
	.testi p {
		font-size: 18px;
		line-height: 28px;
	}

	.testi .author {
		font-size: 16px;
		line-height: 20px;
	}

	/*call to action*/
	.cta-wrapper {
		height: 140px;
		padding: 20px 0;
	}

	.cta-wrapper:before {
		left: 2%;
	}

	.cBtn.cta h4 {
		font-size: 26px;
		line-height: 42px;
	}

	.cBtn.cta p {
		font-size: 14px;
		line-height: 16px;
	}

	/*featured post*/
	.post-featured-items h4 {
		font-size: 18px;
		line-height: 22px;
	}

	.post-featured-items .excerpt {
		font-size: 13px;
		line-height: 24px;
	}

	/*what we do*/
	.items-group .grp-txt h2 {
		font-size: 32px;
		line-height: 22px;
	}

	.items-group .grp-txt p {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 30px 0;
	}

	/*footer*/
	.footer-social img {
		margin-right: 20px;
	}

	.social-wrapper li {
		margin-right: 10px;
	}

	.social-wrapper li a {
		padding: 8px 14px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	/*nav menu*/
	.navbar-nav {
		margin-top: 20px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		line-height: 22px;
		padding: 10px 10px;
	}

	.header.sticky .navbar-default .navbar-nav > li > a {
		font-size: 14px;
	}

	/*navbar brand*/
	.navbar-brand {
		width: 195px;
	}

	/*sub nav*/
	.sub-nav li a {
		font-size: 18px;
	}

	/*home page*/
	.post-featured-items img {
		height: auto;
	}

	.post-featured-items {
		min-height: 520px;
	}

	/*sub-page*/

	.content p {
		font-size: 16px;
		line-height: 22px;
	}

	.page.news h2,
	.page.events h2 {
		font-size: 32px;
	}

	.post-list-item p {
		font-size: 16px;
		line-height: 26px;
	}

	.page.events .post-list-item-info h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.wwd-wrapper .items .grp-img {
		width: 45%;
	}

	/*testimonial*/
	.testi {
		padding-left: 50px;
	}

	.testi p {
		font-size: 14px;
		line-height: 22px;
	}

	.testi p:before {
		background-size: cover;
		width: 42px;
		height: 36px;
	}

	.testi .author {
		font-size: 14px;
		line-height: 18px;
	}

	/*video*/

	/*call to action*/
	.cBtn.cta h4 {
		font-size: 22px;
		line-height: 36px;
	}

	.cBtn.cta p {
		font-size: 14px;
		line-height: 16px;
	}

	/*ways to give*/
	.coupon .coupon-details h3 {
		font-size: 42px;
		line-height: 30px;
	}

	.coupon .coupon-details p {
		font-size: 14px;
		line-height: 18px;
	}

	.coupon .coupon-details {
		padding: 30px;
	}

	.wtg-donate-now a h3 {
		font-size: 24px;
		line-height: 21px;
	}

	.wtg-list h2 {
		font-size: 32px;
		line-height: 42px;
		margin: 40px 0;
	}

	.wtg-featured .wtg-item .featured-details {
		min-height: 300px;
	}

	.wtg-list a {
		font-size: 14px;
		line-height: 18px;
		padding: 20px;
	}

	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		font-size: 14px;
		line-height: 20px;
	}

	.wtg-col-sm-3 {
		width: 20%;
	}

	/*what we do*/
	.items-group .grp-txt h2 {
		font-size: 32px;
		line-height: 36px;
	}

	.items-group .grp-txt p {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 30px 0;
	}

	/*contact us*/
	.form-group > span {
		display: block;
		width: 100%;
	}

	/*footer*/
	.footer-social {
		text-align: center;
	}

	.footer-social img {
		float: none;
	}

	.social-wrapper {
		margin: 0;
		padding: 30px 0 30px 65px;
	}

	.company-details p {
		font-size: 14px;
		text-align: center;
	}

	.company-details span {
		padding: 0 10px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	/*nav menu*/
	.navbar-header {
		height: 80px;
	}

	.navbar-brand {
		width: 160px;
		margin-left: 15px;
	}

	.navbar-toggle {
		margin-top: 15px;
		margin-right: 20px;
	}

	.navbar-nav {
		margin: 0;
		padding: 20px 0;
	}

	.navbar {
		padding: 20px 0 0 0;
	}

	.navbar-default .navbar-nav > li > a {
		float: left;
	}

	/*top-nav & search*/
	.top-nav,
	.top-nav.social {
		float: left;
	}

	.top-nav li:last-child {
		border-right: none;
	}

	.search {
		width: 100%;
		border: 1px solid rgba(255, 255, 255, 0.3);
	}

	/*hero*/
	.hero-wrapper {
		height: 320px;
	}

	.hero h2 {
		font-size: 26px;
		line-height: 32px;
		margin: 0 0 10px 0;
	}

	.hero p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	.cBtn.default {
		width: 220px;
		font-size: 18px;
		line-height: 22px;
	}

	/*sub-page*/
	article h1,
	.content h2 {
		font-size: 36px;
	}

	.content p {
		font-size: 16px;
		line-height: 22px;
	}

	.wwd-wrapper .items .grp-img {
		width: 45%;
	}

	.page.news h2,
	.page.events h2 {
		font-size: 26px;
	}

	.page.events .post-list-item-info h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.post-list-item p {
		font-size: 14px;
		line-height: 26px;
	}

	/*video*/
	.video-wrapper iframe {
		height: 245px;
	}

	/*testimonial*/
	.owl-carousel .owl-item img {
		width: 50%;
		margin: 0 auto 40px auto;
	}

	.testi p {
		font-size: 16px;
		line-height: 26px;
	}

	.testi .author {
		font-size: 16px;
		line-height: 22px;
	}

	/*call to action*/
	.cta-wrapper {
		height: auto;
		padding: 50px 0 22px 0;
	}

	.cta-wrapper:before {
		top: 0;
		left: 0;
	}

	.cBtn.cta {
		margin-bottom: 30px;
	}

	/*contact us*/
	.contact-info {
		padding: 0 20px;
		margin-top: 50px;
	}

	.contact-form h3,
	.contact-info h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.contact-info p {
		font-size: 14px;
		line-height: 22px;
	}

	.form-group label {
		font-size: 14px;
		line-height: 22px;
	}

	.form-group > span {
		display: block;
		width: 100%;
	}

	/*ways to give*/

	/*donation button*/
	.wtg-donate-now {
		padding: 20px 0;
	}

	.wtg-donate-now a {
		width: 230px;
		height: auto;
		margin: 15px auto;
	}

	.wtg-donate-now a h3 {
		font-size: 18px;
		line-height: 21px;
		margin: 0;
	}

	.wtg-donate-now a p {
		font-size: 14px;
		line-height: 22px;
	}

	.wtg-donate-now a:before {
		top: -20px;
	}

	.wtg-donate-now a:after {
		right: -20px;
		border-top: 34px solid transparent;
		border-bottom: 34px solid transparent;
		border-left: 20px solid #ee7421;
	}

	/*footer*/
	.social-wrapper {
		width: 248px;
		margin: 0 auto;
	}

	.footer-social {
		text-align: center;
	}

	.footer-social img {
		float: none;
	}

	.company-details span {
		padding: 0 30px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	/*top nav*/
	.top-nav-wrapper {
		text-align: center;
	}

	.top-nav,
	.top-nav.social {
		width: 100%;
		float: none;
	}

	.top-nav li {
		width: 50%;
		border-left: 1px solid rgba(255, 255, 255, 0.3);
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	.top-nav.social li {
		width: 25%;
	}

	.top-nav li:last-child {
		border-right: 1px solid rgba(255, 255, 255, 0.3);
	}

	.top-nav li a {
		padding: 8px;
	}

	.navbar-default .navbar-nav > li > a {
		float: none;
	}

	.search {
		border-top: none;
		border-left: 1px solid rgba(255, 255, 255, 0.3);
		border-right: 1px solid rgba(255, 255, 255, 0.3);
	}

	/*nav*/
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		line-height: 18px;
	}

	.sub-nav li a {
		font-size: 18px;
	}

	.sub-nav li {
		margin-bottom: 20px;
	}

	.sub-nav li:last-child {
		margin-bottom: 0;
	}

	a.cBtn {
		padding: 10px 10px;
	}

	.cBtn.default {
		width: 170px;
		font-size: 14px;
		line-height: 18px;
	}

	/*hero*/
	.hero h2 {
		font-size: 22px;
		line-height: 26px;
	}

	.hero p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 20px;
	}

	/*sub-page*/
	article h1,
	.content h2 {
		font-size: 32px;
	}

	.content p {
		font-size: 16px;
		line-height: 22px;
	}

	.wwd-wrapper .items .grp-img {
		width: 45%;
		margin-bottom: 40px;
		padding: 10px;
	}

	.wwd-wrapper .items .grp-txt {
		text-align: center;
	}

	.wwd-wrapper .items .grp-img,
	.wwd-wrapper .items .grp-txt {
		width: 100%;
		float: none;
	}

	.wwd-wrapper .items .cBtn.wwd,
	.wwd-wrapper .items:nth-child(even) .cBtn.wwd {
		float: none;
		margin: 0 auto;
	}

	/*Volunteer*/
	.vwrapper h2 {
		font-size: 26px;
	}

	.vwrapper p {
		font-size: 14px;
		line-height: 22px;
	}

	/*testimonials*/
	#customNav {
		top: 25%;
	}

	#customNav div {
		display: none !important;
	}

	.owl-carousel .owl-item img {
		width: 70%;
	}

	.testi {
		position: relative;
		padding-top: 8px;
		padding-left: 40px;
	}

	.testi p:before {
		background-size: cover;
		width: 30px;
		height: 26px;
	}

	.testi p {
		font-size: 14px;
		line-height: 26px;
	}

	.testi .author {
		font-size: 14px;
		line-height: 18px;
	}

	.wtg-list h2 {
		font-size: 26px;
		line-height: 42px;
		margin: 20px 0;
	}

	/*news and events*/
	.page.events .post-list-item-info h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.post-list-item p {
		font-size: 14px;
		line-height: 22px;
	}

	/*call to action*/
	.cBtn.cta h4 {
		font-size: 22px;
		line-height: 32px;
	}

	.cBtn.cta p {
		font-size: 14px;
		line-height: 16px;
	}

	/*footer*/
	.company-details p {
		font-size: 12px;
	}

	.company-details span {
		padding: 0 5px;
	}

	.footer-nav li a {
		font-size: 14px;
		padding: 10px;
	}
}

/*Adventure Challenge FAQ*/
.faqanchor::before {
	display: block;
	content: " ";
	height: 150px; /* Give height of your fixed element */
	margin-top: -150px; /* Give negative margin of your fixed element */
}
/* custom css - jomar*/
.boldopen,
.boldopens {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
}
.head_center {
	text-align: center;
}
.leaderboard-wrapper h2 {
	font-size: 46px;
}
.leader_sponsor {
	background: #ee7421 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	padding: 5px 50px;
	font-size: 18px;
	text-transform: uppercase;
}
.leader_sponsor:hover {
	color: #fff;
	text-decoration: none;
}

/* datatables */
.dataTables_filter input[type="search"] {
	border: 1px solid #000;
	border-radius: 3px;
	margin-left: 0 !important;
	padding: 9px 5px;
	font-size: 16px;
	width: 57%;
}
.dataTables_filter {
	padding: 10px 0px;
	width: 45%;
}
.dataTables_filter label {
	display: block !important;
}
#leaderboardtables,
#teamboardtbl {
	padding-top: 25px;
}
#leaderboardtable thead th,
#teamboardtbl thead th {
	color: #ee7421;
	font-size: 18px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	font-size: 18px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border-top: 4px solid #fff !important;
}

table.dataTable tbody tr {
	background: #f6f6f6;
}
#leaderboardtable tbody tr td:nth-child(2),
#leaderboardtable tbody tr td:nth-child(5),
#teamboardtable tbody tr td:nth-child(2),
#teamboardtable tbody tr td:nth-child(4) {
	font-size: 22px;
	font-weight: 700;
}
.leaderboard-wrapper h4 {
	text-align: left;
}
#leaderboardtable_paginate a {
	font-size: 18px;
	text-decoration: underline;
}
table#teamboardtable {
	margin-top: 20px;
}
ul#leaderboardtab,
ul#leaderboardtabs {
	margin-top: 20px;
	text-align: left;
	padding-left: 0px;
	border-bottom: 1px solid #979797;
}
#leaderboardtable,
#teamboardtbl {
	text-align: left;
}

ul#leaderboardtab li,
ul#leaderboardtabs li {
	display: inline-block;
	list-style: outside none none;
	padding: 10px;
	text-align: left;
	cursor: pointer;
}
ul#leaderboardtab li a:hover,
ul#leaderboardtabs li a:hover {
	text-decoration: none;
}
ul#leaderboardtab li.active,
ul#leaderboardtabs li.active {
	border-bottom: 1px solid #ee7421;
}
.dataTables_paginate a.current {
	cursor: default;
	font-weight: bold;
	text-decoration: none !important;
}
.tab-pane {
	display: none;
}
#leaderboardtables {
	display: block;
}

/* responsive dataTables */
@media all and (max-width: 1024px) {
	.dataTables_filter {
		width: 55%;
	}
}
@media all and (max-width: 980px) {
	.dataTables_filter {
		width: 72%;
	}
}
@media all and (max-width: 667px) {
	.dataTables_filter {
		width: 82%;
	}
}
@media all and (max-width: 640px) {
	.dataTables_filter {
		width: 85%;
	}
}

@media all and (max-width: 568px) {
	.dataTables_filter {
		width: 98%;
	}
}
@media all and (max-width: 480px) {
	a.sbutton {
		padding: 10px 55px !important;
	}
}
@media all and (max-width: 375px) {
	a.sbutton {
		padding: 10px 32px !important;
	}
}
@media all and (max-width: 360px) {
	a.sbutton {
		padding: 10px 18px !important;
	}
}
@media all and (max-width: 320px) {
	a.sbutton {
		padding: 10px 12px !important;
	}
}
.asofdate {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

table#teamboardtable th:nth-child(4),
table#teamboardtable td:nth-child(4),
table#leaderboardtable th:nth-child(5),
table#leaderboardtable td:nth-child(5) {
	padding-right: 25px;
	text-align: right;
}
#teamboardtable th:nth-child(3) {
	background-position: 80px center !important;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
	background-color: #f6f6f6 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a {
	border: none !important;
}
.child li:not(:last-child) {
	border-bottom: 1px solid #bbb;
}
.child ul {
	list-style: none;
	padding-left: 0px;
}
.child li {
	margin: 10px 0;
	padding-bottom: 3px;
	font-size: 15px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	vertical-align: inherit;
}
.dtr-title {
	font-weight: 700;
}
.child li:not(:last-child) .dtr-title:after {
	content: ": ";
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
	padding: 0px !important;
}
.child li:last-child {
	text-align: center !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
	top: 20px !important;
}
table.dataTable td:first-child img {
	padding-left: 30px;
}

/* ------------------------------------------------------------ *\
  Search Results
  \* ------------------------------------------------------------ */

.search-results .result {
	padding-bottom: 20px;
}

.search-results .search-head {
	margin: 0;
}
.search-results .paging {
	margin-bottom: 30px;
}

.search-results .result h3 {
	margin: 0;
}
.search-results .result h3 + p {
	margin-top: 20px;
}
.search-results .result p {
	padding: 0;
	margin: 0;
}
.search-results .result + .result {
	padding-top: 20px;
	border-top: 1px solid #337ab7;
}

.search-results .paging .prev,
.search-results .paging .next {
	color: #337ab7;
	text-decoration: none;
	margin: 0 5px;
	font-size: 22px;
}

.search-results .paging .prev:hover,
.search-results .paging .next:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------ *\
  Who we Serve - Template
  \* ------------------------------------------------------------ */

.boxes {
	margin-bottom: 147px;
}
.boxes ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 -9px;
}
.box {
	width: 25%;
	padding: 0 9px;
	display: flex;
}
.box .box__inner {
	width: 100%;
	background-color: #f5f5f5;
	border-width: 4px;
	border-style: solid;
	padding: 5px 10px 62px;
}
.box .box__icon img {
	width: 100%;
	height: auto;
	max-width: 150px;
}
.box .box__title {
	margin-bottom: 18px;
}
.box .box__title h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.03;
	padding: 0;
	margin: 0;
}
.box .box__content {
}
.box .box__content h1 {
	font-weight: 600;
	font-size: 59px;
	line-height: 1.1;
	color: #666666;
	padding: 0;
	margin: 0;
}
.box .box__content sup {
	font-weight: 600;
	font-size: 38px;
}
.box .box__content p {
	color: #666666;
	font-size: 18px;
	line-height: 1.28;
	margin-bottom: 15px;
}

@media (max-width: 1200px) {
	.boxes {
		margin-bottom: 50px;
	}
	.box .box__title h3 {
		font-size: 26px;
	}
}

@media (max-width: 1024px) {
	.box {
		width: 50%;
		margin-bottom: 18px;
	}
}

@media (max-width: 767px) {
	.boxes ul {
		margin: 0;
	}
	.box {
		width: 100%;
		padding: 0;
	}
}

.who-we-serve .title h2 {
	margin-bottom: 40px;
}
.who-we-serve .text {
	max-width: 990px;
	margin: 0 auto 73px;
}
.who-we-serve .text p {
	font-size: 19px;
	line-height: 1.58;
}

/* ------------------------------------------------------------ *\
  Who We Serve SVG
  \* ------------------------------------------------------------ */

.ellipse {
	text-decoration: none !important;
}
.ellipse path {
	text-decoration: none;
	opacity: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 22px;
	text-transform: uppercase;
}
.ellipse circle {
	opacity: 0;
	transition: all 0.3s;
}
.ellipse:hover {
	text-decoration: none;
}
.ellipse:hover circle {
	opacity: 1;
}
.ellipse:hover path {
	opacity: 1;
}

/* ------------------------------------------------------------ *\
  Updates (15.10.2019)
  \* ------------------------------------------------------------ */

.section-ambassadors {
	min-height: 30vh;
	padding: 20px 0;
}
.section-ambassadors .section__head {
	margin-bottom: 30px;
	text-align: center;
}
.section-ambassadors .section__head p {
	padding: 0;
	margin: 0 0 20px 0;
	color: #000;
}

.ambassadors {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ambassadors .ambassador-category {
	width: calc(20% - 5px);
}
.ambassadors .ambassador-category h6 {
	color: #faa635;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	word-break: break-word;
	font-weight: 600;
	border-bottom: 1px solid #faa635;
}
.ambassadors .ambassador-category ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ambassadors .ambassador-category ul li {
	line-height: 1;
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
}
.ambassadors .ambassador-category ul li.featured {
	color: #faa635;
	font-weight: 600;
}

/* Mobile */

@media (max-width: 767px) {
	.ambassadors .ambassador-category {
		width: calc(33% - 5px);
		margin-bottom: 20px;
	}
}

@media (max-width: 425px) {
	.ambassadors .ambassador-category {
		width: 100%;
	}
}

/* Mobile header updates - 12/19/2019 */
.show-mobile {
	display: none;
}
.page-id-137 .page .separator,
.page-id-20 .page .separator {
	display: none;
}

@media screen and (max-width: 767px) {
	.show-mobile {
		display: block;
	}
	header {
		display: flex;
		display: -ms-flex;
		flex-direction: column-reverse;
	}
	header .search,
	.top-nav.social {
		display: none;
	}
	header .search {
		position: absolute;
		z-index: 100;
		width: 100% !important;
		height: 34px;
		top: 0;
		left: 0;
		background: #fff;
	}
	.search input {
		height: auto !important;
		padding: 4px 30px 4px 4px !important;
		border: 1px solid #888 !important;
		border-left: none !important;
		border-right: none !important;
		color: #888 !important;
	}
	.search i {
		color: #888;
		top: 7px;
		left: auto;
		right: 7px;
	}
	.top-nav {
		float: none;
		text-align: center;
	}
	.top-nav li {
		float: none !important;
		display: inline-block !important;
		width: auto !important;
		border-bottom: none !important;
		border-right: none !important;
		border-top: none !important;
	}
	.top-nav li:first-child {
		border-left: none !important;
	}
	.top-nav li a {
		padding: 8px;
	}
	.navbar {
		padding: 10px 0 15px;
	}
	.navbar-header {
		position: relative;
		height: auto;
		text-align: center;
	}
	.navbar-brand {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.navbar-toggle {
		position: absolute;
		float: none;
		top: 15px;
		left: 10px;
		margin: 0;
	}
	#search-toggle {
		position: absolute;
		top: 25px;
		right: 10px;
		color: #888;
		cursor: pointer;
		font-size: 30px;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-top: none;
		padding: 0 10px !important;
	}
	.navbar-nav {
		padding: 15px 0 0;
	}
	.navbar-default .navbar-nav > li > a {
		float: none;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 0 !important;
		margin-top: 15px !important;
	}
	.navbar-default .navbar-nav > li:first-child > a {
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 480px) {
	.navbar {
		padding: 5px 0 10px;
	}
}
@media screen and (max-width: 420px) {
	.top-nav li:first-child a {
		padding-left: 0 !important;
	}
	.top-nav li:last-child a {
		padding-right: 0 !important;
	}
}

/* ------------------------------------------------------------ *\
	Row Flex
\* ------------------------------------------------------------ */

.row.row--flex {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.row.row--flex .col {
	width: 100%;
	padding: 10px;
}

.row.row--flex .col img {
	max-width: 100%;
	height: auto;
}

.row.row--flex .col.col--1of5 {
	width: 20%;
}

.row.row--flex .col.col--1of4 {
	width: 25%;
}

.row.row--flex .col.col--1of3 {
	width: 33%;
}

.row.row--flex .col.col--1of2 {
	width: 50%;
}

@media(max-width: 1024px){
	.row.row--flex .col.col--1of5 {
		width: 33.33%;
	}
}

@media(max-width: 767px){
	.row.row--flex .col {
		width: 50% !important;
	}
}

@media(max-width: 600px){
	.row.row--flex .col {
		width: 100% !important;
	}
}

/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */

.paging {
	padding: 20px 0;
}

.paging .page-numbers {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.paging .page-numbers li {
	margin: 0 -2.5px;
}

.paging .page-numbers li a,
.paging .page-numbers li span {
	border: 1px solid #f47b20;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 5px;
	text-decoration: none;
	color: #f47b20;
	transition: all 0.3s;
}

.paging .page-numbers li span.dots {
	border: none;
	padding: 0 8px;
}

.paging .page-numbers li a:hover,
.paging .page-numbers li span.current {
	border-color: #f47b20;
	background: #f47b20;
	color: #fff;
}
