/*
	Theme Name: Blue West Opportunities Theme for Genesis
	Theme URI: http://bluewestopportunities.org
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Status Forward
	Author URI: http://statusforward.com

	Version: 3.0.1

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/******************************************************************
> Typography Styles

******************************************************************/
@import url("https://use.typekit.net/cih8frs.css");

@font-face {
	font-family: 'Fontawesome';
	src: url("lib/fonts/FontAwesome.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

/* font stacks - this theme has fonts from typekit */




.blockletters {
	text-transform: uppercase;
	font-family: sans-serif;
	letter-spacing: .05em;
}


/******************************************************************
> WordPress Styles

******************************************************************/

/* # Base Styles
/*------------------------------------------------------- */


/* ## WordPress */

img {
	max-width: 100%;
	height: auto;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft,
.alignright,
a.alignleft,
a.alignnone,
a.alignright {
	display: block;
	margin: 0 auto 20px;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}



/******************************************************************
> Imported Default Webflow Stylesheet

******************************************************************/

/*! 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: 0.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: -0.5em;
}

sub {
	bottom: -0.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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */

button,
html input[type="button"],
input[type="reset"] {
	-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. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */

input[type="search"] {
	-webkit-appearance: none; /* 1 */
}

/**
 * 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: 0.35em 0.625em 0.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;
}

@font-face {
	font-family: 'webflow-icons';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
	font-weight: normal;
	font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
	font-family: 'webflow-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	margin: 0;
	min-height: 100%;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
	color: #333;
}

img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

html.w-mod-touch * {
	background-attachment: scroll !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin-bottom: 10px;
}

h1 {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 44px;
	line-height: 4.4rem;
}

h1,
h2 {
	margin-top: 20px;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 36px;
	line-height: 3.6rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 30px;
	line-height: 3rem;
	margin-top: 20px;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 2.4rem;
}

h4,
h5 {
	margin-top: 10px;
}

h5 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
}

h6 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	line-height: 1.8rem;
	margin-top: 10px;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

blockquote {
	margin: 0 0 10px 0;
	padding: 10px 20px;
	border-left: 5px solid #E2E2E2;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
	line-height: 2.2rem;
}

figure {
	margin: 0;
	margin-bottom: 10px;
}

figcaption {
	margin-top: 5px;
	text-align: center;
}

ul,
ol {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 40px;
}



fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"] {
	border: 0;
	cursor: pointer;
	-webkit-appearance: button;
}


label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}




.w-button {
	display: inline-block;
	padding: 9px 15px;
	background-color: #3898EC;
	color: white;
	border: 0;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0;
}

input.w-button {
	-webkit-appearance: button;
}


.w-clearfix:before,
.w-clearfix:after {
	content: " ";
	display: table;
}

.w-clearfix:after {
	clear: both;
}


.w-dropdown {
	display: inline-block;
	z-index: 900;
}

.w-dropdown,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


.w-dropdown-list {
	position: absolute;
	background: #dddddd;
	display: none;
	min-width: 100%;
}

.w-dropdown-list.w--open,
.w-dropdown-link {
	display: block;
}


.w-inline-block {
	max-width: 100%;
	display: inline-block;
}


.w-list-unstyled {
	padding-left: 0;
	list-style: none;
}

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
	display: block;
}

.w-nav[data-collapse="all"] .w-dropdown-list {
	position: static;
}

.w-nav {
	position: relative;
	background: #dddddd;
	z-index: 1000;
}

.w-nav:before,
.w-nav:after {
	content: " ";
	display: table;
}

.w-nav:after {
	clear: both;
}

.w-nav-button {
	position: relative;
	float: right;
	padding: 18px;
	font-size: 24px;
	font-size: 2.4rem;
	display: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.w-nav-button.w--open {
	background-color: #C8C8C8;
	color: white;
}

.w-nav[data-collapse="all"] .w-nav-button {
	display: block;
}

/***********************************
* > Imported Custom Webflow Styles 
***********************************/

/*
* > Baseline Styles 
*/

@font-face {
	font-family: 'Fontawesome'; /* src: url('../fonts/FontAwesome.otf') format('opentype'); */
	font-weight: 400;
	font-style: normal;
}

html {
	font-size: 62.5%;
	line-height: 1.5;
}

body {
	font-family: magneta, serif;
	color: #2a313a;
	font-size: inherit;
}

h1 {
	margin-bottom: 10px;
	font-size: 54px;
	font-size: 5.4rem;
}

h1,
h2 {
	font-family: canada-type-gibson, sans-serif;
	color: #62a8cd;
	font-weight: 700;
}

h2 {
	margin-bottom: 20px;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.2;
}

h3 {
	font-family: canada-type-gibson, sans-serif;
	font-size: 34px;
	font-size: 3.4rem;
}

h3,
h4 {
	margin-bottom: 10px;
	color: #374984;
	line-height: 1.2;
	font-weight: 700;
}

h4 {
	font-family: brandon-grotesque, sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 0.25px;
	letter-spacing: 0.025rem;
}

h5 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.25px;
	letter-spacing: 0.025rem;
}

h5,
h6 {
	margin-bottom: 10px;
	font-family: brandon-grotesque, sans-serif;
	color: #374984;
	font-weight: 700;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 1.5px;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
}

p {
	margin-bottom: 32px;
	font-family: magneta, serif;
	color: #2a313a;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.65;
}

a {
	color: #62a8cd;
	text-decoration: none;
}

ul {
	clear: none;
}

ul,
ol {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-left: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}

li {
	margin-bottom: 0px;
	font-family: brandon-grotesque, sans-serif;
	color: #2a313a;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.25px;
	letter-spacing: 0.025rem;
}

img {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 20px;
}

label {
	display: block;
	margin-top: 25px;
	margin-bottom: 5px;
	padding-top: 5px;
	font-family: brandon-grotesque, sans-serif;
	color: #2a313a;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.25px;
	letter-spacing: 0.025rem;
	text-transform: uppercase;
}

blockquote {
	margin: 30px 20%;
	padding: 10px 20px;
	border-left-style: none;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6;
}

/*
* > Site Header *
*/

.site-header {
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	float: none;
	clear: none;
	background-color: #374984;
}

.home .site-header {
	position: absolute;
	background: transparent;
}

.site-header .wrap {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 50px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
}

.menu-toggle {
	display: none;
	padding: 15px;
	background-color: #fbb135;
	color: #fff;
}

.menu-toggle.w--open {
	background-color: #62a8cd;
}

.title-area {
	position: relative;
	z-index: 2000;
	width: 20%;
	float: left;
}

.nav-primary {
	display: block;
	background-color: transparent;
	position: relative;
	float: right;
}

.menu-item a {
	display: block;
	padding: 20px 10px;
	transition: color 400ms ease;
	font-family: canada-type-gibson, sans-serif;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 1.5px;
	letter-spacing: 0.15rem;
}

.menu-item a:hover {
	color: #62a8cd;
}

.menu-item a.drop-down-toggle {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

.menu-item a.drop-down-toggle:hover {
	color: #fbb135;
}

.menu-item a.drop-down-toggle.w--current,
.menu-item a.drop-down-toggle.current-menu-item {
	padding-bottom: 20px;
}

.menu-item.donate {
	padding-top: 3px;
}

.menu-item.donate a {
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 3px solid #fff;
	border-radius: 2px;
	background-color: rgba(55, 73, 132, 0.7);
	color: #fbb135;
	font-size: 18px;
	font-size: 1.8rem;
}

.menu-item.donate a:hover {
	background-color: #975198;
}

.sub-menu {
	color: #374984;
}

.menu-item {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
}

.header-right {
	display: block;
	padding-top: 0px;
	float: right;
	-ms-flex: 1;
	flex: 1;
	background-color: transparent;
}

.custom-logo {
	margin-bottom: 0px;
}

.toggle-icon {
	color: #374984;
	font-size: 36px;
	font-size: 3.6rem;
}

.genesis-nav-menu {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	text-align: center;
	list-style-type: none;
}

.menu-item-sub {
	color: #fff;
}

.sub-menu .menu-item a {
	display: block;
	padding: 10px 20px;
	background-color: #62a8cd;
	font-family: canada-type-gibson, sans-serif;
	color: #fff;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

.sub-menu .menu-item a:hover {
	background-color: #fff;
	color: #62a8cd;
}

.sub-menu-toggle {
	margin-left: 0px;
	padding-left: 5px;
	color: #fff;
}

.sub-menu-toggle:hover {
	color: #fbb135;
}

/*
* > Content 
*/

.site-inner {
	clear: none;
}

.content-sidebar-wrap {
	max-width: 1300px;
	float: none;
}

.content-sidebar-wrap,
.content {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.content {
	padding: 40px;
}

.sf-lead {
	font-size: 26px;
	font-size: 2.6rem;
}

.style-label {
	margin-bottom: 0px;
	color: #b6b6b6;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

hr {
	border-top: 1px solid #bbb;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin: 30px 0;
}

.hr {
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #dbd9db;
}

.entry-header {
	position: static;
	margin-top: 40px;
	text-align: center;
}

.entry-header,
.entry-content {
	display: block;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
}

.entry-content a {
	word-wrap: break-word;
}

.entry-image {
	margin-bottom: 0px;
	background-image: linear-gradient(180deg, rgba(202, 56, 56, 0.5), rgba(202, 56, 56, 0.5));
	opacity: 1;
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.featured-image {
	display: block;
}

.entry-title {
	font-family: canada-type-gibson, sans-serif;
	color: #62a8cd;
	font-size: 64px;
	font-size: 6.4rem;
	line-height: 1.25;
}

.entry-title.over-image {
	color: #fff;
}

.single .entry-meta {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.single .entry-meta,
.hero-subheading {
	font-family: brandon-grotesque, sans-serif;
	letter-spacing: 0.5px;
	letter-spacing: 0.05rem;
}

.hero-subheading {
	margin-bottom: 40px;
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 38px;
	line-height: 3.8rem;
	font-weight: 300;
	text-align: left;
	text-transform: none;
}

.entry-header.bgimg {
	max-width: 100%;
	position: static;
	display: block;
	margin: 0 auto 20px auto;
	padding-top: 160px;
	padding-bottom: 160px;
	background-color: #62a8cd;
	background-position: center center;
	background-size: cover;
	background-repeat: repeat, no-repeat;
	text-align: center;
}

.entry-header.bgimg.about {
	background-image: linear-gradient(180deg, rgba(55, 73, 132, 0.3), rgba(55, 73, 132, 0.3)), url("lib/images/about-bwo.jpg");
}

.entry-header.bgimg.wncgh {
	background-image: linear-gradient(180deg, rgba(55, 73, 132, 0.3), rgba(55, 73, 132, 0.3)), url("lib/images/wnc-group-homes.jpg");
}

.entry-header.bgimg.careers {
	background-image: linear-gradient(180deg, rgba(55, 73, 132, 0.3), rgba(55, 73, 132, 0.3)), url("lib/images/careers.jpg");
}

.entry-header.bgimg.volunteer {
	background-image: linear-gradient(180deg, rgba(55, 73, 132, 0.3), rgba(55, 73, 132, 0.3)), url("lib/images/volunteers.jpg");
}

.entry-header.bgimg.braf {
	background-image: linear-gradient(180deg, rgba(55, 73, 132, 0.3), rgba(55, 73, 132, 0.3)), url("lib/images/who-we-are.jpg");
}

/*
* > Flex Content 
*/

.row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.flex-wrap {
	display: -ms-flexbox;
	display: flex;
	margin-right: -20px;
	margin-left: -20px;
}

.one-half {
	width: 50%;
}

.one-half,
.one-third {
	padding-right: 20px;
	padding-left: 20px;
}

.one-third {
	width: 33.3333%;
}

.full-width {
	width: 100%;
}

.full-width,
.two-thirds {
	padding-right: 20px;
	padding-left: 20px;
}

.two-thirds {
	width: 66.6666%;
}

.one-third-two {
	width: 33.3333%;
	padding-right: 15px;
	padding-left: 15px;
}

.dropdown-toggle {
	padding: 0px 20px 0px 0px;
}

.dropdown-toggle,
.dropdown-toggle.w--open {
	display: block;
}

/*
* > Blog/Archives
*/

.archive-description {
	margin-bottom: 50px;
}

.archive-title {
	margin-top: 40px;
	font-family: canada-type-gibson, sans-serif;
	color: #62a8cd;
	font-size: 48px;
	font-size: 4.8rem;
}

.archive-pagination {
	margin-top: 50px;
	clear: both;
}

.archive-pagination ul {
	padding: 0;
}

.archive-pagination li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
}

.archive-pagination li.pagination-omission {
	padding-right: 6px;
	padding-left: 6px;
}

.archive-pagination a {
	display: block;
	width: 50px;
	padding: 13px 13px 15px;
	background-color: #975198;
	transition: background-color 400ms ease;
	font-family: canada-type-gibson, sans-serif;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.archive-pagination a:hover {
	background-color: #62a8cd;
}

.archive-pagination .pagination-next a,
.archive-pagination .pagination-previous a {
	width: auto;
	font-family: canada-type-gibson, sans-serif;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5px;
	letter-spacing: 0.05rem;
}

.archive-pagination .active a {
	background-color: #975198;
	color: #fbb135;
}

.adjacent-entry-pagination {
	display: -ms-flexbox;
	display: flex;
	max-width: 900px;
	margin: 50px auto 40px;
	padding-right: 40px;
	padding-left: 40px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.previous-next-link {
	margin-bottom: 5px;
	padding: 13px 0px 2px;
	border-style: none none solid;
	border-width: 1px 1px 2px;
	border-color: #000 #000 #975198;
	font-family: brandon-grotesque, sans-serif;
	color: #975198;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
}

.archive .post {
	width: 48.5%;
	margin-bottom: 30px;
	float: left;
	clear: none;
}

.archive .post:nth-of-type(odd) {
	margin-right: 2.5%;
}

.archive .entry-title {
	margin-bottom: 5px;
	font-size: 36px;
	font-size: 3.6rem;
}

.archive .entry-meta {
	font-family: brandon-grotesque, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.25px;
	letter-spacing: 0.025rem;
	text-transform: uppercase;
}

.archive .entry-content {
	margin-bottom: 5px;
	padding: 0px;
}

.archive .entry-title-link {
	color: #374984;
}

.archive .entry-image-link {
	margin-right: 0px;
	margin-bottom: 0px;
	float: none;
	display: block;
}

.archive .content {
	padding: 40px;
}

.archive .content:before,
.archive .content:after {
	content: " ";
	display: table;
}

.archive .content:after {
	clear: both;
}

.archive .entry-header {
	margin-bottom: 30px;
	text-align: left;
	padding: 0;
	margin-top: 0;
}

.single .entry-header {
	text-align: center;
	margin-top: 0;
	padding: 0;
}

.single .entry-title {
	font-family: canada-type-gibson, sans-serif;
	color: #62a8cd;
	font-size: 54px;
	font-size: 5.4rem;
}

.single .entry-content {
	display: block;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
	clear: both;
}

.archive .post-right {
	width: 48.5%;
	margin-bottom: 20px;
	float: right;
	clear: none;
}

/*
* > Images 
*/

.alignnone {
	margin-bottom: 25px;
}

.alignright {
	margin-left: 25px;
	float: right;
}

.alignright,
.alignleft {
	width: 50%;
	margin-bottom: 25px;
}

.alignleft {
	margin-right: 25px;
	float: left;
}

.gallery {
	display: -ms-flexbox;
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gallery-item {
	width: 33.333%;
	padding-right: 10px;
	padding-left: 10px;
}

/*
* > Footer 
*/

.widgettitle {
	font-family: canada-type-gibson, sans-serif;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

.footer-widgets {
	background-color: #374984;
	font-weight: 700;
}

.site-footer {
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #374984;
}

.footer-widget-area {
	width: 25%;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}

.footer-widget-area:first-of-type {
	padding-left: 0px;
}

.footer-copy {
	display: inline-block;
	margin-bottom: 0px;
	padding-right: 5px;
	font-family: brandon-grotesque, sans-serif;
	color: #efefef;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.25px;
	letter-spacing: 0.025rem;
}

.status-forward-logo {
	margin-top: -6px;
	margin-bottom: 0px;
}

.byline-block {
	display: inline-block;
	margin-left: 10px;
}

.footer-widget-area p {
	color: #efefef;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.25px;
	letter-spacing: 0.025rem;
}

.social-icon {
	display: inline-block;
	padding-right: 15px;
}

.social-icons-text {
	padding: 10px;
	color: #62a8cd;
	font-size: 20px;
	font-size: 2rem;
}

.social-icons-text:hover {
	color: #fff;
}

.social-icons-text.first {
	padding-left: 0px;
	color: #62a8cd;
}

.social-icons-text.first:hover {
	color: #fff;
}

.fa {
	font-family: Fontawesome, sans-serif;
	font-size: 30px;
	font-size: 3rem;
}

.fa.fa-facebook,
.fa.fa-instagram,
.fa.fa-twitter {
	font-size: 25px;
	font-size: 2.5rem;
}

.footer-widgets .wrap {
	display: block;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 30px;
}

.footer-widgets .wrap:after {
	content: "";
	display: table;
	clear: both;
}

.site-footer .wrap {
	display: -ms-flexbox;
	display: flex;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.footer-link {
	font-family: brandon-grotesque, sans-serif;
	color: #62a8cd;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	line-height: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.25px;
	letter-spacing: 0.025rem;
}

.footer-link:hover {
	color: #fff;
}

.footer-widgets h2 {
	margin-bottom: 40px;
	color: #62a8cd;
	font-size: 42px;
	font-size: 4.2rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

.footer-submit-button {
	margin-top: 10px;
	border-radius: 2px;
	background-color: #62a8cd;
	font-family: canada-type-gibson, sans-serif;
	color: #374984;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

.footer-submit-button:hover {
	background-color: #fff;
}

.footer-widgets-text a {
	color: #62a8cd;
}

/*
* > Home
*/

.home .content-sidebar-wrap {
	max-width: 100%;
}

.home .content {
	padding: 0px;
}

.home h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: canada-type-gibson, sans-serif;
	color: #fbb135;
	font-size: 80px;
	font-size: 8rem;
	line-height: 84px;
	line-height: 8.4rem;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.25px;
	letter-spacing: 0.025rem;
}

.home .wrap-posts {
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.home .wrap-posts,
.home .module-1 {
	display: -ms-flexbox;
	display: flex;
}

.home .module-1 {
	height: 100vh;
	-ms-flex-align: center;
	align-items: center;
	background-color: #efefef;
	background-image: linear-gradient(180deg, rgba(55, 73, 132, 0.3), rgba(55, 73, 132, 0.3)), url("lib/images/bwo-hero-blue.jpg");
	background-position: 0px 0px, 50% 65%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	background-attachment: scroll, scroll;
}

.home .module-1 .wrap {
	display: block;
	max-width: 760px;
	margin-top: 120px;
	margin-left: 10%;
	padding: 0px 40px 60px 0px;
	-ms-flex: 0 auto;
	flex: 0 auto;
	text-align: left;
}

.home .module-2 {
	display: block;
}

.home .module-2,
.home .module-2 .wrap {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.home .module-2 .wrap {
	margin-right: auto;
	margin-left: auto;
	padding: 100px;
}

.home .module-2 .wrap,
.home .module-3 {
	display: -ms-flexbox;
	display: flex;
}

.home .module-3 {
	height: 700px;
	padding-top: 0px;
	padding-bottom: 0px;
	-ms-flex-align: center;
	align-items: center;
	background-image: linear-gradient(180deg, rgba(55, 73, 132, 0.4), rgba(55, 73, 132, 0.4)), url("lib/images/mountains.jpg");
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.home .module-3 .wrap {
	display: block;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 75px 60px;
	background-color: #fff;
	text-align: center;
}

.home .module-posts {
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 100px;
	background-image: url("lib/images/mountains-repeating.png");
	background-position: 0px 0px;
	background-size: 500px;
	transition: opacity 200ms ease;
}

.home .post {
	width: 48.5%;
	padding-right: 10px;
	padding-left: 10px;
}

.home .entry-image-link {
	display: block;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	float: none;
}

.home .module-posts .wrap {
	display: block;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 100px 60px 60px;
	text-align: center;
}

.home .post-right {
	width: 48.5%;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.home .work-here,
.home .volunteer {
	width: 100%;
	height: 600px;
	background-position: 50% 50%;
	background-size: cover;
	transition: opacity 500ms ease;
	color: #fff;
	font-family: canada-type-gibson, sans-serif;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1.5px;
	letter-spacing: 0.15rem;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.home .work-here .overlay,
.home .work-here .head,
.home .volunteer .overlay,
.home .volunteer .head { /* display: none; */
}

.home .work-here:hover .overlay,
.home .volunteer:hover .overlay {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(151, 81, 152, 0.75);
	background-size: cover;
	z-index: 500;
}

.home .work-here:hover .head,
.home .volunteer:hover .head {
	display: block;
	z-index: 1000;
}

.home .work-here {
	border-bottom: 15px solid #975198;
	background-image: linear-gradient(180deg, rgba(55, 73, 132, 0.02), rgba(55, 73, 132, 0.02)), url("lib/images/join-our-team-tall.jpg");
}

.home .work-here:hover .overlay {
	background: rgba(151, 81, 152, 0.75);
}

.home .volunteer {
	background-image: url("lib/images/volunteer-tall.jpg");
	border-bottom: 15px solid #f47f4d;
}

.home .volunteer:hover .overlay {
	background: rgba(244, 127, 77, 0.75);
}

.right {
	position: relative;
	overflow: visible;
	width: 50%;
}

.left {
	width: 45%;
	height: 550px;
	padding-top: 0px;
	border: 15px solid #fff;
	background-color: #2a313a;
	background-image: url("lib/images/thrive.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: scroll;
	box-shadow: 5px 5px 40px -16px rgba(0, 0, 0, 0.75);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
	transition: opacity 200ms ease;
}

/*
* > Misc
*/

.password-protect {
	display: -ms-flexbox;
	display: flex;
	max-width: 600px;
	min-height: 100vh;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.intro {
	margin-bottom: 30px;
	font-size: 24px;
	font-size: 2.4rem;
}

.more-info {
	border-bottom: 3px solid #975198;
	font-family: brandon-grotesque, sans-serif;
	color: #975198;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	letter-spacing: 0.05rem;
}

.more-info:hover {
	border-bottom-color: #f47f4d;
	color: #f47f4d;
}

.block-quote p {
	font-family: brandon-grotesque, sans-serif;
	color: #975198;
	font-size: 22px;
	font-size: 2.2rem;
}

.unordered-list {
	margin-bottom: 40px;
}


/******************************************************************
> Nav Styles

******************************************************************/

/* # Base Styles
/*------------------------------------------------------- */


.menu-toggle:before {
	content: '\f333';
	color: #374984;
	font-size: 40px;
	font-size: 4rem;
	font-family: "dashicons";
	line-height: 1;
}

.nav-primary,
.nav-primary .sub-menu {
	display: none;
	overflow: visible;
}

.nav-primary {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 5000;
	padding-right: 0;
}

.nav-primary .sub-menu-toggle {
	top: 10px;
}

.nav-primary .menu-item {
	position: relative;
	text-align: left;
}

.nav-primary .sub-menu-toggle {
	background: transparent;
	position: absolute;
	top: 12px;
	right: 0;
	margin: auto; /* margin-right: 20px; */
	overflow: visible;
	width: 2em;
	height: 2.5em;
	padding: 0px 45px 35px 20px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.nav-primary .sub-menu {
	display: none;
}

.nav-primary .sub-menu-toggle:before {
	content: '\f347';
	font: normal 22px/26px 'dashicons';
	font: normal 2.2rem/2.6rem 'dashicons';
	transition: all .2s ease-in-out;
}

.nav-primary .sub-menu-toggle.activated:before {
	content: '\f343';
}

.menu-toggle {
	display: block;
	outline: 0;
}

/******************************************************************
> Custom Layout Styles

******************************************************************/

.site-inner {
	min-height: 95vh;
}

/******************************************************************
> Form Styles

******************************************************************/

/* > From Webflow */

.button {
	margin-right: 15px;
	padding: 18px 22px;
	border-radius: 2px;
	background-color: #62a8cd;
	transition: background-color 400ms ease;
	font-family: canada-type-gibson, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 1.5px;
	letter-spacing: 0.15rem;
	text-transform: none;
}

.button:hover {
	background-color: #975198;
}

.button.bt-small {
	padding: 10px 15px;
	font-size: 14px;
	font-size: 1.4rem;
}

.checkbox-text,
.radio-text {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: capitalize;
}

.form-submit {
	margin-top: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

.field-text {
	margin-bottom: 5px;
	padding: 22px 18px;
	font-size: 16px;
	font-size: 1.6rem;
}

.field-text.textarea {
	min-height: 120px;
	font-family: brandon-grotesque, sans-serif;
}

.dropdown-list {
	background-color: transparent;
}

.text-field label {
	display: none;
}

.text-field input[type="text"],
.text-field input[type="email"] {
	margin-bottom: 10px;
	padding-top: 14px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-style: none none solid;
	border-bottom-width: 2px;
	border-bottom-color: #62a8cd;
	background-color: transparent;
	font-family: brandon-grotesque, sans-serif;
	color: #62a8cd;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	text-transform: none;
}

.text-field input[type="text"]:focus,
.text-field input[type="email"]:focus {
	outline: none;
}

.text-field input[type="text"]::-webkit-input-placeholder,
.text-field input[type="email"]::-webkit-input-placeholder {
	color: #fff;
}

.text-field input[type="text"]::-moz-input-placeholder,
.text-field input[type="email"]::-moz-input-placeholder {
	color: #fff;
}

.text-field input[type="text"]::-webkit-input-placeholder,
.text-field input[type="email"]::-webkit-input-placeholder {
	color: #fff;
}

.text-field input[type="text"]:-ms-input-placeholder,
.text-field input[type="email"]:-ms-input-placeholder {
	color: #fff;
}

.text-field input[type="text"]::placeholder,
.text-field input[type="email"]::placeholder {
	color: #fff;
}

select,
.w-select {
	background-image: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35) 100%);
	font-family: 'Rasa', serif;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	padding: 10px 70px 10px 13px !important;
	max-width: 100%;
	height: auto !important;
	border-radius: 0px;
	background: url("http://uploads.webflow.com/5a6f82e02d1f2f0001bd364d/5a71e452a5a19b000124f35b_selectbox_arrow.png") right center no-repeat;
	line-height: 16px !important;
	line-height: 1.6rem !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0 0 12px;
}

textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
	color: #fff;
}

/*
* > Custom Form Styles 
*/

ul.gform_fields,
ul.gfield_checkbox,
ul.gfield_radio {
	padding-left: 0;
	list-style-type: none;
}

.w-input,
.w-select,
textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="tel"],
input[type="password"],
.input-checkbox {
	display: block;
	line-height: 1.428571429;
	margin-bottom: 5px;
	padding: 22px 18px;
	width: 100%;
	max-width: 300px;
	height: 38px;
	vertical-align: middle;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

input[type="submit"] {
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
}

textarea {
	max-width: none;
	height: auto;
}

select {
	border: 1px solid #cccccc;
	color: #333333;
	width: 100%;
}

.field_sublabel_below .ginput_complex label {
	margin-top: 0px;
	padding-top: 0px;
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
}

.gf_name_has_2 span {
	display: inline-block;
	max-width: 300px;
	width: 48%;
	margin-right: 2%;
}

.gf_name_has_2 span.name_last {
	margin-right: 0px;
}

.gfield_checkbox li,
.gfield_radio li {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	margin-left: -20px;
	line-height: normal;
	float: left;
	height: auto;
}

input[type="radio"] {
	margin-top: 3px;
}

.gfield_checkbox label,
.gfield_radio label {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: capitalize;
	cursor: pointer;
	font-weight: normal;
	vertical-align: top;
}

/* Honeypot */
.gform_validation_container {
    display: none;
}

/******************************************************************
> Custom Dev Styles 

******************************************************************/

/** > Custom Baseline Styles **/

a,
button,
a:hover,
a:focus,
a:visited,
button:hover,
button:focus,
button:visited {
	outline: 0;
}

button:active {
	background-color: transparent;
}

/** > Custom Header Styles **/

.site-title,
.site-description {
	text-indent: -9999px;
	margin-bottom: 0;
	line-height: 0;
}

a.custom-logo-link {
	display: block;
}

/** > Custom Content Styles **/

.entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio) {
	list-style-type: disc;
}

.entry-content ol {
	list-style-type: decimal;
}


/******************************************************************
> Media Query Styles 

******************************************************************/

/*
* > Min-width 600px Styles 
*/

@media (min-width: 600px) {


  .alignleft,
  img.alignleft {
  	display: inline-block;
  	float: left;
  	margin: 0 24px 24px 0;
  }

  .alignright,
  img.alignright {
  	margin: 0 0 24px 24px;
  	display: inline-block;
  	float: right;
  }

  .aligncenter,
  img.aligncenter {
  	margin-right: auto;
  	margin-left: auto;
  	display: block;
  	clear: both;
  }

}

@media (min-width: 768px) {

  .w-lightbox-content {
  	height: 96vh;
  	margin-top: 2vh;
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
  	height: 96vh;
  }

  /* .w-lightbox-content */

  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
  	height: 84vh;
  }

  .w-lightbox-image {
  	max-width: 96vw;
  	max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
  	max-width: 82.3vw;
  	max-height: 84vh;
  }

  .w-lightbox-left,
  .w-lightbox-right {
  	display: block;
  	opacity: .5;
  }

  .w-lightbox-close {
  	opacity: .8;
  }

  .w-lightbox-control:hover {
  	opacity: 1;
  }

}



/*
* > Min-width 1080px Styles 
*/

@media (min-width: 1080px) {

  .nav-primary {
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-pack: end;
  	justify-content: flex-end;
  	position: relative;
  }

  .nav-primary .genesis-nav-menu {
  	display: -ms-flexbox;
  	display: flex;
  	padding-left: 0;
  }

  .nav-primary .menu-item a {
  	float: left;
  }

  .nav-primary .menu-item:hover {
  	height: auto;
  	overflow: visible;
  }

  .nav-primary .menu-item:hover .sub-menu {
  	display: block !important;
  	position: absolute;
  	top: 65px;
  	width: auto;
  	padding-left: 0;
  }

  .nav-primary .menu-item:hover .sub-menu .menu-item {
  	display: block;
  	white-space: nowrap;
  	text-align: left;
  }

  .nav-primary .menu-item:hover .sub-menu a {
  	float: none;
  	display: block;
  	width: 100%;
  	text-align: left;
  }

  .nav-primary .sub-menu-toggle {
  	position: relative;
  	float: right;
  	margin: 9px 25px 0 -20px;
  	height: 1.2em;
  	padding: 1px 6px;
  }

  .menu-toggle {
  	display: none;
  }

}


/*
* > Min-width 1700px Styles 
*/

@media (min-width: 1700px) {

  .menu-item {
  	font-size: 2rem;
  }

  h1 {
  	font-size: 4.8rem;
  }

  h2 {
  	font-size: 4.4rem;
  }

  h3 {
  	font-size: 3.8rem;
  }

  h4 {
  	font-size: 3.4rem;
  }

  h5 {
  	font-size: 2.4rem;
  }

  h6,
  p,
  li {
  	font-size: 2rem;
  }

  .button,
  .form-submit {
  	font-size: 2.2rem;
  }

  blockquote {
  	font-size: 2.6rem;
  }

  .sf-lead {
  	font-size: 2.8rem;
  }

  label,
  .field-text,
  .radio-text,
  .checkbox-text {
  	font-size: 1.6rem;
  }

  .footer-text {
  	font-size: 1.8rem;
  }

  /*flex rows*/

  .one-half,
  .full-width,
  .one-third,
  .two-thirds {
  	padding-right: 40px;
  	padding-left: 40px;
  }

  .flex-wrap {
  	margin-left: -40px;
  	margin-right: -40px;
  }

  /*Adjust font size on large screens*/

  .menu-item {
  	font-size: 2rem;
  }

  h1 {
  	font-size: 4.8rem;
  }

  h2 {
  	font-size: 4.4rem;
  }

  h3 {
  	font-size: 3.8rem;
  }

  h4 {
  	font-size: 3.4rem;
  }

  h5 {
  	font-size: 2.4rem;
  }

  h6,
  p,
  li {
  	font-size: 2rem;
  }

  .button,
  .form-submit {
  	font-size: 2.2rem;
  }

  blockquote {
  	font-size: 2.6rem;
  }

  .sf-lead {
  	font-size: 2.8rem;
  }

  label,
  .field-text,
  .radio-text,
  .checkbox-text {
  	font-size: 1.6rem;
  }

  .footer-text {
  	font-size: 1.8rem;
  }

  /*flex rows*/

  .one-half,
  .full-width,
  .one-third,
  .two-thirds {
  	padding-right: 40px;
  	padding-left: 40px;
  }

  .flex-wrap {
  	margin-left: -40px;
  	margin-right: -40px;
  }

}

@media (max-width: 1080px) {

  h2 {
  	font-size: 4.2rem;
  }

  p {
  	font-size: 1.8rem;
  	line-height: 1.7;
  }

  blockquote {
  	margin-right: 15%;
  	margin-left: 15%;
  }

  .site-header,
  .home .site-header {
  	display: block;
  	-ms-flex-align: center;
  	align-items: center;
  }

  .site-header,
  .home .site-header,
  .site-header .wrap {
  	-ms-flex-pack: start;
  	justify-content: flex-start;
  }

  .site-header .wrap {
  	position: relative;
  	padding-right: 50px;
  	padding-left: 30px;
  }

  .menu-toggle {
  	position: relative;
  	margin-right: 25px;
  	padding: 10px;
  }

  .title-area {
  	position: relative;
  	width: 220px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	-ms-flex: 0 auto;
  	flex: 0 auto;
  }

  .nav-primary {
  	width: 100%; /* min-height: 100vh; */ /* background-color: #fff; */
  }

  .menu-item a {
  	padding: 18px 40px 18px 15px;
  	font-size: 1.8rem;
  	text-align: left;
  }

  .menu-item a.drop-down-toggle {
  	display: inline-block;
  	padding-right: 0px;
  }

  .menu-item.donate a {
  	margin-left: 0px;
  	border-style: none;
  	background-color: #374984;
  	color: #fff;
  }

  .header-right {
  	position: absolute;
  	left: 0px;
  	top: 0px;
  	right: 0px;
  	bottom: 0px;
  	padding-top: 18px;
  	float: none;
  }

  .footer-widget-area {
  	padding-right: 0px;
  	padding-left: 0px;
  	float: none;
  }

  .footer-widget-area,
  .footer-widget-area.first {
  	display: inline-block;
  	width: 48%;
  }

  .sub-menu {
  	margin-bottom: 0px;
  	background-color: #fff;
  	padding-left: 0;
  }

  .menu-item {
  	display: block;
  	background-color: #62a8cd;
  }

  .alignright,
  .alignleft {
  	max-width: 50%;
  }

  .toggle-icon {
  	font-size: 4rem;
  }

  .entry-content {
  	padding-left: 40px;
  }

  .flex-wrap {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }

  .one-third,
  .two-thirds,
  .one-third-two {
  	width: 100%;
  }

  .sub-menu .menu-item a {
  	padding: 10px 40px;
  	background-color: #89bcd5;
  	text-align: left;
  }

  .dropdown {
  	background-color: #62a8cd;
  }

  .entry-image {
  	display: inline-block;
  }

  .entry-title.over-image {
  	line-height: auto;
  }

  .home h1 {
  	font-size: 6.4rem;
  	line-height: 6.4rem;
  }

  .gallery-item {
  	width: 33.333%;
  }

  .home .module-1 .wrap {
  	margin-left: 0%;
  	padding-right: 150px;
  	padding-left: 50px;
  }

  .home .module-2 .wrap {
  	padding: 80px 40px;
  }

  .home .module-3 .wrap {
  	max-width: 600px;
  }

  .home .work-here,
  .home .volunteer {
  	font-size: 4rem;
  	line-height: 4.5rem;
  }

  .footer-widgets .wrap {
  	padding-right: 50px;
  	padding-left: 50px;
  }

  .sub-menu-toggle {
  	position: relative;
  	display: inline-block;
  	width: 45px;
  	height: 45px;
  	margin-right: 0px;
  	padding: 12px;
  	font-size: 2.2rem;
  }

  .hero-subheading {
  	font-size: 2.4rem;
  }

  .site-footer .wrap {
  	padding-right: 50px;
  	padding-left: 50px;
  }

  .archive .entry-image-link {
  	max-width: 40%;
  }

  .home .module-3 {
  	height: 680px;
  }

  .home .module-posts {
  	margin-top: 20px;
  	padding-right: 0px;
  	padding-bottom: 80px;
  }

  .intro {
  	font-size: 2rem;
  	line-height: 1.6;
  }

  .right {
  	width: 40%;
  }

  .left {
  	width: 55%;
  }

  .home .module-posts .wrap {
  	padding-top: 60px;
  	padding-bottom: 40px;
  }

  .home .work-here,
  .home .volunteer {
  	height: 350px;
  }

  .entry-header.bgimg {
  	margin-top: 0px;
  	margin-bottom: 0px;
  	background-position: center center;
  }

  h2 {
  	font-size: 4.2rem;
  }

  p {
  	font-size: 1.8rem;
  	line-height: 1.7;
  }

  blockquote {
  	margin-right: 15%;
  	margin-left: 15%;
  }

  .site-header,
  .home .site-header {
  	display: block;
  	-ms-flex-align: center;
  	align-items: center;
  }

  .site-header,
  .home .site-header,
  .site-header .wrap {
  	-ms-flex-pack: start;
  	justify-content: flex-start;
  }

  .site-header .wrap {
  	position: relative;
  	padding-right: 50px;
  	padding-left: 30px;
  }

  .menu-toggle {
  	position: relative;
  	margin-right: 25px;
  	padding: 10px;
  }

  .title-area {
  	position: relative;
  	width: 220px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	-ms-flex: 0 auto;
  	flex: 0 auto;
  }

  .nav-primary {
  	width: 100%; /* min-height: 100vh; */ /* background-color: #fff; */
  }

  .menu-item a {
  	padding: 18px 40px 18px 15px;
  	font-size: 1.8rem;
  	text-align: left;
  }

  .menu-item a.drop-down-toggle {
  	display: inline-block;
  	padding-right: 0px;
  }

  .menu-item.donate a {
  	margin-left: 0px;
  	border-style: none;
  	background-color: #374984;
  	color: #fff;
  }

  .header-right {
  	position: absolute;
  	left: 0px;
  	top: 0px;
  	right: 0px;
  	bottom: 0px;
  	padding-top: 18px;
  	float: none;
  }

  .footer-widget-area {
  	padding-right: 0px;
  	padding-left: 0px;
  	float: none;
  }

  .footer-widget-area,
  .footer-widget-area.first {
  	display: inline-block;
  	width: 48%;
  }

  .sub-menu {
  	margin-bottom: 0px;
  	background-color: #fff;
  	padding-left: 0;
  }

  .menu-item {
  	display: block;
  	background-color: #62a8cd;
  }

  .alignright,
  .alignleft {
  	max-width: 50%;
  }

  .toggle-icon {
  	font-size: 4rem;
  }

  .entry-content {
  	padding-left: 40px;
  }

  .flex-wrap {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }

  .one-third,
  .two-thirds,
  .one-third-two {
  	width: 100%;
  }

  .sub-menu .menu-item a {
  	padding: 10px 40px;
  	background-color: #89bcd5;
  	text-align: left;
  }

  .dropdown {
  	background-color: #62a8cd;
  }

  .entry-image {
  	display: inline-block;
  }

  .entry-title.over-image {
  	line-height: auto;
  }

  .home h1 {
  	font-size: 6.4rem;
  	line-height: 6.4rem;
  }

  .gallery-item {
  	width: 33.333%;
  }

  .home .module-1 .wrap {
  	margin-left: 0%;
  	padding-right: 150px;
  	padding-left: 50px;
  }

  .home .module-2 .wrap {
  	padding: 80px 40px;
  }

  .home .module-3 .wrap {
  	max-width: 600px;
  }

  .home .work-here,
  .home .volunteer {
  	font-size: 4rem;
  	line-height: 4.5rem;
  }

  .footer-widgets .wrap {
  	padding-right: 50px;
  	padding-left: 50px;
  }

  .sub-menu-toggle {
  	position: relative;
  	display: inline-block;
  	width: 45px;
  	height: 45px;
  	margin-right: 0px;
  	padding: 12px;
  	font-size: 2.2rem;
  }

  .hero-subheading {
  	font-size: 2.4rem;
  }

  .site-footer .wrap {
  	padding-right: 50px;
  	padding-left: 50px;
  }

  .archive .entry-image-link {
  	max-width: 40%;
  }

  .home .module-3 {
  	height: 680px;
  }

  .home .module-posts {
  	margin-top: 20px;
  	padding-right: 0px;
  	padding-bottom: 80px;
  }

  .intro {
  	font-size: 2rem;
  	line-height: 1.6;
  }

  .right {
  	width: 40%;
  }

  .left {
  	width: 55%;
  }

  .home .module-posts .wrap {
  	padding-top: 60px;
  	padding-bottom: 40px;
  }

  .home .work-here,
  .home .volunteer {
  	height: 350px;
  }

  .entry-header.bgimg {
  	margin-top: 0px;
  	margin-bottom: 0px;
  	background-position: center center;
  }

  .w-container {
  	max-width: 728px;
  }

  .w-hidden-main {
  	display: inherit !important;
  }

  .w-hidden-medium {
  	display: none !important;
  }

  .w-col-medium-1 {
  	width: 8.33333333%;
  }

  .w-col-medium-2 {
  	width: 16.66666667%;
  }

  .w-col-medium-3 {
  	width: 25%;
  }

  .w-col-medium-4 {
  	width: 33.33333333%;
  }

  .w-col-medium-5 {
  	width: 41.66666667%;
  }

  .w-col-medium-6 {
  	width: 50%;
  }

  .w-col-medium-7 {
  	width: 58.33333333%;
  }

  .w-col-medium-8 {
  	width: 66.66666667%;
  }

  .w-col-medium-9 {
  	width: 75%;
  }

  .w-col-medium-10 {
  	width: 83.33333333%;
  }

  .w-col-medium-11 {
  	width: 91.66666667%;
  }

  .w-col-medium-12,
  .w-col-stack {
  	width: 100%;
  }

  .w-col-stack {
  	left: auto;
  	right: auto;
  }

  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
  	display: block;
  }

  .w-nav[data-collapse="medium"] .w-dropdown-list {
  	position: static;
  }

  .w-nav[data-collapse="medium"] .w-nav-menu {
  	display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
  	display: block;
  }

}


/*
* > 767px Styles 
*/

@media (max-width: 767px) {

  .w-hidden-main,
  .w-hidden-medium {
  	display: inherit !important;
  }

  .w-hidden-small {
  	display: none !important;
  }

  .w-row,
  .w-container .w-row {
  	margin-left: 0;
  	margin-right: 0;
  }

  .w-col {
  	width: 100%;
  	left: auto;
  	right: auto;
  }

  .w-col-small-1 {
  	width: 8.33333333%;
  }

  .w-col-small-2 {
  	width: 16.66666667%;
  }

  .w-col-small-3 {
  	width: 25%;
  }

  .w-col-small-4 {
  	width: 33.33333333%;
  }

  .w-col-small-5 {
  	width: 41.66666667%;
  }

  .w-col-small-6 {
  	width: 50%;
  }

  .w-col-small-7 {
  	width: 58.33333333%;
  }

  .w-col-small-8 {
  	width: 66.66666667%;
  }

  .w-col-small-9 {
  	width: 75%;
  }

  .w-col-small-10 {
  	width: 83.33333333%;
  }

  .w-col-small-11 {
  	width: 91.66666667%;
  }

  .w-col-small-12 {
  	width: 100%;
  }

  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
  	display: block;
  }

  .w-nav[data-collapse="small"] .w-dropdown-list {
  	position: static;
  }

  .w-nav-brand {
  	padding-left: 10px;
  }

  .w-nav[data-collapse="small"] .w-nav-menu {
  	display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
  	display: block;
  }

  .w-nav-brand {
  	padding-left: 10px;
  }

  h2 {
  	font-size: 3.8rem;
  }

  h3 {
  	font-size: 3.2rem;
  }

  li {
  	font-size: 1.8rem;
  }

  .custom-logo-link {
  	padding-left: 0px;
  }

  .widget-wrap {
  	padding-right: 0px;
  }

  .footer-widget-area {
  	width: 100%;
  	float: none;
  }

  .sf-lead {
  	font-size: 2.1em;
  }

  .entry-content {
  	padding-right: 0px;
  	padding-left: 0px;
  }

  .flex-wrap {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }

  .one-half {
  	width: 100%;
  }

  .entry-title.over-image,
  .home h1 {
  	font-size: 4.8rem;
  }

  .home h1 {
  	line-height: 4.8rem;
  }

  .gallery-item {
  	width: 50%;
  }

  .home .wrap-posts {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }

  .home .module-1 .wrap {
  	margin-top: 100px;
  	padding-right: 200px;
  	padding-left: 50px;
  }

  .home .module-2 .wrap {
  	display: block;
  	padding-top: 60px;
  	padding-bottom: 60px;
  }

  .home .module-3 .wrap {
  	max-width: 480px;
  	padding: 40px 40px 60px;
  }

  .hero-subheading {
  	font-size: 2.2rem;
  	line-height: 3.4rem;
  }

  .gf_name_has_2 {
  	display: block;
  	padding-right: 0px;
  	clear: both;
  }

  .gf_name_has_2,
  .home .post,
  .archive .post {
  	width: 100%;
  }

  .archive .entry-image-link {
  	max-width: 100%;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	float: none;
  }

  .single .entry-content {
  	padding: 0px;
  }

  .home .module-1 {
  	background-image: linear-gradient(180deg, , ), url("lib/images/bwo-hero-blue.jpg");
  	background-position: 0px 0px, -279px 0px;
  }

  .home .module-3 {
  	-ms-flex-align: center;
  	align-items: center;
  }

  .right {
  	width: 100%;
  }

  .left {
  	width: 90%;
  	height: 400px;
  	margin-right: auto;
  	margin-bottom: 40px;
  	margin-left: auto;
  }

  .home .post-right {
  	width: 100%;
  }

  .volunteer {
  	margin-top: 20px;
  }

  .footer-widgets h2 {
  	font-size: 3.6rem;
  }

  .archive .post-right {
  	width: 100%;
  }

  .entry-header.bgimg {
  	margin-top: 0;
  	margin-bottom: 0;
  	padding-top: 120px;
  	padding-bottom: 120px;
  }

  h2 {
  	font-size: 3.8rem;
  }

  h3 {
  	font-size: 3.2rem;
  }

  li {
  	font-size: 1.8rem;
  }

  .custom-logo-link {
  	padding-left: 0px;
  }

  .widget-wrap {
  	padding-right: 0px;
  }

  .footer-widget-area {
  	width: 100%;
  	float: none;
  }

  .sf-lead {
  	font-size: 2.1em;
  }

  .entry-content {
  	padding-right: 0px;
  	padding-left: 0px;
  }

  .flex-wrap {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }

  .one-half {
  	width: 100%;
  }

  .entry-title.over-image,
  .home h1 {
  	font-size: 4.8rem;
  }

  .home h1 {
  	line-height: 4.8rem;
  }

  .gallery-item {
  	width: 50%;
  }

  .home .wrap-posts {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }

  .home .module-1 .wrap {
  	margin-top: 100px;
  	padding-right: 200px;
  	padding-left: 50px;
  }

  .home .module-2 .wrap {
  	display: block;
  	padding-top: 60px;
  	padding-bottom: 60px;
  }

  .home .module-3 .wrap {
  	max-width: 480px;
  	padding: 40px 40px 60px;
  }

  .hero-subheading {
  	font-size: 2.2rem;
  	line-height: 3.4rem;
  }

  .gf_name_has_2 {
  	display: block;
  	padding-right: 0px;
  	clear: both;
  }

  .gf_name_has_2,
  .home .post,
  .archive .post {
  	width: 100%;
  }

  .archive .entry-image-link {
  	max-width: 100%;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	float: none;
  }

  .single .entry-content {
  	padding: 0px;
  }

  .home .module-1 {
  	background-image: linear-gradient(180deg, , ), url("lib/images/bwo-hero-blue.jpg");
  	background-position: 0px 0px, -279px 0px;
  }

  .home .module-3 {
  	-ms-flex-align: center;
  	align-items: center;
  }

  .right {
  	width: 100%;
  }

  .left {
  	width: 90%;
  	height: 400px;
  	margin-right: auto;
  	margin-bottom: 40px;
  	margin-left: auto;
  }

  .home .post-right {
  	width: 100%;
  }

  .volunteer {
  	margin-top: 20px;
  }

  .footer-widgets h2 {
  	font-size: 3.6rem;
  }

  .archive .post-right {
  	width: 100%;
  }

  .entry-header.bgimg {
  	margin-top: 0;
  	margin-bottom: 0;
  	padding-top: 120px;
  	padding-bottom: 120px;
  }

}


/*
* > 479px Styles 
*/

@media (max-width: 479px) {

  .w-container {
  	max-width: none;
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
  	display: inherit !important;
  }

  .w-hidden-tiny {
  	display: none !important;
  }

  .w-col {
  	width: 100%;
  }

  .w-col-tiny-1 {
  	width: 8.33333333%;
  }

  .w-col-tiny-2 {
  	width: 16.66666667%;
  }

  .w-col-tiny-3 {
  	width: 25%;
  }

  .w-col-tiny-4 {
  	width: 33.33333333%;
  }

  .w-col-tiny-5 {
  	width: 41.66666667%;
  }

  .w-col-tiny-6 {
  	width: 50%;
  }

  .w-col-tiny-7 {
  	width: 58.33333333%;
  }

  .w-col-tiny-8 {
  	width: 66.66666667%;
  }

  .w-col-tiny-9 {
  	width: 75%;
  }

  .w-col-tiny-10 {
  	width: 83.33333333%;
  }

  .w-col-tiny-11 {
  	width: 91.66666667%;
  }

  .w-col-tiny-12 {
  	width: 100%;
  }

  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
  	display: block;
  }

  .w-nav[data-collapse="tiny"] .w-dropdown-list {
  	position: static;
  }

  .w-nav[data-collapse="tiny"] .w-nav-menu {
  	display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
  	display: block;
  }

  .w-tab-link {
  	display: block;
  }

  h2 {
  	font-size: 3.6rem;
  }

  p {
  	font-size: 1.6rem;
  }

  blockquote {
  	margin-right: 0%;
  	margin-left: 0%;
  	font-size: 1.8em;
  }

  .title-area {
  	width: 60%;
  }

  .menu-item a {
  	padding-right: 20px;
  	padding-left: 20px;
  }

  .header-right {
  	padding-top: 16px;
  }

  .content {
  	padding-right: 20px;
  	padding-left: 20px;
  }

  .site-footer {
  	padding-bottom: 30px;
  }

  .footer-widget-area {
  	margin-bottom: 10px;
  	padding-right: 0px;
  	padding-left: 0px;
  }

  .footer-widget-area.first {
  	width: 100%;
  }

  .sf-lead {
  	font-size: 1.9em;
  }

  .button {
  	display: block;
  	margin-right: 0px;
  	margin-bottom: 15px;
  }

  .footer-copy {
  	margin-bottom: 10px;
  }

  .alignright {
  	margin-left: 0px;
  }

  .alignright,
  .alignleft {
  	width: 100%;
  	max-width: 100%;
  	float: none;
  }

  .alignleft {
  	margin-right: 0px;
  }

  .entry-header {
  	margin-bottom: 40px;
  }

  .entry-content {
  	padding-top: 0px;
  }

  .sub-menu .menu-item a {
  	padding-right: 20px;
  	padding-left: 20px;
  }

  .entry-title {
  	line-height: 1.1;
  }

  .entry-title,
  .entry-title.over-image {
  	font-size: 3.6rem;
  }

  .home h1 {
  	font-size: 4rem;
  	line-height: 4.2rem;
  }

  .gallery-item {
  	width: 100%;
  }

  .home .wrap-posts {
  	padding-right: 30px;
  	padding-left: 30px;
  }

  .home .module-1 .wrap {
  	margin-top: 75px;
  	padding-right: 60px;
  	padding-left: 30px;
  }

  .home .module-2 .wrap {
  	padding-right: 30px;
  	padding-left: 30px;
  }

  .home .module-3 wrap {
  	padding: 20px 30px 40px;
  	background-color: #fff;
  	color: #fff;
  }

  .footer-widgets .wrap {
  	padding: 40px 30px;
  }

  .hero-subheading {
  	font-size: 1.8rem;
  	line-height: 2.8rem;
  }

  .adjacent-entry-pagination {
  	-ms-flex-direction: column;
  	flex-direction: column;
  }

  .previous-next-link {
  	display: block;
  }

  .site-header .wrap {
  	padding-left: 20px;
  }

  .site-footer .wrap {
  	display: block;
  	padding-right: 30px;
  	padding-left: 30px;
  	text-align: center;
  }

  .home .post {
  	padding-right: 0px;
  	padding-left: 0px;
  }

  .archive .content {
  	padding: 20px;
  }

  .home .module-1 {
  	background-image: linear-gradient(180deg, rgba(55, 73, 132, 0.5), rgba(55, 73, 132, 0.5)), url("lib/images/bwo-hero-blue.jpg");
  	background-position: 0px 0px, 81% 48%;
  	background-size: auto, cover;
  	background-attachment: scroll, scroll;
  }

  .home .module-3 {
  	padding-right: 20px;
  	padding-left: 20px;
  }

  .home .module-posts {
  	margin-top: 0px;
  	padding-bottom: 60px;
  }

  .intro {
  	font-size: 1.8rem;
  }

  .left {
  	width: 100%;
  	height: 300px;
  	border-width: 8px;
  }

  .more-info {
  	font-size: 2rem;
  }

  .home .module-posts .wrap {
  	padding: 20px 30px 40px;
  }

  .home .post-right {
  	padding-right: 0px;
  	padding-left: 0px;
  }

  .home .work-here,
  .home .volunteer {
  	height: 320px;
  }

  .entry-header.bgimg {
  	margin-bottom: 40px;
  	padding-top: 80px;
  	padding-bottom: 80px;
  }

  h2 {
  	font-size: 3.6rem;
  }

  p {
  	font-size: 1.6rem;
  }

  blockquote {
  	margin-right: 0%;
  	margin-left: 0%;
  	font-size: 1.8em;
  }

  .title-area {
  	width: 60%;
  }

  .menu-item a {
  	padding-right: 20px;
  	padding-left: 20px;
  }

  .header-right {
  	padding-top: 16px;
  }

  .content {
  	padding-right: 20px;
  	padding-left: 20px;
  }

  .site-footer {
  	padding-bottom: 30px;
  }

  .footer-widget-area {
  	margin-bottom: 10px;
  	padding-right: 0px;
  	padding-left: 0px;
  }

  .footer-widget-area.first {
  	width: 100%;
  }

  .sf-lead {
  	font-size: 1.9em;
  }

  .button {
  	display: block;
  	margin-right: 0px;
  	margin-bottom: 15px;
  }

  .footer-copy {
  	margin-bottom: 10px;
  }

  .alignright {
  	margin-left: 0px;
  }

  .alignright,
  .alignleft {
  	width: 100%;
  	max-width: 100%;
  	float: none;
  }

  .alignleft {
  	margin-right: 0px;
  }

  .entry-header {
  	margin-bottom: 40px;
  }

  .entry-content {
  	padding-top: 0px;
  }

  .sub-menu .menu-item a {
  	padding-right: 20px;
  	padding-left: 20px;
  }

  .entry-title {
  	line-height: 1.1;
  }

  .entry-title,
  .entry-title.over-image {
  	font-size: 3.6rem;
  }

  .home h1 {
  	font-size: 4rem;
  	line-height: 4.2rem;
  }

  .gallery-item {
  	width: 100%;
  }

  .home .wrap-posts {
  	padding-right: 30px;
  	padding-left: 30px;
  }

  .home .module-1 .wrap {
  	margin-top: 75px;
  	padding-right: 60px;
  	padding-left: 30px;
  }

  .home .module-2 .wrap {
  	padding-right: 30px;
  	padding-left: 30px;
  }

  .home .module-3 wrap {
  	padding: 20px 30px 40px;
  	background-color: #fff;
  	color: #fff;
  }

  .footer-widgets .wrap {
  	padding: 40px 30px;
  }

  .hero-subheading {
  	font-size: 1.8rem;
  	line-height: 2.8rem;
  }

  .adjacent-entry-pagination {
  	-ms-flex-direction: column;
  	flex-direction: column;
  }

  .previous-next-link {
  	display: block;
  }

  .site-header .wrap {
  	padding-left: 20px;
  }

  .site-footer .wrap {
  	display: block;
  	padding-right: 30px;
  	padding-left: 30px;
  	text-align: center;
  }

  .home .post {
  	padding-right: 0px;
  	padding-left: 0px;
  }

  .archive .content {
  	padding: 20px;
  }

  .home .module-1 {
  	background-image: linear-gradient(180deg, rgba(55, 73, 132, 0.5), rgba(55, 73, 132, 0.5)), url("lib/images/bwo-hero-blue.jpg");
  	background-position: 0px 0px, 81% 48%;
  	background-size: auto, cover;
  	background-attachment: scroll, scroll;
  }

  .home .module-3 {
  	padding-right: 20px;
  	padding-left: 20px;
  }

  .home .module-posts {
  	margin-top: 0px;
  	padding-bottom: 60px;
  }

  .intro {
  	font-size: 1.8rem;
  }

  .left {
  	width: 100%;
  	height: 300px;
  	border-width: 8px;
  }

  .more-info {
  	font-size: 2rem;
  }

  .home .module-posts .wrap {
  	padding: 20px 30px 40px;
  }

  .home .post-right {
  	padding-right: 0px;
  	padding-left: 0px;
  }

  .home .work-here,
  .home .volunteer {
  	height: 320px;
  }

  .entry-header.bgimg {
  	margin-bottom: 40px;
  	padding-top: 80px;
  	padding-bottom: 80px;
  }

}

@keyframes spin {

  0% {
  	transform: rotate(0deg);
  }

  100% {
  	transform: rotate(360deg);
  }

}


/* > IE Styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}