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

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
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; }

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

.span-1 {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 1.3050570962%; }
  .span-1:last-child {
    margin-right: 0; }

.content-wrap .span-1 img {
  max-width: 100%; }

.span-2 {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 10.277324633%; }
  .span-2:last-child {
    margin-right: 0; }

.content-wrap .span-2 img {
  max-width: 100%; }

.span-3 {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 19.2495921697%; }
  .span-3:last-child {
    margin-right: 0; }

.content-wrap .span-3 img {
  max-width: 100%; }

.span-4 {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 28.2218597064%; }
  .span-4:last-child {
    margin-right: 0; }

.content-wrap .span-4 img {
  max-width: 100%; }

.span-5 {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 37.1941272431%; }
  .span-5:last-child {
    margin-right: 0; }

.content-wrap .span-5 img {
  max-width: 100%; }

.span-6 {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 46.1663947798%; }
  .span-6:last-child {
    margin-right: 0; }

.content-wrap .span-6 img {
  max-width: 100%; }

.span-7 {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 55.1386623165%; }
  .span-7:last-child {
    margin-right: 0; }

.content-wrap .span-7 img {
  max-width: 100%; }

.span-8 {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 64.1109298532%; }
  .span-8:last-child {
    margin-right: 0; }

.content-wrap .span-8 img {
  max-width: 100%; }

.span-9 {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 73.0831973899%; }
  .span-9:last-child {
    margin-right: 0; }

.content-wrap .span-9 img {
  max-width: 100%; }

.span-10 {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 82.0554649266%; }
  .span-10:last-child {
    margin-right: 0; }

.content-wrap .span-10 img {
  max-width: 100%; }

.span-11 {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 91.0277324633%; }
  .span-11:last-child {
    margin-right: 0; }

.content-wrap .span-11 img {
  max-width: 100%; }

.span-12 {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 100%; }
  .span-12:last-child {
    margin-right: 0; }

.content-wrap .span-12 img {
  max-width: 100%; }

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

.hidden {
  display: none !important; }

/*********************
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('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../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? */
/*********************
BIG SEA MIXINS / HELPERS
*********************/
.block {
  display: block; }

.float-right {
  float: right; }

