/*
Theme Name: DriveToEndHunger
Author: Anonymous
Author URI:
Version: 1
Description: DriveToEndHunger theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drivetoendhunger
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#nav,
#nav .drop-holder ul,
.paging ul,
.event-holder ul,
.info-blocks ul,
#footer .drop-holder ul,
#footer .footer-nav,
.content-holder .share-list,
.content-holder ul,
.contact .form-holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.wp-caption:after,
.wp-caption p:after,
.container:after,
.about .col-holder:after,
.info-blocks .block:after,
.resources .col-holder:after,
.contact .form-holder:after,
.contact .form-holder ul:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #5c5c5c;
	background: #fff;
	font: 18px/1.75 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.75em;
}

blockquote {
	padding: 9px 0 0;
	max-width: 472px;
	margin: 0 auto 51px;
	text-align: left;
}

blockquote q,
blockquote p:first-child {
	display: block;
	color: #ef3829;
	margin: 0 0 24px;
	font: bold italic 24px/33px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

blockquote q:after,
blockquote q:before,
blockquote p:first-child:after,
blockquote p:first-child:before {
	display: none;
}

blockquote p {
	margin: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font: bold 18px/21px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #8b4452;
	margin: 0 0 3px;
}

blockquote .position {
	display: block;
	text-transform: uppercase;
	font: 300 13px/16px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #8b4452;
	margin: 0;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 3px;
	color: #333;
	outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #773241;
	box-shadow: 0 0 5px rgba(119, 50, 65, .5);
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	resize: none;
	height: 126px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	border-radius: 3px;
}

label {
	display: block;
	color: #7a6f66;
	margin: 0 0 8px;
	font: bold 14px/17px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

label .required {
	color: #ef3829;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 0 0;
}

.two-columns {
	padding: 50px 0;
}

#content {
	float: left;
	width: 70%;
}

#content:only-child {
	float: none;
	width: 100%;
}

#sidebar {
	float: right;
	width: 25%;
}

.widget {
	margin-bottom: 1.75em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #ef3829;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.75em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.75em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.75em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.75em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #ef3829;
	color: #fff;
	padding: .4em;
	text-decoration: none;
	border-radius: 3px;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.75em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #ef3829;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	clear: both;
	margin-bottom: 1.75em;
	font-size: 10px;
	line-height: 13px;
	padding: 0 0 24px;
	max-width: 100%;
}

.wp-caption img {
	margin: 0 0 4px;
	vertical-align: top;
	width: 100%;
}

.wp-caption p {
	margin: 0;
	padding: 0 0 0 5px;
}

.wp-caption .author {
	float: right;
	color: #c2c9c8;
	padding: 0 5px 0 20px;
}

div.aligncenter {
	margin: 0 0 1.75em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.75em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.75em;
}

.mejs-container {
	margin-bottom: 1.75em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #333;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 70px;
}

h2,
.h2 {
	font-size: 28px;
	line-height: 35px;
	margin: 0 0 19px;
}

h3,
.h3 {
	font-size: 20px;
	margin: 0 0 22px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.1em;
}

a {
	color: #ef3829;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

#__bs_notify__ {
	display: none !important;
}

#wrapper {
	overflow: hidden;
}

.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 10px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 10000;
	min-height: 80px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
}

#header .container {
	max-width: 1432px;
	margin: 0 auto;
}

#header .logo {
	float: left;
	margin: 15px 13px 0 0;
}

#header .btn {
	float: right;
	margin: 18px 12px 0 0;
}

.nav-holder {
	float: left;
}

#nav > li {
	float: left;
	position: relative; /*&.remove-link > a{
			pointer-events: none;
		}*/
}

#nav > li > a {
	display: block;
	padding: 24px 14px 30px;
	color: #fff;
	text-decoration: none;
	font: 600 18px/21px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-top: 5px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
}

#nav > li > a:hover {
	color: #ef3829;
}

#nav > li > a.has-drop-down-a:after {
	content: "\f0d7";
	font: normal normal normal 16px/1 FontAwesome;
	display: inline-block;
	margin: 0 0 0 5px;
}

#nav > li.has-drop-down:hover > a {
	background: #fff;
	color: #ef3829;
	border-color: #ef3829;
}

#nav > li.hover .drop-holder {
	max-height: 500px;
}

#nav .drop-holder {
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	width: 320px;
	overflow: hidden;
	max-height: 0;
	text-align: left;
	-webkit-transition: max-height .3s;
	transition: max-height .3s;
	box-shadow: 0 6px 5px 0 rgba(0, 0, 0, .5);
	z-index: 10;
}

#nav .drop-holder ul li {
	border-bottom: 1px solid #e0e0e0;
}

#nav .drop-holder ul li:last-child {
	border: none;
}

#nav .drop-holder ul a {
	display: block;
	padding: 22px 18px 18px;
	font: 600 16px/19px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#nav .drop-holder ul a:hover {
	background: #ef3829;
	color: #fff;
}

.nav-opener {
	display: none;
	float: left;
	color: #c2c9c8;
	font: bold 20px/23px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 14px 0 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	position: relative;
}

.nav-active .nav-opener:after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #c2c9c8;
	top: 0;
	right: -48px;
	width: 100px;
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.nav-active .nav-opener:before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #c2c9c8;
	top: 0;
	right: -36px;
	width: 100px;
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.btn {
	font: bold 16px/21px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	padding: 10px 32px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	border: 2px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-shadow: none;
	text-align: center;
}

.btn.btn-red-bg {
	background: #ef3829;
	border: 2px solid #ef3829;
}

.btn.btn-red-bg:hover {
	background: #f65b4c;
	color: #fff;
	border-color: #f65b4c;
}

.btn.btn-red {
	border-color: #ef3829;
	color: #ef3829;
}

.btn.btn-red:hover {
	background: #ef3829;
	color: #fff;
}

.btn.btn-white {
	border-color: #fff;
}

.btn.btn-white:hover {
	background: #ef3829;
}

.carousel,
.logo-carousel {
	position: relative;
}

.carousel .mask,
.logo-carousel .mask {
	position: relative;
	overflow: hidden;
}

