/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
@font-face {
    font-family: 'oxygen';
    src: url('../fonts/Oxygen-Bold-webfont.eot');
    src: url('../fonts/Oxygen-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oxygen-Bold-webfont.woff2') format('woff2'),
         url('../fonts/Oxygen-Bold-webfont.woff') format('woff'),
         url('../fonts/Oxygen-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Oxygen-Bold-webfont.svg#oxygenbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'oxygen';
    src: url('../fonts/Oxygen-BoldItalic-webfont.eot');
    src: url('../fonts/Oxygen-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oxygen-BoldItalic-webfont.woff2') format('woff2'),
         url('../fonts/Oxygen-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/Oxygen-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/Oxygen-BoldItalic-webfont.svg#oxygenbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}
@font-face {
    font-family: 'oxygen';
    src: url('../fonts/Oxygen-Italic-webfont.eot');
    src: url('../fonts/Oxygen-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oxygen-Italic-webfont.woff2') format('woff2'),
         url('../fonts/Oxygen-Italic-webfont.woff') format('woff'),
         url('../fonts/Oxygen-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Oxygen-Italic-webfont.svg#oxygenitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'oxygen';
    src: url('../fonts/Oxygen-webfont.eot');
    src: url('../fonts/Oxygen-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oxygen-webfont.woff2') format('woff2'),
         url('../fonts/Oxygen-webfont.woff') format('woff'),
         url('../fonts/Oxygen-webfont.ttf') format('truetype'),
         url('../fonts/Oxygen-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?alfkmw');
  src:  url('../fonts/icomoon.eot?alfkmw#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?alfkmw') format('truetype'),
    url('../fonts/icomoon.woff?alfkmw') format('woff'),
    url('../fonts/icomoon.svg?alfkmw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before,
.icon-mail:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-envelope:before {
  content: "\e900";
}
.icon-user:before {
  content: "\e606";
}

 


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../scss/_normalize.scss */
a {
  background: transparent;
  -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 174, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../scss/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, ../scss/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 208, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../scss/_normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 288, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width:100%;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 300, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
  max-width:100%;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 312, ../scss/_normalize.scss */
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.
 */
/* line 327, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  background-color:#f26742;
  color:#fff;
  border:0;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding:.2em .7em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color:#d93009;
}

.page-template-page-allthewayhome-page button,
.page-template-page-allthewayhome-page html input[type="button"],
.page-template-page-allthewayhome-page input[type="reset"],
.page-template-page-allthewayhome-page input[type="submit"]{
	color:#ffffff;
	background-color:#c02033;
}
.page-template-page-allthewayhome-page button:hover,
.page-template-page-allthewayhome-page html input[type="button"]:hover,
.page-template-page-allthewayhome-page input[type="reset"]:hover,
.page-template-page-allthewayhome-page input[type="submit"]:hover {
	color:#ffffff;
	background-color:#82000f;
}

.nospace, .entry-content .nospace, .entry-content p.nospace{
  padding:0;
  margin:0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 347, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 371, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 380, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr td {
	padding:.2em .5em;
}
table.redrow tr:nth-child(odd) {
	background-color:#ecc1c1;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 416, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 423, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 425, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 427, ../scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 429, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 434, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 440, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 31, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 33, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 34, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}
.clearboth {
  clear: both;
}
.clearself:after {
  content: "";
  display: table;
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 42, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 49, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.text-left {
  text-align: left;
}

/* line 126, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 127, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 131, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 137, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 143, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 149, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 155, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/* line 181, ../scss/_mixins.scss */
.transEnable {
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited {
  padding: 6px 12px;
  color: white;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  margin: 8px 0;
  background-color: #f26740;
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  background-color: #bc330f;
  color:#ffffff;
}
.button.red, .page-template-page-allthewayhome-page .button, .page-template-page-allthewayhome .button{
	color:#ffffff;
	background-color:#c02033;
}
.button.red:hover, .page-template-page-allthewayhome-page .button:hover, .page-template-page-allthewayhome .button:hover {
	color:#ffffff;
	background-color:#82000f;
}
.button.green, .button.green:visited {
  background-color: #1baa4b;
  color:#ffffff;
}
.button.green:hover, .button.green:focus, .button.green:visited:hover, .button.green:visited:focus {
  background-color: #068430;
  color:#ffffff;
}
.button.lightblue, .button.lightblue:visited {
  background-color: #bad5e8;
  color:#333333;
}
.button.lightblue:hover, .button.lightblue:focus, .button.lightblue:visited:hover, .button.lightblue:visited:focus {
  background-color: #6f9fc1;
  color:#333333;
}
.button.blue, .button.blue:visited {
  background-color: #3a91ce;
}
.button.blue:hover, .button.blue:focus, .button.blue:visited:hover, .button.blue:visited:focus {
  background-color: #2777b0;
}
.button.big {
  font-size: 24px;
}
.well {
	background-color:#e0e0e0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.entry-content .document-well {
	background-color:#dbeaf1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 20px;
	margin: 0 0 20px 0;
	text-align: center;
	box-sizing: border-box;
}
.entry-content .document-well a{
	width: 100%;
	box-sizing: border-box;
	padding: 1em;
	text-align: center;
	display: block;
	text-decoration: none;
	font-weight: bold;
	hyphens: none;
	vertical-align: top;
	color: #003a7b;
	font-size: 1em;
}
.entry-content .document-well img {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,94,157,0.4);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,94,157,0.4);
	box-shadow: 0px 0px 7px 0px rgba(0,94,157,0.4);
	height: 130px;
	width: auto;
	margin: 0 auto;
}
.entry-content .document-well .para-title {
	font-size: 2em;
}
blockquote {
	  margin:2.5em auto;
	  font-size:1.2em;
	  text-align:center;
	  width:90%;
  }
blockquote.gray {
	  background-color: #f2f6f8;
	padding: 0 1em;
  }
#home .button.big {
	font-size: 16px;
}
.button.pic {
	padding:0;
	text-align: center;
	border:1px solid #f26740;
}
.button.pic:hover {
	border:1px solid #bc330f;
}
.button.pic img{
	margin:0;
	display: block;
}
.button.pic span {
	padding: 6px 12px;
}
.button.twoline {
	height: 4em;
	width:100%;
	display:table;
}
.button.twoline span {
	display: block;
	margin:auto 0;
	display:table-cell;
 vertical-align:middle;
}
.entry-content .nop p{
	display: block;
	padding: 0;
	margin: 0;
}
.hp-notice {
	padding: 30px;
	text-align: center;
	font-size: 24px;
}
.hp-notice a, .hp-notice a:visited{
	color: #ffffff;
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/_base.scss */
body {
  font-family: "oxygen", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #333333;
}

/* line 24, ../scss/_base.scss */
.white {
  color: white;
}

/* line 27, ../scss/_base.scss */
.purple {
  color: #40155e;
}

/* line 30, ../scss/_base.scss */

.lightblue {
  color: #3a91ce;
}

.green {
  color: #1baa4b;
}

.orange {
  color: #f26742;
}

/* line 33, ../scss/_base.scss */
.yellow {
  color: #f8c425;
}


.wrap {
  width: 96%;
  margin: 0 auto;
}

/* line 85, ../scss/_base.scss */
.block {
  display: block;
}

/*********************
LINK STYLES
*********************/
/* line 93, ../scss/_base.scss */
a, a:visited {
  color: #f26742;
  /* on hover */
  /* on click */
  /* mobile tap color */
}

/* line 97, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #d93003;
}
/* line 107, ../scss/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* line 116, ../scss/_base.scss */
.tel {
  color: white;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.red {
	color:#c02033;
}
.large {
	font-size:1.3em;
}
.larger {
	font-size:1.8em;
}
.progress-title {
	margin:0;
}
.progress-title span{
	display:block;
	line-height:1em;
}
.italic {
	font-style:italic;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 123, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: bold;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 132, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 137, ../scss/_base.scss */
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
  font-family: 'oxygen';
  color: #333333;
}

/* line 144, ../scss/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  font-family: 'oxygen';
  color: #333333;
}
h2.lightblue, .h2.lightblue {
  color: #3a91ce;
}
h2.subh2, .subh2{
	line-height: 1.1em;
	margin: 0em;
}
h2.red {
	color:#;
}

/* line 152, ../scss/_base.scss */
h3, .h3 {
  font-size: 1.4em;
  color: #333333;
}
h3.subh3, .subh3{
	line-height: 1.1em;
	margin: 0em;
}

/* line 157, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 162, ../scss/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.underline {
	border-bottom:1px solid #333333;
}
.underline.lightblue {
	border-bottom:1px solid #3a91ce;
}
/* line 168, ../scss/_base.scss */
.para-title, .page-title, .tribe-events-page-title {
  font-size: 2.6em;
  font-weight: bold;
  margin: 0 0 .5em 0;
  padding: 0;
  line-height: 1em;
}
.para-title.h3 {
  font-size: 2em;
  color:#003a7b;
}
h3.parah3 {
  font-size: 2em;
	margin-bottom: 0;
}
h4.parah4 {
  font-size: 1.6em;
}

/* line 176, ../scss/_base.scss */
.para-title.box, .page-title.box {
  background-color: #f8c425;
  display: inline-block;
  padding: .35em .4em .15em .4em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.1em 0.1em 0.1em;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0.1em 0.1em 0.1em;
  box-shadow: rgba(0, 0, 0, 0.3) 0.1em 0.1em 0.1em;
}

/* line 185, ../scss/_base.scss */
.para-title {
  text-align: center;
  margin-top: 1em;
}
.para-title.left {
  text-align: left;
}
.para-title.small {
	font-size:1.2em;
}
.allthewayhometitle {
	color:#fff;
	font-size:2em;
}
.entry-content .notfoundimg br{
	display:none;
}
.entry-content .notfoundimg img{
	margin:0;
	-webkit-transition: all 0.2s ease-in-out;
  	-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
.entry-content .notfoundimg:hover img{
	margin:-1em 0 1em 0;
}
.entry-content .notfoundimg a{
	margin:0;
	text-decoration:none !important;
}
.entry-content .notfoundimg a h3{
	margin:0;
	text-decoration:none;
}

/*********************
HEADER STYLES
*********************/
/* line 194, ../scss/_base.scss */
.header {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 0.3em 0.2em;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 0.3em 0.2em;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 0.3em 0.2em;
  position: relative;
  z-index: 99;
}
/* line 196, ../scss/_base.scss */
.header .wrap {
  width: 100%;
  background-color: #23292d;
}

/* line 204, ../scss/_base.scss */
#logo {
  margin:0;
}
#logo a {
  display:block;
  background-image: url("../images/destination-home-logo@2x.jpg");
  background-color:#fff;
  background-size:230px 116px;
  background-repeat:no-repeat;
  background-position:50% 47%;
  text-indent:-999px;
  height:140px;
}
.page-template-page-allthewayhome #logo a, .atwh #logo a {
  background-image: url("../images/all-the-way-home-logo@2x.jpg");
}
/* line 222, ../scss/_base.scss */
#logo a span:nth-child(1) {
  font-size: .7em;
  display: block;
  line-height: 1em;
}
/* line 227, ../scss/_base.scss */
#logo a span:nth-child(2) {
  line-height: 1.2em;
  display: block;
}
/* line 231, ../scss/_base.scss */
#logo a span:nth-child(3) {
  font-size: .378em;
  display: block;
  line-height: .6em;
}

/* line 251, ../scss/_base.scss */
.home_section#home .wrap .right {
  text-align: center;
}

a.donate{
  display: inline-block;
  color:#ffffff;
  background-color:#f26742;
  padding:.2em .5em;
  text-transform: uppercase;
  margin-right:1em;
}
.header.neo a.donate{
	margin-right: .5em;
}
.page-template-page-allthewayhome a.donate, .page-template-page-allthewayhome-page a.donate{
  background-color:#c02033;
}
a.donate:hover{
  color:#ffffff;
  background-color:#d93003;
}

.donate span{
  display:inline-block;
  margin-right:.3em;
}

/* line 274, ../scss/_base.scss */
.social {
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: inline-block;
}
/* line 278, ../scss/_base.scss */
.social li {
  display: inline-block;
  margin: .2em .2em 0 .2em;
  vertical-align:top;
  position: relative;
}
/* line 286, ../scss/_base.scss */
.social li a {
  text-decoration: none;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 0.3em;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 292, ../scss/_base.scss */
.social li a:hover {
  color: #f26742;
}
.seconav a.subscribe, .seconav a.hiring, .seconav a.alltheway-button, .seconav a.alltheway-msbutton{
  display:inline-block;
  margin: 1em 0 0 0;
  color: #f26742;
}
.header.neo .seconav a.subscribe {
	margin: 0;
	font-size: 1.5em;
	vertical-align: middle;
}
.seconav a.hiring, .seconav a.alltheway-button, .seconav a.alltheway-msbutton{
  display:inline-block;
  margin: 1em 1em 0 0;
  color: #f26742;
}
.seconav a.alltheway-mbutton {
	display: none;
}
.yesona-button img{
	  width:161px;
	  height:auto;
	  margin:0 auto 1em auto;
	  display:block;
  }
.page-template-page-allthewayhome .seconav a.subscribe, .page-template-page-allthewayhome .seconav a.hiring, .page-template-page-allthewayhome .seconav a.alltheway-button, .page-template-page-allthewayhome .seconav a.alltheway-msbutton, .page-template-page-allthewayhome-page  .seconav a.subscribe, .page-template-page-allthewayhome-page .seconav a.hiring, .page-template-page-allthewayhome-page .seconav a.alltheway-button, .page-template-page-allthewayhome-page .seconav a.alltheway-msbutton{
	color:#e53248;
}
.seconav a.alltheway-button, .seconav a.alltheway-msbutton {
	margin: 1em 0 0 1em;
}
.seconav a.subscribe:hover, .seconav a.hiring:hover, .seconav a.alltheway-button:hover, .seconav a.alltheway-msbutton:hover{
  color:#d93003;
}
.seconav a.subscribe span{
  margin:0 0 0 .3em;
}
.header.neo .subscribe .subscribe-text {
	display: none;
}
.seconav a.hiring span{
  margin: .5em 0 .5em .5em;
}
/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 329, ../scss/_base.scss */
.toggle {
  display: block;
  padding: 5px 10px;
  background-color: #535c63;
  color: white;
  font-size: 2em;
  font-family: 'oxygen';
  text-align: center;
  cursor: pointer;
}
/* line 338, ../scss/_base.scss */
.toggle:hover {
  color: white;
}
/* line 341, ../scss/_base.scss */
.toggle span {
  margin-right: .5em;
}
/* line 345, ../scss/_base.scss */
nav {
  display: block;
}

/* line 348, ../scss/_base.scss */
.hide_menu {
  display: none;
}

/* line 351, ../scss/_base.scss */
.google-map {
  display: none;
}

/* line 354, ../scss/_base.scss */
.seconav {
  color: white;
  font-family: "oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 1em 1em 1em 1em;
  font-size: 1.1em;
}
.header.neo .seconav {
  padding: 0;
  box-sizing: border-box;
  width: 80%;
  float:left;
  height: 65px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-right:1px solid #ffffff; 
  background-color: #31383d;
}
.nav-border {
  border-top:1px solid #ffffff;
  width: 80%;
}
.header.neo .toggle{
	box-sizing: border-box;
	width:19.999%;
	float:left;
	height: 65px;
	display: flex;
	padding: 0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #23292d;
}
.seconav-wrapper {
	height: 65px;
}
.header.neo .toggle span {
	margin-right: 0;
}
.header.neo .wrap{
}
/* line 360, ../scss/_base.scss */
.seconav a {
  color: white;
  text-decoration:none;
}
.mailing-list-text {
	margin-right:1em;
	line-height: 1.4em;
}
#mc_embed_signup input[type="checkbox"]{
	margin-right: .5em;
}

/* line 364, ../scss/_base.scss */
.nav {
  border-bottom: 0;
  font-family: "oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 2em;
  margin: 0;
  background-color: white;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.header.neo .nav {
	background-color: #23292d;
	text-align: left;
	font-size: 1.3em;
	text-transform: uppercase;
	padding: .5em 0;
}
.header.neo .nav li {
    position: relative;
}
.header.neo .nav .sub-menu {
	text-transform:none;
	background-color:#171b1e;
	font-size: .8em;
	overflow: hidden;
	height: 0;
	list-style: disc;
	padding: 0;
	color:#f26742;
}

.header.neo .nav .sub-menu li{
	margin:0 0 0 2.5em;
}

.header.neo .nav .sub-menu li.category {
	margin:0 0 0 1.3em;
	list-style:none;
}
.header.neo .nav .sub-menu li.category li{
	margin:0 0 0 1.3em;
	list-style:disc;
}
.header.neo .nav .sub-menu.show, .header.neo .nav .category .sub-menu {
	height: auto;
	padding: .5em 0;
}
.header.neo .nav .sub-menu .sub-menu {
	text-transform:none;
	background-color:#171b1e;
	font-size: 1em;
}
.nav li i {
	display: none;
}
.nav > li.menu-item-has-children > i, .sub-menu > li.menu-item-has-children > i {
	color: #ffffff;
    display: block;
    height: 48px;
    width: 55px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em;
    text-align: center;
    padding-top: .2em;
    box-sizing: border-box;
	cursor: pointer;
}
.header.neo .nav li.category > a {
	color:#f26742;
	font-weight: bold;
}
.nav li.category i, .sub-menu li.category i {
	display: none;
}
.sub-menu > li.menu-item-has-children > i { 
	color:#ffffff;
}
/* line 373, ../scss/_base.scss */
.nav .menu-item span {
  font-size: 2em;
  display: none;
  float: left;
  margin-right: .2em;
  margin-top: -.2em;
}
/* line 381, ../scss/_base.scss */
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 383, ../scss/_base.scss */
.nav li a {
  display: block;
  text-decoration: none;
  border-top: 1px solid #535c63;
  padding: 5px 10px;
  color: #f26742;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
.header.neo .nav li a {
	color: #ffffff;
	padding: .5em 1em;
	border-top: 0;
}
.header.neo .nav .sub-menu a {
	padding: .3em 1em;
}
/* line 397, ../scss/_base.scss */
.nav li a:hover, .nav li a:focus {
  color: #f26742;
}
.page-template-page-allthewayhome-page .nav li a:hover, .page-template-page-allthewayhome-page .nav li a:focus, .page-template-page-allthewayhome .nav li a:hover, .page-template-page-allthewayhome .nav li a:focus {
	color:#e53248;
}
/* line 419, ../scss/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

.header.neo .nav li ul.sub-menu li a,
.header.neo .nav li ul.children li a {
  padding-left:.2em;
}

/* end .nav */
/* line 450, ../scss/_base.scss */
footer {
  text-align: center;
}
/* line 452, ../scss/_base.scss */
footer .nav {
  font-size: 1em;
  margin:.6em 0 0 0;
}
/* line 455, ../scss/_base.scss */
footer .nav li {
  display: inline;
}
/* line 458, ../scss/_base.scss */
footer .nav li a {
  display: inline-block;
  border-top: none;
  color: white;
}
/* line 458, ../scss/_base.scss */
footer .nav li ul.sub-menu{
  display: none !important;
}
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 494, ../scss/_base.scss */
#content {
  padding-top: 2.2em;
}

/* line 497, ../scss/_base.scss */
.blog #content, .single #content, .page #content {
}

/* line 501, ../scss/_base.scss */
.page-template-page-media-php #content, .page-template-page-music-php #content {
  background: 50% 0 repeat fixed;
  background-size: 100%;
  background-image: url("../images/bg_starry_sky.jpg");
  padding-bottom: 1em;
}

