/********************		Typography
\********************/
/********************		Colors
\********************/
/********************		Responsive
\********************/
/*	prefixes all selectors in all breakpoints up to $ie-breakpoint with .ie
	ensures IE<9 gets these rules that would otherwise be hidden inside a media query
	requires an element with .ie to wrap all elements in only IE<9, for example http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
*/
/********************		Grid
\********************/
/********************		Buttons
\********************/
/********************		Messages
\********************/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
@import url(../thirdparty/social-moon/style.css);
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 styling not present in IE 8/9.
 */
[hidden] {
  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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * 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;
  -webkit-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.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  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; }

.clear {
  clear: both; }

/* small >>> large */
/* small <<< large */
/* between specified breakpoints */
.grid, .home-blocks, .leader-grid, .gallery-list, .gallery-nav {
  margin-left: -6px;
  margin-right: -6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .grid img, .home-blocks img, .leader-grid img, .gallery-list img, .gallery-nav img {
    max-width: 100%;
    height: auto; }

.site-navigation .item, .section-nav-holder, .page-content, .extra-content, .extra-content .specific-leader, .home-block, .course-page-content, .course-instance-item, .leader-content, .leader, .gallery-page-content, .gallery-list__item, .gallery-nav__item {
  display: inline-block;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  vertical-align: top;
  margin-right: -0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *display: inline;
  *zoom: 1; }

.grid-no-gutter .site-navigation .item, .site-navigation .grid-no-gutter .item, .grid-no-gutter .section-nav-holder, .grid-no-gutter .page-content, .grid-no-gutter .extra-content, .grid-no-gutter .extra-content .specific-leader, .extra-content .grid-no-gutter .specific-leader, .grid-no-gutter .home-block, .grid-no-gutter .course-page-content, .grid-no-gutter .course-instance-item, .grid-no-gutter .leader-content, .grid-no-gutter .leader, .grid-no-gutter .gallery-page-content, .grid-no-gutter .gallery-list__item, .grid-no-gutter .gallery-nav__item {
  padding-left: 0;
  padding-right: 0; }

/*
	used to hold content within grid columns, purposes:
		- decouples ems from grid-items and their content
*/
.centered .grid-content {
  text-align: left; }

.logo-block, .social-nav, .extra-content .block-holder, .gallery-page-content {
  width: 100%; }

.leader, .gallery-list__item, .gallery-nav__item {
  width: 50%; }

@media only all and (min-width: 32em) {
  .home-block {
    width: 50%; }
  .gallery-list__item {
    width: 33.33333%; } }

.ie .home-block {
  width: 50%; }

.ie .gallery-list__item {
  width: 33.33333%; }

@media only all and (min-width: 48em) {
  .extra-content .block-holder, .course-instance-item {
    width: 50%; }
  .social-nav, .extra-content .specific-leader, .leader, .gallery-nav__item {
    width: 33.33333%; }
  .logo-block {
    width: 66.66667%; }
  .site-navigation .item {
    width: 16.66667%; }
  .section-nav-holder {
    width: 22.22222%; }
  .page-content, .course-page-content {
    width: 77.77778%; } }

.ie .extra-content .block-holder, .extra-content .ie .block-holder, .ie .course-instance-item {
  width: 50%; }

.ie .social-nav, .ie .extra-content .specific-leader, .extra-content .ie .specific-leader, .ie .leader, .ie .gallery-nav__item {
  width: 33.33333%; }

.ie .logo-block {
  width: 66.66667%; }

.ie .site-navigation .item, .site-navigation .ie .item {
  width: 16.66667%; }

.ie .section-nav-holder {
  width: 22.22222%; }

.ie .page-content, .ie .course-page-content {
  width: 77.77778%; }

@media only all and (min-width: 56em) {
  .extra-content .block-holder, .extra-content .specific-leader {
    width: 100%; }
  .home-block, .course-instance-item, .leader {
    width: 33.33333%; }
  .gallery-nav__item {
    width: 25%; }
  .section-nav-holder, .extra-content {
    width: 22.22222%; }
  .page-content {
    width: 55.55556%; }
  .course-page-content, .leader-content {
    width: 77.77778%; } }

.ie .extra-content .block-holder, .extra-content .ie .block-holder, .ie .extra-content .specific-leader, .extra-content .ie .specific-leader {
  width: 100%; }

.ie .home-block, .ie .course-instance-item, .ie .leader {
  width: 33.33333%; }

.ie .gallery-nav__item {
  width: 25%; }

.ie .section-nav-holder, .ie .extra-content {
  width: 22.22222%; }

.ie .page-content {
  width: 55.55556%; }

.ie .course-page-content, .ie .leader-content {
  width: 77.77778%; }

/*
	Responsive visual aids
*/
form fieldset {
  border: none;
  padding: 0;
  margin: 0; }

form .field {
  margin: 0.5em 0;
  clear: both; }

form label.left {
  padding: 0.3em 0; }

form input.text,
form textarea,
form select {
  padding: 0.3em 0.45em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

form .optionset {
  list-style: none;
  margin: 0; }

form .optionset li {
  list-style-image: none; }

form label.left {
  font-weight: bold; }

form .field.checkbox {
  margin-left: 10em; }

form .confirmedpassword > .middleColumn {
  margin-left: 0; }

form .confirmedpassword .showOnClickContainer {
  padding: 0.5em 1em;
  margin-top: 0.5em;
  background: #EFF1F4; }

form .Actions {
  text-align: center; }
  form .Actions.stacked {
    margin-left: 0; }

.ss-uploadfield [data-icon]:before {
  content: ""; }

@media only all and (min-width: 32em) {
  form label.left {
    float: left;
    display: block;
    width: 10em; }
  form .middleColumn {
    margin-left: 10em; }
  form .Actions {
    margin-left: 10em;
    text-align: left; } }

.ie form label.left {
  float: left;
  display: block;
  width: 10em; }

.ie form .middleColumn {
  margin-left: 10em; }

.ie form .Actions {
  margin-left: 10em;
  text-align: left; }

a {
  color: #102537; }

a:hover {
  color: #16324b; }

a:active {
  color: #0b1823; }

.button, .branded-button, form.userform .action, .home-block__link--brand, .purple-button, .green-button, .social-nav .social .button, .med-button, .home-block__link--med, .tai-button, .home-block__link--tai, .bud-button, .home-block__link--bud, .the-button, .home-block__link--the, .yog-button, .home-block__link--yog, .oth-button, .home-block__link--oth, .art-button, .home-block__link--art, .misc-button, .retr-button, .home-block__link--retr, .info-button, .ss-uploadfield .ss-ui-button, .success-button, .alert-button, .error-button, .disabled-button, .primary-button {
  background-color: #999;
  padding: 0.45em 0.65em;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  border: none;
  line-height: 120%; }
  .button[disabled], [disabled].branded-button, form.userform [disabled].action, [disabled].home-block__link--brand, [disabled].purple-button, [disabled].green-button, .social-nav .social [disabled].button, [disabled].med-button, [disabled].home-block__link--med, [disabled].tai-button, [disabled].home-block__link--tai, [disabled].bud-button, [disabled].home-block__link--bud, [disabled].the-button, [disabled].home-block__link--the, [disabled].yog-button, [disabled].home-block__link--yog, [disabled].oth-button, [disabled].home-block__link--oth, [disabled].art-button, [disabled].home-block__link--art, [disabled].misc-button, [disabled].retr-button, [disabled].home-block__link--retr, [disabled].info-button, .ss-uploadfield [disabled].ss-ui-button, [disabled].success-button, [disabled].alert-button, [disabled].error-button, [disabled].disabled-button, [disabled].primary-button {
    opacity: 0.5; }

.button:visited, .branded-button:visited, form.userform .action:visited, .home-block__link--brand:visited, .purple-button:visited, .green-button:visited, .social-nav .social .button:visited, .med-button:visited, .home-block__link--med:visited, .tai-button:visited, .home-block__link--tai:visited, .bud-button:visited, .home-block__link--bud:visited, .the-button:visited, .home-block__link--the:visited, .yog-button:visited, .home-block__link--yog:visited, .oth-button:visited, .home-block__link--oth:visited, .art-button:visited, .home-block__link--art:visited, .misc-button:visited, .retr-button:visited, .home-block__link--retr:visited, .info-button:visited, .ss-uploadfield .ss-ui-button:visited, .success-button:visited, .alert-button:visited, .error-button:visited, .disabled-button:visited, .primary-button:visited {
  color: #FFF; }

.button:active, .branded-button:active, form.userform .action:active, .home-block__link--brand:active, .purple-button:active, .green-button:active, .social-nav .social .button:active, .med-button:active, .home-block__link--med:active, .tai-button:active, .home-block__link--tai:active, .bud-button:active, .home-block__link--bud:active, .the-button:active, .home-block__link--the:active, .yog-button:active, .home-block__link--yog:active, .oth-button:active, .home-block__link--oth:active, .art-button:active, .home-block__link--art:active, .misc-button:active, .retr-button:active, .home-block__link--retr:active, .info-button:active, .ss-uploadfield .ss-ui-button:active, .success-button:active, .alert-button:active, .error-button:active, .disabled-button:active, .primary-button:active,
.button.active,
.active.branded-button,
form.userform .active.action,
.active.home-block__link--brand,
.active.purple-button,
.active.green-button,
.social-nav .social .active.button,
.active.med-button,
.active.home-block__link--med,
.active.tai-button,
.active.home-block__link--tai,
.active.bud-button,
.active.home-block__link--bud,
.active.the-button,
.active.home-block__link--the,
.active.yog-button,
.active.home-block__link--yog,
.active.oth-button,
.active.home-block__link--oth,
.active.art-button,
.active.home-block__link--art,
.active.misc-button,
.active.retr-button,
.active.home-block__link--retr,
.active.info-button,
.ss-uploadfield .active.ss-ui-button,
.active.success-button,
.active.alert-button,
.active.error-button,
.active.disabled-button,
.active.primary-button {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3); }

.button.big, .big.branded-button, form.userform .big.action, .big.home-block__link--brand, .big.purple-button, .big.green-button, .social-nav .social .big.button, .big.med-button, .big.home-block__link--med, .big.tai-button, .big.home-block__link--tai, .big.bud-button, .big.home-block__link--bud, .big.the-button, .big.home-block__link--the, .big.yog-button, .big.home-block__link--yog, .big.oth-button, .big.home-block__link--oth, .big.art-button, .big.home-block__link--art, .big.misc-button, .big.retr-button, .big.home-block__link--retr, .big.info-button, .ss-uploadfield .big.ss-ui-button, .big.success-button, .big.alert-button, .big.error-button, .big.disabled-button, .big.primary-button {
  font-size: 1.2em;
  padding: 0.5em 0.7em; }

.button.huge, .huge.branded-button, form.userform .huge.action, .huge.home-block__link--brand, .huge.purple-button, .huge.green-button, .social-nav .social .huge.button, .huge.med-button, .huge.home-block__link--med, .huge.tai-button, .huge.home-block__link--tai, .huge.bud-button, .huge.home-block__link--bud, .huge.the-button, .huge.home-block__link--the, .huge.yog-button, .huge.home-block__link--yog, .huge.oth-button, .huge.home-block__link--oth, .huge.art-button, .huge.home-block__link--art, .huge.misc-button, .huge.retr-button, .huge.home-block__link--retr, .huge.info-button, .ss-uploadfield .huge.ss-ui-button, .huge.success-button, .huge.alert-button, .huge.error-button, .huge.disabled-button, .huge.primary-button {
  font-size: 2em; }

.branded-button, form.userform .action, .home-block__link--brand {
  background-color: #224D72; }
  .branded-button:hover, form.userform .action:hover, .home-block__link--brand:hover {
    background-color: #285a86;
    color: #FFF;
    text-decoration: none; }
  .branded-button:focus, form.userform .action:focus, .home-block__link--brand:focus {
    outline: 1px dotted #999; }
  .branded-button:active, form.userform .action:active, .home-block__link--brand:active, .branded-button.active, form.userform .active.action, .active.home-block__link--brand {
    background-color: #1c405e;
    color: #d3dbe3;
    outline: none; }

.purple-button {
  background-color: #682955; }
  .purple-button:hover {
    background-color: #7a3064;
    color: #FFF;
    text-decoration: none; }
  .purple-button:focus {
    outline: 1px dotted #999; }
  .purple-button:active, .purple-button.active {
    background-color: #562246;
    color: #e1d4dd;
    outline: none; }

.green-button, .social-nav .social .button, .social-nav .social .branded-button, .social-nav .social form.userform .action, form.userform .social-nav .social .action, .social-nav .social .home-block__link--brand, .social-nav .social .purple-button, .social-nav .social .green-button, .social-nav .social .med-button, .social-nav .social .home-block__link--med, .social-nav .social .tai-button, .social-nav .social .home-block__link--tai, .social-nav .social .bud-button, .social-nav .social .home-block__link--bud, .social-nav .social .the-button, .social-nav .social .home-block__link--the, .social-nav .social .yog-button, .social-nav .social .home-block__link--yog, .social-nav .social .oth-button, .social-nav .social .home-block__link--oth, .social-nav .social .art-button, .social-nav .social .home-block__link--art, .social-nav .social .misc-button, .social-nav .social .retr-button, .social-nav .social .home-block__link--retr, .social-nav .social .info-button, .social-nav .social .ss-uploadfield .ss-ui-button, .ss-uploadfield .social-nav .social .ss-ui-button, .social-nav .social .success-button, .social-nav .social .alert-button, .social-nav .social .error-button, .social-nav .social .disabled-button, .social-nav .social .primary-button {
  background-color: #9FB45F; }
  .green-button:hover, .social-nav .social .button:hover, .social-nav .social .branded-button:hover, .social-nav .social form.userform .action:hover, form.userform .social-nav .social .action:hover, .social-nav .social .home-block__link--brand:hover, .social-nav .social .purple-button:hover, .social-nav .social .green-button:hover, .social-nav .social .med-button:hover, .social-nav .social .home-block__link--med:hover, .social-nav .social .tai-button:hover, .social-nav .social .home-block__link--tai:hover, .social-nav .social .bud-button:hover, .social-nav .social .home-block__link--bud:hover, .social-nav .social .the-button:hover, .social-nav .social .home-block__link--the:hover, .social-nav .social .yog-button:hover, .social-nav .social .home-block__link--yog:hover, .social-nav .social .oth-button:hover, .social-nav .social .home-block__link--oth:hover, .social-nav .social .art-button:hover, .social-nav .social .home-block__link--art:hover, .social-nav .social .misc-button:hover, .social-nav .social .retr-button:hover, .social-nav .social .home-block__link--retr:hover, .social-nav .social .info-button:hover, .social-nav .social .ss-uploadfield .ss-ui-button:hover, .ss-uploadfield .social-nav .social .ss-ui-button:hover, .social-nav .social .success-button:hover, .social-nav .social .alert-button:hover, .social-nav .social .error-button:hover, .social-nav .social .disabled-button:hover, .social-nav .social .primary-button:hover {
    background-color: #a9bc70;
    color: #FFF;
    text-decoration: none; }
  .green-button:focus, .social-nav .social .button:focus, .social-nav .social .branded-button:focus, .social-nav .social form.userform .action:focus, form.userform .social-nav .social .action:focus, .social-nav .social .home-block__link--brand:focus, .social-nav .social .purple-button:focus, .social-nav .social .green-button:focus, .social-nav .social .med-button:focus, .social-nav .social .home-block__link--med:focus, .social-nav .social .tai-button:focus, .social-nav .social .home-block__link--tai:focus, .social-nav .social .bud-button:focus, .social-nav .social .home-block__link--bud:focus, .social-nav .social .the-button:focus, .social-nav .social .home-block__link--the:focus, .social-nav .social .yog-button:focus, .social-nav .social .home-block__link--yog:focus, .social-nav .social .oth-button:focus, .social-nav .social .home-block__link--oth:focus, .social-nav .social .art-button:focus, .social-nav .social .home-block__link--art:focus, .social-nav .social .misc-button:focus, .social-nav .social .retr-button:focus, .social-nav .social .home-block__link--retr:focus, .social-nav .social .info-button:focus, .social-nav .social .ss-uploadfield .ss-ui-button:focus, .ss-uploadfield .social-nav .social .ss-ui-button:focus, .social-nav .social .success-button:focus, .social-nav .social .alert-button:focus, .social-nav .social .error-button:focus, .social-nav .social .disabled-button:focus, .social-nav .social .primary-button:focus {
    outline: 1px dotted #999; }
  .green-button:active, .social-nav .social .button:active, .social-nav .social .branded-button:active, .social-nav .social form.userform .action:active, form.userform .social-nav .social .action:active, .social-nav .social .home-block__link--brand:active, .social-nav .social .purple-button:active, .social-nav .social .green-button:active, .social-nav .social .med-button:active, .social-nav .social .home-block__link--med:active, .social-nav .social .tai-button:active, .social-nav .social .home-block__link--tai:active, .social-nav .social .bud-button:active, .social-nav .social .home-block__link--bud:active, .social-nav .social .the-button:active, .social-nav .social .home-block__link--the:active, .social-nav .social .yog-button:active, .social-nav .social .home-block__link--yog:active, .social-nav .social .oth-button:active, .social-nav .social .home-block__link--oth:active, .social-nav .social .art-button:active, .social-nav .social .home-block__link--art:active, .social-nav .social .misc-button:active, .social-nav .social .retr-button:active, .social-nav .social .home-block__link--retr:active, .social-nav .social .info-button:active, .social-nav .social .ss-uploadfield .ss-ui-button:active, .ss-uploadfield .social-nav .social .ss-ui-button:active, .social-nav .social .success-button:active, .social-nav .social .alert-button:active, .social-nav .social .error-button:active, .social-nav .social .disabled-button:active, .social-nav .social .primary-button:active, .green-button.active, .social-nav .social .active.button, .social-nav .social .active.branded-button, .social-nav .social form.userform .active.action, form.userform .social-nav .social .active.action, .social-nav .social .active.home-block__link--brand, .social-nav .social .active.purple-button, .social-nav .social .active.green-button, .social-nav .social .active.med-button, .social-nav .social .active.home-block__link--med, .social-nav .social .active.tai-button, .social-nav .social .active.home-block__link--tai, .social-nav .social .active.bud-button, .social-nav .social .active.home-block__link--bud, .social-nav .social .active.the-button, .social-nav .social .active.home-block__link--the, .social-nav .social .active.yog-button, .social-nav .social .active.home-block__link--yog, .social-nav .social .active.oth-button, .social-nav .social .active.home-block__link--oth, .social-nav .social .active.art-button, .social-nav .social .active.home-block__link--art, .social-nav .social .active.misc-button, .social-nav .social .active.retr-button, .social-nav .social .active.home-block__link--retr, .social-nav .social .active.info-button, .social-nav .social .ss-uploadfield .active.ss-ui-button, .ss-uploadfield .social-nav .social .active.ss-ui-button, .social-nav .social .active.success-button, .social-nav .social .active.alert-button, .social-nav .social .active.error-button, .social-nav .social .active.disabled-button, .social-nav .social .active.primary-button {
    background-color: #94aa50;
    color: #ecf0df;
    outline: none; }

.med-button, .home-block__link--med {
  background-color: #056839; }
  .med-button:hover, .home-block__link--med:hover {
    background-color: #068046;
    color: #FFF;
    text-decoration: none; }
  .med-button:focus, .home-block__link--med:focus {
    outline: 1px dotted #999; }
  .med-button:active, .home-block__link--med:active, .med-button.active, .active.home-block__link--med {
    background-color: #04502c;
    color: #cde1d7;
    outline: none; }

.tai-button, .home-block__link--tai {
  background-color: #2e3192; }
  .tai-button:hover, .home-block__link--tai:hover {
    background-color: #3438a5;
    color: #FFF;
    text-decoration: none; }
  .tai-button:focus, .home-block__link--tai:focus {
    outline: 1px dotted #999; }
  .tai-button:active, .home-block__link--tai:active, .tai-button.active, .active.home-block__link--tai {
    background-color: #282a7f;
    color: #d5d6e9;
    outline: none; }

.bud-button, .home-block__link--bud {
  background-color: #bf1e2e; }
  .bud-button:hover, .home-block__link--bud:hover {
    background-color: #d52133;
    color: #FFF;
    text-decoration: none; }
  .bud-button:focus, .home-block__link--bud:focus {
    outline: 1px dotted #999; }
  .bud-button:active, .home-block__link--bud:active, .bud-button.active, .active.home-block__link--bud {
    background-color: #a91b29;
    color: #f2d2d5;
    outline: none; }

.the-button, .home-block__link--the {
  background-color: #662D91; }
  .the-button:hover, .home-block__link--the:hover {
    background-color: #7433a4;
    color: #FFF;
    text-decoration: none; }
  .the-button:focus, .home-block__link--the:focus {
    outline: 1px dotted #999; }
  .the-button:active, .home-block__link--the:active, .the-button.active, .active.home-block__link--the {
    background-color: #58277e;
    color: #e0d5e9;
    outline: none; }

.yog-button, .home-block__link--yog {
  background-color: #ec008c; }
  .yog-button:hover, .home-block__link--yog:hover {
    background-color: #ff079a;
    color: #FFF;
    text-decoration: none; }
  .yog-button:focus, .home-block__link--yog:focus {
    outline: 1px dotted #999; }
  .yog-button:active, .home-block__link--yog:active, .yog-button.active, .active.home-block__link--yog {
    background-color: #d3007d;
    color: #fbcce8;
    outline: none; }

.oth-button, .home-block__link--oth {
  background-color: #262262; }
  .oth-button:hover, .home-block__link--oth:hover {
    background-color: #2d2975;
    color: #FFF;
    text-decoration: none; }
  .oth-button:focus, .home-block__link--oth:focus {
    outline: 1px dotted #999; }
  .oth-button:active, .home-block__link--oth:active, .oth-button.active, .active.home-block__link--oth {
    background-color: #1f1b4f;
    color: #d4d3e0;
    outline: none; }

.art-button, .home-block__link--art {
  background-color: #f7941e; }
  .art-button:hover, .home-block__link--art:hover {
    background-color: #f8a037;
    color: #FFF;
    text-decoration: none; }
  .art-button:focus, .home-block__link--art:focus {
    outline: 1px dotted #999; }
  .art-button:active, .home-block__link--art:active, .art-button.active, .active.home-block__link--art {
    background-color: #f38809;
    color: #fdead2;
    outline: none; }

.misc-button {
  background-color: #262262; }
  .misc-button:hover {
    background-color: #2d2975;
    color: #FFF;
    text-decoration: none; }
  .misc-button:focus {
    outline: 1px dotted #999; }
  .misc-button:active, .misc-button.active {
    background-color: #1f1b4f;
    color: #d4d3e0;
    outline: none; }

.retr-button, .home-block__link--retr {
  background-color: #d91b5c; }
  .retr-button:hover, .home-block__link--retr:hover {
    background-color: #e42969;
    color: #FFF;
    text-decoration: none; }
  .retr-button:focus, .home-block__link--retr:focus {
    outline: 1px dotted #999; }
  .retr-button:active, .home-block__link--retr:active, .retr-button.active, .active.home-block__link--retr {
    background-color: #c21852;
    color: #f7d1de;
    outline: none; }

.info-button, .ss-uploadfield .ss-ui-button {
  background-color: #509be3; }
  .info-button:hover, .ss-uploadfield .ss-ui-button:hover {
    background-color: #66a8e7;
    color: #FFF;
    text-decoration: none; }
  .info-button:focus, .ss-uploadfield .ss-ui-button:focus {
    outline: 1px dotted #999; }
  .info-button:active, .ss-uploadfield .ss-ui-button:active, .info-button.active, .ss-uploadfield .active.ss-ui-button {
    background-color: #3a8edf;
    color: #dcebf9;
    outline: none; }

.success-button {
  background-color: #6ac223; }
  .success-button:hover {
    background-color: #76d827;
    color: #FFF;
    text-decoration: none; }
  .success-button:focus {
    outline: 1px dotted #999; }
  .success-button:active, .success-button.active {
    background-color: #5eac1f;
    color: #e1f3d3;
    outline: none; }

.alert-button {
  background-color: #edb42c; }
  .alert-button:hover {
    background-color: #efbc43;
    color: #FFF;
    text-decoration: none; }
  .alert-button:focus {
    outline: 1px dotted #999; }
  .alert-button:active, .alert-button.active {
    background-color: #ebac15;
    color: #fbf0d5;
    outline: none; }

.error-button {
  background-color: #dd3a3a; }
  .error-button:hover {
    background-color: #e15050;
    color: #FFF;
    text-decoration: none; }
  .error-button:focus {
    outline: 1px dotted #999; }
  .error-button:active, .error-button.active {
    background-color: #d82525;
    color: #f8d8d8;
    outline: none; }

.disabled-button {
  background-color: #BBB; }
  .disabled-button:hover {
    background-color: #c8c8c8;
    color: #FFF;
    text-decoration: none; }
  .disabled-button:focus {
    outline: 1px dotted #999; }
  .disabled-button:active, .disabled-button.active {
    background-color: #aeaeae;
    color: #f1f1f1;
    outline: none; }

.primary-button {
  background-color: #7499c0; }
  .primary-button:hover {
    background-color: #86a6c8;
    color: #FFF;
    text-decoration: none; }
  .primary-button:focus {
    outline: 1px dotted #999; }
  .primary-button:active, .primary-button.active {
    background-color: #628cb8;
    color: #e3ebf2;
    outline: none; }

img {
  -ms-interpolation-mode: bicubic; }

img.left {
  float: left;
  margin: 0.4em 2em 0.4em 0em;
  max-width: 50%;
  width: auto;
  height: auto; }

img.right {
  float: right;
  margin: 0.4em 0em 0.4em 2em;
  max-width: 50%;
  width: auto;
  height: auto; }

img.center {
  max-width: 100%;
  width: auto;
  height: auto;
  clear: both;
  display: block;
  margin: 0 auto; }

.captionImage {
  max-width: 100%;
  position: relative; }
  .captionImage.center {
    margin: 2em auto; }
  .captionImage .caption {
    margin: 0;
    font-size: 0.8em;
    padding: 0.6em 0.8em;
    background-color: #224D72;
    color: #FFF; }

ul {
  padding: 0;
  margin: 0.5em 0 0.5em 2em; }

ul li {
  margin: 0.3em 0; }

p {
  margin: 1em 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0.6em 0 0.6em;
  line-height: 130%; }

h1 {
  font-size: 2.2em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1.1em; }

h5 {
  font-size: 1em;
  font-weight: 700; }

h6 {
  font-size: 0.85em;
  font-weight: 700; }

strong, b {
  font-weight: bold; }

blockquote {
  font-style: italic; }

.codesnippet {
  padding: 1em;
  font-family: monospace;
  background-color: #EEE; }

.button-group {
  display: inline-block;
  position: relative; }
  .button-group .button-dropdown {
    position: absolute;
    top: 100%;
    left: -9001px;
    font-size: 14px;
    background-color: #FFF;
    min-width: 100%;
    margin: 0.4em 0 0 0;
    border: 1px solid #999;
    padding: 0.5em;
    border-top-color: #BBB;
    border-top-color: #888;
    border-radius: 0.3em;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); }
    .button-group .button-dropdown:before, .button-group .button-dropdown:after {
      position: absolute;
      bottom: 100%;
      left: 6px;
      content: "";
      border-bottom: 6px solid #999;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent; }
    .button-group .button-dropdown:after {
      left: 7px;
      border-width: 5px;
      border-bottom-color: #FFF; }
  .button-group.open .button-dropdown {
    left: 0; }
  .button-group.right.open .button-dropdown {
    left: auto;
    right: 0; }
  .button-group.right .button-dropdown:before {
    left: auto;
    right: 6px; }
  .button-group.right .button-dropdown:after {
    left: auto;
    right: 7px; }
  .button-group .menu {
    line-height: 1em;
    list-style: none;
    padding: 0.4em 0; }
    .button-group .menu a {
      display: block;
      padding: 0.4em 1.5em 0.4em 1em;
      color: #333; }
      .button-group .menu a:hover {
        text-decoration: none;
        background-color: #224D72;
        color: #FFF; }
    .button-group .menu li {
      margin: 0; }
    .button-group .menu .divider {
      border-top: 1px solid #BBB;
      margin: 0.3em 0; }
    .button-group .menu .current {
      font-weight: bold; }

.message, .info-message, .success-message, .alert-message, .error-message, form.userform .error.message, .general-message, .disabled-message {
  background-color: #999;
  padding: 0.45em 0.65em;
  color: #FFF;
  text-decoration: none;
  font-size: 1em;
  display: block;
  border-radius: 0.3em;
  line-height: 120%;
  clear: both; }
  .message a, .info-message a, .success-message a, .alert-message a, .error-message a, form.userform .error.message a, .general-message a, .disabled-message a {
    color: #FFF;
    font-weight: bold;
    border-bottom: 1px dotted #FFF;
    text-decoration: none; }
  .message.big, .big.info-message, .big.success-message, .big.alert-message, .big.error-message, form.userform .big.error.message, .big.general-message, .big.disabled-message {
    padding: 0.7em 1em;
    line-height: 1.4; }

.info-message {
  background-color: #509be3; }

.success-message {
  background-color: #6ac223; }

.alert-message {
  background-color: #edb42c; }

.error-message, form.userform .error.message, form.userform .error.info-message, form.userform .error.success-message, form.userform .error.alert-message, form.userform .error.error-message, form.userform .error.general-message, form.userform .error.disabled-message {
  background-color: #dd3a3a; }

.general-message {
  background-color: #5E809E; }

.disabled-message {
  background-color: #999; }

.header {
  zoom: 1;
  padding: 0 1em; }
  .header:before, .header:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .header:after {
    clear: both; }
  @media only all and (min-width: 48em) {
    .header {
      border-top: 2px solid #224D72;
      padding: 0 1.5em; } }
  .ie .header {
    border-top: 2px solid #224D72;
    padding: 0 1.5em; }

.site-top-stilt {
  height: 63px; }
  @media only all and (min-width: 48em) {
    .site-top-stilt {
      height: 0; } }
  .ie .site-top-stilt {
    height: 0; }

.site-logo {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2em 0 0.2em 0;
  text-align: left;
  font-size: 0.7em;
  margin-top: 0.6em;
  margin-left: 0.7em; }
  @media only all and (min-width: 32em) {
    .site-logo {
      font-size: 0.9em; } }
  .ie .site-logo {
    font-size: 0.9em; }
  @media only all and (min-width: 48em) {
    .site-logo {
      font-size: 1em;
      border-left: 2px solid #efefef;
      padding-left: 1.8em;
      margin-left: 1em; } }
  .ie .site-logo {
    font-size: 1em;
    border-left: 2px solid #efefef;
    padding-left: 1.8em;
    margin-left: 1em; }
  @media only all and (min-width: 56em) {
    .site-logo {
      margin-top: 1em; } }
  .ie .site-logo {
    margin-top: 1em; }

.site-title {
  font-family: "Merriweather", serif;
  color: #385f80;
  font-weight: 400;
  font-style: italic;
  font-size: 2.5em;
  margin: 0; }

.site-tagline {
  font-size: 1.2em;
  margin: 0;
  color: #999;
  text-transform: uppercase;
  font-weight: bold; }

.logo-block {
  zoom: 1;
  text-align: center;
  padding: 1.3em 0;
  white-space: nowrap; }
  .logo-block:before, .logo-block:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .logo-block:after {
    clear: both; }
  .logo-block a {
    display: inline-block;
    text-decoration: none; }
  .logo-block a:focus {
    outline: none; }
  .logo-block .img {
    float: left; }
  .logo-block .logo {
    max-width: 469px; }
  .logo-block .emblem {
    width: 60px;
    vertical-align: middle; }
  @media only all and (min-width: 48em) {
    .logo-block {
      float: left;
      text-align: left; }
      .logo-block .emblem {
        width: 120px; } }
  .ie .logo-block {
    float: left;
    text-align: left; }
    .ie .logo-block .emblem {
      width: 120px; }

.social-nav {
  float: left;
  margin: 2.4em 0 0 0; }
  .social-nav .small-nav {
    float: right; }
  .social-nav .small-nav-link {
    color: black;
    display: block;
    float: left;
    text-decoration: none;
    padding: 0 0.8em;
    border-right: 1px solid #d6d6d6; }
    .social-nav .small-nav-link span {
      font-weight: bold; }
    .social-nav .small-nav-link:last-child {
      border: none; }
    .social-nav .small-nav-link:hover {
      text-decoration: underline; }
  .social-nav .social {
    margin: 1em 0;
    float: right;
    clear: right; }
    .social-nav .social .button-holder {
      margin-right: .3em; }
    .social-nav .social .branded-button, .social-nav .social form.userform .action, form.userform .social-nav .social .action, .social-nav .social .home-block__link--brand, .social-nav .social .purple-button, .social-nav .social .green-button, .social-nav .social .button, .social-nav .social .med-button, .social-nav .social .home-block__link--med, .social-nav .social .tai-button, .social-nav .social .home-block__link--tai, .social-nav .social .bud-button, .social-nav .social .home-block__link--bud, .social-nav .social .the-button, .social-nav .social .home-block__link--the, .social-nav .social .yog-button, .social-nav .social .home-block__link--yog, .social-nav .social .oth-button, .social-nav .social .home-block__link--oth, .social-nav .social .art-button, .social-nav .social .home-block__link--art, .social-nav .social .misc-button, .social-nav .social .retr-button, .social-nav .social .home-block__link--retr, .social-nav .social .info-button, .social-nav .social .ss-uploadfield .ss-ui-button, .ss-uploadfield .social-nav .social .ss-ui-button, .social-nav .social .success-button, .social-nav .social .alert-button, .social-nav .social .error-button, .social-nav .social .disabled-button, .social-nav .social .primary-button {
      padding-top: 0.5em; }
    .social-nav .social a {
      zoom: 1;
      text-decoration: none;
      float: left; }
      .social-nav .social a:before, .social-nav .social a:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .social-nav .social a:after {
        clear: both; }
    .social-nav .social i {
      font-size: 0.8em; }

@media only all and (max-width: 47.999em) {
  .nav-open .page-container {
    right: 75%; }
  .nav-open .mobile-nav-switch {
    width: 175%;
    z-index: 160; }
  .nav-open .mobile-navigation-bar {
    right: 0; }
  .nav-open .mobile-nav-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 140;
    cursor: pointer; }
  .page-container {
    position: relative;
    right: 0;
    -webkit-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
    top: 0; }
  .social-nav {
    left: 0;
    margin: 16px .5em;
    position: fixed;
    width: 74%;
    top: 0;
    z-index: 180; }
    .social-nav .small-nav {
      padding: .2em 0 0 0;
      width: 75%;
      float: right;
      display: none; }
      .social-nav .small-nav a {
        border-right: 1px solid #f1f1f1; }
    .social-nav .social {
      float: left;
      width: 100%;
      clear: none;
      margin: 0; }
  .mobile-nav-switch {
    zoom: 1;
    width: 100%;
    background-color: #224D72;
    -webkit-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
    position: fixed;
    top: 0;
    z-index: 160; }
    .mobile-nav-switch:before, .mobile-nav-switch:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .mobile-nav-switch:after {
      clear: both; }
    .mobile-nav-switch > i {
      float: right;
      margin: .5em;
      font-size: 1.6em;
      color: whitesmoke;
      padding: .2em;
      border: solid 2px white;
      border-radius: 25%;
      cursor: pointer;
      position: relative; }
  .mobile-navigation-bar {
    display: block !important;
    position: fixed;
    right: -75%;
    width: 75%;
    top: 61px;
    -webkit-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
    height: 100%;
    background: #efefef url(../images/site-bg.png); }
    .mobile-navigation-bar .mobile-nav-item {
      zoom: 1;
      margin: 0 0 1px; }
      .mobile-navigation-bar .mobile-nav-item:before, .mobile-navigation-bar .mobile-nav-item:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .mobile-navigation-bar .mobile-nav-item:after {
        clear: both; }
    .mobile-navigation-bar .mobile-nav-title, .mobile-navigation-bar .mobile-dropdown-title, .mobile-navigation-bar .sub-nav-title {
      width: 85%;
      float: left;
      clear: left;
      padding: .5em 1em;
      margin: 0;
      background: white;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .mobile-navigation-bar .mobile-nav-title {
      background-color: #224D72;
      color: white; }
      .mobile-navigation-bar .mobile-nav-title.current, .mobile-navigation-bar .mobile-nav-title.section {
        font-weight: bold;
        background: #2e3192; }
    .mobile-navigation-bar .mobile-dropdown-title.current, .mobile-navigation-bar .mobile-dropdown-title.section {
      font-weight: bold;
      background: #efefef;
      text-decoration: underline; }
    .mobile-navigation-bar .sub-nav-item {
      padding-left: 1em; }
      .mobile-navigation-bar .sub-nav-item .sub-nav-title {
        width: 84%;
        color: #224D72; }
    .mobile-navigation-bar > ul {
      clear: left;
      margin: .5em; }
    .mobile-navigation-bar li {
      zoom: 1;
      list-style: none; }
      .mobile-navigation-bar li:before, .mobile-navigation-bar li:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .mobile-navigation-bar li:after {
        clear: both; }
    .mobile-navigation-bar a {
      text-decoration: none;
      height: 2.6em; }
    .mobile-navigation-bar i {
      background-color: #cccccc;
      width: 15%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 2%;
      text-align: center;
      display: block;
      float: left;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      height: 2.75em;
      line-height: 2.75em;
      vertical-align: middle; }
    .mobile-navigation-bar .mobile-nav-dropdown {
      max-height: 0;
      overflow: hidden;
      clear: left;
      margin: 0;
      -webkit-transition: max-height 0.2s ease;
      -o-transition: max-height 0.2s ease;
      transition: max-height 0.2s ease;
      border-left: 2px solid #224D72; }
      .mobile-navigation-bar .mobile-nav-dropdown.open {
        max-height: 1000px;
        -webkit-transition: max-height 1s ease;
        -o-transition: max-height 1s ease;
        transition: max-height 1s ease; }
  .site-navigation {
    display: none; }
  .footer {
    padding: 0 .5em;
    text-align: center; } }

@media only all and (min-width: 48em) {
  .mobile-navigation-bar, .mobile-nav-switch {
    display: none; } }

.ie .mobile-navigation-bar, .ie .mobile-nav-switch {
  display: none; }

.mobile-navigation-bar {
  display: none; }

.site-navigation {
  background-color: #efefef;
  clear: both;
  padding: 8px 0;
  zoom: 1; }
  .site-navigation:before, .site-navigation:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .site-navigation:after {
    clear: both; }
  .site-navigation:hover .item .nav-title {
    color: #bdcad5; }
  .site-navigation .navigation-owl .owl-wrapper-outer {
    overflow: visible; }
  .site-navigation .item {
    padding: 0;
    margin: 0;
    float: left; }
    .site-navigation .item .nav-title {
      text-align: center;
      color: #d3dbe3;
      padding: 0.7em 0.5em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #224D72;
      font-family: "Merriweather", serif;
      font-weight: bold;
      margin: 0;
      font-size: 1em;
      -webkit-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .site-navigation .item .nav-title.current {
        background-color: #1c405e;
        color: white;
        -webkit-box-shadow: inset 0 1px 3px #0b1823;
        box-shadow: inset 0 1px 3px #0b1823; }
    .site-navigation .item a {
      text-decoration: none;
      display: block;
      border-right: 1px solid #2e6899; }
    .site-navigation .item:hover .nav-title {
      background-color: #285a86;
      color: #FCE589; }
    .site-navigation .item:hover .nav-dropdown {
      max-height: 500px;
      border: 4px solid #d7d7cf;
      padding: 0.5em; }
    .site-navigation .item:active .nav-title {
      -webkit-box-shadow: inset 0 1px 3px #0b1823;
      box-shadow: inset 0 1px 3px #0b1823;
      background-color: #1c405e; }
  .site-navigation .nav-dropdown {
    max-height: 0;
    overflow: hidden;
    zoom: 1;
    width: 25%;
    min-width: 360px;
    position: absolute;
    background-color: #f1f1ee;
    z-index: 3; }
    .site-navigation .nav-dropdown:before, .site-navigation .nav-dropdown:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .site-navigation .nav-dropdown:after {
      clear: both; }
    .site-navigation .nav-dropdown a {
      text-decoration: none;
      font-size: .95em; }
      .site-navigation .nav-dropdown a:hover .dropdown-title {
        color: #787878; }
    .site-navigation .nav-dropdown .dropdown-title {
      margin: 0 2% 0 3%;
      padding: 0.5em 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-top: 2px solid #d5d5d5;
      display: inline-block;
      width: 44%;
      vertical-align: top;
      color: #224D72; }
      .site-navigation .nav-dropdown .dropdown-title.number-1, .site-navigation .nav-dropdown .dropdown-title.number-2 {
        border: none; }

.footer {
  zoom: 1;
  color: #efefef;
  font-size: 0.9em;
  margin-top: 4em; }
  .footer:before, .footer:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .footer:after {
    clear: both; }
  .footer.wrapper, .footer.home-content {
    background-color: #585854;
    padding-top: 1em;
    padding-bottom: 4em; }
  .footer .contact-details {
    float: left; }
  .footer .legal-nav {
    float: right;
    text-align: right; }
    .footer .legal-nav a {
      margin-right: 1.5em; }
      .footer .legal-nav a:hover {
        text-decoration: none; }
      .footer .legal-nav a:last-child {
        border-right: none;
        margin-right: 0; }
  .footer a {
    color: #efefef; }

form.userform label.left {
  margin-bottom: 0; }

form.userform .middleColumn {
  margin: 0; }

form.userform input, form.userform textarea {
  border: solid 2px #efefef;
  padding: 0.5em 0.7em; }
  form.userform input.error, form.userform textarea.error {
    border-color: #DD3A3A; }
  form.userform input:focus, form.userform textarea:focus {
    outline: none;
    border-color: #224D72; }

form.userform .Actions {
  margin: 0; }

form.userform .error.info-message, form.userform .error.success-message, form.userform .error.alert-message, form.userform .error.error-message, form.userform .error.message, form.userform .error.general-message, form.userform .error.disabled-message {
  border-radius: 0 0 0.3em 0.3em; }

body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  margin: 0;
  background: url(../images/site-bg.png) #ccd2d8; }

.site-wrapper {
  max-width: 1020px;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.2); }

.wrapper, .home-content {
  padding: 0 1.5em; }

h1, h2, h3, h4 {
  color: #224D72;
  line-height: 1.5; }

h2 {
  font-size: 1.3em; }

.breadcrumbs {
  zoom: 1;
  border-bottom: solid 1px #c9c9c9;
  padding: 1.1em 0 0.6em;
  margin: 0 4px 2em;
  font-size: 0.9em; }
  .breadcrumbs:before, .breadcrumbs:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .breadcrumbs:after {
    clear: both; }
  .breadcrumbs a {
    text-decoration: none; }
    .breadcrumbs a:hover {
      color: #224D72;
      text-decoration: underline; }
      .breadcrumbs a:hover i {
        text-decoration: none;
        color: #224D72; }
  .breadcrumbs i {
    color: #bcbcbc;
    font-size: 1em;
    margin: 0 .2em; }

@media only all and (max-width: 47.999em) {
  .section-nav-holder {
    display: none; } }

.section-nav-holder {
  margin-bottom: 4em; }
  .section-nav-holder .section-title {
    padding: .7em .5em 0.5em 10px;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    color: #565656;
    font-family: "Merriweather", serif; }
  .section-nav-holder .section-nav {
    background-color: #efefef;
    border: solid 3px #d6d6d6;
    min-height: 200px; }

.section-nav-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #224D72;
  text-decoration: none;
  font-size: 0.95em;
  padding: .7em .5em 0.5em .7em;
  border-top: solid 1px #d6d6d6;
  line-height: 1.3;
  display: block; }
  .section-nav-link:hover {
    color: black; }
  .section-nav-link.current, .section-nav-link.section {
    font-weight: bold;
    background: white;
    color: #565656; }

.page-content h2 {
  color: #112739; }

.page-content h3 {
  padding: 0.8em 1.1em 0.7em;
  margin: 1.5em 0 0.8em 0;
  font-size: 1em;
  color: black;
  font-family: "Merriweather", serif;
  background: #efefef; }

.page-content h4 {
  font-weight: bold; }

.page-content p {
  /*
		color: $base-font-color;
		line-height: 1.5;
		font-weight: lighter;
		font-size: 0.95em;
		*/ }

.page-content a {
  color: #224D72;
  text-decoration: none;
  border-bottom: 1px dotted #224D72; }
  .page-content a:hover {
    border-bottom: 1px solid black;
    color: black; }

.page-content img {
  display: inline-block;
  max-width: 100%; }
  .page-content img.left, .page-content img[align="left"] {
    float: left;
    margin-right: 1.3em;
    margin-bottom: 0.5em;
    margin-top: 0.3em;
    max-width: 50%; }
  .page-content img.right, .page-content img[align="right"] {
    float: right;
    margin-left: 1.3em;
    margin-bottom: 0.5em;
    margin-top: 0.3em;
    max-width: 50%; }

.page-content .monk-quotes {
  margin: .5em 0 3em 0; }

@media only all and (min-width: 48em) {
  .page-content {
    padding-left: 1.6em;
    padding-right: 1.75em; } }

.ie .page-content {
  padding-left: 1.6em;
  padding-right: 1.75em; }

.page-title {
  text-align: center;
  font-size: 1.5em; }
  @media only all and (min-width: 48em) {
    .page-title {
      font-size: 2em;
      text-align: left; } }
  .ie .page-title {
    font-size: 2em;
    text-align: left; }

.page-title {
  margin-top: 0;
  color: #224D72;
  line-height: 1.3;
  font-family: "Merriweather", serif; }

.extra-content a {
  text-decoration: none; }

.extra-content .specific-leader p {
  font-size: 0.8em;
  line-height: 1.5; }

.extra-content .aside-img {
  position: relative;
  margin: .5em; }
  .extra-content .aside-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: solid 10px rgba(172, 183, 16, 0.4);
    display: block; }
  .extra-content .aside-img img {
    width: 100%;
    display: block;
    height: auto;
    width: 100%;
    height: auto; }

.home-header-stilt {
  height: 10px; }

.home-content {
  border-top: 2px solid #224D72;
  padding-top: 1.5em;
  padding-bottom: 1em; }

.home-block {
  margin-bottom: 1em;
  text-align: center; }
  .home-block:nth-child(2), .home-block:nth-child(6), .home-block:nth-child(5) {
    font-family: "Merriweather", serif; }
  .home-block h4 {
    font-family: "Merriweather", serif;
    margin-top: 0;
    margin-bottom: 1.2em;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center; }
    .home-block h4:after {
      content: "";
      display: block;
      width: 2em;
      height: 3px;
      background: #224D72;
      margin: 1em auto; }
  .home-block__content {
    background: #efefef;
    padding: 1.5em;
    position: relative;
    border-top: 3px solid #ffdd62;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  .home-block__link, .home-block__link--brand, .home-block__link--med, .home-block__link--tai, .home-block__link--bud, .home-block__link--the, .home-block__link--yog, .home-block__link--art, .home-block__link--retr, .home-block__link--oth {
    display: block;
    text-align: center;
    font-family: "Merriweather", serif;
    padding: 1em 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); }
    .home-block__link i, .home-block__link--brand i, .home-block__link--med i, .home-block__link--tai i, .home-block__link--bud i, .home-block__link--the i, .home-block__link--yog i, .home-block__link--art i, .home-block__link--retr i, .home-block__link--oth i {
      font-size: 0.8em; }

.home-slider {
  max-width: 1048px;
  margin: 0 auto; }
  .home-slider__item {
    text-align: center; }
  .home-slider__image {
    display: block;
    max-width: 100%; }
  .home-slider .owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
  .home-slider .owl-page {
    display: inline-block;
    padding-bottom: 12px; }
    .home-slider .owl-page span {
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #fffbec;
      -webkit-box-shadow: 0 0 0 3px rgba(252, 229, 137, 0.7);
      box-shadow: 0 0 0 3px rgba(252, 229, 137, 0.7);
      margin: 0 10px; }
    .home-slider .owl-page:hover span {
      background: #fef2c4; }
    .home-slider .owl-page.active span {
      background: white; }

.home-courses {
  list-style: none;
  padding: 0;
  margin: -0.5em 0 0 0;
  border-bottom: 1px solid white;
  border-top: 1px solid #d6d6d6; }
  .home-courses__item {
    margin: 0;
    list-style: none;
    padding: 0; }
  .home-courses img {
    height: 1em;
    margin: 0 auto 0.5em;
    display: block; }
  .home-courses__link {
    display: block;
    text-decoration: none;
    padding: 0.9em 0 0.7em;
    border-top: 1px solid white;
    border-bottom: 1px solid #d6d6d6; }
    .home-courses__link:hover {
      color: #224D72;
      background: white;
      -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.3); }
    .home-courses__link:active {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #f7f7f7;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
  .home-courses__date {
    font-size: 0.9em;
    color: #565656; }
  .home-courses h5 {
    margin-top: 0;
    margin-bottom: 0.2em; }

.home-news {
  border-bottom: 1px solid white;
  border-top: 1px solid #d6d6d6; }
  .home-news, .home-news__item {
    list-style: none;
    margin: 0;
    padding: 0; }
  .home-news__link {
    display: block;
    text-decoration: none;
    padding: 1em 0;
    border-top: 1px solid white;
    border-bottom: 1px solid #d6d6d6; }
    .home-news__link:hover {
      color: #224D72;
      background: white;
      -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.3); }
    .home-news__link:active {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #f7f7f7;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
  .home-news__date {
    font-size: 0.9em;
    color: #565656; }
  .home-news h5 {
    margin-top: 0;
    margin-bottom: 0.3em; }

.home-links {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid white;
  border-top: 1px solid #d6d6d6; }
  .home-links__item {
    list-style: none;
    margin: 0; }
  .home-links__link {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-family: "Merriweather", serif;
    padding: 0.4em;
    border-top: 1px solid white;
    border-bottom: 1px solid #d6d6d6; }
    .home-links__link:hover {
      color: #224D72;
      background: white;
      -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.3); }
    .home-links__link:active {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #f7f7f7;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
  .home-links__icon {
    font-size: 0.8em; }

.course-page-content {
  min-height: 400px; }
  @media only all and (min-width: 48em) {
    .course-page-content {
      padding-left: 1.5em; } }
  .ie .course-page-content {
    padding-left: 1.5em; }

.course-instance-item div {
  zoom: 1;
  padding: .5em;
  margin: 4px 0;
  height: 140px;
  text-align: center; }
  .course-instance-item div:before, .course-instance-item div:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .course-instance-item div:after {
    clear: both; }

.course-instance-item a {
  text-decoration: none; }

.course-instance-item .title {
  color: #224D72;
  font-size: 1.1em; }

.course-instance-item p {
  color: #979797;
  font-size: 1.2em; }

.course-controls {
  text-align: center; }
  .course-controls a {
    text-decoration: none;
    color: #efefef;
    font-size: 1.2em;
    margin: 0 .2em; }
  .course-controls strong {
    color: #224D72;
    font-size: 1.2em; }
  .course-controls .paginate-left, .course-controls .paginate-right {
    font-size: 1em;
    margin: 0; }

.instance-item {
  margin: 0.5em 0;
  zoom: 1; }
  .instance-item:before, .instance-item:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .instance-item:after {
    clear: both; }
  .instance-item .title {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0.5em; }
  .instance-item .instance-content {
    width: 66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    height: 260px;
    float: left;
    background-color: #eaeaea; }
  .instance-item .instance-highlight {
    width: 3.5em;
    height: 100%;
    min-height: 2em;
    margin: -1em 1.5em 0 -1em;
    padding: 1em 0;
    position: relative;
    float: left; }
    .instance-item .instance-highlight .category-image {
      position: absolute;
      top: 0.5em;
      right: 0;
      left: 0;
      height: 3.5em; }
  .instance-item .course-leader-list {
    margin: 0.2em 0; }
    .instance-item .course-leader-list .leaders {
      width: 70%;
      margin: -1.4em 0px 0px 8em; }
      .instance-item .course-leader-list .leaders p {
        margin: 0; }
  .instance-item a {
    text-decoration: none;
    color: black; }
  .instance-item .instance-info {
    margin-left: .5em;
    width: 32%;
    padding: 1em;
    background-color: #f1f1f1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 260px;
    text-align: center; }
    .instance-item .instance-info .button:hover, .instance-item .instance-info .branded-button:hover, .instance-item .instance-info form.userform .action:hover, form.userform .instance-item .instance-info .action:hover, .instance-item .instance-info .home-block__link--brand:hover, .instance-item .instance-info .purple-button:hover, .instance-item .instance-info .green-button:hover, .instance-item .instance-info .med-button:hover, .instance-item .instance-info .home-block__link--med:hover, .instance-item .instance-info .tai-button:hover, .instance-item .instance-info .home-block__link--tai:hover, .instance-item .instance-info .bud-button:hover, .instance-item .instance-info .home-block__link--bud:hover, .instance-item .instance-info .the-button:hover, .instance-item .instance-info .home-block__link--the:hover, .instance-item .instance-info .yog-button:hover, .instance-item .instance-info .home-block__link--yog:hover, .instance-item .instance-info .oth-button:hover, .instance-item .instance-info .home-block__link--oth:hover, .instance-item .instance-info .art-button:hover, .instance-item .instance-info .home-block__link--art:hover, .instance-item .instance-info .misc-button:hover, .instance-item .instance-info .retr-button:hover, .instance-item .instance-info .home-block__link--retr:hover, .instance-item .instance-info .info-button:hover, .instance-item .instance-info .ss-uploadfield .ss-ui-button:hover, .ss-uploadfield .instance-item .instance-info .ss-ui-button:hover, .instance-item .instance-info .success-button:hover, .instance-item .instance-info .alert-button:hover, .instance-item .instance-info .error-button:hover, .instance-item .instance-info .disabled-button:hover, .instance-item .instance-info .primary-button:hover {
      background-color: gainsboro;
      color: #626262;
      clear: left;
      margin: 0.2em 0; }
  .instance-item.cancelled, .instance-item.closed {
    opacity: 0.6; }
  .instance-item:hover .instance-content {
    background: none; }
  .instance-item:hover .instance-info {
    background: none; }

@media only all and (max-width: 55.999em) {
  .instance-item .instance-highlight {
    width: 100%;
    padding: 1em;
    margin-bottom: 0.5em; }
  .instance-item .instance-content {
    width: 100%;
    height: auto; }
  .instance-item .instance-info {
    width: 100%;
    margin: 0;
    height: auto; }
  .instance-item .date-start, .instance-item .date-end {
    float: left;
    display: block;
    clear: left;
    margin: 0.2em 0; }
  .instance-item .cost, .instance-item .button, .instance-item .branded-button, .instance-item form.userform .action, form.userform .instance-item .action, .instance-item .home-block__link--brand, .instance-item .purple-button, .instance-item .green-button, .instance-item .social-nav .social .button, .social-nav .social .instance-item .button, .instance-item .med-button, .instance-item .home-block__link--med, .instance-item .tai-button, .instance-item .home-block__link--tai, .instance-item .bud-button, .instance-item .home-block__link--bud, .instance-item .the-button, .instance-item .home-block__link--the, .instance-item .yog-button, .instance-item .home-block__link--yog, .instance-item .oth-button, .instance-item .home-block__link--oth, .instance-item .art-button, .instance-item .home-block__link--art, .instance-item .misc-button, .instance-item .retr-button, .instance-item .home-block__link--retr, .instance-item .info-button, .instance-item .ss-uploadfield .ss-ui-button, .ss-uploadfield .instance-item .ss-ui-button, .instance-item .success-button, .instance-item .alert-button, .instance-item .error-button, .instance-item .disabled-button, .instance-item .primary-button {
    margin: 0.2em 0; }
  .instance-item .button:hover, .instance-item .branded-button:hover, .instance-item form.userform .action:hover, form.userform .instance-item .action:hover, .instance-item .home-block__link--brand:hover, .instance-item .purple-button:hover, .instance-item .green-button:hover, .instance-item .med-button:hover, .instance-item .home-block__link--med:hover, .instance-item .tai-button:hover, .instance-item .home-block__link--tai:hover, .instance-item .bud-button:hover, .instance-item .home-block__link--bud:hover, .instance-item .the-button:hover, .instance-item .home-block__link--the:hover, .instance-item .yog-button:hover, .instance-item .home-block__link--yog:hover, .instance-item .oth-button:hover, .instance-item .home-block__link--oth:hover, .instance-item .art-button:hover, .instance-item .home-block__link--art:hover, .instance-item .misc-button:hover, .instance-item .retr-button:hover, .instance-item .home-block__link--retr:hover, .instance-item .info-button:hover, .instance-item .ss-uploadfield .ss-ui-button:hover, .ss-uploadfield .instance-item .ss-ui-button:hover, .instance-item .success-button:hover, .instance-item .alert-button:hover, .instance-item .error-button:hover, .instance-item .disabled-button:hover, .instance-item .primary-button:hover {
    clear: right; } }

.cat-9 .instance-highlight {
  background-color: #056839; }
  .cat-9 .instance-highlight .category-image {
    background-image: url("../images/meditation.png");
    background-repeat: no-repeat; }

.cat-9:hover .title {
  color: #2e6899; }

.cat-9:hover .instance-highlight {
  background-color: #079954; }

.cat-10 .instance-highlight {
  background-color: #2e3192; }
  .cat-10 .instance-highlight .category-image {
    background-image: url("../images/taichi.png");
    background-repeat: no-repeat; }

.cat-10:hover .title {
  color: #2e6899; }

.cat-10:hover .instance-highlight {
  background-color: #3a3eb9; }

.cat-7 .instance-highlight {
  background-color: #bf1e2e; }
  .cat-7 .instance-highlight .category-image {
    background-image: url("../images/buddhism.png");
    background-repeat: no-repeat; }

.cat-7:hover .title {
  color: #2e6899; }

.cat-7:hover .instance-highlight {
  background-color: #df3143; }

.cat-12 .instance-highlight {
  background-color: #262262; }
  .cat-12 .instance-highlight .category-image {
    background-image: url("../images/miscellaneous.png");
    background-repeat: no-repeat; }

.cat-12:hover .title {
  color: #2e6899; }

.cat-12:hover .instance-highlight {
  background-color: #352f88; }

.cat-8 .instance-highlight {
  background-color: #662D91; }
  .cat-8 .instance-highlight .category-image {
    background-image: url("../images/therapy.png");
    background-repeat: no-repeat; }

.cat-8:hover .title {
  color: #2e6899; }

.cat-8:hover .instance-highlight {
  background-color: #8139b8; }

.cat-11 .instance-highlight {
  background-color: #ec008c; }
  .cat-11 .instance-highlight .category-image {
    background-image: url("../images/yoga.png");
    background-repeat: no-repeat; }

.cat-11:hover .title {
  color: #2e6899; }

.cat-11:hover .instance-highlight {
  background-color: #ff20a4; }

.cat-170 .instance-highlight {
  background-color: #f7941e; }
  .cat-170 .instance-highlight .category-image {
    background-image: url("../images/art.png");
    background-repeat: no-repeat; }

.cat-170:hover .title {
  color: #2e6899; }

.cat-170:hover .instance-highlight {
  background-color: #f9ab4f; }

.cat-171 .instance-highlight {
  background-color: #d91b5c; }
  .cat-171 .instance-highlight .category-image {
    background-image: url("../images/retreat.png");
    background-repeat: no-repeat; }

.cat-171:hover .title {
  color: #2e6899; }

.cat-171:hover .instance-highlight {
  background-color: #e74079; }

.course-pagination {
  padding: 1em 0 3em;
  text-align: center;
  font-size: 1.1em; }
  .course-pagination__prev, .course-pagination__page, .course-pagination__next, .course-pagination__current {
    text-decoration: none;
    padding: 0.5em; }
    .course-pagination__prev:hover, .course-pagination__page:hover, .course-pagination__next:hover, .course-pagination__current:hover {
      background: #efefef; }
  .course-pagination__prev, .course-pagination__next {
    margin: 0 1em;
    width: 1.2em;
    display: inline-block; }

.about-leader__content {
  background: #efefef;
  font-size: 0.8em;
  padding: 1.5em; }

.about-leader img {
  width: 100%;
  display: block; }

.about-leader h5 {
  text-transform: uppercase; }

.about-leader h4 {
  font-size: 1.2em; }

.about-leader a {
  border-bottom: 1px dotted black; }
  .about-leader a:hover {
    border-bottom-style: solid; }

.course-category {
  margin: 0 auto 1.6em;
  padding: 0 10px 0 3px;
  line-height: 2.2em;
  background: #555;
  color: white;
  display: inline-block; }
  .course-category__title {
    vertical-align: middle;
    display: inline-block; }
  .course-category img {
    height: 2em;
    vertical-align: middle; }
  @media only all and (min-width: 56em) {
    .course-category {
      width: auto; } }
  .ie .course-category {
    width: auto; }
  .course-category.tai-chi {
    background: #2e3192; }
  .course-category.buddhism {
    background: #bf1e2e; }
  .course-category.therapy {
    background: #662D91; }
  .course-category.meditation {
    background: #056839; }
  .course-category.yoga {
    background: #ec008c; }
  .course-category.other {
    background: #262262; }

h3.course-detail {
  margin: 2px 0; }

.course-list__month {
  font-family: "Merriweather", serif;
  margin: 1em 0;
  color: #565656; }

.leader-content {
  font-size: 15px;
  margin-bottom: 4em; }
  @media only all and (min-width: 56em) {
    .leader-content {
      padding-left: 1.75em; } }
  .ie .leader-content {
    padding-left: 1.75em; }

.leader {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 1.5em; }
  .leader > div {
    margin: 4px 0; }
  .leader .leader-info {
    font-weight: normal; }
  .leader img {
    width: 100%;
    height: auto; }
  .page-content .leader,
  .page-content .leader:hover {
    border: none; }

.leader-courses {
  font-size: 0.9em; }
  .leader-courses ol,
  .leader-courses li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .leader-courses li {
    margin-bottom: 0.2em; }
  .leader-courses a {
    padding: 1em 1.2em 1em 1.5em;
    border-left: 2px solid #224D72;
    display: block;
    background: #efefef;
    color: #224D72;
    position: relative; }
    .leader-courses a:before {
      content: "";
      position: absolute;
      display: block;
      height: 0;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto 0;
      border-left: 0.5em solid;
      border-top: 0.5em solid transparent;
      border-bottom: 0.5em solid transparent; }
    .leader-courses a:hover {
      background: #224D72;
      border-left-color: white;
      color: white;
      -webkit-box-shadow: -0.05em 0.3em 0.4em -0.1em rgba(0, 0, 0, 0.4);
      box-shadow: -0.05em 0.3em 0.4em -0.1em rgba(0, 0, 0, 0.4); }
  .leader-courses h5 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 0.9em; }

.news-page-content {
  padding: 0 1em; }
  .news-page-content .page-title {
    text-align: left; }
  @media only all and (min-width: 56em) {
    .news-page-content {
      margin-left: 16%;
      margin-right: 16%; } }
  .ie .news-page-content {
    margin-left: 16%;
    margin-right: 16%; }

.gallery-page-content {
  padding: 0 4px; }
  @media only all and (min-width: 56em) {
    .gallery-page-content {
      padding: 0 10px; } }
  .ie .gallery-page-content {
    padding: 0 10px; }

.gallery-list__link {
  text-decoration: none; }

.gallery-list__image {
  display: block;
  width: 100%; }

.gallery-list__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold; }

.gallery-nav__item {
  list-style: none;
  margin-bottom: 2em; }

.gallery-nav__link {
  display: block;
  text-decoration: none; }

.gallery-nav__title {
  font-size: 1em;
  margin: 0;
  padding-top: 0.5em;
  font-weight: bold; }

.block, .news-block, .social-block {
  font-size: 0.9em;
  border: 2px solid #d6d6d6;
  background: #efefef;
  margin-bottom: 1em;
  max-width: 30em;
  margin: 2em auto; }
  .block h4, .news-block h4, .social-block h4 {
    padding: 0.7em 15px 0.6em;
    font-family: "Merriweather", serif;
    font-size: 0.9em;
    color: #565656;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0; }

.news-block__list, .news-block__item {
  margin: 0;
  padding: 0;
  list-style: none; }

.news-block__link {
  display: block;
  padding: 1em 15px;
  background: #f7f7f7;
  border-top: 1px solid #d6d6d6; }
  .news-block__link:hover {
    background: white; }

.news-block__date {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  color: #565656; }

.social-block__content {
  padding: 15px;
  border-top: 1px solid #d6d6d6;
  background: #f7f7f7;
  font-size: 0.9em; }

.social-block a {
  display: block; }

.social-block i {
  margin-right: 0.2em; }