.carousel .slideset,
.logo-carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide,
.logo-carousel .slide {
	float: left;
}

.paging {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 37px;
	z-index: 100;
}

.paging ul {
	text-align: center;
}

.paging ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.paging ul li.active a {
	background: #ef3829;
	border-color: #ef3829;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
	pointer-events: none;
}

.paging ul a {
	width: 18px;
	height: 18px;
	display: block;
	border-radius: 100%;
	border: 2px solid #fff;
	text-indent: -9999px;
	overflow: hidden;
}

.paging ul a:hover {
	background: #ef3829;
}

.intro-carousel {
	position: relative;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .4);
}

.intro-carousel:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: -webkit-radial-gradient(center, ellipse cover, rgba(146, 5, 5, .5) 0%, rgba(0, 0, 0, .9) 100%);
	background: -webkit-radial-gradient(center, ellipse, rgba(146, 5, 5, .5) 0%, rgba(0, 0, 0, .9) 100%);
	background: radial-gradient(ellipse at center, rgba(146, 5, 5, 0) 0%, rgba(0, 0, 0, .9) 100%);
}

.intro-carousel:after {
	position: absolute;
	content: "";
	border-bottom: 4px solid #ef3829;
	width: 500px;
	top: 134px;
	left: -73px;
	-webkit-transform: rotate(-36.4deg);
	-ms-transform: rotate(-36.4deg);
	transform: rotate(-36.4deg);
	z-index: 2;
}

.intro-carousel .slide {
	position: relative;
	overflow: hidden;
	height: 900px;
}

.intro-carousel .slide img {
	width: 100%;
	max-width: 9999px;
}

.intro-carousel .blur-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 80px;
	z-index: 10;
}

.intro-carousel .blur-image img {
	-webkit-filter: blur(15px);
	filter: blur(15px);
}

.intro-carousel .slide-holder {
	position: relative;
}

.intro-carousel .text-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	z-index: 10;
}

.intro-carousel .text-holder:after {
	content: "";
	display: inline-block;
	height: 100%;
	margin: 0 0 0 -5px;
	overflow: hidden;
	vertical-align: middle;
	width: 1px;
}

.intro-carousel .text-holder .frame {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding: 135px 20px 0;
	max-width: 1200px;
}

.intro-carousel h2 {
	margin: 0 0 14px;
	color: #fff;
	font: 900 65px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .7);
}

.intro-carousel .sub-title {
	display: block;
	margin: 0 0 34px;
	position: relative;
}

.intro-carousel .sub-title .level-1 {
	background: rgba(239, 56, 41, .6);
}

.intro-carousel .sub-title .level-2 {
	position: relative;
	top: -6px;
	max-width: 90%;
	font: bold 36px/49px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.intro-carousel .btn {
	padding: 10px;
	width: 135px;
	margin: 0 7px;
	font-size: 16px;
}

.intro-carousel .btn.btn-red-bg {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
}

.carousel-holder {
	position: relative;
	overflow: hidden;
}

.carousel-holder:after {
	position: absolute;
	content: "";
	border-bottom: 4px solid #ef3829;
	width: 1000px;
	right: -182px;
	bottom: 122px;
	-webkit-transform: rotate(-36.4deg);
	-ms-transform: rotate(-36.4deg);
	transform: rotate(-36.4deg);
	z-index: 100;
}

.carousel-holder:before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 314px solid #ef3829;
	border-left: 431px solid transparent;
	z-index: 100;
}

.logo-holder {
	background: #ef3829;
	padding: 20px 0;
}

.logo-holder .container {
	max-width: 1100px;
}

.logo-carousel {
	padding: 0 30px;
}

.logo-carousel .mask {
	height: auto !important;
}

.logo-carousel .slideset {
	width: 100% !important;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}

.logo-carousel .slide {
	display: inline-block;
	vertical-align: middle;
	float: none;
	width: 50.6% !important;
	text-align: center;
	padding: 0 10px;
}

