@charset "UTF-8";
/******************************************************************
Site Name: MLP
Author: WDG

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! 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.
 */
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.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   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; }

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

Stylesheet: Mixins & Constants Stylesheet

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

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

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.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; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
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; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited {
  font-family: "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 {
  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); }

/*************
	Colors
*************/
/**************
	Fonts
**************/
/*******************
	Column Widths
********************/
.col-1 {
  width: 83px; }

.col-2 {
  width: 116px; }

.col-3 {
  width: 158px; }

.col-4 {
  width: 180px; }

.col-5 {
  width: 250px; }

.col-6 {
  width: 314px; }

.col-7 {
  width: 345px; }

.col-8 {
  width: 365px; }

.col-9 {
  width: 380px; }

.col-10 {
  width: 430px; }

.col-11 {
  width: 440px; }

.col-12 {
  width: 530px; }

.col-13 {
  width: 752px; }

.col-14 {
  width: 810px; }

.clear {
  clear: both;
  overflow: hidden; }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

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

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656; }

/********************
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; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #f01d4f;
  /* 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); }

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

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

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em; }

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

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

/*********************
HEADER STYLES
*********************/
/*********************
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.
*/
/*************
	Colors
*************/
/**************
	Fonts
**************/
/*******************
	Column Widths
********************/
.col-1 {
  width: 83px; }

.col-2 {
  width: 116px; }

.col-3 {
  width: 158px; }

.col-4 {
  width: 180px; }

.col-5 {
  width: 250px; }

.col-6 {
  width: 314px; }

.col-7 {
  width: 345px; }

.col-8 {
  width: 365px; }

.col-9 {
  width: 380px; }

.col-10 {
  width: 430px; }

.col-11 {
  width: 440px; }

.col-12 {
  width: 530px; }

.col-13 {
  width: 752px; }

.col-14 {
  width: 810px; }

.clear {
  clear: both;
  overflow: hidden; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 2.2em; }

/* 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 {
  /*
  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 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; }

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

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

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

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

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

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

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

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

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

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

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

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/***********
	Globals
************/
body {
  color: #414042;
  font-family: "Karla", sans-serif;
  font-size: 14px; }

#container {
  min-width: 1000px; }

.center-content {
  margin: 0 auto;
  width: 960px; }

img {
  max-width: 100%; }

img.alignleft {
  float: left;
  margin: 0 10px 10px 0; }

img.alignright {
  float: right;
  margin: 0 0 10px 10px; }

img.aligncenter {
  display: block;
  margin: 10px auto; }

h1.page-title {
  font-size: 36px;
  font-family: "Roboto Slab", serif;
  color: #fac051;
  text-transform: uppercase;
  margin-top: 20px; }

hr {
  height: 2px;
  display: block;
  border-top: 1px solid #e4e5e6; }

.entry-content a {
  color: #017ab8;
  text-decoration: none; }
  .entry-content a:hover {
    text-decoration: underline; }
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
  color: #005682; }
.entry-content ol {
  margin-left: 30px; }
  .entry-content ol li {
    list-style-type: decimal; }
.entry-content ul {
  margin-left: 30px; }
  .entry-content ul li {
    list-style-type: disc; }

.entry-content,
.need-slides .slide-body {
  overflow: hidden;
  clear: both; }
  .entry-content .alignleft,
  .need-slides .slide-body .alignleft {
    float: left;
    margin: 0px 20px 5px 0px; }

.entry-content,
.need-slides .slide-body {
  overflow: hidden;
  clear: both; }
  .entry-content .alignright,
  .need-slides .slide-body .alignright {
    float: right;
    margin: 0 0px 5px 20px; }

/*************
	Header
**************/
.header-top {
  background: #005682;
  border-top: 10px solid #034c71;
  padding: 15px 0;
  min-width: 1000px; }
  .header-top .mlp-logo {
    float: left;
    margin-top: 10px; }
  .header-top .secondary-nav {
    float: right;
    padding-right: 20px;
    position: relative; }
    .header-top .secondary-nav .open {
      position: absolute;
      right: 0;
      top: 10px;
      display: block;
      width: 27px;
      height: 27px;
      background: url(../images/search.png) no-repeat;
      text-indent: -9999px; }
    .header-top .secondary-nav .close {
      position: absolute;
      right: 5px;
      top: 15px;
      display: block;
      width: 18px;
      height: 18px;
      background: url(../images/search-close.png) no-repeat;
      text-indent: -9999px; }
  .header-top .search .form {
    float: right;
    position: relative;
    margin: 10px 0; }
    .header-top .search .form input#searchsubmit {
      background: url(../images/search.png) no-repeat;
      text-indent: -9999px;
      border: none;
      width: 27px;
      height: 27px;
      position: absolute;
      right: 0;
      top: 0; }
    .header-top .search .form input#s {
      height: 27px;
      padding-right: 30px;
      margin-right: 2px;
      border-radius: 3px 0 0 3px;
      -webkit-border-radius: 3px 0 0 3px;
      -moz-border-radius: 3px 0 0 3px; }
  .header-top ul.nav li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    background: url(../images/menu-border.png) no-repeat center right; }
    .header-top ul.nav li a {
      color: #9cd2ed;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px; }
  .header-top ul.nav li.menu-contact {
    background: none; }

.header-bottom {
  background: #034c71;
  min-width: 1000px; }
  .header-bottom ul#menu-main-menu {
    margin-bottom: 0; }
    .header-bottom ul#menu-main-menu li {
      padding-bottom: 15px;
      padding-top: 5px; }
    .header-bottom ul#menu-main-menu li.current_page_item,
    .header-bottom ul#menu-main-menu li.current-page-ancestor {
      border-bottom: 7px solid #f3b13e; }
      .header-bottom ul#menu-main-menu li.current_page_item a,
      .header-bottom ul#menu-main-menu li.current-page-ancestor a {
        color: #f3b13e; }
  .header-bottom ul.nav li {
    float: left;
    margin-right: 45px; }
    .header-bottom ul.nav li a {
      color: #FFF;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 18px; }
      .header-bottom ul.nav li a:hover {
        color: #fac051; }
  .header-bottom ul.nav li.menu-last {
    float: right;
    margin-right: 0; }

.breadcrumb-wrap {
  width: 960px;
  margin: 0 auto; }
  .breadcrumb-wrap span {
    color: #f4ab4e;
    font-size: 12px !important;
    text-transform: uppercase !important; }
    .breadcrumb-wrap span a {
      color: #034c71;
      text-decoration: none;
      font-size: 12px; }
      .breadcrumb-wrap span a:hover {
        color: #034c71;
        text-decoration: underline; }

#content {
  width: 960px;
  margin: 0 auto;
  clear: both; }

#inner-content {
  width: 960px; }