/* end .hentry */
/* line 520, ../scss/_base.scss */
.single-title,
.page-title,
.tribe-events-page-title{
  color: #003a7b;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 541, ../scss/_base.scss */
.byline {
  color: #666;
  font-size:.8em;
}

/* entry content */
/* line 548, ../scss/_base.scss */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 550, ../scss/_base.scss */
.entry-content p {
  padding: .5em 0;
}
/* line 563, ../scss/_base.scss */
.entry-content ul, .entry-content ol {
  margin: .5em 0;
}
.entry-content ol {
	list-style-type:decimal;
	list-style-position:outside;
}
/* line 565, ../scss/_base.scss */
.entry-content ul li {
  margin: .7em 0;
  padding: 0 1.4em;
  background-image: url("../images/blue-square.jpg");
  background-repeat: no-repeat;
  background-position: .3em .6em;
}
.entry-content ol li {
  margin: .7em 1em;
  padding: 0 .3em;
}
/* line 591, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 598, ../scss/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 614, ../scss/_base.scss */
.entry-content video, .entry-content object, .entry-content .youtube-video {
  max-width: 100%;
  height: auto;
}
.entry-content .youtube-video {
  max-width: 100%;
  height: auto;
  min-height: 315px;
}
/* line 619, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/* line 627, ../scss/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 633, ../scss/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 639, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* line 672, ../scss/_base.scss */
.blue-bg .entry-content ul li {
  background-image: url("../images/yellow-square.jpg");
}

/* line 675, ../scss/_base.scss */
.entry-content .theGridSKUI img {
  margin: 0;
}

/* line 679, ../scss/_base.scss */
.link_grid p {
  padding: 0;
  margin: 0;
}
/* line 683, ../scss/_base.scss */
.link_grid img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
}

/* line 687, ../scss/_base.scss */
.page-id-231 .entry-content img {
  margin: 0;
}

/* line 690, ../scss/_base.scss */
.slideshowlink {
  display: none;
}

/* line 693, ../scss/_base.scss */
.gallery-thumb {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  max-width: 100%;
}

/* rotator in-page placement */
/* line 699, ../scss/_base.scss */
div.rotator {
  position: relative;
  overflow: hidden;
  z-index: 1 !important;
}

/* line 704, ../scss/_base.scss */
div.rotator ul {
  padding: 0px;
  margin: 0px;
  width: 100%;
  z-index: 1 !important;
}

/* rotator css */
/* line 711, ../scss/_base.scss */
div.rotator ul li {
  float: left;
  position: absolute;
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  z-index: 1 !important;
}

/* line 720, ../scss/_base.scss */
div.rotator, div.rotator ul, div.rotator ul li, #home.home_section {
}

/* line 723, ../scss/_base.scss */
div.rotator ul li {
  width: 100%;
  background-position: top;
  background-size: 100%;
  z-index: 1 !important;
}

/* line 729, ../scss/_base.scss */
div.rotator.int {
  height: 600px;
}

/* line 732, ../scss/_base.scss */
div.rotator.int ul li {
  height: 600px;
}

/* line 735, ../scss/_base.scss */
div.rotator.home ul #pic1 {
  background-image: url(../images/home-slides/1.jpg);
}

/* line 738, ../scss/_base.scss */
div.rotator.home ul #pic2 {
  background-image: url(../images/home-slides/1.jpg);
}

/* line 741, ../scss/_base.scss */
div.rotator.home ul #pic3 {
  background-image: url(../images/home-slides/1.jpg);
}

/* line 744, ../scss/_base.scss */
.circle-img {
  border-radius: 150px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
}

/* line 748, ../scss/_base.scss */
.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
}

/* line 751, ../scss/_base.scss */
.home_section {
  background: 50% 0 repeat fixed;
  background-size: 100%;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
/* line 759, ../scss/_base.scss */
.home_section.blue-bg {
  padding: 30px 0;
}
/* line 759, ../scss/_base.scss */
.home_section.gray, .gray, .doc-feat.gray {
  background-color:#f2f6f8;
}
/* line 761, ../scss/_base.scss */
.home_section.blue-bg .wrap {
  color: white;
}
/* line 766, ../scss/_base.scss */
.home_section .wrap {
  padding: 30px 0;
}
/* line 800, ../scss/_base.scss */
.home_section .wrap.center {
  text-align: center;
}
.home_section .wrap .entry-content.center {
  text-align: center;
}
/* line 794, ../scss/_base.scss */
.home_section .wrap-wrapper {
  background-color: rgba(0, 58, 123, 0.8);
  margin: 0;
  padding: 10px 0;
}
/* line 798, ../scss/_base.scss */
.home_section .wrap-wrapper .wrap {
  padding: 0;
}
/* line 803, ../scss/_base.scss */
.home_section#home {
  padding: 0 0 0;
}
/* line 805, ../scss/_base.scss */
.home_section#home .wrap {
  min-height: 555px;
  padding: 0;
}
/* line 811, ../scss/_base.scss */
.home_section#our-vision .para-title {
  margin: 0;
}
/* line 816, ../scss/_base.scss */
.home_section#difference .entry-content {
  text-align: center;
}
/* line 825, ../scss/_base.scss */
.home_section#news {
  background-image: url("../images/kids_circle.jpg");
  background-size: 600%;
  min-height: inherit;
}
/* line 832, ../scss/_base.scss */
.home_section#contact-us {
  background-color:#31383d;
  color:#fff;
}
.home_section#change a.fourcol  {
  text-align:center;
  text-decoration:none;
  color:#333333;
  display:inline-block;
}
 .img-para > .fourcol, .img-para > .sixcol  {
  text-align:center;
  text-decoration:none;
  display:inline-block;
}
.home_section#change a.fourcol img {
  width:172px;
  height:auto;
  margin:0 auto;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
  display:block;
}

.img-para > .fourcol img, .img-para > .sixcol img, .img-para > .sixcol img{
  width:150px;
  height:auto;
  margin:0 auto;
  display:block;
}
.leftcol {
	padding:2em 4%;
}
.margin-top {
	margin-top: 3em;
}

.margin-bottom {
	margin-bottom: 3em;
}

.margin-bottom-small {
	margin-bottom: 1em;
}