.logo-carousel .btn-prev {
	color: #a93927;
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 20px;
	line-height: 1;
	margin: -10px 0 0;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.logo-carousel .btn-prev:hover {
	color: #fff;
}

.logo-carousel .btn-next {
	color: #a93927;
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 20px;
	line-height: 1;
	margin: -10px 0 0;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.logo-carousel .btn-next:hover {
	color: #fff;
}

.mission {
	background: #82786f;
	color: #fff;
	text-align: center;
	padding: 97px 0 90px;
	font-size: 18px;
	line-height: 27px;
}

.mission .top-heading h1 {
	color: #fff;
}

.mission .text-holder {
	margin: 0 auto;
	max-width: 800px;
}

.mission .col-holder {
	overflow: hidden;
	margin: 0 0 35px;
}

.mission .col-holder .col {
	float: left;
	height: 217px;
	overflow: hidden;
}

.mission .col-holder .col:nth-child(1) {
	width: 44.2%;
}

.mission .col-holder .col:nth-child(2) {
	width: 27.7%;
}

.mission .col-holder .col:nth-child(3) {
	width: 28.1%;
}

.mission .container {
	max-width: 1243px;
}

.mission p {
	margin: 0 0 10px;
}

.mission img {
	max-width: 9999px;
	width: 100%;
}

.top-heading {
	padding: 0 0 61px;
}

.top-heading h1 {
	margin: 0 0 7px;
	text-transform: uppercase;
}

.top-heading .sub-title {
	display: block;
	font: 30px/33px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.top-heading.add-style {
	padding: 0 0 31px;
}

.top-heading.add-style h1 {
	color: #333;
	margin: 0 0 10px;
}

.top-heading.add-style .sub-title {
	color: #fff;
	display: inline-block;
	margin: 0 0 10px;
}

.top-heading.add-style .sub-title .level-1,
.top-heading.add-style .sub-title .level-2,
.top-heading.add-style .sub-title .level-3 {
	position: relative;
	background: #ef3829;
	left: -20px;
	padding: 6px 0;
}

.top-heading.add-style .sub-title .level-2 {
	left: 40px;
}

.top-heading.add-style .sub-title .level-3 {
	left: -20px;
}

.about {
	padding: 81px 0 99px;
	border-bottom: 1px solid #b5bdbc;
}

.about .top-heading {
	text-align: center;
}

.about .container {
	max-width: 1130px;
}

.about .col-holder {
	font-size: 0;
	line-height: 0;
}

.about .col {
	padding: 0 15px;
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 55px;
	-webkit-transition: opacity 1s linear, -webkit-transform 1s linear;
	transition: opacity 1s linear, transform 1s linear;
	font-size: 18px;
	line-height: 21px;
}

.about .col.new-item {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}

.about .holder {
	border: 0px solid #979797;
	margin: 0 0 22px;
}

.about .holder img {
	width: 100%;
}

.about h2 {
	margin: 0;
	font-size: 24px;
	line-height: 29px;
}

.about h2 a:hover {
	opacity: .8;
}

.about .btn {
	margin: 0 auto;
	width: 242px;
	display: block;
	padding: 18px 15px;
}

.get-involved {
	padding: 81px 0 92px;
	border-bottom: 1px solid #b5bdbc;
}

.get-involved .top-heading {
	text-align: center;
}

.get-involved .container {
	max-width: 1440px;
	padding: 0;
}

.get-involved .img-holder {
	float: left;
	width: 49%;
	font-size: 10px;
	line-height: 13px;
	text-align: right;
	margin: 0 6.3% 0 0;
}

.get-involved .img-holder img {
	margin: 0 0 13px;
}

.get-involved .img-holder span {
	color: #c2c9c8;
}

.event-holder {
	float: left;
	width: 30.3%;
	color: #333;
}

.event-holder .event-frame {
	padding: 8px 10px 20px 21px;
	border-top: 4px solid #333;
}

.event-holder h2 {
	margin: 0 0 24px;
	text-transform: uppercase;
	color: #333;
	font-size: 27px;
	line-height: 35px;
}

.event-holder ul li {
	margin: 0 0 18px;
}

.event-holder time {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background: #ef3829;
	padding: 4px 10px;
	font: 14px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 4px;
}

.event-holder h3 {
	padding: 0 0 0 17px;
	font-size: 18px;
	line-height: 24px;
}

.event-holder h3 a {
	color: #333;
}

.event-holder h3 a:hover {
	color: #ef3829;
}

.event-holder .btn {
	margin: -6px 0 0;
	padding: 10px 18px;
}

.info-blocks .container {
	max-width: 1440px;
	padding: 0;
}

.info-blocks .block {
	border-bottom: 1px solid #b5bdbc;
}

.info-blocks .img-holder {
	width: 50%;
	float: left;
	overflow: hidden;
	height: 688px;
	white-space: nowrap;
	text-align: center;
}

.info-blocks .img-holder:after {
	content: "";
	display: inline-block;
	height: 100%;
	margin: 0 0 0 -5px;
	overflow: hidden;
	vertical-align: middle;
	width: 1px;
}

.info-blocks .img-holder > * {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.info-blocks .img-holder img {
	max-width: 9999px;
	width: 100%;
	display: block;
}

.info-blocks .text-holder {
	float: left;
	width: 50%;
	padding: 50px 104px 50px 47px;
	font-size: 20px;
	line-height: 30px;
	white-space: nowrap;
	min-height: 688px;
	text-align: left;
	color: #948b82;
}

.info-blocks .text-holder:after {
	content: "";
	display: inline-block;
	height: 100%;
	margin: 0 0 0 -5px;
	overflow: hidden;
	vertical-align: middle;
	width: 1px;
}

.info-blocks .text-holder .text-frame {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	text-align: left;
}

.info-blocks h2 {
	margin: 0 0 11px;
	text-transform: uppercase;
	font-size: 70px;
	line-height: 73px;
	color: #333;
}

.info-blocks .sub-title {
	font: 30px/40px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	display: block;
	margin: 0 0 39px;
}

.info-blocks .sub-title .level-1,
.info-blocks .sub-title .level-2,
.info-blocks .sub-title .level-3 {
	position: relative;
	background: #ef3829;
	left: 0;
	padding: 5px 0;
}

.info-blocks .sub-title .level-2 {
	left: 36px;
}

.info-blocks .sub-title .level-3 {
	left: -21px;
}

.info-blocks p {
	max-width: 430px;
	margin: 0 0 49px;
}

.info-blocks .btn {
	padding: 18px 20px;
}

.info-blocks ul {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	max-width: 607px;
	margin: 0 auto;
	text-align: left;
	padding: 0 40px;
}

.info-blocks ul li {
	margin: 20px 0 0;
	padding: 0 0 0 24px;
	position: relative;
}

.info-blocks ul li:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 100%;
	top: 11px;
	left: 0;
}

.info-blocks ul li:first-child {
	margin: 0;
}

.info-blocks .block-1 {
	background: #773241;
}

.info-blocks .block-1 .img-holder {
	width: 51.1%;
}

.info-blocks .block-1 .text-holder {
	width: 48.9%;
	background: #fff;
	position: relative;
}

.info-blocks .block-1 .text-holder:before {
	position: absolute;
	content: "";
	left: 100%;
	top: 0;
	bottom: 0;
	background: #fff;
	width: 999px;
}

.info-blocks .block-2 .img-holder {
	width: 51%;
	position: relative;
	overflow: visible;
}

.info-blocks .block-2 .img-holder:before {
	position: absolute;
	content: "";
	left: 100%;
	top: 0;
	bottom: 0;
	background: #c59217;
	width: 9999999px;
}

.info-blocks .block-2 .text-holder {
	text-align: right;
	width: 49%;
}

.info-blocks .block-3 {
	color: #fff;
	background: #773241;
}

.info-blocks .block-3 h2 {
	color: #fff;
}

.info-blocks .block-3 .text-holder {
	text-align: right;
	width: 49%;
	color: #fff;
	position: relative;
	overflow: visible;
}

.info-blocks .block-3 .text-holder:before {
	position: absolute;
	content: "";
	right: 100%;
	top: 0;
	bottom: 0;
	background: #773241;
	width: 999px;
}

.info-blocks .block-3 .img-holder {
	width: 51%;
	position: relative;
}

.info-blocks .block-4 .text-holder {
	width: 57.5%;
}

.info-blocks .block-4 .img-holder {
	width: 42.5%;
	position: relative;
	overflow: visible;
}

.info-blocks .block-4 .img-holder:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 100%;
	width: 999999px;
	background: #675c53;
}

.info-blocks .block-5 .text-holder {
	width: 57.5%;
	text-align: center;
}

.info-blocks .block-5 .img-holder {
	width: 42.5%;
	position: relative;
	overflow: visible;
}

.info-blocks .block-5 .img-holder:before {
	position: absolute;
	content: "";
	left: 100%;
	top: 0;
	bottom: 0;
	background: #c59217;
	width: 9999999px;
}

.news {
	padding: 81px 0 99px;
	border-bottom: 1px solid #b5bdbc;
}

.news .container {
	max-width: 1100px;
}

.news .top-heading {
	text-align: center;
	padding: 0 0 41px;
}

.news .post-holder {
	overflow: hidden;
	padding: 0 0 27px;
}

.news .post-block {
	font-size: 16px;
	line-height: 22px;
	float: right;
	clear: right;
	width: 48.7%;
	margin: 0 0 27px;
}

.news .post-block:first-child {
	float: left;
	width: 48.7%;
}

.news .post-block .img-holder {
	margin: 0 0 22px;
}

.news .post-block .img-holder img {
	width: 100%;
}

.news .post-block time {
	display: block;
	margin: 0 0 1px;
	font: bold 14px/17px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.news .post-block time a {
	color: #5c5c5c;
}

.news .post-block h2 {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 30px;
}

.news .post-block h2 a:hover {
	opacity: .8;
}

.news .post-block p {
	margin: 0;
}

.news .btn-holder {
	text-align: center;
}

.news .btn {
	padding: 18px 20px;
}

.resources {
	padding: 81px 0 99px;
	border-bottom: 1px solid #b5bdbc;
	font-size: 16px;
	line-height: 20px;
}

.resources .top-heading {
	text-align: center;
	padding: 0 0 40px;
}

.resources .container {
	max-width: 1130px;
}

.resources .col {
	padding: 0 15px;
	width: 33.33%;
	float: left;
	margin: 0 0 49px;
}

.resources .holder {
	border: 1px solid #979797;
	margin: 0 0 22px;
}

.resources .holder img {
	width: 100%;
}

.resources h2 {
	margin: 0 0 18px;
	font-size: 24px;
	line-height: 29px;
}

.resources h2 a:hover {
	opacity: .8;
}

.resources p {
	margin: 0;
}

.resources .btn {
	margin: 0 auto;
	width: 210px;
	display: block;
	padding: 18px 15px;
}

.numbers {
	padding: 81px 0 100px;
	background: #82786f;
	color: #fff;
}

.numbers .container {
	max-width: 1285px;
}

.numbers .top-heading {
	text-align: center;
	padding: 0 0 62px;
}

.numbers .top-heading h1 {
	color: #fff;
	text-transform: none;
}

.numbers-carousel {
	text-align: center;
	padding: 0 6.3%;
}

.numbers-carousel .slideset {
	width: 100% !important;
	white-space: nowrap;
}

.numbers-carousel .slide {
	display: inline-block;
	vertical-align: top;
	float: none;
	white-space: normal;
	width: 33.33% !important;
	margin-right: -4px;
}

.numbers-carousel .ico-holder {
	margin: 0 0 32px;
}

.numbers-carousel .number {
	display: block;
	margin: 0 0 16px;
	font: bold 45px/48px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.numbers-carousel h2 {
	margin: 0;
	font: bold 20px/27px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
}

.numbers-carousel .btn-prev {
	color: #fff;
	position: absolute;
	top: 32px;
	left: 0;
	font-size: 70px;
	line-height: 1;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.numbers-carousel .btn-prev:hover {
	color: #cac6c3;
}

.numbers-carousel .btn-next {
	color: #fff;
	position: absolute;
	top: 32px;
	right: 0;
	font-size: 70px;
	line-height: 1;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.numbers-carousel .btn-next:hover {
	color: #cac6c3;
}

#footer {
	background: #675c53;
	padding: 15px 0;
	color: #fff;
	font-size: 10px;
	line-height: 15px;
}

#footer .container {
	max-width: 1431px;
}

#footer .logo {
	float: left;
	margin: 0 41px 20px 0;
}

#footer .btn {
	float: right;
	margin: 3px 11px 0 0;
}

#footer .drop-holder {
	background: #fff;
	position: absolute;
	bottom: 100%;
	top: auto;
	left: 0;
	width: 320px;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height .3s;
	transition: max-height .3s;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
}

#footer .drop-holder ul li {
	border-bottom: 1px solid #e0e0e0;
}