@font-face {
  font-family: icomoon;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg"); }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-heart,
.icon-ticket {
  vertical-align: sub;
  margin-right: 10px; }

.icon-ticket:before {
  content: '' !important;
  background: url("../images/ticket.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  display: block; }

.icon-heart:before {
  content: '' !important;
  background: url("../images/heart.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  display: block; }

.icon-podcast:before {
  content: "\e900"; }

.icon-search:before {
  content: "\1f50e"; }

.icon-facebook:before {
  content: "\f610"; }

.icon-twitter:before {
  content: "\f611"; }

.icon-google + :before {
  content: "\f613"; }

.icon-youtube:before {
  content: "\f630"; }

.icon-instagram:before {
  content: "\f641"; }

.icon-pinterest:before {
  content: "\f650"; }

.icon-clock:before {
  content: "\23f2"; }

.icon-next:before {
  content: "\25bb"; }

.icon-prev:before {
  content: "\25c5"; }

.icon-arrow-next:before {
  content: "\27a1"; }

.icon-enlarge:before {
  content: "\2922"; }

.icon-arrow-prev:before {
  content: "\2b05"; }

.icon-arrow-up:before {
  content: "\2b06"; }

.icon-arrow-down:before {
  content: "\2b07"; }

.icon-ticket:before {
  content: "\1f3ab"; }

.icon-play:before {
  content: "\25b6"; }

.icon-control-next:before {
  content: "\25bc"; }

.icon-control-prev:before {
  content: "\25c6"; }

.icon-rows:before {
  content: "\e9a1"; }

.icon-globe:before {
  content: "\1f310"; }

.icon-fish:before {
  content: "\1f41f"; }

.icon-calendar:before {
  content: "\1f4c5"; }

.icon-location:before {
  content: "\e6d0"; }

.icon-phone:before {
  content: "\1f4de"; }

.icon-email:before {
  content: "\2709"; }

.icon-blocks:before {
  content: "\e9a0"; }

.icon-person:before {
  content: "\1f464"; }

.icon-control-up:before {
  content: "\25b4"; }

.icon-control-down:before {
  content: "\25be"; }

.icon-caution:before {
  content: "\26a0"; }

.icon-check:before {
  content: "\2713"; }

.icon-loading:before {
  content: "\eb82"; }

.icon-close:before {
  content: "\2421"; }

.icon-blocks:before {
  content: "\e9a0"; }

.icon-person:before {
  content: "\1f464"; }

.icon-email:before {
  content: "\2709"; }

.icon-location:before {
  content: "\e6d0"; }

.icon-search:before {
  content: "\1f50e"; }

.icon-facebook:before {
  content: "\f610"; }

.icon-twitter:before {
  content: "\f611"; }

.icon-google + :before {
  content: "\f613"; }

.icon-youtube:before {
  content: "\f630"; }

.icon-instagram:before {
  content: "\f641"; }

.icon-pinterest:before {
  content: "\f650"; }

.icon-clock:before {
  content: "\23f2"; }

.icon-next:before {
  content: "\25bb"; }

.icon-prev:before {
  content: "\25c5"; }

.icon-arrow-next:before {
  content: "\27a1"; }

.icon-enlarge:before {
  content: "\2922"; }

.icon-arrow-prev:before {
  content: "\2b05"; }

.icon-arrow-up:before {
  content: "\2b06"; }

.icon-arrow-down:before {
  content: "\2b07"; }

.icon-ticket:before {
  content: "\1f3ab"; }

.icon-play:before {
  content: "\25b6"; }

.icon-control-next:before {
  content: "\25bc"; }

.icon-control-prev:before {
  content: "\25c6"; }

.icon-rows:before {
  content: "\e9a1"; }

.icon-globe:before {
  content: "\1f310"; }

.icon-fish:before {
  content: "\1f41f"; }

.icon-calendar:before {
  content: "\1f4c5"; }

.icon-phone:before {
  content: "\1f4de"; }

.icon-close:before {
  content: "\2421"; }

html {
  font-size: 62.5%; }

.wf-loading body.ocofop .slide-overlay-ocofop h2, body.ocofop .slide-overlay-ocofop .wf-loading h2, .wf-loading body.ocofop .slide-overlay-ocofop h3, body.ocofop .slide-overlay-ocofop .wf-loading h3, .wf-loading .caption-box figcaption h2, .caption-box figcaption .wf-loading h2, .wf-loading .caption-box figcaption p, .caption-box figcaption .wf-loading p, .wf-loading article.event header h2, article.event header .wf-loading h2, .wf-loading .feature-box .feature-info h1, .feature-box .feature-info .wf-loading h1, .wf-loading .lined-list .list-header h1, .lined-list .list-header .wf-loading h1, .wf-loading .lined-list .list-header h2, .lined-list .list-header .wf-loading h2, .wf-loading .notelink .note-type, .notelink .wf-loading .note-type, .wf-loading .notelink .note-title, .notelink .wf-loading .note-title, .wf-loading body.home .slide-overlay h1, body.home .slide-overlay .wf-loading h1, .wf-loading body.home .slide-overlay h3, body.home .slide-overlay .wf-loading h3, .wf-loading .event-tabs > section .notelink.event header h1.note-title, .event-tabs > section .notelink.event header .wf-loading h1.note-title {
  visibility: hidden; }
.wf-active body.ocofop .slide-overlay-ocofop h2, body.ocofop .slide-overlay-ocofop .wf-active h2, .wf-active body.ocofop .slide-overlay-ocofop h3, body.ocofop .slide-overlay-ocofop .wf-active h3, .wf-active .caption-box figcaption h2, .caption-box figcaption .wf-active h2, .wf-active .caption-box figcaption p, .caption-box figcaption .wf-active p, .wf-active article.event header h2, article.event header .wf-active h2, .wf-active .feature-box .feature-info h1, .feature-box .feature-info .wf-active h1, .wf-active .lined-list .list-header h1, .lined-list .list-header .wf-active h1, .wf-active .lined-list .list-header h2, .lined-list .list-header .wf-active h2, .wf-active .notelink .note-type, .notelink .wf-active .note-type, .wf-active .notelink .note-title, .notelink .wf-active .note-title, .wf-active body.home .slide-overlay h1, body.home .slide-overlay .wf-active h1, .wf-active body.home .slide-overlay h3, body.home .slide-overlay .wf-active h3, .wf-active .event-tabs > section .notelink.event header h1.note-title, .event-tabs > section .notelink.event header .wf-active h1.note-title {
  visibility: visible; }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

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

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: solid #fff 5px;
  left: -5px;
  background: #fff; }

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

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* 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: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

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

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

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

.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; }

#calendar-sidebar {
  overflow: visible; }

.fc-calendar-wrap h2.fc-main-title {
  font-size: 16px;
  font-weight: normal;
  color: #5bb59a;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
  padding: 0; }
.fc-calendar-wrap header {
  text-align: center;
  padding: 1em;
  margin: 0;
  color: #0061aa;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc; }
  .fc-calendar-wrap header h3 {
    font-size: 16px;
    margin: 0;
    padding: 0; }
  .fc-calendar-wrap header a {
    color: #e76148; }
    .fc-calendar-wrap header a:hover {
      color: #0061aa !important; }
  .fc-calendar-wrap header i {
    vertical-align: middle;
    font-size: 26px;
    font-size: 2.6rem; }
.fc-calendar-wrap nav {
  width: 100%;
  display: block;
  position: relative; }
  .fc-calendar-wrap nav a {
    color: #e76148;
    display: block;
    position: absolute;
    text-decoration: none;
    cursor: pointer;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .fc-calendar-wrap nav a:hover {
      color: #fff;
      text-decoration: none; }
    .fc-calendar-wrap nav a.prev {
      left: 0; }
    .fc-calendar-wrap nav a.next {
      right: 0; }

.fc-weekday {
  display: none; }

.fc-four-rows .fc-row {
  height: 25%; }

.fc-five-rows .fc-row {
  height: 20%; }

.fc-six-rows .fc-row {
  height: 16.66%;
  height: -moz-calc(100%/6);
  height: -webkit-calc(100%/6);
  height: calc(100%/6); }

.fc-today {
  background: #5bb59a;
  color: #fff; }

.fc-calendar {
  font: 600 1.1em/1.5 "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5bb59a; }
  .fc-calendar .fc-row > div, .fc-calendar .fc-head > div {
    text-align: center;
    float: left;
    padding: 0.25em;
    height: 100%;
    position: relative;
    width: 14.26%;
    /* 100% / 7 */
    outline: 1px solid #fff; }
  .fc-calendar .fc-content {
    background: #f2f3f3;
    color: #0061aa;
    position: relative;
    cursor: pointer; }
    .fc-calendar .fc-content:hover > div {
      display: block !important; }
      @media screen and (max-width: 767px) {
        .fc-calendar .fc-content:hover > div {
          display: none !important; } }
    .fc-calendar .fc-content > div {
      background: #f2f3f3;
      border: 1px solid #ccc;
      width: 200px;
      display: none;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.2;
      font-weight: normal;
      text-align: left;
      padding: 0.5em;
      position: absolute;
      top: 0;
      right: 100%;
      z-index: 10; }
      .fc-calendar .fc-content > div p {
        margin: 5px 0;
        margin: 0.5rem 0;
        padding: 0; }
        .fc-calendar .fc-content > div p:before {
          display: inline-block;
          float: left;
          font-size: 14px;
          font-size: 1.4rem;
          color: #999;
          margin-right: 5px;
          margin-right: 0.5rem; }
      .fc-calendar .fc-content > div a {
        color: #0061aa;
        display: block; }
        .fc-calendar .fc-content > div a:hover {
          color: #e76148; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@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) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/*********************
TIPR - www.tipue.com/tipr
*********************/
.tipr_content {
  font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #5bb59a;
  color: #fff;
  padding: 9px 17px; }
  .sidebar .tipr_content {
    background-color: #0061aa; }

.tipr_container_bottom {
  display: none;
  position: absolute;
  margin-top: 13px;
  z-index: 1000; }

.tipr_container_top {
  display: none;
  position: absolute;
  margin-top: -75px;
  z-index: 1000; }

.tipr_point_top, .tipr_point_bottom {
  background: #5bb59a;
  border: 2px solid #3d8771;
  position: relative;
  border-radius: 3px; }
  .sidebar .tipr_point_top,
  .sidebar .tipr_point_bottom {
    background: #0061aa;
    border: 2px solid #00355e; }

.tipr_point_top:after,
.tipr_point_top:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0; }

.tipr_point_top:after {
  border-top-color: #3d8771;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }
  .sidebar .tipr_point_top:after {
    border-top-color: #00355e; }

.tipr_point_top:before {
  border-top-color: #3d8771;
  border-width: 9px;
  left: 50%;
  margin-left: -9px; }
  .sidebar .tipr_point_top:before {
    border-top-color: #00355e; }

.tipr_point_bottom:after,
.tipr_point_bottom:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0; }

.tipr_point_bottom:after {
  border-bottom-color: #5bb59a;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }
  .sidebar .tipr_point_bottom:after {
    border-bottom-color: #0061aa; }

.tipr_point_bottom:before {
  border-bottom-color: #3d8771;
  border-width: 11px;
  left: 50%;
  margin-left: -11px; }
  .sidebar .tipr_point_bottom:before {
    border-bottom-color: #00355e; }

.see-whats-happening {
  padding: 50px 0 90px; }
  .see-whats-happening h2 {
    font-size: 32px;
    font-size: 3.2rem;
    color: #123a5d; }
    @media (max-width: 767px) {
      .see-whats-happening h2 {
        font-size: 20px;
        font-size: 2rem; } }
  .see-whats-happening p {
    font-family: "ff-more-web-pro", "Georgia", serif;
    font-size: 20px;
    line-height: 1.6; }
  @media (min-width: 1100px) {
    .see-whats-happening .content-wrap {
      display: flex;
      justify-content: space-between; }
      .see-whats-happening .content-wrap:before, .see-whats-happening .content-wrap:after {
        content: none; }
    .see-whats-happening .column-left {
      width: 600px; }
    .see-whats-happening .column-right {
      width: 475px; } }
  .see-whats-happening .column-right h3 {
    font-size: 26px;
    font-size: 2.6rem; }
    @media (max-width: 767px) {
      .see-whats-happening .column-right h3 {
        font-size: 20px;
        font-size: 2rem; } }
  .see-whats-happening .feature-box {
    height: auto;
    float: none;
    display: block;
    width: 100%;
    border-bottom: 8px solid #cccccc;
    background: transparent;
    margin: 0 0 20px; }
    .see-whats-happening .feature-box:hover {
      background: transparent; }
    .see-whats-happening .feature-box .thumbnail-container {
      width: 150px;
      height: 130px;
      float: left;
      margin-right: 30px; }
      .see-whats-happening .feature-box .thumbnail-container img {
        position: relative;
        min-width: 100%;
        min-height: 100%; }
      @media (max-width: 767px) {
        .see-whats-happening .feature-box .thumbnail-container {
          width: 35% !important; } }
    .see-whats-happening .feature-box a {
      position: static; }
    .see-whats-happening .feature-box .datebox {
      font-size: 2rem;
      min-width: 90px;
      min-width: 6rem; }
    .see-whats-happening .feature-box .feature-info {
      padding-top: 20px; }
      .see-whats-happening .feature-box .feature-info h3 {
        color: #000;
        margin: 0; }

/*********************
BASE
*********************/
html, body {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%; }

body {
  background: #f2f3f3;
  font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

/*********************
LAYOUT & GRID STYLES
*********************/
#wrapper, .wrapper {
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
  max-width: 100%; }

/*********************
LINK STYLES
*********************/
a {
  color: #0061aa;
  -webkit-transition: color 0.2s;
  -transition: color 0.2s;
  transition: color 0.2s;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:visited {
    color: #123a5d; }
  a:hover, a:focus {
    color: #007edd; }
  a:active {
    color: #007edd; }
  a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
Helpers
*********************/
.caps, .widget > h3 {
  text-transform: uppercase;
  letter-spacing: .1em; }

/*********************
HEADINGS
*********************/
h1, h2, h3, h4, h5, h6 {
  font-family: "ff-more-web-pro-wide", "Georgia", serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  /* removing text decoration from all headline links */ }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

/*********************
TYPOGRAPHY
*********************/
html.safari, html.safari p, html.safari div, html.safari section,
html.appleios,
html.appleios p,
html.appleios div,
html.appleios section {
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  hyphens: manual !important; }

.content ul, .content ol {
  padding: 0 0 0 40px;
  padding: 0 0 0 4.0rem;
  margin: 10px 0;
  margin: 1.0rem 0; }
  .content ul ul, .content ul ol, .content ol ul, .content ol ol {
    margin-top: 0;
    margin-bottom: 0; }
.content ul {
  list-style: disc; }
  .content ul ul {
    list-style: circle; }
.content ol {
  list-style: lower-alpha; }
.content em {
  font-style: italic; }
.content strong {
  font-weight: 900; }

a[href^="tel"] {
  color: #e76148;
  text-decoration: none; }

/*********************
FORMS
*********************/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  background: #fff;
  border: 1px solid #999;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px;
  padding: 1.5rem;
  color: #0061aa;
  display: block;
  outline: none;
  -webkit-transition: border-color 0.2s ease-in-out;
  -transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus {
    border-color: #0061aa; }

label {
  display: block;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 10px 0 5px 0;
  margin: 1.0rem 0 0.5rem 0; }

input[type=checkbox] + label, input[type=radio] + label {
  display: inline-block !important; }
  .unit.size1of2 input[type=checkbox] + label,
  .unit.size1of2 input[type=radio] + label {
    display: inline !important; }

input[type=checkbox],
input[type=radio] {
  margin-right: 5px; }

form.subscribe input[type="email"] {
  width: 100%; }

/*********************
NAVIGATION
*********************/
#main-nav-wrap {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 64.1109298532%;
  margin-right: 0;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #main-nav-wrap:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    #main-nav-wrap {
      display: none;
      clear: both;
      width: 100%;
      float: none;
      margin-bottom: 1em;
      height: calc(100vh - 332px); }
      #main-nav-wrap .mobile-menu-wrap {
        height: calc(100vh - 495px);
        overflow: scroll; } }

nav ul.subnav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin-top: -1px;
  float: none;
  background: #fff; }
  nav ul.subnav li {
    display: inline; }
  nav ul.subnav a {
    display: inline-block; }
  nav ul.subnav a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 12px;
    padding: 2.0rem 1.2rem; }
    nav ul.subnav a:hover {
      color: #5bb59a; }
  @media (max-width: 767px) {
    nav ul.subnav a {
      display: block;
      font-family: "ff-more-web-pro", "Georgia", serif;
      text-transform: none;
      font-size: 18px;
      font-weight: bold;
      line-height: 25px;
      color: #123A5D;
      padding: 10px 20px; }
    nav ul.subnav > li:first-of-type a {
      border-top: none !important; } }
@media screen and (min-width: 767px) {
  nav#main-nav-wrap ul.subnav {
    display: none !important; } }

/*********************
CONTENT AREAS
*********************/
header.main {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 60; }
  html.no-rgba header.main {
    background: url(../images/ie-trans-fallback.png) repeat !important;
    height: 126px; }
  @media screen and (max-width: 88em) {
    header.main {
      padding-left: 30px;
      padding-left: 3rem;
      padding-right: 30px;
      padding-right: 3rem; } }
  @media screen and (max-width: 767px) {
    header.main {
      padding-left: 15px;
      padding-left: 1.5rem;
      padding-right: 15px;
      padding-right: 1.5rem; } }
  @media screen and (max-width: 639px) {
    header.main {
      padding-left: 10px;
      padding-left: 1rem;
      padding-right: 10px;
      padding-right: 1rem; } }
  header.main .inner:last-child {
    border: none; }
  html.no-rgba header.main .inner {
    border: none !important; }
  header.main .wrap-visit-info {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    margin-bottom: 20px;
    display: none;
    border-radius: 3px;
    font-size: 1.3em;
    text-align: center; }
    header.main .wrap-visit-info i {
      vertical-align: middle; }
    header.main .wrap-visit-info a.button, header.main .wrap-visit-info .button-list a, .button-list header.main .wrap-visit-info a {
      display: block;
      margin: 10px 0 0 0; }
    header.main .wrap-visit-info p:first-of-type {
      margin-top: 0;
      padding-top: 0; }
    header.main .wrap-visit-info p:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0; }
  header.main .wrap-subnav {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 46.1663947798%; }
    header.main .wrap-subnav:last-child {
      margin-right: 0; }
    header.main .wrap-subnav .subnav-item {
      float: right; }
    @media screen and (max-width: 1023px) {
      header.main .wrap-subnav .subnav-menu-wrap a {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 950px) {
      header.main .wrap-subnav a.givenow {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 5px 10px;
        padding: 0.5rem 1.0rem; }
      header.main .wrap-subnav .subnav-menu-wrap .subnav a {
        padding: 10px 5px;
        padding: 1.0rem 0.5rem; } }
    @media screen and (max-width: 767px) {
      header.main .wrap-subnav a.givenow {
        display: none; }
      header.main .wrap-subnav .subnav-menu-wrap a {
        display: inline-block;
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 1px;
        padding: 0 5px 0 0;
        padding: 0 0.5rem 0 0; } }
    @media screen and (max-width: 639px) {
      header.main .wrap-subnav {
        width: 22% !important; }
        header.main .wrap-subnav .subnav-menu-wrap li, header.main .wrap-subnav .subnav-menu-wrap a {
          display: block;
          margin: 0;
          padding: 0; }
        header.main .wrap-subnav .subnav-menu-wrap a {
          font-size: 10px;
          font-size: 1rem;
          letter-spacing: normal;
          text-transform: none; } }
  header.main .wrap-search {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 19.2495921697%;
    width: 35.25%;
    float: right;
    padding-top: 1.5rem; }
    header.main .wrap-search:last-child {
      margin-right: 0; }
  header.main .wrap-subnav .button, header.main .wrap-subnav .button-list a, .button-list header.main .wrap-subnav a {
    margin-top: 16px;
    margin-top: 1.6rem; }
  @media screen and (max-width: 767px) {
    header.main .wrap-search {
      width: 100%;
      float: none;
      display: none; }
      header.main .wrap-search form {
        margin-bottom: 20px;
        margin-bottom: 2rem; }
      header.main .wrap-search input[type="text"],
      header.main .wrap-search input[type="search"] {
        display: block;
        background: #F2F2F2;
        color: #000;
        border: none;
        padding: 10px;
        padding: 1rem;
        margin: 0;
        width: 100%;
        border-radius: 0;
        -webkit-appearance: none; }
    header.main .wrap-subnav {
      display: block;
      float: left;
      margin-right: 7.6672104405%;
      width: 28.2218597064%;
      float: right; }
      header.main .wrap-subnav:last-child {
        margin-right: 0; }
      header.main .wrap-subnav .button, header.main .wrap-subnav .button-list a, .button-list header.main .wrap-subnav a {
        padding: 12px;
        padding: 1.2rem;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.2; } }

.header-wrap {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 64.1109298532%; }
  .header-wrap:last-child {
    margin-right: 0; }
  .header-wrap.full {
    width: 100%;
    float: none; }
  @media screen and (max-width: 767px) {
    .header-wrap {
      width: 100%;
      float: none; } }

@media screen and (max-width: 88em) {
  .wide-stack {
    *zoom: 1;
    max-width: 88em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    padding: 0 3.0rem; }
    .wide-stack:before, .wide-stack:after {
      content: " ";
      display: table; }
    .wide-stack:after {
      clear: both; } }
.wrap-mobile-links {
  display: none; }
  .wrap-mobile-links > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-family: "ff-more-web-pro-wide", "Georgia", serif;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    *zoom: 1;
    max-width: 88em;
    margin-left: auto;
    margin-right: auto;
    margin: 20px auto;
    margin: 2.0rem auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .wrap-mobile-links > ul:before, .wrap-mobile-links > ul:after {
      content: " ";
      display: table; }
    .wrap-mobile-links > ul:after {
      clear: both; }
    .wrap-mobile-links > ul li {
      flex: 0 0 1;
      text-align: center;
      overflow: hidden;
      position: relative; }
      .wrap-mobile-links > ul li:before {
        position: absolute;
        pointer-events: none;
        border: solid transparent;
        top: 10px;
        content: "";
        height: 0;
        width: 0;
        border-width: 8px;
        left: 50%;
        margin-left: -8px;
        border-top-color: transparent;
        -webkit-transition: all 0.2s ease-in-out;
        -transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .wrap-mobile-links > ul a, .wrap-mobile-links > ul i {
      color: #fff;
      text-decoration: none;
      vertical-align: middle; }
    .wrap-mobile-links > ul a {
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      outline: none;
      padding: 0 8px;
      padding: 0 0.8rem; }
    .wrap-mobile-links > ul i {
      font-size: 24px;
      font-size: 2.4rem; }
  @media screen and (max-width: 767px) {
    .wrap-mobile-links {
      display: block;
      position: absolute;
      top: 0;
      right: 0; } }
  @media screen and (max-width: 639px) {
    .wrap-mobile-links > ul {
      font-size: 18px;
      font-size: 1.8rem; }
      .wrap-mobile-links > ul i {
        font-size: 22px;
        font-size: 2.2rem; } }

.wrap-logo a, .wrap-logo a:hover {
  color: #fff;
  text-decoration: none; }

.logo {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 46.1663947798%;
  padding: 1.2em 0; }
  .logo:last-child {
    margin-right: 0; }
  .logo .logo-wrapper {
    margin: 19px 0; }
  .logo div.really-h1, .logo {
    color: #fff; }
  .logo div.really-h1 {
    font-family: "ff-more-web-pro", "Georgia", serif;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin: .67em 0; }
  .logo img, .logo span, .logo svg {
    display: inline-block;
    vertical-align: middle;
    float: left; }
  .logo img {
    width: 80px;
    height: auto;
    display: block;
    margin-right: 15px;
    margin-right: 1.5rem; }
  .logo svg {
    display: block;
    margin-right: 15px;
    margin-right: 1.5rem; }
  .logo span {
    margin-top: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 900; }
  @media screen and (max-width: 767px) {
    .logo {
      width: 240px;
      margin-right: 0;
      padding: 5px 0 0; }
      .logo img {
        width: 85px;
        margin-right: 5px;
        margin-top: 2px;
        padding: 0; }
      .logo span {
        width: 150px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.15; } }
  @media screen and (max-width: 639px) {
    .logo {
      width: 220px; }
      .logo span {
        width: 130px;
        font-size: 11px;
        font-size: 1.1rem; } }

header.main.open {
  background: #fff; }
  header.main.open .wrap-mobile-links > ul a,
  header.main.open .wrap-mobile-links > ul i {
    color: #123A5D; }
  @media screen and (max-width: 767px) {
    header.main.open .wrap-search {
      display: block;
      padding-top: 0; } }
  header.main.open .logo svg path {
    fill: #123A5D; }
  header.main.open .logo span {
    color: #123A5D; }

footer {
  overflow: hidden; }
  footer .badges {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    footer .badges img {
      max-height: 40px;
      width: auto; }
  footer .logo {
    line-height: 1.3;
    padding: 0 0 .5em 0;
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 100%; }
    footer .logo:last-child {
      margin-right: 0; }
    footer .logo img {
      width: 88px;
      max-width: 100%;
      height: auto; }
    footer .logo span {
      margin-top: .2em;
      max-width: 70%; }
    footer .logo, footer .logo h1, footer .logo span, footer .logo a {
      color: #123a5d; }
  footer.main {
    background: #f2f3f3;
    padding-top: 30px;
    padding-top: 3rem;
    padding-bottom: 30px;
    padding-bottom: 3rem;
    margin-top: 30px;
    margin-top: 3rem; }
    footer.main .inner > div {
      display: block;
      float: left;
      margin-right: 7.6672104405%;
      width: 19.2495921697%; }
      footer.main .inner > div:last-child {
        margin-right: 0; }
      footer.main .inner > div:nth-child(4n) {
        margin-right: 0; }
      footer.main .inner > div:nth-child(4n+1) {
        clear: left; }
    footer.main address {
      font-size: 16px;
      font-size: 1.6rem;
      color: #0061aa;
      font-style: normal;
      font-weight: normal; }
    footer.main h3 {
      font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      margin: 0 0 10px 0;
      margin: 0 0 1.0rem 0;
      padding: 0;
      font-size: 18px;
      font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      footer.main .inner > div {
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 100%;
        margin: 20px 0;
        margin: 2.0rem 0; }
        footer.main .inner > div:last-child {
          margin-right: 0; }
        footer.main .inner > div.footer-address, footer.main .inner > div.footer-nav, footer.main .inner > div.footer-social {
          display: none; } }
    footer.main .inner {
      max-width: 88em; }
    footer.main .social {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      footer.main .simple {
        margin-top: .9em; }
      footer.main .inner > div > h3 {
        margin-top: .9em; } }
    footer.main .donate {
      text-align: center; }
      footer.main .donate img {
        display: block;
        max-width: 100%;
        height: auto; }
      footer.main .donate .button, footer.main .donate .button-list a, .button-list footer.main .donate a, footer.main .donate img {
        margin-left: auto;
        margin-right: auto; }

@media all and (max-width: 88em) {
  footer.main {
    padding: 30px;
    padding: 3rem; } }
@media all and (max-width: 767px) {
  footer.main .col {
    width: 100%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  footer.main address {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    hyphens: none !important; }
  footer.main .footer-nav {
    display: none !important; }
  footer.main .inner > div {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 28.2218597064%; }
    footer.main .inner > div:last-child {
      margin-right: 0; }
    footer.main .inner > div:nth-child(3n) {
      margin-right: 7.6672104405%; }
    footer.main .inner > div:nth-child(3n+1) {
      clear: none; }
    footer.main .inner > div:nth-child(4n) {
      margin-right: 0; }
    footer.main .inner > div:nth-child(4n+1) {
      clear: left; } }
.inner {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto; }
  .inner:before, .inner:after {
    content: " ";
    display: table; }
  .inner:after {
    clear: both; }

.footer-stack {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ccc;
  padding: 30px 0;
  padding: 3.0rem 0;
  margin: 30px auto;
  margin: 3.0rem auto; }
  .footer-stack:before, .footer-stack:after {
    content: " ";
    display: table; }
  .footer-stack:after {
    clear: both; }
  .footer-stack .simple-caption .thumbnail-container {
    margin-top: 13px;
    margin-top: 1.3rem; }
  .footer-stack .simple-caption .feature-info h3 {
    font-size: 2em;
    font-weight: 900;
    margin: 0;
    padding: 0; }

@media screen and (max-width: 767px) {
  .footer-stack {
    padding: 30px;
    padding: 3rem; }
    .footer-stack div[class^="span-"],
    .footer-stack .simple-caption,
    .footer-stack .simple-caption.columns .thumbnail-container,
    .footer-stack .feature-info {
      display: block;
      width: 100% !important;
      float: none !important; }
      .footer-stack div[class^="span-"] img,
      .footer-stack .simple-caption img,
      .footer-stack .simple-caption.columns .thumbnail-container img,
      .footer-stack .feature-info img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
        width: 100%; } }
@media screen and (max-width: 767px) {
  .mobile-stack {
    padding: 0; }
    .mobile-stack div[class^="span-"],
    .mobile-stack .simple-caption,
    .mobile-stack .simple-caption.columns .thumbnail-container,
    .mobile-stack .feature-info {
      display: block;
      width: 100% !important;
      float: none !important; }
      .mobile-stack div[class^="span-"] img,
      .mobile-stack .simple-caption img,
      .mobile-stack .simple-caption.columns .thumbnail-container img,
      .mobile-stack .feature-info img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
        width: 100%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .footer-stack .thumbnail-container,
  .footer-stack .feature-info {
    display: block;
    width: 100% !important;
    float: none !important; }
    .footer-stack .thumbnail-container img,
    .footer-stack .feature-info img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      border: none;
      width: auto; } }
.content-wrap {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-top: 3rem; }
  .content-wrap:before, .content-wrap:after {
    content: " ";
    display: table; }
  .content-wrap:after {
    clear: both; }
  body.no-masthead .content-wrap {
    padding-top: 150px;
    padding-top: 15rem; }

@media all and (max-width: 88em) {
  .content-wrap {
    padding: 30px;
    padding: 3rem; } }
.content {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 64.1109298532%;
  overflow: visible; }
  .content:last-child {
    margin-right: 0; }
  .content .issuuembed {
    width: 100% !important;
    height: 480px !important; }
  .content.no-sidebar {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 100%; }
    .content.no-sidebar:last-child {
      margin-right: 0; }

.sidebar {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 28.2218597064%; }
  .sidebar:last-child {
    margin-right: 0; }
  .sidebar > h3,
  .sidebar > nav h3 {
    font-size: 36px;
    font-size: 3.6rem;
    font-family: "ff-more-web-pro-wide", "Georgia", serif;
    margin: 20px 0 0 0;
    margin: 2.0rem 0 0 0;
    padding: 0; }
  body.no-masthead .sidebar {
    margin-top: 30px;
    margin-top: 3rem; }
  .sidebar.for-mobile {
    float: none;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0 30px;
    padding: 0 3.0rem; }
  @media screen and (min-width: 767px) {
    .sidebar.for-desktop {
      display: block !important; }
    .sidebar.for-mobile {
      display: none !important; } }
  @media screen and (max-width: 767px) {
    .sidebar.for-desktop {
      display: none !important; }
    .sidebar.for-mobile {
      display: block !important; } }

.widget {
  margin: 20px 0;
  margin: 2.0rem 0;
  display: block;
  clear: both;
  overflow: hidden; }
  .widget > .cta {
    width: 100%;
    float: none !important;
    margin-right: 0;
    margin-left: 0; }
  .widget:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0; }
  .widget > h3 {
    font-size: 19px;
    font-size: 1.9rem;
    color: #000;
    margin-top: 2.0rem;
    margin-bottom: 0;
    padding: 0; }
  .widget h3 + p {
    margin-top: 0;
    padding-top: 0; }
  .widget nav > h3 {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0; }
    @media screen and (max-width: 1024px) and (min-width: 640px) {
      .widget nav > h3 {
        font-size: 24px;
        font-size: 2.4rem; } }
  .widget.calendario {
    overflow: visible !important; }
  .widget.action-buttons {
    background: #f2f3f3;
    padding: 28px;
    padding: 2.8rem; }
    .widget.action-buttons .button-list {
      margin: 0;
      padding: 0;
      list-style: none;
      width: 100% !important;
      display: block !important;
      overflow: hidden; }
      .widget.action-buttons .button-list, .widget.action-buttons .button-list li {
        text-align: center; }
      .widget.action-buttons .button-list li, .widget.action-buttons .button-list a {
        margin: 0; }
      .widget.action-buttons .button-list li {
        display: block;
        padding: 0; }
      .widget.action-buttons .button-list a {
        display: block;
        width: 100%;
        border-radius: 5px;
        text-transform: uppercase;
        text-align: center;
        padding: 10px;
        padding: 1rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        .widget.action-buttons .button-list a:after {
          font-family: "icomoon";
          font-size: 125%;
          content: "\27a1";
          display: inline-block;
          vertical-align: middle;
          margin-left: 8px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .widget.action-buttons .button-list a {
          text-transform: none;
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 970px) {
        .widget.action-buttons .button-list a {
          font-size: 13px;
          font-size: 1.3rem; } }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .widget.action-buttons .button-list .button-list a {
          font-size: 14px;
          font-size: 1.4rem; } }
  .widget.news-topics li a {
    display: block;
    text-decoration: none;
    padding: .5rem 1.6rem;
    border-bottom: 1px solid #eee; }
  .widget.sidebar-search form, .widget.sidebar-search form.alt, .widget.sidebar-search form.search {
    border-width: 4px !important;
    margin: 0;
    padding: 0; }
  .widget.sidebar-search input[type="search"],
  .widget.sidebar-search input[type="text"] {
    font-size: 18px !important;
    font-size: 1.8rem !important; }
  .widget.sidebar-search input[type="submit"],
  .widget.sidebar-search button {
    font-size: 26px !important;
    font-size: 2.6rem !important; }
  .widget.gallery-sidebar .button-list {
    margin: 0;
    padding: 0; }

.sidebar-events {
  overflow: hidden; }
  .sidebar-events .list-header h1 {
    margin: 0.5em 0 0 0;
    padding: 0;
    border-bottom: 6px solid #000; }

@media all and (max-width: 767px) {
  .content, .sidebar {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 100%; }
    .content:last-child, .sidebar:last-child {
      margin-right: 0; }

  .sidebar {
    margin-top: 1.5em; }
    .sidebar > h3,
    .sidebar > nav h3 {
      font-size: 24px;
      font-size: 2.4rem; } }
section.teaser-blocks {
  background: #f2f3f3;
  padding-bottom: 30px;
  padding-bottom: 3rem; }

.teaser-list.alt .feature-box,
.teaser-grid.alt .feature-box,
.program-slider .feature-box {
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  min-height: 200px !important;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  .teaser-list.alt .feature-box a, .teaser-list.alt .feature-box .feature-info h1,
  .teaser-grid.alt .feature-box a,
  .teaser-grid.alt .feature-box .feature-info h1,
  .program-slider .feature-box a,
  .program-slider .feature-box .feature-info h1 {
    color: #000; }
  .teaser-list.alt .feature-box .feature-info p,
  .teaser-grid.alt .feature-box .feature-info p,
  .program-slider .feature-box .feature-info p {
    color: #999; }
  .teaser-list.alt .feature-box a,
  .teaser-grid.alt .feature-box a,
  .program-slider .feature-box a {
    text-decoration: none; }
  .teaser-list.alt .feature-box img,
  .teaser-grid.alt .feature-box img,
  .program-slider .feature-box img {
    border: none !important; }

/*********************
SPECIFIC PAGES
*********************/
body.news-archive .news-featured-image {
  max-width: 33%;
  margin: 0 10px 10px 0;
  float: left; }
  body.news-archive .news-featured-image.image-right {
    float: right;
    margin: 0 0 10px 10px; }
  body.news-archive .news-featured-image.image-full {
    float: none;
    margin: 10px 0;
    max-width: 100%;
    width: 100%; }
  body.news-archive .news-featured-image.has-caption {
    padding: 5px;
    background-color: #81b1bd; }
    body.news-archive .news-featured-image.has-caption p {
      margin-top: 5px;
      text-align: center;
      font-size: 11px;
      font-size: 1.1rem; }
  @media screen and (max-width: 450px) {
    body.news-archive .news-featured-image {
      max-width: 100%;
      width: 100%;
      margin: 10px 0;
      float: none; } }
  body.news-archive .news-featured-image img {
    width: 100%;
    height: auto; }

section.news {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 100%; }
  section.news:last-child {
    margin-right: 0; }
  section.news.featured-events {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 100%;
    margin-top: 20px;
    margin-top: 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
    section.news.featured-events:last-child {
      margin-right: 0; }

.time i {
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem; }

.event-details .button, .event-details .button-list a, .button-list .event-details a {
  display: block; }
.event-details .meta {
  margin: 10px 0;
  margin: 1.0rem 0; }
  .event-details .meta i {
    color: #999; }
.event-details .event_pricing, .event-details .event_pricing th, .event-details .event_pricing td {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "ff-more-web-pro", "Georgia", serif;
  font-weight: normal; }
.event-details .event_pricing th, .event-details .event_pricing td {
  width: 50%;
  padding: 15px;
  padding: 1.5rem; }
.event-details .event_pricing th {
  text-align: right; }
.event-details .event_pricing td:nth-child(2n) {
  color: #e76148; }
@media screen and (max-width: 767px) {
  .event-details .event_pricing, .event-details .event_pricing th, .event-details .event_pricing td {
    font-size: 18px;
    font-size: 1.8rem; } }

@media screen and (max-width: 767px) {
  .event-details div[class^="span-"] {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 100%; }
    .event-details div[class^="span-"]:last-child {
      margin-right: 0; }
    .event-details div[class^="span-"] img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      border: none;
      width: 100%; } }
.event-location {
  overflow: hidden;
  display: block;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-top: 1rem;
  padding-top: 10px;
  padding-top: 1rem; }
  .event-location h5 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1.3;
    margin: 0;
    padding: 0; }

@media screen and (max-width: 88em) {
  .education-testimonials {
    padding-right: 30px;
    padding-right: 3rem;
    padding-left: 30px;
    padding-left: 3rem; } }
.education-testimonials .simple-caption {
  background: #fff; }

.education-highlights .feature-box {
  display: block;
  width: 100%;
  height: 270px;
  float: none;
  overflow: hidden;
  position: relative; }
  .education-highlights .feature-box .thumbnail-container {
    overflow: hidden;
    height: 50%; }
    .education-highlights .feature-box .thumbnail-container .thumbnail {
      position: relative;
      left: 0 !important; }
  .education-highlights .feature-box figcaption {
    border: 1px solid #ccc;
    border-top: none;
    padding: 25px;
    padding: 2.5rem;
    margin: 0;
    text-align: center;
    padding-top: 20px;
    padding-top: 2.0rem;
    padding-bottom: 20px;
    padding-bottom: 2.0rem; }
    .education-highlights .feature-box figcaption h1 {
      margin: 0;
      line-height: 1.3; }
  .education-highlights .feature-box, .education-highlights .feature-box:hover {
    background: #fff !important; }
.education-highlights .caption-box,
.education-highlights .feature-box {
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  .education-highlights .caption-box h1,
  .education-highlights .caption-box figcaption h1,
  .education-highlights .feature-box h1,
  .education-highlights .feature-box figcaption h1 {
    font-size: 20px;
    font-size: 2rem;
    color: #0061aa !important; }
  .education-highlights .caption-box p,
  .education-highlights .caption-box figcaption p,
  .education-highlights .feature-box p,
  .education-highlights .feature-box figcaption p {
    color: #000; }
  .education-highlights .caption-box a,
  .education-highlights .feature-box a {
    text-decoration: none; }
    .education-highlights .caption-box a h1,
    .education-highlights .caption-box a figcaption h1,
    .education-highlights .caption-box a p,
    .education-highlights .caption-box a figcaption p,
    .education-highlights .feature-box a h1,
    .education-highlights .feature-box a figcaption h1,
    .education-highlights .feature-box a p,
    .education-highlights .feature-box a figcaption p {
      -webkit-transition: color 0.2s ease-in-out;
      -transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    .education-highlights .caption-box a:hover h1,
    .education-highlights .caption-box a:hover figcaption h1,
    .education-highlights .feature-box a:hover h1,
    .education-highlights .feature-box a:hover figcaption h1 {
      color: #e76148 !important; }
    .education-highlights .caption-box a:hover p,
    .education-highlights .caption-box a:hover figcaption p,
    .education-highlights .feature-box a:hover p,
    .education-highlights .feature-box a:hover figcaption p {
      color: #999 !important; }
  @media screen and (max-width: 1100px) {
    .education-highlights .caption-box,
    .education-highlights .feature-box {
      overflow: hidden; }
      .education-highlights .caption-box, .education-highlights .caption-box figcaption,
      .education-highlights .feature-box,
      .education-highlights .feature-box figcaption {
        height: 128px !important; }
      .education-highlights .caption-box figcaption,
      .education-highlights .feature-box figcaption {
        border-top: 1px solid #ccc; }
      .education-highlights .caption-box h1,
      .education-highlights .caption-box figcaption h1,
      .education-highlights .feature-box h1,
      .education-highlights .feature-box figcaption h1 {
        line-height: 1.2;
        font-size: 15px;
        font-size: 1.5rem; }
      .education-highlights .caption-box p,
      .education-highlights .caption-box figcaption p,
      .education-highlights .feature-box p,
      .education-highlights .feature-box figcaption p {
        font-size: 14px;
        font-size: 1.4rem; } }
  @media screen and (max-width: 481px) {
    .education-highlights .caption-box p,
    .education-highlights .caption-box figcaption p,
    .education-highlights .feature-box p,
    .education-highlights .feature-box figcaption p {
      display: none; } }

@media screen and (max-width: 1100px) {
  .wrap-education > [class*="span-"] {
    display: block;
    width: 100% !important;
    overflow: hidden;
    float: none !important; } }
section.experiences {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  section.experiences:before, section.experiences:after {
    content: " ";
    display: table; }
  section.experiences:after {
    clear: both; }
  section.experiences div[class*="exp-"] {
    display: block;
    float: left;
    overflow: hidden;
    width: 32.6264274062%;
    margin-right: 1%; }
    section.experiences div[class*="exp-"]:last-of-type {
      margin-right: 0; }
    section.experiences div[class*="exp-"] .inner {
      padding: 0;
      margin: 0;
      max-width: 100%; }
  section.experiences.alt div[class*="exp-"] {
    background: #ccc url(../images/waves.png) repeat; }
    section.experiences.alt div[class*="exp-"] .inner {
      padding: 0 5px 5px 5px;
      padding: 0 0.5rem 0.5rem 0.5rem;
      overflow: hidden; }
    section.experiences.alt div[class*="exp-"] article {
      max-width: 100%;
      padding: 0;
      margin: 5px 0;
      margin: 0.5rem 0;
      border: 1px solid #ccc; }
      section.experiences.alt div[class*="exp-"] article:last-of-type {
        margin-bottom: 0; }
      section.experiences.alt div[class*="exp-"] article h3 {
        background: #fff;
        font-size: 27px;
        font-size: 2.7rem;
        color: #0061aa;
        text-align: center;
        -webkit-transition: color 0.2s ease-in-out;
        -transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        padding: 12px;
        padding: 1.2rem; }
    section.experiences.alt div[class*="exp-"] > h3 {
      background: #0061aa;
      font-size: 30px;
      font-size: 3rem;
      padding: 5px 15px;
      padding: 0.5rem 1.5rem; }
    section.experiences.alt div[class*="exp-"] a:hover h3 {
      color: #e76148;
      background: #fff; }
    section.experiences.alt div[class*="exp-"] i {
      display: none; }
    @media screen and (min-width: 767px) and (max-width: 1023px) {
      section.experiences.alt div[class*="exp-"] > h3 {
        font-size: 20px;
        font-size: 2rem; }
      section.experiences.alt div[class*="exp-"] article h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
  section.experiences div[class*="exp-"] article {
    padding: 10px;
    padding: 1rem; }
    section.experiences div[class*="exp-"] article h3 {
      -webkit-transition: background 0.2s ease-in-out;
      -transition: background 0.2s ease-in-out;
      transition: background 0.2s ease-in-out;
      margin: 0;
      padding: 10px;
      padding: 1rem; }
  section.experiences div[class*="exp-"] > h3 {
    font-size: 36px;
    font-size: 3.6rem;
    padding: 20px;
    padding: 2rem;
    margin: 0 !important; }
  section.experiences div[class*="exp-"] h3 {
    color: #fff; }
  section.experiences .exp-education {
    background: #c4e5db; }
    section.experiences .exp-education h3 {
      background: #5bb59a; }
    section.experiences .exp-education a:hover h3 {
      background: #7ec5b0; }
  section.experiences .exp-adventure {
    background: #91d0ff; }
    section.experiences .exp-adventure h3 {
      background: #0061aa; }
    section.experiences .exp-adventure a:hover h3 {
      background: #007edd; }
  section.experiences .exp-fun {
    background: #f9d6cf; }
    section.experiences .exp-fun h3 {
      background: #e76148; }
    section.experiences .exp-fun a:hover h3 {
      background: #ed8875; }
  @media screen and (max-width: 1023px) {
    section.experiences div[class^="exp-"] > h3 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 767px) {
    section.experiences div[class^="exp-"] {
      width: 100% !important;
      margin-right: 0 !important; }
      section.experiences div[class^="exp-"] > h3 {
        font-size: 24px;
        font-size: 2.4rem; } }

.team-members form.search {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto;
  border-width: 3px; }
  .team-members form.search:before, .team-members form.search:after {
    content: " ";
    display: table; }
  .team-members form.search:after {
    clear: both; }
  .team-members form.search input[type="search"],
  .team-members form.search input[type="text"] {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 3;
    padding-top: 3px;
    padding-top: 0.3rem;
    padding-bottom: 3px;
    padding-bottom: 0.3rem; }
  .team-members form.search input[type="submit"],
  .team-members form.search input[type="reset"],
  .team-members form.search button {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.8; }
@media screen and (max-width: 1023px) {
  .team-members form.search input[type="submit"],
  .team-members form.search input[type="reset"],
  .team-members form.search button {
    display: none; } }
@media screen and (max-width: 767px) {
  .team-members form.search input[type="submit"],
  .team-members form.search input[type="reset"],
  .team-members form.search button {
    display: block; } }

.member-list.teaser-list .feature-box, .member-list.teaser-list.alt .feature-box {
  min-height: 120px !important; }
.member-list.teaser-list .thumbnail-container {
  width: 120px !important;
  margin-right: 4.79200625%; }
.member-list.teaser-list .feature-info h3, .member-list.teaser-list .feature-info p {
  margin: 0;
  padding: 0; }
.member-list.teaser-list .feature-info p {
  display: block !important; }

.gallery-archives {
  margin-top: 2em; }
  .gallery-archives h3 {
    text-align: center; }
  .gallery-archives.meera img {
    width: 100%;
    height: auto; }
  .gallery-archives.meera ul {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
    .gallery-archives.meera ul:last-child {
      margin-right: 0; }
    .gallery-archives.meera ul li {
      display: block;
      float: left;
      margin-right: 7.6672104405%;
      width: 28.2218597064%; }
      .gallery-archives.meera ul li:last-child {
        margin-right: 0; }
      .gallery-archives.meera ul li.full {
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 100%; }
        .gallery-archives.meera ul li.full:last-child {
          margin-right: 0; }
      .gallery-archives.meera ul li:nth-child(3n+1) {
        margin-right: 0; }

.staff-sidebar {
  background: #f2f3f3;
  float: right;
  padding: 20px;
  padding: 2rem;
  margin: 20px 0 20px 20px;
  margin: 2.0rem 0 2.0rem 2.0rem;
  max-width: 300px; }
  .staff-sidebar img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%; }
  .staff-sidebar ul.user-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 20px 0;
    margin: 2.0rem 0; }
    .staff-sidebar ul.user-meta li {
      border-bottom: 1px solid #ccc;
      padding: 5px 0;
      padding: 0.5rem 0; }
      .staff-sidebar ul.user-meta li:last-child {
        border: none; }
    .staff-sidebar ul.user-meta i {
      vertical-align: middle;
      color: #0061aa !important;
      font-size: 20px;
      font-size: 2rem; }
    .staff-sidebar ul.user-meta a {
      text-decoration: none; }
  @media screen and (max-width: 1100px) {
    .staff-sidebar {
      max-width: 200px;
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 639px) {
    .staff-sidebar {
      display: block;
      float: none;
      margin: 20px 0;
      margin: 2.0rem 0;
      max-width: 100%; } }

form.search-form {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto; }
  form.search-form:before, form.search-form:after {
    content: " ";
    display: table; }
  form.search-form:after {
    clear: both; }
  form.search-form select, form.search-form button, form.search-form span.or {
    vertical-align: middle !important; }
  form.search-form div[class^="span-"] {
    margin-right: 0; }
  form.search-form span.or {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 10px;
    padding: 0 1.0rem; }
  form.search-form input[type="text"],
  form.search-form input[type="search"],
  form.search-form span.twitter-typeahead {
    width: 90% !important; }
  form.search-form button {
    padding: 5px 10px;
    padding: 0.5rem 1.0rem;
    margin: 0 5px;
    margin: 0 0.5rem; }
  form.search-form select {
    width: auto; }
  form.search-form .wrap-department {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 767px) {
    form.search-form .wrap-department, form.search-form .wrap-department button, form.search-form .wrap-department span {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 639px) {
    form.search-form .wrap-department {
      text-align: center; }
      form.search-form .wrap-department input[type="submit"], form.search-form .wrap-department button {
        margin: 0; }
      form.search-form .wrap-department span, form.search-form .wrap-department select, form.search-form .wrap-department input[type="submit"], form.search-form .wrap-department button {
        display: block;
        width: 100%; }
      form.search-form .wrap-department select {
        margin: 10px 0;
        margin: 1.0rem 0; } }
  @media screen and (max-width: 1136px) {
    form.search-form .hasCustomSelect {
      display: block;
      clear: both; } }

.patient-details header {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto; }
  .patient-details header:before, .patient-details header:after {
    content: " ";
    display: table; }
  .patient-details header:after {
    clear: both; }
  .patient-details header h3 {
    padding: 0;
    margin: 0;
    color: #999;
    font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .patient-details header h4 {
    color: #999;
    font-size: 24px;
    font-size: 2.4rem;
    font-style: italic;
    text-align: right; }
.patient-details div[class^="span-"] img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  width: auto; }
.patient-details .identification {
  color: #999;
  font-style: italic; }
@media screen and (max-width: 767px) {
  .patient-details div[class^="span-"] {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 100%; }
    .patient-details div[class^="span-"]:last-child {
      margin-right: 0; }
  .patient-details .patient-portrait img {
    width: 100% !important; }
  .patient-details header h4 {
    text-align: left; }
  .patient-details header h3, .patient-details header h4 {
    font-size: 16px;
    font-size: 1.6rem; } }

.tt-dropdown-menu {
  width: 100%;
  background: #fff;
  z-index: 3000 !important;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  padding: 20px;
  padding: 2rem;
  margin-top: 10px;
  margin-top: 1rem;
  border: 1px solid #ccc; }
  .tt-dropdown-menu p {
    color: #0061aa;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s ease-in-out;
    -transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .tt-dropdown-menu p:hover {
      color: #e76148;
      cursor: pointer; }
  @media screen and (max-width: 767px) {
    .tt-dropdown-menu {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 10px;
      padding: 1rem; } }

section.research-program-list #clear_fields a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #0061aa; }
  section.research-program-list #clear_fields a:hover {
    color: #e76148; }
  section.research-program-list #clear_fields a span {
    display: inline-block;
    font-size: 200%;
    color: #e76148;
    line-height: 0;
    position: relative;
    top: 5px; }
section.research-program-list .header-wrap, section.research-program-list .header-wrap.full {
  clear: both;
  overflow: visible;
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  section.research-program-list .header-wrap h2, section.research-program-list .header-wrap.full h2 {
    margin: 0;
    padding: 0; }
section.research-program-list .search, section.research-program-list .search.alt {
  margin: 0; }
section.research-program-list div[class*="span-"] .control-bar {
  width: 100%;
  max-width: 100%;
  margin: 3.2% 0 0 0 !important;
  padding: 15px 10px !important;
  padding: 1.5rem 1.0rem !important; }
  section.research-program-list div[class*="span-"] .control-bar a {
    padding: 5px;
    padding: 0.5rem; }
@media screen and (max-width: 1365px) {
  section.research-program-list div[class*="span-"] .control-bar {
    font-size: 15px;
    font-size: 1.5rem; } }
@media screen and (min-width: 767px) and (max-width: 1160px) {
  section.research-program-list div[class*="span-"] .control-bar {
    margin-top: 0 !important;
    padding: 10px !important;
    padding: 1.0rem !important; } }
@media screen and (max-width: 767px) {
  section.research-program-list div[class*="span-"] {
    width: 100%;
    overflow: hidden;
    float: none; }
    section.research-program-list div[class*="span-"] .control-bar {
      width: auto !important;
      margin: 10px 0 0 0 !important;
      margin: 1.0rem 0 0 0 !important;
      padding: 0 !important;
      font-size: 14px;
      font-size: 1.4rem; } }
section.research-program-list .feature-box {
  width: 25%;
  float: left !important;
  clear: none !important;
  border: none !important;
  margin: 0 !important; }
  section.research-program-list .feature-box .inner {
    position: relative;
    display: block;
    height: 100%;
    max-width: inherit !important;
    margin: 0 auto;
    border: 1px solid #ccc; }
    section.research-program-list .feature-box .inner > a {
      width: 100.3%;
      overflow: hidden; }
    @media screen and (min-width: 767px) {
      section.research-program-list .feature-box .inner {
        width: 95%; } }
  @media screen and (min-width: 767px) {
    section.research-program-list .feature-box {
      margin: 0 0 20px 0 !important;
      margin: 0 0 2.0rem 0 !important; } }
  section.research-program-list .feature-box:nth-child(3n), section.research-program-list .feature-box:nth-child(4n) {
    float: left !important;
    clear: none !important; }
section.research-program-list .span-8 .feature-box {
  width: 33.3333333333%; }
section.research-program-list, section.research-program-list header {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto; }
  section.research-program-list:before, section.research-program-list:after, section.research-program-list header:before, section.research-program-list header:after {
    content: " ";
    display: table; }
  section.research-program-list:after, section.research-program-list header:after {
    clear: both; }
section.research-program-list .col-fix {
  margin-right: 0 !important; }
section.research-program-list .teaser-list.research-programs .feature-box {
  display: block;
  width: 100%;
  float: none;
  position: relative; }
  section.research-program-list .teaser-list.research-programs .feature-box .inner {
    width: 100% !important;
    position: static;
    min-height: 90px; }
    section.research-program-list .teaser-list.research-programs .feature-box .inner > a {
      overflow: visible !important; }

@media screen and (max-width: 1100px) {
  .content-wrap .feature-box {
    width: 100%;
    height: 150px;
    margin: .5em 0; }
    .content-wrap .feature-box .thumbnail-container {
      float: left;
      height: 100%;
      width: 45%;
      margin-right: 5%;
      max-height: inherit;
      height: 100%; } }
#protected form, #protected label {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto; }
  #protected form:before, #protected form:after, #protected label:before, #protected label:after {
    content: " ";
    display: table; }
  #protected form:after, #protected label:after {
    clear: both; }
#protected input[type="password"], #protected button {
  display: inline-block;
  float: left; }
#protected button {
  margin-left: 10px;
  margin-left: 1rem; }
#protected label {
  display: block;
  clear: both; }

.rrssb-wrap {
  overflow: hidden;
  width: 100%; }

.rrssb-buttons {
  padding-left: 0 !important;
  margin-left: 0 !important; }

/* --- Footer CSS overrides - 2018 --- */
nav ul.simple li,
nav ul.simple a {
  font-size: 16px;
  color: #333; }

.orange-arrow {
  font-weight: 600 !important;
  color: #333; }

footer.main h3 {
  font-family: "ff-more-web-pro-wide", "Georgia", serif;
  font-size: 19px;
  color: #161616; }

.footer-address p {
  color: #333; }

.hours-color {
  color: #0060a9 !important;
  font-weight: 600; }

.footer-bottom-row-links p {
  font-size: 15px !important;
  color: #333; }

.bottom-links {
  font-weight: 600; }

.bottom-links a {
  text-decoration: none;
  color: #333 !important; }

.bottom-links a:hover {
  text-decoration: underline !important; }

nav ul.simple li,
nav ul.simple a {
  display: block;
  color: #333 !important;
  font-size: 16px; }

@media only screen and (max-width: 600px) {
  footer.main .inner > div {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 100%; }

  .footer-row {
    width: 100%;
    display: flex; }

  #footer-row-one,
  #footer-row-two,
  #footer-row-three {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }

  #footer-row-one,
  #footer-row-two {
    border-bottom: 1px solid lightgray; }

  #footer-row-one {
    padding-bottom: 30px; }

  #footer-row-two {
    padding: 0; }

  footer .logo img {
    width: 140px;
    max-width: 100%;
    height: auto; }

  .subscribe-now {
    width: auto;
    float: none;
    /* text-align: right; */
    margin: 0 auto;
    display: block; }

  .footer-social {
    width: auto;
    float: none;
    /* text-align: right; */
    margin: 0 auto;
    display: block; }

  .footer-social footer.main h3 {
    padding-right: 10px !important; }

  .social {
    margin-top: 12px !important; }

  .footer-address {
    width: auto;
    display: flex;
    flex-direction: column;
    text-align: center; }

  a.logo {
    width: auto;
    margin: auto !important; }

  .footer-nav-column,
  .get-involved {
    text-align: center;
    margin: 1.25rem 0; }

  footer.main h3 {
    font-family: "ff-more-web-pro-wide", "Georgia", serif;
    font-size: 19px;
    color: #161616 !important; }

  .get-involved ul li {
    font-size: 1.6rem;
    padding: 0.3rem 0; }

  .orange-arrow {
    display: flex;
    align-items: center;
    color: #e76148;
    text-decoration: none;
    white-space: nowrap;
    justify-content: center; }

  .orange-arrow img {
    max-width: 20px;
    margin-left: 10px; }

  .footer-bottom-row-links {
    display: block; }

  .bottom-links {
    display: flex;
    justify-content: space-between;
    width: auto; } }
/* Subscribe Now form - fields and button override */
@media only screen and (max-width: 768px) {
  /* Mobile center layout of form */
  .BBFormContainer[data-bbox-part-id="dd284eed-ff35-4e6a-85fe-5c2bb76cf5cf"] .BBFormSection fieldset {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important; }

  /* Spacing between fields */
  [data-bbox-part-id='dd284eed-ff35-4e6a-85fe-5c2bb76cf5cf'].BBFormContainer .BBFormFieldContainer {
    display: flex;
    justify-content: center; }

  .BBFormButtonRow {
    display: flex;
    justify-content: center; } }
.BBFormFieldContainer {
  margin-bottom: 20px !important; }

[data-bbox-part-id='dd284eed-ff35-4e6a-85fe-5c2bb76cf5cf'].BBFormContainer .BBFormSectionHeading {
  display: none; }

/* To keep up with Mote's latest news and events */
.BBFormContainer[data-bbox-part-id="dd284eed-ff35-4e6a-85fe-5c2bb76cf5cf"] .BBFormSubSectionHeading {
  text-align: left;
  font-size: 20px !important;
  font-weight: 400;
  color: #333;
  font-family: "ff-more-web-pro-wide", "Georgia", serif; }

.BBFormContainer[data-bbox-part-id="dd284eed-ff35-4e6a-85fe-5c2bb76cf5cf"] .BBFormSection fieldset {
  display: flex !important;
  justify-content: center;
  flex-direction: column; }

.BBFormContainer[data-bbox-part-id="dd284eed-ff35-4e6a-85fe-5c2bb76cf5cf"] .BBFormSubmitbutton {
  background-color: #E95F4B !important;
  border: 0px !important;
  box-shadow: 0px !important;
  border-radius: .25em !important;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  margin: 0; }

.BBFormSignupPrivacyLabelTall {
  display: none; }

.BBFormSignupPrivacyLinkTall {
  display: none; }

.BBFormTextbox {
  height: 36px; }

.BBFormContainer[data-bbox-part-id="dd284eed-ff35-4e6a-85fe-5c2bb76cf5cf"] .BBFormTextbox {
  font-size: 20px !important; }

#bboxsignup-2f4193e7-8721-4e2e-ab5b-1876f05c68e0_divFields {
  display: flex; }

.BBFormTextbox {
  float: left;
  margin-right: 8px; }

.BBFormSubmitbutton,
.BBFormSubmitbuttonEdit {
  height: 36px;
  padding: 0 2.5rem !important; }

/* Sumo Form: To keep up with Mote's latest news and events */
.js-cm-form[data-bbox-part-id="A61C50BEC994754B1D79C5819EC1255C69E680C36EE3D7E94FAAF4DF6706C4AB4EDC9A25BF68935C7B2A4CCA0CC1F20A55B9984917357A19148A905E21EE8893"] .BBFormSubSectionHeading {
  text-align: left;
  font-size: 20px !important;
  font-weight: 400;
  color: #333;
  font-family: "ff-more-web-pro-wide", "Georgia", serif; }

.js-cm-form[data-bbox-part-id="A61C50BEC994754B1D79C5819EC1255C69E680C36EE3D7E94FAAF4DF6706C4AB4EDC9A25BF68935C7B2A4CCA0CC1F20A55B9984917357A19148A905E21EE8893"] .BBFormSection fieldset {
  display: flex !important;
  justify-content: center;
  flex-direction: column; }

.js-cm-form[data-bbox-part-id="A61C50BEC994754B1D79C5819EC1255C69E680C36EE3D7E94FAAF4DF6706C4AB4EDC9A25BF68935C7B2A4CCA0CC1F20A55B9984917357A19148A905E21EE8893"] .BBFormSubmitbutton {
  background-color: #E95F4B !important;
  border: 0px !important;
  box-shadow: 0px !important;
  border-radius: .25em !important;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  margin: 0; }

.SumoFormTextbox {
  height: 36px; }

.js-cm-email-input {
  height: 36px; }

.js-cm-form[data-bbox-part-id="A61C50BEC994754B1D79C5819EC1255C69E680C36EE3D7E94FAAF4DF6706C4AB4EDC9A25BF68935C7B2A4CCA0CC1F20A55B9984917357A19148A905E21EE8893"] .BBFormTextbox {
  font-size: 20px !important; }

.js-cm-submit-button,
.js-cm-submit-buttonEdit {
  height: 36px;
  padding: 0 2.5rem !important;
  margin-top: 0; }

/* END Sumo Form */
.columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  margin: 0;
  background-color: #f2f3f3; }

.column {
  flex: 1;
  border: none;
  margin: 2px;
  padding: 0; }
  .column:first-child {
    margin-left: 0; }
  .column:last-child {
    margin-right: 0; }

@media screen and (max-width: 980px) {
  .columns .column {
    margin-bottom: 5px;
    flex-basis: 40%; }
    .columns .column:nth-last-child(2) {
      margin-right: 0; }
    .columns .column:last-child {
      flex-basis: 100%;
      margin: 0; } }
@media screen and (max-width: 680px) {
  .columns .column {
    flex-basis: 100%;
    margin: 0 0 5px 0; } }
/* END FORM COLUMNS */
@media only screen and (min-width: 601px) {
  footer.main .inner > div {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 100%; }

  .footer-row {
    width: 100%;
    display: flex; }

  #footer-row-one,
  #footer-row-two,
  #footer-row-three {
    display: flex;
    justify-content: space-between;
    flex-direction: row; }

  #footer-row-one,
  #footer-row-two {
    border-bottom: 1px solid lightgray; }

  #footer-row-one {
    padding-bottom: 30px; }

  #footer-row-two {
    padding: 45px 0; }

  footer .logo img {
    width: 140px;
    max-width: 100%;
    height: auto; }

  .subscribe-now {
    width: 75%;
    float: left;
    margin-left: -10px; }

  .footer-social {
    /*width: 25%;*/
    float: right;
    text-align: right;
    margin: 20px 0 0; }

  .footer-social footer.main h3 {
    padding-right: 10px !important; }

  .social {
    margin-top: 12px !important; }

  .footer-address {
    width: auto;
    display: flex;
    flex-direction: column; }

  /*Footer Phone Number */
  a[href^="tel"] {
    color: #333 !important;
    text-decoration: none; }

  .footer-nav-column,
  .get-involved {
    text-align: left; }

  .get-involved ul li {
    font-size: 1.6rem;
    padding: 0.3rem 0; }

  .orange-arrow {
    display: flex;
    align-items: center;
    color: #e76148;
    text-decoration: none;
    white-space: nowrap; }

  #footer-row-two a:hover,
  #footer-row-two a:focus {
    color: #0060a9 !important; }

  .orange-arrow:hover .fa {
    color: #0060a9; }

  .orange-arrow img {
    max-width: 20px;
    margin-left: 10px; }

  .footer-bottom-row-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }

  .bottom-links {
    display: flex;
    justify-content: space-between;
    width: 30%; }

  .get-involved > ul > li > a:visited {
    color: #e76148 !important; }

  /* Subscribe Now form - fields and button override */
  .BBFormFieldContainer {
    margin-bottom: 20px !important; }

  [data-bbox-part-id='dd284eed-ff35-4e6a-85fe-5c2bb76cf5cf'].BBFormContainer .BBFormSectionHeading {
    display: none; }

  /* To keep up with Mote's latest news and events */
  .BBFormContainer[data-bbox-part-id="dd284eed-ff35-4e6a-85fe-5c2bb76cf5cf"] .BBFormSubSectionHeading {
    text-align: left;
    font-size: 20px !important;
    font-weight: 400;
    color: #333;
    font-family: "ff-more-web-pro-wide", "Georgia", serif; }

  .BBFormContainer[data-bbox-part-id="dd284eed-ff35-4e6a-85fe-5c2bb76cf5cf"] .BBFormSubmitbutton {
    background-color: #E95F4B !important;
    border: 0px !important;
    box-shadow: 0px !important;
    border-radius: .25em !important;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    margin: 0; }

  .BBFormSignupPrivacyLabelTall {
    display: none; }

  .BBFormSignupPrivacyLinkTall {
    display: none; }

  .BBFormTextbox {
    height: 36px; }

  .BBFormContainer[data-bbox-part-id="dd284eed-ff35-4e6a-85fe-5c2bb76cf5cf"] .BBFormTextbox {
    font-size: 20px !important; }

  #bboxsignup-2f4193e7-8721-4e2e-ab5b-1876f05c68e0_divFields {
    display: flex; }

  .BBFormTextbox {
    float: left;
    margin-right: 8px; }

  .BBFormSubmitbutton,
  .BBFormSubmitbuttonEdit {
    height: 36px;
    padding: 0 2.5rem !important; } }
@media only screen and (min-width: 768px) {
  .footer-nav-column-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
    align-items: flex-start;
    width: 450px; } }
@media only screen and (min-width: 900px) {
  .footer-nav-column-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
    align-items: flex-start;
    width: 580px; } }
.mobile-buttons,
.mobile-address {
  display: none; }

@media (max-width: 767px) {
  .mobile-address {
    display: block;
    background: #F2F2F2;
    padding: 18px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #333333; }
    .mobile-address address {
      font-style: normal; }
    .mobile-address a {
      color: #e76148; }

  .mobile-buttons {
    display: block;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 10px; }
    .mobile-buttons > a {
      display: inline-block; } }
body.ocofop {
  /* Use this next selector to style things like font-size and line-height: */ }
  body.ocofop .ocofop-wrap.slider-wrap .bxslider > li {
    height: auto !important; }
  body.ocofop .tipster-mote {
    border-radius: 5px;
    border: 2px solid #e76148;
    background: #e76148;
    color: #fff; }
  body.ocofop .tipster-mote .tooltipster-content {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px; }
  body.ocofop .content-wrap {
    max-width: 68em; }
  body.ocofop .why-donate-list header {
    text-align: center; }
  body.ocofop .why-donate-list .ocean-grid {
    *zoom: 1;
    display: block; }
    body.ocofop .why-donate-list .ocean-grid:before, body.ocofop .why-donate-list .ocean-grid:after {
      content: " ";
      display: table; }
    body.ocofop .why-donate-list .ocean-grid:after {
      clear: both; }
    body.ocofop .why-donate-list .ocean-grid article {
      display: block;
      float: left;
      margin-right: 7.6672104405%;
      width: 28.2218597064%;
      *zoom: 1;
      display: block;
      text-align: center; }
      body.ocofop .why-donate-list .ocean-grid article .thumbnail-container {
        max-height: 178px; }
        body.ocofop .why-donate-list .ocean-grid article .thumbnail-container img {
          -webkit-transition: 0.2s all ease-in-out;
          -transition: 0.2s all ease-in-out;
          transition: 0.2s all ease-in-out;
          width: 178px; }
      body.ocofop .why-donate-list .ocean-grid article:last-child {
        margin-right: 0; }
      body.ocofop .why-donate-list .ocean-grid article:before, body.ocofop .why-donate-list .ocean-grid article:after {
        content: " ";
        display: table; }
      body.ocofop .why-donate-list .ocean-grid article:after {
        clear: both; }
      @media screen and (max-width: 500px) {
        body.ocofop .why-donate-list .ocean-grid article {
          display: block;
          float: left;
          margin-right: 7.6672104405%;
          width: 100%;
          margin-right: 0;
          margin-bottom: 1em; }
          body.ocofop .why-donate-list .ocean-grid article:last-child {
            margin-right: 0; }
          body.ocofop .why-donate-list .ocean-grid article div {
            text-align: left; }
          body.ocofop .why-donate-list .ocean-grid article div.thumbnail-container {
            display: block;
            float: left;
            margin-right: 7.6672104405%;
            width: 37.1941272431%;
            max-height: 114px; }
            body.ocofop .why-donate-list .ocean-grid article div.thumbnail-container:last-child {
              margin-right: 0; }
            body.ocofop .why-donate-list .ocean-grid article div.thumbnail-container img {
              width: 114px;
              height: auto; }
          body.ocofop .why-donate-list .ocean-grid article div.feature-info {
            display: block;
            float: left;
            margin-right: 7.6672104405%;
            width: 55.1386623165%; }
            body.ocofop .why-donate-list .ocean-grid article div.feature-info:last-child {
              margin-right: 0; }
            body.ocofop .why-donate-list .ocean-grid article div.feature-info h1 {
              margin-top: 40px;
              font-size: 20px;
              font-size: 2rem;
              line-height: 18px;
              line-height: 1.8rem; } }
      body.ocofop .why-donate-list .ocean-grid article a {
        text-decoration: none; }
        body.ocofop .why-donate-list .ocean-grid article a:visited {
          color: #0061aa; }
        body.ocofop .why-donate-list .ocean-grid article a:hover {
          color: #007edd; }
          body.ocofop .why-donate-list .ocean-grid article a:hover img {
            -webkit-transition: 0.2s all ease-in-out;
            -transition: 0.2s all ease-in-out;
            transition: 0.2s all ease-in-out;
            width: 190px; }
            @media screen and (max-width: 500px) {
              body.ocofop .why-donate-list .ocean-grid article a:hover img {
                width: 120px; } }
  body.ocofop .testimonials {
    *zoom: 1;
    display: block; }
    body.ocofop .testimonials:before, body.ocofop .testimonials:after {
      content: " ";
      display: table; }
    body.ocofop .testimonials:after {
      clear: both; }
    body.ocofop .testimonials header {
      text-align: center; }
    body.ocofop .testimonials .testimonial-grid {
      *zoom: 1;
      display: block; }
      body.ocofop .testimonials .testimonial-grid:before, body.ocofop .testimonials .testimonial-grid:after {
        content: " ";
        display: table; }
      body.ocofop .testimonials .testimonial-grid:after {
        clear: both; }
      body.ocofop .testimonials .testimonial-grid article {
        overflow: visible; }
        body.ocofop .testimonials .testimonial-grid article a {
          display: inline-block;
          line-height: 0;
          background-color: #123a5d; }
          body.ocofop .testimonials .testimonial-grid article a img {
            width: 100%;
            height: auto;
            -webkit-transition: 0.2s all ease-in-out;
            -transition: 0.2s all ease-in-out;
            transition: 0.2s all ease-in-out;
            opacity: 0.5; }
          body.ocofop .testimonials .testimonial-grid article a:hover img {
            -webkit-transition: 0.2s all ease-in-out;
            -transition: 0.2s all ease-in-out;
            transition: 0.2s all ease-in-out;
            opacity: 1; }
      body.ocofop .testimonials .testimonial-grid div {
        float: left; }
        body.ocofop .testimonials .testimonial-grid div:nth-child(1) {
          width: 39.36507936507937%;
          margin-right: 2.5396825396825395%; }
          @media screen and (max-width: 530px) {
            body.ocofop .testimonials .testimonial-grid div:nth-child(1) {
              width: 100%;
              margin-right: 0;
              margin-bottom: 6.6115702479338845%; } }
        body.ocofop .testimonials .testimonial-grid div:nth-child(2) {
          width: 38.41269841269842%;
          margin-right: 2.5396825396825395%;
          *zoom: 1;
          display: block; }
          body.ocofop .testimonials .testimonial-grid div:nth-child(2):before, body.ocofop .testimonials .testimonial-grid div:nth-child(2):after {
            content: " ";
            display: table; }
          body.ocofop .testimonials .testimonial-grid div:nth-child(2):after {
            clear: both; }
          body.ocofop .testimonials .testimonial-grid div:nth-child(2) article {
            float: left; }
            body.ocofop .testimonials .testimonial-grid div:nth-child(2) article:nth-child(1) {
              width: 100%;
              margin-bottom: 6.6115702479338845%; }
            body.ocofop .testimonials .testimonial-grid div:nth-child(2) article:nth-child(2) {
              width: 46.69421487603306%;
              margin-right: 6.6115702479338845%; }
              @media screen and (max-width: 767px) {
                body.ocofop .testimonials .testimonial-grid div:nth-child(2) article:nth-child(2) {
                  width: 46.69421487603306% !important; } }
            body.ocofop .testimonials .testimonial-grid div:nth-child(2) article:nth-child(3) {
              width: 46.69421487603306%; }
              @media screen and (max-width: 767px) {
                body.ocofop .testimonials .testimonial-grid div:nth-child(2) article:nth-child(3) {
                  width: 46.69421487603306% !important;
                  clear: none; } }
          @media screen and (max-width: 530px) {
            body.ocofop .testimonials .testimonial-grid div:nth-child(2) {
              width: 100%;
              margin-right: 0;
              margin-bottom: 6.6115702479338845%; } }
        body.ocofop .testimonials .testimonial-grid div:nth-child(3) {
          width: 17.142857142857142%; }
          @media screen and (max-width: 530px) {
            body.ocofop .testimonials .testimonial-grid div:nth-child(3) {
              display: none; } }
  body.ocofop .slider-wrap ul {
    margin-top: 0; }
  body.ocofop .slide-overlay-ocofop {
    *zoom: 1;
    display: block;
    padding-left: 30px;
    padding-left: 3rem;
    width: 100% !important;
    max-width: 68em;
    margin: 0 auto !important;
    float: none !important;
    position: relative !important;
    bottom: auto;
    left: auto; }
    body.ocofop .slide-overlay-ocofop:before, body.ocofop .slide-overlay-ocofop:after {
      content: " ";
      display: table; }
    body.ocofop .slide-overlay-ocofop:after {
      clear: both; }
    body.ocofop .slide-overlay-ocofop img.logo,
    body.ocofop .slide-overlay-ocofop h1,
    body.ocofop .slide-overlay-ocofop h3,
    body.ocofop .slide-overlay-ocofop a.button,
    body.ocofop .slide-overlay-ocofop .button-list a,
    .button-list body.ocofop .slide-overlay-ocofop a {
      float: left;
      clear: left; }
    body.ocofop .slide-overlay-ocofop img.logo {
      padding: 11em 0 2em;
      width: 330px;
      max-width: 60%;
      height: auto; }
    body.ocofop .slide-overlay-ocofop h2, body.ocofop .slide-overlay-ocofop h3 {
      background: rgba(0, 0, 0, 0.7);
      display: inline-block;
      font-family: "ff-more-web-pro", "Georgia", serif;
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.25em;
      margin: 0;
      color: #fff;
      padding: 10px;
      padding: 1rem; }
      html.no-rgba body.ocofop .slide-overlay-ocofop h2,
      html.no-rgba body.ocofop .slide-overlay-ocofop h3 {
        background: url(../images/ie-trans-fallback.png) repeat !important; }
    body.ocofop .slide-overlay-ocofop h2 {
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem; }
    body.ocofop .slide-overlay-ocofop h3 {
      font-size: 15px;
      font-size: 1.5rem; }
    body.ocofop .slide-overlay-ocofop a.button, body.ocofop .slide-overlay-ocofop .button-list a, .button-list body.ocofop .slide-overlay-ocofop a {
      margin: .5em 0 4em;
      font-size: 20px;
      font-size: 2rem; }
    @media screen and (max-width: 767px) {
      body:not(.home) body.ocofop .slide-overlay-ocofop > h2 {
        font-size: 40px !important;
        font-size: 4.0rem !important;
        top: 61%; } }
    @media screen and (max-width: 639px) {
      body:not(.home) body.ocofop .slide-overlay-ocofop > h2 {
        text-align: center;
        font-size: 30px !important;
        font-size: 3.0rem !important; } }

.overwrap {
  *zoom: 1;
  display: block;
  padding-bottom: 30px;
  padding-bottom: 3rem; }
  .overwrap:before, .overwrap:after {
    content: " ";
    display: table; }
  .overwrap:after {
    clear: both; }
  .overwrap header h2 {
    font-size: 27px;
    font-size: 2.7rem;
    color: #0061aa;
    margin-bottom: 0; }
  .overwrap header p {
    margin-top: 0;
    margin-bottom: 3em; }
  .overwrap p {
    font-size: 16px;
    font-size: 1.6rem; }
  .overwrap ul {
    list-style: disc;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 30px;
    margin-left: 3rem; }
  .overwrap.blue {
    background-color: #b7d9f4; }
  .overwrap.gray {
    background-color: #f3f3f3; }

.how-to-help {
  *zoom: 1;
  display: block; }
  .how-to-help:before, .how-to-help:after {
    content: " ";
    display: table; }
  .how-to-help:after {
    clear: both; }
  .how-to-help .column-left {
    padding: 1em 2em;
    text-align: center;
    color: #0061aa;
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 37.1941272431%; }
    .how-to-help .column-left h2 {
      margin: 0; }
    .how-to-help .column-left:last-child {
      margin-right: 0; }
    .how-to-help .column-left .extra-large-percentage {
      font-size: 50px;
      font-size: 5rem;
      margin: 0; }
    .how-to-help .column-left .small {
      margin: 0; }
    .how-to-help .column-left img {
      width: 100%; }
  .how-to-help .column-right {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 55.1386623165%; }
    .how-to-help .column-right:last-child {
      margin-right: 0; }
  @media screen and (max-width: 767px) {
    .how-to-help .column-left {
      width: 50% !important;
      margin: 0 auto;
      float: none; } }
  @media screen and (max-width: 470px) {
    .how-to-help .column-left {
      width: 70% !important; } }

.fillup {
  transform: translateX(-85%) translateY(-22%) rotate(3deg) !important;
  -webkit-transform: translateX(-85%) translateY(-23%) rotate(3deg) !important;
  -moz-transform: translateX(-85%) translateY(-22%) rotate(3deg) !important;
  top: -125px !important; }

div#watermark:after {
  display: none !important; }

div#watermark {
  position: absolute;
  left: 50% !important;
  z-index: 10;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 900;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  margin-top: 50px !important; }

.pyro {
  opacity: 0;
  position: relative;
  z-index: 999; }

.showme {
  opacity: 1; }

.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
  to {
    box-shadow: -193px -35.66667px #00a6ff, 48px -184.66667px #ff0055, 55px -24.66667px #ff7300, 55px -350.66667px #00e6ff, -94px 6.33333px #40ff00, 217px -87.66667px #0400ff, 100px -45.66667px #ff0084, 230px -6.66667px #ff00a6, -206px -133.66667px #00ffea, -241px 69.33333px #0091ff, 20px -83.66667px #ffae00, -11px -45.66667px #00ffaa, -238px -148.66667px #00fff2, -8px -75.66667px #0088ff, 58px -10.66667px #ff7700, -115px -152.66667px #0062ff, -186px -141.66667px #f7ff00, 199px -339.66667px #5e00ff, -36px -306.66667px #ff7b00, 60px 72.33333px #00ffbf, 30px -150.66667px #5500ff, -4px -52.66667px #ff00c8, 218px -368.66667px #ff00e1, 1px -218.66667px #007bff, 20px -228.66667px #00ff3c, 227px -140.66667px #ff0011, 236px 26.33333px #000dff, -41px -115.66667px #f2ff00, 68px 68.33333px #26ff00, 154px -105.66667px #ff3700, 105px -285.66667px #00ff88, 99px 37.33333px #ff0091, -182px -84.66667px #ffe600, 195px 28.33333px #1100ff, 31px 54.33333px #00ddff, -110px -27.66667px #00ffc4, 17px -61.66667px #cc00ff, 35px -159.66667px #ff00e1, 80px 5.33333px #aaff00, -110px -4.66667px #ff3700, -64px -150.66667px #ea00ff, -24px -92.66667px #7700ff, 73px -322.66667px #ff00e1, -175px 28.33333px #ddff00, -220px -405.66667px #aeff00, -230px 8.33333px #ff00aa, 246px 64.33333px #00ff59, -25px 77.33333px #9dff00, 127px -11.66667px #00ff4d, -160px -72.66667px #ff002b, 104px -355.66667px #ff00b3; } }
@-moz-keyframes bang {
  to {
    box-shadow: -193px -35.66667px #00a6ff, 48px -184.66667px #ff0055, 55px -24.66667px #ff7300, 55px -350.66667px #00e6ff, -94px 6.33333px #40ff00, 217px -87.66667px #0400ff, 100px -45.66667px #ff0084, 230px -6.66667px #ff00a6, -206px -133.66667px #00ffea, -241px 69.33333px #0091ff, 20px -83.66667px #ffae00, -11px -45.66667px #00ffaa, -238px -148.66667px #00fff2, -8px -75.66667px #0088ff, 58px -10.66667px #ff7700, -115px -152.66667px #0062ff, -186px -141.66667px #f7ff00, 199px -339.66667px #5e00ff, -36px -306.66667px #ff7b00, 60px 72.33333px #00ffbf, 30px -150.66667px #5500ff, -4px -52.66667px #ff00c8, 218px -368.66667px #ff00e1, 1px -218.66667px #007bff, 20px -228.66667px #00ff3c, 227px -140.66667px #ff0011, 236px 26.33333px #000dff, -41px -115.66667px #f2ff00, 68px 68.33333px #26ff00, 154px -105.66667px #ff3700, 105px -285.66667px #00ff88, 99px 37.33333px #ff0091, -182px -84.66667px #ffe600, 195px 28.33333px #1100ff, 31px 54.33333px #00ddff, -110px -27.66667px #00ffc4, 17px -61.66667px #cc00ff, 35px -159.66667px #ff00e1, 80px 5.33333px #aaff00, -110px -4.66667px #ff3700, -64px -150.66667px #ea00ff, -24px -92.66667px #7700ff, 73px -322.66667px #ff00e1, -175px 28.33333px #ddff00, -220px -405.66667px #aeff00, -230px 8.33333px #ff00aa, 246px 64.33333px #00ff59, -25px 77.33333px #9dff00, 127px -11.66667px #00ff4d, -160px -72.66667px #ff002b, 104px -355.66667px #ff00b3; } }
@-o-keyframes bang {
  to {
    box-shadow: -193px -35.66667px #00a6ff, 48px -184.66667px #ff0055, 55px -24.66667px #ff7300, 55px -350.66667px #00e6ff, -94px 6.33333px #40ff00, 217px -87.66667px #0400ff, 100px -45.66667px #ff0084, 230px -6.66667px #ff00a6, -206px -133.66667px #00ffea, -241px 69.33333px #0091ff, 20px -83.66667px #ffae00, -11px -45.66667px #00ffaa, -238px -148.66667px #00fff2, -8px -75.66667px #0088ff, 58px -10.66667px #ff7700, -115px -152.66667px #0062ff, -186px -141.66667px #f7ff00, 199px -339.66667px #5e00ff, -36px -306.66667px #ff7b00, 60px 72.33333px #00ffbf, 30px -150.66667px #5500ff, -4px -52.66667px #ff00c8, 218px -368.66667px #ff00e1, 1px -218.66667px #007bff, 20px -228.66667px #00ff3c, 227px -140.66667px #ff0011, 236px 26.33333px #000dff, -41px -115.66667px #f2ff00, 68px 68.33333px #26ff00, 154px -105.66667px #ff3700, 105px -285.66667px #00ff88, 99px 37.33333px #ff0091, -182px -84.66667px #ffe600, 195px 28.33333px #1100ff, 31px 54.33333px #00ddff, -110px -27.66667px #00ffc4, 17px -61.66667px #cc00ff, 35px -159.66667px #ff00e1, 80px 5.33333px #aaff00, -110px -4.66667px #ff3700, -64px -150.66667px #ea00ff, -24px -92.66667px #7700ff, 73px -322.66667px #ff00e1, -175px 28.33333px #ddff00, -220px -405.66667px #aeff00, -230px 8.33333px #ff00aa, 246px 64.33333px #00ff59, -25px 77.33333px #9dff00, 127px -11.66667px #00ff4d, -160px -72.66667px #ff002b, 104px -355.66667px #ff00b3; } }
@-ms-keyframes bang {
  to {
    box-shadow: -193px -35.66667px #00a6ff, 48px -184.66667px #ff0055, 55px -24.66667px #ff7300, 55px -350.66667px #00e6ff, -94px 6.33333px #40ff00, 217px -87.66667px #0400ff, 100px -45.66667px #ff0084, 230px -6.66667px #ff00a6, -206px -133.66667px #00ffea, -241px 69.33333px #0091ff, 20px -83.66667px #ffae00, -11px -45.66667px #00ffaa, -238px -148.66667px #00fff2, -8px -75.66667px #0088ff, 58px -10.66667px #ff7700, -115px -152.66667px #0062ff, -186px -141.66667px #f7ff00, 199px -339.66667px #5e00ff, -36px -306.66667px #ff7b00, 60px 72.33333px #00ffbf, 30px -150.66667px #5500ff, -4px -52.66667px #ff00c8, 218px -368.66667px #ff00e1, 1px -218.66667px #007bff, 20px -228.66667px #00ff3c, 227px -140.66667px #ff0011, 236px 26.33333px #000dff, -41px -115.66667px #f2ff00, 68px 68.33333px #26ff00, 154px -105.66667px #ff3700, 105px -285.66667px #00ff88, 99px 37.33333px #ff0091, -182px -84.66667px #ffe600, 195px 28.33333px #1100ff, 31px 54.33333px #00ddff, -110px -27.66667px #00ffc4, 17px -61.66667px #cc00ff, 35px -159.66667px #ff00e1, 80px 5.33333px #aaff00, -110px -4.66667px #ff3700, -64px -150.66667px #ea00ff, -24px -92.66667px #7700ff, 73px -322.66667px #ff00e1, -175px 28.33333px #ddff00, -220px -405.66667px #aeff00, -230px 8.33333px #ff00aa, 246px 64.33333px #00ff59, -25px 77.33333px #9dff00, 127px -11.66667px #00ff4d, -160px -72.66667px #ff002b, 104px -355.66667px #ff00b3; } }
@keyframes bang {
  to {
    box-shadow: -193px -35.66667px #00a6ff, 48px -184.66667px #ff0055, 55px -24.66667px #ff7300, 55px -350.66667px #00e6ff, -94px 6.33333px #40ff00, 217px -87.66667px #0400ff, 100px -45.66667px #ff0084, 230px -6.66667px #ff00a6, -206px -133.66667px #00ffea, -241px 69.33333px #0091ff, 20px -83.66667px #ffae00, -11px -45.66667px #00ffaa, -238px -148.66667px #00fff2, -8px -75.66667px #0088ff, 58px -10.66667px #ff7700, -115px -152.66667px #0062ff, -186px -141.66667px #f7ff00, 199px -339.66667px #5e00ff, -36px -306.66667px #ff7b00, 60px 72.33333px #00ffbf, 30px -150.66667px #5500ff, -4px -52.66667px #ff00c8, 218px -368.66667px #ff00e1, 1px -218.66667px #007bff, 20px -228.66667px #00ff3c, 227px -140.66667px #ff0011, 236px 26.33333px #000dff, -41px -115.66667px #f2ff00, 68px 68.33333px #26ff00, 154px -105.66667px #ff3700, 105px -285.66667px #00ff88, 99px 37.33333px #ff0091, -182px -84.66667px #ffe600, 195px 28.33333px #1100ff, 31px 54.33333px #00ddff, -110px -27.66667px #00ffc4, 17px -61.66667px #cc00ff, 35px -159.66667px #ff00e1, 80px 5.33333px #aaff00, -110px -4.66667px #ff3700, -64px -150.66667px #ea00ff, -24px -92.66667px #7700ff, 73px -322.66667px #ff00e1, -175px 28.33333px #ddff00, -220px -405.66667px #aeff00, -230px 8.33333px #ff00aa, 246px 64.33333px #00ff59, -25px 77.33333px #9dff00, 127px -11.66667px #00ff4d, -160px -72.66667px #ff002b, 104px -355.66667px #ff00b3; } }
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
body.buyabrick .bxslider .slide-overlay {
  max-width: 68em; }
body.buyabrick .brick-blurb {
  background-image: url("../images/buyabrick/backdrop.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: "ff-more-web-pro-wide", "Georgia", serif;
  color: #fff; }
  body.buyabrick .brick-blurb p {
    padding-top: 30px;
    padding-top: 3rem;
    font-size: 30px;
    font-size: 3rem; }
  @media screen and (max-width: 600px) {
    body.buyabrick .brick-blurb {
      background-attachment: scroll; } }
body.buyabrick .overwrap p span {
  color: #0061aa; }
body.buyabrick .brick-grid {
  padding-top: 30px;
  padding-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  *zoom: 1;
  display: block; }
  body.buyabrick .brick-grid:before, body.buyabrick .brick-grid:after {
    content: " ";
    display: table; }
  body.buyabrick .brick-grid:after {
    clear: both; }
  body.buyabrick .brick-grid div.article {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    text-align: center; }
    body.buyabrick .brick-grid div.article:nth-child(4) {
      margin-right: 0; }
    body.buyabrick .brick-grid div.article div {
      max-width: 100%;
      width: 190px;
      height: 190px;
      border-radius: 100%;
      background-color: #b7d9f4;
      margin: 0 auto;
      padding: 20px; }
      body.buyabrick .brick-grid div.article div img {
        width: 60%;
        padding: .5em 0; }
      body.buyabrick .brick-grid div.article div h1, body.buyabrick .brick-grid div.article div h2 {
        color: #0061aa;
        margin: 0;
        padding: 0;
        line-height: 25px;
        line-height: 2.5rem; }
    @media screen and (max-width: 800px) {
      body.buyabrick .brick-grid div.article {
        width: 49%;
        margin-bottom: 2em; }
        body.buyabrick .brick-grid div.article div {
          width: 240px;
          height: 240px; }
        body.buyabrick .brick-grid div.article:nth-child(2) {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      body.buyabrick .brick-grid div.article div {
        width: 200px;
        height: 200px; } }
    @media screen and (max-width: 440px) {
      body.buyabrick .brick-grid div.article {
        width: 100%;
        margin-right: 0; }
        body.buyabrick .brick-grid div.article div {
          width: 240px;
          height: 240px; } }
body.buyabrick .sub-content h3 {
  color: #0061aa;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem; }

.otters .otterwrap img {
  display: block;
  margin: 10px auto 0; }

.otters .bxslider {
  background: url("../images/otter_exhibit/watercolor-water.jpg");
  background-size: cover;
  background-attachment: scroll; }

.otters ul.bxslider li {
  margin-top: -550px; }

.otters .widget.action-buttons {
  background: transparent !important; }

.donatebtn {
  font-family: 'flood-std';
  display: block;
  margin: 0px auto 40px;
  max-width: 320px;
  text-align: center;
  font-size: 2.5em;
  color: #fff;
  background-color: #e76148;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  transition: 0.2s ease-in-out; }

@keyframes pulse {
  0% {
    transform: scale(0.99);
    opacity: 1; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.99);
    opacity: 1; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.99);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.99);
    opacity: 1; } }
.donatebtn:hover {
  color: #fff;
  background: #555; }

.otters .slide-overlay h1 {
  font-family: "flood-std" !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#958090+0,958090+75&1+0,0+75 */
  background: -moz-radial-gradient(center, ellipse cover, #958090 0%, rgba(149, 128, 144, 0) 75%) !important;
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #958090 0%, rgba(149, 128, 144, 0) 75%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: radial, 50% 50%, ellipse at center, #958090 0%, rgba(149, 128, 144, 0) 75% !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#958090', endColorstr='#00958090',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #fff !important;
  text-shadow: 1px 1px 4px #535965;
  font-size: 6em !important;
  line-height: .75;
  bottom: 0 !important; }

.otters .slide-overlay h1 span {
  font-size: .5em;
  display: block; }

.otters .content-wrap {
  position: relative; }

.otters #wrapper {
  background-color: #c2b7a3;
  background-image: url("../images/otter_exhibit/paper.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */ }

.otters .cam span {
  color: #e76148; }

.otters header.header.main {
  box-shadow: 10px 0px 15px #000; }

.otters .ottercam {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.otters .ottercam iframe, .ottercam object, .ottercam embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: url("../images/otter_exhibit/wood-frame.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; }

.otters .otters input[type="search"]::-webkit-input-placeholder {
  color: #000 !important; }

.otters .cam {
  font-size: 5em !important;
  font-family: "flood-std" !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url("../images/otter_exhibit/wood.jpg");
  background-size: cover;
  -webkit-filter: brightness(0.4);
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.otters .otterwrap {
  background-image: url("../images/otter_exhibit/wood.jpg");
  background-size: cover;
  padding: 10px;
  height: 210px;
  width: 210px;
  border-radius: 50%;
  margin: 2em auto 0; }

.otters .otterwrap img {
  display: block;
  margin-left: -45px;
  margin-top: 0px; }

.otters .flood {
  font-size: 3em !important;
  font-family: "flood-std" !important; }

.otters header.header.main {
  background-color: #c2b7a3;
  background-image: url("../images/otter_exhibit/paper.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */ }

.otters .cta.fin-fact {
  background: #fff;
  padding: 30px; }

.otters nav#main-nav-wrap ul li a {
  color: #555 !important; }

.otters div[class^='ripple-'] {
  width: 100vw;
  position: relative;
  left: 0px;
  background: url("../images/otter_exhibit/watercolor-water.jpg");
  background-attachment: scroll;
  background-size: cover !important;
  animation-name: water;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  opacity: 0.6;
  background-position: center; }

.otters .ripple-21 {
  height: 3px;
  top: 224px;
  animation-delay: -0.8s;
  animation-duration: 0.41s; }

.otters .ripple-22 {
  height: 6px;
  top: 225px;
  animation-delay: -1.2s;
  animation-duration: 0.57s; }

.otters .ripple-23 {
  height: 9px;
  top: 196px;
  animation-delay: -2s;
  animation-duration: 0.73s; }

.otters .ripple-1 {
  height: 3px;
  top: 194px;
  animation-delay: -0.8s;
  animation-duration: 0.41s; }

.otters .ripple-2 {
  height: 6px;
  top: 195px;
  animation-delay: -1.2s;
  animation-duration: 0.57s; }

.otters .ripple-3 {
  height: 9px;
  top: 196px;
  animation-delay: -2s;
  animation-duration: 0.73s; }

.otters .ripple-4 {
  height: 12px;
  top: 297px;
  animation-delay: -2s;
  animation-duration: 0.89s; }

.otters .ripple-5 {
  height: 15px;
  top: 318px;
  animation-delay: -2s;
  animation-duration: 1.3s; }

.otters .ripple-6 {
  height: 18px;
  top: 319px;
  animation-delay: -0.6s;
  animation-duration: 1.46s; }

.otters .ripple-7 {
  height: 21px;
  top: 200px;
  animation-delay: -0.4s;
  animation-duration: 1.62s; }

.otters .ripple-8 {
  height: 24px;
  top: 401px;
  animation-delay: -1.8s;
  animation-duration: 1.53s; }

.otters .ripple-9 {
  height: 27px;
  top: 402px;
  animation-delay: -0.2s;
  animation-duration: 1.94s; }

.otters .ripple-10 {
  height: 30px;
  top: 403px;
  animation-delay: -1.6s;
  animation-duration: 2.1s; }

.otters .ripple-11 {
  height: 33px;
  top: 404px;
  animation-delay: -1s;
  animation-duration: 2.26s; }

.otters .ripple-12 {
  height: 36px;
  top: 405px;
  animation-delay: -1s;
  animation-duration: 2.17s; }

.otters .ripple-13 {
  height: 39px;
  top: 406px;
  animation-delay: -1.4s;
  animation-duration: 2.58s; }

.otters .ripple-14 {
  height: 42px;
  top: 407px;
  animation-delay: -1.6s;
  animation-duration: 2.49s; }

.otters .ripple-15 {
  height: 45px;
  top: 408px;
  animation-delay: -1.6s;
  animation-duration: 2.9s; }

.otters .ripple-16 {
  height: 48px;
  top: 409px;
  animation-delay: -0.8s;
  animation-duration: 3.06s; }

.otters .ripple-17 {
  height: 51px;
  top: 410px;
  animation-delay: -1.4s;
  animation-duration: 2.97s; }

.otters .ripple-18 {
  height: 54px;
  top: 411px;
  animation-delay: -0.4s;
  animation-duration: 3.13s; }

.otters .ripple-19 {
  height: 57px;
  top: 412px;
  animation-delay: -1.2s;
  animation-duration: 3.29s; }

.otters .ripple-20 {
  height: 60px;
  top: 413px;
  animation-delay: -0.6s;
  animation-duration: 3.45s; }

@keyframes water {
  from {
    transform: rotateX(0deg); }
  to {
    transform: rotateX(180deg); } }
.otters .otterbios div {
  display: block;
  width: 48%;
  min-width: 300px;
  margin: .5%;
  height: 300px;
  float: left;
  background-position: center;
  background-size: cover; }

.otters .otterbios div:first-of-type {
  background-image: url("../images/otter_exhibit/otter-1.jpg"); }

.otters .otterbios div:nth-of-type(2) {
  background-image: url("../images/otter_exhibit/otter-2.jpg"); }

.otters .otterbios div:nth-of-type(3) {
  background-image: url("../images/otter_exhibit/otter-3.jpg"); }

/*** Bio Shit ****/
.otters .grid {
  position: relative;
  clear: both;
  margin: 0 auto !important;
  padding: 1em 0 2em;
  max-width: 1000px;
  list-style: none;
  text-align: center; }
  .otters .grid:after {
    content: '';
    display: table;
    clear: both; }

.otters figure.effect-lexi:hover img {
  -webkit-filter: blur(2px); }

/* Common style */
.otters .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  max-width: 31%;
  min-height: 340px;
  max-height: 340px;
  width: 48%;
  min-width: 200px;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer; }

.otters .grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8; }

.otters .grid figure figcaption {
  padding: .5em 2em 2em .5em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.otters .grid figure figcaption::before,
.otters .grid figure figcaption::after {
  pointer-events: none; }

.otters .grid figure figcaption,
.otters .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.otters .grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  text-align: center !important; }

.otters .grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  color: #fff; }

.otters .grid figure h2 span {
  font-weight: 800;
  font-family: "flood-std" !important; }

.otters figcaption {
  position: relative; }

.otters figcaption:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 0; }

.otters figcaption h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.2em !important;
  text-align: center !important; }

.otters figcaption h2 span {
  color: #fff !important;
  margin-left: 5px;
  font-size: 1.7em !important; }

.otters .grid figure h2,
.otters .grid figure p {
  margin: 0; }

.otters .grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%; }

.otters figure.effect-lexi {
  background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
  background: linear, -45deg, #000 0%, #fff 100%; }

.otters figure.effect-lexi img {
  margin: -100px 0 0 -100px;
  max-width: none;
  width: -webkit-calc(140% + 10px);
  width: calc(200% + 70px);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.otters figure.effect-lexi figcaption::before,
.otters figure.effect-lexi p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

.otters figure.effect-lexi figcaption::before {
  position: absolute;
  right: -90px;
  bottom: -220px;
  width: 400px;
  height: 400px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.otters figure.effect-lexi:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.otters figure.effect-lexi h2 {
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(5px, 5px, 0);
  transform: translate3d(5px, 5px, 0); }

.otters figure.effect-lexi p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1em 1em 1em;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0px, 40px, 0);
  transform: translate3d(0px, 40px, 0); }

.otters figure.effect-lexi:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.otters figure.effect-lexi:hover h2,
.otters figure.effect-lexi:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.otters figcaption a {
  color: #fff;
  text-decoration: none;
  background: #e76148;
  padding: 5px 10px;
  display: block;
  margin-top: 5px;
  border-radius: 5px;
  text-align: center !important; }

.otters .bubbles {
  width: 160px;
  padding-left: 20px;
  position: absolute;
  margin-left: -90px;
  left: 75%;
  display: inline-block; }

.otters .bubble {
  -webkit-animation: short-bubble 1500ms linear infinite;
  animation: short-bubble 1500ms linear infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  height: 10px;
  width: 9px;
  border: 1px solid rgba(240, 240, 240, 0.5);
  border-radius: 50%; }

.otters .b2 {
  -webkit-animation: medium-bubble 5000ms linear infinite;
  animation: medium-bubble 5000ms linear infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  margin-left: -7px;
  margin-top: 25px;
  height: 13px;
  width: 12px; }

.otters .b3 {
  -webkit-animation-duration: 3500ms;
  animation-duration: 3500ms;
  margin-left: -5px;
  margin-bottom: 10px; }

.otters .b4 {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  margin: 0 0 40px -9px;
  height: 7px;
  width: 6px; }

.otters .b5 {
  -webkit-animation: medium-bubble 3000ms linear infinite;
  animation: medium-bubble 3000ms linear infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  margin-left: -1px;
  margin-top: 100px;
  height: 5px;
  width: 4px; }

.otters .b6 {
  -webkit-animation-duration: 3000ms;
  animation-duration: 3000ms;
  margin-left: -8px;
  margin-bottom: 50px; }

.otters .b7 {
  -webkit-animation-duration: 6000ms;
  animation-duration: 6000ms;
  margin-left: -3px;
  margin-bottom: 50px;
  height: 7px;
  width: 6px; }

.otters .b8 {
  -webkit-animation: medium-bubble 2000ms linear infinite;
  -webkit-animation-fill-mode: forwards;
  animation: medium-bubble 2000ms linear infinite;
  animation-fill-mode: forwards;
  margin-left: -13px;
  margin-bottom: 30px; }

@-webkit-keyframes short-bubble {
  0% {
    -webkit-transform: translate3d(5px, 0, 0);
    opacity: 0; }
  13% {
    -webkit-transform: translate3d(2px, -20px, 0);
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(5px, -40px, 0) scale(1.2); }
  30% {
    -webkit-transform: translate3d(0, -60px, 0); }
  40% {
    -webkit-transform: translate3d(8px, -80px, 0); }
  50% {
    -webkit-transform: translate3d(3px, -100px, 0); }
  60% {
    -webkit-transform: translate3d(8px, -120px, 0); }
  70% {
    opacity: 0.4; }
  80%, 100% {
    -webkit-transform: translate3d(0, -200px, 0);
    opacity: 0; } }
@keyframes short-bubble {
  0% {
    transform: translate3d(5px, 0, 0);
    opacity: 0; }
  13% {
    transform: translate3d(2px, -20px, 0);
    opacity: 1; }
  20% {
    transform: translate3d(5px, -40px, 0) scale(1.2); }
  30% {
    transform: translate3d(0px, -60px, 0); }
  40% {
    transform: translate3d(8px, -80px, 0); }
  50% {
    transform: translate3d(3px, -100px, 0); }
  60% {
    transform: translate3d(8px, -120px, 0); }
  70% {
    opacity: 0.4; }
  80%, 100% {
    transform: translate3d(0, -200px, 0);
    opacity: 0; } }
@-webkit-keyframes medium-bubble {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 0; }
  5% {
    -webkit-transform: translate3d(4px, -20px, 0);
    opacity: 1; }
  10% {
    -webkit-transform: translate3d(2px, -40px, 0) rotate(10deg); }
  20% {
    -webkit-transform: translate3d(7px, -80px, 0) rotate(14deg) scale(0.7); }
  30% {
    -webkit-transform: translate3d(5px, -120px, 0) rotate(15deg); }
  40% {
    -webkit-transform: translate3d(1px, -160px, 0) rotate(20deg); }
  50% {
    -webkit-transform: translate3d(2px, -200px, 0) rotate(18deg) scale(1.1); }
  60% {
    -webkit-transform: translate3d(-3px, -240px, 0) rotate(22deg);
    opacity: 0.4; }
  100% {
    -webkit-transform: translate3d(0, -400px, 0);
    opacity: 0; } }
@keyframes medium-bubble {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0; }
  5% {
    transform: translate3d(4px, -20px, 0);
    opacity: 1; }
  10% {
    transform: translate3d(2px, -40px, 0) rotate(10deg); }
  20% {
    transform: translate3d(7px, -80px, 0) rotate(14deg) scale(0.7); }
  30% {
    transform: translate3d(5px, -120px, 0) rotate(15deg); }
  40% {
    transform: translate3d(1px, -160px, 0) rotate(20deg); }
  50% {
    transform: translate3d(2px, -200px, 0) rotate(18deg) scale(1.1); }
  60% {
    transform: translate3d(-3px, -240px, 0) rotate(22deg);
    opacity: 0.4; }
  100% {
    transform: translate3d(0, -400px, 0);
    opacity: 0; } }
.otters .bubblewrap {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: 90px; }

.otters .sidebar {
  overflow: hidden; }

.otters .bonusinfo {
  opacity: 0;
  transition: all 0.2s ease-in;
  display: block;
  font-size: .8em;
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  z-index: 1;
  text-transform: none;
  padding: 2em; }

.otters figcaption {
  position: relative; }

.otters figcaption.highlight .bonusinfo {
  display: block;
  opacity: 1;
  font-size: .8em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  text-transform: none;
  padding: 2em; }

.otters figcaption:after {
  transition: all 0.2s ease-in; }

.otters figcaption.highlight:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6) !important;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.2s ease-in; }

.otters figcaption.highlight a.close {
  display: block; }

.otters a.close {
  display: none; }

.otters figcaption.highlight a.close {
  display: table;
  color: #fff !important;
  width: auto !important;
  height: auto !important;
  position: absolute;
  opacity: 1 !important;
  z-index: 999 !important;
  visibility: visible !important;
  font-size: 1em !important;
  top: 85% !important;
  max-width: 100px !Important;
  text-indent: 0;
  left: 87% !important; }

.otters figcaption.highlight p {
  display: none; }

.otters figcaption.highlight:before {
  display: none; }

@media screen and (max-width: 768px) {
  .otters .cam {
    font-size: 2em !important; }

  .otters .grid figure {
    min-width: 260px;
    float: none;
    clear: both;
    margin: 0px auto 10px;
    max-width: 95%; }

  .otters .slide-overlay h1 {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    text-align: center;
    z-index: 9 !important; } }
@media screen and (max-width: 767px) {
  .otters .slide-overlay h1 {
    transform: scale(1.6) !important;
    -webkit-transform: scale(1.6) !important;
    -moz-transform: scale(1.6) !important; } }
@media screen and (max-width: 400px) {
  .frontotter {
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 0px;
    z-index: 0; }

  .frontotter img {
    width: 100% !important; }

  .otters ul.bxslider li {
    height: 300px !important; }

  .otters .grid figure {
    min-width: 100%; }

  .otters .slide-overlay h1 {
    top: 40% !important;
    font-size: 3em !important;
    transform: scale(1.6) !important;
    -webkit-transform: scale(1.6) !important;
    -moz-transform: scale(1.6) !important; }

  .donatebtn {
    font-size: 1.7em;
    line-height: 1; } }
.ottercircle {
  position: absolute;
  top: -5%;
  right: 0;
  width: 33%;
  min-width: 450px; }

.ottercircle img {
  width: 100% !important; }

.frontotter {
  position: absolute;
  bottom: 0;
  width: 60%;
  min-width: 850px;
  z-index: 0; }

.frontotter img {
  width: 100% !important; }

.otters .slide-overlay h1 {
  z-index: 999; }

.otters .slide-overlay {
  z-index: 2 !important; }

.purchase {
  font-size: 1.75em;
  margin-top: 30px;
  max-with: 350px; }

.otters figcaption:after, .otters figcaption:before {
  display: none !important; }

.otters .grid figure {
  min-width: 170px !important; }

@media screen and (max-width: 968px) {
  .otters .grid figure {
    min-width: 280px !important;
    float: none !important;
    clear: both;
    margin: 0 auto 10px;
    max-width: 95%; } }
.otters figure.effect-lexi img {
  margin: -60px 0 0 -100px !important; }

.adoption h3.color-black {
  color: #000; }
.adoption h3.margin-top {
  margin-top: 2em; }
.adoption .adoption-form .align-center {
  text-align: center; }
.adoption .adoption-content {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto; }
  .adoption .adoption-content:before, .adoption .adoption-content:after {
    content: " ";
    display: table; }
  .adoption .adoption-content:after {
    clear: both; }
  .adoption .adoption-content .adoption-content--image {
    float: left;
    max-width: 50%;
    margin: 0 1em 1em 0; }
    @media screen and (max-width: 500px) {
      .adoption .adoption-content .adoption-content--image {
        max-width: 100%;
        margin-right: 0; } }
.adoption .adoption-levels {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }
  .adoption .adoption-levels:before, .adoption .adoption-levels:after {
    content: " ";
    display: table; }
  .adoption .adoption-levels:after {
    clear: both; }
  .adoption .adoption-levels .level {
    background-color: #f2f3f3;
    padding: .6em;
    min-height: 460px;
    margin-top: 2em;
    position: relative;
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 46.1663947798%; }
    .adoption .adoption-levels .level:nth-child(2n) {
      margin-right: 0; }
    .adoption .adoption-levels .level:nth-child(2n+1) {
      clear: left; }
    .adoption .adoption-levels .level:last-child {
      margin-right: 0; }
    .adoption .adoption-levels .level .level--title {
      text-align: center;
      font-size: 1.5em;
      position: absolute;
      margin: -30px 0 10px;
      padding: .5em 1em;
      left: 25%;
      right: 25%;
      background-color: #96989b;
      color: #fff;
      font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold; }
    .adoption .adoption-levels .level .level--value {
      text-align: center;
      font-size: 3em;
      margin-bottom: .5em;
      font-family: "ff-more-web-pro-wide", "Georgia", serif; }
    .adoption .adoption-levels .level .level--border {
      margin: 1em 40%;
      height: 2px;
      background-color: #999; }
    .adoption .adoption-levels .level .level--description {
      font-size: .9em; }
      .adoption .adoption-levels .level .level--description h3 {
        font-size: 1.1em;
        color: #000;
        text-align: center;
        font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold; }
    .adoption .adoption-levels .level .level--image {
      text-align: center;
      position: absolute;
      width: 100%;
      bottom: 0; }
      .adoption .adoption-levels .level .level--image img {
        max-width: 278px;
        width: 75%;
        height: auto;
        margin-bottom: 1em; }
    @media screen and (max-width: 600px) {
      .adoption .adoption-levels .level {
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 100%;
        min-height: 525px; }
        .adoption .adoption-levels .level:nth-child(2n) {
          margin-right: 7.6672104405%; }
        .adoption .adoption-levels .level:nth-child(2n+1) {
          clear: none; }
        .adoption .adoption-levels .level:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 450px) {
      .adoption .adoption-levels .level {
        min-height: 450px; } }

.adoption-list {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto; }
  .adoption-list:before, .adoption-list:after {
    content: " ";
    display: table; }
  .adoption-list:after {
    clear: both; }
  .adoption-list .adoption-list--animal h3 {
    margin-top: .2em;
    font-size: 1.1em; }
  .adoption-list .adoption-list--animal .thumbnail {
    background-color: #123a5d;
    line-height: 0;
    overflow: hidden; }
    .adoption-list .adoption-list--animal .thumbnail img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.4s ease-in-out;
      -transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .adoption-list .adoption-list--animal a {
    -webkit-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .adoption-list .adoption-list--animal a, .adoption-list .adoption-list--animal a h3 {
      text-decoration: none;
      color: #123a5d; }
    .adoption-list .adoption-list--animal a:hover, .adoption-list .adoption-list--animal a:hover h3, .adoption-list .adoption-list--animal a:focus, .adoption-list .adoption-list--animal a:focus h3 {
      color: #0061aa; }
    .adoption-list .adoption-list--animal a:hover img, .adoption-list .adoption-list--animal a:focus img {
      opacity: 0.6;
      -webkit-transform: scale(1.1) rotate(-5deg);
      -moz-transform: scale(1.1) rotate(-5deg);
      -ms-transform: scale(1.1) rotate(-5deg);
      -o-transform: scale(1.1) rotate(-5deg);
      transform: scale(1.1) rotate(-5deg);
      -webkit-filter: saturate(0) brightness(2);
      filter: saturate(0) brightness(2); }
  .adoption-list.wide-list .adoption-list--animal {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 28.2218597064%; }
    .adoption-list.wide-list .adoption-list--animal:last-child {
      margin-right: 0; }
    .adoption-list.wide-list .adoption-list--animal:nth-child(3n) {
      margin-right: 0; }
    .adoption-list.wide-list .adoption-list--animal:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 500px) {
      .adoption-list.wide-list .adoption-list--animal {
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 46.1663947798%; }
        .adoption-list.wide-list .adoption-list--animal:nth-child(3n) {
          margin-right: 7.6672104405%; }
        .adoption-list.wide-list .adoption-list--animal:nth-child(3n+1) {
          clear: none; }
        .adoption-list.wide-list .adoption-list--animal:nth-child(2n) {
          margin-right: 0; }
        .adoption-list.wide-list .adoption-list--animal:nth-child(2n+1) {
          clear: left; }
        .adoption-list.wide-list .adoption-list--animal:last-child {
          margin-right: 0; } }
  .adoption-list.compact-list .adoption-list--animal {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 10.277324633%;
    margin-right: 1.66721%;
    width: 15.27732%; }
    .adoption-list.compact-list .adoption-list--animal:last-child {
      margin-right: 0; }
    .adoption-list.compact-list .adoption-list--animal:nth-child(6n) {
      margin-right: 0; }
    .adoption-list.compact-list .adoption-list--animal:nth-child(6n+1) {
      clear: left; }
    .adoption-list.compact-list .adoption-list--animal h3 {
      font-size: .8em; }
    @media screen and (max-width: 767px) {
      .adoption-list.compact-list .adoption-list--animal {
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 19.2495921697%; }
        .adoption-list.compact-list .adoption-list--animal:nth-child(6n) {
          margin-right: 7.6672104405%; }
        .adoption-list.compact-list .adoption-list--animal:nth-child(6n+1) {
          clear: none; }
        .adoption-list.compact-list .adoption-list--animal:nth-child(4n) {
          margin-right: 0; }
        .adoption-list.compact-list .adoption-list--animal:nth-child(4n+1) {
          clear: left; }
        .adoption-list.compact-list .adoption-list--animal:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 500px) {
      .adoption-list.compact-list .adoption-list--animal {
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 46.1663947798%; }
        .adoption-list.compact-list .adoption-list--animal:nth-child(4n) {
          margin-right: 7.6672104405%; }
        .adoption-list.compact-list .adoption-list--animal:nth-child(4n+1) {
          clear: none; }
        .adoption-list.compact-list .adoption-list--animal:nth-child(2n) {
          margin-right: 0; }
        .adoption-list.compact-list .adoption-list--animal:nth-child(2n+1) {
          clear: left; }
        .adoption-list.compact-list .adoption-list--animal:last-child {
          margin-right: 0; } }

.jp-audio {
  font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  .jp-audio .jp-details .jp-title {
    font-size: 0.9em; }
  .jp-audio .jp-current-time,
  .jp-audio .jp-duration {
    font-size: 0.8em; }
  .jp-audio .jp-stop {
    margin-top: 6px; }
  .jp-audio button {
    margin: 0;
    padding: 0;
    border-radius: 0;
    -webkit-transition: none 0s;
    -transition: none 0s;
    transition: none 0s; }
    .jp-audio button, .jp-audio button:hover, .jp-audio button:focus {
      background-color: transparent; }
  .jp-audio .jp-play {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") 0 0 no-repeat; }
  .jp-audio .jp-play:focus {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -41px 0 no-repeat; }
  .jp-audio .jp-stop {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") 0 -83px no-repeat; }
  .jp-audio .jp-stop:focus {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -29px -83px no-repeat; }
  .jp-audio .jp-previous {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") 0 -112px no-repeat; }
  .jp-audio .jp-previous:focus {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -29px -112px no-repeat; }
  .jp-audio .jp-next {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") 0 -141px no-repeat; }
  .jp-audio .jp-next:focus {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -29px -141px no-repeat; }
  .jp-audio .jp-seek-bar {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") 0 -202px repeat-x; }
  .jp-audio .jp-play-bar {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") 0 -218px repeat-x; }
  .jp-audio .jp-mute {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") 0 -170px no-repeat; }
  .jp-audio .jp-mute:focus {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -19px -170px no-repeat; }
  .jp-audio .jp-volume-max {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") 0 -186px no-repeat; }
  .jp-audio .jp-volume-max:focus {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -19px -186px no-repeat; }
  .jp-audio .jp-volume-bar {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") 0 -250px repeat-x; }
  .jp-audio .jp-volume-bar-value {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") 0 -256px repeat-x; }
  .jp-audio .jp-full-screen {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") 0 -310px no-repeat; }
  .jp-audio .jp-full-screen:focus {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -30px -310px no-repeat; }
  .jp-audio .jp-repeat {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") 0 -290px no-repeat; }
  .jp-audio .jp-repeat:focus {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -30px -290px no-repeat; }
  .jp-audio .jp-shuffle {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") 0 -270px no-repeat; }
  .jp-audio .jp-shuffle:focus {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -30px -270px no-repeat; }
  .jp-audio.jp-state-looped .jp-repeat {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -60px -290px no-repeat !important; }
  .jp-audio.jp-state-looped .jp-repeat:focus {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -90px -290px no-repeat !important; }
  .jp-audio.jp-state-muted .jp-mute {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -60px -170px no-repeat; }
  .jp-audio.jp-state-muted .jp-mute:focus {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -79px -170px no-repeat; }
  .jp-audio.jp-state-shuffled .jp-shuffle {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -60px -270px no-repeat; }
  .jp-audio.jp-state-shuffled .jp-shuffle:focus {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -90px -270px no-repeat; }
  .jp-audio.jp-state-playing .jp-play {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") 0 -42px no-repeat; }
  .jp-audio.jp-state-playing .jp-play:focus {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -41px -42px no-repeat; }
  .jp-audio.jp-state-full-screen .jp-full-screen {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -60px -310px no-repeat; }
  .jp-audio.jp-state-full-screen .jp-full-screen:focus {
    background: url("../images/jplayer/jplayer.blue.monday.new.svg") -90px -310px no-repeat; }

.turtle-map {
  border: 5px solid #f2f3f3;
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.turtle-details p > strong {
  color: #0061aa;
  background-color: #f2f3f3;
  border-radius: 5px;
  border-radius: 0.5rem;
  margin-right: 8px;
  margin-right: 0.8rem;
  padding-left: 8px;
  padding-left: 0.8rem;
  padding-right: 8px;
  padding-right: 0.8rem; }

.tracking-faq header h2 {
  font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal; }
.tracking-faq dd, .tracking-faq dt {
  padding: 20px;
  padding: 2rem; }
.tracking-faq dt {
  margin-top: 20px;
  background-color: #0061aa;
  color: white;
  font-size: 18px;
  font-size: 1.8rem; }
.tracking-faq dd {
  background-color: #f2f3f3;
  margin-bottom: 20px; }

.rrssb-buttons.large-format li a, .rrssb-buttons.large-format li a .text {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.rrssb-buttons, .rrssb-buttons li, .rrssb-buttons li a {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    clear: both; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }

.rrssb-buttons {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%; }
  .rrssb-buttons li {
    float: left;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0 2.5px; }
    .rrssb-buttons li.email a {
      background-color: #0a88ff; }
      .rrssb-buttons li.email a:hover {
        background-color: #006ed6; }
    .rrssb-buttons li.facebook a {
      background-color: #306199; }
      .rrssb-buttons li.facebook a:hover {
        background-color: #244872; }
    .rrssb-buttons li.tumblr a {
      background-color: #32506d; }
      .rrssb-buttons li.tumblr a:hover {
        background-color: #22364a; }
    .rrssb-buttons li.linkedin a {
      background-color: #007bb6; }
      .rrssb-buttons li.linkedin a:hover {
        background-color: #005983; }
    .rrssb-buttons li.twitter a {
      background-color: #26c4f1; }
      .rrssb-buttons li.twitter a:hover {
        background-color: #0eaad6; }
    .rrssb-buttons li.googleplus a {
      background-color: #e93f2e; }
      .rrssb-buttons li.googleplus a:hover {
        background-color: #ce2616; }
    .rrssb-buttons li.youtube a {
      background-color: #df1c31; }
      .rrssb-buttons li.youtube a:hover {
        background-color: #b21627; }
    .rrssb-buttons li.reddit a {
      background-color: #8bbbe3; }
      .rrssb-buttons li.reddit a:hover {
        background-color: #62a3d9; }
    .rrssb-buttons li.pinterest a {
      background-color: #b81621; }
      .rrssb-buttons li.pinterest a:hover {
        background-color: #8a1119; }
    .rrssb-buttons li.github a {
      background-color: #444; }
      .rrssb-buttons li.github a:hover {
        background-color: #2b2b2b; }
    .rrssb-buttons li a {
      background-color: #ccc;
      border-radius: 2px;
      display: block;
      font-size: 11px;
      font-weight: bold;
      height: 100%;
      padding: 11px 7px 12px 27px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 100%;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      .rrssb-buttons li a .icon {
        display: block;
        height: 100%;
        left: 10px;
        padding-top: 9px;
        position: absolute;
        top: 0;
        width: 10%; }
        .rrssb-buttons li a .icon svg {
          height: 17px;
          width: 17px; }
          .rrssb-buttons li a .icon svg path, .rrssb-buttons li a .icon svg polygon {
            fill: #fff; }
      .rrssb-buttons li a .text {
        color: #fff; }
      .rrssb-buttons li a:active {
        box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); }
    .rrssb-buttons li.small a {
      padding: 0; }
      .rrssb-buttons li.small a .icon {
        height: 100%;
        left: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        top: auto;
        width: 100%; }
      .rrssb-buttons li.small a .text {
        visibility: hidden; }
  .rrssb-buttons.large-format {
    height: auto; }
    .rrssb-buttons.large-format li {
      height: auto; }
      .rrssb-buttons.large-format li a {
        font-size: 15px;
        font-size: 1vw;
        padding: 7% 0% 7% 12%;
        border-radius: 0.2em; }
        .rrssb-buttons.large-format li a .icon {
          left: 7%;
          padding-top: 0;
          width: 12%; }
          .rrssb-buttons.large-format li a .icon svg {
            height: 100%;
            width: 100%; }
        .rrssb-buttons.large-format li a .text {
          font-size: 15px;
          font-size: 1vw; }
        .rrssb-buttons.large-format li a:hover {
          font-size: 15px;
          font-size: 1vw;
          padding: 7% 0% 7% 12%;
          border-radius: 0.2em; }
  .rrssb-buttons.small-format {
    padding-top: 5px; }
    .rrssb-buttons.small-format li {
      height: 80%;
      padding: 0 1.5px; }
      .rrssb-buttons.small-format li a .icon {
        height: 100%;
        padding-top: 0; }
        .rrssb-buttons.small-format li a .icon svg {
          height: 48%;
          position: relative;
          top: 6px;
          width: 80%; }
  .rrssb-buttons.tiny-format {
    height: 22px;
    position: relative; }
    .rrssb-buttons.tiny-format li {
      padding-right: 7px; }
      .rrssb-buttons.tiny-format li a {
        background-color: transparent;
        padding: 0; }
        .rrssb-buttons.tiny-format li a .icon svg {
          height: 70%;
          width: 100%; }
        .rrssb-buttons.tiny-format li a:hover, .rrssb-buttons.tiny-format li a:active {
          background-color: transparent; }
      .rrssb-buttons.tiny-format li.email a .icon svg path, .rrssb-buttons.tiny-format li.email a .icon svg polygon {
        fill: #0a88ff; }
      .rrssb-buttons.tiny-format li.email a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.email a .icon:hover .icon svg polygon {
        fill: #0054a3; }
      .rrssb-buttons.tiny-format li.facebook a .icon svg path, .rrssb-buttons.tiny-format li.facebook a .icon svg polygon {
        fill: #306199; }
      .rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg polygon {
        fill: #18304b; }
      .rrssb-buttons.tiny-format li.tumblr a .icon svg path, .rrssb-buttons.tiny-format li.tumblr a .icon svg polygon {
        fill: #32506d; }
      .rrssb-buttons.tiny-format li.tumblr a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.tumblr a .icon:hover .icon svg polygon {
        fill: #121d27; }
      .rrssb-buttons.tiny-format li.linkedin a .icon svg path, .rrssb-buttons.tiny-format li.linkedin a .icon svg polygon {
        fill: #007bb6; }
      .rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg polygon {
        fill: #003650; }
      .rrssb-buttons.tiny-format li.twitter a .icon svg path, .rrssb-buttons.tiny-format li.twitter a .icon svg polygon {
        fill: #26c4f1; }
      .rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg polygon {
        fill: #0b84a6; }
      .rrssb-buttons.tiny-format li.googleplus a .icon svg path, .rrssb-buttons.tiny-format li.googleplus a .icon svg polygon {
        fill: #e93f2e; }
      .rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg polygon {
        fill: #a01e11; }
      .rrssb-buttons.tiny-format li.youtube a .icon svg path, .rrssb-buttons.tiny-format li.youtube a .icon svg polygon {
        fill: #df1c31; }
      .rrssb-buttons.tiny-format li.youtube a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.youtube a .icon:hover .icon svg polygon {
        fill: #84111d; }
      .rrssb-buttons.tiny-format li.reddit a .icon svg path, .rrssb-buttons.tiny-format li.reddit a .icon svg polygon {
        fill: #8bbbe3; }
      .rrssb-buttons.tiny-format li.reddit a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.reddit a .icon:hover .icon svg polygon {
        fill: #398bcf; }
      .rrssb-buttons.tiny-format li.pinterest a .icon svg path, .rrssb-buttons.tiny-format li.pinterest a .icon svg polygon {
        fill: #b81621; }
      .rrssb-buttons.tiny-format li.pinterest a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.pinterest a .icon:hover .icon svg polygon {
        fill: #5d0b11; }
      .rrssb-buttons.tiny-format li.github a .icon svg path, .rrssb-buttons.tiny-format li.github a .icon svg polygon {
        fill: #444; }
      .rrssb-buttons.tiny-format li.github a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.github a .icon:hover .icon svg polygon {
        fill: #111111; }

/**
 * Colors and Settings
 */
.alert-help, .alert-info, .alert-error, .alert-success {
  padding: 15px;
  padding: 1.5rem;
  margin: 20px 0;
  margin: 2.0rem 0;
  border: 1px solid; }
  .alert-help p, .alert-info p, .alert-error p, .alert-success p {
    margin: 0;
    padding: 0; }
  .alert-help i, .alert-info i, .alert-error i, .alert-success i {
    vertical-align: middle;
    display: inline-block;
    line-height: inherit;
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 10px;
    margin-right: 1rem;
    padding-right: 10px;
    padding-right: 1rem;
    border-right: 1px solid; }
  .alert-help a, .alert-info a, .alert-error a, .alert-success a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }

.alert-help {
  background-color: #ebe16f;
  border-color: #e5d842; }
  .alert-help i {
    color: #c9bb1c;
    border-color: #c9bb1c; }
  .alert-help a {
    color: #867c13; }
    .alert-help a:hover {
      color: #625b0e; }

.alert-info {
  background-color: #d5edf8;
  border-color: #a9daf1; }
  .alert-info i {
    color: #70c2e7;
    border-color: #70c2e7; }
  .alert-info a {
    color: #2fa6dc; }
    .alert-info a:hover {
      color: #208fc2; }

.alert-error {
  background-color: #fbe3e4;
  border-color: #f5b6b9; }
  .alert-error i {
    color: #ec7c81;
    border-color: #ec7c81; }
  .alert-error a {
    color: #e33940; }
    .alert-error a:hover {
      color: #d51e26; }

.alert-success {
  background-color: #e6efc2;
  border-color: #d5e49a; }
  .alert-success i {
    color: #c0d765;
    border-color: #c0d765; }
  .alert-success a {
    color: #a2bd32; }
    .alert-success a:hover {
      color: #869d29; }

blockquote, q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

blockquote {
  position: relative;
  font-family: "ff-more-web-pro", "Georgia", serif;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0;
  margin: 0; }
  blockquote:before, blockquote:after {
    display: inline-block; }
  blockquote cite {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    display: block; }
  blockquote footer {
    display: block; }
  blockquote p {
    display: inline-block;
    margin: 0 0 0.5em;
    padding: 0; }
    blockquote p:before {
      content: open-quote;
      position: absolute;
      left: -15px; }
    blockquote p:after {
      content: close-quote; }

q {
  font-style: italic; }
  q:before {
    content: open-quote; }
  q:after {
    content: close-quote; }

ul.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 50px 0;
  margin: 5.0rem 0; }
  ul.breadcrumbs li {
    display: inline; }
  ul.breadcrumbs a {
    display: inline-block; }
  ul.breadcrumbs li {
    padding-right: 11px;
    padding-right: 1.1rem;
    padding-left: 10px;
    padding-left: 1rem;
    border-right: 1px solid #ccc; }
    ul.breadcrumbs li:first-child {
      padding-left: 0; }
    ul.breadcrumbs li:last-child {
      border: none;
      font-weight: bold;
      color: #0061aa; }
    ul.breadcrumbs li.current {
      font-weight: bold;
      color: #0061aa; }
  ul.breadcrumbs a {
    color: #000;
    text-decoration: none; }
    ul.breadcrumbs a:hover {
      color: #0061aa;
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    ul.breadcrumbs {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 25px 0;
      margin: 2.5rem 0; }
      ul.breadcrumbs li {
        padding-right: 8px;
        padding-right: 0.8rem;
        padding-left: 7px;
        padding-left: 0.7rem; } }

a.button, .button-list a,
button,
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  background-color: #e76148;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transition: 0.2s background ease-in-out;
  -moz-transition: 0.2s background ease-in-out;
  -o-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  margin: 5px 0;
  margin: 0.5rem 0;
  padding: 1px 25px;
  padding: 1rem 2.5rem; }
  a.button:hover, .button-list a:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    background: #ec806c; }
  a.button.dark, .button-list a.dark,
  button.dark,
  input[type="submit"].dark,
  input[type="reset"].dark {
    background: #000; }
    a.button.dark:hover, .button-list a.dark:hover,
    button.dark:hover,
    input[type="submit"].dark:hover,
    input[type="reset"].dark:hover {
      background: #1a1a1a; }
  a.button.alt, .button-list a.alt,
  button.alt,
  input[type="submit"].alt,
  input[type="reset"].alt {
    background: #123a5d; }
    a.button.alt:hover, .button-list a.alt:hover,
    button.alt:hover,
    input[type="submit"].alt:hover,
    input[type="reset"].alt:hover {
      background: #0061aa; }
  a.button.action, .button-list a.action,
  button.action,
  input[type="submit"].action,
  input[type="reset"].action {
    background: transparent;
    border: 2px solid #123a5d;
    color: #123a5d;
    font-family: "ff-more-web-pro-wide", "Georgia", serif; }
    a.button.action:hover, .button-list a.action:hover,
    button.action:hover,
    input[type="submit"].action:hover,
    input[type="reset"].action:hover {
      background: #123a5d;
      color: #fff; }
  a.button.small, .button-list a.small,
  button.small,
  input[type="submit"].small,
  input[type="reset"].small {
    font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 1px;
    color: #fff;
    padding: 5px 10px;
    padding: 0.5rem 1.0rem;
    margin-left: 10px;
    margin-left: 1rem; }
  a.button.button--listen, .button-list a.button--listen,
  button.button--listen,
  input[type="submit"].button--listen,
  input[type="reset"].button--listen {
    display: inline-block; }
    a.button.button--listen i, .button-list a.button--listen i,
    button.button--listen i,
    input[type="submit"].button--listen i,
    input[type="reset"].button--listen i {
      width: 30px;
      height: 30px;
      line-height: 24px;
      vertical-align: middle;
      background: #e24224;
      padding: 5px;
      margin-left: 10px;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    a.button.button--listen:hover i, .button-list a.button--listen:hover i, a.button.button--listen:focus i, .button-list a.button--listen:focus i,
    button.button--listen:hover i,
    button.button--listen:focus i,
    input[type="submit"].button--listen:hover i,
    input[type="submit"].button--listen:focus i,
    input[type="reset"].button--listen:hover i,
    input[type="reset"].button--listen:focus i {
      background: #f09b8c;
      -webkit-animation: floaty 1s ease-in-out infinite;
      -moz-animation: floaty 1s ease-in-out infinite;
      animation: floaty 1s ease-in-out infinite; }

.button-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  margin: 2.0rem 0; }
  .button-list li {
    display: block; }
  .button-list a {
    display: block;
    width: 100%; }

@-webkit-keyframes floaty {
  0% {
    -webkit-transform: translateX(-0.15em);
    -moz-transform: translateX(-0.15em);
    -ms-transform: translateX(-0.15em);
    -o-transform: translateX(-0.15em);
    transform: translateX(-0.15em); }
  50% {
    -webkit-transform: translateX(0.15em);
    -moz-transform: translateX(0.15em);
    -ms-transform: translateX(0.15em);
    -o-transform: translateX(0.15em);
    transform: translateX(0.15em); }
  100% {
    -webkit-transform: translateX(-0.15em);
    -moz-transform: translateX(-0.15em);
    -ms-transform: translateX(-0.15em);
    -o-transform: translateX(-0.15em);
    transform: translateX(-0.15em); } }
@-moz-keyframes floaty {
  0% {
    -webkit-transform: translateX(-0.15em);
    -moz-transform: translateX(-0.15em);
    -ms-transform: translateX(-0.15em);
    -o-transform: translateX(-0.15em);
    transform: translateX(-0.15em); }
  50% {
    -webkit-transform: translateX(0.15em);
    -moz-transform: translateX(0.15em);
    -ms-transform: translateX(0.15em);
    -o-transform: translateX(0.15em);
    transform: translateX(0.15em); }
  100% {
    -webkit-transform: translateX(-0.15em);
    -moz-transform: translateX(-0.15em);
    -ms-transform: translateX(-0.15em);
    -o-transform: translateX(-0.15em);
    transform: translateX(-0.15em); } }
@-ms-keyframes floaty {
  0% {
    -webkit-transform: translateX(-0.15em);
    -moz-transform: translateX(-0.15em);
    -ms-transform: translateX(-0.15em);
    -o-transform: translateX(-0.15em);
    transform: translateX(-0.15em); }
  50% {
    -webkit-transform: translateX(0.15em);
    -moz-transform: translateX(0.15em);
    -ms-transform: translateX(0.15em);
    -o-transform: translateX(0.15em);
    transform: translateX(0.15em); }
  100% {
    -webkit-transform: translateX(-0.15em);
    -moz-transform: translateX(-0.15em);
    -ms-transform: translateX(-0.15em);
    -o-transform: translateX(-0.15em);
    transform: translateX(-0.15em); } }
@-o-keyframes floaty {
  0% {
    -webkit-transform: translateX(-0.15em);
    -moz-transform: translateX(-0.15em);
    -ms-transform: translateX(-0.15em);
    -o-transform: translateX(-0.15em);
    transform: translateX(-0.15em); }
  50% {
    -webkit-transform: translateX(0.15em);
    -moz-transform: translateX(0.15em);
    -ms-transform: translateX(0.15em);
    -o-transform: translateX(0.15em);
    transform: translateX(0.15em); }
  100% {
    -webkit-transform: translateX(-0.15em);
    -moz-transform: translateX(-0.15em);
    -ms-transform: translateX(-0.15em);
    -o-transform: translateX(-0.15em);
    transform: translateX(-0.15em); } }
@keyframes floaty {
  0% {
    -webkit-transform: translateX(-0.15em);
    -moz-transform: translateX(-0.15em);
    -ms-transform: translateX(-0.15em);
    -o-transform: translateX(-0.15em);
    transform: translateX(-0.15em); }
  50% {
    -webkit-transform: translateX(0.15em);
    -moz-transform: translateX(0.15em);
    -ms-transform: translateX(0.15em);
    -o-transform: translateX(0.15em);
    transform: translateX(0.15em); }
  100% {
    -webkit-transform: translateX(-0.15em);
    -moz-transform: translateX(-0.15em);
    -ms-transform: translateX(-0.15em);
    -o-transform: translateX(-0.15em);
    transform: translateX(-0.15em); } }
.caption-box {
  text-align: center;
  margin: 10px 0;
  margin: 1.0rem 0; }
  .caption-box a {
    text-decoration: none;
    color: #0061aa; }
    .caption-box a:hover, .caption-box a:hover h1, .caption-box a:hover h2, .caption-box a:hover h3 {
      color: #e76148; }
  .caption-box figcaption {
    border: 1px solid #ccc;
    border-top: none;
    padding: 25px;
    padding: 2.5rem;
    margin: 0; }
    .caption-box figcaption h1, .caption-box figcaption h2, .caption-box figcaption h3 {
      color: #000;
      -webkit-transition: 0.2s color ease-in-out;
      -moz-transition: 0.2s color ease-in-out;
      -o-transition: 0.2s color ease-in-out;
      transition: 0.2s color ease-in-out; }
    .caption-box figcaption h2 {
      font-family: "ff-more-web-pro", "Georgia", serif;
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.25em;
      margin: 0;
      font-size: 30px;
      font-size: 3rem; }
    .caption-box figcaption p {
      font-family: "ff-more-web-pro", "Georgia", serif;
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.25em;
      margin: 0;
      font-weight: normal; }
  .caption-box.featured h3 {
    text-transform: none;
    margin: 0;
    padding: 0; }
  .caption-box.featured .thumbnail-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%; }
  .caption-box.video .thumbnail-container a {
    position: relative;
    display: block;
    text-decoration: none; }
    .caption-box.video .thumbnail-container a:before {
      position: absolute;
      z-index: 1;
      top: 45%;
      left: 45%;
      display: block;
      width: 50px;
      height: 50px;
      padding: 10px 10px 8px 10px;
      padding: 1.0rem 1.0rem 0.8rem 1.0rem;
      font-family: 'icomoon';
      font-size: 40px;
      font-size: 4rem;
      line-height: 55px;
      text-align: center;
      vertical-align: middle;
      content: '\25b6';
      color: #fff;
      border-radius: 100%;
      box-shadow: 0 0 0 4px #fff; }
  @media all and (max-width: 767px) {
    .caption-box.video .thumbnail-container a:before {
      padding: 8px 8px 6px 8px;
      padding: 0.8rem 0.8rem 0.6rem 0.8rem;
      width: 30px;
      height: 30px;
      font-size: 30px;
      font-size: 3rem;
      line-height: 35px; } }
  @media all and (max-width: 767px) {
    .caption-box figcaption h2 {
      font-size: 20px;
      font-size: 2rem; }
    .caption-box figcaption p {
      font-size: 15px;
      font-size: 1.5rem; } }

.column-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem; }
  .column-list li {
    display: inline; }
  .column-list a {
    display: inline-block; }
  .column-list li {
    display: block;
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 46.1663947798%;
    margin-right: 0;
    padding: 0; }
    .column-list li:last-child {
      margin-right: 0; }
  .column-list a {
    font-weight: bold;
    color: #e76148;
    display: inline-block;
    text-decoration: none;
    line-height: 2em; }
  .column-list i {
    vertical-align: middle;
    color: #000 !important;
    font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin-right: 0.25em; }
  @media screen and (max-width: 1410px) {
    .column-list {
      font-size: 14px;
      font-size: 1.4rem;
      white-space: nowrap; } }
  @media screen and (max-width: 1060px) {
    .column-list {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 930px) {
    .column-list {
      font-size: 14px;
      font-size: 1.4rem; }
      .column-list li {
        width: 100%;
        display: block;
        float: none; } }
  @media screen and (max-width: 767px) {
    .column-list {
      font-size: 18px;
      font-size: 1.8rem; }
      .column-list li {
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 46.1663947798%;
        margin-right: 0; }
        .column-list li:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 639px) {
    .column-list {
      font-size: 11px;
      font-size: 1.1rem; }
      .column-list i {
        font-size: 22px;
        font-size: 2.2rem; } }

.control-bar {
  background: #ebebeb;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  display: inline-block;
  float: left;
  clear: both;
  padding: 8px 12px !important;
  padding: 0.8rem 1.2rem !important;
  margin: 12px 0 !important;
  margin: 1.2rem 0 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #ccc; }
  .control-bar li {
    display: inline; }
  .control-bar a {
    display: inline-block; }
  .control-bar.right {
    float: right;
    clear: both; }
  .control-bar li {
    margin-right: 10px;
    margin-right: 1rem;
    padding-right: 10px;
    padding-right: 1rem;
    border-right: 1px solid #ccc; }
    .control-bar li:last-child {
      margin-right: 0;
      padding-right: 0;
      border: none; }
    .control-bar li.active i, .control-bar li.active a {
      color: #e76148 !important; }
  .control-bar, .control-bar a {
    color: #0061aa; }
  .control-bar a {
    text-decoration: none; }
    .control-bar a:hover, .control-bar a:hover i {
      color: #df3c1d; }
  .control-bar i {
    font-size: 150%;
    color: #123a5d;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
    margin-right: 0.5rem; }

.cta-buttons {
  font-family: "ff-more-web-pro", "Georgia", serif;
  font-size: 21px;
  font-size: 2.1rem;
  margin: 0;
  padding: 0;
  list-style: none; }
  .cta-buttons li {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  .cta-buttons a {
    display: block;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 21px;
    padding: 2.1rem;
    margin-bottom: 3px;
    margin-bottom: 0.3rem; }
    .cta-buttons a:hover {
      color: #5bb59a; }
    .cta-buttons a > i {
      margin-right: 7px;
      margin-right: 0.7rem;
      color: #fff; }
  .cta-buttons i {
    font-size: 31.5px;
    font-size: 3.15rem;
    vertical-align: middle; }
    .cta-buttons i[class^="icon-arrow"] {
      color: #e76148;
      margin-left: 7px;
      margin-left: 0.7rem; }

table {
  width: 100%;
  border: none;
  margin: 10px 0;
  margin: 1.0rem 0; }
  table.centered td {
    width: 50%;
    padding: 15px;
    padding: 1.5rem; }
  table.centered tr:first-child {
    border: none; }
  table.centered td:nth-child(2n-1) {
    text-align: left;
    font-weight: bold;
    color: #123a5d; }

thead tr {
  border-top: none; }

th {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ff-more-web-pro", "Georgia", serif;
  font-weight: normal;
  color: #0061aa;
  text-align: left; }

tr {
  border-top: 1px solid #ccc; }

td {
  border-collapse: collapse;
  padding: 15px 0;
  padding: 1.5rem 0; }
  td p {
    margin: 0;
    padding: 0; }
  td strong, td em {
    font-size: inherit; }
  td strong {
    font-weight: 900; }
  td em {
    color: #999;
    font-style: italic; }

@media screen and (max-width: 767px) {
  table {
    font-size: 12px;
    font-size: 1.2rem; }

  td {
    padding: 10px;
    padding: 1rem; }

  th {
    font-size: 14px;
    font-size: 1.4rem; } }
.datebox {
  background: #000;
  float: left;
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 30px;
  font-size: 3rem;
  min-width: 90px;
  min-width: 9rem;
  padding: 0 15px;
  padding: 0 1.5rem; }
  .datebox span {
    display: block;
    text-transform: uppercase; }
    .datebox span.month {
      border-bottom: 2px solid #fff; }
  .datebox.alt {
    background: #5bb59a; }
  .datebox.clear {
    background: transparent;
    color: #5f9cac; }
    .datebox.clear span.month {
      border-bottom-color: #5f9cac; }
  @media screen and (max-width: 1024px) {
    .datebox {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (max-width: 767px) {
    .datebox {
      font-size: 18px;
      font-size: 1.8rem; } }

body.module-sampler .datebox {
  clear: left;
  margin-bottom: 20px; }

.edge-grid {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-top: 2rem; }
  .edge-grid:before, .edge-grid:after {
    content: " ";
    display: table; }
  .edge-grid:after {
    clear: both; }
  .edge-grid li {
    overflow: hidden;
    width: 50%;
    display: block;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px; }
    .edge-grid li a {
      display: block;
      text-decoration: none; }
    .edge-grid li:nth-child(2n) {
      margin-right: -1px; }
    .edge-grid li img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      border: none;
      width: 100%; }

@media screen and (max-width: 767px) {
  .edge-grid li {
    width: 33%; }
    .edge-grid li:nth-child(2n) {
      margin-right: 1px; }
    .edge-grid li:nth-child(3n) {
      margin-right: -1px; } }
section.featured-events article {
  background: none !important;
  text-align: center;
  line-height: 1.2;
  min-height: inherit !important;
  height: 350px; }
  section.featured-events article h3 {
    color: #000;
    margin-top: 5px;
    margin-top: 0.5rem; }
    @media screen and (max-width: 1100px) {
      section.featured-events article h3 {
        text-align: left; } }
    @media screen and (max-width: 460px) {
      section.featured-events article h3 {
        font-size: 1.8rem; } }
    @media screen and (max-width: 360px) {
      section.featured-events article h3 {
        font-size: 1.6rem; } }
  section.featured-events article img {
    max-width: inherit !important; }

article.event {
  background: transparent;
  border-bottom: 1px solid #ccc;
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 100%;
  padding: 20px 0;
  padding: 2.0rem 0; }
  article.event:last-child {
    margin-right: 0; }
  article.event i {
    vertical-align: middle; }
  article.event .event-date .datebox {
    margin-right: 15px;
    margin-right: 1.5rem; }
    article.event .event-date .datebox .month {
      line-height: 1.3;
      padding-bottom: 8px; }
  @media screen and (max-width: 480px) {
    article.event .event-content {
      float: left;
      width: 58%; } }
  article.event header h2 {
    font-family: "ff-more-web-pro", "Georgia", serif;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25em;
    margin: 0;
    font-size: 30px !important;
    font-size: 3.0rem !important;
    font-weight: normal !important;
    text-transform: none;
    margin-top: 5px;
    margin-top: 0.5rem;
    padding: 0; }
  article.event header a, article.event header a h2 {
    color: #000; }
    article.event header a:hover, article.event header a h2:hover {
      color: #0061aa; }
  article.event header a:hover {
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    article.event header h2 {
      font-size: 20px !important;
      font-size: 2.0rem !important; } }

.sidebar .notelink .note-title {
  font-size: 20px !important;
  font-size: 2.0rem !important; }

p.meta, .notelink .note-text {
  font-size: 16px;
  font-size: 1.6rem;
  color: #5f9cac;
  margin: 0;
  padding: 0; }
  p.meta i, .notelink .note-text i {
    font-size: 160%;
    vertical-align: middle; }
  @media screen and (min-width: 639px) {
    p.meta, .notelink .note-text {
      font-size: 18px;
      font-size: 1.8rem; } }

form.event-filter {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 20px 0;
  margin: 2.0rem 0;
  padding: 15px 0;
  padding: 1.5rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  form.event-filter .span-12 .col > .col {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 82.0554649266%; }
    form.event-filter .span-12 .col > .col:last-child {
      margin-right: 0; }
  form.event-filter .span-12 .col > .col .col:first-of-type,
  form.event-filter .span-12 .col > .col .col:nth-child(2n) {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 46.1663947798%; }
    form.event-filter .span-12 .col > .col .col:first-of-type:last-child,
    form.event-filter .span-12 .col > .col .col:nth-child(2n):last-child {
      margin-right: 0; }
  form.event-filter .span-12 .col > .col:last-of-type {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 10.277324633%; }
    form.event-filter .span-12 .col > .col:last-of-type:last-child {
      margin-right: 0; }
  form.event-filter h3 {
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0 0 5px 0;
    padding: 0; }
  form.event-filter select {
    width: 100%;
    display: block;
    vertical-align: middle !important; }
  form.event-filter button {
    display: block;
    width: 100%;
    padding: 5px;
    padding: 0.5rem;
    margin-top: 0;
    outline: none;
    float: right; }
  @media screen and (max-width: 1160px) {
    form.event-filter .span-12 .col > .col {
      display: block;
      float: left;
      margin-right: 7.6672104405%;
      width: 64.1109298532%; }
      form.event-filter .span-12 .col > .col:last-child {
        margin-right: 0; }
    form.event-filter .span-12 .col > .col .col:first-of-type,
    form.event-filter .span-12 .col > .col .col:nth-child(2n) {
      width: 100%;
      float: none;
      overflow: hidden;
      margin-bottom: 10px; }
    form.event-filter .span-12 .col > .col .col:last-of-type {
      margin-bottom: 0; }
    form.event-filter .span-12 .col > .col:last-of-type {
      display: block;
      float: left;
      margin-right: 7.6672104405%;
      width: 28.2218597064%; }
      form.event-filter .span-12 .col > .col:last-of-type:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 945px) {
    form.event-filter h3 {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 767px) {
    form.event-filter .col {
      width: 100% !important;
      float: none !important;
      overflow: hidden;
      text-align: left !important;
      margin-bottom: 10px; }
      form.event-filter .col:last-of-type {
        margin-bottom: 0; } }

.featured-grid-box {
  *zoom: 1;
  padding: 40px 2.5%;
  background-color: #f2f3f3; }
  .featured-grid-box:before, .featured-grid-box:after {
    content: " ";
    display: table; }
  .featured-grid-box:after {
    clear: both; }
  @media screen and (min-width: 767px) {
    .featured-grid-box .feature-box .thumbnail-container {
      height: 70%; } }

.feature-box {
  position: relative;
  height: 430px;
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 28.2218597064%;
  padding: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0px);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #000;
  color: #fff; }
  .feature-box:last-child {
    margin-right: 0; }
  .feature-box.last-item {
    margin-right: 0; }
  .feature-box:hover {
    background-color: #0061aa; }
  .feature-box a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff; }
    .feature-box a:hover {
      color: #fff; }
  .feature-box .thumbnail-container {
    position: relative;
    height: 55%;
    overflow: hidden;
    -webkit-backface-visibility: hidden; }
  @media all and (max-width: 900px) {
    .feature-box .thumbnail-container {
      height: 50%; } }
  .feature-box .thumbnail {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateZ(0px); }
  .nojs .feature-box .thumbnail {
    width: 100%; }
  .js .feature-box .thumbnail {
    position: absolute; }
  .feature-box .feature-info {
    padding: 1.5rem 6.667% 0; }
    .feature-box .feature-info h1 {
      font-family: "ff-more-web-pro", "Georgia", serif;
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.25em;
      margin: 0;
      margin-top: 10px;
      margin-top: 1rem;
      line-height: 1.2em;
      color: #fff; }
      .feature-box .feature-info h1 a, .feature-box .feature-info h1 a:hover {
        color: #fff; }
  .feature-box p {
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
    font-size: 1.4rem; }
  @media all and (max-width: 767px) {
    .feature-box {
      width: 100%;
      height: 150px;
      margin: .5em 0; }
      .feature-box .thumbnail-container {
        float: left;
        height: 100%;
        width: 45%;
        margin-right: 5%;
        max-height: inherit;
        height: 100%; }
      .nojs .feature-box .thumbnail {
        height: auto; } }
  .feature-box .datebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  @media all and (max-width: 580px) {
    .feature-box h1 {
      margin-top: 0;
      font-size: 16px;
      font-size: 1.6rem; }
    .feature-box p {
      font-size: 14px;
      font-size: 1.4rem; }
    .nojs .feature-box .thumbnail {
      height: 100%;
      width: auto; } }
  .teaser-blocks .feature-box {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 28.2218597064%;
    margin-top: 30px;
    margin-top: 3rem; }
    .teaser-blocks .feature-box:last-child {
      margin-right: 0; }
    .teaser-blocks .feature-box img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      border: none;
      width: 100%; }
    @media all and (max-width: 767px) {
      .teaser-blocks .feature-box {
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 100%;
        padding: 0; }
        .teaser-blocks .feature-box:last-child {
          margin-right: 0; } }

.home .feature-box h6 {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  background: #000;
  margin: 0;
  padding: 5px 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: .1rem; }
.home .feature-box h6 + h1 {
  margin-top: .4em; }
.home .feature-box .feature-info {
  padding-top: 1rem; }

section.featured-events, section.featured-news, section.sub-featured-news, section.news.teaser-list {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto; }
  section.featured-events:before, section.featured-events:after, section.featured-news:before, section.featured-news:after, section.sub-featured-news:before, section.sub-featured-news:after, section.news.teaser-list:before, section.news.teaser-list:after {
    content: " ";
    display: table; }
  section.featured-events:after, section.featured-news:after, section.sub-featured-news:after, section.news.teaser-list:after {
    clear: both; }
  section.featured-events article, section.featured-news article, section.sub-featured-news article, section.news.teaser-list article {
    border: none !important;
    border-bottom: 6px solid #ccc !important;
    -webkit-transition: border-bottom 0.2s ease-in-out;
    -moz-transition: border-bottom 0.2s ease-in-out;
    -o-transition: border-bottom 0.2s ease-in-out;
    transition: border-bottom 0.2s ease-in-out; }
    section.featured-events article:hover, section.featured-news article:hover, section.sub-featured-news article:hover, section.news.teaser-list article:hover {
      border-bottom-color: #123a5d !important; }
    section.featured-events article img, section.featured-news article img, section.sub-featured-news article img, section.news.teaser-list article img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      border: none;
      width: 100%;
      margin-bottom: 10px;
      margin-bottom: 1rem; }
      section.featured-events article img.thumb, section.featured-news article img.thumb, section.sub-featured-news article img.thumb, section.news.teaser-list article img.thumb {
        margin-top: 0.5em;
        border: 4px solid #ccc; }
    section.featured-events article header, section.featured-news article header, section.sub-featured-news article header, section.news.teaser-list article header {
      width: 100%;
      float: none;
      display: block;
      overflow: hidden;
      letter-spacing: 1px;
      color: #999;
      padding-top: 10px;
      padding-top: 1rem;
      padding-bottom: 10px;
      padding-bottom: 1rem; }
      section.featured-events article header i, section.featured-news article header i, section.sub-featured-news article header i, section.news.teaser-list article header i {
        vertical-align: middle; }
      section.featured-events article header .entry-date,
      section.featured-events article header .entry-author, section.featured-news article header .entry-date,
      section.featured-news article header .entry-author, section.sub-featured-news article header .entry-date,
      section.sub-featured-news article header .entry-author, section.news.teaser-list article header .entry-date,
      section.news.teaser-list article header .entry-author {
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 46.1663947798%;
        text-transform: uppercase; }
        section.featured-events article header .entry-date:last-child,
        section.featured-events article header .entry-author:last-child, section.featured-news article header .entry-date:last-child,
        section.featured-news article header .entry-author:last-child, section.sub-featured-news article header .entry-date:last-child,
        section.sub-featured-news article header .entry-author:last-child, section.news.teaser-list article header .entry-date:last-child,
        section.news.teaser-list article header .entry-author:last-child {
          margin-right: 0; }
      section.featured-events article header .entry-author, section.featured-news article header .entry-author, section.sub-featured-news article header .entry-author, section.news.teaser-list article header .entry-author {
        text-align: right; }
    section.featured-events article i, section.featured-news article i, section.sub-featured-news article i, section.news.teaser-list article i {
      vertical-align: middle; }
    section.featured-events article p, section.featured-news article p, section.sub-featured-news article p, section.news.teaser-list article p {
      display: block;
      margin-top: 0;
      padding-top: 0; }
section.featured-news article {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 20px !important;
  margin-bottom: 2.0rem !important; }
  section.featured-news article h3 {
    font-size: 30px !important;
    font-size: 3.0rem !important; }
  section.featured-news article p {
    font-size: 18px;
    font-size: 1.8rem; }
  section.featured-news article i {
    font-size: 18px;
    font-size: 1.8rem; }
  section.featured-news article header {
    font-size: 18px;
    font-size: 1.8rem; }
section.sub-featured-news {
  *zoom: 1;
  display: block; }
  section.sub-featured-news:before, section.sub-featured-news:after {
    content: " ";
    display: table; }
  section.sub-featured-news:after {
    clear: both; }
  section.sub-featured-news article {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 46.1663947798%;
    margin-bottom: 0 !important; }
    section.sub-featured-news article:last-child {
      margin-right: 0; }
    section.sub-featured-news article:nth-child(3n) {
      margin-right: 7.6672104405%; }
    section.sub-featured-news article:nth-child(3n+1) {
      clear: none; }
    section.sub-featured-news article:nth-child(2n) {
      margin-right: 0; }
    section.sub-featured-news article:nth-child(2n+1) {
      clear: left; }
    section.sub-featured-news article i {
      font-size: 16px;
      font-size: 1.6rem; }
    section.sub-featured-news article header {
      font-size: 12px;
      font-size: 1.2rem; }
section.news.teaser-list article {
  width: 100%;
  overflow: hidden;
  margin-right: 0;
  margin-top: 10px;
  margin-top: 1.0rem;
  margin-bottom: 10px;
  margin-bottom: 1.0rem; }
  section.news.teaser-list article, section.news.teaser-list article p {
    font-size: 14px;
    font-size: 1.4rem; }
  section.news.teaser-list article header h3,
  section.news.teaser-list article header .entry-date,
  section.news.teaser-list article header .entry-author {
    width: auto;
    display: inline;
    float: left;
    font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
    text-align: left !important;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    margin: 0 12px 0 0;
    margin: 0 1.2rem 0 0; }
  section.news.teaser-list article header h3 {
    font-weight: 900; }
@media screen and (max-width: 767px) {
  section article {
    display: block;
    width: 100% !important;
    margin-right: 0;
    float: none;
    clear: both;
    min-height: 0 !important; }
    section article header h3 {
      display: block;
      width: 100% !important;
      float: none;
      text-align: left !important;
      clear: both; }
    section article header .entry-date, section article header .entry-author {
      display: block;
      float: left;
      margin-right: 7.6672104405%;
      width: 46.1663947798%; }
      section article header .entry-date:last-child, section article header .entry-author:last-child {
        margin-right: 0; } }

p.author-meta {
  width: 100%;
  float: none;
  display: block;
  overflow: hidden;
  letter-spacing: 1px;
  color: #999;
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem; }
  p.author-meta i {
    vertical-align: middle; }
  p.author-meta span {
    margin-right: 0.25em; }
    p.author-meta span:last-of-type {
      margin-right: 0; }

.article-title [class*="icon-"] {
  float: left;
  font-size: 1.25em;
  margin-right: 0.25em;
  vertical-align: middle;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px); }

.cta {
  display: block;
  overflow: hidden;
  clear: both;
  line-height: 1.25;
  padding-top: 25px;
  padding-top: 2.5rem;
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
  margin-top: 25px;
  margin-top: 2.5rem;
  border-top: 6px solid #90cdba; }
  .cta h3, .cta p {
    margin: 0;
    padding: 0; }
  .cta.fin-fact h3 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #5bb59a; }
  .cta.fin-fact p {
    font-size: 17.5px;
    font-size: 1.75rem;
    color: #999;
    line-height: 1.6; }
  @media screen and (max-width: 1023px) and (min-width: 767px) {
    .cta.fin-fact h3 {
      font-size: 24px;
      font-size: 2.4rem; }
    .cta.fin-fact p {
      font-size: 11.6666666667px;
      font-size: 1.1666666667rem; } }
  .cta.orange {
    border-top-color: #e76148 !important; }
    .cta.orange h3 {
      color: #e76148; }
  .cta.blue {
    border-top-color: #0061aa !important; }
    .cta.blue h3 {
      color: #0061aa; }
  .cta.darkblue {
    border-top-color: #123a5d !important; }
    .cta.darkblue h3 {
      color: #123a5d; }

.fit-grid-data {
  display: none; }

.nojs .fit-grid-data {
  display: inline-block; }

.fit-grid-container {
  position: relative; }
  .fit-grid-container .fit-grid-item {
    display: inline-block;
    margin: 5px; }
    .fit-grid-container .fit-grid-item img {
      display: block;
      width: 100%;
      height: 100%; }

.content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6 {
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 0; }
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  vertical-align: middle;
  font-size: inherit; }

.content h1 {
  font-size: 40px;
  font-size: 4rem;
  color: #123a5d; }

.content h2 {
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: uppercase;
  font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #123a5d;
  line-height: 1; }

.content h3:not(.ui-accordion-header) {
  font-size: 24px;
  font-size: 2.4rem;
  color: #0061aa; }

.content h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #123a5d; }

.content h5 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #123a5d; }

.content h6 {
  text-transform: uppercase;
  font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #0061aa;
  letter-spacing: 1px; }

p.intro {
  color: #0061aa;
  font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0;
  margin: 0; }

.intro-content h1 {
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 0.25em; }
.intro-content p:nth-of-type(1) {
  margin-top: 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6em;
  font-family: "ff-more-web-pro", "Georgia", serif; }

@media screen and (max-width: 767px) {
  p.intro {
    font-size: 16px;
    font-size: 1.6rem; }

  p.intro, .intro-content {
    text-align: center; }

  .intro-content h1 {
    font-size: 20px;
    font-size: 2rem; }
  .intro-content p:nth-of-type(1) {
    font-size: 16px;
    font-size: 1.6rem; } }
/*
These styles override the basic jQuery UI styles.
This is not comprehensive, just the classes and ids
used for the MOTE Research map.
*/
#overlay-tabs {
  border: none;
  border-radius: 0;
  padding: 0;
  font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #overlay-tabs ui-state-default,
  #overlay-tabs ui-corner-top,
  #overlay-tabs ui-tabs-active,
  #overlay-tabs ui-state-focus,
  #overlay-tabs ui-state-active,
  #overlay-tabs ui-tabs-anchor {
    border: 0;
    border-radius: 0; }
  #overlay-tabs .ui-widget-header {
    border: none;
    background: #f2f3f3;
    border-bottom: 1px solid #c0c0c0;
    border-radius: 0; }
  #overlay-tabs .ui-tabs-nav {
    padding: 1rem 0 1rem 2rem;
    text-transform: uppercase;
    font-size: 1.2rem; }
  #overlay-tabs .ui-tabs-nav .ui-state-default {
    background: transparent;
    border: none; }
  #overlay-tabs .ui-tabs-nav .ui-state-active {
    border: none; }
  #overlay-tabs .ui-tabs-nav .ui-state-default a {
    color: #999;
    border: none; }
  #overlay-tabs .ui-tabs-nav .ui-state-active a {
    color: #0061aa;
    cursor: pointer;
    border: none; }
  #overlay-tabs .ui-tabs-panel {
    background-color: white;
    padding: 1.5rem 2rem;
    font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem; }
  #overlay-tabs .ui-tabs-anchor {
    padding-left: 0;
    padding-right: 1.5rem; }

.lined-list {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .lined-list > li {
    padding: 18px 5px;
    padding: 1.8rem 5px;
    border-bottom: 1px solid #ccc; }
    .lined-list > li:last-child {
      border-bottom: none; }
  .lined-list .list-header {
    padding: 0 0 12px 0;
    padding: 0 0 1.2rem 0; }
    .lined-list .list-header h1 {
      font-family: "ff-more-web-pro-wide", "Georgia", serif;
      font-weight: 900;
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 1.25em;
      margin: 0;
      font-size: 26px;
      font-size: 2.6rem; }
    .lined-list .list-header h2 {
      font-family: "ff-more-web-pro", "Georgia", serif;
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.25em;
      margin: 0;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 400; }
  @media screen and (max-width: 767px) {
    .lined-list .list-header {
      text-align: center; }
      .lined-list .list-header h1 {
        font-size: 22px;
        font-size: 2.2rem; }
      .lined-list .list-header h2 {
        font-size: 18px;
        font-size: 1.8rem; } }

/*customSelect
http://adam.co/lab/jquery/customselect/*/
/*Base settings*/
#bsdmap-filters {
  position: relative;
  width: 100%;
  background: transparent;
  overflow: visible;
  /* Clear filters box styles */ }
  #bsdmap-filters input {
    display: block;
    width: 100%; }
  #bsdmap-filters .bsdmap-filter-wrap {
    width: 100%;
    height: 100%; }
  #bsdmap-filters .bsdmap-filter-logo {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 1.25rem 2rem 1rem 2rem;
    background: rgba(0, 0, 0, 0.5); }
    #bsdmap-filters .bsdmap-filter-logo span {
      display: block;
      float: right;
      margin-top: 0.2rem;
      color: #f2f3f3;
      font-family: ff-more-web-pro,Georgia,serif;
      font-weight: 400;
      text-transform: uppercase;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    #bsdmap-filters .bsdmap-filter-logo img {
      width: 80px;
      margin-right: 1.5rem; }
  #bsdmap-filters .clear-filters_container {
    display: block;
    height: 55px;
    width: 100%;
    margin-top: 4px; }
    @media screen and (min-width: 550px) {
      #bsdmap-filters .clear-filters_container {
        margin-top: 0; } }
    #bsdmap-filters .clear-filters_container .bsdmap-clear {
      position: relative;
      display: block;
      height: 100%;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      padding: 1.3rem 2rem 1.25rem 3rem;
      color: #f2f3f3;
      background-color: #0061aa;
      text-transform: uppercase;
      transition: all 0.1s ease-in-out; }
    #bsdmap-filters .clear-filters_container .bsdmap-clear:active,
    #bsdmap-filters .clear-filters_container .bsdmap-clear:hover {
      background-color: #007edd;
      transition: all 0.1s ease-in-out; }
    #bsdmap-filters .clear-filters_container .bsdmap-clear:hover span,
    #bsdmap-filters .clear-filters_container .bsdmap-clear:hover i,
    #bsdmap-filters .clear-filters_container .bsdmap-clear:active span,
    #bsdmap-filters .clear-filters_container .bsdmap-clear:active i {
      color: #f2f3f3 !important;
      /*$offwhite*/
      transition: all 0.1s ease-in-out; }
    #bsdmap-filters .clear-filters_container .bsdmap-clear i,
    #bsdmap-filters .clear-filters_container .bsdmap-clear span {
      display: block;
      float: left;
      text-decoration: none; }
    #bsdmap-filters .clear-filters_container .bsdmap-clear i {
      margin-right: 1.2rem;
      padding-top: 0.3rem;
      font-size: 2.5rem;
      transition: all 0.25s; }
    #bsdmap-filters .clear-filters_container .bsdmap-clear span {
      font-size: 1.5rem; }

/*

Selectize Styles

*/
/* Removes text input for selectize */
.selectize-input input {
  position: absolute !important;
  top: -9999px;
  left: -9999px; }

.selectize-input.full {
  background-color: #5bb59a !important;
  /* $teal */
  color: #fff !important;
  /* $offwhite */
  border-radius: 0 !important;
  font-size: 1.5rem;
  height: 55px;
  z-index: 1000; }
  @media screen and (min-width: 550px) {
    .selectize-input.full {
      width: 50%;
      float: left; } }
  @media screen and (min-width: 900px) {
    .selectize-input.full {
      width: 25%;
      float: left; } }

.selectize-dropdown-content {
  background: #f2f3f3 !important;
  height: 100% !important;
  z-index: 1000; }
  .selectize-dropdown-content .content {
    height: 80px !important; }
    .selectize-dropdown-content .content:hover {
      background: #5bb59a !important;
      color: #f2f3f3; }

.selectize-control .single {
  height: 55px !important; }

/*

Search Bar

*/
.twitter-typeahead,
.tt-input,
.tt-hint {
  width: 100%;
  height: 55px; }

input.typeahead.tt-input {
  padding: 10px !important;
  border: 2px solid #5bb59a;
  font-size: 15px !important; }

.twitter-typeahead .tt-dropdown-menu {
  font-size: 1.5rem;
  min-height: 200px;
  overflow: scroll; }

/*
These styles are for the popup overlay on the MOTE research map.
The tabs (description, photos, videos) are made using jQuery UI,
and the styles for that are located in the _jquery_ui.scss component.

*/
#map-overlay {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000;
  width: 90%;
  min-height: 400px;
  min-width: 280px;
  max-width: 550px;
  background: #fff;
  border-top: 0.75rem solid #0061aa;
  border-bottom: 0.75rem solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 640px) {
    #map-overlay {
      top: 155px;
      left: 2em;
      transform: translate(0, 0); } }
  @media screen and (min-width: 1200px) {
    #map-overlay {
      top: 40%;
      transform: translate(0, -40%);
      left: 2em; } }
  #map-overlay header {
    padding: 1.5rem 2rem;
    background: #0061aa;
    color: #f2f3f3;
    /*border-bottom: 0.75rem solid lighten($teal, 20%);*/ }
    #map-overlay header .title {
      display: block;
      float: left;
      width: 80%;
      margin: 0;
      /*color: $offwhite;*/
      line-height: 2.3rem; }
    #map-overlay header .close {
      display: block;
      float: right;
      width: 20%;
      height: 100%;
      min-height: 30px;
      cursor: pointer;
      color: #f2f3f3;
      transition: all 0.25s ease-in-out; }
      #map-overlay header .close:hover {
        color: #bdc2c2;
        transition: all 0.25s ease-in-out; }
      #map-overlay header .close i {
        float: right;
        font-size: 2.5rem; }
    #map-overlay header h4 {
      margin: 1rem 0;
      color: #ccc;
      font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold; }
      #map-overlay header h4 i {
        float: left;
        padding-top: 0.2rem;
        margin-right: 0.75rem;
        font-size: 2rem;
        color: #ccc; }
  #map-overlay .header-info {
    margin-top: 0.5rem; }
  #map-overlay #tab-photos,
  #map-overlay #tab-videos,
  #map-overlay #tab-links {
    height: 100%;
    max-height: 500px;
    overflow: scroll; }
  #map-overlay #tab-photos img {
    float: left;
    width: 45%;
    margin-right: 2.5%;
    margin-bottom: 2.5%; }
  #map-overlay footer {
    padding: 1.5rem; }

/*
These styles are for the map popups on the MOTE research map.
*/
.custom-popup .leaflet-popup-content-wrapper {
  padding: 0.75rem;
  background: #5bb59a;
  color: #f2f3f3;
  font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  text-align: center;
  border: 0.5rem solid #f2f3f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.custom-popup .leaflet-popup-content-wrapper a {
  /*color:rgba(255,255,255,0.5);*/ }

.custom-popup .leaflet-popup-tip-container {
  width: 30px;
  height: 15px; }

.custom-popup .leaflet-popup-tip {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f2f3f3; }

nav ul.nav-main {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  nav ul.nav-main li {
    display: inline; }
  nav ul.nav-main a {
    display: inline-block; }
  nav ul.nav-main > li {
    display: inline-block;
    position: relative;
    padding: 1.0rem 0; }
    nav ul.nav-main > li > a {
      font-family: "ff-more-web-pro", "Georgia", serif;
      font-weight: bold;
      line-height: 1.25em;
      margin: 0;
      margin-right: 30px;
      margin-right: 3rem;
      border-bottom: 2px solid transparent;
      font-size: 24px;
      font-size: 2.4rem; }
      .wf-loading nav ul.nav-main > li > a {
        visibility: hidden; }
      .wf-active nav ul.nav-main > li > a {
        visibility: visible; }
      nav ul.nav-main > li > a:hover {
        border-bottom-color: #5bb59a; }
      @media screen and (max-width: 1310px) {
        nav ul.nav-main > li > a {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 1000px) {
        nav ul.nav-main > li > a {
          font-size: 14px;
          font-size: 1.4rem;
          margin-right: 15px;
          margin-right: 1.5rem; } }
      @media screen and (max-width: 767px) {
        nav ul.nav-main > li > a {
          font-size: 14.5px;
          font-size: 1.45rem; } }
  @media screen and (max-width: 767px) {
    nav ul.nav-main {
      background: rgba(0, 0, 0, 0.8);
      padding: 0;
      margin: 0 -10px !important;
      overflow: hidden; }
      nav ul.nav-main > li {
        width: 100%;
        clear: both;
        padding: 0;
        margin: 0; }
        nav ul.nav-main > li > a {
          display: block;
          border: none;
          padding: 1rem 20px;
          margin: 0;
          border: none !important;
          background: transparent;
          font-family: "ff-more-web-pro", "Georgia", serif;
          font-weight: bold;
          font-size: 18px;
          line-height: 25px;
          color: #123A5D;
          position: relative; }
          nav ul.nav-main > li > a .sub-arrow {
            position: absolute;
            right: 25px;
            top: 5px;
            color: #5bb59a;
            font-size: 32px;
            font-weight: normal; }
          nav ul.nav-main > li > a.highlighted .sub-arrow {
            color: #fff; }
            nav ul.nav-main > li > a.highlighted .sub-arrow:before {
              content: '-';
              color: #5bb59a;
              font-size: 42px;
              position: absolute;
              right: 0px; }
      nav ul.nav-main.alt, nav > ul.subnav {
        background: #fff;
        margin: 0 !important;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px; }
        nav ul.nav-main.alt > li:first-of-type > a, nav > ul.subnav > li:first-of-type > a {
          border-top: none !important; }
        nav ul.nav-main.alt > li > a, nav > ul.subnav > li > a {
          text-shadow: none;
          border: none; }
      nav ul.nav-main li > ul a {
        font-family: "ff-more-web-pro", "Georgia", serif;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        color: #123A5D; } }
  nav ul.nav-main a {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #fff;
    text-decoration: none; }
    @media screen and (min-width: 767px) {
      nav ul.nav-main a span {
        display: none !important; } }
  nav ul.nav-main li:hover > ul > a:after {
    color: #357562 !important; }
  nav ul.nav-main li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
    display: none;
    font-family: "ff-more-web-pro", "Georgia", serif;
    padding-left: 15px;
    font-size: 13px;
    font-size: 1.3rem; }
    nav ul.nav-main li > ul a {
      display: block;
      border-bottom: none !important;
      font-size: 14px;
      line-height: 32px;
      font-family: "ff-more-web-pro", "Georgia", serif;
      color: #333333;
      font-weight: bold;
      padding: 6px;
      padding: 0.6rem;
      padding-left: 19px;
      padding-left: 1.9rem;
      padding-right: 19px;
      padding-right: 1.9rem;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
  @media screen and (min-width: 767px) {
    nav ul.nav-main li:hover > ul {
      display: block; }
    nav ul.nav-main li > ul {
      position: absolute;
      top: 100%;
      left: 0;
      display: none;
      background: #5bb59a;
      padding-left: 0;
      margin: 0;
      padding: 0;
      list-style: none;
      width: 250px;
      width: 25rem;
      font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-size: 1.6rem; }
      nav ul.nav-main li > ul li, nav ul.nav-main li > ul a {
        display: block; }
      nav ul.nav-main li > ul li:last-child a {
        border-bottom-color: transparent !important; }
      nav ul.nav-main li > ul a {
        display: block;
        padding: 10px;
        padding: 1rem;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        border-bottom: 1px solid #7ec5b0 !important;
        font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
        color: #fff; }
        nav ul.nav-main li > ul a:hover {
          background: #45987f; } }
  @media screen and (max-width: 767px) {
    nav ul.nav-main li > ul {
      display: none;
      position: static !important;
      top: auto !important;
      left: auto !important;
      margin-left: 0 !important;
      margin-top: 0 !important;
      width: auto !important;
      min-width: 0 !important;
      max-width: none !important;
      padding-left: 15px; } }

@media screen and (max-width: 767px) {
  nav > ul.subnav {
    border-radius: 0 !important;
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important; }
    nav > ul.subnav a {
      font-family: "ff-more-web-pro", "Georgia", serif;
      font-size: 18px;
      line-height: 25px;
      color: #123A5D; }
    nav > ul.subnav, nav > ul.subnav li, nav > ul.subnav a {
      width: 100% !important;
      float: none !important;
      display: block !important; }

  nav > ul.subnav > li.hidden {
    display: inline !important; }
    nav > ul.subnav > li.hidden a:after {
      display: none !important; }

  header .wrap-subnav {
    display: none !important; } }
nav ul.simple {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  nav ul.simple.inline {
    display: block; }
    nav ul.simple.inline li {
      display: inline; }
    nav ul.simple.inline a {
      display: inline-block; }
  nav ul.simple li, nav ul.simple a {
    display: block; }
  nav ul.simple a {
    color: #123a5d;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 3px;
    padding-top: 0.3rem;
    padding-bottom: 3px;
    padding-bottom: 0.3rem; }
    nav ul.simple a:hover {
      color: #0061aa;
      text-decoration: underline; }

nav ul.vertical {
  margin: 0;
  padding: 0;
  list-style: none; }
  nav ul.vertical li, nav ul.vertical a {
    display: block; }
  nav ul.vertical a:hover:after,
  nav ul.vertical li.selected a:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    content: " ";
    height: 2px;
    z-index: 0; }
  nav ul.vertical a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 42px;
    line-height: 4.2rem;
    padding-left: 16px;
    padding-left: 1.6rem;
    font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    position: relative; }
    nav ul.vertical a:hover {
      background: rgba(0, 97, 170, 0.05);
      color: #0061aa;
      border-color: transparent; }
      nav ul.vertical a:hover:after {
        background: #0061aa; }
  nav ul.vertical li.selected a {
    background: rgba(231, 97, 72, 0.05);
    color: #e76148;
    border-color: transparent; }
    nav ul.vertical li.selected a:after {
      background: #e76148; }
  @media screen and (max-width: 805px) {
    .sidebar nav ul.vertical a {
      line-height: 25px;
      line-height: 2.5rem;
      padding-top: 10px;
      padding-top: 1rem;
      padding-bottom: 10px;
      padding-bottom: 1rem; } }

.notelink {
  display: block; }
  .notelink .note-type {
    font-family: "ff-more-web-pro", "Georgia", serif;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25em;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    text-transform: none; }
  .notelink .note-title {
    font-family: "ff-more-web-pro", "Georgia", serif;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25em;
    margin: 0;
    font-size: 30px !important;
    font-size: 3.0rem !important;
    font-weight: normal !important;
    text-transform: none;
    margin-top: 5px;
    margin-top: 0.5rem;
    padding: 0;
    color: #000; }
  @media screen and (max-width: 1320px) and (min-width: 767px) {
    .notelink .note-title {
      font-size: 18px !important;
      font-size: 1.8rem !important; }
    .notelink .note-text {
      font-size: 14px;
      font-size: 1.4rem; } }
  .notelink a {
    display: block;
    text-decoration: none; }
    .notelink a .note-title {
      -webkit-transition: color 0.2s;
      -moz-transition: color 0.2s;
      -o-transition: color 0.2s;
      transition: color 0.2s; }
    .notelink a:hover .note-title {
      text-decoration: underline;
      color: #0061aa; }

ul.pagination {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin: 20px 0;
  margin: 2.0rem 0;
  text-align: center; }
  ul.pagination:last-child {
    margin-right: 0; }
  ul.pagination li {
    display: inline; }
  ul.pagination a {
    display: inline-block; }
  ul.pagination li {
    background: #ccc;
    text-align: center;
    padding: 0 10px;
    padding: 0 1.0rem;
    border-radius: 3px; }
    ul.pagination li.count {
      color: #999;
      background: transparent; }
    ul.pagination li.current {
      background: #e76148;
      color: #fff; }
  ul.pagination a {
    text-decoration: none; }
    ul.pagination a:hover {
      color: #e76148; }
  ul.pagination i {
    vertical-align: middle; }

div.pagination {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  margin: 2.0rem 0;
  border-top: 4px solid #ccc; }
  div.pagination:last-child {
    margin-right: 0; }
  div.pagination a, div.pagination strong {
    padding: 1rem 1.5rem;
    text-align: center;
    margin-top: -4px;
    display: inline-block;
    color: #ccc; }
  div.pagination strong {
    color: #0061aa;
    font-weight: normal;
    border-top: 4px solid #0061aa; }
  div.pagination a {
    text-decoration: none; }
    div.pagination a:hover {
      color: #000; }

/*! Lity - v3.0.0-dev - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform .3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.lity-content {
  background-color: #fff;
  box-shadow: none;
  max-width: 600px;
  border-radius: 5px;
  padding: 20px; }

.lity-close.lity-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-radius: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  font-size: 32px;
  text-shadow: none;
  will-change: transform;
  transition: transform 300ms ease-in-out;
  background: #e76148;
  border-radius: 0 5px 0 5px; }
  .lity-close.lity-close, .lity-close.lity-close:hover, .lity-close.lity-close:active, .lity-close.lity-close:focus {
    color: #fff; }
  .lity-close.lity-close:hover, .lity-close.lity-close:active, .lity-close.lity-close:focus {
    opacity: 1; }
  .lity-close.lity-close:hover {
    transform: scale(1.12); }

.lity-container {
  max-width: 600px; }

.popup-content {
  max-width: 90%;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }
  .popup-content > *:first-of-type {
    margin-top: 0; }
  .popup-content > *:last-of-type {
    margin-bottom: 0; }

@media screen and (min-width: 767px) and (max-width: 1310px) {
  header.main .wrap-search {
    padding-top: 8px !important;
    padding-top: 0.8rem !important; } }
.search {
  position: relative; }
  .search input[type="search"],
  .search input[type="text"],
  .search input[type="submit"],
  .search button {
    vertical-align: middle;
    display: inline-block; }
  .search input[type="search"],
  .search input[type="text"] {
    display: block;
    background: transparent;
    border: none;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: "ff-more-web-pro", "Georgia", serif;
    color: #fff;
    outline: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .search input[type="submit"],
  .search button {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: "ff-more-web-pro", "Georgia", serif;
    font-size: 14px;
    color: #fff;
    padding: 6px 12px;
    margin: 0; }
    @media (max-width: 767px) {
      .search input[type="submit"],
      .search button {
        background: #F2F2F2;
        color: #123A5D;
        margin-left: -1px;
        font-size: 21px; } }
  .search i {
    vertical-align: middle; }
  .search.alt {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 100%;
    border: 16px solid #ccc;
    border: 1rem solid #ccc;
    margin-top: 20px;
    margin-top: 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding-top: .5rem; }
    .search.alt:last-child {
      margin-right: 0; }
    .search.alt ::-webkit-input-placeholder {
      color: #5bb59a; }
    .search.alt :-moz-placeholder {
      color: #5bb59a; }
    .search.alt ::-moz-placeholder {
      color: #5bb59a; }
    .search.alt :-ms-input-placeholder {
      color: #5bb59a; }
    .search.alt input[type="submit"],
    .search.alt button {
      position: absolute;
      right: 0;
      top: 0;
      left: auto;
      height: 100%;
      background: #fff !important;
      color: #ccc !important;
      border-left: 1px solid #ccc;
      border-radius: 0;
      font-size: 40px;
      font-size: 4rem; }
      .search.alt input[type="submit"]:hover,
      .search.alt button:hover {
        color: #5bb59a !important; }
    .search.alt input[type="search"],
    .search.alt input[type="text"] {
      display: block;
      float: left;
      margin-right: 7.6672104405%;
      width: 100%;
      color: #5bb59a;
      border-left: none;
      margin-left: 0;
      font-family: "ff-more-web-pro", "Georgia", serif !important;
      font-size: 2rem;
      line-height: 1.65;
      padding-top: 15px;
      padding-top: 1.5rem;
      padding-bottom: 15px;
      padding-bottom: 1.5rem;
      padding-right: 30px;
      padding-right: 3rem;
      padding-left: 30px;
      padding-left: 3rem;
      margin-right: 64px;
      margin-right: 6.4rem; }
      .search.alt input[type="search"]:last-child,
      .search.alt input[type="text"]:last-child {
        margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .search.alt input[type="search"],
      .search.alt input[type="text"],
      .search.alt input[type="submit"],
      .search.alt button {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .search.alt {
        border-width: 4px; }
        .search.alt input[type="search"],
        .search.alt input[type="text"] {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.65;
          padding: 1rem; } }

header.main .search {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: nowrap; }
header.main .wrap-search .subnav {
  margin: 0;
  display: inline-block;
  transition: 0.3s ease-in-out;
  transform: translateY(0); }
  header.main .wrap-search .subnav li {
    padding: 15px 8px;
    display: inline-block; }
    header.main .wrap-search .subnav li a {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 12px; }
header.main .search-hide-trigger {
  display: none; }
header.main .search-hide {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch; }
@media screen and (min-width: 768px) {
  header.main .wrap-search {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0; }
  header.main .subnav {
    opacity: 1;
    visibility: visible;
    max-height: 47px; }
  header.main .search-hide-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 47px;
    max-width: 50px; }
  header.main .search-hide-trigger {
    display: block;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    outline-color: rgba(255, 255, 255, 0.25); }
    header.main .search-hide-trigger, header.main .search-hide-trigger:link, header.main .search-hide-trigger:hover, header.main .search-hide-trigger:active, header.main .search-hide-trigger:focus, header.main .search-hide-trigger:visited {
      color: #fff; }
  header.main .search-hide {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    border-bottom-color: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    will-change: opacity, width, border;
    transform: translateY(100%);
    transform-origin: right center;
    transition: border .25s ease-in-out .15s, visibility .25s ease-in-out, opacity .25s ease-in-out, transform .25s ease-in-out; }
  header.main.search-open .subnav {
    visibility: hidden;
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: all .12s ease-in-out;
    transform: translateY(80%); }
  header.main.search-open .search-hide {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border-bottom-color: #fff; }
  header.main.search-open .search-hide-wrap {
    max-width: 100%; } }
@media screen and (max-width: 830px) {
  header.main .wrap-search .subnav li a {
    font-size: 10px; } }
@media screen and (max-width: 767px) {
  header.main .search-hide input[type="search"] {
    border-right-width: 0; }
  header.main .search-hide button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  header.main .search-hide-wrap {
    width: 100%; }
  header.main .wrap-search .subnav {
    display: none; } }

.simple-caption {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 100%; }
  .simple-caption:last-child {
    margin-right: 0; }
  .simple-caption .thumbnail-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%; }
  .simple-caption h1, .simple-caption h3, .simple-caption a {
    color: #5f9cac; }
  .simple-caption h1, .simple-caption h2, .simple-caption h3 {
    font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .simple-caption h1 {
    font-weight: 900; }
  .simple-caption h2 {
    color: #000; }
  .simple-caption h3 {
    font-weight: 900;
    font-size: 18px;
    font-size: 1.8rem; }
  .simple-caption a {
    text-decoration: none; }
    .simple-caption a:hover {
      color: #e76148; }
  .simple-caption i {
    vertical-align: middle; }
  .simple-caption.columns .thumbnail-container {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 19.2495921697%; }
    .simple-caption.columns .thumbnail-container:last-child {
      margin-right: 0; }
  .simple-caption.columns .feature-info {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 73.0831973899%; }
    .simple-caption.columns .feature-info:last-child {
      margin-right: 0; }
  .simple-caption.columns h1, .simple-caption.columns h2 {
    margin: 0;
    padding: 0; }

.footer-stack .simple-caption .feature-info h3 {
  font-size: 2em;
  font-weight: 900;
  margin: 0;
  padding: 0; }
@media screen and (max-width: 767px) {
  .footer-stack .simple-caption {
    margin-top: 20px;
    margin-top: 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem; } }

.cta-reporting {
  *zoom: 1;
  padding: 18px;
  padding: 1.8rem;
  background-color: #f2f3f3; }
  .cta-reporting:before, .cta-reporting:after {
    content: " ";
    display: table; }
  .cta-reporting:after {
    clear: both; }
  .cta-reporting p.first {
    font-size: 15px;
    font-size: 1.5rem;
    color: #0061aa;
    font-family: "ff-more-web-pro", "Georgia", serif;
    padding: 0; }
    @media screen and (min-width: 550px) {
      .cta-reporting p.first {
        padding: 0.5em 0;
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 55.1386623165%; }
        .cta-reporting p.first:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 605px) {
      .cta-reporting p.first {
        font-size: 24px;
        font-size: 2.4rem; } }
  .cta-reporting p.second .button, .cta-reporting p.second .button-list a, .button-list .cta-reporting p.second a {
    font-size: 12px;
    font-size: 1.2rem;
    float: right; }
    .cta-reporting p.second .button:after, .cta-reporting p.second .button-list a:after, .button-list .cta-reporting p.second a:after {
      font-family: "icomoon";
      font-size: 125%;
      content: "\27a1";
      display: inline-block;
      vertical-align: middle;
      margin-left: 8px; }
    @media screen and (min-width: 605px) {
      .cta-reporting p.second .button, .cta-reporting p.second .button-list a, .button-list .cta-reporting p.second a {
        font-size: 18px;
        font-size: 1.8rem; } }
  @media screen and (min-width: 550px) {
    .cta-reporting p.second {
      display: block;
      float: left;
      margin-right: 7.6672104405%;
      width: 37.1941272431%; }
      .cta-reporting p.second:last-child {
        margin-right: 0; } }

.slide-overlay {
  width: 100%;
  margin: 0 auto !important;
  overflow: hidden; }
  .slide-overlay > h1,
  .slide-overlay .span-6:first-child > h1 {
    position: absolute;
    bottom: 18%;
    left: 75px;
    left: 7.5rem;
    width: 100%;
    padding: 0 10%;
    left: 0;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .slide-overlay > h1,
      .slide-overlay .span-6:first-child > h1 {
        bottom: auto; } }
    @media screen and (min-width: 768px) {
      .slide-overlay > h1,
      .slide-overlay .span-6:first-child > h1 {
        max-width: 45%;
        text-align: left; } }
    @media screen and (min-width: 900px) {
      .slide-overlay > h1,
      .slide-overlay .span-6:first-child > h1 {
        max-width: 60%; } }
  @media screen and (max-width: 767px) {
    body:not(.home) .slide-overlay > h1 {
      font-size: 40px !important;
      font-size: 4.0rem !important;
      top: 61%; } }
  @media screen and (max-width: 639px) {
    body:not(.home) .slide-overlay > h1 {
      text-align: center;
      font-size: 30px !important;
      font-size: 3.0rem !important; } }
  .slide-overlay .span-6:last-child .cta-buttons {
    position: absolute;
    bottom: 75px;
    bottom: 7.5rem;
    right: 0;
    min-width: 28.22186%; }
    @media screen and (max-width: 88em) {
      .slide-overlay .span-6:last-child .cta-buttons {
        right: 30px;
        right: 3rem; } }
    @media screen and (max-width: 1023px) {
      .slide-overlay .span-6:last-child .cta-buttons {
        min-width: inherit; } }
  @media screen and (max-width: 1023px) {
    .slide-overlay .span-6 {
      width: 100% !important;
      margin: 0 !important;
      float: none;
      display: block;
      overflow: hidden;
      padding: 0 20px;
      padding: 0 2.0rem; }
      .slide-overlay .span-6 .slide-title {
        font-size: 40px;
        font-size: 4rem;
        text-align: center; } }
  @media screen and (max-width: 767px) {
    .slide-overlay .span-6:first-child {
      margin-top: 190px !important; }
    .slide-overlay .span-6 .cta-buttons,
    .slide-overlay .span-6 .slide-title {
      position: static !important; }
    .slide-overlay .span-6 .cta-buttons {
      width: 100%; }
    .slide-overlay .span-6 .cta-buttons {
      left: 20px;
      left: 2rem;
      right: 20px;
      right: 2rem;
      bottom: 0; }
    .slide-overlay .span-6 .slide-title {
      display: block;
      bottom: auto;
      top: 35%;
      text-align: center;
      line-height: 1.2;
      font-size: 32px;
      font-size: 3.2rem; } }
  @media screen and (max-width: 639px) {
    .slide-overlay .span-6 .cta-buttons {
      font-size: 16px;
      font-size: 1.6rem; }
      .slide-overlay .span-6 .cta-buttons i {
        font-size: 18px;
        font-size: 1.8rem; }
    .slide-overlay .span-6 .slide-title {
      font-size: 28px;
      font-size: 2.8rem; } }
  .slide-overlay > a {
    text-decoration: none;
    color: #fff; }
    .slide-overlay > a i {
      font-size: 24px;
      font-size: 2.4rem;
      color: #e76148;
      vertical-align: middle; }

body:not(.home) .slide-overlay {
  width: 100% !important;
  max-width: 88em;
  margin: 0 auto !important;
  float: none !important;
  position: relative !important;
  bottom: auto;
  left: auto; }
  @media screen and (max-width: 767px) {
    body:not(.home) .slide-overlay {
      overflow: visible; } }
  body:not(.home) .slide-overlay h1 {
    display: inline-block !important;
    width: auto !important;
    background: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    font-size: 3rem;
    padding: 20px !important;
    padding: 2.0rem !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff; }
    html.no-rgba body:not(.home) .slide-overlay h1 {
      background: url(../images/ie-trans-fallback.png) repeat !important; }
    @media screen and (max-width: 767px) {
      body:not(.home) .slide-overlay h1 {
        display: block !important;
        width: 100% !important; } }
    @media screen and (max-width: 88em) {
      body:not(.home) .slide-overlay h1 {
        margin-left: 30px !important;
        margin-left: 3.0rem !important; } }
    @media screen and (max-width: 767px) {
      body:not(.home) .slide-overlay h1 {
        margin-left: 0 !important;
        margin-left: 0 !important; } }

body.home .slide-overlay h1, body.home .slide-overlay h3 {
  position: static;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  float: left;
  clear: left;
  margin: 0 0 2px 0 !important;
  font-family: "ff-more-web-pro", "Georgia", serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25em;
  margin: 0;
  color: #fff;
  padding: 15px;
  padding: 1.5rem; }
  html.no-rgba body.home .slide-overlay h1, html.no-rgba body.home .slide-overlay h3 {
    background: url(../images/ie-trans-fallback.png) repeat !important; }
body.home .slide-overlay h1 {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem; }
@media screen and (min-width: 900px) {
  body.home .slide-overlay > h1, body.home .slide-overlay .span-6:first-child > h1 {
    width: auto !important; } }
body.home .slide-overlay h3 {
  font-weight: normal;
  font-size: 25px;
  font-size: 2.5rem; }
@media screen and (max-width: 88em) {
  body.home .slide-overlay {
    left: 30px !important;
    left: 3.0rem !important; } }
@media screen and (max-width: 1023px) {
  body.home .slide-overlay h1 {
    font-size: 25px;
    font-size: 2.5rem; }
  body.home .slide-overlay h3 {
    font-size: 20px;
    font-size: 2rem; } }
@media screen and (max-width: 767px) {
  body.home .slide-overlay {
    width: 100% !important;
    overflow: hidden;
    left: 0 !important;
    bottom: 10px !important; }
    body.home .slide-overlay h1, body.home .slide-overlay h3 {
      width: 100%;
      display: block;
      float: none;
      clear: both; }
    body.home .slide-overlay h1 {
      font-size: 20px;
      font-size: 2rem; }
    body.home .slide-overlay h3 {
      font-size: 16px;
      font-size: 1.6rem; } }

@media screen and (min-width: 767px) {
  body.research-program-details .slide-title {
    max-width: 60%; } }
@media screen and (max-width: 1280px) {
  body.research-program-details .slide-title {
    font-size: 40px !important;
    font-size: 4.0rem !important;
    line-height: 1.3; } }

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important; }

.slide-wrap {
  position: relative; }

.slide-wrap,
.slider-wrap .bxslider > li,
.slide-overlay {
  height: 663px !important; }
  @media screen and (max-width: 767px) {
    .slide-wrap,
    .slider-wrap .bxslider > li,
    .slide-overlay {
      height: 525px !important; } }

body.home .slide-overlay {
  height: auto !important; }
body.home .slide-wrap,
body.home .slider-wrap .bxslider > li {
  height: 730px !important; }
  @media screen and (max-width: 767px) {
    body.home .slide-wrap,
    body.home .slider-wrap .bxslider > li {
      height: 525px !important; } }

.slider-wrap {
  *zoom: 1;
  overflow: hidden; }
  .slider-wrap:before, .slider-wrap:after {
    content: " ";
    display: table; }
  .slider-wrap:after {
    clear: both; }
  .slider-wrap .bx-wrapper .bx-viewport {
    left: 0 !important; }
  .slider-wrap .bxslider {
    margin: 0;
    padding: 0;
    list-style: none; }
    .slider-wrap .bxslider > li {
      display: block;
      position: relative;
      overflow: hidden;
      -webkit-transition: min-height 0.2s ease-in-out;
      -moz-transition: min-height 0.2s ease-in-out;
      -o-transition: min-height 0.2s ease-in-out;
      transition: min-height 0.2s ease-in-out;
      background-color: transparent;
      background-size: cover;
      background-position: center; }
      html.no-bgsizecover .slider-wrap .bxslider > li {
        background-size: cover;
        behavior: url(../images/backgroundsize.min.htc);
        -ms-behavior: url(../images/backgroundsize.min.htc); }
    .slider-wrap .bxslider a {
      display: block;
      outline: none;
      text-decoration: none;
      border: none; }
    .slider-wrap .bxslider img {
      display: block;
      border: 0;
      max-width: 100%;
      width: 100%;
      height: auto; }
    .slider-wrap .bxslider .slide-overlay {
      position: absolute;
      display: block;
      float: left;
      margin-right: 7.6672104405%;
      width: 64.1109298532%;
      bottom: 40px;
      left: 0;
      z-index: 0; }
      .slider-wrap .bxslider .slide-overlay:last-child {
        margin-right: 0; }

section.flickr {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ccc;
  padding: 30px 0;
  padding: 3.0rem 0;
  margin: 0 auto 30px auto;
  margin: 0 auto 3.0rem auto; }
  section.flickr:before, section.flickr:after {
    content: " ";
    display: table; }
  section.flickr:after {
    clear: both; }
  section.flickr header {
    text-align: center;
    line-height: 1.2; }
    section.flickr header a, section.flickr header h3 {
      color: #123a5d !important; }
    section.flickr header a {
      text-decoration: none; }
      section.flickr header a:hover {
        color: #5bb59a !important; }
    section.flickr header h3 {
      font-size: 30px;
      font-size: 3rem;
      margin: 0;
      padding: 0; }
    section.flickr header i {
      font-size: 45px;
      font-size: 4.5rem;
      vertical-align: middle; }
    section.flickr header span {
      font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 200; }
  @media screen and (max-width: 767px) {
    section.flickr {
      display: none; }
      section.flickr header h3 {
        font-size: 24px;
        font-size: 2.4rem; }
      section.flickr header i {
        font-size: 30px;
        font-size: 3rem; } }
  section.flickr .bx-wrapper {
    overflow: hidden;
    padding: 32px 0; }
    section.flickr .bx-wrapper .bx-viewport {
      left: 0; }
  section.flickr ul, section.flickr ol, section.flickr li, section.flickr img {
    display: block;
    margin: 0;
    padding: 0; }

section.flickr .bx-controls-direction a,
.program-slider-wrap .bx-controls-direction a {
  position: absolute;
  top: 0 !important;
  bottom: 0;
  height: auto;
  width: 50px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  background-size: 70% auto;
  background-repeat: no-repeat;
  border-radius: 0;
  font-size: 36px;
  font-size: 3.6rem;
  text-decoration: none;
  margin: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4); }
  section.flickr .bx-controls-direction a, section.flickr .bx-controls-direction a:hover,
  .program-slider-wrap .bx-controls-direction a,
  .program-slider-wrap .bx-controls-direction a:hover {
    background-position: center; }
  section.flickr .bx-controls-direction a.bx-prev,
  .program-slider-wrap .bx-controls-direction a.bx-prev {
    background-image: url(../images/icomoon/arrow-left.svg);
    left: 0; }
  section.flickr .bx-controls-direction a.bx-next,
  .program-slider-wrap .bx-controls-direction a.bx-next {
    background-image: url(../images/icomoon/arrow-right.svg);
    right: 0; }

.program-slider-wrap {
  margin-top: 20px;
  margin-top: 2rem;
  padding-top: 20px;
  padding-top: 2rem;
  border-top: 1px solid #ccc; }
  .program-slider-wrap header {
    text-align: center; }
    .program-slider-wrap header a:hover {
      background: #123a5d; }
  .program-slider-wrap .bx-viewport {
    margin-left: 8px; }
  .program-slider-wrap .bxslider {
    width: 100%; }
  .program-slider-wrap .feature-box {
    width: 100% !important;
    padding: 0; }
    .program-slider-wrap .feature-box:hover {
      background: transparent; }
      .program-slider-wrap .feature-box:hover .feature-info h1 {
        color: #e76148 !important; }
    .program-slider-wrap .feature-box .thumbnail-container {
      width: 100% !important;
      display: block; }
      .program-slider-wrap .feature-box .thumbnail-container .thumbnail {
        left: 0 !important; }
    .program-slider-wrap .feature-box .feature-info {
      min-height: 100px; }
      .program-slider-wrap .feature-box .feature-info h1 {
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
  .program-slider-wrap .bx-controls-direction a {
    background-color: transparent;
    box-shadow: none; }
    .program-slider-wrap .bx-controls-direction a.bx-prev {
      left: -50px; }
    .program-slider-wrap .bx-controls-direction a.bx-next {
      right: -50px; }
  @media screen and (max-width: 1594px) {
    .program-slider-wrap .bx-viewport,
    .program-slider-wrap .bx-wrapper {
      overflow: hidden !important;
      padding: 0;
      margin: 0; }
    .program-slider-wrap .bx-controls-direction a {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4); }
      .program-slider-wrap .bx-controls-direction a.bx-prev, .program-slider-wrap .bx-controls-direction a.bx-next {
        top: 0;
        bottom: 0; }
      .program-slider-wrap .bx-controls-direction a.bx-prev {
        left: 0; }
      .program-slider-wrap .bx-controls-direction a.bx-next {
        right: 0; } }
  @media screen and (max-width: 767px) {
    .program-slider-wrap .bx-viewport, .program-slider-wrap .bx-slider {
      display: none !important; } }

ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  line-height: 0;
  font-size: 40px;
  font-size: 4rem;
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 100%; }
  ul.social li {
    display: inline; }
  ul.social a {
    display: inline-block; }
  ul.social:last-child {
    margin-right: 0; }
  ul.social li {
    margin: 0;
    padding: 0; }
  ul.social a {
    text-decoration: none; }
    ul.social a i {
      vertical-align: middle; }
  ul.social span {
    display: none; }
  ul.social.for-mobile {
    display: none; }
  @media screen and (max-width: 767px) {
    ul.social.for-mobile {
      display: block;
      background: transparent;
      margin: 0 auto;
      padding: 20px 0 10px 0;
      padding: 2.0rem 0 1.0rem 0;
      text-align: center;
      font-size: 50px;
      font-size: 5rem; }
      ul.social.for-mobile li {
        display: inline;
        text-align: center; } }

a i {
  display: inline-block; }

i.icon-location {
  color: #e76148; }

li, i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  li[class*="facebook"], li[class*="facebook"] a, i[class*="facebook"], i[class*="facebook"] a {
    color: #3b5998; }
    li[class*="facebook"]:hover, li[class*="facebook"] a:hover, i[class*="facebook"]:hover, i[class*="facebook"] a:hover {
      color: #4c70ba; }
  li[class*="twitter"], li[class*="twitter"] a, i[class*="twitter"], i[class*="twitter"] a {
    color: #00aced; }
    li[class*="twitter"]:hover, li[class*="twitter"] a:hover, i[class*="twitter"]:hover, i[class*="twitter"] a:hover {
      color: #21c2ff; }
  li[class*="instagram"], li[class*="instagram"] a, i[class*="instagram"], i[class*="instagram"] a {
    color: #517fa4; }
    li[class*="instagram"]:hover, li[class*="instagram"] a:hover, i[class*="instagram"]:hover, i[class*="instagram"] a:hover {
      color: #7098b8; }
  li[class*="youtube"], li[class*="youtube"] a, i[class*="youtube"], i[class*="youtube"] a {
    color: #bb0000; }
    li[class*="youtube"]:hover, li[class*="youtube"] a:hover, i[class*="youtube"]:hover, i[class*="youtube"] a:hover {
      color: #ee0000; }
  li[class*="pinterest"], li[class*="pinterest"] a, i[class*="pinterest"], i[class*="pinterest"] a {
    color: #cb2027; }
    li[class*="pinterest"]:hover, li[class*="pinterest"] a:hover, i[class*="pinterest"]:hover, i[class*="pinterest"] a:hover {
      color: #e03e44; }
  li[class*="google"], li[class*="google"] a, i[class*="google"], i[class*="google"] a {
    color: #dd4b39; }
    li[class*="google"]:hover, li[class*="google"] a:hover, i[class*="google"]:hover, i[class*="google"] a:hover {
      color: #e47365; }

.event-tabs {
  background: #fff; }
  .event-tabs > section {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
    .event-tabs > section:last-child {
      margin-right: 0; }
    .event-tabs > section.hidden {
      display: none; }
    .event-tabs > section .notelink.event header h1.note-title {
      font-family: "ff-more-web-pro", "Georgia", serif;
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.25em;
      margin: 0;
      font-size: 1.8em !important;
      font-weight: normal !important; }
    .event-tabs > section .notelink.event header h2.note-type, .event-tabs > section .notelink.event header h2.note-type a {
      color: #000; }
    .event-tabs > section .notelink.event .note-text {
      color: #5f9cac;
      font-size: 16px;
      font-size: 1.6rem; }
      .event-tabs > section .notelink.event .note-text i {
        font-size: 160%;
        vertical-align: middle; }
  .event-tabs .section-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 100%;
    border-bottom: 1px solid #ccc; }
    .event-tabs .section-nav ul:last-child {
      margin-right: 0; }
  .event-tabs .section-nav li {
    position: relative;
    background: #000;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "ff-more-web-pro-wide", "Georgia", serif;
    line-height: 1;
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    width: 33.333333333333336%;
    margin: 0;
    padding: 18px;
    padding: 1.8rem;
    overflow: hidden;
    cursor: pointer;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .event-tabs .section-nav li:last-child:after {
      display: none; }
    .event-tabs .section-nav li:after {
      position: absolute;
      right: 0;
      top: 20px;
      bottom: 20px;
      background: #0061aa;
      width: 1px;
      content: " "; }
    .event-tabs .section-nav li:hover {
      background: #262626;
      color: #5bb59a; }
    .event-tabs .section-nav li.active {
      background: #fff;
      color: #0061aa; }
      .event-tabs .section-nav li.active:after {
        background: transparent; }
      .event-tabs .section-nav li.active:hover {
        color: #0061aa;
        background: #f2f3f3; }
  @media screen and (max-width: 1023px) {
    .event-tabs .section-nav li {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 767px) {
    .event-tabs .section-nav li {
      font-size: 14px;
      font-size: 1.4rem; } }

.teaser-grid {
  *zoom: 1;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto;
  margin: 20px 0;
  margin: 2.0rem 0; }
  .teaser-grid:before, .teaser-grid:after {
    content: " ";
    display: table; }
  .teaser-grid:after {
    clear: both; }
  .teaser-grid.restrain article img {
    max-width: 100%;
    height: auto; }
  .teaser-grid.dual article {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 46.1663947798%; }
    .teaser-grid.dual article:last-child {
      margin-right: 0; }
    .teaser-grid.dual article:nth-child(3n) {
      margin-right: 7.6672104405%; }
    .teaser-grid.dual article:nth-child(3n+1) {
      clear: none; }
    .teaser-grid.dual article:nth-child(2n) {
      margin-right: 0; }
    .teaser-grid.dual article:nth-child(2n+1) {
      clear: left; }
  .teaser-grid .sub-nav-page {
    text-align: left;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .teaser-grid .sub-nav-page {
        float: none;
        width: 100%; } }
    .teaser-grid .sub-nav-page a {
      font-size: 18px;
      font-weight: 500;
      font-family: "ff-more-web-pro-wide", "Georgia", serif;
      text-decoration: none;
      color: #000; }
      .teaser-grid .sub-nav-page a span {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #999;
        font-family: "tablet-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .teaser-grid .sub-nav-page:nth-child(3n+3) {
      margin-right: 0; }
    .teaser-grid .sub-nav-page:nth-child(3n+1) {
      clear: both; }
    .teaser-grid .sub-nav-page img {
      display: block;
      margin-bottom: 15px; }
  .teaser-grid.research-programs .feature-box, .teaser-grid.research-programs.alt .feature-box, .teaser-grid.research-programs.alt .feature-box, .teaser-grid.research-programs.alt.alt .feature-box, .teaser-grid.exhibits .feature-box, .teaser-grid.exhibits.alt .feature-box, .teaser-grid.exhibits.alt .feature-box, .teaser-grid.exhibits.alt.alt .feature-box {
    min-height: 100px !important; }
    @media screen and (min-width: 767px) {
      .teaser-grid.research-programs .feature-box, .teaser-grid.research-programs.alt .feature-box, .teaser-grid.research-programs.alt .feature-box, .teaser-grid.research-programs.alt.alt .feature-box, .teaser-grid.exhibits .feature-box, .teaser-grid.exhibits.alt .feature-box, .teaser-grid.exhibits.alt .feature-box, .teaser-grid.exhibits.alt.alt .feature-box {
        height: 240px !important; } }
  .teaser-grid article {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 28.2218597064%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    min-height: 250px; }
    .teaser-grid article:last-child {
      margin-right: 0; }
    .teaser-grid article:nth-child(3n) {
      margin-right: 0; }
    .teaser-grid article:nth-child(3n+1) {
      clear: left; }
    .teaser-grid article a {
      text-decoration: none;
      display: block; }
    .teaser-grid article a:hover h3 {
      color: #e76148; }
    .teaser-grid article h3 {
      font-size: 18px;
      font-size: 1.8rem;
      margin: 10px 0;
      margin: 1.0rem 0 .5rem;
      padding: 0;
      line-height: 1.2;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    @media screen and (max-width: 767px) {
      .teaser-grid article {
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 100%;
        min-height: inherit;
        border-bottom: 1px solid #ccc;
        padding-top: 20px;
        padding-top: 2rem;
        padding-bottom: 20px;
        padding-bottom: 2rem;
        margin-bottom: 0; }
        .teaser-grid article:last-child {
          margin-right: 0; }
        .teaser-grid article header {
          display: block;
          float: left;
          margin-right: 7.6672104405%;
          width: 64.1109298532%; }
          .teaser-grid article header:last-child {
            margin-right: 0; }
        .teaser-grid article img {
          display: block;
          float: left;
          margin-right: 7.6672104405%;
          width: 28.2218597064%;
          max-width: auto; }
          .teaser-grid article img:last-child {
            margin-right: 0; }
        .teaser-grid article h3 {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.5; } }
    @media screen and (max-width: 479px) {
      .teaser-grid article header {
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 100%; }
        .teaser-grid article header:last-child {
          margin-right: 0; }
      .teaser-grid article img {
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 100%;
        max-width: auto; }
        .teaser-grid article img:last-child {
          margin-right: 0; }
      .teaser-grid article h3 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.25; }
      .teaser-grid article p {
        font-size: 13px;
        font-size: 1.3rem; } }
  .teaser-grid .caption-box {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 28.2218597064%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    min-height: 250px; }
    .teaser-grid .caption-box:last-child {
      margin-right: 0; }
    .teaser-grid .caption-box:nth-child(3n) {
      margin-right: 0; }
    .teaser-grid .caption-box:nth-child(3n+1) {
      clear: left; }
    .teaser-grid .caption-box a, .teaser-grid .caption-box figcaption h2 {
      color: #000 !important; }
    .teaser-grid .caption-box a {
      text-decoration: none; }
      .teaser-grid .caption-box a:hover, .teaser-grid .caption-box a:hover h3 {
        color: #0061aa !important; }
    .teaser-grid .caption-box figcaption h2 {
      text-transform: none; }

.research-program-list {
  margin-top: 75px; }

.teaser-list .feature-box, .teaser-list.alt .feature-box {
  min-height: 150px !important; }
.teaser-list article {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 100%;
  height: auto !important;
  border: none !important;
  border: 1px solid #ccc !important;
  margin: 10px 0;
  margin: 1.0rem 0; }
  .teaser-list article:last-child {
    margin-right: 0; }
.teaser-list .thumbnail-container {
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 28.2218597064%;
  width: 90px !important;
  height: 100%; }
  .teaser-list .thumbnail-container:last-child {
    margin-right: 0; }
.teaser-list .feature-info {
  border: none;
  text-align: left;
  padding: 20px 0;
  padding: 2.0rem 0; }
.teaser-list.alt h1, .teaser-list.alt h3 {
  color: #000; }
@media screen and (max-width: 1023px) {
  .teaser-list .feature-info p {
    font-size: 14px !important;
    font-size: 1.4rem !important; }
  .teaser-list .feature-info h1, .teaser-list .feature-info h3 {
    font-size: 16px !important;
    font-size: 1.6rem !important; } }
@media screen and (max-width: 639px) {
  .teaser-list .feature-info {
    padding: 10px 0;
    padding: 1.0rem 0; }
    .teaser-list .feature-info p {
      display: none; }
    .teaser-list .feature-info h1, .teaser-list .feature-info h3 {
      font-size: 14px !important;
      font-size: 1.5rem !important;
      line-height: 1.3; } }
.teaser-list.research-programs .feature-box, .teaser-list.research-programs.alt .feature-box {
  min-height: 90px !important; }
.teaser-list.research-programs article {
  margin: 5px 0;
  margin: 0.5rem 0; }
.teaser-list.research-programs .feature-info {
  padding: 15px 0;
  padding: 1.5rem 0; }
  .teaser-list.research-programs .feature-info p {
    display: none; }
@media screen and (min-width: 767px) {
  .teaser-list.research-programs .feature-box, .teaser-list.research-programs.alt .feature-box {
    min-height: 75px !important; }
  .teaser-list.research-programs .thumbnail-container {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 10.277324633%;
    margin-right: 3.66721% !important; }
    .teaser-list.research-programs .thumbnail-container:last-child {
      margin-right: 0; }
  .teaser-list.research-programs .feature-info {
    height: auto !important; }
  .teaser-list.research-programs .thumbnail-container,
  .teaser-list.research-programs .feature-info {
    text-align: left; }
  .teaser-list.research-programs .feature-info {
    display: block;
    width: 100%;
    float: none;
    padding: 1.5rem; }
    .teaser-list.research-programs .feature-info h3 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.2; } }
@media screen and (max-width: 639px) {
  .teaser-list.research-programs .feature-info h3 {
    font-size: 14px;
    font-size: 1.4rem; }
  .teaser-list.research-programs .feature-box, .teaser-list.research-programs.alt .feature-box {
    height: auto !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    margin: 0; } }

@media screen and (min-width: 960px) {
  .article-col__thumb {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 37.1941272431%; }
    .article-col__thumb:last-child {
      margin-right: 0; } }

@media screen and (min-width: 960px) {
  .article-col__summary {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 55.1386623165%; }
    .article-col__summary:last-child {
      margin-right: 0; } }

.user-profile {
  background: #f2f3f3;
  padding: 30px;
  padding: 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  display: block;
  float: left;
  margin-right: 7.6672104405%;
  width: 100%; }
  .user-profile:last-child {
    margin-right: 0; }
  .user-profile .avatar {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .user-profile .wrap {
    display: block;
    float: left;
    margin-right: 7.6672104405%;
    width: 100%; }
    .user-profile .wrap:last-child {
      margin-right: 0; }
  .user-profile header h3, .user-profile header p {
    margin: 0;
    padding: 0; }
  .user-profile header h3 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #0061aa; }
    @media screen and (max-width: 830px) {
      .user-profile header h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .user-profile header p {
    font-style: italic;
    font-size: 16px;
    font-size: 1.6rem; }
  .user-profile .user-meta {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-top: 1rem;
    padding-top: 10px;
    padding-top: 1rem; }
    .user-profile .user-meta span {
      font-weight: bold;
      margin-right: 10px;
      margin-right: 1rem; }
    .user-profile .user-meta a {
      text-decoration: none; }
    .user-profile .user-meta i {
      font-size: 30px;
      font-size: 3rem;
      vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .user-profile {
      margin-top: 30px;
      margin-top: 3rem; } }

.program-manager {
  margin-top: -400px;
  position: relative;
  z-index: 60; }
  @media screen and (max-width: 767px) {
    .program-manager {
      position: static;
      margin-top: 0; }
      .program-manager .avatar {
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 28.2218597064%; }
        .program-manager .avatar:last-child {
          margin-right: 0; }
        .program-manager .avatar img {
          display: block;
          max-width: 100%;
          height: auto;
          margin: 0;
          padding: 0;
          border: none;
          width: 100%; }
      .program-manager .wrap {
        display: block;
        float: left;
        margin-right: 7.6672104405%;
        width: 64.1109298532%; }
        .program-manager .wrap:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 639px) {
    .program-manager .avatar,
    .program-manager .wrap {
      display: block;
      width: 100%;
      float: none;
      overflow: hidden; } }

body.podcast-embed {
  background: #0061aa; }
  body.podcast-embed #wrapper {
    background: none; }
  body.podcast-embed .content-wrap {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%; }
  body.podcast-embed .jp-audio {
    margin: 0 auto;
    clear: both;
    border: 0;
    border-radius: 5px; }
  body.podcast-embed .podcast-brand-bar {
    position: relative;
    *zoom: 1;
    background: #123a5d;
    color: #fff;
    padding: 10px;
    margin: 0 0 8px 0; }
    body.podcast-embed .podcast-brand-bar:before, body.podcast-embed .podcast-brand-bar:after {
      content: " ";
      display: table; }
    body.podcast-embed .podcast-brand-bar:after {
      clear: both; }
    body.podcast-embed .podcast-brand-bar .button--podcast-page {
      position: absolute;
      top: 5px;
      right: 10px;
      font-size: 10px;
      text-transform: uppercase;
      padding: 5px 10px;
      border-radius: 3px; }
    body.podcast-embed .podcast-brand-bar h1 {
      padding: 0;
      margin: 0;
      font-size: inherit; }
    body.podcast-embed .podcast-brand-bar .logo {
      display: block;
      overflow: hidden;
      float: none;
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0; }
      body.podcast-embed .podcast-brand-bar .logo, body.podcast-embed .podcast-brand-bar .logo span {
        color: #fff; }
      body.podcast-embed .podcast-brand-bar .logo span {
        max-width: 130px; }

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