.black_section {
	background-color:#31383d;
	padding:2em 0;
}
.iconbox, a.iconbox {
	text-align:center;
	text-decoration:none;
	overflow:hidden;
	cursor:pointer;
	height:auto;
	min-height:220px;
	border-bottom:4px solid #3a91ce;
	margin:0 0 3em 0
}
.iconbox:hover, a.iconbox:hover {
}

.iconbox.q1:hover {
	min-height:650px;
}
.iconbox.q2:hover {
	min-height:725px;
}
.iconbox img {
	width:100%;
	height:auto;
}
.iconbox .roundimg {
	width:175px;
	height:175px;
	padding:20px;
	box-sizing:border-box;
	margin:0 auto;
}
.iconbox .desc {
	display:block;
	padding:1em 1.5em;
	box-sizing:border-box;
	margin:0;
	width:100%;
	height:auto;
	overflow:hidden;
	color: rgba(48,125,196,1);
	top:100%;
	z-index:1;
	-webkit-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.iconbox:hover .desc {
	top:0;
	bottom:0;
	left:0;
	right:0;
	
}
.section-link {
	cursor:pointer;
	-webkit-transition: background-color 0.2s ease;
	  -moz-transition: background-color 0.2s ease;
	  -o-transition: background-color 0.2s ease;
	  transition: background-color 0.2s ease;
}
.section-link:hover {
	background-color:#e3eef4;
}
.roundimg, .roundimg img {
	border-radius:20em;
}
.section-link .roundimg {
	background-color:#f3f3f3;
	-webkit-transition: background-color 0.2s ease;
	  -moz-transition: background-color 0.2s ease;
	  -o-transition: background-color 0.2s ease;
	  transition: background-color 0.2s ease;
}
.section-link:hover .roundimg{
	background-color:#ffffff;
}
.roundimg.mediumimg {
	width:170px;
	height:170px;
	padding:.75em;
	box-sizing:border-box;
	margin:0 auto;
}
.roundimg.largeimg {
	width:250px;
	height:250px;
	padding:.75em;
	box-sizing:border-box;
	margin:2em auto;
}
.roundlink {
	cursor:pointer;
	position:relative;
	top:0;
	-webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
.roundlink:hover{
	top:-1em;
}
.roundlink:hover img {
	opacity:.6;
}
.gray .roundimg {
	background-color:#ffffff;
}
.pathways h3, .grants-list h3 {
	margin:0;
}
.incubator {
	border:1px solid #3a91ce;
	margin:0 -1em;
	padding:0 1em 2em 1em;
}
.incubator-head {
	margin:0 -1em 2em -1em;
	padding:1em 2em;
	display:block;
	background-color:#3a91ce;
	color:#ffffff;
}
.pathways .twelvecol, .grants-list .twelvecol  {
	padding:2em 0 2em 0;
}
.grants-list.narrower .twelvecol  {
	padding:0;
}
table.styled {
	font-size:1em;
	margin:0 auto;
}
table.styled tr.border-bottom {
	border-bottom:1px solid #2e7dc4;
}
table.styled th, table.styled td{
	padding:.4em .6em;
}
table.styled tr th:first-child, table.styled tr td:first-child{
}
table.styled th {
	background-color:#2e7dc4;
	color:#ffffff;
}
table.styled tr:nth-child(odd) td {
	background-color:#f5f5f5;
}
table.styled th.empty, table.styled td.empty, table.styled tr:nth-child(odd) td.empty {
	background:none;
}
table.styled img {
	width: 25px;
	height: auto;
	display: inline-block;
	margin: 0 .5em 0 0;
	padding: 0;
	position: relative;
	bottom: -.2em;
}
.infog-row {
	text-align:center;
}
.infog-row h3, .infog-row img {
	margin:0;
}
.infog-row a{
	text-decoration:none;
	cursor: pointer;
}
.infog-row br{
	display: none;
}
.home_section#cost-study a.sixcol {
  text-align:center;
  text-decoration:none;
  color:#333333;
  display:inline-block;
  margin-top:3em;
  display:block;
}
.home_section#cost-study .margin-top {
	margin-top:3em;
}
.home_section#cost-study h3 {
  margin:0;
  font-size:1.6em;
}
.home_section#cost-study a.sixcol img, .infog-row .threecol img {
  width:172px;
  height:auto;
  margin:0 auto;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
  display:block;
}
.home_section#difference a.sixcol {
  text-decoration:none;
  color:#333333;
  display:block;
}
.home_section#difference a.sixcol img {
  width:179px;
  height:auto;
  margin:0 auto;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
.home_section#difference a.sixcol:hover, .home_section#difference a.sixcol:hover h2, .home_section#change a.fourcol:hover, .home_section#change a.fourcol:hover h2, .home_section#cost-study a.sixcol:hover, .home_section#cost-study a.sixcol:hover h3, .infog-row .threecol:hover h3{
  text-decoration:none;
  color:#3a91ce;
}
.home_section#difference a.sixcol:hover img, .home_section#change a.fourcol:hover img, .home_section#cost-study a.sixcol:hover img, .infog-row .threecol:hover img{
  margin:-10px auto 10px auto;
}
.home_section#change .fourcol p, .home_section#difference .sixcol p, .img-para > .sixcol > p, .img-para > .fourcol > p {
  margin:0;
  padding:0;
}

.home_section#prevention .fourcol p {
  margin:0 0 2em 0;
  padding:0;
}
.home_section#prevention .fourcol img {
  margin:0 0 2em 0;
  padding:0;
}
.home_section.neo#prevention .fourcol img {
  margin:0;
  padding:0;
}
/* line 843, ../scss/_base.scss */
.home_section.upper {
  background-size: inherit;
  z-index: 98;
}
/* line 848, ../scss/_base.scss */
.home_section.upper .wrap {
  padding: 60px 0 50px 0;
  min-height:inherit;
}
.section .wrap {
  padding: 40px 0;
}
.sectioned > div{
	box-sizing:border-box;
	padding:1em;
	text-align:center;
	margin-bottom:2em;
	color:#3a91ce;
	font-size:1.2em;
}
.sectioned > div > span {
	color: #fff;
	background-color: #3a91ce;
	font-size: 3em;
	border-radius: 4em;
	display: block;
	width: 1.4em;
	height: 1.4em;
	margin: 0 auto .2em auto;
	box-sizing: border-box;
	font-weight:bold;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(215,231,242,1);
	-moz-box-shadow: 4px 4px 0px 0px rgba(215,231,242,1);
	box-shadow: 4px 4px 0px 0px rgba(215,231,242,1);
}
.stats > div{
	text-align:center;
	color:#fff;
	font-size:1.2em;
	margin-bottom:2em;
}
.stats > div > div{
	text-align: center;
	color: #fff;
	background-color: #f26742;
	width: 12em;
	height: 12em;
	border-radius: 10em;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 3em 1em 0 1em;
}
.stats > div:nth-child(1) > div, .stats > div:nth-child(2) > div{
	padding: 3.5em 1em 0 1em;
}
.stats > div:nth-child(3) > div{
	padding: 3em 1em 0 1em;
}
.stats > div:nth-child(4) > div {
	padding: 2em 1em 0 1em;
}
.stats > div > div > span{
	font-weight:bold;
	display:block;
	font-size:3.5em;
	line-height:1em;
}

.slider-text {
	box-sizing:border-box;
	padding:1em 2em;
	text-align:center;
}
.slider-text h1{
	color: #f26742;
	margin: 0 0 .2em 0;
}
.slider-text .slider-text-wrapper {
	padding:0em 2em;
}
.fancybox-iframe object {
  width: 100% !important;
  height: 100% !important;
}

/* line 914, ../scss/_base.scss */
#news .wrap .events-wrap, .page-id-231 .wrap .events-wrap {
  background-color: #fff;
  text-align: left;
  margin-bottom: 1em;
}
/* line 915, ../scss/_base.scss */
#news .wrap .events-wrap img, .page-id-231 .wrap .events-wrap img {
  width: 100%;
  height: auto;
}
/* line 922, ../scss/_base.scss */
#news .wrap .events-wrap article, .page-id-231 .wrap .events-wrap article {
  padding: 1px 20px 5px 20px;
}
/* line 924, ../scss/_base.scss */
#news .wrap .events-wrap article p:nth-child(1), .page-id-231 .wrap .events-wrap article p:nth-child(1) {
  color: #333333;
  font-style: italic;
  margin: 1em 0 .5em 0;
  font-weight: bold;
}
/* line 930, ../scss/_base.scss */
#news .wrap .events-wrap article h3, .page-id-231 .wrap .events-wrap article h3 {
  font-size: 1.2em;
  margin: .4em 0;
  line-height: 1.4em;
  color: #f8c425;
  font-weight: bold;
}
/* line 937, ../scss/_base.scss */
#news .wrap .events-wrap article img, .page-id-231 .wrap .events-wrap article img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0.2em 0.2em 0.2em 0.1em;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0.2em 0.2em 0.2em 0.1em;
  box-shadow: rgba(0, 0, 0, 0.4) 0.2em 0.2em 0.2em 0.1em;
  max-width: 100%;
  height: auto;
}
/* line 989, ../scss/_base.scss */
a.yellow_link {
  color: #003a7b;
  background-color: #f8c425;
  text-decoration: none;
  padding: 3px 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.1em 0.1em 0.1em;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0.1em 0.1em 0.1em;
  box-shadow: rgba(0, 0, 0, 0.3) 0.1em 0.1em 0.1em;
}
/* line 996, ../scss/_base.scss */
a.yellow_link:visited {
  color: #003a7b;
}
/* line 1000, ../scss/_base.scss */
a.yellow_link:hover {
  color: white;
  background-color: #00244d;
}

/* line 1008, ../scss/_base.scss */
.page-template-page-media-php .wrap .no_gutter > a {
  position: relative;
  display: block;
  float: left;
}
/* line 1013, ../scss/_base.scss */
.page-template-page-media-php .wrap .no_gutter > a .video_play {
  background-image: url("../images/video_play.png");
  height: 138px;
  width: 138px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -69px 0 0 -69px;
}
/* line 1022, ../scss/_base.scss */
.page-template-page-media-php .wrap .no_gutter > a .video_play:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 1026, ../scss/_base.scss */
.page-template-page-media-php .wrap .no_gutter > a img {
  display: block;
}

/* line 1034, ../scss/_base.scss */
.events_list li {
  border-bottom: 1px solid #40155e;
  padding: 1em 0;
}
/* line 1038, ../scss/_base.scss */
.events_list .event_title {
  font-size: 2.5em;
  font-family: 'oxygen';
  color: #40155e;
}
.entry-content img.bio-image{
	position:relative;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(196,192,196,1);
	-moz-box-shadow: 4px 4px 5px 0px rgba(196,192,196,1);
	box-shadow: 4px 4px 5px 0px rgba(196,192,196,1);
	margin:0 auto;
	display: block;
	cursor:pointer;
}
.bio-entry{
	padding:1em 1.4em 0 1.4em;
	min-height:255px;
	text-align:center;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
  	box-sizing: border-box;
}
.bio-entry.open{
	background-color:#f2f6f8;
}
.bio-entry .bio-content{
	display:none;
}
.bio-entry .bio-content.show{
}
.icon-linkedin{
	font-size:1.3em;
	text-decoration:none;
}
.expand-row .icon-linkedin{
	float:right;
}
.expand-row {
	display:none;
	clear:both;
}
.bio-entry h3 {
	margin-bottom:0;
	font-size:1.2em;
	line-height:1em;
}
.bio-entry .title {
	line-height:1em;
}
/* line 1052, ../scss/_base.scss */
.hide-mobile {
  display: none;
}

/* line 1055, ../scss/_base.scss */
.read-more, .read-more:visited, .excerpt-read-more, .excerpt-read-more:visited, .tribe-events-read-more, .tribe-events-read-more:visited {
  color: #fff;
  font-family: "oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #003a7b;
  padding: 0 .7em;
  line-height: 3em;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1065, ../scss/_base.scss */
.read-more:hover, .read-more:visited:hover, .excerpt-read-more:hover, .excerpt-read-more:visited:hover, .tribe-events-read-more:hover, .tribe-events-read-more:visited:hover {
  color: #fff;
  background-color: #00244d;
}

.document-link{
	width:100%;
	border:#e6e4e4 1px solid;
	box-sizing:border-box;
	padding:1em;
	text-align:center;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	hyphens: none;
	vertical-align:top;
	-webkit-transition: border 0.2s ease;
  	-moz-transition: border 0.2s ease;
  	-o-transition: border 0.2s ease;
  	transition: border 0.2s ease;
}
.document-link:hover{
	border:1px solid #f26742;
}
.document-link img{
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) .2em .2em 0.2em 0.1em;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) .2em .2em 0.2em 0.1em;
    box-shadow: rgba(0, 0, 0, 0.2) .2em .2em 0.2em 0.1em;
	-webkit-transition: box-shadow 0.2s ease;
  	-moz-transition: box-shadow 0.2s ease;
  	-o-transition: box-shadow 0.2s ease;
  	transition: box-shadow 0.2s ease;
	width:100%;
	height:auto;
	display:block;
	margin:0 0 .4em 0;
	border:#e6e4e4 1px solid;
}
.document-link:hover img{
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) .2em .2em 0.2em 0.1em;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) .2em .2em 0.2em 0.1em;
    box-shadow: rgba(0, 0, 0, 0.4) .2em .2em 0.2em 0.1em;
}