#footer .drop-holder ul li:last-child {
	border: none;
}

#footer .drop-holder ul a {
	display: block;
	padding: 10px;
	font: 600 16px/19px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#footer .drop-holder ul a:hover {
	background: #ef3829;
	color: #fff;
}

#footer .footer-nav > li {
	float: left;
	position: relative;
}

#footer .footer-nav > li > a {
	display: block;
	padding: 9px 6px;
	color: #fff;
	text-decoration: none;
	font: 600 18px/21px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-top: 5px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#footer .footer-nav > li > a:hover {
	color: #ef3829;
}

#footer .footer-nav > li > a.has-drop-down-a:after {
	content: "\f0d7";
	font: normal normal normal 16px/1 FontAwesome;
	display: inline-block;
	margin: 0 0 0 5px;
}

#footer .footer-nav > li.has-drop-down:hover > a {
	background: #fff;
	color: #ef3829;
	border-color: #ef3829;
}

#footer .footer-nav > li.hover .drop-holder {
	max-height: 300px !important;
}

#footer .footer-info {
	float: left;
	clear: left;
}

#footer .footer-info a {
	color: #fff;
}

#footer .footer-info a:hover {
	color: #ef3829;
}

.intro-block {
	height: 472px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
}

.intro-block img {
	width: 100%;
	max-width: 9999px;
}