/************
	Pages
************/
.page-template-default .left-sidebar,
.institution-landing .left-sidebar {
  float: left;
  width: 158px; }
.page-template-default #main,
.institution-landing #main {
  float: left;
  width: 700px;
  border-left: 1px solid #dcddde;
  margin-left: 25px;
  padding-left: 25px; }

.single .left-sidebar ul.list-pages li,
.page-template-default .left-sidebar ul.list-pages li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e5e6; }
  .single .left-sidebar ul.list-pages li a,
  .page-template-default .left-sidebar ul.list-pages li a {
    color: #005682;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold; }
    .single .left-sidebar ul.list-pages li a:hover,
    .page-template-default .left-sidebar ul.list-pages li a:hover {
      color: #fac051; }
.single .left-sidebar ul.list-pages li.current_page_item a,
.page-template-default .left-sidebar ul.list-pages li.current_page_item a {
  color: #017ab8; }
.single #inner-content,
.page-template-default #inner-content {
  margin-top: 20px; }
.single h1.entry-title,
.page-template-default h1.entry-title {
  margin: 0;
  color: #eba835;
  font-size: 36px;
  font-family: "Roboto Slab", serif; }
.single .tags,
.page-template-default .tags {
  overflow: hidden; }
  .single .tags span,
  .page-template-default .tags span {
    display: block;
    float: left;
    margin-right: 10px;
    font-weight: bold; }
  .single .tags a,
  .page-template-default .tags a {
    display: block;
    float: left;
    text-transform: uppercase;
    color: #FFF;
    background: #fac051;
    padding: 3px 5px;
    text-decoration: none;
    font-size: 12px;
    margin-right: 10px; }
.single .authors,
.page-template-default .authors {
  color: #4d4d4f;
  font-size: 15px;
  margin-top: 10px; }
.single .journal,
.page-template-default .journal {
  color: #4d4d4f;
  font-size: 13px;
  margin-bottom: 15px; }

/************
	Post
*************/
.single .left-sidebar {
  float: left;
  width: 158px; }
.single .right-sidebar {
  width: 247px;
  float: right; }
.single #inner-content {
  margin-top: 20px; }
.single h1.entry-title {
  margin: 0;
  color: #eba835;
  font-size: 36px;
  font-family: "Roboto Slab", serif; }
.single p.date {
  color: #a7a9ac;
  margin: 5px 0 10px 0;
  text-transform: uppercase; }

/*********************************
	Archives & Categories & Search
*********************************/
.archive h1.archive-title {
  color: #efb340;
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  margin: 25px 0 40px 0; }
.archive .post {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d6d7d9; }
.archive .article-header {
  overflow: hidden;
  clear: both; }
  .archive .article-header h3 {
    margin: 5px 0; }
    .archive .article-header h3 a {
      color: #034c71; }
  .archive .article-header a {
    color: #017ab8;
    text-decoration: none; }
    .archive .article-header a:hover {
      text-decoration: underline; }
.archive .entry-content {
  overflow: hidden;
  clear: both; }
  .archive .entry-content p {
    margin: 0; }
  .archive .entry-content img {
    float: left;
    margin: 0 10px 10px 0; }
  .archive .entry-content a.excerpt-read-more {
    color: #034c71;
    text-decoration: none; }
    .archive .entry-content a.excerpt-read-more:hover {
      text-decoration: underline; }

/*************
	Footer
**************/
.footer {
  min-width: 1000px;
  margin-top: 50px; }

.toolkit {
  background: #ebebec;
  padding: 12px 0;
  color: #034c71;
  font-size: 42px;
  font-weight: bold;
  border-bottom: 10px solid #d6d7d9;
  overflow: hidden; }
  .toolkit .center-content {
    position: relative; }
  .toolkit .toolkit-text {
    font-size: 22px;
    text-align: center; }
  .toolkit .toolkit-file {
    position: absolute;
    right: 0;
    top: 0; }
    .toolkit .toolkit-file a {
      display: block;
      font-size: 14px;
      color: #FFF;
      padding: 5px 10px;
      background: #017ab8;
      border: 1px solid #005682;
      text-align: center;
      text-decoration: none; }

.toolkit-form {
  width: 960px;
  margin: 0 auto; }
  .toolkit-form .gform_heading {
    font-size: 20px;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    clear: both; }
  .toolkit-form .gform_body {
    overflow: hidden;
    float: left; }
    .toolkit-form .gform_body label {
      font-size: 16px;
      font-weight: normal; }
    .toolkit-form .gform_body ul {
      overflow: hidden;
      margin: 0; }
    .toolkit-form .gform_body li {
      float: left;
      margin-right: 15px; }
  .toolkit-form .gform_footer {
    float: left;
    margin-top: 60px; }
    .toolkit-form .gform_footer input.gform_button:hover {
      color: #333 !important;
      border: none !important;
      border: 1px solid #999 !important; }

.footer-bottom {
  background: #034c71 url(../images/footer-shape.png) no-repeat center 50px;
  padding-top: 25px;
  height: 240px; }
  .footer-bottom ul, .footer-bottom p {
    margin: 0;
    padding: 0; }
  .footer-bottom .footer-menu {
    margin-bottom: 15px;
    margin-top: 10px; }

.email-signup-text {
  text-align: center;
  padding-top: 40px;
  margin: 40px auto;
  background: url(../images/yellow-border.png) no-repeat top center; }
  .email-signup-text a {
    color: #034c71;
    font-size: 20px;
    text-decoration: none;
    display: block;
    width: 750px;
    background: #ebebec;
    border: 2px solid #d6d7d9;
    box-sizing: border-box;
    padding: 15px 15px;
    margin: 0 auto; }
  .email-signup-text a:hover {
    color: #017ab8; }

.email-signup input#signup-email {
  width: 228px;
  height: 32px;
  float: left; }
.email-signup input#signup-submit {
  margin-left: -2px;
  height: 32px;
  border: none;
  background: #efb340;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: "Karla", sans-serif;
  text-shadow: none;
  float: left; }
.email-signup .signup-header {
  margin-bottom: 5px; }

.footer-left {
  float: left;
  margin-top: 20px; }
  .footer-left .copyright {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px; }

.footer-right {
  float: right;
  margin-top: 20px; }
  .footer-right ul#menu-footer-menu li {
    float: left; }
  .footer-right ul#menu-footer-menu li.standard a {
    color: #9cd2ed;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase; }
  .footer-right ul#menu-footer-menu li.footer-blog {
    margin-left: 10px;
    padding-left: 10px;
    margin-right: 30px;
    background: url(../images/menu-border.png) no-repeat center left; }
  .footer-right ul#menu-footer-menu li.social {
    margin-left: 10px; }
    .footer-right ul#menu-footer-menu li.social a {
      text-indent: -9999px;
      display: block; }
  .footer-right ul#menu-footer-menu li.facebook a {
    background: url(../images/facebook.png) no-repeat;
    width: 11px;
    height: 20px; }
  .footer-right ul#menu-footer-menu li.twitter a {
    background: url(../images/twitter.png) no-repeat;
    width: 20px;
    height: 16px; }
  .footer-right ul#menu-footer-menu li.rss a {
    background: url(../images/rss.png) no-repeat;
    width: 20px;
    height: 19px; }
  .footer-right ul#menu-footer-menu li.youtube a {
    background: url(../images/youtube.png) no-repeat;
    width: 18px;
    height: 19px; }