.document-archive, .document-archive .threecol, .document-archive .fourcol{
	text-align: center;
}
.document-archive a{
	width:100%;
	box-sizing:border-box;
	padding:1em;
	text-align:center;
	display:block;
	text-decoration:none;
	font-weight:bold;
	hyphens: none;
	vertical-align:top;
	color:#003a7b;
	font-size: 1.5em;
}
.document-archive a:hover{
}
.document-archive a div{
	background-color:#dbeaf1;
	width:100%;
	max-width: 300px;
	margin: 0 auto .5em auto;
	text-align: center;
	border-top:#003a7b 8px solid;
	border-bottom:#003a7b 1px solid;
	padding: 1em 0;
	height: 200px;
	box-sizing: content-box;
}
.document-archive a img{
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) .2em .2em 0.2em 0.1em;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) .2em .2em 0.2em 0.1em;
    box-shadow: rgba(0, 0, 0, 0.2) .2em .2em 0.2em 0.1em;
	-webkit-transition: box-shadow 0.2s ease;
  	-moz-transition: box-shadow 0.2s ease;
  	-o-transition: box-shadow 0.2s ease;
  	transition: box-shadow 0.2s ease;
	height:200px;
	width: auto;
	display:block;
	margin:auto;
	border:#e6e4e4 1px solid;
}
.document-archive a img.vert{
	height:150px;
}
.document-archive a:hover img{
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) .2em .2em 0.2em 0.1em;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) .2em .2em 0.2em 0.1em;
    box-shadow: rgba(0, 0, 0, 0.4) .2em .2em 0.2em 0.1em;
}
.large-link{
	font-size: 1.5em;
	cursor: pointer;
}


.ourworkimg {
	  text-align:center;
	  margin-bottom:2em;
	  margin-top:.5em;
	  padding: 0 1em;
	  font-weight:bold;
	  -webkit-transition: margin 0.5s ease;
  	-moz-transition: margin 0.5s ease;
  	-o-transition: margin 0.5s ease;
  	transition: margin 0.5s ease;
  }
.ourworkimg:hover {
	  margin-top:0;
	  margin-bottom:2.5em;
  }
  .ourworkimg a{
	  text-decoration:none;
  }
  .ourworkimg img{
	  width:200px;
	  height:auto;
	  display:block;
	  margin:0 auto;
  }
 .sidebar .sidenav {
	 list-style:disc;
 }
 .sidebar .sidenav li{
	 margin-left:1.4em;
 }
.scrollToTopwrapper {
	display:none;
}
 .scrollToTop{
	width:100px; 
	height:65px;
	padding:10px; 
	text-align:center; 
	background:#E3E3E3;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:50px;
	right:40px;
	display:none;
	z-index:999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.scrollToTop:hover{
	text-decoration:none;
}
 	 

.news-list-article {
	margin:0;
	margin:0;
	padding:2em 1em;
	border-bottom:1px solid #bad5e8;
	display:block;
 }
.news-list-article > img {
}
.news-list-article > .entry-content {
}
.news-list-article.has-post-thumbnail > .entry-content {
}
.news-list-article > .entry-content p{
	margin:0;
	padding:0;
}
.news-list-article-sidebar {
	border-bottom: 1px solid #bad5e8;
	padding:.5em 0;
}
.news-list-article .date, .news-list-article-sidebar .date{
	font-weight:bold;
	font-style:italic;
}
.news-list-article-sidebar .subh2 {
	font-size:1.1em;
}
.news-list-article-sidebar .entry-content p {
	padding:0;
	margin:0;
}
.news-list-article-sidebar .excerpt-read-more {
	font-size:.8em;
}
.editorials {
	padding:.3em 1em 0 1em;
	background-color:#f2f6f8;
}
.editorials .button {
	font-size:.8em;
}
.funder-entry {
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.3em 0.2em;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.3em 0.2em;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.3em 0.2em;
	margin:.5em 2%;
	padding:.3em;
	width:46%;
	display:block;
	box-sizing: border-box;
	float:left;
}
.funder-entry img{
	margin:0 auto;
	width:125px;
	height:125px;
	display:block;
}
.funder-entry.-funder {
	width:150px;
}
.medium .funder-entry img{
	width:140px;
	height:140px;
}
.small-funder-entry {
	margin:.5em auto;
	padding:.3em;
	display:inline-block;
}

.small-funder-entry img{
	margin:0;
	width:90px;
	height:90px;
	display:block;
	border-radius:.2em;
}
.footer-funder-entry .funder-entry{
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	padding:0;
}
.footer-funder-entry .funder-entry img{
	margin:0;
	width:90px;
	height:90px;
	border-radius:.2em;
}
.circle .funder-entry{
	border-radius: 10em;
	overflow: hidden;
	padding: 1em;
}
.bg-blue {
	background-color: #f2f6f8;
	padding: 2em 0;
}
.bg-blue.circle .funder-entry {
	-webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
	background-color: #fff;
}
.providers-map {
	margin:2em 0 0 0;
}
.outcomes {
	border:#eaeaea 2px solid;
	border-radius:.5em;
	padding:2em 1em 2em;
	box-sizing:border-box;
	font-size:18px; 
	background-color: #fff;
}
.outcome-target1.neo {
	border:#eaeaea 4px solid;
	border-radius:.5em;
	padding-top:.8em;
	max-width:100%;
	margin: 0 auto 1em auto;
	background-color:#fff;
	font-size:1.5em;
}
.outcome-target1.neo img{
	margin: 0
}
.outcome-target1.neo p{
	margin: 0
}
.outcome {
	margin-top: 3em;
}
.outcome.outcome5 {
	margin-top: 2em;
}
.outcome.outcome6 {
	margin-top: 2em;
}
.outcome img{
	margin:0;
}
.outcome .text {
	width:90%;
	margin: 0 auto;
}
.outcome .number {
	display: block;
	color:#f26742;
	font-size:50px;
	line-height: 1em;
	font-weight: bold;
}
.outcome5stats {
	box-sizing: border-box;
	padding: 0 0 0 3em;
	text-align: left;
	width: 90%;
	margin: 0 auto;
	position: relative;
	vertical-align: middle;
	line-height: 1.1em;
	display: table;
	height: 3.2em;
}
.outcome .outcome5stats .text{
	width:100%;
	display: table-cell;
	vertical-align: middle;
}
.outcome5 .number {
	display: inline-block;
	font-weight: normal;
	font-size:20px;
	border:4px solid #f26742;
	border-radius: 10em;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto 0 auto 0;
	height: 2.5em;
	width: 2.5em;
	box-sizing: border-box;
	padding: .55em 0 0 0;
	text-align: center;
}
.outcome5 .number.num1 {
	color:#f26842;
	border:4px solid #f26842;
}
.outcome5 .number.num2 {
	color:#be4634;
	border:4px solid #be4634;
}
.outcome5 .number.num3 {
	color:#8a3427;
	border:4px solid #8a3427;
}
.outcome5 .number.num4 {
	color:#701912;
	border:4px solid #701912;
}
.outcome5 .number.num5 {
	color:#4c1414;
	border:4px solid #4c1414;
}
.outcome5 .number.num6 {
	color:#05080a;
	border:4px solid #05080a;
}
.outcome5 .number.num7 {
	color:#07314d;
	border:4px solid #07314d;
}
.outcome5 .number.num8 {
	color:#125685;
	border:4px solid #125685;
}
.outcome5 .number.num9 {
	color:#1b71ae;
	border:4px solid #1b71ae;
}
.outcome5 .number.num10 {
	color:#3d91ce;
	border:4px solid #3d91ce;
}
.outcome5 .number.num11 {
	color:#83bce5;
	border:4px solid #83bce5;
}
.outcome6 img{
	width: 120px;
	height: auto;
}
.outcome6 > div {
	margin: 0 0 3em 0;
}

.doc-feat {
	background-color:#ffffff;
	padding:1em 1.5em;
}
.doc-feat.nobg {
	background-color:transparent;
	padding:0 0 2em 0;
}
.doc-feat .lightblue {
	margin-bottom:1em;
}
.doc-feat a {
	box-sizing: border-box;
	padding: 1em .2em;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}
.doc-feat img {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
	height: 175px;
	width: auto;
	margin: 0 auto .5em auto;
}
.footnote {
	font-size: 14px;
	display: inherit;
	line-height: 1em;
}
.dlpbutton {
	text-decoration: none;
}
.dlpbutton img{
	width:15px;
	height: auto;
	display: inline-block;
	margin-right: .5em;
	position:relative;
	bottom:-3px;
}
.entry-content .img-list{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.entry-content .img-list li{
	list-style:none;
	margin:0;
	padding:.5em 0;
	text-align:center;
	background:none;
	display:block;
}
.entry-content .img-list img{
	margin:0;
	
}
.progress-icon-wrapper {
	width:260px;
	margin:8px auto 0 auto;
	text-align:center;
	min-height:100px;
}
.progress-icon-wrapper.ppl .progress-icon, .progress-icon-wrapper.key .progress-icon  {
	float:left;
	margin:2px 4px;
}
.progress-icon-wrapper.hands .progress-icon  {
	float:left;
	margin:2px 4px;
}

.progress-icon-wrapper.ppl .progress-icon, .progress-icon-wrapper.ppl .progress-icon div, .progress-icon-wrapper.key .progress-icon, .progress-icon-wrapper.key .progress-icon div {
	height:47px;
	width:18px;
}
.progress-icon-wrapper.hands .progress-icon, .progress-icon-wrapper.hands .progress-icon div {
	height:37px;
	width:44px;
}
.progress-icon-wrapper.ppl .progress-icon div{
	background-image: url('../images/progress-ppl.png');
	background-size:18px 47px;
}
.progress-icon-wrapper.key .progress-icon div{
	background-image: url('../images/progress-key.png');
	background-size:18px 47px;
}
.progress-icon-wrapper.hands .progress-icon div{
	background-image: url('../images/progress-hands.png');
	background-size:44px 37px;
}
.progress-number {
	color:#c02033;
	font-weight:bold;
	font-size:6em;
	clear:both;
	line-height:1.2em;
}
.months12 {
	text-align: center;
	padding: 2em;
	font-size: 1.5em;
}
.months12 img{
	width: 200px;
	height: auto;
	margin: 0 auto .5em auto;
	
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1074, ../scss/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
  font-size:1.3em;
  font-weight:bold;
}

/* line 1077, ../scss/_base.scss */
.pagination {
  text-align: center;
}
/* line 1079, ../scss/_base.scss */
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
/* line 1085, ../scss/_base.scss */
.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
/* line 1091, ../scss/_base.scss */
.pagination ul li a, .pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
}
/* line 1102, ../scss/_base.scss */
.pagination ul li span.current {
  font-weight: bold;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1117, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1121, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}
.page-numbers.prev, .page-numbers.next {
	color:#fff;
	background-color:#f26742;
	-webkit-border-radius: .1em;
    -moz-border-radius: .1em;
    border-radius: .1em;
	padding:.3em .5em .5em .5em;
}
.page-numbers.prev:hover, .page-numbers.next:hover {
	background-color:#d93003;
}


/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 1132, ../scss/_base.scss */
#comments {
  /* number of comments span */
}