.intro-block:before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 314px solid #c59217;
	border-left: 431px solid transparent;
	z-index: 100;
}

.intro-block .text-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .1) 100%);
	white-space: nowrap;
	color: #fff;
	text-align: center;
	padding: 100px 0 34px;
}

.intro-block .text-holder a {
	color: #fff;
}

.intro-block .text-holder a:hover {
	opacity: .8;
}

.intro-block .text-holder:after {
	content: "";
	display: inline-block;
	height: 100%;
	margin: 0 0 0 -5px;
	overflow: hidden;
	vertical-align: bottom;
	width: 1px;
}

.intro-block .text-holder .frame {
	display: inline-block;
	vertical-align: bottom;
	white-space: normal;
	max-width: 870px;
	padding: 0 20px;
}

.intro-block .category {
	display: inline-block;
	vertical-align: top;
	background: #ef3829;
	text-transform: uppercase;
	margin: 0 0 7px;
	font-size: 16px;
	line-height: 19px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
	padding: 0 14px;
}

.intro-block .category a {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 0;
}

.intro-block h1 {
	margin: 0 0 42px;
	font-size: 50px;
	line-height: 60px;
	font-weight: 900;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .7);
	color: #fff;
}

.intro-block .author {
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	margin: 0 0 5px;
}

.intro-block .author a {
	text-transform: uppercase;
}

.intro-block time {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
}

.content-holder {
	padding: 39px 0 91px;
	text-align: justify;
}

.content-holder .container {
	max-width: 720px;
	padding: 0 40px;
}

.content-holder h3 {
	padding: 22px 0 0;
}

.content-holder .share-list {
	color: #c2c9c8;
	font-size: 19px;
	line-height: 1;
	margin: 0 0 10px;
}

.content-holder .share-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 9px;
	padding: 0;
	cursor: pointer;
}

.content-holder .share-list li:after {
	display: none;
}

.content-holder .share-list li:hover {
	opacity: .8;
}

.content-holder ul {
	padding: 0 0 0 8%;
	margin: 0 0 13px;
}

.content-holder ul li {
	margin: 7px 0 0;
	padding: 0 0 0 25px;
	position: relative;
}

.content-holder ul li:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background: #5c5c5c;
	top: 13px;
	left: 0;
	border-radius: 100%;
}

.content-holder ul li:first-child {
	margin: 0;
}

.content-holder p a {
	font-weight: bold;
	letter-spacing: 0;
}

.content-holder a:hover {
	opacity: .8;
}

.content-holder .share-block {
	text-align: center;
	padding: 32px 0 0;
}

.content-holder .share-block .title {
	display: block;
	margin: 0 0 16px;
	text-transform: uppercase;
	font: 600 16px/19px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #333;
}

.content-holder .share-block .share-list li {
	margin: 0 10px;
}

.more-posts {
	color: #7a6f66;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 48px;
}

.more-posts .container {
	max-width: 1120px;
	padding: 0 20px;
}

.more-posts h1 {
	margin: 0 0 22px;
	padding: 0 0 8px;
	font-size: 30px;
	line-height: 33px;
	position: relative;
}

.more-posts h1:after {
	position: absolute;
	content: "";
	border-bottom: 4px solid #333;
	width: 40px;
	bottom: 0;
	left: 0;
}

.more-posts .col-holder {
	margin: 0 -15px;
}

.more-posts .post-col {
	float: left;
	width: 33.33%;
	padding: 0 15px 30px;
}

.more-posts .top-holder {
	padding: 0 0 2px;
	font: bold 14px/17px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.more-posts a:hover {
	opacity: .8;
}

.more-posts .category {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	margin: 0 2px 0 0;
}

.more-posts .category a {
	color: #7a6f66;
}

.more-posts time {
	display: inline-block;
	vertical-align: top;
}

.more-posts time a {
	color: #c2c9c8;
}

.more-posts h2 {
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 30px;
}

.contact {
	background-size: cover !important;
	padding: 170px 0 221px;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}

.contact:before {
	position: absolute;
	content: "";
	background: rgba(96, 88, 82, .8);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.contact .container {
	max-width: 790px;
}

.contact .top-holder {
	text-align: center;
	position: relative;
	color: #fff;
}

.contact h1 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 50px;
	line-height: 55px;
	font-weight: 900;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .7);
}

.contact p {
	margin: 0 0 30px;
}

.contact p a:hover {
	opacity: .8;
}

.contact .form-holder {
	background: #fff;
	padding: 31px 30px 33px;
	border-radius: 10px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
	position: relative;
	margin: 0 0 100px;
	min-height: 250px;
}

.contact .form-holder ul {
	padding: 0 0 25px !important;
}

.contact .form-holder ul li {
	float: left;
	width: 48.1%;
	clear: left !important;
	margin: 0 0 21px;
}

.contact .form-holder ul li:nth-child(even) {
	float: right;
	clear: right !important;
}

.contact .form-holder ul li:last-child {
	margin: 0;
}

.contact .form-holder ul li.full-width {
	width: 100% !important;
}

.contact .form-holder input[type="submit"] {
	position: absolute;
	top: 100%;
	left: 50%;
	background: #ef3829;
	color: #fff;
	text-transform: uppercase;
	font: bold 16px/19px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
	border: none;
	width: 135px !important;
	margin: 30px 0 0 -67px !important;
	padding: 12px !important;
	border-radius: 5px;
}

.contact .form-holder input[type="submit"]:hover {
	background: #f65b4c;
	color: #fff;
	border-color: #f65b4c;
}

.contact input,
.contact textarea {
	width: 100%;
	font: 14px/19px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	height: auto !important;
}

.contact textarea {
	height: 126px !important;
}

.contact .item-info {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	clear: both;
}

@media (min-width: 1024px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (max-width: 1449px) {
	#footer .btn {
		margin: 25px 11px 0 0;
		clear: right;
	}

	#footer .footer-nav {
		float: right;
	}

	#footer .social {
		clear: left;
		float: right;
	}
}

