@charset "UTF-8";
/* Load normalize.css and Mixins */
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:focus,
a:active,
a:visted,
a:hover {
  outline: 0 !important;
  color: inherit !important;
  -moz-outline: 0 !important;
  -moz-user-focus: none !important;
  -moz-outline-color: none !important; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
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.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

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

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'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

iframe, object, embed {
  max-width: 100%; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* FCH Colors */
a, a:visited {
  color: inherit;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #d10e3c; }
  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); }
  a:hover, a:visited:hover {
    color: inherit;
    opacity: .8; }

.green {
  background: #5a9f34;
  color: #fff; }

.red {
  background: #df401f;
  color: #fff; }

.blue, input[type="submit"].blue {
  background: #2e93c2;
  color: #fff; }

.purple {
  background: #5a56a8;
  color: #fff; }

.alternate-color {
  background: #f7f5f2; }

.dark-bg, input[type="submit"].dark-bg {
  background: #333230;
  color: #cccac6; }

.dark-bg h3 {
  color: #fff;
  text-align: center; }

img.centered {
  display: block;
  margin: 0 auto; }

/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: 'fhc_custom_icons';
  src: url("../fonts/font_icons/fhc_custom_icons.eot?69479504");
  src: url("../fonts/font_icons/fhc_custom_icons.eot?69479504#iefix") format("embedded-opentype"), url("../fonts/font_icons/fhc_custom_icons.woff?69479504") format("woff"), url("../font/font_icons/fhc_custom_icons.ttf?69479504") format("truetype"), url("../font/fhc_custom_icons.svg?69479504#fhc_custom_icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fhc_custom_icons';
    src: url('../fonts/fhc_custom_icons.svg?69479504#fhc_custom_icons') format('svg');
  }
}
*/
@font-face {
  font-family: 'ProximaNova-Light';
  src: url("../fonts/proximanova/30B529_5_0.eot");
  src: url("../fonts/proximanova/30B529_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/30B529_5_0.woff2") format("woff2"), url("../fonts/proximanova/30B529_5_0.woff") format("woff"), url("../fonts/proximanova/30B529_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Papercute';
  src: url("../fonts/papercute/PaperCuteRegular.eot");
  src: url("../fonts/papercute/PaperCuteRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/papercute/PaperCuteRegular.woff2") format("woff2"), url("../fonts/papercute/PaperCuteRegular.woff") format("woff"), url("../fonts/papercute/PaperCuteRegular.ttf") format("truetype"), url("../fonts/papercute/PaperCuteRegular.svg#papercute_regularregular") format("svg"); }
/* Using a custom Icon font */
.btn.purple [class^="icon-"]:before,
.btn.purple [class*=" icon-"]:before, .btn.green [class^="icon-"]:before,
.btn.green [class*=" icon-"]:before, .btn.blue [class^="icon-"]:before,
.btn.blue [class*=" icon-"]:before, .btn.red [class^="icon-"]:before,
.btn.red [class*=" icon-"]:before {
  font-family: 'fhc_custom_icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  /* opacity .8 */
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-attention:before {
  content: '\26a0'; }

/* 'ÔÜá' */
.icon-mail:before {
  content: '\2709'; }

/* 'Ô£ë' */
.icon-attention-circle:before {
  content: '\2757'; }

/* 'ÔØù' */
.icon-location:before {
  content: '\e724'; }

/* '¯£ñ' */
.icon-zoom-in:before {
  content: '\e750'; }

/* '¯ØÉ' */
.icon-zoom-out:before {
  content: '\e751'; }

/* '¯Øæ' */
.icon-down-open:before {
  content: '\e75c'; }

/* '¯Ø£' */
.icon-left-open:before {
  content: '\e75d'; }

/* '¯ØØ' */
.icon-right-open:before {
  content: '\e75e'; }

/* '¯Ø×' */
.icon-up-open:before {
  content: '\e75f'; }

/* '¯Øƒ' */
.icon-twitter:before {
  content: '\f099'; }

/* '´éÖ' */
.icon-facebook:before {
  content: '\f09a'; }

/* '´éÜ' */
.icon-menu:before {
  content: '\f0c9'; }

/* '´âë' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '´âá' */
.icon-angle-left:before {
  content: '\f104'; }

/* '´ää' */
.icon-angle-right:before {
  content: '\f105'; }

/* '´äà' */
.icon-angle-up:before {
  content: '\f106'; }

/* '´äå' */
.icon-angle-down:before {
  content: '\f107'; }

/* '´äç' */
.icon-search2:before {
  content: '­ƒöì'; }

/* '\1f50d' */
.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

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

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

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

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANISTION
*********************/
/*
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);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue 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
*********************/
.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding: 8px 13px 10px;
  display: inline-block; }

.btn.purple:hover, .btn.green:hover, .btn.blue:hover {
  color: white; }

a.btn:visited {
  color: white; }

.button, .button:visited {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42); }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: #fff;
    border: 1px solid #be0d37;
    border-top-color: #9d0a2d;
    border-left-color: #9d0a2d;
    background-color: #cc0e3b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
    background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
    background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
    background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
    background-image: linear-gradient(to bottom, #e40f42, #cc0e3b); }
  .button:active, .button:visited:active {
    background-color: #f01d4f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
    background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
    background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
    background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
    background-image: linear-gradient(to bottom, #e40f42, #f01d4f); }

.blue-button, .blue-button:visited {
  color: white;
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec; }
  .blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
    border-color: #116396;
    background-color: #1472ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
    background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
    background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
    background-image: -o-linear-gradient(top, #1784c9, #1472ad);
    background-image: linear-gradient(to bottom, #1784c9, #1472ad); }
  .blue-button:active, .blue-button:visited:active {
    background-color: #1990db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
    background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
    background-image: -moz-linear-gradient(top, #1681c4, #1990db);
    background-image: -o-linear-gradient(top, #1681c4, #1990db);
    background-image: linear-gradient(to bottom, #1681c4, #1990db); }

/* Basic Form Elements */
::-webkit-input-placeholder {
  color: #62b1d6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #62b1d6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #62b1d6; }

:-ms-input-placeholder {
  color: #62b1d6; }

input[type="text"], input[type="submit"], select {
  border: none;
  color: #2e93c2;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  line-height: 1em;
  max-width: 100%;
  display: inline-block; }

input[type="submit"] {
  background: #2e93c2;
  color: #fff;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }

label {
  margin: 0;
  padding: 0; }

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

Stylesheet: Base  Stylesheet


******************************************************************/
.row {
  width: 100%;
  margin: 0 auto;
  /* clearfix */
  zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

body {
  -webkit-font-smoothing: antialiased; }

.three-quarters,
.two-thirds,
.five-eigths,
.half,
.third,
.quarter,
.fifth,
.sixth,
.tenth,
.twelfth {
  float: left; }

/*
.three-quarters {
	width: 75%;
}*/
.two-thirds {
  width: 66%; }

/*
.five-eigths {
	width: 62.50%;
}*/
.half {
  width: 50%; }

.third {
  width: 33%; }

/*
.quarter {
	width: 25%;
}
.fifth {
	width: 20%;
}
.sixth {
	width: 16.666666667%;
}
.tenth {
	width: 10%;
}
.twelfth {
	width: 8.333333333%;
}
*/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656; }

img, video {
  max-width: 100%; }

.desktop {
  display: none !important;
  /* hide elements until desktop media query */ }

.clear {
  clear: both; }

.br {
  display: block; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto; }

.left {
  float: left; }

.right, .last {
  float: right; }

.inline {
  display: inline-block; }

/* Form Styles */
form {
  margin-top: 30px; }

input[type="radio"],
input[type="checkbox"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-shadow: none;
  -moz-shadow: none;
  box-shadow: none;
  border: none;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }

input[type="text"],
input[type="email"] {
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #ccc9c4;
  width: 100%;
  display: block; }

input[type="submit"] {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 18px; }

select {
  border: 1px solid #ccc9c4;
  padding: 5px 40px 5px 5px;
  background-color: #ffffff;
  background-image: url("../images/select-arrow-blue.png"), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f7f7f7));
  background-image: url("../images/select-arrow-blue.png"), -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: url("../images/select-arrow-blue.png"), -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: url("../images/select-arrow-blue.png"), -ms-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: url("../images/select-arrow-blue.png"), -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 16px; }

::-webkit-input-placeholder {
  color: #8fc4dc; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #8fc4dc; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #8fc4dc; }

:-ms-input-placeholder {
  color: #8fc4dc; }

/*********************
LINK STYLES
*********************/
/* Specialty UI Link Styles */
.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative; }
  .round span {
    text-align: center;
    font-size: 22px;
    display: block; }

.round.blue {
  color: #fff;
  background: #2e93c2; }

.round.dark-gray {
  color: #fff;
  background: #333230; }

.mobile-nav-btn.round {
  padding: 5px 0 0 2px; }

.search-btn.round {
  padding: 4px 0 0 2px;
  background-image: url("../images/search-black.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
  width: 28px;
  height: 28px; }

.round_left, input.round_left {
  border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px; }

.round_right, input.round_right {
  border-radius: 0px 6px 6px 0px;
  -moz-border-radius: 0px 6px 6px 0px;
  -webkit-border-radius: 0px 6px 6px 0px; }

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

.social li:first-child {
  margin-left: 10px; }

.social li:nth-child(3n) {
  margin-right: 0; }

.social a {
  background-repeat: no-repeat;
  background-position: center center; }
.social .email {
  background-image: url("../images/msg.png"); }
.social .twitter {
  background-image: url("../images/twt.png"); }
.social .facebook {
  background-image: url("../images/fb.png"); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: normal;
  /*
  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 */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

h2, .h2 {
  color: #333230;
  font-size: 42px;
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
  text-align: center;
  margin: 0 0 .5em 0;
  line-height: 1em; }

h3, .h3 {
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 34px;
  margin: 0; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: normal; }

/*********************
HEADER SYTLES
*********************/
.header {
  padding: 12px 0 18px;
  -moz-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 90000;
  width: 100%;
  position: fixed;
  background: white;
  line-height: 0; }
  .header .last {
    padding: 2px 0 0 0; }

.logo {
  display: inline-block;
  margin-left: 20px;
  background-image: url("../images/rt-logo.png");
  background-size: 231px 44px;
  background-repeat: no-repeat;
  width: 231px;
  height: 44px; }

/*********************
NAVIGATION STYLES
*********************/
.header-alert {
  display: none; }

.header-alert.show {
  background: #2e93c2;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white; }
  .header-alert.show p .alert-exc {
    background: url("../images/alert.png") no-repeat; }
  .header-alert.show p b {
    font-weight: bold; }
  .header-alert.show p a {
    text-decoration: underline;
    font-weight: bold;
    text-transform: capitalize; }
  .header-alert.show p a#close-header-alert {
    background: url("../images/close-alert.png") no-repeat;
    display: block; }

.header {
  /* end .nav */ }
  .header nav {
    position: relative; }
    .header nav ul {
      margin: 0; }
    .header nav .navigation-container {
      top: 58px;
      font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #fff;
      padding: 0; }

.search-container {
  display: none;
  padding: 5px 20px 20px;
  min-width: 320px;
  background: #333230; }
  .search-container > form > div {
    position: relative; }
  .search-container > form > div > div {
    max-width: 290px;
    margin: 0 auto; }
  .search-container input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .search-container input[type="text"] {
    float: left;
    width: 250px;
    height: 40px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-left: 10px;
    border: none; }
  .search-container input[type="submit"] {
    background: #5a9f34;
    float: left;
    width: 40px;
    height: 40px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: center center; }
  .search-container .pointer {
    border: 10px solid transparent;
    border-bottom: 10px solid #333230;
    width: 1px;
    height: 1px;
    position: absolute;
    top: -55px;
    right: 5px; }
  .search-container ::-webkit-input-placeholder {
    color: #ccc9c4; }
  .search-container :-moz-placeholder {
    /* Firefox 18- */
    color: #ccc9c4; }
  .search-container ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc9c4; }
  .search-container :-ms-input-placeholder {
    color: #ccc9c4; }

.search-container.show {
  display: block; }

/*************/
/*   Pages   */
/*************/
/* Home Template */
.home #content {
  background: #fff; }
.home .content {
  color: #807d7a;
  /* News & Events Module */
  /* Engagement Module */ }
  .home .content > section {
    padding: 50px 30px 50px 30px; }
  .home .content .cta {
    padding-top: 0; }
  .home .content #hero {
    line-height: 0;
    padding: 0; }
    .home .content #hero .responsive-slider.flexslider .slides {
      margin: 0; }
      .home .content #hero .responsive-slider.flexslider .slides li:nth-child(2n+0) h2.slide-title {
        background: #67ad46; }
      .home .content #hero .responsive-slider.flexslider .slides li:nth-child(3n+0) h2.slide-title {
        background: #e68091; }
      .home .content #hero .responsive-slider.flexslider .slides li:nth-child(4n+0) h2.slide-title {
        background: #ce5056; }
      .home .content #hero .responsive-slider.flexslider .slides li:nth-child(5n+0) h2.slide-title {
        background: #63c0ac; }
    .home .content #hero .responsive-slider.flexslider .slide a {
      display: block;
      height: 100%;
      width: 100%; }
    .home .content #hero .responsive-slider.flexslider h2 {
      font-family: "ProximaNova-Light"; }
      .home .content #hero .responsive-slider.flexslider h2 span.lg {
        font-family: "Papercute"; }
  .home .content .intro {
    text-align: center;
    border-bottom: 1px solid #e3e1de; }
    .home .content .intro p {
      margin-bottom: 15px; }
      .home .content .intro p a {
        color: #5a56a8; }
    .home .content .intro .btn {
      margin: 0 auto; }
      .home .content .intro .btn .icon-angle-right:before, .home .content .intro .btn .icon-angle-right:after {
        margin-left: 0;
        margin-right: 0; }
  .home .content .intro + section {
    padding-top: 0; }
  .home .content .specialty-services {
    padding-left: 30px;
    padding-right: 30px; }
    .home .content .specialty-services aside {
      padding-top: 8px;
      margin-right: 10px;
      float: left; }
    .home .content .specialty-services article {
      float: left;
      width: 70%; }
    .home .content .specialty-services .service:nth-child(2), .home .content .specialty-services .service:nth-child(3) {
      margin-bottom: 25px; }
    .home .content .specialty-services h5 {
      font-size: 22px;
      margin: 0; }
      .home .content .specialty-services h5 a {
        color: #2e93c2; }
    .home .content .specialty-services p {
      margin: 0; }
  .home .content .our-stories-unit .btn {
    width: 220px;
    margin: 0 auto;
    display: block; }
  .home .content .news-events-unit .news-unit > h3,
  .home .content .news-events-unit .events-unit > h3 {
    text-align: center;
    white-space: nowrap;
    color: #333230; }
  .home .content .news-unit, .home .content .events-unit {
    margin: 20px 0; }
    .home .content .news-unit a, .home .content .events-unit a {
      color: #df401f; }
    .home .content .news-unit .btn, .home .content .events-unit .btn {
      color: #fff;
      padding: 4px 18px 7px 6px; }
  .home .content .ai1ec-excerpt {
    margin-bottom: 0; }

.engagement-unit {
  text-align: center; }
  .engagement-unit .btn {
    width: 100%;
    margin: 10px 0 5px 0; }
  .engagement-unit form input {
    padding: 16px 20px; }
  .engagement-unit form input[type="text"], .engagement-unit form input[type="email"] {
    color: #565656;
    border: none; }
  .engagement-unit form ::-webkit-input-placeholder {
    color: #565656; }
  .engagement-unit form :-moz-placeholder {
    /* Firefox 18- */
    color: #565656; }
  .engagement-unit form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #565656; }
  .engagement-unit form :-ms-input-placeholder {
    color: #565656; }

.cta ul {
  margin: 0 auto; }
.cta li {
  width: 33%;
  float: left; }
.cta a {
  background: url("../images/cta_icons.png") no-repeat;
  text-decoration: none;
  display: block;
  padding-top: 60px;
  color: #5a9f34;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-align: center; }
.cta a:hover {
  color: #2e93c2; }
.cta .plan a {
  background-position: center 3px; }
.cta .refer a {
  background-position: center -88px; }
.cta .donate a {
  background-position: center -207px; }

.patient-story {
  text-align: center; }
  .patient-story h4, .patient-story h5 {
    margin: 0;
    font-size: 20px;
    color: #5a9f34;
    text-decoration: none;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    display: block; }
    .patient-story h4 a, .patient-story h5 a {
      color: #5a9f34; }

.page-template-page-generic-php.page .single-page .page-content {
  padding: 0 0 50px; }
  .page-template-page-generic-php.page .single-page .page-content .entry-content .content p, .page-template-page-generic-php.page .single-page .page-content .entry-content .content h1, .page-template-page-generic-php.page .single-page .page-content .entry-content .content h2, .page-template-page-generic-php.page .single-page .page-content .entry-content .content h3, .page-template-page-generic-php.page .single-page .page-content .entry-content .content h4, .page-template-page-generic-php.page .single-page .page-content .entry-content .content h5, .page-template-page-generic-php.page .single-page .page-content .entry-content .content h6 {
    text-align: left;
    margin: inherit 0;
    width: auto;
    max-width: 100%;
    color: #807d7a; }

/*********************
POSTS & CONTENT STYLES
*********************/
/* end .hentry */
/* 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 */
.byline {
  color: #999; }

/* entry content */
.entry-content {
  color: #565656;
  /*
  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.
  */ }
  .entry-content p {
    margin-top: 0;
    line-height: 1.5em;
    font-size: 16px; }
  .entry-content ul, .entry-content ol {
    font-size: 14px; }
    .entry-content ul li, .entry-content ol li {
      padding: 2px 0; }
  .entry-content ul {
    padding-left: 10px;
    margin-left: 15px; }
    .entry-content ul li {
      list-style: disc;
      text-align: left; }
  .entry-content h1, .entry-content .h1, .entry-content h2, .entry-content .h2, .entry-content h3, .entry-content .h3, .entry-content h4, .entry-content .h4, .entry-content h5, .entry-content .h5, .entry-content h6, .entry-content .h6 {
    color: #333230 !important;
    font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
    margin: 0 0 .5em 0;
    line-height: 1.2em; }
  .entry-content h4, .entry-content .h4, .entry-content h5, .entry-content .h5, .entry-content h6, .entry-content .h6 {
    font-size: 27px; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }
  .entry-content .call-out {
    background: #f7f5f2;
    display: block;
    padding: 20px 0; }
    .entry-content .call-out h3 {
      color: #2e93c2;
      text-align: center;
      font-size: 20px;
      margin: 0 0 10px 0;
      font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .entry-content .call-out p {
      text-align: center; }
  .entry-content .cta-cal {
    background: #5a9f34;
    text-align: center;
    font-size: 18px;
    color: white;
    text-align: left;
    width: 100%; }

/* end .entry-content */
.wp-caption {
  background: none;
  max-width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }
  .wp-caption img {
    width: 100%;
    max-width: 100%; }
  .wp-caption p {
    font-size: 16px !important;
    text-align: center !important;
    color: #333230  !important;
    padding: 2px 0;
    max-width: 460px !important;
    margin: 0 auto 20px; }

/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* Single Column Template */
.single .single-page h1, .page .single-page h1, .archive .single-page h1, .error404 .single-page h1, .search .single-page h1, .blog .single-page h1 {
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif; }

body.search-results .post-meta {
  display: none; }
body.search-results .page-title span {
  color: #807d7a; }

.single-page .circular {
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 140px;
  width: 140px;
  margin: 0 auto; }
.single-page .entry-content img {
  margin: 15px auto; }
.single-page .alternate-color p {
  line-height: 1.5em;
  color: #807b75;
  font-size: 20px;
  text-align: center; }
.single-page .alternate-color .service article p {
  font-size: 16px;
  text-align: left; }
.single-page .alternate-color .btn {
  width: 220px;
  margin: 0 auto;
  display: block; }
.single-page .alternate-color h2 {
  margin-top: 30px;
  font-size: 30px; }
.single-page .alternate-color .other-services p {
  font-size: 16px; }
.single-page .get-directions .content h3 {
  color: #333230;
  margin: 40px 0 25px; }
.single-page .get-directions .content strong, .single-page .get-directions .content .strong {
  font-weight: normal; }
.single-page .get-directions .content p {
  margin: 0;
  padding: 0; }
.single-page .get-directions .content ul {
  margin: 20px 0 20px 30px; }
.single-page .get-directions .content .column {
  float: left;
  padding-right: 20px; }
  .single-page .get-directions .content .column p {
    text-align: left; }

.single .single-page {
  /*patient story single*/
  /*staff single*/ }
  .single .single-page .page-content .post-type {
    color: #2e93c2;
    text-transform: uppercase;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px; }
  .single .single-page p {
    font-size: 14px;
    line-height: 1.444444444em; }
  .single .single-page .btn {
    margin-top: 10px;
    margin-bottom: 50px; }
  .single .single-page .entry-content img {
    margin: 15px auto; }
  .single .single-page .entry-content a {
    color: #2e93c2; }
  .single .single-page .entry-content .btn {
    color: white; }
  .single .single-page .blog .post-meta {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #a39f99;
    margin: 10px 0 15px; }
    .single .single-page .blog .post-meta a {
      color: #2e93c2; }
  .single .single-page .patient-story p, .single .single-page .our-stories p {
    text-align: left; }
  .single .single-page .patient-story .post-meta, .single .single-page .our-stories .post-meta {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; }
    .single .single-page .patient-story .post-meta a, .single .single-page .our-stories .post-meta a {
      font-size: 18px;
      text-transform: capitalize;
      color: #5a9f34;
      font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.page .date, .archive .date, .error404 .date, .single-page .date, .single .date, .search .date, .blog .date {
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #a39f99;
  font-size: 12px; }
  .page .date .timely, .archive .date .timely, .error404 .date .timely, .single-page .date .timely, .single .date .timely, .search .date .timely, .blog .date .timely {
    color: #a39f99; }
.page .date + h4, .archive .date + h4, .error404 .date + h4, .single-page .date + h4, .single .date + h4, .search .date + h4, .blog .date + h4 {
  margin: 0; }

.page .single-page, .archive .single-page, .error404 .single-page, .search .single-page, .blog .single-page {
  /*departments staff page*/ }
  .page .single-page h1.page-title, .archive .single-page h1.page-title, .error404 .single-page h1.page-title, .search .single-page h1.page-title, .blog .single-page h1.page-title {
    color: #333230;
    font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
    font-weight: normal;
    padding: 15px 0;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center; }
  .page .single-page .entry-content, .archive .single-page .entry-content, .error404 .single-page .entry-content, .search .single-page .entry-content, .blog .single-page .entry-content {
    color: #807d7a;
    line-height: 1.571428571em;
    font-size: 14px; }
  .page .single-page .content p, .archive .single-page .content p, .error404 .single-page .content p, .search .single-page .content p, .blog .single-page .content p {
    font-size: 14px;
    text-align: center; }
    .page .single-page .content p a, .archive .single-page .content p a, .error404 .single-page .content p a, .search .single-page .content p a, .blog .single-page .content p a {
      color: #5a56a8; }
  .page .single-page .our-blog .content, .page .single-page .our-blog .blog-post, .archive .single-page .our-blog .content, .archive .single-page .our-blog .blog-post, .error404 .single-page .our-blog .content, .error404 .single-page .our-blog .blog-post, .search .single-page .our-blog .content, .search .single-page .our-blog .blog-post, .blog .single-page .our-blog .content, .blog .single-page .our-blog .blog-post {
    border-bottom: 1px solid #e3e1de; }
  .page .single-page .our-blog .categories a, .archive .single-page .our-blog .categories a, .error404 .single-page .our-blog .categories a, .search .single-page .our-blog .categories a, .blog .single-page .our-blog .categories a {
    color: #2e93c2;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .page .single-page .our-blog .post-meta, .archive .single-page .our-blog .post-meta, .error404 .single-page .our-blog .post-meta, .search .single-page .our-blog .post-meta, .blog .single-page .our-blog .post-meta {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .page .single-page .our-blog .post-meta a, .archive .single-page .our-blog .post-meta a, .error404 .single-page .our-blog .post-meta a, .search .single-page .our-blog .post-meta a, .blog .single-page .our-blog .post-meta a {
      color: #2e93c2; }
  .page .single-page .our-blog .post-title, .archive .single-page .our-blog .post-title, .error404 .single-page .our-blog .post-title, .search .single-page .our-blog .post-title, .blog .single-page .our-blog .post-title {
    color: #5a9f34;
    font-size: 24px;
    line-height: 32px; }
  .page .single-page .our-blog .post-content p, .archive .single-page .our-blog .post-content p, .error404 .single-page .our-blog .post-content p, .search .single-page .our-blog .post-content p, .blog .single-page .our-blog .post-content p {
    font-size: 16px; }
  .page .single-page .our-blog .post-content .read-more, .archive .single-page .our-blog .post-content .read-more, .error404 .single-page .our-blog .post-content .read-more, .search .single-page .our-blog .post-content .read-more, .blog .single-page .our-blog .post-content .read-more {
    display: block; }
  .page .single-page .departments-staff a, .archive .single-page .departments-staff a, .error404 .single-page .departments-staff a, .search .single-page .departments-staff a, .blog .single-page .departments-staff a {
    display: block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2e93c2; }
  .page .single-page .departments-staff h4, .archive .single-page .departments-staff h4, .error404 .single-page .departments-staff h4, .search .single-page .departments-staff h4, .blog .single-page .departments-staff h4 {
    font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
    color: #333230;
    margin: 0;
    line-height: 55px; }
  .page .single-page .departments-staff .desc p, .archive .single-page .departments-staff .desc p, .error404 .single-page .departments-staff .desc p, .search .single-page .departments-staff .desc p, .blog .single-page .departments-staff .desc p {
    font-size: 14px; }

.archive.tax-tribe_events_cat .content p {
  text-align: left; }

.page-parent .single-page .other-services .service {
  padding-bottom: 40px; }
.page-parent .single-page .other-services .service:first-child {
  border-bottom: 1px solid #cccac6; }

#content {
  padding-top: 96px; }

.child_page_list .column {
  margin: 0;
  padding: 0; }
.child_page_list a {
  color: #2e93c2;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  display: block;
  margin-bottom: 2px; }
.child_page_list li {
  color: #807d7a;
  line-height: 1.571428571em;
  padding: 0 !important;
  margin: 0;
  list-style: none !important; }
.child_page_list ul {
  margin-left: 0;
  padding-left: 0; }

/* Two Column Layout */
.main_bg {
  background: #fff;
  padding-top: 30px;
  float: left;
  min-height: 300px;
  min-width: 100%;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px; }

.entry-thumbnail {
  width: 350px;
  margin: 0 auto; }

.staff_unit h3 {
  margin-top: 0;
  text-align: left;
  font-size: 28px; }
.staff_unit ul {
  margin: 0;
  padding: 0; }
  .staff_unit ul li {
    list-style: none; }
.staff_unit .staff_member {
  min-height: 100px;
  width: 300px;
  max-width: 100%;
  float: left;
  margin-bottom: 20px; }
.staff_unit .staff_picture {
  width: 80px;
  float: left; }
  .staff_unit .staff_picture a {
    background-color: #eee;
    background-size: 68px 68px;
    display: inline-block;
    height: 68px;
    width: 68px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.staff_unit .staff_name h5 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 0 0;
  font-size: 17px;
  font-weight: 700; }
.staff_unit .staff_name a {
  color: #2e93c2; }
.staff_unit .staff_title,
.staff_unit .staff_quote {
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 14px; }

.parent-pageid-5 .two-column h1.page-title, .parent-pageid-6 .two-column h1.page-title, .parent-pageid-7 .two-column h1.page-title {
  background: #5a9f34; }

.two-column h1.page-title {
  background: #2e93c2;
  color: white;
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif; }
.two-column .corner {
  display: none; }
.two-column .info_panel {
  background: #e3e0dc;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px 30px; }
  .two-column .info_panel a {
    color: #5a56a8; }
  .two-column .info_panel .btn {
    display: block;
    font-size: 18px;
    color: white; }
.two-column .entry-content {
  padding: 35px 30px 0;
  background: #fff; }
  .two-column .entry-content p > a, .two-column .entry-content li > a {
    color: #5a9f34; }
  .two-column .entry-content .accordion-unit {
    margin-bottom: 20px; }
    .two-column .entry-content .accordion-unit h3, .two-column .entry-content .accordion-unit h3 a {
      color: #5a9f34 !important; }
    .two-column .entry-content .accordion-unit h3:hover {
      cursor: pointer; }
  .two-column .entry-content .child_page_list a,
  .two-column .entry-content .child_page_list a:visited
  a:active {
    color: #2e93c2; }
  .two-column .entry-content .gallery-unit {
    margin: 30px 0; }
    .two-column .entry-content .gallery-unit .caption {
      padding: 20px;
      font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px;
      min-height: 30px;
      width: 100%;
      background: #e3e0dc;
      color: #565656; }
      .two-column .entry-content .gallery-unit .caption p {
        margin: 0; }
    .two-column .entry-content .gallery-unit .rsDefault, .two-column .entry-content .gallery-unit .rsDefault .rsOverflow, .two-column .entry-content .gallery-unit .rsDefault .rsSlide, .two-column .entry-content .gallery-unit .rsDefault .rsVideoFrameHolder, .two-column .entry-content .gallery-unit .rsDefault .rsThumbs {
      background: transparent; }
    .two-column .entry-content .gallery-unit .rsSlide img {
      margin: 0 !important; }
.two-column .entry-thumbnail {
  width: 100%;
  margin: 0 auto; }
.two-column .cta-btn {
  background-image: url("../images/cta-arrow.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  padding: 20px 20px 20px 65px;
  font-size: 18px;
  margin: 1em 0; }
.two-column aside.last h5 {
  letter-spacing: .1em;
  margin-bottom: 5px; }
.two-column aside.last form {
  margin-top: 20px; }
.two-column aside.last input[type="text"],
.two-column aside.last input[type="email"],
.two-column aside.last input[type="tel"] {
  border-color: #E2DFDB;
  font-size: 20px;
  padding: 10px 0 10px 20px;
  width: 100%; }
.two-column aside.last :first-child {
  border-top: none; }
.two-column aside.last input[type="submit"] {
  padding: 15px 20px; }
.two-column aside.last section {
  border-top: solid 1px #ccc9c4;
  padding: 40px 0;
  margin: 0 auto; }
.two-column aside.last h4 {
  font-size: 20px;
  text-align: center;
  margin: 0; }
.two-column aside.last p {
  color: #565656;
  text-align: center;
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 16px;
  text-align: center;
  width: 85%;
  margin: 0 auto; }
.two-column aside.last .patient_story {
  padding: 30px 0;
  border-top: none; }
  .two-column aside.last .patient_story h4 a {
    color: #5a9f34; }
.two-column aside.last .cta {
  margin: 0 auto; }
.two-column aside.last .follow {
  clear: both; }
  .two-column aside.last .follow h4 {
    color: #333230;
    font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif; }
.two-column aside.last .related_services h5, .two-column aside.last .featured-events h5, .two-column aside.last .featured-events-posts h5 {
  color: #a39f99;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 0; }
.two-column aside.last .related_services a {
  color: #5a9f34; }
.two-column aside.last .featured-events a {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.two-column aside.last .featured-events .widget {
  padding: 0;
  margin: 0; }
.two-column aside.last .featured-events .ai1ec-date, .two-column aside.last .featured-events .ai1ec-agenda-widget-view .ai1ec-date {
  border-top: none !important; }
.two-column aside.last .featured-events .widgettitle {
  border-bottom: none; }
.two-column aside.last .featured-events .ai1ec-agenda-widget-view > .clearfix:last-child p {
  display: none; }
.two-column aside.last .featured-events .ai1ec-agenda-widget-view .ai1ec-date-events {
  margin: 0; }
.two-column aside.last .featured-events .ai1ec-agenda-widget-view .ai1ec-event a {
  background: transparent;
  border: none;
  padding: 0;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 0em; }
.two-column aside.last .featured-events .ai1ec-agenda-widget-view .ai1ec-event a {
  color: #2e93c2; }
.two-column aside.last .featured-events .ai1ec-month {
  background: #2e93c2; }
.two-column aside.last .featured-events .timely a, .two-column aside.last .featured-events .timely a:link, .two-column aside.last .featured-events .timely a:visited, .two-column aside.last .featured-events .timely a:active, .two-column aside.last .featured-events .timely a:hover, .two-column aside.last .featured-events #ai1ec-container a, .two-column aside.last .featured-events #ai1ec-container a:link, .two-column aside.last .featured-events #ai1ec-container a:visited, .two-column aside.last .featured-events #ai1ec-container a:active, .two-column aside.last .featured-events #ai1ec-container a:hover {
  height: 50px; }

.timely.popover {
  display: none !important; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

/* Add this icon override */
.at4-icon {
  display: none !important; }

/*********************
FOOTER STYLES
*********************/
.footer {
  padding: 0 20px 60px;
  color: #a3a19e;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: #666461;
  clear: both; }
  .footer .social li {
    margin-right: 10px; }
  .footer .social li:last-child {
    margin-right: 0; }
  .footer nav {
    font-size: 16px; }
    .footer nav li {
      display: block;
      margin-right: 20px; }
    .footer nav #menu-footer-navigation {
      display: inline-block; }
  .footer a {
    color: #cccac6; }

/****************/
/* Custom Pages */
/****************/
/* Donate Page */
.donate-form .custom-radio-button {
  display: inline-block;
  padding: 8px 0;
  width: calc(50% - 8px); }
  .donate-form .custom-radio-button:nth-child(2n-1) {
    margin-right: 8px; }
  .donate-form .custom-radio-button input {
    position: absolute;
    opacity: 0; }
  .donate-form .custom-radio-button input:checked + label {
    background-color: #09628c; }
  .donate-form .custom-radio-button label {
    width: 100%;
    height: 54px;
    background-color: #2e93c2;
    line-height: 54px;
    color: #fff;
    text-align: center;
    display: block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px; }
.donate-form label {
  font-weight: 700; }
.donate-form .custom-input {
  padding-right: 8px;
  position: relative;
  margin-top: 15px; }
  .donate-form .custom-input::before {
    display: block;
    content: "$";
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #a3a19e;
    position: absolute;
    top: 28%;
    left: 15px;
    font-weight: 700; }
  .donate-form .custom-input input {
    padding: 18px 18px 18px 30px;
    border: 1px solid #cccac6;
    border-radius: 6px; }
    .donate-form .custom-input input::-webkit-input-placeholder {
      color: #8fc4dc;
      font-size: 18px;
      font-weight: 700;
      line-height: 16px; }
    .donate-form .custom-input input:-moz-placeholder {
      color: #8fc4dc;
      font-size: 18px;
      font-weight: 700;
      line-height: 16px; }
    .donate-form .custom-input input::-moz-placeholder {
      color: #8fc4dc;
      font-size: 18px;
      font-weight: 700;
      line-height: 16px; }
    .donate-form .custom-input input:-ms-input-placeholder {
      color: #8fc4dc;
      font-size: 18px;
      font-weight: 700;
      line-height: 16px; }
.donate-form a.btn {
  margin-top: 20px;
  width: 100%; }
  .donate-form a.btn img {
    margin-right: 10px; }

.page-template-page-donate-php .single-page .entry-content .content {
  margin-bottom: 0;
  padding-bottom: 0; }
.page-template-page-donate-php .donate_form .page-content {
  padding: 0 40px; }
.page-template-page-donate-php .donate_form .donate-form-title {
  color: #333230;
  font-family: "PT Serif";
  font-size: 26px;
  font-weight: 400;
  line-height: 42px; }
.page-template-page-donate-php .donate_form .donate_form-learn-more {
  padding: 30px;
  background-color: #e3e0dc; }
  .page-template-page-donate-php .donate_form .donate_form-learn-more > div {
    display: inline-block; }
  .page-template-page-donate-php .donate_form .donate_form-learn-more a.btn {
    margin: .4em 0; }
  .page-template-page-donate-php .donate_form .donate_form-learn-more h4 {
    display: inline-block;
    font-weight: 700;
    padding-right: 30px; }
.page-template-page-donate-php .donate_form .dashed {
  border-top: 1px dashed #e3e1de;
  margin-top: 15px;
  padding-top: 15px; }
.page-template-page-donate-php .donate_form .half {
  padding: 30px; }
.page-template-page-donate-php .donate_form .donate-explanation-half {
  background-color: #faf9f7;
  padding: 50px;
  padding-top: 60px; }
  .page-template-page-donate-php .donate_form .donate-explanation-half > .row {
    margin-bottom: 70px; }
.page-template-page-donate-php .donate_form .explanation-title {
  color: #2e93c2;
  font-size: 30px;
  font-weight: 700;
  line-height: 16px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.page-template-page-donate-php .donate_form .explanation-subtitle {
  color: #333230;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.page-template-page-donate-php .donate_form a.btn {
  padding: 20px 30px;
  font-size: 20px;
  line-height: 16px;
  font-weight: 700;
  cursor: pointer; }
.page-template-page-donate-php .donate_form input[type="checkbox"] {
  background: url("../images/checkbox.png") no-repeat left 1px; }
.page-template-page-donate-php .donate_form input[type="checkbox"]:checked {
  background: url("../images/checkbox-checked.png") no-repeat; }
.page-template-page-donate-php .donate_form #year_select {
  margin-top: 10px; }
.page-template-page-donate-php .donate_form .exp select {
  color: #2e93c2;
  width: 76px;
  float: left; }
.page-template-page-donate-php .donate_form .exp .left {
  margin: 0 5px; }
.page-template-page-donate-php .donate_form .exp select {
  background-image: url("../images/select-arrow-blue.png"); }
.page-template-page-donate-php .donate_form h2 {
  text-align: left;
  font-size: 30px;
  margin: 20px 0 20px 0; }
.page-template-page-donate-php .donate_form label.inline {
  display: inline-block; }
.page-template-page-donate-php .donate_form label[for="phone"] {
  clear: left; }
.page-template-page-donate-php .donate_form input[type="submit"] {
  background: #5a9f34;
  padding: 15px 20px;
  float: right; }
.page-template-page-donate-php .donate_form .btn.cancel {
  background: #a3a19e;
  color: white;
  float: left; }
.page-template-page-donate-php .donate_form .btn.cancel, .page-template-page-donate-php .donate_form input[type="submit"] {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 50px;
  margin-bottom: 30px; }
.page-template-page-donate-php .donate_form .message {
  background: #f5f3f0;
  background-image: url("../images/lock.jpg");
  background-repeat: no-repeat;
  background-position: center 10px;
  color: #a3a19e;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 1.375em;
  padding: 40px 20px 20px;
  text-align: center; }
  .page-template-page-donate-php .donate_form .message p {
    font-size: 16px; }
.page-template-page-donate-php .donate_form .billing_info .one-third input[type="text"] {
  padding: 5px 2%; }
.page-template-page-donate-php .donate_form .gift_amount {
  margin-bottom: 155px;
  position: relative; }
  .page-template-page-donate-php .donate_form .gift_amount .gift_button {
    float: left; }
    .page-template-page-donate-php .donate_form .gift_amount .gift_button a {
      padding: 5px 10px;
      display: block;
      text-decoration: none;
      font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #fff;
      background: #2e92c3;
      text-align: center;
      font-size: 18px;
      font-weight: normal;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      float: left;
      margin-right: 5px; }
    .page-template-page-donate-php .donate_form .gift_amount .gift_button .tool-tip {
      background: #faf9f7;
      color: #2e93c2;
      font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
      position: absolute;
      z-index: 8000;
      display: none;
      left: 0;
      top: 55px;
      padding: 22px 30px 30px 10px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      color: #565656; }
      .page-template-page-donate-php .donate_form .gift_amount .gift_button .tool-tip .amount {
        display: block;
        float: left;
        font-size: 45px;
        font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        padding: 0;
        margin: 0 0 0 10px;
        line-height: .9em;
        margin-right: 10px; }
      .page-template-page-donate-php .donate_form .gift_amount .gift_button .tool-tip .gift_message {
        margin-top: 0; }
    .page-template-page-donate-php .donate_form .gift_amount .gift_button input[type="text"] {
      padding: 10px;
      width: 10px;
      width: 94px; }
  .page-template-page-donate-php .donate_form .gift_amount .gift_button:first-child {
    margin-left: 0; }
  .page-template-page-donate-php .donate_form .gift_amount .active.gift_button a {
    background: #09628c; }
  .page-template-page-donate-php .donate_form .gift_amount .active.gift_button .tool-tip {
    display: block; }
  .page-template-page-donate-php .donate_form .gift_amount .arrow-down {
    display: none; }
  .page-template-page-donate-php .donate_form .gift_amount .active .arrow-down {
    display: block; }
  .page-template-page-donate-php .donate_form .gift_amount .arrow-down {
    position: relative;
    background: inherit; }
  .page-template-page-donate-php .donate_form .gift_amount .arrow-down:after, .page-template-page-donate-php .donate_form .gift_amount .arrow_box:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .page-template-page-donate-php .donate_form .gift_amount .arrow-down:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #09628c;
    border-width: 12px;
    left: 50%;
    margin-left: -12px; }
  .page-template-page-donate-php .donate_form .gift_amount .arrow-down:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #09628c;
    border-width: 36px;
    left: 50%;
    margin-left: -36px; }
.page-template-page-donate-php .donate_form .gift-info .left:nth-child(2) {
  margin-top: -5px; }
.page-template-page-donate-php .donate_form .gift-info .left:nth-child(3) {
  margin: 10px 0 0; }
.page-template-page-donate-php .donate_form .employer_donation .row {
  min-height: 42px;
  margin-bottom: 0; }
.page-template-page-donate-php .tax_info h4 {
  margin: 30px 0 30px 0;
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif; }
.page-template-page-donate-php .tax_info p {
  max-width: 300px;
  margin: 0 auto 50px;
  font-size: 14px; }
.page-template-page-donate-php .your_info h2 {
  margin-bottom: 4px; }
.page-template-page-donate-php .your_info p {
  margin-top: 0;
  font-size: 12px; }
.page-template-page-donate-php .gift_info-wrap p {
  margin-top: 0;
  font-size: 15px; }
.page-template-page-donate-php .donation-direction .left {
  margin-right: 0; }

#tribe-events .tribe-events-calendar {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
#tribe-events #tribe-events-content .tribe-events-calendar td:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important; }
#tribe-events #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-weight: bold; }
#tribe-events .tribe-events-tooltip p.entry-summary, #tribe-events .tribe-events-tooltip .tribe-events-event-body p {
  font-size: 13px;
  padding-top: .5em;
  text-align: left;
  width: auto;
  margin: 12px 0 0 0; }
#tribe-events .tribe-events-list .tribe-events-loop .tribe-event-featured {
  background-color: #fff !important; }
#tribe-events .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a {
  color: #807d7a !important; }

.events-archive h1.page-title, .events-single h1.page-title {
  color: #333230;
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: normal;
  padding: 15px 0;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center; }
.events-archive ul.tribe-events-sub-nav a, .events-single ul.tribe-events-sub-nav a {
  min-width: 160px; }
.events-archive ul.tribe-events-sub-nav a,
.events-archive .tribe-events-read-more, .events-single ul.tribe-events-sub-nav a,
.events-single .tribe-events-read-more {
  color: white !important;
  padding: 8px 13px 10px;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px; }
  .events-archive ul.tribe-events-sub-nav a span,
  .events-archive .tribe-events-read-more span, .events-single ul.tribe-events-sub-nav a span,
  .events-single .tribe-events-read-more span {
    font-family: 'fhc_custom_icons'; }
.events-archive .tribe-events-nav-previous span, .events-archive .tribe-events-back a span, .events-single .tribe-events-nav-previous span, .events-single .tribe-events-back a span {
  margin-right: 8px; }
.events-archive .tribe-events-nav-next span, .events-archive .tribe-events-read-more span, .events-single .tribe-events-nav-next span, .events-single .tribe-events-read-more span {
  margin-left: 8px; }
.events-archive ul.tribe-events-sub-nav a, .events-single ul.tribe-events-sub-nav a {
  background: #5a9f34; }
.events-archive .tribe-events-read-more, .events-single .tribe-events-read-more {
  margin-top: 20px;
  background: #2e93c2; }
.events-archive .tribe-events-back, .events-single .tribe-events-back {
  text-align: center !important;
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .events-archive .tribe-events-back a, .events-single .tribe-events-back a {
    font-size: 14px !important;
    font-weight: normal !important; }
.events-archive .tribe-events-event-meta, .events-single .tribe-events-event-meta {
  font-size: 14px !important;
  text-align: left !important;
  color: #a3a19e !important;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em !important;
  font-weight: normal !important; }
.events-archive .tribe-events-schedule h3, .events-single .tribe-events-schedule h3 {
  font-size: 14px !important;
  color: #a3a19e !important;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em !important;
  font-weight: normal !important; }
.events-archive .tribe-events-content p, .events-single .tribe-events-content p {
  font-size: 16px !important;
  color: #807d7a !important; }
.events-archive .tribe-events-list-event-title a, .events-single .tribe-events-list-event-title a {
  color: #5a9f34;
  font-size: 24px;
  line-height: 32px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.events-archive .tribe-events-tooltip, .events-single .tribe-events-tooltip {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #E2DFDB; }
  .events-archive .tribe-events-tooltip .read-more, .events-single .tribe-events-tooltip .read-more {
    display: none; }
  .events-archive .tribe-events-tooltip .entry-summary.description, .events-archive .tribe-events-tooltip .tribe-events-event-body p, .events-single .tribe-events-tooltip .entry-summary.description, .events-single .tribe-events-tooltip .tribe-events-event-body p {
    font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif; }
  .events-archive .tribe-events-tooltip h4, .events-single .tribe-events-tooltip h4 {
    font-weight: normal !important; }
  .events-archive .tribe-events-tooltip .date-start.dtstart, .events-archive .tribe-events-tooltip .end-time.dtend, .events-single .tribe-events-tooltip .date-start.dtstart, .events-single .tribe-events-tooltip .end-time.dtend {
    color: #a3a19e; }
.events-archive .tribe-events-list-separator-month, .events-single .tribe-events-list-separator-month {
  margin: 1.25em auto 0.25em auto; }
.events-archive .tribe-events-event-image, .events-single .tribe-events-event-image {
  margin: 0;
  float: none;
  width: 100%; }
.events-archive .tribe-events-content, .events-single .tribe-events-content {
  text-align: center;
  float: none !important;
  width: 100% !important; }
  .events-archive .tribe-events-content p, .events-single .tribe-events-content p {
    text-align: left !important; }
  .events-archive .tribe-events-content a, .events-single .tribe-events-content a {
    margin: 0.5em 0 0 0; }

.events-single h1.page-title {
  display: none; }
.events-single .circular {
  height: 93px; }
.events-single #tribe-events-content {
  padding: 0; }

.our-stories .patient-story-filter {
  text-align: center; }
.our-stories .patient-story {
  width: 100%; }
  .our-stories .patient-story a p {
    font-size: 16px; }
  .our-stories .patient-story a img {
    margin: 0; }
  .our-stories .patient-story h5 {
    font-size: 22px;
    line-height: 1.5em; }

.accordion {
  border-bottom: 1px solid #e3e1de; }
  .accordion h3.title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #5a9f34;
    padding: 12px 0;
    border-top: 1px solid #e3e1de;
    background: url("../images/plus.png") no-repeat 96.7741936% center; }
  .accordion .accordion-content {
    display: none;
    margin-bottom: 20px; }

.news-research-unit .post,
.newsroom .post,
.press-releases .post,
.media-coverage .post,
.media-coverage-archive .post,
.annual-reports-archive .post,
.newsletters-archive .post,
.annual-reports .post,
.newsletters .post,
.featured-events-posts .post {
  margin-bottom: 20px; }
  .news-research-unit .post .date,
  .newsroom .post .date,
  .press-releases .post .date,
  .media-coverage .post .date,
  .media-coverage-archive .post .date,
  .annual-reports-archive .post .date,
  .newsletters-archive .post .date,
  .annual-reports .post .date,
  .newsletters .post .date,
  .featured-events-posts .post .date {
    font-size: 12px;
    padding: 0 0 5px;
    margin: 0;
    text-transform: uppercase; }
  .news-research-unit .post h3.title,
  .newsroom .post h3.title,
  .press-releases .post h3.title,
  .media-coverage .post h3.title,
  .media-coverage-archive .post h3.title,
  .annual-reports-archive .post h3.title,
  .newsletters-archive .post h3.title,
  .annual-reports .post h3.title,
  .newsletters .post h3.title,
  .featured-events-posts .post h3.title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #df401f; }
  .news-research-unit .post .read-more,
  .newsroom .post .read-more,
  .press-releases .post .read-more,
  .media-coverage .post .read-more,
  .media-coverage-archive .post .read-more,
  .annual-reports-archive .post .read-more,
  .newsletters-archive .post .read-more,
  .annual-reports .post .read-more,
  .newsletters .post .read-more,
  .featured-events-posts .post .read-more {
    display: none; }

.newsroom.entry-content .btn.red {
  padding: 4px 18px 7px 6px;
  font-size: 18px; }
.newsroom.entry-content .btn:hover {
  color: white; }

/* hero banner over rides */
.responsive-slider.flexslider .flex-control-nav {
  display: none; }

.responsive-slider.flexslider .slide-title a {
  max-width: 100%; }
  .responsive-slider.flexslider .slide-title a:hover {
    opacity: 1; }

label.error {
  font-weight: normal;
  font-size: 12px !important;
  color: #df401f !important;
  margin-top: -4px;
  margin-bottom: 14px;
  line-height: 14px !important; }

form li.error {
  background-color: initial !important; }

form li.error .desc {
  color: #df401f !important;
  font-weight: 600 !important; }

form p.error {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #df401f !important; }

#errorMsgLbl {
  color: #df401f !important; }

#errorLi {
  border: none; }

#errorMsg b {
  background-color: #FDE0DA !important;
  color: #df401f !important; }

.social li a span {
  display: none; }

.donation-direction {
  margin: 8px 0 0; }

.donation-direction-other input[type='text'] {
  margin: 0; }

.hidden.gift_info-wrap,
.hidden.behalf_same_address-wrap,
.hidden.employer-wrap,
.hidden.donation-direction-other {
  display: none; }

.employer-wrap {
  width: 220px;
  float: left;
  margin-left: 10px !important; }

/* Mobile First - Core Styles */
@media only screen and (max-width: 568px) {
  /******************************************************************
  
  Stylesheet: 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.
  
  ******************************************************************/
  /* Flexible Grid for Mobile - Kill liquid layout at 641px (iPhone 5 landscape) */
  body.alert-open #container {
    padding-top: 84px; }

  /*********************
  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.
  */
  .header-alert.show {
    padding-bottom: 10px;
    height: auto;
    line-height: normal;
    display: block;
    margin-top: -12px;
    margin-bottom: 12px; }
    .header-alert.show p .alert-exc {
      width: 20%;
      display: block;
      float: left;
      height: 50px;
      background-position: 50%;
      background-size: 50%; }
    .header-alert.show p .alert-text {
      display: block;
      float: left;
      width: 60%;
      font-size: 15px; }
    .header-alert.show p a#close-header-alert {
      width: 20%;
      display: block;
      float: left;
      height: 50px;
      background-position: 50%;
      background-size: 50%; }

  .header {
    /* end .nav */ }
    .header .logo {
      background-image: url("../images/rt-logo_mobile.png");
      background-size: 114px 44px;
      background-position: center -1px;
      width: 114px; }
    .header nav {
      /* end .menu li */
      /* highlight current page */
      /* end current highlighters */ }
      .header nav .mobile-nav-btn {
        background-image: url("../images/mobile-menu.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50%; }
      .header nav .navigation-container {
        position: absolute;
        display: none;
        background: #2e93c2;
        width: 100%;
        top: 48px; }
      .header nav .sub-menu {
        display: none; }
      .header nav .navigation-container.show {
        display: block; }
      .header nav li {
        padding: 15px 0;
        /*
        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/
        */ }
        .header nav li a {
          display: block;
          text-decoration: none;
          padding: 10px 30px;
          font-size: 18px; }
        .header nav li ul.sub-menu li a,
        .header nav li ul.children li a {
          padding-left: 30px; }
      .header nav li:nth-child(even) {
        background: #439ec8; }
      .header nav .menu-utility-menu-container li:nth-child(odd) {
        background: #439ec8; }
      .header nav .menu-utility-menu-container li:nth-child(even) {
        background: #2e93c2; }
      .header nav .menu-main-navigation-secondary-container li:nth-child(odd) {
        background: #439ec8; }
      .header nav .menu-main-navigation-secondary-container li:nth-child(even) {
        background: #2e93c2; }
      .header nav .last {
        padding: 5px 10px 0 0; }

  .mobile-nav-btn.round,
  .search-btn.round {
    width: 35px;
    height: 35px; }

  .search-btn.round {
    border-radius: 50%;
    background-color: #000; }

  .search-btn.round, .search-container input[type="submit"] {
    background-image: url("../images/rt-search.png");
    background-size: 20px 20px; }

  .search-container input[type="submit"] {
    background-size: 20px 20px; }

  .search-container {
    margin: 4px 0 0; }
    .search-container .pointer {
      right: -14px; }
    .search-container input[type="text"] {
      width: 240px; }

  /*************/
  /*   Pages   */
  /*************/
  /* Home Template */
  #content {
    padding-top: 70px; }

  .home .content > section {
    padding: 25px 20px 25px 20px; }
    .home .content > section .specialty-services {
      padding-left: 0;
      padding-right: 0;
      padding-top: 50px; }
      .home .content > section .specialty-services .attachment-featured-thumbnail {
        width: 60px;
        height: 60px; }
      .home .content > section .specialty-services p.learn_more {
        margin-top: 6px;
        color: #2e93c2; }
        .home .content > section .specialty-services p.learn_more a {
          text-decoration: underline; }
  .home .content h2 {
    font-size: 32px; }
  .home .content #hero .row {
    max-width: 100%; }
  .home .content #hero .responsive-slider.flexslider .flex-viewport {
    height: 200px; }
  .home .content #hero .responsive-slider.flexslider .slide {
    width: 100%;
    height: 160px;
    background-size: 100%; }
  .home .content #hero .responsive-slider.flexslider .slide-title {
    width: 100%;
    bottom: -41px; }
    .home .content #hero .responsive-slider.flexslider .slide-title a {
      width: 90%;
      padding: 0;
      line-height: 1;
      padding: 0; }
      .home .content #hero .responsive-slider.flexslider .slide-title a span {
        display: inline-block;
        vertical-align: middle; }
        .home .content #hero .responsive-slider.flexslider .slide-title a span.sm {
          font-size: 16px; }
        .home .content #hero .responsive-slider.flexslider .slide-title a span.lg {
          font-size: 26px;
          letter-spacing: -3px;
          margin-top: 0.3em; }
          .home .content #hero .responsive-slider.flexslider .slide-title a span.lg strong {
            color: #e4dd71;
            font-weight: normal; }
  .home .content #hero .responsive-slider.flexslider .flex-direction-nav {
    display: none; }
  .home .content .intro {
    padding-top: 35px;
    width: 90%;
    margin: 0 auto; }
    .home .content .intro p {
      text-align: center; }
  .home .content #cta {
    padding-left: 0;
    padding-right: 0; }
  .home .content .cta a {
    padding-top: 60px; }
  .home .content .cta .refer a {
    background-position: center -50px;
    background-size: 90px; }
  .home .content .cta .plan a {
    background-position: center 25px;
    background-size: 90px; }
  .home .content .cta .donate a {
    background-position: center -140px;
    background-size: 90px; }
  .home .content .specialty-services aside {
    padding-top: 8px;
    margin-right: 10px;
    float: left; }
  .home .content .specialty-services article {
    float: left;
    width: 75%; }
  .home .content .specialty-services .service {
    margin-bottom: 25px; }
  .home .content .specialty-services h5 {
    font-size: 22px;
    margin: 0; }
    .home .content .specialty-services h5 a {
      color: #2e93c2; }
  .home .content .specialty-services p {
    margin: 0; }
  .home .content .our-stories-unit .btn {
    width: 210px;
    margin: 0 auto;
    display: block; }
  .home .content .our-stories-unit .patient-story {
    margin: 0 0 35px 0; }
    .home .content .our-stories-unit .patient-story img {
      margin: 0 auto;
      width: 140px;
      display: block; }
    .home .content .our-stories-unit .patient-story p {
      width: 75%;
      margin: 0 auto;
      text-align: center; }
    .home .content .our-stories-unit .patient-story a {
      display: block; }
    .home .content .our-stories-unit .patient-story a:hover {
      color: inherit;
      opacity: .8; }
  .home .content .news-events-unit .events-unit {
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid #cccac6; }
    .home .content .news-events-unit .events-unit > h3 {
      margin-bottom: 20px; }

  .engagement-unit {
    padding: 25px 20px 25px 20px; }
    .engagement-unit h3 {
      white-space: nowrap; }
    .engagement-unit .social-btns a {
      width: 136px; }
    .engagement-unit input[type="text"],
    .engagement-unit input[type="email"] {
      width: 260px;
      max-width: 280px;
      font-size: 20px;
      padding: 6px 20px 7px; }
    .engagement-unit input[type="submit"] {
      width: 225px;
      padding: 10px 20px;
      font-size: 20px; }
    .engagement-unit .social-btns a {
      padding: 5px 13px; }
      .engagement-unit .social-btns a .icon-twitter {
        margin-right: 10px; }
    .engagement-unit .social-btns span.desktop-txt {
      display: none; }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* Single Column Template */
  .single .page-content .entry-content blockquote {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #2e93c2; }
    .single .page-content .entry-content blockquote p {
      font-size: 24px; }
  .single .single-page {
    /*patient story single*/
    /*staff single*/ }
    .single .single-page h1 {
      font-size: 22px;
      line-height: 30px;
      margin: 5px 0;
      color: #333230; }
    .single .single-page .btn {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 250px;
      margin-top: 20px; }
    .single .single-page #main {
      padding-top: 40px;
      background: white; }
    .single .single-page .entry-content {
      padding-bottom: 40px; }
    .single .single-page .blog .circular {
      display: none; }
    .single .single-page .staff h1 {
      text-align: center;
      margin: 20px 0 10px; }
    .single .single-page .staff .post-meta {
      font-size: 24px;
      text-align: center;
      margin: 10px 0 20px; }

  .page .single-page, .archive .single-page, .error404 .single-page, .search .single-page, .blog .single-page {
    /* departments and staff */ }
    .page .single-page #main, .archive .single-page #main, .error404 .single-page #main, .search .single-page #main, .blog .single-page #main {
      background: white; }
    .page .single-page h1, .archive .single-page h1, .error404 .single-page h1, .search .single-page h1, .blog .single-page h1 {
      font-size: 32px; }
    .page .single-page .content p, .archive .single-page .content p, .error404 .single-page .content p, .search .single-page .content p, .blog .single-page .content p {
      font-size: 14px;
      text-align: center; }
    .page .single-page .our-blog, .archive .single-page .our-blog, .error404 .single-page .our-blog, .search .single-page .our-blog, .blog .single-page .our-blog {
      padding-bottom: 90px; }
      .page .single-page .our-blog .content .social-btns, .archive .single-page .our-blog .content .social-btns, .error404 .single-page .our-blog .content .social-btns, .search .single-page .our-blog .content .social-btns, .blog .single-page .our-blog .content .social-btns {
        width: 270px;
        margin: 0 auto; }
      .page .single-page .our-blog .categories, .archive .single-page .our-blog .categories, .error404 .single-page .our-blog .categories, .search .single-page .our-blog .categories, .blog .single-page .our-blog .categories {
        margin: 25px 0 0;
        line-height: 1em; }
        .page .single-page .our-blog .categories a, .archive .single-page .our-blog .categories a, .error404 .single-page .our-blog .categories a, .search .single-page .our-blog .categories a, .blog .single-page .our-blog .categories a {
          font-size: 13px; }
      .page .single-page .our-blog .social-btns, .archive .single-page .our-blog .social-btns, .error404 .single-page .our-blog .social-btns, .search .single-page .our-blog .social-btns, .blog .single-page .our-blog .social-btns {
        padding-bottom: 20px; }
      .page .single-page .our-blog .post-meta, .archive .single-page .our-blog .post-meta, .error404 .single-page .our-blog .post-meta, .search .single-page .our-blog .post-meta, .blog .single-page .our-blog .post-meta {
        font-size: 13px;
        margin: 0; }
      .page .single-page .our-blog .post-title, .archive .single-page .our-blog .post-title, .error404 .single-page .our-blog .post-title, .search .single-page .our-blog .post-title, .blog .single-page .our-blog .post-title {
        margin: 12px 0 15px; }
      .page .single-page .our-blog .post-content, .archive .single-page .our-blog .post-content, .error404 .single-page .our-blog .post-content, .search .single-page .our-blog .post-content, .blog .single-page .our-blog .post-content {
        margin-top: 15px; }
        .page .single-page .our-blog .post-content > p, .archive .single-page .our-blog .post-content > p, .error404 .single-page .our-blog .post-content > p, .search .single-page .our-blog .post-content > p, .blog .single-page .our-blog .post-content > p {
          font-size: 14px; }
      .page .single-page .our-blog .read-more, .archive .single-page .our-blog .read-more, .error404 .single-page .our-blog .read-more, .search .single-page .our-blog .read-more, .blog .single-page .our-blog .read-more {
        width: 220px;
        margin: 25px auto; }
      .page .single-page .our-blog .drop-down-wrap, .archive .single-page .our-blog .drop-down-wrap, .error404 .single-page .our-blog .drop-down-wrap, .search .single-page .our-blog .drop-down-wrap, .blog .single-page .our-blog .drop-down-wrap {
        padding-bottom: 30px; }
        .page .single-page .our-blog .drop-down-wrap select, .archive .single-page .our-blog .drop-down-wrap select, .error404 .single-page .our-blog .drop-down-wrap select, .search .single-page .our-blog .drop-down-wrap select, .blog .single-page .our-blog .drop-down-wrap select {
          width: 100%;
          margin: 15px auto 0; }
      .page .single-page .our-blog .blog-footer, .archive .single-page .our-blog .blog-footer, .error404 .single-page .our-blog .blog-footer, .search .single-page .our-blog .blog-footer, .blog .single-page .our-blog .blog-footer {
        padding-top: 15px; }
        .page .single-page .our-blog .blog-footer .btn, .archive .single-page .our-blog .blog-footer .btn, .error404 .single-page .our-blog .blog-footer .btn, .search .single-page .our-blog .blog-footer .btn, .blog .single-page .our-blog .blog-footer .btn {
          margin: 30px auto 50px;
          width: 220px;
          display: block; }
    .page .single-page .departments-staff, .archive .single-page .departments-staff, .error404 .single-page .departments-staff, .search .single-page .departments-staff, .blog .single-page .departments-staff {
      padding-bottom: 80px;
      text-align: center; }
      .page .single-page .departments-staff a, .archive .single-page .departments-staff a, .error404 .single-page .departments-staff a, .search .single-page .departments-staff a, .blog .single-page .departments-staff a {
        font-size: 20px;
        line-height: 30px; }
      .page .single-page .departments-staff h4, .archive .single-page .departments-staff h4, .error404 .single-page .departments-staff h4, .search .single-page .departments-staff h4, .blog .single-page .departments-staff h4 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 30px; }
      .page .single-page .departments-staff .content, .archive .single-page .departments-staff .content, .error404 .single-page .departments-staff .content, .search .single-page .departments-staff .content, .blog .single-page .departments-staff .content {
        border-bottom: 1px solid #e3e1de; }
      .page .single-page .departments-staff .desc p, .archive .single-page .departments-staff .desc p, .error404 .single-page .departments-staff .desc p, .search .single-page .departments-staff .desc p, .blog .single-page .departments-staff .desc p {
        font-size: 14px; }

  .page-child.page-template-default .single-page .content p {
    padding: 0 20px; }
  .page-child.page-template-default .single-page .entry-content {
    padding: 0 6.25% 70px; }
    .page-child.page-template-default .single-page .entry-content img.size-full {
      max-width: 112.25%;
      width: 112.25%;
      margin: 15px -6.25%; }

  .page-template-default .single-page .entry-content .content p {
    padding: 0 20px; }

  .single-page .entry-content {
    padding: 0 20px 70px; }
  .single-page .entry-content.calendar {
    min-height: 720px; }
  .single-page .blog .post-meta {
    font-size: 12px; }
  .single-page .child_page_list {
    text-align: center; }
    .single-page .child_page_list .column {
      margin-bottom: 20px; }
  .single-page .get-directions {
    padding-bottom: 70px; }
    .single-page .get-directions .content {
      border-bottom: none; }
      .single-page .get-directions .content h3 {
        font-size: 30px; }
      .single-page .get-directions .content p {
        margin: 0;
        padding: 0; }
        .single-page .get-directions .content p strong {
          font-size: 24px; }
      .single-page .get-directions .content iframe {
        height: 325px;
        margin-top: 30px; }
      .single-page .get-directions .content ul {
        margin: 20px 0 20px 30px;
        font-size: 14px;
        line-height: 22px; }
      .single-page .get-directions .content .column {
        float: left;
        padding-right: 20px; }
        .single-page .get-directions .content .column p {
          text-align: left; }
  .single-page.single-page-two-column aside.last {
    float: none;
    background: #f5f3f0;
    padding: 0 20px;
    text-align: center; }
    .single-page.single-page-two-column aside.last .related_services,
    .single-page.single-page-two-column aside.last .featured-events-posts {
      padding: 45px 0;
      margin: 0 auto; }
      .single-page.single-page-two-column aside.last .related_services h5,
      .single-page.single-page-two-column aside.last .featured-events-posts h5 {
        color: #a39f99;
        font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        letter-spacing: .1em; }
      .single-page.single-page-two-column aside.last .related_services h4,
      .single-page.single-page-two-column aside.last .featured-events-posts h4 {
        font-size: 20px;
        text-align: center;
        margin: 0; }
      .single-page.single-page-two-column aside.last .related_services a,
      .single-page.single-page-two-column aside.last .featured-events-posts a {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
        color: #5a9f34; }
    .single-page.single-page-two-column aside.last .featured-events-posts,
    .single-page.single-page-two-column aside.last .donate-section {
      border-top: solid 1px #ccc9c4; }
    .single-page.single-page-two-column aside.last .donate-section {
      padding: 40px 0; }
    .single-page.single-page-two-column aside.last .donate-sidebar {
      margin: 0 auto;
      display: inline-block; }

  .page-parent .entry-content {
    padding: 0; }

  .single-press-release .circular, .single-tribe_events .circular {
    display: none; }

  .page-template-default .single-page h1.page-title, .page-template-default .two-column h1.page-title, .search .single-page h1.page-title, .search .two-column h1.page-title, .blog .single-page h1.page-title, .blog .two-column h1.page-title {
    background: #5a56a8;
    color: white; }
  .page-template-default .single-page .child_page_list, .page-template-default .two-column .child_page_list, .search .single-page .child_page_list, .search .two-column .child_page_list, .blog .single-page .child_page_list, .blog .two-column .child_page_list {
    padding: 0 20px 70px;
    font-size: 14px; }
    .page-template-default .single-page .child_page_list ul, .page-template-default .single-page .child_page_list li, .page-template-default .two-column .child_page_list ul, .page-template-default .two-column .child_page_list li, .search .single-page .child_page_list ul, .search .single-page .child_page_list li, .search .two-column .child_page_list ul, .search .two-column .child_page_list li, .blog .single-page .child_page_list ul, .blog .single-page .child_page_list li, .blog .two-column .child_page_list ul, .blog .two-column .child_page_list li {
      list-style: none;
      margin-left: 0;
      margin-right: 0;
      padding: 0; }
  .page-template-default .single-page .entry-content .child_page_list, .page-template-default .two-column .entry-content .child_page_list, .search .single-page .entry-content .child_page_list, .search .two-column .entry-content .child_page_list, .blog .single-page .entry-content .child_page_list, .blog .two-column .entry-content .child_page_list {
    padding: 0; }
  .page-template-default .single-page .entry-content .content p, .page-template-default .two-column .entry-content .content p, .search .single-page .entry-content .content p, .search .two-column .entry-content .content p, .blog .single-page .entry-content .content p, .blog .two-column .entry-content .content p {
    text-align: left;
    padding-top: 20px;
    font-size: 16px; }
  .page-template-default .single-page .other-services, .page-template-default .two-column .other-services, .search .single-page .other-services, .search .two-column .other-services, .blog .single-page .other-services, .blog .two-column .other-services {
    padding: 0 20px; }
    .page-template-default .single-page .other-services .service:last-child, .page-template-default .two-column .other-services .service:last-child, .search .single-page .other-services .service:last-child, .search .two-column .other-services .service:last-child, .blog .single-page .other-services .service:last-child, .blog .two-column .other-services .service:last-child {
      padding-bottom: 30px; }

  /* Two Column Layout */
  .page-content {
    position: relative; }
    .page-content .social {
      position: absolute;
      bottom: -16px;
      width: 100%;
      background: #cccac6;
      height: 64px;
      padding-top: 15px;
      padding-left: 21.875%; }
      .page-content .social .round {
        background-color: #a3a19e; }
      .page-content .social .email {
        background-image: url("../images/rt-mail.png");
        background-size: 20px; }
      .page-content .social .twitter {
        background-image: url("../images/rt-twt-wt.png");
        background-size: 18px; }
      .page-content .social .facebook {
        background-image: url("../images/rt-fb-wt.png");
        background-size: 10px; }
    .page-content .social li:first-child {
      padding-left: 70px;
      background: url("../images/share.png") no-repeat left 7px;
      background-size: 50%; }

  .two-column h1.page-title {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    font-size: 32px; }
  .two-column h2 {
    text-align: left;
    font-size: 26px;
    margin: 20px 0; }
  .two-column p {
    font-size: 14px; }
  .two-column .info_panel {
    padding-bottom: 75px;
    text-align: center; }
    .two-column .info_panel .btn {
      margin: 10px auto 20px;
      width: 70%; }
  .two-column .entry-content {
    padding: 35px 20px; }
    .two-column .entry-content .child_page_list a {
      padding-bottom: 5px; }
    .two-column .entry-content .child_page_list > ul > li {
      margin-bottom: 10px; }
    .two-column .entry-content .accordion-unit {
      margin: 20px 0; }
    .two-column .entry-content .cta-btn {
      background-image: url("../images/rt-cta-arrow.png");
      background-size: 32px 32px; }
    .two-column .entry-content .staff_unit ul {
      padding: 0; }
      .two-column .entry-content .staff_unit ul .staff_member {
        min-height: 60px; }
      .two-column .entry-content .staff_unit ul .staff_picture {
        width: 70px; }
        .two-column .entry-content .staff_unit ul .staff_picture a {
          height: 50px;
          width: 50px;
          background-size: 50px 50px;
          background-position: center center; }
    .two-column .entry-content .gallery-unit .royalSlider {
      margin: 0 auto;
      height: 290px !important;
      width: 100%;
      position: relative; }
      .two-column .entry-content .gallery-unit .royalSlider .rsOverflow {
        height: 227px; }
      .two-column .entry-content .gallery-unit .royalSlider .rsArrowIcn {
        display: none; }
      .two-column .entry-content .gallery-unit .royalSlider .rsThumbsContainer {
        padding: 20px 0; }
      .two-column .entry-content .gallery-unit .royalSlider .caption {
        position: relative;
        top: -5px; }
      .two-column .entry-content .gallery-unit .royalSlider .rsThumb {
        background: grey;
        width: 6px !important;
        height: 6px !important;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%; }
      .two-column .entry-content .gallery-unit .royalSlider .rsTmb {
        display: none !important; }
      .two-column .entry-content .gallery-unit .royalSlider .caption {
        text-align: center; }
  .two-column .newsroom {
    padding-bottom: 90px; }
  .two-column aside.last {
    float: none;
    background: #f5f3f0;
    padding: 0 20px; }
    .two-column aside.last input[type="text"],
    .two-column aside.last input[type="email"],
    .two-column aside.last input[type="tel"] {
      width: 290px; }
    .two-column aside.last .cta {
      text-align: center; }
      .two-column aside.last .cta a {
        padding-top: 60px; }
      .two-column aside.last .cta .refer a {
        background-position: center -50px;
        background-size: 90px; }
      .two-column aside.last .cta .plan a {
        background-position: center 25px;
        background-size: 90px; }
      .two-column aside.last .cta .donate a {
        background-position: center -140px;
        background-size: 90px; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget ul li {
    /* deep nesting */ }

  /*********************
  FOOTER STYLES
  *********************/
  .footer {
    font-size: 13px; }
    .footer .social a {
      background-repeat: no-repeat;
      background-position: center center; }
    .footer .social .twitter {
      background-image: url("../images/rt-twt.png");
      background-size: 18px; }
    .footer .social .facebook {
      background-image: url("../images/rt-fb.png");
      background-size: 10px; }
    .footer .social .linkedin {
      background-image: url("../images/rt-linkedin.png");
      background-size: 16px; }
    .footer .social .instagram {
      background-image: url("../images/rt-instagram.png");
      background-size: 18px; }
    .footer #inner-footer nav {
      margin-bottom: 1em; }
    .footer #inner-footer > section ul {
      margin: 0; }

  /****************/
  /* Custom Pages */
  /****************/
  .page-template-page-donate-php .entry-content {
    padding: 0; }
    .page-template-page-donate-php .entry-content p {
      padding: 0 20px; }
  .page-template-page-donate-php .cancel {
    display: none; }
  .page-template-page-donate-php input[type="submit"] {
    width: 100%; }
  .page-template-page-donate-php .donate_form {
    padding: 0 20px 70px; }
    .page-template-page-donate-php .donate_form select#term_select {
      margin-left: 10px; }
    .page-template-page-donate-php .donate_form .half {
      width: 100%; }
    .page-template-page-donate-php .donate_form .donate-explanation-half {
      padding: 40px 20px 0; }
    .page-template-page-donate-php .donate_form form {
      margin-bottom: 30px; }
    .page-template-page-donate-php .donate_form input[name="contribution-length"] {
      margin-top: 5px; }
    .page-template-page-donate-php .donate_form label.inline[for="year_select"] {
      display: block;
      width: 20px;
      float: left;
      clear: both;
      padding-top: 13px;
      margin-left: 30px; }
    .page-template-page-donate-php .donate_form select#year_select {
      float: left; }
    .page-template-page-donate-php .donate_form .donation-direction-wrap {
      padding: 10px 0 0; }
    .page-template-page-donate-php .donate_form .employer-wrap {
      padding: 10px 0; }
    .page-template-page-donate-php .donate_form #term_select_label {
      margin-right: 5px; }
    .page-template-page-donate-php .donate_form #year_select {
      margin: 10px 0; }
    .page-template-page-donate-php .donate_form .donation-direction .left {
      margin-right: 5px; }
    .page-template-page-donate-php .donate_form .donation-direction label {
      margin-bottom: 5px; }
    .page-template-page-donate-php .donate_form .gift-info label {
      margin-right: 5px; }
    .page-template-page-donate-php .donate_form #donation_reason_text {
      margin-bottom: 0; }
    .page-template-page-donate-php .donate_form #year_select {
      margin-left: 5px; }
    .page-template-page-donate-php .donate_form .g-recaptcha {
      margin-top: 30px;
      text-align: center; }

  .our-stories.entry-content {
    padding-bottom: 70px; }
    .our-stories.entry-content select {
      margin-bottom: 30px; }

  #tribe-events {
    margin-bottom: 40px; }
    #tribe-events .tribe-bar-disabled {
      float: none; }
    #tribe-events .tribe-events-schedule {
      text-align: center; }
    #tribe-events .tribe-events-content.entry-content {
      padding: 0; }
    #tribe-events .tribe-events-list-separator-month {
      font-weight: normal !important; }
    #tribe-events ul.tribe-events-sub-nav a {
      min-width: 160px;
      margin-bottom: 20px; }
    #tribe-events #tribe-events-bar {
      display: none; }

  .search-results .page-title span {
    display: none; } }
/* Break at iPhone 5 (568px) */
@media only screen and (min-width: 569px) {
  /******************************************************************
  
  Stylesheet: desktop Stylesheet
  
  
  ******************************************************************/
  .mobile {
    display: none !important; }

  .desktop {
    display: block !important; }

  .row {
    max-width: 960px;
    width: 960px;
    margin: 0 auto; }

  body {
    min-width: 980px; }

  body.alert-open #container {
    padding-top: 86px; }

  /* Navigation */
  .header-alert.show {
    height: 60px;
    top: 0;
    width: 100%;
    display: block;
    margin-bottom: 22px; }
    .header-alert.show .container {
      width: 960px;
      margin: 0 auto;
      text-align: center; }
    .header-alert.show p {
      line-height: 22px; }
      .header-alert.show p .alert-exc {
        background: url("../images/alert.png") no-repeat;
        background-size: 100%;
        display: inline-block;
        height: 23px;
        width: 22px;
        margin-right: 12px; }
      .header-alert.show p .alert-text {
        vertical-align: top; }
      .header-alert.show p .alert-text-wrap {
        display: inline-block;
        max-width: 710px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .header-alert.show p b {
        font-weight: bold;
        vertical-align: top; }
      .header-alert.show p a {
        text-decoration: underline;
        font-weight: bold;
        text-transform: capitalize;
        margin-left: 10px;
        vertical-align: top; }
      .header-alert.show p a#close-header-alert {
        background: url("../images/close-alert.png") no-repeat;
        display: block;
        width: 20px;
        height: 20px;
        float: right;
        margin-top: 6px;
        margin-left: 0;
        background-size: 100%; }

  .header {
    padding: 21px 0 0; }
    .header nav {
      width: 960px;
      margin: 0 auto; }
      .header nav .navigation-container {
        width: 730px;
        position: static;
        display: inline; }
        .header nav .navigation-container > div {
          display: inline-block;
          float: left; }
      .header nav li:nth-child(even) {
        background: none; }
      .header nav .navigation-container.show {
        display: inline-block; }
      .header nav .last {
        margin-right: 0;
        position: absolute;
        top: 0;
        right: 2px; }
      .header nav .menu-main-navigation-secondary-container a,
      .header nav .menu-main-navigation-secondary-container li:nth-child(odd),
      .header nav .menu-main-navigation-secondary-container li:nth-child(even) {
        background: none; }
      .header nav .menu-utility-menu-container {
        position: absolute;
        right: 0;
        top: -11px;
        color: #5a56a8; }
        .header nav .menu-utility-menu-container .menu li a {
          padding: 10px 0;
          font-size: 15px; }
        .header nav .menu-utility-menu-container .menu li:last-child {
          margin-right: 0; }
          .header nav .menu-utility-menu-container .menu li:last-child a {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            text-decoration: none;
            text-align: center;
            padding: 14px 21px 16px;
            display: inline-block;
            background: #5a56a8;
            color: #fff; }
    .header .logo {
      float: left;
      margin: 7px 20px 0 0; }
    .header .logo:hover {
      opacity: .8; }
    .header .menu {
      float: left;
      margin: 0; }
      .header .menu li {
        display: inline-block;
        position: relative;
        background: none;
        padding: 0;
        margin-right: 20px; }
        .header .menu li a[title="donate"] {
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          text-decoration: none;
          text-align: center;
          padding: 14px 9px 16px;
          display: inline-block;
          background: #5a56a8;
          color: #fff; }
      .header .menu li:hover .sub-menu {
        display: block; }
      .header .menu a {
        display: block;
        font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-decoration: none;
        font-size: 16px;
        padding: 44px 0 31px;
        background: none; }
      .header .menu a:hover {
        opacity: .8; }
      .header .menu .sub-menu {
        display: none;
        position: absolute;
        top: 75px;
        left: -17px;
        z-index: 9989;
        background: #333230;
        padding: 10px;
        width: 220px;
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px; }
        .header .menu .sub-menu li {
          margin: 8px;
          display: block; }
        .header .menu .sub-menu a {
          display: block;
          color: #ccc9c4;
          padding: 3px 0;
          font-size: 14px;
          line-height: 1.4em; }
        .header .menu .sub-menu a:hover {
          color: #fff;
          opacity: 1; }

  .menu-main-navigation-container a {
    color: #5a9f34;
    font-weight: 700;
    letter-spacing: -1px; }
  .menu-main-navigation-container a:hover {
    color: #5a9f34; }

  .menu-main-navigation-secondary-container a {
    color: #5a9f34; }
  .menu-main-navigation-secondary-container a:hover {
    color: #5a9f34; }

  .mobile-nav-btn {
    display: none; }

  .search-btn.round {
    margin-top: 28px;
    margin-right: 0; }

  .search-container {
    position: absolute;
    right: -20px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }

  /*************/
  /*   Pages   */
  /*************/
  /* Home Templatee */
  .content .intro {
    padding-bottom: 37px; }

  .page, .single, .archive, .error404, .search-results, .blog, .events-archive, .search-no-results {
    background: #f5f3f0; }

  .home .content h2 {
    font-size: 40px;
    margin-bottom: 40px; }
  .home .content .jump {
    height: 40px;
    width: 80px;
    margin: 0 auto;
    display: block;
    position: relative;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out; }
  .home .content .jump.bottom {
    bottom: -70px; }
  .home .content .jump.up {
    background: url("../images/up.png") no-repeat center 10px; }
  .home .content .jump.down {
    background: url("../images/down.png") no-repeat center bottom; }
  .home .content .jump.down.top {
    background: url("../images/down-top.png") no-repeat center -8px; }
  .home .content .jump.up:hover {
    background-position: center 5px; }
  .home .content .jump.down:hover {
    background-position: center 15px; }
  .home .content #hero .responsive-slider.flexslider .flex-viewport .slide {
    height: 420px;
    background-size: 1200px;
    background-repeat: no-repeat;
    background-position: center -50px;
    width: 1200px;
    margin: 0 auto; }
  .home .content #hero .responsive-slider.flexslider .flex-viewport .slide-title {
    background: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100px; }
    .home .content #hero .responsive-slider.flexslider .flex-viewport .slide-title a {
      font-size: 35px;
      padding: 10px 0 0 0;
      line-height: 1; }
      .home .content #hero .responsive-slider.flexslider .flex-viewport .slide-title a span {
        display: inline-block;
        vertical-align: middle; }
        .home .content #hero .responsive-slider.flexslider .flex-viewport .slide-title a span.sm {
          font-size: 35px; }
        .home .content #hero .responsive-slider.flexslider .flex-viewport .slide-title a span.lg {
          font-size: 68px;
          letter-spacing: -12px;
          padding-top: 10px; }
          .home .content #hero .responsive-slider.flexslider .flex-viewport .slide-title a span.lg strong {
            color: #e4dd71;
            font-weight: normal; }
  .home .content .intro {
    width: 960px;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative; }
    .home .content .intro .jump.top {
      position: absolute;
      margin: 0px auto;
      top: 0px;
      left: 0;
      right: 0;
      opacity: 1;
      background-position: center -40px;
      transition: none !important;
      -webkit-transition: none !important; }
    .home .content .intro .jump.top.ready {
      transition: all 150ms ease-out  !important;
      -webkit-transition: all 150ms ease-out  !important; }
    .home .content .intro .jump.top.ready:hover {
      background-position: center 0px !important;
      opacity: 1 !important; }
    .home .content .intro p {
      width: 620px;
      margin: 0 auto 15px;
      font-size: 18px; }
    .home .content .intro .btn {
      font-size: 20px;
      padding-right: 20px;
      padding-left: 15px;
      min-width: 190px; }
    .home .content .intro h2 {
      margin-bottom: 0.5em; }
  .home .content #cta .jump.bottom {
    bottom: -120px; }
  .home .content .cta {
    width: 670px;
    margin: 30px auto; }
    .home .content .cta li:nth-child(2) {
      border-left: solid 1px #ccc9c4;
      border-right: solid 1px #ccc9c4; }
  .home .content .specialty-services {
    max-width: 960px;
    padding-top: 50px; }
    .home .content .specialty-services .service {
      width: 225px;
      padding: 0 5px;
      float: left;
      margin-bottom: 30px; }
      .home .content .specialty-services .service aside {
        float: none;
        text-align: center; }
      .home .content .specialty-services .service article {
        width: 100%;
        text-align: center; }
      .home .content .specialty-services .service p.learn_more {
        font-size: 14px;
        margin-top: 15px;
        color: #2e93c2; }
        .home .content .specialty-services .service p.learn_more a {
          text-decoration: underline; }
  .home .content .our-stories-unit .row {
    width: 900px; }
  .home .content .our-stories-unit .patient-story {
    width: 225px;
    padding: 0 5px;
    float: left;
    margin-bottom: 30px; }
    .home .content .our-stories-unit .patient-story h5 {
      font-size: 22px; }
    .home .content .our-stories-unit .patient-story p {
      margin: 0; }
  .home .content .news-events-unit {
    margin: 0; }
    .home .content .news-events-unit .row > section {
      width: 320px;
      float: left;
      padding-left: 20px; }
      .home .content .news-events-unit .row > section h3 {
        text-align: left;
        margin-bottom: 30px; }
      .home .content .news-events-unit .row > section .news-research-unit h3 {
        margin-bottom: 0; }
  .home .content .news-unit,
  .home .content .events-unit {
    margin: 0; }

  .engagement-unit {
    padding-bottom: 40px;
    padding-top: 70px; }
    .engagement-unit h3 {
      font-size: 30px;
      margin-bottom: 10px; }
    .engagement-unit p {
      width: 600px;
      margin: 0 auto 30px;
      font-size: 18px; }
    .engagement-unit .social-btns a {
      width: 250px;
      margin: 10px 20px; }
    .engagement-unit .social-btns a.twt {
      margin-right: 10px; }
      .engagement-unit .social-btns a.twt .icon-twitter {
        margin-right: 12px; }
    .engagement-unit .social-btns a.fb {
      margin-left: 10px; }
      .engagement-unit .social-btns a.fb .icon-facebook {
        margin-right: 10px;
        font-size: 19px; }
    .engagement-unit form {
      width: 398px;
      margin: 0 auto; }
      .engagement-unit form input {
        padding: 12px 20px;
        border: none;
        margin-bottom: 20px;
        font-size: 20px; }
    .engagement-unit input[type="text"] {
      width: 173px;
      float: left;
      border-radius: 0; }
    .engagement-unit input[type="email"] {
      width: 260px;
      float: left; }
    .engagement-unit input[type="text"]:first-of-type {
      -webkit-border-top-left-radius: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-topleft: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
    .engagement-unit input[type="submit"] {
      line-height: 25px;
      float: left;
      width: 138px;
      margin: 0;
      -webkit-border-top-left-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-topleft: 0;
      -moz-border-radius-bottomleft: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      -webkit-border-top-right-radius: 6px;
      -webkit-border-bottom-right-radius: 6px;
      -moz-border-radius-topright: 6px;
      -moz-border-radius-bottomright: 6px;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
    .engagement-unit #first_name, .engagement-unit #last_name {
      border-right: 1px solid #ccc9c4; }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* Single Column Template */
  .single .single-page h1 {
    font-size: 26px;
    line-height: 34px;
    margin: 20px 0 5px;
    color: #333230; }

  .events-archive .single-page h1 {
    font-size: 48px;
    line-height: 80px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center; }

  .tribe-events-list-separator-month {
    font-size: 22px;
    font-weight: normal;
    color: #807d7a;
    margin-top: 30px auto 0; }

  .events-list #tribe-events-bar {
    display: none; }

  #tribe-events-footer {
    margin-top: 2.5em; }

  .page .single-page h1, .archive .single-page h1, .error404 .single-page h1, .search .single-page h1, .blog .single-page h1 {
    font-size: 48px;
    line-height: 80px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center; }
  .page .single-page .content p, .archive .single-page .content p, .error404 .single-page .content p, .search .single-page .content p, .blog .single-page .content p {
    font-size: 18px;
    width: 620px;
    margin: 0 auto 20px; }
  .page .single-page .our-blog, .archive .single-page .our-blog, .error404 .single-page .our-blog, .search .single-page .our-blog, .blog .single-page .our-blog {
    padding: 0 70px; }
    .page .single-page .our-blog .btn, .archive .single-page .our-blog .btn, .error404 .single-page .our-blog .btn, .search .single-page .our-blog .btn, .blog .single-page .our-blog .btn {
      font-size: 18px; }
    .page .single-page .our-blog .content, .archive .single-page .our-blog .content, .error404 .single-page .our-blog .content, .search .single-page .our-blog .content, .blog .single-page .our-blog .content {
      margin-bottom: 0; }
      .page .single-page .our-blog .content .social-btns, .archive .single-page .our-blog .content .social-btns, .error404 .single-page .our-blog .content .social-btns, .search .single-page .our-blog .content .social-btns, .blog .single-page .our-blog .content .social-btns {
        width: 320px;
        margin: 0 auto; }
        .page .single-page .our-blog .content .social-btns a.btn, .archive .single-page .our-blog .content .social-btns a.btn, .error404 .single-page .our-blog .content .social-btns a.btn, .search .single-page .our-blog .content .social-btns a.btn, .blog .single-page .our-blog .content .social-btns a.btn {
          width: 150px; }
    .page .single-page .our-blog .categories, .archive .single-page .our-blog .categories, .error404 .single-page .our-blog .categories, .search .single-page .our-blog .categories, .blog .single-page .our-blog .categories {
      margin: 40px 0 0;
      font-size: 14px;
      letter-spacing: .08em; }
      .page .single-page .our-blog .categories a, .archive .single-page .our-blog .categories a, .error404 .single-page .our-blog .categories a, .search .single-page .our-blog .categories a, .blog .single-page .our-blog .categories a {
        margin-right: 10px; }
    .page .single-page .our-blog .post-meta, .archive .single-page .our-blog .post-meta, .error404 .single-page .our-blog .post-meta, .search .single-page .our-blog .post-meta, .blog .single-page .our-blog .post-meta {
      font-size: 14px;
      text-align: left;
      color: #a3a19e; }
      .page .single-page .our-blog .post-meta .brace, .archive .single-page .our-blog .post-meta .brace, .error404 .single-page .our-blog .post-meta .brace, .search .single-page .our-blog .post-meta .brace, .blog .single-page .our-blog .post-meta .brace {
        margin: 0 5px; }
    .page .single-page .our-blog .post-title, .archive .single-page .our-blog .post-title, .error404 .single-page .our-blog .post-title, .search .single-page .our-blog .post-title, .blog .single-page .our-blog .post-title {
      margin: 0 0 9px; }
    .page .single-page .our-blog .post-content, .archive .single-page .our-blog .post-content, .error404 .single-page .our-blog .post-content, .search .single-page .our-blog .post-content, .blog .single-page .our-blog .post-content {
      padding-bottom: 24px; }
      .page .single-page .our-blog .post-content a, .archive .single-page .our-blog .post-content a, .error404 .single-page .our-blog .post-content a, .search .single-page .our-blog .post-content a, .blog .single-page .our-blog .post-content a {
        width: 220px;
        margin: 25px 0;
        padding-right: 20px; }
    .page .single-page .our-blog .drop-down-wrap, .archive .single-page .our-blog .drop-down-wrap, .error404 .single-page .our-blog .drop-down-wrap, .search .single-page .our-blog .drop-down-wrap, .blog .single-page .our-blog .drop-down-wrap {
      width: 404px;
      margin: 0 auto; }
      .page .single-page .our-blog .drop-down-wrap .fake-select, .archive .single-page .our-blog .drop-down-wrap .fake-select, .error404 .single-page .our-blog .drop-down-wrap .fake-select, .search .single-page .our-blog .drop-down-wrap .fake-select, .blog .single-page .our-blog .drop-down-wrap .fake-select {
        float: left; }
      .page .single-page .our-blog .drop-down-wrap select, .archive .single-page .our-blog .drop-down-wrap select, .error404 .single-page .our-blog .drop-down-wrap select, .search .single-page .our-blog .drop-down-wrap select, .blog .single-page .our-blog .drop-down-wrap select {
        margin: 0 5px;
        padding: 10px 40px 10px 10px;
        max-width: 187px; }
    .page .single-page .our-blog .blog-footer, .archive .single-page .our-blog .blog-footer, .error404 .single-page .our-blog .blog-footer, .search .single-page .our-blog .blog-footer, .blog .single-page .our-blog .blog-footer {
      padding: 40px 0 0; }
      .page .single-page .our-blog .blog-footer .btn, .archive .single-page .our-blog .blog-footer .btn, .error404 .single-page .our-blog .blog-footer .btn, .search .single-page .our-blog .blog-footer .btn, .blog .single-page .our-blog .blog-footer .btn {
        width: 200px;
        display: block;
        margin: 35px auto 0; }
  .page .single-page .departments-staff p, .archive .single-page .departments-staff p, .error404 .single-page .departments-staff p, .search .single-page .departments-staff p, .blog .single-page .departments-staff p {
    text-align: center; }
  .page .single-page .departments-staff h4, .archive .single-page .departments-staff h4, .error404 .single-page .departments-staff h4, .search .single-page .departments-staff h4, .blog .single-page .departments-staff h4 {
    font-size: 26px;
    line-height: 65px; }
  .page .single-page .departments-staff a, .archive .single-page .departments-staff a, .error404 .single-page .departments-staff a, .search .single-page .departments-staff a, .blog .single-page .departments-staff a {
    font-size: 20px;
    margin-bottom: 5px; }
  .page .single-page .departments-staff .desc, .archive .single-page .departments-staff .desc, .error404 .single-page .departments-staff .desc, .search .single-page .departments-staff .desc, .blog .single-page .departments-staff .desc {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px; }
  .page .single-page .departments-staff .dept, .archive .single-page .departments-staff .dept, .error404 .single-page .departments-staff .dept, .search .single-page .departments-staff .dept, .blog .single-page .departments-staff .dept {
    width: 360px; }
  .page .single-page .departments-staff .dept-col, .archive .single-page .departments-staff .dept-col, .error404 .single-page .departments-staff .dept-col, .search .single-page .departments-staff .dept-col, .blog .single-page .departments-staff .dept-col {
    float: left; }

  .events-list .single-page .content p {
    width: auto; }

  .page-template-default .single-page .other-services {
    width: 585px;
    margin: 0 auto; }
  .page-template-default .single-page .entry-content img.size-full {
    margin: 15px -40px;
    width: 800px !important;
    max-width: 800px !important; }
  .page-template-default .single-page .entry-content .wp-caption img {
    margin: 0 auto;
    max-width: 100% !important; }

  #content #main {
    margin-top: 40px; }

  .single .page-content .corner, .single-page .page-content .corner {
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid #bcbbb7;
    border-top: 5px solid #bcbbb7;
    position: absolute;
    right: -10px;
    top: 82px;
    width: 0px;
    height: 0px; }
  .single .page-content .social, .single-page .page-content .social {
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 900;
    background: #ccc9c4;
    padding: 10px 10px 10px 0; }
    .single .page-content .social .round, .single-page .page-content .social .round {
      background-color: #a3a19e; }
    .single .page-content .social a, .single-page .page-content .social a {
      color: #fff; }
    .single .page-content .social .top_banner, .single-page .page-content .social .top_banner {
      top: 0;
      border-left: 16px solid transparent;
      border-top: 30px solid #ccc9c4;
      position: absolute;
      left: -16px; }
    .single .page-content .social .bottom_banner, .single-page .page-content .social .bottom_banner {
      bottom: 0;
      margin: 0;
      border-top: 30px solid transparent;
      border-right: 16px solid #ccc9c4;
      position: absolute;
      left: -16px; }

  .single-page #main {
    width: 800px;
    margin: 0 auto;
    padding: 0; }
  .single-page .page-content {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: white;
    padding: 0 40px 50px;
    margin-bottom: 30px;
    position: relative; }
  .single-page .entry-content {
    background: #fff;
    font-size: 18px; }
    .single-page .entry-content .content {
      padding-bottom: 17px; }
  .single-page .alternate-color {
    background: #f5f2ed; }
  .single-page p {
    font-size: 18px; }
  .single-page .row {
    width: auto; }
  .single-page .child_page_list a:link,
  .single-page .child_page_list a:active,
  .single-page .child_page_list a:visited,
  .single-page .child_page_list a:focus,
  .single-page .child_page_list a:visited:hover,
  .single-page .child_page_list a:visited:focus,
  .single-page .child_page_list a:visited:active {
    outline: 0 !important;
    color: #2e93c2 !important;
    -moz-outline: 0 !important;
    -moz-user-focus: none !important;
    -moz-outline-color: none !important; }
  .single-page .get-directions .content {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
    .single-page .get-directions .content iframe {
      margin: 15px -40px 0;
      max-width: inherit !important; }
    .single-page .get-directions .content h3 {
      font-size: 26px;
      margin: 40px 0 25px; }
    .single-page .get-directions .content p {
      margin-bottom: 20px;
      padding: 0;
      width: 100%; }
      .single-page .get-directions .content p strong {
        font-size: 20px; }
    .single-page .get-directions .content p:first-child {
      width: 625px; }
    .single-page .get-directions .content ul {
      margin: 20px 0 20px 30px;
      font-size: 16px;
      line-height: 24px; }
    .single-page .get-directions .content .column {
      float: left;
      width: 360px;
      padding-right: 20px; }
      .single-page .get-directions .content .column p {
        text-align: left; }
  .single-page.single-page-two-column #main {
    width: 680px;
    float: left; }
  .single-page.single-page-two-column aside.last {
    float: right;
    padding: 0;
    width: 250px;
    margin-top: 50px;
    background: transparent;
    text-align: center; }
    .single-page.single-page-two-column aside.last .related_services,
    .single-page.single-page-two-column aside.last .featured-events-posts {
      padding: 45px 0;
      margin: 0 auto; }
      .single-page.single-page-two-column aside.last .related_services h5,
      .single-page.single-page-two-column aside.last .featured-events-posts h5 {
        color: #a39f99;
        font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        letter-spacing: .1em; }
      .single-page.single-page-two-column aside.last .related_services h4,
      .single-page.single-page-two-column aside.last .featured-events-posts h4 {
        font-size: 20px;
        text-align: center;
        margin: 0; }
      .single-page.single-page-two-column aside.last .related_services a,
      .single-page.single-page-two-column aside.last .featured-events-posts a {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
        color: #5a9f34; }
    .single-page.single-page-two-column aside.last .featured-events-posts,
    .single-page.single-page-two-column aside.last .donate-section {
      border-top: solid 1px #ccc9c4; }
    .single-page.single-page-two-column aside.last .donate-section {
      padding: 40px 0; }

  .single .page-content {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    padding: 26px 50px 0;
    margin-bottom: 30px; }
    .single .page-content .fb-comments {
      text-align: left; }
    .single .page-content .post-type {
      text-align: center; }
    .single .page-content .entry-content p {
      text-align: left;
      font-size: 16px; }
    .single .page-content .entry-content .btn:hover {
      color: #fff; }
    .single .page-content .entry-content blockquote {
      margin: 0 0 0 2em;
      float: right;
      width: 240px; }
      .single .page-content .entry-content blockquote p {
        font-size: 28px;
        text-align: center;
        color: #2e93c2; }
    .single .page-content .alternate-color {
      padding-bottom: 30px; }
    .single .page-content .blog h1 {
      margin: 5px 0 5px; }
    .single .page-content .blog .circular {
      height: 90px; }
    .single .page-content .blog .post-meta {
      font-size: 14px; }
    .single .page-content .staff h1 {
      margin: 20px 0 10px; }
    .single .page-content .staff .post-meta {
      margin: 10px 0 20px; }
    .single .page-content .press-release .circular {
      height: 90px !important;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0; }
    .single .page-content .press-release h1.page-title {
      padding: 0; }
    .single .page-content .press-release .post-meta {
      margin-bottom: 30px; }

  .entry-content ul li {
    font-size: 16px; }

  .page .single-page {
    /* departments and staff */ }
    .page .single-page #main {
      background: transparent; }
    .page .single-page .post-meta {
      text-align: center; }

  /* Two Column Layout */
  .two-column p {
    font-size: 16px; }
  .two-column .page-content {
    float: left;
    padding: 0;
    text-align: left; }
  .two-column #container {
    background: #f5f3f0; }
  .two-column .social {
    position: absolute;
    top: 40px;
    right: -134px;
    z-index: 900;
    background: #ccc9c4;
    padding: 10px 10px 10px 0;
    border-left: solid 4px #bcbab5; }
    .two-column .social .round {
      background-color: #a3a19e; }
    .two-column .social a {
      color: #ffffff; }
    .two-column .social .top_banner {
      top: 0;
      border-right: 16px solid transparent;
      border-top: 30px solid #ccc9c4;
      position: absolute;
      right: -26px; }
    .two-column .social .bottom_banner {
      bottom: 0;
      margin: 0;
      border-top: 30px solid transparent;
      border-left: 16px solid #ccc9c4;
      position: absolute;
      right: -16px; }
  .two-column h1.page-title {
    font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
    margin: 0;
    padding: 26px 0 19px 30px;
    line-height: 1em;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 34px; }
  .two-column .info_panel {
    text-align: left;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }
    .two-column .info_panel p {
      width: 74%; }
    .two-column .info_panel .btn {
      float: right;
      margin-top: -55px; }
  .two-column .page-content {
    width: 680px;
    margin-bottom: 40px;
    position: relative;
    z-index: 10; }
    .two-column .page-content .entry-thumbnail {
      width: 580px;
      margin: 0 auto; }
  .two-column .entry-content {
    min-height: 600px;
    padding-bottom: 35px;
    /*
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    */ }
    .two-column .entry-content .first img.size-full, .two-column .entry-content .first img.size-large {
      margin-top: -35px !important; }
    .two-column .entry-content h2 {
      color: #333230;
      display: block;
      font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
      font-size: 26px;
      margin: 45px 0 30px 0;
      line-height: 1.3em;
      text-align: left;
      width: 90%; }
    .two-column .entry-content .gallery-unit {
      position: relative; }
      .two-column .entry-content .gallery-unit .gallery-nav {
        background: #2e93c2;
        background-image: url("../images/gallery-arrows.png");
        background-repeat: no-repeat;
        height: 72px;
        width: 35px;
        margin: 0;
        display: block;
        position: absolute;
        bottom: 0; }
      .two-column .entry-content .gallery-unit .rsArrowIcn {
        background: #2e93c2;
        background-image: url("../images/gallery-arrows.png");
        background-repeat: no-repeat; }
      .two-column .entry-content .gallery-unit .rsArrowLeft .rsArrowIcn {
        background-position: 10px center; }
      .two-column .entry-content .gallery-unit .rsArrowRight .rsArrowIcn {
        background-position: -47px center; }
      .two-column .entry-content .gallery-unit .left-nav {
        background-position: 10px center;
        left: 0; }
      .two-column .entry-content .gallery-unit .right-nav {
        background-position: -45px center;
        right: 0; }
      .two-column .entry-content .gallery-unit .royalSlider {
        width: 620px;
        position: relative; }
        .two-column .entry-content .gallery-unit .royalSlider .caption {
          position: absolute;
          bottom: 0; }
        .two-column .entry-content .gallery-unit .royalSlider .rsNav {
          width: 550px;
          margin-left: 35px;
          left: 0;
          right: 0;
          margin-top: 10px; }
          .two-column .entry-content .gallery-unit .royalSlider .rsNav .rsNavSelected {
            background: white; }
            .two-column .entry-content .gallery-unit .royalSlider .rsNav .rsNavSelected img {
              opacity: .7; }
          .two-column .entry-content .gallery-unit .royalSlider .rsNav .rsThumbsArrow {
            display: none; }
  .two-column aside.last {
    float: right;
    padding: 0;
    width: 250px;
    margin-top: 170px;
    background: transparent; }
    .two-column aside.last .cta a,
    .two-column aside.last .cta input,
    .two-column aside.last .follow a,
    .two-column aside.last .follow input,
    .two-column aside.last .patient-story a,
    .two-column aside.last .patient-story input,
    .two-column aside.last .related_services a,
    .two-column aside.last .related_services input {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 10px; }
    .two-column aside.last .featured-events-posts {
      text-align: center; }
      .two-column aside.last .featured-events-posts h5 {
        margin-bottom: 15px; }
    .two-column aside.last .donate-sidebar {
      padding-left: 30px;
      padding-right: 30px; }
  .two-column .cta li {
    display: block;
    float: none;
    width: auto;
    margin-bottom: 35px; }
  .two-column .cta :last-child {
    margin-bottom: 0px; }

  /* End of two column specific styles */
  /* Form Styles */
  /* Donate Page */
  .our-stories.entry-content .content {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .our-stories.entry-content select {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px; }
  .our-stories.entry-content .patient-story {
    width: 240px;
    height: 290px;
    padding: 0 20px;
    float: left;
    margin-bottom: 15px; }

  .page-template-page-donate-php img.size-full {
    margin: 0;
    width: 800px !important;
    max-width: 800px !important; }
  .page-template-page-donate-php .entry-content {
    padding: 0; }
  .page-template-page-donate-php .page-content {
    padding: 0; }
  .page-template-page-donate-php .tax_info h4 {
    margin-bottom: 50px; }
  .page-template-page-donate-php .tax_info p {
    max-width: 540px;
    font-size: 16px; }
  .page-template-page-donate-php .donate_form {
    /* Fake form grid */ }
    .page-template-page-donate-php .donate_form h2 {
      font-size: 26px; }
    .page-template-page-donate-php .donate_form .fake-select {
      float: left;
      margin-left: 5px; }
    .page-template-page-donate-php .donate_form label[for="year_select"] {
      float: left;
      margin-left: 5px;
      margin-top: 5px; }
    .page-template-page-donate-php .donate_form input[type="radio"] {
      margin-top: 5px; }
    .page-template-page-donate-php .donate_form .submission.half {
      float: right;
      margin: 0 0 30px 0; }
    .page-template-page-donate-php .donate_form input[type="submit"] {
      margin: 0; }
    .page-template-page-donate-php .donate_form .left {
      margin-right: 10px; }
    .page-template-page-donate-php .donate_form .last {
      float: right; }
    .page-template-page-donate-php .donate_form .half + .half {
      margin-right: 0; }
    .page-template-page-donate-php .donate_form .quarter {
      width: 164px;
      margin-right: 20px;
      float: left; }
    .page-template-page-donate-php .donate_form .quarter + .quarter {
      margin-right: 0; }
    .page-template-page-donate-php .donate_form .quarter + .half {
      margin-right: 0;
      float: right; }
    .page-template-page-donate-php .donate_form .cc_supported {
      padding-top: 18px; }
    .page-template-page-donate-php .donate_form .message {
      background-position: 25px 50%;
      margin: 18px 0 25px 0;
      text-align: left;
      padding: 5px 15px 5px 70px; }
    .page-template-page-donate-php .donate_form .g-recaptcha {
      margin-bottom: 30px; }
    .page-template-page-donate-php .donate_form .btn.cancel {
      margin: 0;
      background: #cccac6; }
    .page-template-page-donate-php .donate_form .exp select {
      color: #2e93c2;
      width: 100px;
      float: left; }
    .page-template-page-donate-php .donate_form #year_select {
      margin-top: 0px; }
    .page-template-page-donate-php .donate_form .gift_amount .gift_button a {
      width: 108px;
      margin-right: 8px;
      position: relative; }
    .page-template-page-donate-php .donate_form .gift_amount .gift_button .tool-tip {
      width: 722px; }
      .page-template-page-donate-php .donate_form .gift_amount .gift_button .tool-tip .amount {
        font-size: 48px; }
      .page-template-page-donate-php .donate_form .gift_amount .gift_button .tool-tip .gift_message {
        width: 70%;
        float: left;
        margin-left: 20px; }
    .page-template-page-donate-php .donate_form .gift_amount .extend {
      padding: 0;
      margin: 0;
      width: 130px;
      float: right; }
      .page-template-page-donate-php .donate_form .gift_amount .extend .left {
        margin-right: 0;
        padding-top: 6px; }
      .page-template-page-donate-php .donate_form .gift_amount .extend input[type="text"] {
        margin-left: 2px;
        padding: 9px 10px 8px 10px;
        width: 112px; }
    .page-template-page-donate-php .donate_form .gift-info .left:nth-child(2),
    .page-template-page-donate-php .donate_form .gift-info .left:nth-child(3) {
      margin-top: -5px; }
    .page-template-page-donate-php .donate_form #term_select_label {
      margin-right: 5px; }
    .page-template-page-donate-php .donate_form #year_select {
      margin-left: 5px; }
    .page-template-page-donate-php .donate_form #fake_honor,
    .page-template-page-donate-php .donate_form #donation-direction-select {
      margin-left: 0; }

  .child_page_list ul li {
    list-style: none; }
  .child_page_list .column {
    width: 340px;
    min-height: 100px; }
  .child_page_list .column.pull-left {
    float: left;
    clear: left; }
  .child_page_list .column.pull-right {
    float: right;
    clear: right; }

  .page-template-page-two-column-php .entry-content img.size-full, .page-template-page-two-column-php .entry-content img.size-large {
    width: 680px !important;
    max-width: 680px !important;
    margin: 0 -30px 1.5em; }
  .page-template-page-two-column-php .entry-content .child_page_list {
    padding: 0;
    margin: 0; }
    .page-template-page-two-column-php .entry-content .child_page_list .row {
      width: 620px;
      padding: 0;
      margin: 0;
      background: #fff; }
      .page-template-page-two-column-php .entry-content .child_page_list .row ul {
        padding-left: 0px;
        margin-left: 0px; }
        .page-template-page-two-column-php .entry-content .child_page_list .row ul li {
          list-style: none; }
      .page-template-page-two-column-php .entry-content .child_page_list .row .column {
        width: 290px;
        min-height: 100px; }
      .page-template-page-two-column-php .entry-content .child_page_list .row .column.pull-left {
        float: left;
        clear: left; }
      .page-template-page-two-column-php .entry-content .child_page_list .row .column.pull-right {
        float: right;
        clear: right; }

  .page-template-page-generic-php.page .single-page .page-content {
    padding: 0 100px 50px; }

  .search-results .single-page h1.page-title {
    line-height: normal;
    font-size: 40px;
    margin-bottom: 30px; }
    .search-results .single-page h1.page-title span {
      font-size: 16px; }
  .search-results .single-page .prev-link {
    float: left; }
  .search-results .single-page .next-link {
    float: right; }

  /*********************
  FOOTER STYLES
  *********************/
  .footer #inner-footer {
    width: 870px;
    padding-top: 42px; }
    .footer #inner-footer nav {
      font-size: 18px;
      margin-bottom: 1em; }
      .footer #inner-footer nav ul {
        margin: 0; }
      .footer #inner-footer nav ul.nav li {
        margin-right: 28px; }
      .footer #inner-footer nav #menu-footer-navigation {
        padding-top: 5px; }
    .footer #inner-footer > section {
      text-align: center;
      margin: 0 auto;
      font-size: 14px; }
      .footer #inner-footer > section a {
        color: #a3a19e; }
      .footer #inner-footer > section ul {
        display: inline-block;
        margin: 0; }
      .footer #inner-footer > section li {
        float: left;
        margin-right: 20px;
        padding-right: 20px;
        margin-bottom: 7px;
        border-right: 1px solid #807d7a; }
      .footer #inner-footer > section li:first-child {
        margin-left: 40px; }
      .footer #inner-footer > section li:last-child {
        border-right: none; }
      .footer #inner-footer > section li:last-child {
        margin-right: 0;
        padding-right: 0; }
  .footer .social a.round {
    width: 40px;
    height: 40px; }
  .footer .social .twitter {
    background-image: url("../images/footer-social-twitter.png"); }
  .footer .social .facebook {
    background-image: url("../images/footer-social-facebook.png"); }
  .footer .social .linkedin {
    background-image: url("../images/footer-social-linkedin.png"); }
  .footer .social .instagram {
    background-image: url("../images/footer-social-instagram.png"); }

  /*********************
  IE STYLES
  *********************/
  .ie .header .last {
    right: -25px; }
  .ie .page-template-page-donate-php .donate_form select {
    padding-right: 10px; }

  /*********************
  FF STYLES
  *********************/
  @-moz-document url-prefix() {
    input[type="checkbox"],
    input[type="radio"],
    input[type="text"],
    input[type="email"],
    input[type="phone"] {
      border: 0px none;
      border-color: #fff;
      border-image: none;
      box-shadow: none;
      -moz-box-shadow: none;
      -moz-appearance: none; }

    .fake-select {
      width: 200px;
      overflow: hidden;
      padding-left: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      border: 1px solid #ccc9c4;
      background-repeat: no-repeat;
      background-position: right center;
      background-image: url("../images/select-arrow-blue.png"), -moz-linear-gradient(top, white, #f7f7f7);
      border-radius: 5px;
      -moz-border-radius: 5px; }
      .fake-select select {
        border: 0 !important;
        box-shadow: 0px;
        outline: 0;
        margin: 0 !important;
        padding: 0 !important;
        min-width: 220px;
        background: transparent; }

    .our-stories .fake-select {
      margin: 0 auto 30px; }

    .drop-down-wrap {
      width: 430px !important; }
      .drop-down-wrap .fake-select {
        float: left; }
      .drop-down-wrap .fake-select:nth-child(2) {
        float: right !important; }

    .donate_form label.inline + .fake-select, .donate_form #fake_cc_month, .donate_form #fake_cc_year {
      display: inline-block;
      float: left; }
    .donate_form label.inline {
      float: left; }
    .donate_form .fake-select {
      padding: 3px 10px; }
    .donate_form label[for="year_select"] {
      margin-left: 5px; }
    .donate_form input[type="checkbox"],
    .donate_form input[type="radio"] {
      position: absolute;
      left: -9999px; }
    .donate_form label[for="term_select"],
    .donate_form label[for="one-time"] {
      background: url("../images/radio.png") no-repeat scroll 0 0 transparent;
      padding-left: 25px; }
    .donate_form label[for="employer_check"],
    .donate_form label[for="donation_reason"],
    .donate_form label[for="billing_address"],
    .donate_form label[for="isRecurring"] {
      background: url("../images/checkbox.png") no-repeat left 1px;
      padding-left: 25px; }
    .donate_form input[type="checkbox"]:checked + label {
      background: url("../images/checkbox-checked.png") no-repeat; }
    .donate_form #fake_term_select,
    .donate_form #fake_year_select {
      width: 100px;
      background-image: url("../images/select-arrow.png"), -moz-linear-gradient(top, white, #f7f7f7);
      margin-left: 5px;
      margin-top: -5px; }
    .donate_form #fake_honor {
      width: 120px;
      background-image: url("../images/select-arrow.png"), -moz-linear-gradient(top, white, #f7f7f7); }
    .donate_form #fake_cc_month,
    .donate_form #fake_cc_year {
      width: 90px;
      float: left; } }
  .events-archive .page-content {
    padding: 0 110px 40px; }

  .events-gridview .page-content {
    padding: 0 40px 40px; }

  .entry-content.blog {
    padding-bottom: 30px; }

  select.nav-select {
    font-size: 14px; }

  /*
  .nav-select.cat {
  	max-width: 197px !important;
  	width: 197px !important;}
  */
  /* NOT Safari 10.1+ (which is the latest version of Safari at this time)
  https://stackoverflow.com/questions/16348489/is-there-a-css-hack-for-safari-only-not-chrome#answer-25975282 */ }
@media only screen and (min-width: 569px) and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .menu-main-navigation-container a {
      letter-spacing: 0; } } }
@media only screen and (min-width: 569px) {
  .staff_member:nth-child(even) {
    margin-left: 20px; } }
/* Adjustments for Tablets */
@media only screen and (min-width: 768px) {
  /******************************************************************
  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
  *********************/
  .wrap {
    max-width: 1140px; }

  /*********************
  HEADER SYTLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav li {
      float: left;
      position: relative;
      /*
      plan your menus and drop-downs wisely.
      */
      /* showing sub-menus */ }
      .nav li a {
        border-bottom: 0;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */ }
      .nav li ul.sub-menu,
      .nav li ul.children {
        width: 200px;
        border: 1px solid #ccc;
        border-top: 0;
        position: absolute;
        display: none;
        z-index: 8999;
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */ }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 180px;
            border-bottom: 1px solid #ccc; }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
      .nav li:hover ul {
        top: auto;
        display: block; }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em; }

  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em; }

  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }
    .widget ul li {
      margin-bottom: 0.75em;
      /* deep nesting */ }
      .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!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */ }
/* RETINA (2x RESOLUTION DEVICES) */
@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. 
  
  */ }
/* PRINT STYLESHEET */
@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.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
.header .menu li{margin-right:10px !important;}
.csn_btn{background-color:#7c6890;
color: #fff !important;
font-size: 18px;
padding: 15px 30px;}
.csn_green {background-color:#5a9f34;
color: #fff !important;
font-size: 18px;
padding: 15px 30px;}
/*# sourceMappingURL=style.css.map */
.header {
    padding: 0px 0 0;
}
#inner-header {
    padding: 21px 0 0 0;
}
.job_list_content_box{color:#fff; background:#5a9f34; padding:5px 20px; margin:1px 0px;}
.job_list_inner{background: #fff;padding: 20px;margin:20px 0;}
.job_title{font-size: 26px;color:#2e93c2 !important;}
.full_box{width:100%;}
.f_box, .s_box{width:50%; float:left;}
.gap_0{padding:0;margin:0;}
.gap_5{padding:0;margin:5px 0;}
.gap_10{margin:15px  0  0 0;}
.job_search .job_form{margin:10px 0;}
.job_search .search_txt_box {
    padding:0 10px;
  color:#000;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
  float: left;
  width: 40%;
  height: 40px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border:1px solid #c1c1c1;
}
.job_search .search_btn{float:left; padding:10px; margin:0 10px;}