/* line 1149, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 1151, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
/* line 1159, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 1163, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 1181, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 1185, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 1190, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 1204, ../scss/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 1207, ../scss/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 1222, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 1225, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 1233, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 1236, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 1240, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 1250, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 1275, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 1278, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 1287, ../scss/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
/* line 1299, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/* line 1307, ../scss/_base.scss */
.home-quote {
  background-color: #003a7b;
  color: #a5c3df;
  position: absolute;
  bottom: 0;
  padding: .5em 1em;
  text-align: center;
}
/* line 1314, ../scss/_base.scss */
.home-quote span:nth-child(1), .home-quote span:nth-child(2) {
  color: #f8c425;
  font-weight: bold;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1324, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 1328, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 1331, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 1337, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 1345, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 1351, ../scss/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 1356, ../scss/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 1369, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
/* line 1374, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 1387, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 1400, ../scss/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 1405, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

.wpcf7-form .wpcf7-list-item label {
	display:block;
}

.wpcf7-form .wpcf7-list-item.last {
	float:none;
}
span.wpcf7-list-item {
	margin:.3em 0;
}
.wpcf7-form textarea {
	width:100%;
}
.well {
	background-color:#f2f6f8;
	padding:1em 2em;
	-webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
}
.well .well{
	background-color:#fff;
	margin:1em 0;
	border:1px solid #c8dbe5;
}

.eh-box {
	min-height: 170px;
	padding:1em;
	position: relative;
	text-align: center;
}
.eh-box img {
	width:100px;
	height:100px;
	margin-bottom: 1em;
}
.eh-box h3{
	margin:0;
	color:#3a91ce;
	position: relative;
	line-height: 1.3em;
}
.image-box {
	min-height: 130px;
	padding: 2em;
	position: relative;
	text-align: center;
	background-color:#f2f6f8;
	margin-bottom:1em;
}
.image-box.mini {
	height: auto;
	padding: 1.2em;
	position: relative;
	text-align: center;
	background-color:#f2f6f8;
	margin-bottom:1em;
}
a.image-box {
	cursor: pointer;
	text-decoration: none;
	display: block;
}
.image-box .imagebox-wrapper {
}
.image-box img {
	width:100px;
	height:100px;
	margin: 0 auto .5em auto;
}
.image-box.mini img {
	width:60px;
	height:60px;
	margin: 0 auto .1em auto;
}
.image-box h3{
	margin:0;
	color:#3a91ce;
	position: relative;
	line-height: 1.3em;
}
.image-box.mini h3{
	font-size: 1.3em;
}
.circle-ex {
	width:250px;
	height:250px;
	display: inline-block;
	position: relative;
}
.circle-ex.big {
	width:285px;
	height:285px;
}
.circle-ex-wrap {
	background-color:#3a91ce;
	color:#ffffff;
	border-radius:15em;
	width:250px;
	height: 250px;
	position: absolute;
	cursor: pointer;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	box-sizing: border-box;
	padding: 3.1em  1em 0 1em;
	left:0;
	top:0;
}
.big .circle-ex-wrap {
	width:285px;
	height:285px;
}
.circle-ex-wrap img{
	width:100px;
	height: 100px;
}
.circle-ex-wrap:hover img{
}
.circle-ex-wrap .title{
	font-size:24px;
	line-height: 1.1em;
	margin-top:-.2em;
}
.circle-ex-wrap .text{
	height: 0;
	overflow: hidden;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	padding: 0;
}
.circle-ex-wrap:hover{
	background-color:#f26742;
	width:350px;
	height: 350px;
	z-index: 9999;
	left:-3em;
	top:-3em;
	padding: 2.1em 1em 0 1em;
}
.big .circle-ex-wrap:hover {
	width:375px;
	height:375px;
	padding: 1.7em 1.7em 0 1.7em;
}
.big.bigger .circle-ex-wrap:hover {
	width:410px;
	height:410px;
}
.circle-ex-wrap .text {
	border-radius: 0 0 10em 10em;
}
.circle-ex-wrap:hover .text{
	overflow:visible;
	height: auto;
	padding: .2em 2em 0 2em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 1421, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */
}
.widget .button {
	display:block;
	width:100%;
	text-align:center;
}

/*********************
FOOTER STYLES
*********************/
/* line 1443, ../scss/_base.scss */
.footer {
  clear: both;
  color: white;
  background-color: #31383d;
  padding-bottom:1em;
  margin-top:0;
}
.home .footer, .page-template-page-allthewayhome .footer{
	margin-top:0;
}
/* line 1447, ../scss/_base.scss */
.footer p {
  margin: 0;
}
/* line 1449, ../scss/_base.scss */
.footer p a {
  color: white;
}
/* line 1453, ../scss/_base.scss */
.footer #inner-footer {
  min-height: 50px;
}
footer .nav{
    background:none;
  }
  
.dc-social.static .dcsmt {
    width: 100% !important;
}
li.tab-content {
	width: 100% !important;
}
.footer-state {
	color:#ffffff;
	text-align: center;
}

/* #Accordion
================================================== */

.accordion-header {
	font-size: 18px;
	font-weight:normal;
	background: #c02033;
	margin: 0 0 0 0;
	padding: .6em 1em;
	border: 1px solid #c02033;
	cursor: pointer;
	color: #ffffff;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}
.page-id-5 .accordion-header {
	border: 1px solid #003a7b;
}


.active-header {
	background: url(../images/active-header.png) #82000f;
	background-repeat: no-repeat;
	background-position: right 50%;
	color:#fff
}

.page-id-5 .active-header {
	background: url(../images/active-header.png) #003a7b;
	background-repeat: no-repeat;
	background-position: right 50%;
	color:#fff
}

.active-header:hover {
	background: url(../images/active-header-hover.png) #ffffff;
	color:#c02033;
	border: 1px solid #c02033;
	background-repeat: no-repeat;
	background-position: right 50%;
}
.page-id-5 .active-header:hover {
	color:#084991;
	border: 1px solid #003a7b;
}

.inactive-header {
	background: url(../images/inactive-header.png), #c02033;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.page-id-5 .inactive-header {
	background: url(../images/inactive-header.png), #003a7b;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.spacer {
	height:5px;
	width:100%
}

.inactive-header:hover {
	background: url(../images/inactive-header-hover.png), rgba(255,255,255,0.8);
	color:#860000;
	border: 1px solid #860000;
	background-repeat: no-repeat;
	background-position: right 50%;
}
.page-id-5 .inactive-header:hover {
	background: url(../images/inactive-header-hover.png), rgba(255,255,255,0.8);
	color:#002b5c;
	border: 1px solid #002b5c;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	display: none;
	padding: 20px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #b20808;
	border-top: 0;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.page-id-5 .accordion-content {
	border: 1px solid #003a7b;
}

.accordion-content, .open-content {
	max-width:100% !important
}
.accordian-content p:empty{
	display:none;
}
.gform_wrapper, .gform_confirmation_message {
	background-color:#e2e8ef;
	padding: 1em 2em;
	border-radius:1em;
}
.gform_confirmation_message { 
	font-weight: bold;
	color:#003a7b;
	font-size:18px;
}
.entry-content ul.gform_fields li{
	background: none;
	padding: 0;
}
.gform_wrapper .radio-button ul.gfield_radio li{
	display: inline-block;
}
.gform_wrapper .radio-button .gfield_radio li input[type="radio"]{
	display:none;
}
.gform_wrapper .radio-button ul.gfield_radio li input[type="radio"] + label {
	font-size: 1.2em;
	color:#1257a4;
	background-color:#cddbeb;
	border:1px solid #1257a4;
	border-radius: .2em;
	padding: .3em .7em !important;
	box-sizing:border-box;
	margin-right:.4em;
	max-width: none;
}
.gform_wrapper .radio-button ul.gfield_radio li input[type="radio"]:checked + label {
	color:#ffffff;
	background-color:#1257a4;
	font-weight:500;
}
.gform_wrapper span.ginput_total {
	color:#1257a4;
	font-weight: 700;
	font-size: 1.2em;
}
.fblive {
	text-align:center;
	padding:1em 2em;
	display:block;
	cursor: pointer;
}
.fblive:hover {
	background-color: #d4e0e6;
}
.undermenu .nav{
	text-align: center;
	font-family: "Open Sans Condensed";
	background-color:#f26742; 
}
.undermenu .nav li a{
	text-decoration: none;
	color: #ffffff;
}
.undermenu .toplevel {
	font-family: "Oxygen";
	background-color:#fff; 
}

.undermenu .nav li.toplevel a {
	color: #333333;
}
.hero-video-link, .yt-wrapper, .youtubeMorph {
	width:100%;
}
.hero-video-link {
	width:90vw;
	margin: 0 auto;
	max-width: 600px;
}
.youtubeMorph {
	position: relative;
	padding-top: 56.25%;
}
.youtubeMorph img {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
}
.youtubeMorph iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.video-text {
	background-color: #f2f6f8;
	text-align: center;
	font-weight: bold;
	padding: 1em;
}

.announce {
	color:#fff; 
	background-color:#f26742;
	padding:1em 1em 1em 1em;
	display:inline-block;
	font-size:1.4em;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
}
.announce.home {
	background-color: #fef0ec;
	color:#f26742;
}
.announce div {
	
}
.announce a{
	color:#fff; 
	text-decoration: none;
}
.announce a:hover{
	color:#fff; 
	text-decoration:underline;
}

.announce.home a, .announce.home a:hover{
	color:#f26742;
}
.announce.black {
	background-color: #31383d;
	color:#ffffff;
}
.announce.black a{
	background-color: #31383d;
	color:#f26742;
}
.fancybox-slide--html {
	padding:15px !important;
}
.popup-var .fancybox-content {
	max-width: 800px;
	max-height: 600px;
}
.popup-info .fancybox-content{
	background-color: #e4f6ff;
	max-width: 700px;
	max-height: 700px;
}
.popup-info  img{
	width:50px;
	height:50px;
	margin: 0 auto;
	display: block;
}
.popup-info  .h3{
	text-align: center;
}
.popup-subscribe .fancybox-content {
	max-width: 800px;
	max-height: 600px;
}

iframe.map-iframe {
	border:1px solid #000000;
	width:100%;
	height: 400px;
	display: block;
	margin-bottom: 1em;
}
iframe.map-iframe-large {
	border:1px solid #000000;
	width:100%;
	height: 600px;
	display: block;
}
.entry-content ul.content-social {
	margin: .8em auto 0 auto;
	padding: .3em;
	box-sizing: border-box;
	text-align: center;
	color:#3a91ce;
	border:2px solid #3a91ce;
	border-radius: 5px;
	list-style: none;
	width:250px;
	font-size: 1.2em;
}
.entry-content ul.content-social a{
	text-decoration:none;
	color:#3a91ce;
	font-size: 1.6em;
}
.entry-content ul.content-social a:hover {
	color:#d93003;
}
.entry-content ul.content-social li {
	display: inline-block;
	margin: 0;
	padding: 0;
	width:30%;
	list-style: none;
	background: none;
}
.entry-content ul.content-social li.ul-head {
	display: block;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.facebook-embed-box {
	background-color: #f2f6f8;
	box-sizing: border-box;
	padding: 1em;
	color:#3a91ce;
	font-weight: bold;
	font-size: 1.5em;
	margin-top:1em;
}
.facebook-embed-box .fb-group {
	display: block;
	margin-top:.5em;
}
.facebook-embed-box iframe{
	max-width: 100%;
}

.entry-content ul.tribe-events-sub-nav li{
	background: none;
	margin: 0;
	padding: 0;
}

.entry-content ul.tribe-bar-views-list li{
	background: none;
}
.entry-content ul.tribe-events-sub-nav li a{
  padding: 6px 12px;
  color: white;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  margin: 8px 0;
  background-color: #f26740;
}
.entry-content ul.tribe-events-sub-nav li a:hover, .entry-content ul.tribe-events-sub-nav li a:focus, .button:visited:hover, .entry-content ul.tribe-events-sub-nav li a:visited:focus {
  background-color: #bc330f;
  color:#ffffff;
}

.tribe-events-list .type-tribe_events {
    float:left;
	width:100%;
	padding: 1.5em 1em;
	border: 0;
	border-bottom: 1px solid #bad5e8;
}
.tribe-events-loop .tribe-events-event-meta {
    background: 0;
    border: 0;
    margin-top: 0;
    padding: 0;
	font-size: 1em;
}
.tribe-events-list .time-details, .tribe-events-list .tribe-event-schedule-details {
    margin-bottom: .2em;
    padding: 0;
}
.tribe-events-list .tribe-events-venue-details {
    border-top: 0;
    margin-top: 0;
    padding: 0;
}
.tribe-events-map-event-title .tribe-event-url {
	font-size: 1.5em;
	line-height: 1.2em;
}
.recurring-info-tooltip .entry-title, .tribe-events-calendar .tribe-events-tooltip .entry-title, .tribe-events-shortcode.view-week .tribe-events-tooltip .entry-title, .tribe-events-week .tribe-events-tooltip .entry-title{
	margin: .5em .5em;

}
.tribe-events-ical, .tribe-events-meta-group-organizer {
	display: none !important;
}
.tribe-events-list-separator-month {
	background: none;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
    background: #3a91ce;
}
.slant-button, a.slant-button {
	background-color:#31383d;
	color:#ffffff;
	padding: 1.4em 1.4em 1.4em 1.4em;
	box-sizing: border-box;
	font-size: 1.2em;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.slant-button.margin, a.slant-button.margin {
	margin-bottom: 1em;
}
.slant-button:hover, a.slant-button:hover {
	color:#ffffff;
	background-color:#282e33;
	
}
.slant-button .alink, a.slant-button .alink{
	margin-top: .5em;
	display: inline-block;
}
.slant-button:hover .alink, a.slant-button:hover .alink{
	color:#d93003;
}
.slant-button .img-wrapper, a.slant-button .img-wrapper{
	-ms-transform: skewX(-15deg); /* IE 9 */
  -webkit-transform: skewX(-15deg); /* Safari */
  transform: skewX(-15deg);
	overflow: hidden;
	position: absolute;
	left:-20px;
	top:-20px;
	display: none;
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}
.slant-button:hover .img-wrapper, a.slant-button:hover .img-wrapper{
	left:-25px;
}
.slant-button .img-wrapper img, a.slant-button .img-wrapper img{
	-ms-transform: skewX(15deg); /* IE 9 */
  -webkit-transform: skewX(15deg); /* Safari */
  transform: skewX(15deg);
	height: 210px;
	width: auto;
	position: relative;
	left:18px;
}
.widget.widget_search,
.dc-social.static{
	margin: 2em 0;
}
.nomargin,
.entry-content img.nomargin{
	margin: 0;
}
.para-title-sub {
	margin-bottom: 2em;
	text-align: center;
}

/*Board Portal Start*/
.documents-portal {
	width: 100%;
	text-align: center;
}
.documents-portal h3, .documents-portal h4, .documents-portal h5 {
	text-align: center;
}
.documents-portal h3 {
	margin: .5em 0;
	font-size: 2em;
	color: #003a7b;
}
.documents-portal h4 {
	font-size: 1.7em;
	margin: .3em 0;
}
.documents-portal h5 {
	margin: .3em 0;
	font-size: 1.4em;
	font-weight: normal;
}
.documents-portal-row > a{
	text-decoration: none;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin: 1.2em 0;
	color:#333333;
	font-weight: bold;
	font-size: 1.1em;
}
.documents-portal-row > a:hover {
	color:#333333;
}
.documents-portal-row > a img{
	width:110px;
	height: auto;
	display: block;
	margin: 0 auto .7em auto;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) .2em .2em 0.2em 0.1em;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) .2em .2em 0.2em 0.1em;
    box-shadow: rgba(0, 0, 0, 0.2) .2em .2em 0.2em 0.1em;
	-webkit-transition: box-shadow 0.2s ease;
  	-moz-transition: box-shadow 0.2s ease;
  	-o-transition: box-shadow 0.2s ease;
  	transition: box-shadow 0.2s ease;
	border:#e6e4e4 1px solid;
}

.documents-portal-row > a:hover img{
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) .2em .2em 0.2em 0.1em;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) .2em .2em 0.2em 0.1em;
    box-shadow: rgba(0, 0, 0, 0.4) .2em .2em 0.2em 0.1em;
}
.documents-portal-row > a .filetype {
	color:#666666;
	font-size: .7em;
}
.infog {
	text-align: center;
	margin-top: 3em;
}
.infog p{
	width: 90%;
    margin: 0 auto;
	font-size: 18px;
}
.infog img {
	width:auto;
	height: 150px;
	margin: 0 auto;
}
.top-level {
	background-color: #f26742;
	color: #ffffff;
	text-align: center;
	font-size: 1.4em;
	padding: .8em;
}
.top-level a{
	color: #ffffff;
	text-decoration: none;
}
.top-level a:hover{
	text-decoration:underline;
	color:#ffffff;
}
.announce-app, .announce-app p {
	font-size: 18px;
	text-align: center;
	-webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
a.atwh-doc {
	color:#c02033;
	text-decoration: none;
	display: block;
}
/*Board Portal End*/
/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 28, ../scss/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 29, ../scss/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 30, ../scss/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 31, ../scss/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 74, ../scss/_481up.scss */
  div.rotator, div.rotator ul, div.rotator ul li, #home.home_section {
  }

  /* entry content */
  /* line 78, ../scss/_481up.scss */
  .entry-content, .home_section .wrap {
    /* at this larger size, we can start to align images */
  }
  /* line 82, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft, .home_section .wrap .alignleft, .home_section .wrap img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 87, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright, .home_section .wrap .alignright, .home_section .wrap img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  
  .entry-content .alignleft.big, .entry-content img.alignleft.big, .home_section .wrap .alignleft.big, .home_section .wrap img.alignleft.big, .entry-content .alignright.big, .entry-content img.alignright.big, .home_section .wrap .alignright.big, .home_section .wrap img.alignright.big {
    margin-left: auto;
	margin-right: auto;
    display:block;
    float:none;
  }
  
  /* line 92, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter, .home_section .wrap .aligncenter, .home_section .wrap img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /* line 105, ../scss/_481up.scss */
  .para-title.headleft {
    text-align: left;
  }
	
  .funder-entry {
	float:left;
	margin:.5em;
	padding:.3em;
	width:auto;
	position:relative;
	top:0;
	-webkit-transition: top 0.5s ease;
  	-moz-transition: top 0.5s ease;
  	-o-transition: top 0.5s ease;
  	transition: top 0.5s ease;
  }
	.center .funder-entry {
	float: none;
	  display: inline-block;
	}
  .funder-entry:hover {
	top:-.5em;
}
}
@media only screen and (min-width: 580px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 580px and Up Stylesheet
  
  ******************************************************************/
  /* line 16, ../scss/_580up.scss */
  .home_section#bio .moveup {
    margin-top: -80px;
  }
  
  #home .button.big {
	font-size: 24px;
	}

  /* line 22, ../scss/_580up.scss */
  div.rotator, div.rotator ul, div.rotator ul li, #home.home_section {
  }

  /* line 38, ../scss/_580up.scss */
  .para-title {
    margin-top: 0;
  }

  /* line 42, ../scss/_580up.scss */
  .img-margin-left {
    margin-left: 300px;
  }

  /* line 45, ../scss/_580up.scss */
  .home-quote {
    text-align: left;
    background-color: rgba(165, 195, 223, 0.8);
	-webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    position: absolute;
    padding: .4em 1em .6em 1em;
    top: 100px;
    bottom: inherit;
    width: 275px;
    color: white;
    font-family: "oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    left: 5%;
    text-shadow: rgba(0, 58, 123, 0.7) 0.04em 0.04em 0.05em;
  }
  /* line 59, ../scss/_580up.scss */
  .home-quote span:nth-child(1) {
    color: #f8c425;
    font-size: 1.8em;
    font-weight: bold;
    line-height: .8em;
    text-indent: .3em;
    display: block;
  }
  /* line 67, ../scss/_580up.scss */
  .home-quote span:nth-child(2) {
    color: #f8c425;
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    line-height: 1.2em;
    text-indent: 1em;
  }
  /* line 75, ../scss/_580up.scss */
  .home-quote span:nth-child(3) {
    display: block;
    line-height: 1.3em;
  }
  /* line 79, ../scss/_580up.scss */
  .home-quote span:nth-child(4) {
    text-indent: .3em;
    display: block;
    line-height: 1.3em;
  }
  .bio-entry{
    float:left;
  }
  .entry-content img.bio-image{
	display: block;
	-webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
    cursor:pointer;
  }
  .entry-content img.bio-image:hover{
  	width:160px;
  	height:auto;
  	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
  }
  .bio-content{
  }
   .news-list-article {
	  margin:0;
	  margin:0;
	  padding:2em 0;
	  border-bottom:1px solid #bad5e8;
	  display:block;
  }
  .news-list-article > img {
	  position:absolute;
  }
  .news-list-article > .entry-content {
  }
  .news-list-article.has-post-thumbnail > .entry-content {
	  margin-left:170px;
  }
  .news-list-article > .entry-content p{
	  margin:0;
	  padding:0;
  }