@media (max-width: 1349px) {
	#header {
		padding: 15px;
	}

	#header .logo {
		float: none;
		display: block;
		max-width: 120px;
		margin: 0 auto;
	}

	#header .btn {
		margin: 2px 0 0;
	}

	.nav-holder {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		opacity: 0;
		background: rgba(0, 0, 0, .6);
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
		pointer-events: none;
	}

	.nav-active .nav-holder {
		opacity: 1;
		-webkit-transition: opacity .3s, z-index 0s .3s;
		transition: opacity .3s, z-index 0s .3s;
		z-index: 0;
		pointer-events: auto;
	}

	#nav {
		text-align: center;
	}

	#nav > li {
		display: inline-block;
		vertical-align: top;
		float: none;
	}

	#nav > li > a {
		padding: 15px 5px 20px;
	}

	#nav .drop-holder ul a {
		padding: 10px;
	}

	.nav-opener {
		display: block;
	}

	.intro-block:before {
		border-bottom: 214px solid #c59217;
		border-left: 331px solid transparent;
	}

	#footer .social {
		float:right;
	}
}

@media (max-width: 1199px) {
	.carousel-holder:after {
		right: -281px;
		bottom: 122px;
		-webkit-transform: rotate(-32.6deg);
		-ms-transform: rotate(-32.6deg);
		transform: rotate(-32.6deg);
	}

	.carousel-holder:before {
		border-bottom: 214px solid #ef3829;
		border-left: 331px solid transparent;
	}

	.get-involved .img-holder {
		margin: 0;
	}

	.event-holder {
		width: 48%;
		float: right;
	}

	.info-blocks .img-holder {
		height: 400px;
	}

	.info-blocks .text-holder {
		min-height: 400px;
		font-size: 18px;
		line-height: 25px;
	}

	.info-blocks h2 {
		font-size: 50px;
		line-height: 53px;
	}

	.info-blocks .sub-title {
		font-size: 25px;
		line-height: 35px;
		margin: 0 0 20px;
	}

	.info-blocks p {
		margin: 0 0 20px;
	}

	#footer .logo {
		margin: 0 auto 20px;
		float: none;
		display: block;
		max-width: 120px;
	}

	#footer .btn {
		margin: 0 auto 10px;
		float: none;
		display: block;
		width: 200px;
	}

	#footer .social {
		margin: 0 auto 10px;
		float: none;
		display: block;
		width: 200px;
	}

	#footer .footer-nav {
		float: none;
		text-align: center;
		margin: 0 0 20px;
	}

	#footer .footer-nav > li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	#footer .footer-info {
		float: none;
		clear: none;
		text-align: center;
	}

	.intro-block:before {
		border-bottom: 114px solid #c59217;
		border-left: 231px solid transparent;
	}
}

@media (max-width: 1023px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	h1,
	.h1 {
		font-size: 50px;
	}

	.nav-holder {
		position: fixed;
		top: 80px;
		bottom: 0;
		overflow: auto;
	}

	#nav {
		text-align: left;
	}

	#nav > li {
		display: block;
		border-top: 1px solid #82786f;
	}

	#nav > li > a {
		font-size: 16px;
		line-height: 19px;
		padding: 16px 19px;
		border: none;
	}

	#nav > li > a.has-drop-down-a:after {
		float: right;
		margin: 2px 16px 0 5px;
	}

	#nav > li.has-drop-down:hover > a {
		background: none;
	}

	#nav .drop-holder {
		position: static;
		background: none;
		padding: 0 20px;
		box-shadow: none;
		width: 100%;
	}

	#nav .drop-holder ul li:last-child {
		border-top: 1px solid #82786f;
	}

	#nav .drop-holder ul li {
		border-top: 1px solid #82786f;
		border-bottom: none;
	}

	#nav .drop-holder ul a {
		color: #fff;
		padding: 17px 8px;
	}

	#nav .drop-holder ul a:hover {
		background: none;
		color: #ef3829;
	}

	.nav-active #main,
	.nav-active #footer {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}

	.intro-carousel:after {
		top: 37px;
	}

	.intro-carousel .slide {
		height: 800px;
	}

	.intro-carousel h2 {
		font-size: 50px;
	}

	.intro-carousel .sub-title .level-2 {
		font-size: 30px;
		line-height: 40px;
	}

	.carousel-holder:after {
		right: -447px;
		bottom: 122px;
		-webkit-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

	.carousel-holder:before {
		border-bottom: 114px solid #ef3829;
		border-left: 200px solid transparent;
	}

	.logo-carousel .slide {
		width: 33.33% !important;
	}

	.mission {
		padding: 50px 0;
	}

	.about {
		padding: 50px 0;
	}

	.about .col {
		width: 33.3%;
	}

	.about h2 {
		font-size: 20px;
		line-height: 25px;
	}

	.get-involved {
		padding: 50px 0;
	}

	.event-holder h2 {
		font-size: 23px;
		line-height: 30px;
	}

	.info-blocks .text-holder {
		padding: 30px;
	}

	.news {
		padding: 50px 0;
	}

	.resources {
		padding: 50px 0;
	}

	.numbers {
		padding: 50px 0 64px;
	}

	.numbers-carousel .slide {
		width: 50% !important;
	}

	.numbers-carousel h2 br {
		display: none;
	}

	.more-posts h2 {
		font-size: 20px;
		line-height: 25px;
	}

	#footer .social {
		float:none;
	}
}