/*************
	Home
**************/
.home #main {
  float: none;
  width: 960px;
  border: none;
  margin: 0;
  padding: 0; }
  .home #main a {
    color: #005682;
    text-decoration: underline; }
    .home #main a:hover {
      color: #034c71; }
.home h1.header-one {
  font-size: 30px;
  text-align: center;
  color: #034c71;
  font-family: "Roboto Slab", serif; }
.home .mission {
  font-size: 14px;
  text-align: center;
  color: #58595b; }
.home h2.section-title {
  overflow: hidden;
  clear: both;
  display: block;
  font-size: 16px;
  color: #017ab8;
  font-weight: bold;
  text-transform: uppercase; }
  .home h2.section-title a {
    display: block;
    float: left;
    background: url(../images/link-arrow.png) right center no-repeat;
    padding-right: 20px;
    font-size: 16px;
    color: #017ab8;
    font-weight: bold;
    text-transform: uppercase; }
.home .stats {
  color: #034c71;
  font-size: 33px;
  font-family: "Roboto Slab", serif;
  text-align: center;
  line-height: 70px;
  margin-bottom: 45px; }
  .home .stats strong,
  .home .stats a {
    color: #fac051;
    font-size: 103px;
    font-family: "Karla", sans-serif;
    text-decoration: none; }
  .home .stats a:hover {
    color: #efb340;
    border-bottom: 1px solid #034c71; }
    .home .stats a:hover strong {
      color: #efb340; }
  .home .stats .yellow-border {
    height: 4px;
    background: url(../images/yellow-border.png) no-repeat center center; }
.home .latest-news {
  float: left; }
  .home .latest-news h2.section-title {
    border-bottom: 1px solid #e4e5e6;
    padding-bottom: 10px; }
  .home .latest-news .row {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e4e5e6; }
    .home .latest-news .row .left {
      float: left;
      width: 435px; }
    .home .latest-news .row .right {
      float: right; }
      .home .latest-news .row .right a {
        display: block;
        width: 9px;
        height: 19px;
        background: url(../images/more-arrow.png) no-repeat;
        text-indent: -9999px;
        margin-top: 10px; }
    .home .latest-news .row h3 {
      font-size: 14px;
      margin: 0;
      font-weight: normal; }
      .home .latest-news .row h3 a {
        color: #414042;
        font-size: 16px; }
        .home .latest-news .row h3 a:hover {
          color: #fac051; }
    .home .latest-news .row p.date {
      margin: 0 0 10px 0;
      font-size: 12px;
      color: #017ab8;
      font-family: "Karla", sans-serif; }
.home .home-resource {
  float: right; }
  .home .home-resource h2.section-title {
    border-bottom: 1px solid #E4E5E6;
    padding-bottom: 10px;
    margin: 0.83em 0 25px 0; }
.home .podcast {
  float: right; }
  .home .podcast .podcast-wrap {
    border: 1px solid #e4e5e6;
    padding: 15px;
    overflow: hidden; }
    .home .podcast .podcast-wrap p.date {
      margin: 0;
      color: #017ab8; }
    .home .podcast .podcast-wrap h2 {
      margin: 8px 0;
      font-family: "Roboto Slab", serif; }
    .home .podcast .podcast-wrap .listen {
      padding-left: 35px;
      background: url(../images/listen.png) left center no-repeat;
      overflow: hidden; }
    .home .podcast .podcast-wrap a.podcast-link {
      display: block;
      float: left;
      color: #FFF;
      background: #017ab8;
      padding: 5px 10px;
      text-decoration: none; }
.home .home-middle {
  overflow: hidden;
  clear: both; }
.home .upcoming-events {
  overflow: hidden;
  clear: both;
  padding-top: 25px;
  background: url(../images/yellow-border.png) no-repeat top center;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-top: 45px; }
  .home .upcoming-events h2 {
    overflow: hidden;
    clear: both;
    font-size: 16px;
    color: #017ab8;
    font-weight: bold;
    margin: 0 0 10px 0; }
    .home .upcoming-events h2 a {
      color: #017ab8;
      text-decoration: none; }
      .home .upcoming-events h2 a:hover {
        color: #017ab8;
        text-decoration: none; }
  .home .upcoming-events .single-event {
    margin-top: 25px;
    width: 445px; }
  .home .upcoming-events .single-event-odd {
    clear: left;
    float: left; }
  .home .upcoming-events .single-event-even {
    float: right; }
  .home .upcoming-events h3 {
    margin: 0 0 5px 0;
    font-family: "Roboto Slab", serif;
    font-size: 16px; }
    .home .upcoming-events h3 a {
      font-size: 16px; }
  .home .upcoming-events h4 {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 5px 0; }
  .home .upcoming-events p {
    color: #8D8D8D;
    font-size: 12px;
    margin: 0 0 5px 0;
    text-transform: uppercase; }
  .home .upcoming-events a {
    color: #005682;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px; }
    .home .upcoming-events a:hover {
      text-decoration: underline;
      color: #fac051; }

/*************
	The Need
*************/
.need-page .entry-content {
  margin-bottom: 25px; }

.need-slider h2.slide-title {
  color: #fac051;
  font-size: 27px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px; }
.need-slider .need-pager {
  position: relative;
  margin: 40px 0;
  overflow: hidden;
  height: 100px; }
.need-slider .pager-line {
  height: 2px;
  background: #acacac;
  width: 750px;
  margin: 80px auto;
  text-align: center; }
.need-slider .slide-body a {
  color: #017ab8;
  text-decoration: none; }
  .need-slider .slide-body a:hover {
    text-decoration: underline; }
.need-slider .bx-prev {
  width: 39px;
  height: 135px;
  background: url(../images/gray-prev.png) no-repeat;
  left: -80px; }
.need-slider .bx-next {
  width: 39px;
  height: 135px;
  background: url(../images/gray-next.png) no-repeat;
  right: -80px; }
.need-slider #bx-pager {
  position: absolute; }
  .need-slider #bx-pager a {
    float: left;
    margin-left: 20px;
    width: 212px; }
    .need-slider #bx-pager a .pager-text {
      color: #017ab8;
      font-weight: bold;
      font-size: 20px;
      cursor: pointer;
      min-height: 70px;
      text-transform: uppercase;
      text-align: center; }
    .need-slider #bx-pager a .pager-bubble {
      width: 24px;
      height: 24px;
      -webkit-border-radius: 50%;
      border: 2px solid #acacac;
      text-indent: -9999px;
      cursor: pointer;
      background: #FFF;
      cursor: pointer;
      margin: 0 auto;
      position: relative; }
  .need-slider #bx-pager a:first-child {
    margin-left: 0; }
  .need-slider #bx-pager a.pager-item-0 .pager-bubble {
    left: -10px; }
  .need-slider #bx-pager a.pager-item-3 .pager-bubble {
    right: -40px; }
  .need-slider #bx-pager a.active .pager-text,
  .need-slider #bx-pager a:hover .pager-text {
    color: #fac051; }
  .need-slider #bx-pager a.active .pager-bubble,
  .need-slider #bx-pager a:hover .pager-bubble {
    background: #FFF url(../images/dot.png) no-repeat center center; }