.entry-content .img-list li{
	padding:0 1em;
	display:inline-block;
	vertical-align:middle;
}
.video-text {
	font-size: 1.2em;
	padding: 1em;
}
	.announce {
		font-size: 1.5em;
		padding: 1em 1em 1em 1em;
	}
	.announce.top {
		padding: 1.5em 1em 1em 1em;
	}
	.announce.home {
		padding: 1em;
	}
	.announce div{
		display: inline-block;
		margin: 0 .4em;
	}
	.slant-button, a.slant-button {
		padding:1.6em 1.6em 1.6em 320px;
	}
	.slant-button .img-wrapper, a.slant-button .img-wrapper{
		display: block;
		}
	
/*Board Portal Start*/
.documents-portal-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	}
.documents-portal-row > a{
	text-decoration: none;
	display: block;
	width: 250px;
	text-align: center;
	margin: 0 .5em .5em 0;
	padding: 1em .5em;
	background-color: #dbeaf1;
	border-radius: .2em;
	-webkit-box-shadow: rgba(158, 182, 193, 0) .1em .1em 0.2em 0em;
    -moz-box-shadow: rgba(158, 182, 193, 0) .1em .1em 0.2em 0em;
    box-shadow: rgba(158, 182, 193, 0) ..1em .1em 0.2em 0em;
	-webkit-transition: box-shadow 0.2s ease;
  	-moz-transition: box-shadow 0.2s ease;
  	-o-transition: box-shadow 0.2s ease;
  	transition: box-shadow 0.2s ease;
}
.documents-portal-row > a:hover{
	-webkit-box-shadow: rgba(158, 182, 193, .6) .1em .1em 0.2em 0em;
    -moz-box-shadow: rgba(158, 182, 193, .6) .1em .1em 0.2em 0em;
    box-shadow: rgba(158, 182, 193, .6) .1em .1em 0.2em 0em;
}
.documents-portal h3, .documents-portal h4, .documents-portal h5 {
	text-align: left;
}
.documents-portal h3 {
	margin: 3em 0 .5em 0;
	border-bottom:#003a7b 1px solid;
}
.documents-portal h4 {
	margin: 1.5em 0 .5em 0;
}
.documents-portal-row > a img{
	width:90px;
	}
/*Board Portal End*/
}

/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 800px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../scss/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../scss/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../scss/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../scss/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../scss/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../scss/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../scss/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../scss/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../scss/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../scss/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../scss/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  /* line 38, ../scss/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  /* line 44, ../scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, ../scss/_grid.scss */
  .last {
    float: right;
  }
  .leftcol {
	padding:60px 8%;
  }
  .margin-top-desk {
	margin-top: 3em;
  }
	.margin-top-desk-2 {
	margin-top: 5em;
  }
  