@media (max-width: 767px) {
	blockquote {
		padding: 2px 0 0;
		margin: 0 auto 45px;
	}

	blockquote q,
	blockquote p:first-child {
		margin: 0 0 16px;
	}

	#content {
		float: none;
		width: 100%;
	}

	#sidebar {
		float: none;
		width: 100%;
	}

	.wp-caption {
		padding: 0 0 10px;
		width: auto !important;
	}

	.wp-caption img {
		margin: 0 0 7px;
	}

	.wp-caption p {
		float: none;
		margin: 0 0 5px;
		padding: 0;
		font-size: 10px;
		line-height: 15px;
	}

	.wp-caption .author {
		float: none;
		display: block;
		padding: 0;
	}

	h1,
	.h1 {
		font-size: 35px;
		line-height: 1.17;
	}

	h2,
	.h2 {
		font-size: 21px;
		line-height: 26px;
		margin: 0 0 11px;
	}

	h3,
	.h3 {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 12px;
	}

	body {
		font-size: 16px;
		line-height: 27px;
	}

	#header {
		padding: 5px 0;
		min-height: 40px;
	}

	#header .logo {
		max-width: 72px;
	}

	#header .btn {
		padding: 7px 5px;
		border: none;
		background: none;
		font-size: 11px;
		line-height: 13px;
		color: #fff;
	}

	.nav-holder {
		top: 40px;
	}

	.nav-opener {
		font-size: 11px;
		line-height: 11px;
		margin: 10px 0 0;
	}

	.nav-active .nav-opener:after {
		border-width: 1px;
		right: -40px;
		-webkit-transform: rotate(-62deg);
		-ms-transform: rotate(-62deg);
		transform: rotate(-62deg);
	}

	.nav-active .nav-opener:before {
		border-width: 1px;
		right: -35px;
		-webkit-transform: rotate(62deg);
		-ms-transform: rotate(62deg);
		transform: rotate(62deg);
	}

	.paging {
		bottom: 11px;
	}

	.paging ul li {
		margin: 0 3px;
	}

	.paging ul a {
		width: 12px;
		height: 12px;
	}

	.intro-carousel:after {
		display: none;
	}

	.intro-carousel .slide {
		height: 468px;
	}

	.intro-carousel .blur-image {
		height: 40px;
	}

	.intro-carousel .text-holder .frame {
		padding: 20px 10px 0;
	}

	.intro-carousel h2 {
		font-size: 30px;
	}

	.intro-carousel .sub-title {
		margin: 0 0 20px;
	}

	.intro-carousel .sub-title .level-2 {
		font-size: 19px;
		line-height: 30px;
	}

	.intro-carousel .btn {
		margin: 0 auto 10px;
		display: block;
	}

	.carousel-holder:after {
		right: -460px;
		bottom: 0;
		-webkit-transform: rotate(-34deg);
		-ms-transform: rotate(-34deg);
		transform: rotate(-34deg);
	}

	.carousel-holder:before {
		border-bottom: 8px solid #ef3829;
		border-left: 16px solid transparent;
	}

	.logo-carousel .slide {
		width: 100% !important;
	}

	.mission {
		padding: 44px 0 39px;
		font-size: 16px;
		line-height: 20px;
	}

	.mission .top-heading {
		padding: 0 0 22px;
	}

	.mission .top-heading h1 {
		margin: 0 0 10px;
	}

	.mission .container {
		padding: 0;
	}

	.mission .text-holder {
		padding: 0 15px;
	}

	.mission .col-holder {
		margin: 0 0 16px;
	}

	.mission .col-holder .col:nth-child(1) {
		width: 100%;
	}

	.mission .col-holder .col:nth-child(2) {
		display: none;
	}

	.mission .col-holder .col:nth-child(3) {
		display: none;
	}

	.top-heading h1 {
		margin: 0;
	}

	.top-heading .sub-title {
		font-size: 22px;
		line-height: 25px;
		padding: 0 10px;
	}

	.top-heading.add-style {
		padding: 0 0 9px;
	}

	.top-heading.add-style h1 {
		margin: 0 0 7px;
	}

	.top-heading.add-style .sub-title {
		padding: 0 30px;
	}

	.top-heading.add-style .sub-title .level-1,
	.top-heading.add-style .sub-title .level-2,
	.top-heading.add-style .sub-title .level-3 {
		padding: 0;
		left: -5px;
	}

	.top-heading.add-style .sub-title .level-2 {
		left: 10px;
	}

	.top-heading.add-style .sub-title .level-3 {
		left: -5px;
	}

	.about {
		padding: 41px 0 49px;
	}

	.about .col {
		width: 100%;
		padding: 0 10px;
		margin: 0 0 30px;
	}

	.about .holder {
		margin: 0 0 9px;
	}

	.about h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.get-involved {
		padding: 42px 0 44px;
	}

	.get-involved .img-holder {
		float: none;
		width: auto;
		margin: 0 0 17px;
		text-align: left;
	}

	.get-involved .img-holder img {
		margin: 0 0 6px;
	}

	.get-involved .img-holder p {
		padding: 0 10px;
	}

	.get-involved .img-holder span {
		display: block;
	}

	.event-holder {
		width: auto;
		float: none;
		padding: 0 18px;
	}

	.event-holder .event-frame {
		padding: 9px 2px 7px 2px;
	}

	.event-holder h2 {
		font-size: 21px;
		line-height: 26px;
		padding: 0 0 0 10px;
		margin: 0 0 21px;
	}

	.event-holder ul li {
		margin: 0 0 20px;
	}

	.event-holder time {
		margin: 0 0 9px;
	}

	.event-holder h3 {
		font-size: 14px;
		line-height: 18px;
		padding: 0 0 0 10px;
	}

	.event-holder .btn {
		margin: -6px auto 0;
		max-width: 240px;
		display: block;
	}

	.info-blocks .img-holder {
		width: 100% !important;
		height: auto !important;
		float: none;
		min-height: 0;
	}

	.info-blocks .img-holder img {
		margin: 0 !important;
		width: 100% !important;
		height: auto !important;
	}

	.info-blocks .text-holder {
		width: 100% !important;
		float: none;
		min-height: 0;
		padding: 42px 19px 50px;
		font-size: 16px;
		line-height: 23px;
		height: auto !important;
	}

	.info-blocks .text-holder:after {
		display: none;
	}

	.info-blocks .text-holder .text-frame {
		display: block;
	}

	.info-blocks h2 {
		font-size: 35px;
		line-height: 40px;
		text-align: center;
	}

	.info-blocks .sub-title {
		font-size: 22px;
		line-height: 24px;
		text-align: center;
	}

	.info-blocks .sub-title br {
		display: none;
	}

	.info-blocks .sub-title .level-1,
	.info-blocks .sub-title .level-2,
	.info-blocks .sub-title .level-3 {
		padding: 0;
		left: -18px;
	}

	.info-blocks p {
		margin: 0 0 27px;
	}

	.info-blocks .btn {
		max-width: 242px;
		margin: 0 auto;
		display: block;
		padding: 18px 10px;
	}

	.info-blocks ul {
		font-size: 17px;
		line-height: 20px;
		padding: 43px 32px 59px;
	}

	.info-blocks ul li {
		margin: 16px 0 0;
	}

	.info-blocks ul li:after {
		width: 5px;
		height: 5px;
		top: 7px;
	}

	.info-blocks .block-4 .img-holder {
		height: 30px !important;
	}

	.info-blocks .block-5 .img-holder {
		height: 30px !important;
	}

	.news {
		padding: 42px 0 53px;
	}

	.news .container {
		padding: 0;
	}

	.news .post-holder {
		padding: 0 0 3px;
	}

	.news .post-block {
		float: none;
		margin: 0 0 23px;
		width: 100%;
	}

	.news .post-block:first-child {
		float: none;
		width: 100%;
	}

	.news .post-block .img-holder {
		margin: 0 0 11px;
	}

	.news .post-block h2 {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 14px;
	}

	.news .text-holder {
		padding: 0 20px;
	}

	.resources {
		padding: 41px 0 52px;
	}

	.resources .top-heading {
		padding: 0 0 12px;
	}

	.resources .col {
		float: none;
		width: auto;
		padding: 0 10px;
		margin: 0 0 30px;
	}

	.resources .holder {
		margin: 0 0 10px;
	}

	.resources h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.resources p {
		display: none;
	}

	.resources .btn {
		width: 240px;
	}

	.numbers .top-heading {
		padding: 0 0 30px;
	}

	.numbers .top-heading h1 {
		max-width: 70%;
		margin: 0 auto;
	}

	.numbers-carousel {
		padding: 0 35px;
	}

	.numbers-carousel .slide {
		width: 100% !important;
	}

	.numbers-carousel .ico-holder {
		margin: 0 0 29px;
	}

	.numbers-carousel .number {
		margin: 0 0 16px;
	}

	.numbers-carousel .btn-prev {
		top: 105px;
		left: 10px;
	}

	.numbers-carousel .btn-next {
		top: 105px;
		right: 10px;
	}

	#footer {
		padding: 52px 0 30px;
	}

	#footer .logo {
		margin: 0 auto 13px;
	}

	#footer .btn {
		width: 135px;
		margin: 0 auto 25px;
		margin-bottom:0px;
	}

	#footer .social {
		float:none;
	}

	#footer .drop-holder {
		width: auto;
		right: 0;
	}

	#footer .footer-nav {
		margin: 0 0 25px;
	}

	#footer .footer-nav > li {
		display: block;
	}

	#footer .footer-nav > li > a {
		padding: 6px 6px;
	}

	#footer .footer-info {
		margin: 0;
	}

	#footer .footer-info br {
		display: none;
	}

	#footer .footer-info span {
		display: block;
		padding: 10px 0 0;
	}

	.intro-block:before {
		display: none;
	}

	.intro-block .text-holder {
		padding: 50px 0 76px;
	}

	.intro-block .category {
		font-size: 12px;
		line-height: 15px;
		margin: 0 0 15px;
		padding: 0 12px;
	}

	.intro-block .category a {
		padding: 4px 0 2px;
	}

	.intro-block h1 {
		font-size: 30px;
		line-height: 37px;
		margin: 0 0 22px;
	}

	.content-holder {
		padding: 24px 0 80px;
	}

	.content-holder .container {
		padding: 0 20px;
	}

	.content-holder h3 {
		padding: 0;
	}

	.content-holder .share-list {
		margin: 0 0 13px;
	}

	.content-holder ul {
		padding: 0 0 0 5%;
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 20px;
	}

	.content-holder ul li {
		margin: 15px 0 0;
	}

	.content-holder ul li:after {
		top: 8px;
	}

	.content-holder .share-block {
		padding: 13px 0 0;
	}

	.more-posts {
		font-size: 16px;
		line-height: 22px;
		padding: 0 0 30px;
	}

	.more-posts .post-col {
		float: none;
		width: 100%;
		padding: 0 15px 20px;
	}

	.more-posts .top-holder {
		padding: 0 0 3px;
	}

	.more-posts h2 {
		font-size: 18px;
		line-height: 21px;
		margin: 0 0 15px;
	}

	.more-posts p {
		margin: 0;
	}

	.contact {
		padding: 85px 0 84px;
	}

	.contact h1 {
		font-size: 30px;
		line-height: 33px;
		margin: 0 0 13px;
	}

	.contact p {
		margin: 0 0 29px;
	}

	.contact .form-holder {
		padding: 28px 20px;
	}

	.contact .form-holder ul {
		padding: 0 0 20px !important;
	}

	.contact .form-holder ul li {
		width: 100% !important;
		float: none;
		clear: none !important;
		margin: 0 0 21px;
	}

	/**
	 * SiM Additions.
	 */
	.social {
			/*float: right;*/
			margin: 3px 11px 0 0;
	}
}

form#lpr-search-form .list-margin-v li .hc-mxn2 .hc-sm-col-3 div {
   display: none;
}

#lpr-locations {
   height: 400px;
   overflow: auto;
   overflow-x: hidden;
   clear: both;
   width: 100%;
}

#lpr-map {

   overflow: auto;
   overflow-x: hidden;
   clear: both;
   width: 100%;
}

.hc ul li:after {
width: 0px;
height: 0px;
}

.Freshcontainer {
	max-width:1000px;

	margin: 0 auto;
	padding: 0 10px;
}

.hc-mb2 {
max-width:600px;
margin-left: auto;
margin-right: auto;
}

.hc-block {
margin: auto !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
-webkit-appearance: none;
-webkit-border-radius: 0;
cursor: pointer;
border-radius: 9px;
width: 300px;
background: #ef3829;
border: 2px solid #ef3829;
color: #fff;
padding: 10px 32px;
font: bold;
margin: 0 auto;
}