/*
Theme Name: ISEA
Theme URI: http://schoolship.org
Author: MyNorthMedia
Author URI: http://mynorthmedia.com
Description: Custom responsive theme for Inland Seas Education Association
Version: 1.1.1
License: MIT
License URL: http://opensource.org/licenses/MIT
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
@import url(//fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Fira+Sans:400,400italic,700,700italic);
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

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

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

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

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

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

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

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
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; }

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

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

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

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

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

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

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

td, th { padding: 0; }

html { box-sizing: border-box; }

*, *::after, *::before { box-sizing: inherit; }

@font-face { font-family: "FontAwesome"; src: url("assets/fonts/fontawesome-webfont.eot"); src: url("assets/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff") format("woff"), url("assets/fonts/fontawesome-webfont.ttf") format("truetype"), url("assets/fonts/fontawesome-webfont.svg#fontawesome-webfont") format("svg"); font-weight: normal; font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) { @font-face { font-family: "FontAwesome"; src: url("assets/fonts/fontawesome-webfont.svg#fontawesome-webfont") format("svg"); } }
@font-face { font-family: "fontello"; src: url("assets/fonts/fontello.eot"); src: url("assets/fonts/fontello.eot?#iefix") format("embedded-opentype"), url("assets/fonts/fontello.woff") format("woff"), url("assets/fonts/fontello.ttf") format("truetype"), url("assets/fonts/fontello.svg#fontello") format("svg"); font-weight: normal; font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) { @font-face { font-family: "fontello"; src: url("assets/fonts/fontello.svg#fontello") format("svg"); } }
/** Core */
/** Colors */
/** Fonts */
/** Base */
/** Layouts */
/** Links */
/** Headings */
/** Buttons */
/** Forms */
/** Header & Navigation */
/** Footer */
/** Newsletter */
/** Widgets */
/** WordPress */
/** Carousels/Sliders/Images */
.button, .social-share a, .posts-navigation a, .testimonials-slider .rsArrowIcn, button, input[type="submit"] { -webkit-font-smoothing: antialiased; background-color: #0fb1ec; color: #FFFFFF; display: inline-block; line-height: 1; padding: .75em 1em; text-decoration: none; }
.button:focus, .social-share a:focus, .posts-navigation a:focus, .testimonials-slider .rsArrowIcn:focus, button:focus, input[type="submit"]:focus, .button:hover, .social-share a:hover, .posts-navigation a:hover, .testimonials-slider .rsArrowIcn:hover, button:hover, input[type="submit"]:hover { background-color: #2574a9; color: #FFFFFF; }
.button:active, .social-share a:active, .posts-navigation a:active, .testimonials-slider .rsArrowIcn:active, button:active, input[type="submit"]:active { background-color: #283e56; color: #FFFFFF; }

.social-link a:after, .social-share a:after, .global-navigation-menu-button:after, .global-navigation__search a:after, .global-search-form .search-submit:after, .global-newsletter-signup .button:after, .global-newsletter-signup .social-share a:after, .social-share .global-newsletter-signup a:after, .global-newsletter-signup .posts-navigation a:after, .posts-navigation .global-newsletter-signup a:after, .posts-navigation a:after, .featured-image-container .rsBullet span:after, .featured-image-container .rsUni .rsBullet span:after, .testimonials-slider .rsArrowIcn:after, .entry-content ul > li:before { -moz-osx-font-smoothing: grayscale; font-family: "FontAwesome"; font-feature-settings: normal; font-kerning: auto; font-language-override: normal; font-size-adjust: none; font-stretch: normal; font-style: normal; font-synthesis: weight style; text-rendering: auto; transform: translate(0px, 0px); }

.social-link a, .social-share a, .global-navigation-menu-button, .global-navigation__search a, .global-search-form .search-submit, .global-newsletter-signup .button, .global-newsletter-signup .social-share a, .social-share .global-newsletter-signup a, .global-newsletter-signup .posts-navigation a, .posts-navigation .global-newsletter-signup a, .posts-navigation a, .featured-image-container .rsBullet span, .featured-image-container .rsUni .rsBullet span, .testimonials-slider .rsArrowIcn { position: relative; }
.social-link a:after, .social-share a:after, .global-navigation-menu-button:after, .global-navigation__search a:after, .global-search-form .search-submit:after, .global-newsletter-signup .button:after, .global-newsletter-signup .social-share a:after, .social-share .global-newsletter-signup a:after, .global-newsletter-signup .posts-navigation a:after, .posts-navigation .global-newsletter-signup a:after, .posts-navigation a:after, .featured-image-container .rsBullet span:after, .featured-image-container .rsUni .rsBullet span:after, .testimonials-slider .rsArrowIcn:after { content: '\f005'; height: 100%; left: 0; position: absolute; text-align: center; top: 0; width: 100%; }

html { background-color: #283e56; }

::-moz-selection { background: #d3e3ee; text-shadow: none; }

::selection { background: #d3e3ee; text-shadow: none; }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; background-color: #FFFFFF; color: #5b5c60; font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 1em; line-height: 1.5; }

h1, h2, h3, h4, h5, fieldset legend, h6 { color: #2574a9; font-family: "Fira Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: bold; line-height: 1.5; margin: 3em 0 1.5em; text-rendering: optimizeLegibility; }

h1 { color: #283e56; font-size: 2.5em; line-height: 1.2; margin: 1em 0 0.5em; }

h2 { color: #283e56; font-size: 2em; line-height: 1.2; margin: 1.25em 0 0.625em; }

h3 { color: #283e56; font-size: 1.75em; line-height: 1.2; margin: 1.4285714286em 0 0.7142857143em; }

h4 { color: #283e56; font-size: 1.3125em; margin: 1.9047619048em 0 0.9523809524em; }

h5, fieldset legend, h6 { color: #283e56; font-size: 1em; font-weight: bold; margin: 2.5em 0 1.25em; }

p, ol, ul { margin: 0 0 1.5em; }

a { -webkit-transition: color 0.1s linear; -moz-transition: color 0.1s linear; transition: color 0.1s linear; color: #2574a9; text-decoration: none; }
a:hover { color: #283e56; }
a:active, a:focus { color: #283e56; outline: none; }

abbr[title] { border: none; }

hr { border-bottom: 1px solid #c2c3c5; border-left: none; border-right: none; border-top: none; margin: 1.5em 0; }

img { height: auto; margin: 0 0 0.75em; max-width: 100%; }

blockquote { border-left: 2px solid #c2c3c5; color: #8e8f93; font-style: italic; margin: 1.5em 0 1.5em 3em; padding-left: 1.5em; }

cite { color: #9b9ca0; font-style: italic; }
cite:before { content: '\2014 \00A0'; }

.entry-content ol, .entry-content ul { counter-reset: li; margin-bottom: 1.5em; padding-left: 3.75em; position: relative; }
.entry-content ol li, .entry-content ul li { counter-increment: li; margin-top: 0.75em; }
.entry-content ol li:before, .entry-content ul li:before { color: #c2c3c5; content: '\2022'; left: 0; position: absolute; text-align: right; top: auto; width: 3em; }
.entry-content ol li:hover:before, .entry-content ul li:hover:before { color: #283e56; }
.entry-content ul > li:before { content: '\f13d'; }
.entry-content ol > li:before { content: counter(li) ""; }
.entry-content ol[class] > li:before, .entry-content ol[id] > li:before, .entry-content ul[class] > li:before, .entry-content ul[id] > li:before { display: none; }

h1.entry-title { color: #283e56; }
h1.entry-title a { color: #283e56; display: block; }

h2.entry-title { text-align: left; }

body { -webkit-animation-delay: 0.1s; -webkit-animation-name: fontfix; -webkit-animation-duration: 0.1s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix { from { opacity: 1; }
  to { opacity: 1; } }
/** Form styles with junk for VFB TODO: pull in "!important" stuff from BTwiggs */
fieldset { background: #f6f6f7; border-radius: 0.625em; border: 1px solid #c2c3c5; margin: 0 0 0.75em 0; padding: 1.5em; }
fieldset legend { border-bottom: 1px solid #c2c3c5; text-transform: uppercase; float: left; margin-top: 0; top: auto; width: 100%; }

input, label, select { display: block; font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 1em; }

input:-ms-input-placeholder { color: #5b5c60; opacity: 1; }
input::-moz-placeholder { color: #5b5c60; opacity: 1; }
input::-webkit-input-placeholder { color: #5b5c60; opacity: 1; }
input:focus:-ms-input-placeholder { color: #5b5c60; opacity: 1; }
input:focus::-moz-placeholder { color: #5b5c60; opacity: 1; }
input:focus::-webkit-input-placeholder { color: #5b5c60; opacity: 1; }

label { font-weight: bold; margin-bottom: 0.375em; }
label.required:after { content: "*"; }
label abbr { display: none; }

textarea, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select[multiple=multiple] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: border-color; -moz-transition: border-color; transition: border-color; background-color: white; border-radius: 0.1875em; border: 1px solid #c2c3c5; box-shadow: none; font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 1em; font-weight: normal; margin-bottom: 0.75em; padding: 0.5em 0.5em; width: 100%; }
textarea:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover, select[multiple=multiple]:hover { border-color: #a8a9ac; }
textarea:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus, select[multiple=multiple]:focus { border-color: #2574a9; box-shadow: none; outline: none; }

textarea { resize: vertical; }

input[type="search"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

input[type="checkbox"], input[type="radio"] { display: inline; margin-right: 0.375em; }

input[type="file"] { margin-bottom: 0.75em; padding-bottom: 0.5em; width: 100%; }

select { width: auto; max-width: 100%; margin-bottom: 1.5em; }

.password-protected-content-form-help { margin-top: 1.5em; }
@media screen and (min-width: 61.875em) { .password-protected-content-form-help { display: inline-block; margin-left: 1.5em; margin-top: 0; } }

table { border-collapse: collapse; margin: 0.75em 0; table-layout: fixed; width: 100%; }

th { border-bottom: 1px solid #9b9ca0; font-weight: bold; padding: 0.75em 0; text-align: left; }

td { border-bottom: 1px solid #c2c3c5; padding: 0.75em 0; }

tr, td, th { vertical-align: middle; }

ul, ol { margin: 0; padding: 0; list-style-type: none; }
dl { margin-bottom: 0.75em; }
dl dt { font-weight: bold; margin-top: 0.75em; }
dl dd { margin: 0; }

.button, .social-share a, .posts-navigation a, .testimonials-slider .rsArrowIcn, button, input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; -webkit-transition: background-color 0.1s linear, color 0.1s linear; -moz-transition: background-color 0.1s linear, color 0.1s linear; transition: background-color 0.1s linear, color 0.1s linear; border-radius: 0.1875em; border: none; cursor: pointer; font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: bold; padding-left: 2em; padding-right: 2em; text-transform: uppercase; letter-spacing: 0.02em; user-select: none; vertical-align: middle; white-space: nowrap; }
.content .button, .content .social-share a, .social-share .content a, .content .posts-navigation a, .posts-navigation .content a, .content .testimonials-slider .rsArrowIcn, .testimonials-slider .content .rsArrowIcn, .content button, .content input[type="submit"] { font-size: 0.875em; }

.button-block, .type-categories button, .type-date-archives button { text-align: center; width: 100%; }

.social-links { display: inline-block; line-height: 1.5em; font-weight: normal !important; margin: 0; padding: 0; }
.social-links::after { clear: both; content: ""; display: table; }

.social-link { float: left; }
.social-link a { overflow: hidden; text-indent: 101%; white-space: nowrap; float: left; text-indent: 120%; }
.social-link a:after { text-indent: 0; }

.social-sharing { display: block; font-size: 0.75em; display: inline-block; margin: 1.5em auto; }
.social-sharing::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 40em) { .social-sharing { float: right; margin: 1.25em 0; margin-left: 1.5em; } }

.social-share { float: left; }
.social-share a { padding-left: 3em; padding-right: 1.5em; }
.social-share a:after { line-height: 2.5; text-align: left; text-indent: 1.25em; }

.social-share-facebook a:after, .social-link-facebook a:after { content: '\f09a'; }

.social-share-googleplus a:after, .social-link-googleplus a:after { content: '\f0d5'; }

.social-share-instagram a:after, .social-link-instagram a:after { content: '\f16d'; }

.social-share-linkedin a:after, .social-link-linkedin a:after { content: '\f0e1'; }

.social-share-pinterest a:after, .social-link-pinterest a:after { content: '\f0d2'; }

.social-share-twitter a:after, .social-link-twitter a:after { content: '\f099'; }

.social-share-youtube a:after, .social-link-youtube a:after { content: '\f16a'; }

.social-share-tripadvisor a, .social-link-tripadvisor a { font-family: "fontello"; }
.social-share-tripadvisor a:after, .social-link-tripadvisor a:after { font-family: "fontello"; content: '\e800'; }

/* Header */
.global-header { display: block; -webkit-animation: gettingWetHeader 15s linear infinite; -moz-animation: gettingWetHeader 15s linear infinite; animation: gettingWetHeader 15s linear infinite; background: #283e56 url(assets/images/bg-header-footer.png) repeat-x center bottom; cursor: default; font-family: "Fira Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; line-height: 3.125em; margin: 0; padding: 0; position: relative; text-align: center; width: 100%; z-index: 9000; }
@-webkit-keyframes gettingWetHeader { from { background-position: 0% bottom; }
  to { background-position: 100% bottom; } }
@-moz-keyframes gettingWetHeader { from { background-position: 0% bottom; }
  to { background-position: 100% bottom; } }
@keyframes gettingWetHeader { from { background-position: 0% bottom; }
  to { background-position: 100% bottom; } }
@-webkit-keyframes gettingWetHeader-large { from { background-position: 0% -15px; }
  to { background-position: 100% -15px; } }
@-moz-keyframes gettingWetHeader-large { from { background-position: 0% -15px; }
  to { background-position: 100% -15px; } }
@keyframes gettingWetHeader-large { from { background-position: 0% -15px; }
  to { background-position: 100% -15px; } }
.global-header::after { clear: both; content: ""; display: table; }
.global-header a { -webkit-transition: background-color 0.2s ease-in 0s, border-color 0.2s ease-in 0s, color 0.2s ease-in 0s; -moz-transition: background-color 0.2s ease-in 0s, border-color 0.2s ease-in 0s, color 0.2s ease-in 0s; transition: background-color 0.2s ease-in 0s, border-color 0.2s ease-in 0s, color 0.2s ease-in 0s; color: #FFFFFF; }
.global-header a:active, .global-header a:focus, .global-header a:hover { -webkit-transition: background-color 0s ease-in 0s, border-color 0s ease-in 0s, color 0s ease-in 0s; -moz-transition: background-color 0s ease-in 0s, border-color 0s ease-in 0s, color 0s ease-in 0s; transition: background-color 0s ease-in 0s, border-color 0s ease-in 0s, color 0s ease-in 0s; color: #0fb1ec; }
@media screen and (min-width: 40em) { .global-header { -webkit-animation: gettingWetHeader 30s linear infinite; -moz-animation: gettingWetHeader 30s linear infinite; animation: gettingWetHeader 30s linear infinite; background-position: center -15px; } }
@media screen and (min-width: 61.875em) { .global-header { -webkit-animation: gettingWetHeader-large 45s linear infinite; -moz-animation: gettingWetHeader-large 45s linear infinite; animation: gettingWetHeader-large 45s linear infinite; background-position: center -15px; } }

.global-header-title { font-size: 1em; margin: 1.5em; padding: 0; }
.global-header-title a { overflow: hidden; text-indent: 101%; white-space: nowrap; background-image: url("assets/images/logo-small.png"); display: block; height: 81px; margin: 0 auto; width: 240px; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) { .global-header-title a { background-image: url("assets/images/logo-small_2x.png"); background-size: 240px 81px; } }
.global-header-title a:hover { opacity: .8; }
.global-header-title a:active, .global-header-title a:focus { opacity: 1; }
@media screen and (min-width: 40em) { .global-header-title { float: left; }
  .global-header-title a { background-image: url("assets/images/logo.png"); display: block; height: 97px; margin: 0 auto; width: 286px; } }
@media only screen and (min-width: 40em) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 40em) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 40em) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 40em) and (min-resolution: 125dpi), only screen and (min-width: 40em) and (min-resolution: 1.3dppx) { .global-header-title a { background-image: url("assets/images/logo_2x.png"); background-size: 286px 97px; } }

.global-conversions { display: block; clear: both; margin: 1.5em; }
.global-conversions::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 61.875em) { .global-conversions { bottom: 3.5em; margin-right: 0; position: absolute; right: 1.5em; width: 21em; }
  .global-conversions:before, .global-conversions:after { display: none; } }

.global-conversions-menu { border-collapse: collapse; border-radius: 0.625em; border-spacing: 1.5em; display: table; font-size: 0.875em; font-weight: bold; line-height: 2.7142857143; overflow: hidden; width: 100%; }
.global-conversions-menu li { display: table-cell; border-left: 1px solid #27b9ee; }
.global-conversions-menu li:first-child { border-left: 0; }
.global-conversions-menu li a { background: #0fb1ec; display: block; }
.global-conversions-menu li a:hover { color: #0fb1ec; background: #FFFFFF; }
@media screen and (min-width: 61.875em) { .global-conversions-menu li a { padding: 0 1.5em; } }

.global-social { display: block; margin: 1.5em; text-align: center; }
.global-social::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 40em) { .global-social { position: absolute; right: 0; top: 3.75em; } }
@media screen and (min-width: 61.875em) { .global-social { bottom: 3.5625em; right: 22.5em; top: auto; } }

.global-social-links { border-collapse: collapse; display: table; margin: 0 auto; }

.global-social-link { display: table-cell; }
.global-social-link a { padding: 0.7875em 0 0; width: 3.075em; }
.global-social-link a:after { font-size: 1.575em; line-height: 1.45; }
@media screen and (min-width: 61.875em) { .global-social-link a { padding: 0.5625em 0 0; width: 2.625em; }
  .global-social-link a:after { font-size: 1.125em; line-height: 1.9; } }

.global-navigation { display: block; clear: both; background: #2574a9; position: relative; }
.global-navigation::after { clear: both; content: ""; display: table; }
.global-navigation a { color: #FFFFFF; }
.global-navigation a:active, .global-navigation a:focus, .global-navigation a:hover { background: #0fb1ec; color: #FFFFFF; }

.global-navigation-menu-button { display: block; font-weight: bold; padding: 0 1.5em; position: relative; text-indent: 1.75em; text-align: left; }
.global-navigation-menu-button:after { color: #3b82b2; content: '\f0c9'; font-size: 1em; font-weight: normal; left: 1.5em; position: absolute; text-align: left; text-indent: 0; width: auto; }
@media screen and (min-width: 61.875em) { .global-navigation-menu-button { display: none; } }

.global-navigation-menu { clear: both; display: none; font-weight: bold; text-align: left; }
.global-navigation-menu a { display: block; overflow: hidden; padding: 0 1.5em; text-indent: 1.75em; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.global-navigation-menu li { background: #2574a9; width: 100%; }
.global-navigation-menu .menu-item-has-children ul { font-weight: normal; }
.global-navigation-menu .menu-item-has-children ul a { text-indent: 3.25em; }
.global-navigation-menu .menu-item-has-children ul li { background: #1c577f; }
@media screen and (min-width: 61.875em) { .global-navigation-menu { border-collapse: separate; border-spacing: 0; display: table !important; line-height: 3.125em; margin-left: 1.5em; margin-right: 4.875em; }
  .global-navigation-menu a { display: block; text-indent: 0; white-space: nowrap; }
  .global-navigation-menu li { border-left: 1px solid #3b82b2; display: table-cell; text-align: center; vertical-align: middle; width: 1%; }
  .global-navigation-menu li:last-child { border-right: 1px solid #3b82b2; }
  .global-navigation-menu .menu-item-has-children { position: relative; }
  .global-navigation-menu .menu-item-has-children ul { display: none; left: 50%; position: absolute; top: 100%; z-index: 9999; }
  .global-navigation-menu .menu-item-has-children ul li { border: none; display: block; left: -50%; position: relative; width: auto; }
  .global-navigation-menu .menu-item-has-children ul a { border: 0; display: block; padding: 0 1.5em; text-indent: 0; white-space: nowrap; }
  .global-navigation-menu .menu-item-has-children:hover ul { display: block; } }

.global-navigation__search { height: 3.125em; overflow: hidden; position: absolute; right: 0; top: 0; width: 3.375em; }
.global-navigation__search a { display: block; line-height: 3.125em; overflow: hidden; text-indent: 101%; width: 100%; }
.global-navigation__search a:after { content: '\f002'; text-indent: 0; }
.global-navigation__search a:active, .global-navigation__search a:focus, .global-navigation__search a:hover { background: #0fb1ec; color: #FFFFFF; }
@media screen and (min-width: 61.875em) { .global-navigation__search { right: 1.5em; }
  .global-navigation__search a { border-right: 1px solid #3b82b2; } }

.global-search-form { display: none; overflow: hidden; position: absolute; right: 1.5em; top: 0.75em; width: 13.75em; }
.global-search-form form { overflow: hidden; width: 13.75em; }
.global-search-form .screen-reader-text { left: -100%; position: absolute; }
.global-search-form .search-field { font-family: "Fira Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: normal; font-size: 0.875em; height: 2.1428571429em; margin: 0; padding: 0 4.125em 0 0.75em; text-overflow: ellipsis; width: 100%; }
.global-search-form .search-submit { overflow: hidden; text-indent: 101%; white-space: nowrap; background: none; color: #c2c3c5; line-height: 1.875em; overflow: hidden; padding: 0; position: absolute; right: 0; top: 0; width: 3.375em; }
.global-search-form .search-submit:after { content: '\f002'; text-indent: 0; }
.global-search-form .search-submit:focus, .global-search-form .search-submit:hover { color: #2574a9; }
@media screen and (min-width: 40em) { .global-search-form { display: block; } }

/* Footer */
.global-footer { -webkit-animation: gettingWetFooter 15s linear infinite; -moz-animation: gettingWetFooter 15s linear infinite; animation: gettingWetFooter 15s linear infinite; display: block; background: #283e56 url(assets/images/bg-header-footer.png) repeat-x left bottom; color: #FFFFFF; cursor: default; font-family: "Fira Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 1em; line-height: 1.5; padding: 1.5em; position: relative; text-align: center; }
@-webkit-keyframes gettingWetFooter { from { background-position: 0%  100%; }
  to { background-position: 100%  100%; } }
@-moz-keyframes gettingWetFooter { from { background-position: 0%  100%; }
  to { background-position: 100%  100%; } }
@keyframes gettingWetFooter { from { background-position: 0%  100%; }
  to { background-position: 100%  100%; } }
@-webkit-keyframes gettingWetFooter-large { from { background-position: 0%  104%; }
  to { background-position: 100%  104%; } }
@-moz-keyframes gettingWetFooter-large { from { background-position: 0%  104%; }
  to { background-position: 100%  104%; } }
@keyframes gettingWetFooter-large { from { background-position: 0%  104%; }
  to { background-position: 100%  104%; } }
.global-footer::after { clear: both; content: ""; display: table; }
.global-footer a { -webkit-transition: background-color 0.2s ease-in 0s, border-color 0.2s ease-in 0s, color 0.2s ease-in 0s; -moz-transition: background-color 0.2s ease-in 0s, border-color 0.2s ease-in 0s, color 0.2s ease-in 0s; transition: background-color 0.2s ease-in 0s, border-color 0.2s ease-in 0s, color 0.2s ease-in 0s; color: #0fb1ec; }
.global-footer a:active, .global-footer a:focus, .global-footer a:hover { -webkit-transition: background-color 0s ease-in 0s, border-color 0s ease-in 0s, color 0s ease-in 0s; -moz-transition: background-color 0s ease-in 0s, border-color 0s ease-in 0s, color 0s ease-in 0s; transition: background-color 0s ease-in 0s, border-color 0s ease-in 0s, color 0s ease-in 0s; color: #FFFFFF; }
@media screen and (min-width: 40em) { .global-footer { -webkit-animation: gettingWetFooter 30s linear infinite; -moz-animation: gettingWetFooter 30s linear infinite; animation: gettingWetFooter 30s linear infinite; } }
@media screen and (min-width: 61.875em) { .global-footer { -webkit-animation: gettingWetFooter-large 45s linear infinite; -moz-animation: gettingWetFooter-large 45s linear infinite; animation: gettingWetFooter-large 45s linear infinite; background-position: 0 104%; } }

.global-mission-statement, .global-contacts, .mnm-powered { margin: 3em 0; }

.global-mission-statement { max-width: 40em; margin-left: auto; margin-right: auto; font-style: italic; font-weight: bold; margin-top: 1.5em; }
.global-mission-statement::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 40em) { .global-mission-statement { margin-top: 3em; } }

.global-contacts { color: #0fb1ec; font-size: 0.875em; }
.global-contacts .org { font-weight: bold; }
.global-contacts .street-address { display: block; }
@media screen and (min-width: 61.875em) { .global-contacts > li { display: inline-block; vertical-align: top; }
  .global-contacts li + li { margin-left: 1.5em; position: relative; }
  .global-contacts li + li:before { color: #0fb1ec; content: '\2022'; left: -.95em; position: absolute; top: 0; }
  .global-contacts .street-address { display: inline; } }

.mnm-powered { clear: both; font-size: 0.6875em; margin-bottom: 1.5em; padding: 0 1.5em; }
.mnm-powered a { color: #0fb1ec; }

/* Newsletter (sign-up) */
.global-newsletter-signup { display: block; background: #0fb1ec; color: #FFFFFF; font-weight: bold; padding: 3em 1.5em; text-align: center; }
.global-newsletter-signup::after { clear: both; content: ""; display: table; }
.global-newsletter-signup .button, .global-newsletter-signup .social-share a, .social-share .global-newsletter-signup a, .global-newsletter-signup .posts-navigation a, .posts-navigation .global-newsletter-signup a, .global-newsletter-signup .testimonials-slider .rsArrowIcn, .testimonials-slider .global-newsletter-signup .rsArrowIcn { background: #FFFFFF; color: #2574a9; padding-left: 3.3em; padding-right: 1.5em; text-transform: none; }
.global-newsletter-signup .button:after, .global-newsletter-signup .social-share a:after, .social-share .global-newsletter-signup a:after, .global-newsletter-signup .posts-navigation a:after, .posts-navigation .global-newsletter-signup a:after, .global-newsletter-signup .testimonials-slider .rsArrowIcn:after, .testimonials-slider .global-newsletter-signup .rsArrowIcn:after { content: '\f0e0'; font-weight: normal; line-height: 2.5; text-align: left; text-indent: 1.5em; }
.global-newsletter-signup .button:focus, .global-newsletter-signup .social-share a:focus, .social-share .global-newsletter-signup a:focus, .global-newsletter-signup .posts-navigation a:focus, .posts-navigation .global-newsletter-signup a:focus, .global-newsletter-signup .testimonials-slider .rsArrowIcn:focus, .testimonials-slider .global-newsletter-signup .rsArrowIcn:focus, .global-newsletter-signup .button:hover, .global-newsletter-signup .social-share a:hover, .social-share .global-newsletter-signup a:hover, .global-newsletter-signup .posts-navigation a:hover, .posts-navigation .global-newsletter-signup a:hover, .global-newsletter-signup .testimonials-slider .rsArrowIcn:hover, .testimonials-slider .global-newsletter-signup .rsArrowIcn:hover { background: #2574a9; color: #FFFFFF; }
.global-newsletter-signup .button:active, .global-newsletter-signup .social-share a:active, .social-share .global-newsletter-signup a:active, .global-newsletter-signup .posts-navigation a:active, .posts-navigation .global-newsletter-signup a:active, .global-newsletter-signup .testimonials-slider .rsArrowIcn:active, .testimonials-slider .global-newsletter-signup .rsArrowIcn:active { background: #283e56; color: #FFFFFF; }

@media screen and (min-width: 40em) { .global-newsletter-signup { padding: 3.75em 1.5em; }
  .global-newsletter-signup-blurb, .global-newsletter-signup-button { display: inline-block; }
  .global-newsletter-signup-blurb { margin: 0 1.5em 0 0; } }
/* Layouts TODO: CLEAN ME PLEASE FOR THE LOVE OF GOD */
.primary-content-wrapper { max-width: 61.875em; margin-left: auto; margin-right: auto; }
.primary-content-wrapper::after { clear: both; content: ""; display: table; }

.primary-content { display: block; background: #FFFFFF; padding: 2.25em 1.5em; }
.primary-content::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 61.875em) { .primary-content { padding-left: 0; padding-right: 0; } }

.content { font-size: 0.875em; line-height: 1.5; }
@media screen and (min-width: 40em) { .content { font-size: 1em; line-height: 1.5; } }
@media screen and (min-width: 61.875em) { .content { font-size: 1em; line-height: 1.5; } }

.content-area { display: block; }
.content-area::after { clear: both; content: ""; display: table; }
.content-area + .content-area { margin-top: 1.5em; }
@media screen and (min-width: 40em) { .content-area + .content-area { margin-top: 1.5em; } }
@media screen and (min-width: 61.875em) { .content-area + .content-area { margin-top: 1.5em; } }

.entry-list-item { margin-bottom: 1.5em; width: 100%; }
.entry-list-item + .entry-list-item { margin-top: 3em; }
.entry-list-item .entry-meta { clear: none; margin: 0; }
.entry-list-item .entry-thumb { display: none; }
.entry-list-item .entry-thumb img { margin: 0; }
.entry-list-item .entry-content p { margin: 0; }
.entry-list-item .entry-header { font-size: 0.875em; margin-bottom: 0.75em; }
@media screen and (min-width: 40em) { .entry-list-item { display: table; }
  .entry-list-item .entry-thumb, .entry-list-item .entry-content { display: table-cell; text-align: left; vertical-align: top; }
  .entry-list-item .entry-thumb { width: 7.3333333333em; }
  .entry-list-item .entry-content.has-featured-image { padding: 0 0 0 1.5em; } }

.entry-grid-item { text-align: center; width: 100%; }
.entry-grid-item .entry-title { text-align: center; }
.entry-grid-item .entry-thumb, .entry-grid-item .entry-content { display: block; }
.entry-grid-item .entry-thumb { width: 100%; }
.entry-grid-item .entry-thumb img { height: auto; max-width: 100%; width: 100%; }
@media screen and (min-width: 40em) { .entry-grid-item { display: block; float: left; clear: left; width: 50%; }
  .entry-grid-item:nth-child(2n) { clear: right; } }

.entry-header { display: block; margin: 0 0 1.5em; text-align: center; }
.entry-header::after { clear: both; content: ""; display: table; }
.entry-header .entry-title { margin-bottom: 0; margin-top: 0; }
@media screen and (min-width: 40em) { .entry-header { margin-bottom: 3em; text-align: left; } }

article::after { clear: both; content: ""; display: table; }

.type-page-block, .front-page-block { padding: 3em 0; text-align: center; }
.type-page-block::after, .front-page-block::after { clear: both; content: ""; display: table; }
.type-page-block img, .front-page-block img { display: block; height: auto; width: 100%; }
.type-page-block .entry-header, .front-page-block .entry-header { margin-bottom: 1.5em; }
.type-page-block .entry-content, .front-page-block .entry-content { margin: 0 auto; max-width: 45em; }

/* Controls -- extra UI/UX stuff */
.archive-dropdowns { display: block; background: #ececed; margin: 1.5em 0 3em; }
.archive-dropdowns::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 40em) { .archive-dropdowns { margin-top: -1.5em; } }

.type-categories, .type-date-archives { padding: 1.5em; }
@media screen and (min-width: 40em) { .type-categories, .type-date-archives { float: left; width: 50%; } }
.type-categories select, .type-date-archives select { margin: 0; width: 100%; }

/* Front Page */
.home .primary-content { margin-bottom: 0; margin-top: 0; padding: 0 1.5em; }
@media screen and (min-width: 40em) { .home .primary-content { padding: 0 1.5em; } }

.front-page-block + .front-page-block { border-top: 1px solid #c2c3c5; }
.front-page-block .entry-title { text-align: center; }

.front-page-block-promotions { text-align: center; }
.front-page-block-promotions .entry-header { clear: both; }
.front-page-block-promotions .promotions { padding: 0 6em; vertical-align: top; }
@media screen and (min-width: 61.875em) { .front-page-block-promotions .promotions { border-collapse: separate; border-spacing: 0.75em; display: table; padding: 0; } }
.front-page-block-promotions .promotion { border: 1px solid #c2c3c5; margin: 0 auto 1.5em; max-width: 9.375em; }
.front-page-block-promotions .promotion:after { display: none; }
.front-page-block-promotions .promotion .entry-title { font-size: 0.875em; font-weight: bold; padding: 0 1.5em; }
.front-page-block-promotions .promotion .entry-title a { display: block; }
@media screen and (min-width: 40em) { .front-page-block-promotions .promotion { display: inline-block; margin-left: .75%; margin-right: .75%; max-width: 100%; vertical-align: top; width: 30%; } }
@media screen and (min-width: 61.875em) { .front-page-block-promotions .promotion { display: table-cell; width: 16.6666666667%; }
  .front-page-block-promotions .promotion .entry-header { margin-bottom: 0; } }

@media screen and (min-width: 40em) { .front-page-block-recent-articles .recent-articles { border-collapse: separate; border-spacing: 0.75em; display: table; } }
.front-page-block-recent-articles .recent-article { border: 1px solid #c2c3c5; margin: 0 auto 1.5em; max-width: 37.5em; position: relative; }
.front-page-block-recent-articles .recent-article:after { display: none; }
.front-page-block-recent-articles .recent-article img { margin: 0; }
.front-page-block-recent-articles .recent-article .entry-header { margin: 1.5em; }
.front-page-block-recent-articles .recent-article .entry-meta, .front-page-block-recent-articles .recent-article .entry-title { margin: 0; text-align: left; }
.front-page-block-recent-articles .recent-article .entry-meta { margin-bottom: 0.75em; }
.front-page-block-recent-articles .recent-article .entry-title { font-size: 1.25em; font-weight: normal; }
.front-page-block-recent-articles .recent-article .entry-date { white-space: nowrap; word-break: keep-all; }
.front-page-block-recent-articles .recent-article .entry-thumb a { display: block; }
@media screen and (min-width: 40em) { .front-page-block-recent-articles .recent-article .entry-thumb { bottom: 0; left: 0; position: absolute; right: 0; } }
@media screen and (min-width: 40em) { .front-page-block-recent-articles .recent-article { display: table-cell; padding-bottom: 20%; width: 33.3333333333%; } }
.front-page-block-recent-articles .cat-links { font-weight: bold; font-style: normal; text-transform: uppercase; }
.front-page-block-recent-articles .sep { padding: 0 .5em; white-space: normal; word-break: break-all; }

/* Adapted from: http://codex.wordpress.org/CSS#WordPress_Generated_Classes */
.alignnone, a img.alignnone, div.alignnone, figure.alignnone { margin: 1.5em 0; }

.aligncenter, a img.aligncenter, div.aligncenter, figure.aligncenter { display: block; margin: 1.5em auto; }

.alignright, a img.alignright, div.alignright, figure.alignright { float: right; margin: 1.5em 0 1.5em 3em; max-width: 50%; }
@media screen and (min-width: 61.875em) { .alignright, a img.alignright, div.alignright, figure.alignright { max-width: 100%; } }

.alignleft, a img.alignleft, div.alignleft, figure.alignleft { float: left; margin: 1.5em 3em 1.5em 0; max-width: 50%; }
@media screen and (min-width: 61.875em) { .alignleft, a img.alignleft, div.alignleft, figure.alignleft { max-width: 100%; } }

.wp-caption { background: #dcdcde; border: none; font-family: "Fira Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; line-height: 1.5em; max-width: 100%; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: auto; }
.wp-caption .wp-caption-text { font-size: 0.9166666667em; padding: 1em 2.25em; }

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail { height: auto; max-width: 100%; }

.entry-breadcrumbs { font-size: 0.8125em; text-transform: uppercase; font-weight: bold; margin: 0 0 0.75em; }

.entry-meta { clear: both; color: #5b5c60; font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 0.8125em; font-style: italic; margin: 0.75em 0 0; }

.comment-metadata { clear: both; color: #5b5c60; font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 0.8125em; margin: 0.75em 0 0; text-transform: uppercase; }

.form-allowed-tags { font-size: 0.75em; }

.posts-navigation { display: block; color: #FFFFFF; margin: 1.5em 0; width: 100%; }
.posts-navigation::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 40em) { .posts-navigation { background: #ececed; border-collapse: collapse; display: table; table-layout: fixed; } }
.posts-navigation li { margin: 0 0 0.75em; }
@media screen and (min-width: 40em) { .posts-navigation li { display: table-cell; margin: 0; padding: 1em; width: 50%; } }
.posts-navigation a { display: block; overflow: hidden; text-overflow: ellipsis; width: 100%; }
.posts-navigation a:after { line-height: 2.5; width: auto; }
.posts-navigation .nav-prev { text-align: left; }
.posts-navigation .nav-prev a:after { content: '\f104'; text-align: left; left: 1em; }
.posts-navigation .nav-next { text-align: right; }
.posts-navigation .nav-next a:after { content: '\f105'; text-align: right; right: 1em; }

/* (Royal) Slider and Featured Image Styles  Going [size]-down for breakpoints because of the inline styles on slider blocks (bottom of this file) */
.featured-image-container { display: block; position: relative; margin: 0; max-width: 100%; }
.featured-image-container::after { clear: both; content: ""; display: table; }

.featured-image { height: 12.5em; }
@media screen and (min-width: 40em) { .featured-image { height: 25em; } }
@media screen and (min-width: 61.875em) { .featured-image { height: 36em; } }

.featured-image { background: none; background-repeat: no-repeat; background-position: top center; background-size: cover; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale'); -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale')"; }

.featured-image-container .royalSlider { height: 12.5em !important; }
@media screen and (min-width: 40em) { .featured-image-container .royalSlider { height: 25em !important; } }
@media screen and (min-width: 61.875em) { .featured-image-container .royalSlider { height: 36em !important; } }

.featured-image-container .rsUni { background: #0fb1ec; }
.featured-image-container .rsUni .rsOverflow { background: #0fb1ec; }
.featured-image-container .rsUni .rsSlide { background: #0fb1ec; }

.featured-image-container .rsBullets, .featured-image-container .rsUni .rsBullets { bottom: 0; display: table; left: 0; line-height: 1; margin: 0 auto; padding: 0; position: absolute; right: 0; width: auto; }

.featured-image-container .rsBullet, .featured-image-container .rsUni .rsBullet { display: table-cell; height: auto; padding: 0; width: auto; }

.featured-image-container .rsBullet span, .featured-image-container .rsUni .rsBullet span { background: #000000; background-color: rgba(0, 0, 0, 0.5); border-radius: 0; cursor: pointer; height: 3em; margin: 0; padding: 0; width: 3em; }
.featured-image-container .rsBullet span:after, .featured-image-container .rsUni .rsBullet span:after { color: #FFFFFF; font-size: 0.625em; content: '\f10c'; line-height: 4.8em; }

.featured-image-container .rsBullet.rsNavSelected span, .featured-image-container .rsUni .rsBullet.rsNavSelected span { background: #000000; background-color: rgba(0, 0, 0, 0.5); }
.featured-image-container .rsBullet.rsNavSelected span:after, .featured-image-container .rsUni .rsBullet.rsNavSelected span:after { content: '\f111'; }

/* Testimonials */
.testimonial .featured-image-container { height: auto; margin: 0 0 1.5em; width: auto; }
@media screen and (min-width: 40em) { .testimonial .featured-image-container { float: left; margin: 0 3em 1.5em 0; } }

.testimonial .featured-image { height: auto; width: auto; }

.testimonial .featured-image img, .entry-list-item.testimonial .entry-thumb img { border-radius: 100%; display: block; float: none; margin: 0 auto; max-width: 100%; width: 6.25em; }

@media screen and (min-width: 40em) { .testimonial .entry-content.has-featured-image { margin-left: 9.25em; } }

.testimonial-title { font-weight: bold; }

@media screen and (min-width: 40em) { .testimonials-slider { text-align: left; } }
@media screen and (max-width: 61.875em) { .testimonials-slider .entry-content { max-width: 60%; } }
.testimonials-slider .rsArrow { height: auto; position: absolute; top: 50%; }
.testimonials-slider .rsArrowIcn { font-size: 1.25em; padding: 1.25em; position: relative; top: -2.5em; }
.testimonials-slider .rsArrowIcn:after { font-size: 1.25em; line-height: 1.5; }
.testimonials-slider .rsArrowLeft { left: 0; }
.testimonials-slider .rsArrowLeft .rsArrowIcn:after { content: '\f104'; }
.testimonials-slider .rsArrowRight { right: 0; }
.testimonials-slider .rsArrowRight .rsArrowIcn:after { content: '\f105'; }

/* Widgets! --- Primarily styles for ModernTribe's image widget */
.widget img { height: auto; max-width: 100%; }

.widget-title { font-size: 1.25em; font-weight: bold; line-height: 1.5; margin: 0 0 0.75em; }
@media screen and (min-width: 40em) { .widget-title { margin: 1.5em 0; } }

.front-page-widgets-wrapper-wrapper { background: #f6fcfd url(assets/images/bg-widgets.png); padding: 1.5em; position: relative; }
@-webkit-keyframes mapDance { from { background-position: 0%    0%; }
  to { background-position: 0% 281px; } }
@-moz-keyframes mapDance { from { background-position: 0%    0%; }
  to { background-position: 0% 281px; } }
@keyframes mapDance { from { background-position: 0%    0%; }
  to { background-position: 0% 281px; } }
@media screen and (min-width: 61.875em) { .front-page-widgets-wrapper-wrapper { -webkit-animation: mapDance 15s linear infinite; -moz-animation: mapDance 15s linear infinite; animation: mapDance 15s linear infinite; overflow: hidden; } }

.front-page-widgets { width: 100%; }
@media screen and (min-width: 61.875em) { .front-page-widgets { border-collapse: separate; border-spacing: 1.5em; display: table; table-layout: fixed; /* I cannot stress the importance of this rule */ text-align: center; }
  .front-page-widgets > * { display: table-cell; position: relative; width: 1%; } }

/** Image Widget styles */
.widget_sp_image { display: block; padding: 1.5em; position: relative; }
.widget_sp_image::after { clear: both; content: ""; display: table; }
@media screen and (min-width: 61.875em) { .widget_sp_image { display: table-cell; }
  .widget_sp_image:after, .widget_sp_image:before { display: none; } }
.widget_sp_image a { clear: both; display: block; }
.widget_sp_image img { height: auto; margin: 0; max-width: 100%; width: auto; }
.widget_sp_image p { margin: 0 0 0.75em; }
.widget_sp_image p:last-child { margin-bottom: 0; }
@media screen and (min-width: 40em) { .widget_sp_image .widget-title { margin-top: 0; margin-bottom: 0.75em; } }
@media screen and (min-width: 61.875em) { .widget_sp_image .widget-title { margin-top: 1.125em; } }
.widget_sp_image .widget_sp_image-image-link { -webkit-transition: background-color 0.1s linear, border-color 0.1s linear, -webkit-transform 0.1s linear; -moz-transition: background-color 0.1s linear, border-color 0.1s linear, -moz-transform 0.1s linear; transition: background-color 0.1s linear, border-color 0.1s linear, transform 0.1s linear; background: #2574a9; border: 0.25em solid #2574a9; display: none; max-width: 100%; overflow: hidden; }
.widget_sp_image .widget_sp_image-image-link:hover { background-color: #283e56; border-color: #283e56; transform: scale(1.1); }
@media screen and (min-width: 40em) { .widget_sp_image .widget_sp_image-image-link { border-radius: 6em; display: table-cell; float: left; height: 6em; width: 6em; } }
@media screen and (min-width: 61.875em) { .widget_sp_image .widget_sp_image-image-link { border-radius: 12em; display: block; float: none; height: 12em; margin: 0 auto; width: 12em; } }
.widget_sp_image .widget_sp_image-description-wrapper { text-align: center; }
@media screen and (min-width: 40em) { .widget_sp_image .widget_sp_image-description-wrapper { display: table-cell; padding: 0 1.5em; text-align: left; } }
@media screen and (min-width: 61.875em) { .widget_sp_image .widget_sp_image-description-wrapper { display: block; float: none; text-align: center; width: 100%; } }

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