/******************
	News Landing
******************/
.news-slideshow {
  margin-bottom: 80px; }

.news-slider .bx-controls .bx-pager {
  position: relative;
  margin-top: 10px; }
.news-slider .bx-controls .bx-prev {
  width: 39px;
  height: 135px;
  background: url(../images/gray-prev.png) no-repeat;
  left: -80px;
  top: 35%; }
.news-slider .bx-controls .bx-next {
  width: 39px;
  height: 135px;
  background: url(../images/gray-next.png) no-repeat;
  right: -80px;
  top: 35%; }
.news-slider .bx-controls .bx-pager-item a {
  border: 1px solid #dddddd !important;
  width: 13px !important;
  height: 13px !important; }
.news-slider .bx-controls .bx-pager-item a.active,
.news-slider .bx-controls .bx-pager-item a:hover {
  background: #eba835 !important; }
.news-slider li {
  overflow: hidden; }
  .news-slider li .slide-left {
    float: left;
    width: 500px; }
  .news-slider li .slide-right {
    float: right;
    width: 380px;
    margin-right: 0; }
    .news-slider li .slide-right h2.slide-title {
      color: #034c71;
      font-family: "Roboto Slab", serif;
      font-size: 20px;
      font-weight: bold; }
    .news-slider li .slide-right .excerpt span a {
      color: #017ab8;
      text-decoration: none;
      font-weight: bold; }

.national-news {
  float: left; }

.partnership-news {
  float: right; }

.national-news .row .content-left,
.partnership-news .row .content-left {
  margin-right: 25px !important;
  margin-bottom: 0 !important; }
.national-news .pagination,
.partnership-news .pagination {
  float: right; }

.news-header {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e5e6; }
  .news-header h2 {
    color: #034c71;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    float: left;
    margin: 0; }
  .news-header a.view-all {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #017ab8;
    text-decoration: none;
    margin-top: 7px;
    padding-right: 12px;
    background: url(../images/view-all.png) right center no-repeat; }

.news-cat .row {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e5e6; }
  .news-cat .row .content-left {
    float: left;
    margin: 0 15px 15px 0;
    height: 100px; }
    .news-cat .row .content-left img {
      border: 1px solid #e4e5e6; }
  .news-cat .row p {
    margin: 0;
    font-size: 12px; }
  .news-cat .row p.date {
    color: #d6d7d9; }
  .news-cat .row h2 {
    line-height: 20px;
    margin: 0 0 5px 0; }
    .news-cat .row h2 a {
      font-size: 16px;
      color: #017ab8;
      font-family: "Roboto Slab", serif; }
  .news-cat .row p.excerpt a {
    margin-left: 3px;
    text-decoration: none;
    color: #017ab8; }
  .news-cat .row .tags {
    overflow: hidden;
    margin-top: 10px; }
    .news-cat .row .tags a {
      display: block;
      float: left;
      text-transform: uppercase;
      color: #FFF;
      background: #fac051;
      padding: 3px 5px;
      text-decoration: none;
      font-size: 12px;
      margin-right: 10px; }

/*******************
	Stories Landing
*******************/
.stories-tabs {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e5e6; }
  .stories-tabs ul li {
    float: left;
    margin-left: 10px; }
    .stories-tabs ul li a {
      display: block;
      background: #017ab8;
      width: 312px;
      height: 60px;
      color: #FFF;
      font-size: 22px;
      text-align: center;
      text-transform: uppercase;
      border: 1px solid #035a87;
      line-height: 60px;
      text-decoration: none; }
  .stories-tabs ul li:first-child {
    margin-left: 0; }
  .stories-tabs ul li.active a,
  .stories-tabs ul li.active a:hover {
    background: none;
    border: none;
    height: 69px; }
  .stories-tabs ul li.active {
    background: url(../images/tab-active.png) no-repeat; }
  .stories-tabs ul li a:hover {
    background: #eba835;
    border: 1px solid #d9992b; }
  .stories-tabs ul li.first-child {
    margin-left: 0; }

.stories-cat .row,
.archive-posts .row,
.search-results .row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e5e6; }
  .stories-cat .row .content-left,
  .archive-posts .row .content-left,
  .search-results .row .content-left {
    float: left;
    margin-right: 33px; }
  .stories-cat .row .content-right .date,
  .archive-posts .row .content-right .date,
  .search-results .row .content-right .date {
    color: #a7a9ac;
    font-size: 10px;
    margin: 0;
    text-transform: uppercase; }
  .stories-cat .row .content-right h2,
  .archive-posts .row .content-right h2,
  .search-results .row .content-right h2 {
    margin: 0 0 10px 0;
    line-height: 15px; }
    .stories-cat .row .content-right h2 a,
    .archive-posts .row .content-right h2 a,
    .search-results .row .content-right h2 a {
      color: #017ab8;
      font-family: "Roboto Slab", serif;
      font-size: 16px; }
      .stories-cat .row .content-right h2 a:hover,
      .archive-posts .row .content-right h2 a:hover,
      .search-results .row .content-right h2 a:hover {
        color: #fac051; }
  .stories-cat .row .content-right .excerpt span a,
  .archive-posts .row .content-right .excerpt span a,
  .search-results .row .content-right .excerpt span a {
    color: #017ab8;
    text-decoration: none;
    font-weight: bold;
    padding-right: 7px;
    background: url(../images/read-more-sym.png) right center no-repeat; }
.stories-cat .authors,
.archive-posts .authors,
.search-results .authors {
  color: #4d4d4f;
  font-size: 14px; }
.stories-cat .journal,
.archive-posts .journal,
.search-results .journal {
  color: #4d4d4f;
  font-size: 13px; }

.loading {
  width: 45px;
  height: 300px;
  margin: 50px auto;
  overflow: hidden; }
  .loading img {
    margin-top: 150px; }

.pagination a {
  color: #034c71; }
.pagination a:hover,
.pagination a.active {
  color: #efb340; }

.page-template-page-stories-landing-php .pagination {
  float: right;
  overflow: hidden; }
  .page-template-page-stories-landing-php .pagination .previous, .page-template-page-stories-landing-php .pagination .next, .page-template-page-stories-landing-php .pagination ul {
    clear: none;
    float: left; }
    .page-template-page-stories-landing-php .pagination .previous span a, .page-template-page-stories-landing-php .pagination .next span a, .page-template-page-stories-landing-php .pagination ul span a {
      padding: 2px 5px;
      text-decoration: none;
      text-transform: uppercase;
      background: #e6e7e8; }
  .page-template-page-stories-landing-php .pagination .previous, .page-template-page-stories-landing-php .pagination .next {
    margin-top: 5px; }

/*******************
	Partners Landing
*******************/
.page-template-page-partners-landing-php .featured-stats {
  margin-bottom: 55px; }
  .page-template-page-partners-landing-php .featured-stats .row {
    float: left;
    margin-left: 12px; }
  .page-template-page-partners-landing-php .featured-stats .row:first-child {
    margin-left: 0; }
  .page-template-page-partners-landing-php .featured-stats a {
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 150px;
    height: 119px;
    background: #017ab8;
    text-align: center; }
    .page-template-page-partners-landing-php .featured-stats a:hover {
      background: #fac051; }
    .page-template-page-partners-landing-php .featured-stats a .stat-number {
      font-size: 65px;
      font-family: "Roboto Slab", serif;
      font-weight: 300;
      line-height: 80px; }
    .page-template-page-partners-landing-php .featured-stats a .stat-text {
      font-size: 16px; }

.states-wrap select,
.states .facetwp-type-dropdown select {
  width: 323px;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #c7c8ca;
  background: #e4e5e6 url(../images/dropdown.png) 95% center no-repeat;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #005682; }
  .states-wrap select option,
  .states .facetwp-type-dropdown select option {
    font-size: 18px !important; }

#find-partners h2 {
  font-size: 26px;
  color: #fac051;
  font-family: "Roboto Slab", serif; }
#find-partners .content-left {
  width: 360px;
  float: left; }
#find-partners .content-right {
  width: 545px;
  float: right; }
  #find-partners .content-right .default-map {
    height: 410px;
    position: relative; }
    #find-partners .content-right .default-map img {
      position: absolute;
      top: 0;
      left: 0; }

.facet-reset a {
  display: block;
  float: left;
  padding: 0 4px;
  color: #FFF;
  text-decoration: none;
  background: #005682; }
  .facet-reset a:hover {
    background: #017ab8;
    color: #FFF; }

.page-template-page-partners-landing-php .loading {
  height: 50px;
  width: 50px;
  margin: 0 auto !important; }

.taxonmy-description {
  overflow: hidden;
  clear: both; }

.legal-descriptions,
.health-descriptions {
  display: none; }
  .legal-descriptions .legal-term,
  .health-descriptions .health-term {
    display: none; }

.page-template-page-partners-landing-php .state-partners {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  clear: both; }
  .page-template-page-partners-landing-php .state-partners .healthcare {
    width: 460px;
    float: left; }
  .page-template-page-partners-landing-php .state-partners .legal {
    width: 460px;
    float: right; }
  .page-template-page-partners-landing-php .state-partners h2.section-title {
    color: #FFF;
    background: #005682;
    font-family: "Karla", sans-serif;
    font-size: 32px;
    font-weight: bold;
    padding: 12px 42px;
    text-transform: uppercase; }
  .page-template-page-partners-landing-php .state-partners a {
    color: #017ab8;
    font-size: 15px;
    font-weight: bold; }
  .page-template-page-partners-landing-php .state-partners .partner-list {
    width: 415px;
    margin: 0 auto; }
    .page-template-page-partners-landing-php .state-partners .partner-list a {
      color: #017ab8;
      font-size: 15px;
      font-weight: bold; }
      .page-template-page-partners-landing-php .state-partners .partner-list a:hover {
        color: #f4ab4e; }
    .page-template-page-partners-landing-php .state-partners .partner-list h2, .page-template-page-partners-landing-php .state-partners .partner-list h4 {
      margin: 0; }
    .page-template-page-partners-landing-php .state-partners .partner-list h4 {
      color: #939598;
      font-weight: normal;
      text-transform: uppercase; }
    .page-template-page-partners-landing-php .state-partners .partner-list h3 {
      margin-bottom: 0; }
    .page-template-page-partners-landing-php .state-partners .partner-list h3.first {
      display: none; }

.state-partners .facetwp-template {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #e4e5e6;
  overflow: hidden; }
  .state-partners .facetwp-template .health-partners {
    width: 450px;
    float: left;
    border: 1px solid #e4e5e6; }
  .state-partners .facetwp-template .legal-partners {
    width: 450px;
    float: right;
    border: 1px solid #e4e5e6; }
  .state-partners .facetwp-template ul {
    margin: 0 25px 25px 25px; }
  .state-partners .facetwp-template h1 {
    font-size: 32px;
    color: #FFF;
    background: #034c71;
    padding: 5px 0;
    text-align: center;
    margin-top: 0; }
  .state-partners .facetwp-template h2 {
    margin: 0;
    line-height: 22px; }
    .state-partners .facetwp-template h2 a {
      color: #017ab8;
      font-size: 15px;
      font-weight: bold; }
      .state-partners .facetwp-template h2 a:hover {
        color: #fac051; }
  .state-partners .facetwp-template h3 {
    margin: 0;
    color: #939598;
    text-transform: uppercase;
    font-size: 12px; }

.institution-list h2 {
  margin: 0;
  line-height: 22px; }
  .institution-list h2 a {
    color: #017ab8;
    font-size: 15px;
    font-weight: bold; }
    .institution-list h2 a:hover {
      color: #fac051; }
.institution-list h3 {
  margin: 0;
  color: #939598;
  text-transform: uppercase;
  font-size: 12px; }

/*****************
Parter Post Type
******************/
.single-partners #main {
  width: 755px;
  float: left;
  border-left: 1px solid #dcddde;
  margin-left: 25px;
  padding-left: 25px; }
  .single-partners #main .top-left {
    float: left;
    width: 485px; }
  .single-partners #main .top-right {
    width: 244px;
    float: right; }
.single-partners .healthcare {
  margin-bottom: 30px; }
.single-partners .current-state {
  display: none; }
.single-partners .partners-wrap {
  margin-top: 20px; }
.single-partners .partner-list h3 {
  margin: 0; }
.single-partners .partner-list h3 a,
.single-partners .partner-list h3.post-title {
  color: #2776a5;
  font-weight: normal;
  font-size: 16px; }
.single-partners .partner-list h3 a:hover {
  color: #eba835;
  font-weight: normal; }
.single-partners .partner-list h4 {
  color: #939598;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal; }
.single-partners .partner-list ul {
  margin: 0; }
.single-partners .partner-list li {
  margin-bottom: 10px; }
  .single-partners .partner-list li .state {
    color: #939598;
    text-transform: uppercase;
    font-size: 12px; }
.single-partners .large-map {
  display: none; }
.single-partners h2.section-title {
  color: #58595b;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  margin: 0; }
.single-partners .contact,
.single-partners .fact-sheet {
  width: 205px;
  padding: 10px;
  border: 1px solid #d6d7d8;
  word-wrap: break-word; }
  .single-partners .contact h2,
  .single-partners .fact-sheet h2 {
    color: #005682;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold; }
.single-partners .contact a {
  color: #017ab8;
  text-decoration: none; }
  .single-partners .contact a:hover {
    text-decoration: underline; }
.single-partners .fact-sheet {
  margin-top: 25px; }
.single-partners .fact-sheet a {
  color: #017ab8;
  text-decoration: none;
  padding-left: 25px;
  min-height: 25px;
  background: url(../images/pdf.png) no-repeat left center;
  display: block;
  font-size: 16px;
  word-wrap: break-word;
  line-height: 18px; }
  .single-partners .fact-sheet a:hover {
    text-decoration: underline; }
.single-partners .states-wrap {
  margin: 25px 0; }
  .single-partners .states-wrap select {
    width: 205px;
    font-size: 16px; }
.single-partners .related-news {
  margin-top: 50px; }
  .single-partners .related-news .related-header {
    margin-bottom: 18px; }
  .single-partners .related-news h2.section-title {
    float: left; }
  .single-partners .related-news .view-all {
    float: right;
    margin-top: 4px; }
    .single-partners .related-news .view-all a {
      color: #f3b13e;
      text-decoration: none;
      padding-right: 10px;
      margin-right: 12px;
      background: url(../images/see-all-gold.png) center right no-repeat;
      font-size: 12px; }
      .single-partners .related-news .view-all a:hover {
        color: #f3b13e;
        text-decoration: underline; }
  .single-partners .related-news .row {
    padding: 20px;
    border: 1px solid #d6d7d8;
    margin-bottom: 20px; }
    .single-partners .related-news .row h2.post-title {
      margin: 0;
      line-height: 20px; }
      .single-partners .related-news .row h2.post-title a {
        color: #034c71;
        font-size: 14px;
        font-family: "Roboto Slab", serif; }
        .single-partners .related-news .row h2.post-title a:hover {
          color: #034c71;
          text-decoration: underline; }
    .single-partners .related-news .row .date {
      color: #017ab8;
      text-transform: uppercase;
      font-size: 12px; }
    .single-partners .related-news .row .excerpt {
      font-size: 12px; }
      .single-partners .related-news .row .excerpt a.excerpt-read-more {
        color: #017ab8;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
        font-size: 12px; }
        .single-partners .related-news .row .excerpt a.excerpt-read-more:hover {
          text-decoration: underline; }

ul#menu-partnership-menu li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e5e6; }
  ul#menu-partnership-menu li a {
    color: #005682;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold; }
    ul#menu-partnership-menu li a:hover {
      color: #fac051; }
  ul#menu-partnership-menu li ul.sub-menu {
    margin-left: 20px; }
    ul#menu-partnership-menu li ul.sub-menu li {
      border: none;
      padding: 0;
      margin-bottom: 10px; }
      ul#menu-partnership-menu li ul.sub-menu li a {
        font-weight: normal; }
ul#menu-partnership-menu li.current_page_item a {
  color: #017ab8; }

/**************
	Resources
**************/
.featured-resource {
  margin-bottom: 20px; }
  .featured-resource a.featured-title {
    color: #fac051;
    text-decoration: none; }
  .featured-resource h2 {
    margin: 0 0 15px 0;
    font-weight: normal; }
  .featured-resource .read-more a {
    color: #017ab8;
    font-weight: bold;
    text-decoration: none;
    margin-left: 2px; }
  .featured-resource .read-more a:after {
    content: "»";
    padding-left: 2px; }

.featured-1 {
  padding: 15px;
  border: 1px solid #e4e5e6; }
  .featured-1 h2 a {
    color: #005682 !important;
    font-size: 18px;
    font-family: "Roboto Slab", serif; }

.resource-bottom {
  margin-top: 15px; }

a.cat-link,
a.view-core-resources {
  font-weight: bold;
  color: #017ab8;
  text-decoration: none; }
  a.cat-link:hover,
  a.view-core-resources:hover {
    color: #017ab8; }

a.cat-link:after,
a.view-core-resources:after {
  content: "»";
  padding-left: 2px;
  text-transform: uppercase; }

.academic-research {
  margin-top: 30px; }
  .academic-research h2.section-title {
    color: #005682;
    font-family: "Roboto Slab", serif;
    margin-bottom: 15px; }

.resource-categories {
  overflow: hidden;
  clear: both; }
  .resource-categories h2 {
    font-weight: normal; }
  .resource-categories .resource {
    width: 440px;
    padding: 20px 30px;
    border: 1px solid #e4e5e6;
    height: 385px;
    margin-bottom: 25px; }
    .resource-categories .resource h2.resource-name {
      margin-top: 0;
      font-size: 20px;
      color: #fac051; }
    .resource-categories .resource h2.resource-title a {
      color: #034c71;
      font-family: "Roboto Slab", serif;
      text-decoration: none; }
    .resource-categories .resource .date {
      float: left;
      color: #d6d7d9;
      text-transform: uppercase; }
    .resource-categories .resource a.cat-link {
      float: right;
      color: #017ab8;
      text-decoration: none; }
  .resource-categories .resource-1,
  .resource-categories .resource-3 {
    float: left; }
  .resource-categories .resource-2,
  .resource-categories .resource-4 {
    float: right; }

.core-resources h2.section-title {
  color: #005682;
  font-family: "Roboto Slab", serif; }

.resource-tabs ul li {
  float: left;
  margin-right: 20px; }
  .resource-tabs ul li a {
    display: block;
    text-transform: uppercase;
    color: #017ab8;
    text-decoration: none; }
  .resource-tabs ul li a.active {
    color: #a7a9ac; }

.resource-news .row,
.resource-archive .row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e5e6; }
  .resource-news .row h2.post-title,
  .resource-archive .row h2.post-title {
    font-weight: normal; }
    .resource-news .row h2.post-title a,
    .resource-archive .row h2.post-title a {
      color: #005682;
      font-family: "Roboto Slab", serif;
      font-size: 20px; }
  .resource-news .row a.excerpt-read-more,
  .resource-archive .row a.excerpt-read-more {
    color: #017ab8;
    font-weight: bold;
    text-decoration: none; }
  .resource-news .row .authors,
  .resource-archive .row .authors {
    color: #4d4d4f;
    font-size: 16px; }
  .resource-news .row .journal,
  .resource-archive .row .journal {
    color: #4d4d4f;
    font-size: 15px; }
  .resource-news .row .date,
  .resource-archive .row .date {
    float: left;
    margin-right: 25px;
    color: #d6d7d9; }
  .resource-news .row .cats,
  .resource-archive .row .cats {
    float: left; }
    .resource-news .row .cats a,
    .resource-archive .row .cats a {
      display: block;
      float: left;
      padding: 2px 5px;
      color: #FFF;
      background: #efb340;
      text-decoration: none;
      font-size: 12px;
      margin-right: 5px; }

.page-template-page-resources-landing-php .pagination {
  text-align: right; }

/***************
	Podscasts
***************/
.mejs-container .mejs-controls {
  background: #005682 !important; }

.mejs-container {
  width: 415px !important;
  margin-right: 15px !important; }

.single-podcast .mejs-controls div.mejs-horizontal-volume-slider {
  width: 50px !important; }

/**************
	BxSlider
**************/
.home .slide-title {
  margin-top: 0;
  font-size: 20px;
  color: #FFF;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px; }
.home .caption {
  margin-top: 40px;
  margin-bottom: 15px;
  overflow: hidden; }
.home .caption a {
  color: #034c71;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 12px;
  float: left;
  background: url(../images/caption-more.png) right 6px no-repeat; }
  .home .caption a:hover {
    text-decoration: underline; }

.slide-item .slide-left {
  float: left;
  width: 586px;
  overflow: hidden; }
  .slide-item .slide-left iframe {
    max-width: 100% !important; }
.slide-item .slide-right {
  width: 300px;
  float: right;
  margin-right: 40px; }
  .slide-item .slide-right p.excerpt {
    color: #414042; }
    .slide-item .slide-right p.excerpt span a {
      color: #034c71;
      text-decoration: none;
      display: inline-block;
      background: url(../images/read-more-arrow.png) right center no-repeat;
      padding-right: 8px;
      font-size: 14px;
      font-weight: bold; }

.home .bx-viewport {
  background: #fac051;
  border: 4px solid #efb340; }

.bx-viewport ul.slides {
  margin: 0; }

/** Default Styles **/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 0;
  right: 0; }

.home .bx-wrapper .bx-pager {
  width: 300px;
  right: 45px;
  bottom: 10px;
  text-align: left; }

.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  display: none; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  border: 1px solid #034c71;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #FFF; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.home .bx-wrapper .bx-prev {
  left: -25px;
  background: url(../images/prev.png) no-repeat;
  z-index: 100; }

.home .bx-wrapper .bx-next {
  right: -25px;
  background: url(../images/next.png) no-repeat;
  z-index: 100; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 45%;
  margin-top: -16px;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999; }

.home .bx-wrapper .bx-controls-direction a {
  width: 36px;
  height: 67px;
  display: block !important; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/****************
HealthCare List
*****************/
.healthcare-institutions .mlp-filter,
.legal-institutions .mlp-filter {
  float: left;
  width: 320px; }
  .healthcare-institutions .mlp-filter label,
  .legal-institutions .mlp-filter label {
    float: left;
    margin-right: 15px; }
.healthcare-institutions .healthcare-filter,
.healthcare-institutions .city-filter,
.healthcare-institutions .legal-filter,
.legal-institutions .healthcare-filter,
.legal-institutions .city-filter,
.legal-institutions .legal-filter {
  margin-right: 25px; }
  .healthcare-institutions .healthcare-filter label,
  .healthcare-institutions .city-filter label,
  .healthcare-institutions .legal-filter label,
  .legal-institutions .healthcare-filter label,
  .legal-institutions .city-filter label,
  .legal-institutions .legal-filter label {
    width: 45px; }
.healthcare-institutions .facetwp-facet,
.legal-institutions .facetwp-facet {
  margin-bottom: 20px; }

/************************
	Gravity Form Styles
*************************/
.entry-content .gform_wrapper {
  overflow: hidden;
  clear: both;
  padding: 75px 0 75px 0; }
  .entry-content .gform_wrapper form {
    overflow: hidden;
    clear: both;
    padding: 5px 12px;
    color: #034c71;
    background: #ebebec;
    border: 2px solid #d6d7d9; }
.entry-content .gform_heading {
  font-size: 20px;
  width: 100%;
  overflow: hidden;
  clear: both; }
.entry-content .gform_body {
  overflow: hidden;
  float: left; }
  .entry-content .gform_body label {
    font-size: 16px;
    font-weight: normal; }
  .entry-content .gform_body ul {
    list-style-type: none !important;
    overflow: hidden;
    margin: 0; }
  .entry-content .gform_body li {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    list-style-type: none !important; }
  .entry-content .gform_body li#field_1_12,
  .entry-content .gform_body li#field_1_8 {
    float: none;
    clear: both; }
.entry-content .gform_footer {
  float: left;
  margin: 0 0 20px 0; }
  .entry-content .gform_footer input.gform_button:hover {
    color: #333 !important;
    border: none !important;
    border: 1px solid #999 !important; }

/*# sourceMappingURL=style.css.map */