.spacer {
	min-height: 2px;
}
	
  .threecol.first.centerspace {
	margin-left: 11.464088397%;
  }
  .threecol.centerspace {
	margin-left: 4.13%;
  }
  .threecol.last.centerspace {
	margin-right: 11.464088397%;
  }

  /* line 51, ../scss/_grid.scss */
  .no_gutter {
    margin-left: 0;
  }
  .no_underline, a.no_underline {
    text-decoration: none;
  }
	
	.entry-content .document-well {
		padding: 30px 30px 10px 30px;
		margin: 0 0 30px 0;
	}
  
  .entry-content .alignleft.big, .entry-content img.alignleft.big, .home_section .wrap .alignleft.big, .home_section .wrap img.alignleft.big {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 87, ../scss/_481up.scss */
  .entry-content .alignright.big, .entry-content img.alignright.big, .home_section .wrap .alignright.big, .home_section .wrap img.alignright.big {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .sectioned div{
	margin-top:2em;
	margin-bottom:3em;
	min-height:125px;
	}
	.sectioned {
	position:relative;
	}
	.sectioned:before {
	position: absolute;
	content: "";
	background-color: #d7e7f2;
	height: 20px;
	width: 70%;
	display: block;
	top: 92px;
	left: 15%;
	}
	.document-archive a{
		min-height: 440px;
	}
	.slider-text h1{
		color: #ffffff;
		margin:0;
		line-height: 1em;
		z-index: 98;
	}
	.slider-text {
		z-index:50;
		position: absolute;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content:center;
		align-items:center;
		align-content:center;
		height: 500px;
		top:auto;
		color:#ffffff;
		font-size:1.2em;
	}
	.slider-text .slider-text-wrapper {
		position: static;
		width:80%;
		margin:0 auto;
	}
	.relative {
		position:relative;
	}
	.outcome-targets {
		border:#eaeaea 2px solid;
		border-radius:.5em;
		padding:150px 2em 2em 2em;
		margin-top:-120px;
		position:relative;
		box-sizing:border-box;
	}
	#prevention.home_section .outcome-targets div.fourcol p,
	#prevention.home_section .outcome-targets div p
	 {
		margin-top:-1em;
	}
	#prevention.home_section .outcome-targets > div.fourcol,
	#prevention.home_section .outcome-targets > div
	 {
		margin-top:2em;
	}
	#prevention.home_section .outcome-targets div.sixcol p
	{
		width:70%;
		margin-left:auto;
		margin-right:auto;
	}
	.outcomes {
		border:#eaeaea 2px solid;
		border-radius:.5em;
		padding:150px 2em 2em 2em;
		margin-top:-170px;
		position:relative;
		box-sizing:border-box;
		font-size:18px; 
	}
	.outcome-target1 {
		border:#eaeaea 4px solid;
		border-radius:.5em;
		z-index:99;
		position:relative;
		width:550px;
		min-height:145px;
		padding-top:.8em;
		max-width:100%;
		margin:0 auto;
		text-align:left;
		background-color:#fff;
		font-size:1.5em;
	}
	.outcome-target1.neo {
		border:#eaeaea 4px solid;
		border-radius:.5em;
		z-index:99;
		position:relative;
		width:550px;
		min-height:145px;
		padding-top:.8em;
		max-width:100%;
		margin: 0 auto 50px auto;
		text-align:left;
		background-color:#fff;
		font-size:1.5em;
	}
	.outcome-target1 img{
		float:left;
		margin:0 1em 0 1em;
	}
	.outcome-target1.neo img{
		margin: 0 1em;
	}
	.outcome-target1.neo p{
		margin: 1em 0;
	}

	.outcome {
		margin-top: 3em;
	}
	.outcome img{
		margin:0;
	}
	.outcome .text {
		width:90%;
		margin: 0 auto;
	}
	.outcome1 .number {
		display: block;
		color:#f26742;
		font-size:70px;
		line-height: 1em;
		font-weight: bold;
		margin-right: 10px;
	}
	.outcome3 .number {
		display:block;
		color:#f26742;
		font-size:40px;
		line-height: 1em;
		font-weight: bold;
	}
	.outcome2 .number, .outcome4 .number {
		color:#f26742;
		font-size:34px;
		line-height: 1em;
		font-weight: bold;
	}
	.outcome5stats {
		width: 85%;
		height: 3.4em;
	}
	.outcome.outcome6 {
		margin-top: 1em;
	}
	.outcome6 >div img{
		width: 90px;
		position: absolute;
		left:0;
		top:0;
	}
	.outcome6 > div {
		margin: 0 0 3em 0;
		position: relative;
		height: 65px;
		overflow: visible;
		max-width: 100%;
	}
	.outcome6 > div:nth-child(2) img,
	.outcome6 > div:nth-child(4) img{
		top:-10px;
	}
	.outcome6 > div .text {
		margin-left: 100px;
		text-align: left;
		width: auto;
	}
	.outcome.outcome6 .number {
		font-size: 30px;
	}
	.outcome6 > div .text .footnote {
		 display: inline;
		display: none;
	}
	
	.doc-feat a {
		box-sizing: border-box;
		padding: 0 .2em;
		display: inline-block;
	}
	.dlpbutton {
		position:absolute;
		top: -65px;
		right: -35px;
	}
  .iconbox, a.iconbox {
	text-align:center;
	position:absolute;
	overflow:hidden;
	cursor:pointer;
	height:auto;
	min-height:220px;
	border-bottom:4px solid #3a91ce;
  }
  .iconbox .desc {
	display:block;
	padding:1em 1.5em;
	box-sizing:border-box;
	margin:0;
	width:100%;
	height:auto;
	overflow:hidden;
	background-color: rgba(48,125,196,.9);
	position:absolute;
	color:#ffffff;
	top:100%;
	z-index:1;
	-webkit-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
	.roundimg.largeimg {
		margin:1em auto 0 auto;
	}
	.imagebox-menu {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		
	}
	.image-box, a.image-box {
		height: 260px;
		padding: 1.5em 1em;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
		resize: vertical;
		-webkit-transition: all 0.4s ease;
    	-moz-transition: all 0.4s ease;
    	-o-transition: all 0.4s ease;
    	transition: all 0.4s ease;
	}
	.image-box .imagebox-wrapper {
		resize: vertical;
		position: relative;
		top:0;
		-webkit-transition: all 0.4s ease;
    	-moz-transition: all 0.4s ease;
    	-o-transition: all 0.4s ease;
    	transition: all 0.4s ease;
	}
	.image-box:hover {
		background-color:#e4f6ff;
	}
	.image-box:hover .imagebox-wrapper {
		top:-.5em;
	}
	.image-box.mini h3 {
		font-weight: normal;
		font-size: 1.1em;
	}
	.image-box.mini img{
		width: 50px;
		height: 50px;
	}
	.image-box.mini {
		float: left;
		width:33.3333%;
		margin: 0;
	}
	.image-box.mini.current {
	background-color:#e4f6ff;
	}
	
table.styled {
	font-size:1.25em;
	margin:0 auto;
}
table.styled th, table.styled td{
	padding:.5em 2em;
}
table.styled tr th:first-child, table.styled tr td:first-child{
}

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 26, ../scss/_800up.scss */
  .wrap {
    max-width: 1140px;
  }
  .wrap.narr {
    max-width: 900px;
  }

  /* line 29, ../scss/_800up.scss */
  #inner-header {
    max-width: none;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 37, ../scss/_800up.scss */
  .header {
    z-index: 99;
    width: 100%;
    background: #31383d;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 0.3em 0.2em;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 0.3em 0.2em;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 0.3em 0.2em;
  }

  /* line 44, ../scss/_800up.scss */
  .header .wrap {
    width: 96%;
    background: none;
  }
  .header.neo .nav {
		background: none;
	    width: 65%;
	  text-align: right;
  }

  /* line 49, ../scss/_800up.scss */
  .seconav {
    text-align: right;
    padding: 1.4em 0 0 0;
    font-size: 1em;
	margin-right: 8em;
  }
  .nav-border{
	  display: none;
	}
	.header.neo .seconav {
		display: block;
		border-right:0;
		text-align: right;
    	padding: 1.4em 8em 0 0;
		margin: 0;
		width:100%;
	}
	.header.neo .nav li a {
		padding: .2em .6em 1em .6em;
		font-size: .8em;
	}
	.header.neo .toggle {
		display: none;
	}
	.header.neo .nav .sub-menu li {
		margin: 0;
		text-align: left;
	}
	.header.neo .nav .sub-menu li.category {
		margin:0;
	}
	.header.neo .nav li ul.sub-menu li a, .header.neo .nav li ul.children li a {
		border:0;
		padding: .5em 1em;
	}
	.header.neo .nav .sub-menu {
		list-style: disc;
	}
	.header.neo .nav .sub-menu li {
		display:block;
		border-bottom:1px solid #596066;
	}
	.header.neo .nav .sub-menu li:last-child {
		border-bottom:0px;
	}
  /* line 53, ../scss/_800up.scss */
  .seconav a {
    text-decoration: none;
  }
  .seconav a.alltheway-mbutton {
		display: block;
		position: absolute;
		right:0;
		top:0;
  }	
  .seconav a.alltheway-msbutton {
		display: none;
  }
  .nav > li.menu-item-has-children > i, .sub-menu > li.menu-item-has-children > i {
		display: none;
  }
  /* line 57, ../scss/_800up.scss */
  .tel {
    text-decoration: none;
  }
  .undermenu{
	background-color:#f26742;
	}
	nav.undermenu li.toplevel {
		width:100%;
		display: block;
	}
	.undermenu .nav{
	text-align: right;
	font-family: "Open Sans Condensed";
	background-color:#f26742; 
		width: 100%;
		float: none;
	}
	.undermenu .nav li a{
		text-decoration: none;
		color: #ffffff;
		font-size: .9em;
		padding: .3em .5em;
		border-right:1px solid #ebad9c;
	}
	.undermenu .nav li a.current{
		background-color:#d65b38;
	}
	.undermenu .nav li:last-child a{
		border-right:0px;
		padding: .3em 1.2em .3em .5em;
	}
	
	.undermenu .nav li a:hover{
		background-color:#d65b38; 
	}
	

	.undermenu .nav li.toplevel a{
		color: #333333;
		font-size: .9em;
		padding: .3em 1.2em .4em .5em;
		display: inline-block;
	}
	.undermenu .nav li.toplevel a:hover {
		color:#f26742;
		background-color:transparent; 
	}
  /* line 60, ../scss/_800up.scss */
  .para-title, .page-title, .tribe-events-page-title {
    font-size: 2.6em;
  }

  /* line 64, ../scss/_800up.scss */
  #logo {
    margin: 0 0 0 -2%;
  	position:absolute;
  	background-image: url("../images/header-slope2.png");
  	background-position:right top;
  	background-repeat:no-repeat;
  	width: 380px;
  	height:140px;
  }
  /* line 69, ../scss/_800up.scss */
  #logo a {
    color: white;
    box-shadow: -7px -1px 7px #000;
    width:280px;
    background-position:70% 47%;

  }
  /* line 71, ../scss/_800up.scss */
  #logo a span:nth-child(1) {
    font-size: .7em;
    line-height: 1em;
  }
  /* line 75, ../scss/_800up.scss */
  #logo a span:nth-child(2) {
    line-height: 1.2em;
  }
  /* line 78, ../scss/_800up.scss */
  #logo a span:nth-child(3) {
    font-size: .378em;
    line-height: .6em;
  }
  
    #logo {
    width: 380px;
}
  #logo a {
    background-position: 70% 47%;
    width: 260px;
}

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 90, ../scss/_800up.scss */
  #content {
    padding-top: 4em;
	margin-bottom:2em;
	  min-height: 350px;
  }

  /* line 95, ../scss/_800up.scss */
  .home_section .wrap {
    padding: 200px 0;
  }
  /* line 99, ../scss/_800up.scss */
  .home_section#home .wrap {
    max-width: none;
    width: 100%;
    padding: 90px 0;
  }
  /* line 103, ../scss/_800up.scss */
  .home_section#home .wrap .right {
    float: right;
    text-align: right;
    max-width: 45%;
  }
  /* line 110, ../scss/_800up.scss */
  .home_section.blue-bg {
    padding: 140px 0;
  }
  /* line 114, ../scss/_800up.scss */
  .home_section.upper .wrap {
    padding: 90px 0 70px 0;
    min-height: 600px;
  }
	.home_section.upper.lesspad .wrap {
    padding: 50px 0 90px 0;
    min-height: 600px;
  }
  .home_section.upper.narrow .wrap {
	  min-height:inherit;
  }
  .home_section.upper.top .wrap {
	  padding: 90px 0 60px 0;
  }
  /* line 119, ../scss/_800up.scss */
  .home_section .wrap-wrapper {
    padding: 60px 0;
  }
	
	.home_section.upper .wrap.minpad {
		padding: 20px;
	}

  /* line 125, ../scss/_800up.scss */
  div.rotator, div.rotator ul, div.rotator ul li, #home.home_section {
    /*min-height: 500px;*/
  }

  /* line 128, ../scss/_800up.scss */
  .buy_links {
    margin-right: 20%;
  }

  /* line 131, ../scss/_800up.scss */
  #news .wrap .events-wrapm, .page-id-231 .wrap .events-wrapm {
    margin-bottom: 0em;
  }

  /* line 134, ../scss/_800up.scss */
  #news .events-wrap:nth-child(2), .page-id-231 .events-wrap:nth-child(1), .page-id-231 .events-wrap:nth-child(4) {
    margin-left: 0;
  }

  /* line 137, ../scss/_800up.scss */
  #news .events-wrap:nth-child(4), .page-id-231 .events-wrap:nth-child(3), .page-id-231 .events-wrap:nth-child(6) {
    float: right;
  }

  /* line 141, ../scss/_800up.scss */
  .hide-mobile {
    display: block;
  }

  /* line 144, ../scss/_800up.scss */
  #news.home_section, #contact-us.home_section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .bio-entry{
	width:33.33%;
  }
  .expand-row {
	display:none;
	clear:both;
	background-color:#f2f6f8;
	padding:1em 1.4em;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 169, ../scss/_800up.scss */
  .toggle {
    display: none;
  }

  /* line 172, ../scss/_800up.scss */
  .hide_menu {
    display: block !important;
  }

  /* line 175, ../scss/_800up.scss */
  .nav {
    border: 0;
    float: right;
    font-size: 1.2em;
    text-align: right;
    width: 65%;
    margin: .2em 0;
    background: none;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
	.header.neo .nav {
		margin: .2em 0 0 0;
		padding: .5em 0 0 0;
	}
	.header.neo .subscribe .subscribe-text {
		display: inline-block;
		font-size: .8em;
	}
  /* line 184, ../scss/_800up.scss */
  .nav .menu-item span {
    display: block;
  }
  /* line 187, ../scss/_800up.scss */
  .nav ul {
    margin-top: 0;
  }
  /* line 190, ../scss/_800up.scss */
  .nav li {
    display: inline-block;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 194, ../scss/_800up.scss */
  .nav li a {
    border-bottom: 0;
    padding: .5em .5em;
    color: white;
    border-top: none;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 207, ../scss/_800up.scss */
  .nav li.active a {
    color: #f8c425;
  }
  /* line 213, ../scss/_800up.scss */
  .nav li:last-child a {
    padding: .5em 0 .5em .5em;
  }
  /* line 222, ../scss/_800up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 8999;
	left:-9999px;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li ul.sub-menu,
  .nav li ul.children li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    overflow: hidden;
	visibility:hidden;
    z-index: 8999;
	left:200px;
	top:0;
    /* highlight sub-menu current page */
  }
  .header.neo .nav li ul.sub-menu li ul.sub-menu,
  .header.neo .nav li ul.children li ul.children {
    margin-top: 0;
    border-top: 0;
    position: relative;
    overflow: hidden;
	visibility:visible;
    z-index: 8999;
	left:inherit;
	top:0;
    /* highlight sub-menu current page */
  }
	.header.neo .nav > li > .sub-menu {
		width:auto;
	}
	.header.neo .nav li {
	}
	.header.neo .nav li .sub-menu li.category {
		width: 200px;  /* Or whatever */
  		margin: auto;  /* Magic! */
		float: left;
		border-bottom: 0;
		border-left: 1px solid #596066;
	}
	.header.neo .nav li .sub-menu li.category:first-child {
		border-left:0px;
	}
	.header.neo .nav li ul.sub-menu li.category > a, .header.neo .nav li ul.sub-menu li.category > a:hover {
		background-color:transparent;
	}
	.header.neo .nav .category > .sub-menu{
		padding: 0;
	}
	.header.neo .nav .sub-menu li.category > ul > li {
		margin: 0;
	}
	.header.neo .nav li ul.sub-menu li ul.sub-menu li a {
		background-color: #31383d;
	}
	.header.neo .nav li ul.sub-menu li ul.sub-menu li a:hover {
		background-color: #24292d;
	}
  /* line 231, ../scss/_800up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
	  position:relative;
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 233, ../scss/_800up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding: 6px 15px;
    border-right: 0;
    display: block;
    width: 200px;
    border-bottom: 1px solid #ccc;
	background-color: #31383d;
	font-size:17px;
  }
	
	.header.neo .nav li ul.sub-menu li a,
  .header.neo .nav li ul.children li a {
    width: 150px;
  }
	.header.neo .nav li.wide ul.sub-menu li a,
    .header.neo .nav li.wide ul.children li a,
	.header.neo .nav li.wide .sub-menu li.category {
		width: 250px;
	}
	.header.neo .nav > li.wide > ul {
		width: 500px;
	}
	.header.neo .nav li.cat-container:hover ul {
		left:-180px;
  	}
  .nav li ul.sub-menu li a:hover,
  .nav li ul.children li a:hover {
    background-color: #24292d;
  }
  .nav li ul.sub-menu li ul.sub-menu li a,
  .nav li ul.children li ul.children li a {
	background-color: #24292d;
  }
  /* line 250, ../scss/_800up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 272, ../scss/_800up.scss */
  .nav li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
	left:inherit;
  }
  
  .nav li ul li:hover ul.sub-menu, .nav li ul li:hover ul.children {
    overflow: visible;
    visibility: visible;
  }
  .header.neo .nav > li:last-child {
    position: static;
  }
  .header.neo .nav > li:last-child:hover > ul {
    right:0;
  }
	.header.neo .nav > li > .sub-menu {
		height: auto;
		padding-top:1em;
		background: #1f262c; /* Old browsers */
        background: -moz-linear-gradient(top, #1f262c 0%, #31383d 5%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #1f262c 0%,#31383d 5%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #1f262c 0%,#31383d 5%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f262c', endColorstr='#31383d',GradientType=0 );
	}
  /* line 287, ../scss/_800up.scss */
  .nav#menu-submenu {
    font-size: .7em;
    margin: 1.5em 0 .5em 0;
  }
  .seconav {
    font-size: .95em;
  }
  a.donate {
    font-size: .95em;
  }
  .seconav a.subscribe {
    margin: 0 0 0 .2em;
  }
  .seconav a.hiring {
    margin: 0 .5em 0 0;
  }
  .yesona-button img{
	  display:none;
  }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 297, ../scss/_800up.scss */
  .sidebar {
    margin-top: 0;
  }

  /* line 301, ../scss/_800up.scss */
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  /* line 306, ../scss/_800up.scss */
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  /* line 311, ../scss/_800up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 319, ../scss/_800up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 425, ../scss/_800up.scss */
  .footer {
    text-align: left;
  }
  /* line 427, ../scss/_800up.scss */
  .footer p {
    margin: 1.1em 0 0 0;
  }

  /* line 433, ../scss/_800up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }
  footer nav{
    float:right;
    text-align:right;
  }
  footer .nav{
    float:none;
    width:100%;
  }
  footer .social{
    font-size:1.5em;
  }

  .waypoint.wpb {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  bottom: -50px;
}
.waypoint.wpl {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  left: -50px;
}
.waypoint.wpr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  right: -50px;
}
.come-in.wpr, .come-in.wpl, .come-in.wpb {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  bottom: 0;
  left: 0;
  right: 0;
}
.scrollToTopwrapper {
	display:block;
}
.document-link {
	width:31%;
	margin:1em 1%;
}
.prevent-providers {
	width:52.999%;
}
.providers-map {
	width:47%;
	display:inline-block;
	margin: 0;
}
.providers-map img{
	max-width:100%;
	height:auto;
	display:inline-block;
}
	.hp-notice {
		padding: 30px 20%;
	}
	.video-text {
		font-size: 1.4em;
		padding: 1em;
		margin-bottom: 1em;
	}
	.popup-info {
		padding:30px !important;
	}
	#tribe-events-bar {
		margin-bottom: 0;
	}
	#tribe-events-header {
		border-bottom: 1px solid #bad5e8;
	}
	.tribe-events-list .type-tribe_events.tribe-events-first {
		padding-top:1.5em; 
	}
	.slant-button, a.slant-button {
		padding:1.6em 1.6em 1.6em 175px;
		font-size: 1.2em;
	}
	.slant-button .img-wrapper, a.slant-button .img-wrapper {
		left:-150px;
	}
	.slant-button .img-wrapper img, a.slant-button .img-wrapper img{
		left:90px;
	}
	.slant-button:hover .img-wrapper, a.slant-button:hover .img-wrapper{
		left:-155px;
	}
	.announce-app.app2 .infog{
		margin-top: 1em;
	}
	.months12 {
		text-align: left;
		font-size: 1.9em;
		position: relative;
		min-height: 350px;
		padding: 3em 0 0 0;
	}
	.months12 img{
		width: 150px;
		height: auto;
		margin: 0;
		position: absolute;
		left:0;
		top:3em;
	}
	.months12 .months12-text {
		margin-left: 170px;
	}
	.doc-feat.nobg.atwh-doc {
		border:1px solid #c02033;
		padding:0 1em .6em 1em;
		max-width:400px;
		margin: 5em auto 0 auto;
		display: block;
		-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
		background-color: #f2f6f8;
	}
	.doc-feat.nobg.atwh-doc:hover {
		background-color: #e1ecf1;
	}
	.doc-feat.nobg.atwh-doc img {
		height: 150px;
		width: auto;
	}
	
}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /* line 12, ../scss/_1030up.scss */
  #logo {
    line-height: 1em;
    width:455px;
  }
  #logo a {
    background-position: 70% 47%;
    width: 335px;
  }
  /* line 18, ../scss/_1030up.scss */
  #logo a span:nth-child(1) {
    font-size: .7em;
    line-height: 1em;
  }
  /* line 22, ../scss/_1030up.scss */
  #logo a span:nth-child(2) {
    line-height: 1.2em;
  }
  /* line 25, ../scss/_1030up.scss */
  #logo a span:nth-child(3) {
    font-size: .378em;
    line-height: .6em;
  }
      #logo {
    
}
	.mediumimg.pullup {
		position: relative;
		top:-2em;
	}

  /* line 32, ../scss/_1030up.scss */
  .nav {
    text-align: left;
    width: auto;
    font-size: 1.4em;
  }
  /* line 37, ../scss/_1030up.scss */
  .nav li a {
    padding: .5em .5em;
  }
  /* line 42, ../scss/_1030up.scss */
  .nav li:last-child a {
    padding: .5em 0 .5em .5em;
  }
  .header.neo .nav li a {
		padding: .2em .6em .5em .6em;
		font-size: .9em;
	}

  /* line 49, ../scss/_1030up.scss */
  div.rotator, div.rotator ul, div.rotator ul li, #home.home_section {
    /*min-height: 500px;*/
  }

  /* line 53, ../scss/_1030up.scss */
  .social {
    font-size: 1.5em;
  }

  /* line 58, ../scss/_1030up.scss */
  .google-map {
    width: 500px;
    height: 450px;
  }

  /* line 62, ../scss/_1030up.scss */
  .home-quote {
    background-color: rgba(165, 195, 223, 0.8);
	-webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    position: absolute;
    padding: .4em 1em .6em 1em;
    top: 200px;
    width: 450px;
    font-size: 1.8em;
    left: 10%;
  }
  .outcome .text {
	width:75%;
	margin: 0 auto;
  }
	
	.hrcleftcol, .hrcrightcol {
		position: relative;
		float: left;
	  }
	.hrcleftcol {
		width:49.999999%;
	}
	.hrcrightcol {
		width:49.999999%;
		margin-left: 0%;
		max-width: 600px;
		overflow: hidden;
	}
	.hrcrightcol .ls-fullscreen-wrapper {
		position: relative;
		left: -10%;
		width: 120%;
	}
	.hrcrightcol .ls-fullscreen-wrapper .layerslider_6 {
		margin: 0 auto;
	}
	.slant-button, a.slant-button {
		padding:1.4em 1.4em 1.4em 260px;
		font-size: 1.2em;
	}
	.slant-button .img-wrapper, a.slant-button .img-wrapper {
		left:-70px;
	}
	.slant-button .img-wrapper img, a.slant-button .img-wrapper img{
		left:32px;
	}
	.slant-button:hover .img-wrapper, a.slant-button:hover .img-wrapper{
		left:-75px;
	}
	.image-box.mini {
		width:16.6666%;
	}
	.article-header.narrow {
		width: 75%;
		margin: 0 auto;
	}
	.article.narrow {
		width: 75%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1100px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /* line 16, ../scss/_1100up.scss */
  .home_section#news .twelvecol .para-title {
    margin: 0 0 .5em 0;
  }
  /* line 23, ../scss/_1100up.scss */
  .home_section#music .twelvecol .para-title {
    margin: 0 0 .5em 0;
  }

  /* line 29, ../scss/_1100up.scss */
  div.rotator, div.rotator ul, div.rotator ul li, #home.home_section {
  }
	.slant-button, a.slant-button {
		padding:1.4em 1.4em 1.4em 270px;
		font-size: 1.2em;
	}
	.slant-button .img-wrapper, a.slant-button .img-wrapper {
		left:-70px;
	}
	.slant-button .img-wrapper img, a.slant-button .img-wrapper img{
		left:28px;
	}
	.progress-icon-wrapper {
    width: 450px;
	}
	
  
}
@media only screen and (min-width: 1155px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /* line 20, ../scss/_1155up.scss */
  .nav li a {
    padding: .5em;
  }
  .atwh .nav li a {
    padding: .5em .3em;
  }
  /* line 24, ../scss/_1155up.scss */
  .nav li:last-child a {
    padding: .5em 0 .5em .5em;
  }

  /* line 32, ../scss/_1155up.scss */
  #logo.small img {
    width: 175px;
    height: 94px;
  }

  /* line 41, ../scss/_1155up.scss */
  .nav.small li a {
    padding: .5em;
  }
  /* line 45, ../scss/_1155up.scss */
  .nav.small li:last-child a {
    padding: .5em 0 .5em .5em;
  }

  /* line 51, ../scss/_1155up.scss */
  .seconav.small {
    font-size: 1em;
    padding: 1.3em 0 0 0;
  }
	.hrcrightcol {
		max-width:none;
	}
	.hrcrightcol .ls-fullscreen-wrapper {
		left:inherit;
		right:0;
		width: 100%;
		max-width: 600px;
		float: right;
	}
	.hrcrightcol .ls-fullscreen-wrapper #layerslider_6 {
		margin: 0 0 0 auto;
	}
	.slant-button, a.slant-button {
		padding:1.4em 1.4em 1.4em 300px;
		font-size: 1.2em;
	}
	.slant-button .img-wrapper, a.slant-button .img-wrapper {
		left:-50px;
	}
	.slant-button:hover .img-wrapper, a.slant-button:hover .img-wrapper{
		left:-55px;
	}
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /* line 16, ../scss/_1240up.scss */
  div.rotator, div.rotator ul, div.rotator ul li, #home.home_section {
    /*min-height: 500px;*/
  }
	
	.slant-button, a.slant-button {
		padding:1.2em 1em 1.2em 310px;
		font-size: 1.4em;
	}
	.slant-button .img-wrapper, a.slant-button .img-wrapper {
		left:-30px;
	}
	.slant-button:hover .img-wrapper, a.slant-button:hover .img-wrapper{
		left:-35px;
	}
}
@media only screen and (min-width: 1440px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Custom 1440px wide
  
  ******************************************************************/
  /* line 10, ../scss/_1440up.scss */
	
}
@media only screen and (min-height: 800px) {
	iframe.map-iframe-large {
		height: 750px;
	}
}
@media only screen and (min-height: 900px) {
	iframe.map-iframe-large {
		height: 850px;
	}
}
@media only screen and (min-height: 1000px) {
	iframe.map-iframe-large {
		height: 950px;
	}
}
@media only screen and (min-height: 1100px) {
	iframe.map-iframe-large {
		height: 1000px;
	}
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 40, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 71, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 80, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table.styled, table.styled thead,  table.styled tbody,  table.styled th,  table.styled td,  table.styled tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	 table.styled thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.styled tr { border: 1px solid #ccc; }
	
	table.styled td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	table.styled tr td:first-child{
		text-align:center;
		padding-left:0;
		text-transform:uppercase;
		font-weight:bold;
	}
	
	table.styled td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight:bold;
	}
	
	/*
	Label the data
	*/
	table.styled td:nth-of-type(2):before { content: "Pilot Year 1"; }
	table.styled td:nth-of-type(3):before { content: "Pilot Year 2"; }
	table.styled td:nth-of-type(4):before { content: "Year 3"; }
	table.styled td:nth-of-type(5):before { content: "Year 4"; }
	table.styled .empty {display:none;}
	
}