@import url(http://fonts.googleapis.com/css?family=Bitter:400,700|Oswald:400,700);
/* ==========================================================================
Boilerplate Normalize
========================================================================== */
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * 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 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}
/* ==========================================================================
Boilerplate Global
========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
Author's Custom Styles
========================================================================== */
/* ==========================================================================
Custom Colors
========================================================================== */
/* colors
================================================== */
/* ==========================================================================
Mixins
========================================================================== */
/* Clearfix
==================================================*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Inset shadow 
==================================================*/
.inset-shadow {
  -moz-box-shadow: inset 0 3px 10px #e7e7e7;
  -webkit-box-shadow: inset 0 3px 10px #e7e7e7;
  box-shadow: inset 0 3px 10px #e7e7e7;
}
/* border radius
==================================================*/
/* ==========================================================================
Methods
========================================================================== */
/*==========================================================================
Layout Grid
==========================================================================*/
/* wide screen setting */
/* The main-wrapper is the parent container for the grid */
.main-wrapper {
  display: block;
  max-width: 1080px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
  *zoom: 1;
}
.main-wrapper:before,
.main-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-wrapper:after {
  clear: both;
}
@media (max-width: 1000px) {
  .main-wrapper {
    padding: 0 15px;
  }
}
.main-wrapper.full-bleed {
  padding: 0;
}
/* grid settings */
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.span-quarter,
.span-third,
.span-half,
.span-full {
  float: left;
  margin: 10px 1.38888889%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12,
  .span-quarter,
  .span-third,
  .span-half,
  .span-full {
    margin: 10px 2.77777778%;
  }
}
.no-left {
  margin: 10px 1.38888889% 10px 0;
}
.no-right {
  margin: 10px 0 10px 1.38888889%;
}
.no-left.no-right {
  margin: 10px 0;
}
.no-top {
  margin-top: 0;
}
.no-bottom {
  margin-bottom: 0;
}
.wrapper {
  margin: 0;
}
/* normal */
.span1 {
  width: 5.55555556%;
}
.span2 {
  width: 13.88888889%;
}
.span3 {
  width: 22.22222222%;
}
.span4 {
  width: 30.55555556%;
}
.span5 {
  width: 38.88888889%;
}
.span6 {
  width: 47.22222222%;
}
.span7 {
  width: 55.55555556%;
}
.span8 {
  width: 63.88888889%;
}
.span9 {
  width: 72.22222222%;
}
.span10 {
  width: 80.55555556%;
}
.span11 {
  width: 88.88888889%;
}
.span12,
.span-full {
  width: 97.22222222%;
}
@media (max-width: 768px) {
  .span1 {
    width: 2.77777778%;
  }
  .span2 {
    width: 11.11111111%;
  }
  .span3 {
    width: 19.44444444%;
  }
  .span4 {
    width: 27.77777778%;
  }
  .span5 {
    width: 36.11111111%;
  }
  .span6 {
    width: 44.44444444%;
  }
  .span7 {
    width: 52.77777778%;
  }
  .span8 {
    width: 61.11111111%;
  }
  .span9 {
    width: 69.44444444%;
  }
  .span10 {
    width: 77.77777778%;
  }
  .span11 {
    width: 86.11111111%;
  }
  .span12,
  .span-full {
    width: 94.44444444%;
  }
}
/* no pading right or left */
.span1.no-left,
.span1.no-right {
  width: 6.94444444%;
}
.span2.no-left,
.span2.no-right {
  width: 15.27777778%;
}
.span3.no-left,
.span3.no-right {
  width: 23.61111111%;
}
.span4.no-left,
.span4.no-right {
  width: 31.94444444%;
}
.span5.no-left,
.span5.no-right {
  width: 40.27777778%;
}
.span6.no-left,
.span6.no-right {
  width: 48.61111111%;
}
.span7.no-left,
.span7.no-right {
  width: 56.94444444%;
}
.span8.no-left,
.span8.no-right {
  width: 65.27777778%;
}
.span9.no-left,
.span9.no-right {
  width: 73.61111111%;
}
.span10.no-left,
.span10.no-right {
  width: 81.94444444%;
}
.span11.no-left,
.span11.no-right {
  width: 90.27777778%;
}
.span12.no-left,
.span12.no-right {
  width: 98.61111111%;
}
@media only screen and (max-width: 768px) {
  .span1.no-left,
  .span1.no-right {
    width: 5.55555556%;
  }
  .span2.no-left,
  .span2.no-right {
    width: 13.88888889%;
  }
  .span3.no-left,
  .span3.no-right {
    width: 22.22222222%;
  }
  .span4.no-left,
  .span4.no-right {
    width: 30.55555556%;
  }
  .span5.no-left,
  .span5.no-right {
    width: 38.88888889%;
  }
  .span6.no-left,
  .span6.no-right {
    width: 47.22222222%;
  }
  .span7.no-left,
  .span7.no-right {
    width: 55.55555556%;
  }
  .span8.no-left,
  .span8.no-right {
    width: 63.88888889%;
  }
  .span9.no-left,
  .span9.no-right {
    width: 72.22222222%;
  }
  .span10.no-left,
  .span10.no-right {
    width: 80.55555556%;
  }
  .span11.no-left,
  .span11.no-right {
    width: 88.88888889%;
  }
  .span12.no-left,
  .span12.no-right {
    width: 97.22222222%;
  }
}
/* no pading both right and left */
.span1.no-left.no-right,
.span1.wrapper {
  width: 8.33333333%;
}
.span2.no-left.no-right,
.span2.wrapper {
  width: 16.66666667%;
}
.span3.no-left.no-right,
.span3.wrapper {
  width: 25%;
}
.span4.no-left.no-right,
.span4.wrapper {
  width: 33.33333333%;
}
.span5.no-left.no-right,
.span5.wrapper {
  width: 41.66666667%;
}
.span6.no-left.no-right,
.span6.wrapper {
  width: 50%;
}
.span7.no-left.no-right,
.span7.wrapper {
  width: 58.33333333%;
}
.span8.no-left.no-right,
.span8.wrapper {
  width: 66.66666667%;
}
.span9.no-left.no-right,
.span9.wrapper {
  width: 75%;
}
.span10.no-left.no-right,
.span10.wrapper {
  width: 83.33333333%;
}
.span11.no-left.no-right,
.span11.wrapper {
  width: 91.66666667%;
}
.span12.no-left.no-right,
.span12.wrapper {
  width: 100%;
}
/* indent/offset a column by 1 - 11 */
.offset1 {
  margin-left: 9.72222222%;
}
.offset2 {
  margin-left: 18.05555556%;
}
.offset3 {
  margin-left: 26.38888889%;
}
.offset4 {
  margin-left: 34.72222222%;
}
.offset5 {
  margin-left: 43.05555556%;
}
.offset6 {
  margin-left: 51.38888889%;
}
.offset7 {
  margin-left: 59.72222222%;
}
.offset8 {
  margin-left: 68.05555556%;
}
.offset9 {
  margin-left: 76.38888889%;
}
.offset10 {
  margin-left: 84.72222222%;
}
.offset11 {
  margin-left: 93.05555556%;
}
/* values for responsive design */
.break-quarter {
  width: 19.44444444%;
  margin: 10px 2.77777778%;
}
.break-third {
  width: 27.77777778%;
  margin: 10px 2.77777778%;
}
.break-half {
  width: 44.44444444%;
  margin: 10px 2.77777778%;
}
.break-full {
  width: 94.44444444%;
  margin: 10px 2.77777778%;
}
@media only screen and (max-width: 480px) {
  *.break-half-small {
    width: 44.44444444%;
    margin: 10px 2.77777778%;
  }
  *.break-full-small {
    width: 94.44444444%;
    margin: 10px 2.77777778%;
  }
}
@media only screen and (max-width: 768px) {
  *.break-half-medium {
    width: 44.44444444%;
    margin: 10px 2.77777778%;
  }
  *.break-full-medium {
    width: 94.44444444%;
    margin: 10px 2.77777778%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  *.break-half-large {
    width: 44.44444444%;
    margin: 10px 2.77777778%;
  }
  *.break-full-large {
    width: 94.44444444%;
    margin: 10px 2.77777778%;
  }
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/* ==========================================================================
Custom Type
========================================================================== */
/* type variables
==================================================*/
/* html selectors
==================================================*/
body {
  font-family: 'museo-sans', Arial, serif;
}
h1,
.header-1,
h2,
.header-2,
h3,
.header-3 {
  font-family: 'museo-sans', Arial, serif;
  color: #00346d;
  font-weight: 700;
}
/* vertical rhythm generated by gridlover.net
==================================================*/
body,
.normal-type {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
h1,
.header-1 {
  font-size: 44px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 30px;
}
h2,
.header-2 {
  font-size: 26px;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 30px;
}
h3,
.header-3 {
  font-size: 20px;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 15px;
}
p,
ul {
  margin-top: 0px;
  margin-bottom: 30px;
}
/* unique styles
==================================================*/
.content-label {
  font-family: 'museo-sans', Arial, serif;
  text-transform: uppercase;
  font-size: 13px;
}
.small-type {
  font-size: 13px;
}
.large-type {
  font-size: 20px;
}
/* ==========================================================================
Custom Global
========================================================================== */
/* HTML selectors
==================================================*/
body {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}
a,
a:link,
a:active {
  text-decoration: none;
  color: #b60050;
}
a:hover {
  color: #e90066;
}
img {
  /* Default Bootstrap values */
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
img.alignleft {
  padding: 0 30px 30px 0;
}
img.alignright {
  padding: 0 0 30px 30px;
}
/* containers
==================================================*/
.container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  text-align: center;
  position: relative;
}
#main {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  text-align: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}
.row {
  float: left;
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
}
/* misc.
==================================================*/
/*div, header, nav, footer { outline: 1px solid red; }*/
.content-block {
  display: block;
  padding: 30px;
  *zoom: 1;
}
.content-block:before,
.content-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.content-block:after {
  clear: both;
}
.important {
  color: #ff0000;
  font-weight: bold;
}
.back-to-category {
  text-transform: uppercase;
  font-size: 13px;
}
.testimonial {
  font-size: 20px;
  margin-bottom: 15px;
  font-style: italic;
}
.testimonial:before {
  content: "“";
  margin-left: -7px;
  color: #408fbe;
  font-weight: 700;
}
.testimonial:after {
  content: "”";
  color: #408fbe;
  font-weight: 700;
}
.list-item {
  *zoom: 1;
  display: block;
  padding-top: 10px;
  padding-bottom: 0;
  border-top: 1px solid #f3ecdb;
}
.list-item:before,
.list-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.list-item:after {
  clear: both;
}
.list-item h2 {
  margin-top: 0;
}
.widget ul,
ul.plain-list,
ol.plain-list,
dl.plain-list,
.plain-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li,
ul.plain-list li,
ol.plain-list li,
dl.plain-list li,
.plain-list li,
.widget ul dt,
ul.plain-list dt,
ol.plain-list dt,
dl.plain-list dt,
.plain-list dt,
.widget ul dd,
ul.plain-list dd,
ol.plain-list dd,
dl.plain-list dd,
.plain-list dd {
  margin: 0;
  padding: 0;
}
.pagination {
  display: block;
  padding: 10px 0;
  border-top: 2px solid #f3ecdb;
  text-align: right;
}
.pagination .content-label {
  font-weight: 700;
}
.pagination a {
  padding: 0 5px;
  font-weight: bold;
}
ul.padded-list li {
  margin-bottom: 15px;
}
ul.child-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* ==========================================================================
Custom Buttons
========================================================================== */
.button,
a.button,
.button-small,
a.button-small,
input[type="button"].button-small,
input[type="submit"].button-small {
  font-size: 11px;
  font-weight: 700;
  padding: 15px 15px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
}
.button-medium,
a.button-medium,
input[type="button"].button-medium,
input[type="submit"].button-medium {
  font-size: 11px;
  font-weight: 700;
  padding: 15px 15px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
}
.button-large,
a.button-large,
input[type="button"].button-large,
input[type="submit"].button-large {
  font-size: 12px;
  font-weight: 700;
  padding: 30px 30px;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
}
.button,
a.button,
a.button-magenta,
.button-magenta {
  color: #fff;
  background-color: #b60050;
}
.button:hover,
a.button:hover,
a.button-magenta:hover,
.button-magenta:hover {
  background-color: #ff0372;
}
a.button-blue,
.button-blue {
  color: #fff;
  background-color: #00346d;
}
a.button-blue:hover,
.button-blue:hover {
  background-color: #0058ba;
}
a.button-light-blue,
.button-light-blue {
  color: #fff;
  background-color: #408fbe;
}
a.button-light-blue:hover,
.button-light-blue:hover {
  background-color: #79b1d2;
}
a.button-tan,
.button-tan {
  color: #b60050;
  background-color: #f3ecdb;
}
a.button-tan:hover,
.button-tan:hover {
  background-color: #ede2c8;
}
/* ==========================================================================
Forms
========================================================================== */
#main-content .gform_wrapper input[type=text],
#main-content .gform_wrapper input[type=url],
#main-content .gform_wrapper input[type=email],
#main-content .gform_wrapper input[type=tel],
#main-content .gform_wrapper input[type=number],
#main-content .gform_wrapper input[type=password],
#main-content .gform_wrapper textarea {
  background-color: #f4f3ec;
  padding: 10px 0;
  border: 1px solid #f4f3ec;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 15px;
}
#main-content .gform_wrapper .gform_footer input.button,
#main-content .gform_wrapper .gform_footer input[type=submit] {
  color: #fff;
  background-color: #b60050;
  font-size: 11px;
  font-weight: 700;
  padding: 15px 15px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
}
#main-content .gform_wrapper .gform_footer input.button:hover,
#main-content .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #ff0372;
}
/* ==========================================================================
Custom Sprites
========================================================================== */
.sprite-artwork {
  background-image: url(../../images/sprite-artwork.png);
}
.sprite-icons {
  background-image: url(../../images/sprite-icons.png);
  background-repeat: no-repeat;
}
.sprite-icons.fresh-feed {
  width: 46px;
  height: 43px;
  background-position: 0 -41px;
}
.sprite-icons.donate {
  width: 34px;
  height: 30px;
  background-position: -94px -42px;
}
.sprite-icons.facebook {
  width: 22px;
  height: 22px;
}
.sprite-icons.facebook.dark {
  background-position: -47px -42px;
}
.sprite-icons.facebook.light {
  background-position: -47px -65px;
}
.sprite-icons.facebook.light:hover {
  background-position: -47px -88px;
}
.sprite-icons.twitter {
  width: 22px;
  height: 22px;
}
.sprite-icons.twitter.dark {
  background-position: -70px -42px;
}
.sprite-icons.twitter.light {
  background-position: -70px -65px;
}
.sprite-icons.twitter.light:hover {
  background-position: -70px -88px;
}
.sprite-icons.rss {
  width: 22px;
  height: 22px;
  background-position: -132px -42px;
  display: inline-block;
}
.sprite-icons.locate {
  width: 22px;
  height: 22px;
  background-position: -102px -76px;
  margin-right: 8px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}
.sprite-icons.special-member {
  width: 38px;
  height: 38px;
  background-position: 0 -88px;
  display: inline-block;
}
.sprite-icons.close {
  width: 12px;
  height: 12px;
  background-position: -159px -42px;
  margin-right: 5px;
  margin-bottom: -1px;
  display: inline-block;
}
a:hover .sprite-icons.rss {
  background-position: -132px -65px;
}
a.sprite-icons {
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .sprite-icons {
    background-image: url(/images/sprite-icons@2x.png);
    background-size: 185px 150px;
  }
}
/* ==========================================================================
Font Icons by IcoMoon
========================================================================== */
@font-face {
  font-family: 'mater-christi';
  src: url('../font-icons/mater-christi.eot');
  src: url('../font-icons/mater-christi.eot?#iefix') format('embedded-opentype'), url('../font-icons/mater-christi.woff') format('woff'), url('../font-icons/mater-christi.ttf') format('truetype'), url('../font-icons/mater-christi.svg#mater-christi') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'mater-christi';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-lock:before {
  content: "\e601";
}
.icon-search:before {
  content: "\e602";
}
.icon-facebook:before {
  content: "\e603";
}
.icon-twitter:before {
  content: "\e604";
}
.icon-arrow-right:before {
  content: "\e605";
}
.icon-smug-mug:before {
  content: "\e606";
}
.icon-rss:before {
  content: "\e607";
}
.icon-label {
  display: none;
}
.lt-ie8 .icon-label {
  display: block;
}
/* ==========================================================================
Custom Gradients
========================================================================== */
.gradient-green {
  /* fallback/image non-cover color 
   background-color: @medium-green; */
  /* Safari 4+, Chrome 1-9 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(lighten(@light-green, 4%)), to(darken(@medium-green,5%)));*/
  /* Safari 5.1+, Mobile Safari, Chrome 10+ 
   background-image: -webkit-linear-gradient(top, lighten(@light-green, 4%), darken(@medium-green,5%)); */
  /* Firefox 3.6+ 
   background-image: -moz-linear-gradient(top, lighten(@light-green, 4%), darken(@medium-green,5%)); */
  /* IE 10+ 
   background-image: -ms-linear-gradient(top, lighten(@light-green, 4%), darken(@medium-green,5%)); */
  /* Opera 11.10+ 
   background-image: -o-linear-gradient(top, lighten(@light-green, 4%), darken(@medium-green,5%)); */
}
/* ==========================================================================
Custom Header
========================================================================== */
header {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  text-align: center;
  position: relative;
  background-color: #00346d;
  font-size: 13px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  z-index: 500;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
header li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
header a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lt-ie8 li {
  display: inline;
}
#utility {
  color: #fff;
  background-color: #002f63;
  font-family: 'garamond-premier-pro-display', Georgia, sans-serif;
  font-style: italic;
  font-size: 13px;
  border-bottom: 1px solid #1f4d7f;
}
#utility .main-wrapper {
  text-align: right;
}
#utility p {
  line-height: 37.5px;
  display: inline-block;
  padding: 0 30px;
  margin: 0;
  font-size: 16px;
}
#utility ul {
  text-align: right;
  display: inline;
}
#utility .icons a {
  line-height: 37.5px;
  padding: 0 12px;
  margin: 0;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  background-color: #00346d;
  border-right: 1px solid #1f4d7f;
}
#utility .icons a:hover {
  background-color: #408fbe;
}
#utility .icons li:first-child a {
  border-left: 1px solid #1f4d7f;
}
#utility .icons li.search {
  background: #1f4d7e;
}
#utility .icons li.search form {
  display: inline;
}
#utility .icons li.search input#searchbox {
  display: none;
  width: 0;
  font-family: 'museo-sans', Arial, serif;
  background: #1f4d7e;
  outline: none;
  line-height: normal;
  padding: 12px 10px 0 10px;
  border: none;
  vertical-align: top;
  text-align: left;
  font-size: 12px;
  color: #fff;
}
#utility .icons li.search input#searchbox::-webkit-input-placeholder {
  color: #fff;
}
#utility .icons li.search input#searchbox:-moz-placeholder {
  color: #fff;
}
#utility .icons li.search input#searchbox::-moz-placeholder {
  color: #fff;
}
#utility .icons li.search input#searchbox:-ms-input-placeholder {
  color: #fff;
}
#utility .icons li.search.active a {
  background-color: #1f4d7e;
}
#utility .icon {
  font-size: 16px;
  vertical-align: middle;
}
@media (max-width: 1000px) {
  #utility p {
    float: left;
  }
}
@media (max-width: 768px) {
  #utility p {
    display: none;
  }
}
.lt-ie8 #utility p {
  display: inline;
}
#logo {
  padding: 22px 0;
  z-index: 100;
}
#logo img {
  max-width: 189px;
  /*margin-top: -32px;*/
  background-color: #00346d;
}
#logo .span12 {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 1000px) {
  #logo .span12 {
    text-align: center;
  }
  #logo img {
    width: 100%;
    height: auto;
    max-width: 189px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  #logo img {
    max-width: 150px;
  }
}
nav {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  text-align: center;
  position: relative;
  font-family: 'museo-sans', Arial, serif;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 110;
  margin-top: -50px;
  border-bottom: 4px solid #b60050;
  /* Drop down menus */
}
nav a.scroll-logo {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 769px) {
  nav.fixed {
    background-color: #00346d;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 50px;
  }
  nav.fixed a.scroll-logo {
    opacity: 1;
    transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
  }
}
nav .span12 {
  margin-bottom: 0;
  margin-top: 0;
}
nav ul {
  text-align: right;
}
nav li {
  position: relative;
}
nav a,
nav a:link,
nav a:active {
  line-height: 50px;
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
}
nav a:hover {
  color: #408fbe;
}
nav li ul {
  float: left;
  display: none;
  background-color: #00346d;
  font-weight: normal;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  border-bottom: 4px solid #b60050;
  z-index: 9999;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  text-transform: none;
}
@media (max-width: 1300px) {
  nav li:last-child ul {
    left: auto;
    right: 0;
  }
  nav li:last-child ul li {
    text-align: right;
  }
}
nav li ul li {
  width: 100%;
  display: block;
  float: left;
  clear: both;
  font-size: 14px;
  text-align: left;
  border-top: 1px solid #1f4d7f;
  border-left: none;
  margin-left: 0;
}
nav li.show-children ul {
  display: block;
}
nav li li a,
nav li li a:link {
  width: 175px;
  display: block;
  height: auto;
  line-height: 1.2;
  font-weight: normal;
  padding: 12px 10px 10px;
  background-color: transparent;
}
nav li li a:hover {
  background-color: #3a81ab;
  color: #fff;
}
nav #small-screen-nav {
  display: none;
  color: #fff;
  background-color: #408fbe;
  font-size: 14px;
}
nav #small-screen-nav p {
  text-transform: none;
  float: left;
  line-height: 50px;
  margin: 0;
  padding-left: 20px;
  font-family: 'garamond-premier-pro-display', Georgia, sans-serif;
  font-style: italic;
  font-weight: 400;
}
nav #small-screen-nav a {
  width: 30px;
  height: 20px;
  float: right;
  padding: 15px;
  background-color: #408fbe;
}
nav #small-screen-nav a .bar {
  float: left;
  background-color: #fff;
  width: 100%;
  margin-bottom: 4px;
  height: 4px;
}
nav #small-screen-nav a:hover .bar {
  background-color: #00346d;
}
nav li.current-menu-item > a {
  color: #419ed5;
}
nav li.current-menu-item > a:hover {
  color: #fff;
}
@media (max-width: 1000px) {
  nav {
    margin-top: 0;
  }
  nav ul {
    text-align: center;
  }
}
@media (max-width: 768px) {
  nav #main-nav {
    display: none;
  }
  nav #main-nav .span12 {
    width: 100%;
    margin: 0;
    text-align: left;
    background-color: #408fbe;
  }
  nav #small-screen-nav {
    display: block;
  }
  nav li {
    display: block;
    border-top: 1px solid #00346d;
  }
  nav li:hover ul {
    display: none;
  }
  nav a,
  nav a:link,
  nav a:active {
    display: block;
  }
  nav li.currrent-menu-item > a {
    background-color: #66a5cb;
    color: #fff;
  }
  nav li.currrent-menu-item > a:hover {
    color: #fff;
  }
  nav a {
    line-height: 50px;
    padding: 0 10px;
    display: block;
    color: #fff;
    font-size: 13px;
  }
  nav a:hover {
    background-color: #5a9fc7;
    color: #fff;
  }
}
@media (min-width: 769px) {
  .admin-bar nav.fixed {
    top: 82px;
  }
}
/* IE fixes */
.lt-ie9 nav li,
.lt-ie8 nav li {
  display: inline;
}
/* ==========================================================================
Important Message
========================================================================== */
#important-message {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  text-align: center;
  position: relative;
  background-color: #a70049;
  color: #fff;
  display: none;
}
#important-message p {
  margin: 15px;
}
#important-message span {
  font-family: 'garamond-premier-pro-display', Georgia, sans-serif;
  font-style: italic;
  font-size: 105%;
  padding-right: 5px;
}
/* ==========================================================================
Page Header
========================================================================== */
#page-header {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  text-align: center;
  position: relative;
  background-color: #002349;
}
@media (max-width: 1000px) and (min-width: 769px) {
  #page-header .main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #page-header {
    background-color: transparent;
    margin-top: 15px;
  }
}
@media (max-width: 1000px) and (min-width: 769px) {
  #featured-photo {
    width: 50%;
    overflow: hidden;
    text-align: center;
  }
  #featured-photo img {
    width: 150%;
    max-width: none;
  }
}
@media (max-width: 768px) {
  #featured-photo {
    width: 100%;
  }
}
#quick-stat {
  color: #fff;
  text-align: center;
}
#quick-stat .content-block {
  padding: 45px 30px 45px 30px;
  *zoom: 1;
}
#quick-stat .content-block:before,
#quick-stat .content-block:after {
  display: table;
  content: "";
  line-height: 0;
}
#quick-stat .content-block:after {
  clear: both;
}
#quick-stat .number {
  font-size: 70px;
  line-height: .8;
  font-weight: 300;
  display: block;
  margin-bottom: 15px;
}
#quick-stat .description {
  display: block;
}
#quick-stat *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) and (min-width: 769px) {
  #quick-stat {
    width: 50%;
  }
  #quick-stat .content-block {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  #quick-stat {
    background-color: #002349;
    width: 100%;
  }
  #quick-stat .number {
    font-size: 60px;
  }
  #quick-stat .content-block {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  #quick-stat .number {
    font-size: 50px;
  }
  #quick-stat .content-block {
    padding: 30px 15px;
  }
}
/* ==========================================================================
Layout
========================================================================== */
@media (max-width: 1000px) {
  #main-content {
    float: left;
    margin: 10px 1.38888889%;
    height: auto;
    width: 63.88888889%;
  }
}
@media (max-width: 1000px) and only screen and (max-width: 768px) {
  #main-content {
    margin: 10px 2.77777778%;
  }
}
@media (max-width: 768px) {
  #main-content {
    float: left;
    margin: 10px 1.38888889%;
    height: auto;
    width: 97.22222222%;
  }
}
@media (max-width: 768px) and only screen and (max-width: 768px) {
  #main-content {
    margin: 10px 2.77777778%;
  }
}
@media (max-width: 600px) {
  #main-content img {
    float: none;
    display: block;
    clear: both;
    margin: 0 auto;
    /*width: 80%;*/
  }
}
@media (max-width: 1000px) {
  .no-sidebar #main-content {
    float: left;
    margin: 10px 1.38888889%;
    height: auto;
    width: 97.22222222%;
  }
}
@media (max-width: 1000px) and only screen and (max-width: 768px) {
  .no-sidebar #main-content {
    margin: 10px 2.77777778%;
  }
}
/* ==========================================================================
Sidebar
========================================================================== */
#sidebar .related-links {
  *zoom: 1;
  border-top: 2px solid #408fbe;
  border-bottom: 2px solid #408fbe;
  padding: 30px 0;
  margin-bottom: 30px;
  text-align: left;
}
#sidebar .related-links:before,
#sidebar .related-links:after {
  display: table;
  content: "";
  line-height: 0;
}
#sidebar .related-links:after {
  clear: both;
}
#sidebar .related-links *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#sidebar .related-links a {
  font-weight: 700;
}
#sidebar .contact-info {
  *zoom: 1;
  border-top: 2px solid #408fbe;
  border-bottom: 2px solid #408fbe;
  padding: 30px 0;
  margin-bottom: 30px;
  text-align: left;
}
#sidebar .contact-info:before,
#sidebar .contact-info:after {
  display: table;
  content: "";
  line-height: 0;
}
#sidebar .contact-info:after {
  clear: both;
}
#sidebar .special-message {
  color: #b60050;
  margin-bottom: 30px;
  background: #f9f5eb url(../img/large-shield.png) no-repeat center 15px;
  text-align: center;
}
#sidebar .special-message h3 {
  font-family: 'museo-sans', Arial, serif;
  color: #00346d;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.1;
  margin-bottom: 30px;
  line-height: 1;
  margin-bottom: 15px;
  font-family: 'garamond-premier-pro-display', Georgia, sans-serif;
  color: #b60050;
  font-weight: normal;
  margin-top: 0;
}
#sidebar .rss .icon {
  font-size: 120%;
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: text-bottom;
}
#sidebar .subscribe-via-email {
  display: block;
  padding: 20px;
  background-color: #f9f5eb;
  margin-bottom: 30px;
}
#sidebar .subscribe-via-email h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #408fbe;
  font-size: 18px;
}
#sidebar .subscribe-via-email p {
  font-size: 12px;
  margin-bottom: 5px;
}
#sidebar .subscribe-via-email input[type="text"] {
  background-color: #fff;
  padding: 10px 2%;
  border: 1px solid #f3ecdb;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 15px;
  margin: 0 0 10px;
  display: block;
  color: #454545;
  font-size: 12px;
  width: 94%;
}
@media (max-width: 1000px) {
  #sidebar {
    float: left;
    margin: 10px 1.38888889%;
    height: auto;
    width: 30.55555556%;
  }
}
@media (max-width: 1000px) and only screen and (max-width: 768px) {
  #sidebar {
    margin: 10px 2.77777778%;
  }
}
@media (max-width: 768px) {
  #sidebar {
    float: left;
    margin: 10px 1.38888889%;
    height: auto;
    width: 97.22222222%;
    text-align: center;
  }
  #sidebar .related-links,
  #sidebar .special-message {
    float: left;
    margin: 10px 1.38888889%;
    height: auto;
    width: 97.22222222%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) and only screen and (max-width: 768px) {
  #sidebar {
    margin: 10px 2.77777778%;
  }
}
@media (max-width: 768px) and only screen and (max-width: 768px) {
  #sidebar .related-links,
  #sidebar .special-message {
    margin: 10px 2.77777778%;
  }
}
/* ==========================================================================
Bios
========================================================================== */
.subtitle {
  text-transform: uppercase;
  color: #408fbe;
  font-size: 13px;
  margin-bottom: 15px;
}
.list-brief {
  border-top: 1px solid #f3ecdb;
  padding: 15px 0;
  float: left;
  display: block;
  width: 100%;
}
.list-brief .name {
  font-family: 'museo-sans', Arial, serif;
  color: #00346d;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 15px;
  margin: 0 0 6px 0;
}
.list-detail .list-photo {
  float: left;
  width: 50%;
  padding: 0 30px 30px 0;
}
.list-detail .name {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .list-detail .list-photo {
    float: none;
    display: block;
    clear: both;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.no-sidebar.list-detail .list-photo {
  float: right;
  width: 25%;
  padding: 0 0 30px 30px;
}
@media (max-width: 600px) {
  .no-sidebar.list-detail .list-photo {
    float: none;
    display: block;
    clear: both;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.pagination {
  border-top: 2px solid #f3ecdb;
  padding-top: 15px;
}
.pagination a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
/* ==========================================================================
Pull Quote
========================================================================== */
.pull-quote {
  float: left;
  margin: 10px 1.38888889%;
  height: auto;
  width: 22.22222222%;
  border-right: 2px solid #b60050;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .pull-quote {
    margin: 10px 2.77777778%;
  }
}
.pull-quote p {
  padding: 30px 30px 30px 0;
  font-family: type-secondary;
  font-size: 20px;
}
div[class~="offset"] .pull-quote {
  margin-left: -60px;
}
/* ==========================================================================
Secondary Nav
========================================================================== */
.nav-secondary-mobile {
  text-align: left;
  display: none;
  *zoom: 1;
  border-bottom: 2px solid #408fbe;
  padding-bottom: 15px;
  margin: 0 15px;
  /*.content-block { padding: @baseline/2; margin: @baseline/2 @baseline/2 0; background-color: lighten(@light-blue,20%); }*/
}
.nav-secondary-mobile:before,
.nav-secondary-mobile:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-secondary-mobile:after {
  clear: both;
}
.nav-secondary-mobile .content-block {
  padding: 0;
}
.nav-secondary-mobile select {
  width: 100%;
  color: #00346d;
  background-color: #fff;
  border: #408fbe;
}
#sidebar .nav-secondary-mobile {
  display: none;
  border-bottom: none;
  margin: 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  .nav-secondary-mobile,
  #sidebar .nav-secondary-mobile {
    display: block;
  }
}
.list-of-links .plain-list,
.widget_categories ul,
.widget_recent_entries ul {
  font-size: 13px;
  display: block;
  text-align: left;
  margin-bottom: 30px;
}
.list-of-links .plain-list dl,
.widget_categories ul dl,
.widget_recent_entries ul dl {
  display: block;
}
.list-of-links .plain-list dt,
.widget_categories ul dt,
.widget_recent_entries ul dt {
  font-family: 'museo-sans', Arial, serif;
  color: #00346d;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 15px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3ecdb;
}
.list-of-links .plain-list dd,
.widget_categories ul dd,
.widget_recent_entries ul dd,
.list-of-links .plain-list li,
.widget_categories ul li,
.widget_recent_entries ul li {
  border-bottom: 1px solid #f3ecdb;
}
.list-of-links .plain-list a,
.widget_categories ul a,
.widget_recent_entries ul a {
  display: block;
  padding: 10px 0;
}
.widget h4.widgettitle {
  font-family: 'museo-sans', Arial, serif;
  color: #00346d;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 15px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3ecdb;
}
#nav-secondary,
.widget_categories {
  font-weight: 700;
}
/* ==========================================================================
TinyNav
========================================================================== */
/* Desktop */
.secondary-nav,
.tinynav {
  display: none;
}
/* Mobile */
@media screen and (max-width: 768px) {
  .tinynav {
    display: block;
  }
  .secondary-nav {
    display: none;
  }
}
/* ==========================================================================
Breadcrumb
========================================================================== */
.breadcrumb {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}
.breadcrumb .current-item,
.breadcrumb .sep:last-child {
  visiblity: none;
}
.breadcrumb a:last-child,
.breadcrumb span[class="sep"]:last-of-type {
  display: none!important;
}
@media (max-width: 768px) {
  #main-content .breadcrumb {
    display: none;
  }
}
.nav-secondary-mobile .breadcrumb {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 15px 0;
}
#sidebar .breadcrumb {
  margin: 0 0 15px 0;
}
/* ==========================================================================
Custom Homepage
========================================================================== */
.home #page-header {
  /*min-height: 475px;*/
  overflow: visible;
  background: #00346d url(../img/home-carousel-background.jpg) no-repeat center top;
}
@media (max-width: 1080px) {
  .home #page-header {
    margin-top: 0;
    background-image: none;
  }
}
#carousel {
  z-index: 1;
  position: relative;
}
#carousel .cycle-pager {
  text-align: left;
  float: left;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  overflow: hidden;
}
#carousel .cycle-pager span {
  font-size: 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
  color: #b60050;
  cursor: pointer;
  background-color: #b60050;
  margin-right: 3px;
}
#carousel .cycle-pager span:hover {
  color: #e90066;
  cursor: pointer;
  background-color: #e90066;
}
#carousel .cycle-pager span.cycle-pager-active {
  color: #fff;
  background-color: #fff;
}
#carousel .cycle-pager > * {
  cursor: pointer;
}
@media (max-width: 1000px) and (min-width: 669px) {
  #carousel {
    width: 50%;
    overflow: hidden;
    height: 300px;
  }
}
@media (max-width: 668px) {
  #carousel {
    width: 100%;
  }
}
#featured-content {
  height: 475px;
  background-color: #b60050;
  text-align: center;
  color: #fff;
  position: relative;
}
#featured-content .content-block {
  padding: 45px;
}
#featured-content .button-magenta {
  background-color: #da0060;
}
#featured-content .button-magenta:hover {
  background-color: #fff;
  color: #b60050;
}
#featured-content h2 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
}
#featured-content img {
  padding-bottom: 30px;
}
@media (max-width: 1000px) {
  #featured-content {
    width: 50%;
    height: 300px;
  }
  #featured-content .content-block {
    padding: 30px;
  }
  #featured-content img {
    display: none;
  }
}
@media (max-width: 668px) {
  #featured-content {
    width: 100%;
    height: auto;
  }
}
#attention-bar {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 668px) {
  #attention-bar {
    margin-bottom: 0;
  }
}
#attention-bar #important-announcement {
  font-size: 13px;
}
#attention-bar #important-announcement p {
  padding: 15px;
  margin: 0;
}
#attention-bar #important-announcement strong {
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline;
  background-color: #b60050;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  margin-right: 5px;
}
@media (max-width: 1000px) {
  #attention-bar #important-announcement {
    width: 50%;
  }
}
@media (max-width: 668px) {
  #attention-bar #important-announcement {
    float: left;
    margin: 10px 1.38888889%;
    height: auto;
    width: 97.22222222%;
  }
}
@media (max-width: 668px) and only screen and (max-width: 768px) {
  #attention-bar #important-announcement {
    margin: 10px 2.77777778%;
  }
}
#attention-bar #featured-cta {
  float: right;
  text-align: center;
}
#attention-bar #featured-cta a {
  display: block;
  padding: 15px;
  background-color: #da7fa7;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#attention-bar #featured-cta a:hover {
  background-color: #e90066;
}
@media (max-width: 1000px) {
  #attention-bar #featured-cta {
    width: 50%;
  }
}
@media (max-width: 668px) {
  #attention-bar #featured-cta {
    float: left;
    margin: 10px 1.38888889%;
    height: auto;
    width: 97.22222222%;
    margin-top: 0;
  }
  #attention-bar #featured-cta a {
    margin-left: 2.77777778%;
    margin-right: 2.77777778%;
  }
}
@media (max-width: 668px) and only screen and (max-width: 768px) {
  #attention-bar #featured-cta {
    margin: 10px 2.77777778%;
  }
}
.home #main {
  margin-top: 0;
  padding-top: 0;
}
.home #main h1 {
  display: none;
}
.home #main h2 {
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f3ecdb;
  font-weight: 700;
}
.home #main h2 span {
  font-family: 'museo-sans', Arial, serif;
  text-transform: uppercase;
  font-size: 13px;
  padding-left: 5px;
  font-weight: 400;
}
@media (max-width: 668px) {
  .home #main h2 span {
    display: block;
  }
}
@media (max-width: 1000px) {
  #upcoming-events,
  #blog-feed {
    float: left;
    margin: 10px 1.38888889%;
    height: auto;
    width: 47.22222222%;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 1000px) and only screen and (max-width: 768px) {
  #upcoming-events,
  #blog-feed {
    margin: 10px 2.77777778%;
  }
}
@media (max-width: 668px) {
  #upcoming-events,
  #blog-feed {
    float: left;
    margin: 10px 1.38888889%;
    height: auto;
    width: 97.22222222%;
  }
}
@media (max-width: 668px) and only screen and (max-width: 768px) {
  #upcoming-events,
  #blog-feed {
    margin: 10px 2.77777778%;
  }
}
.blog-post {
  margin-bottom: 30px;
}
.blog-post h3,
.blog-post .header-3 {
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
#quick-links dt {
  font-family: 'garamond-premier-pro-display', Georgia, sans-serif;
  font-size: 22px;
  font-style: italic;
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #f3ecdb;
  color: #00346d;
}
#quick-links dd {
  border-bottom: 1px solid #f3ecdb;
  padding: 10px 0;
  font-size: 13px;
}
@media (max-width: 1000px) {
  #quick-links {
    float: left;
    margin: 10px 1.38888889%;
    height: auto;
    width: 97.22222222%;
    margin-bottom: 60px;
  }
  #quick-links dd {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
  }
}
@media (max-width: 1000px) and only screen and (max-width: 768px) {
  #quick-links {
    margin: 10px 2.77777778%;
  }
}
.event {
  float: left;
  width: 100%;
}
.event .date {
  float: left;
  width: 50px;
  height: auto;
  padding: 10px;
  background-color: #00346d;
  color: #fff;
  margin: 0 15px 30px 0;
  text-align: center;
  line-height: 1.2;
}
.event .month {
  font-family: 'museo-sans', Arial, serif;
  text-transform: uppercase;
  font-size: 13px;
}
.event .day {
  font-size: 26px;
}
.event .description {
  float: left;
  width: 70%;
}
.event h3 {
  margin-top: 0;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .event .date {
    margin-right: 15px;
  }
  .event .description {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .event .description {
    width: 65%;
  }
}
/* ==========================================================================
Custom Footer
========================================================================== */
footer {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  text-align: center;
  position: relative;
  background-color: #f3ecdb;
  padding-bottom: 120px;
  margin-top: 30px;
  font-size: 13px;
}
footer h4 {
  margin-top: 0;
}
footer #back-to-top {
  display: none;
}
footer #back-to-top .content-block {
  padding: 0;
}
footer #back-to-top a {
  display: block;
  padding: 30px;
  text-align: center;
  background-color: #408fbe;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
footer #back-to-top a:hover {
  background-color: #b60050;
}
@media (max-width: 768px) {
  footer #back-to-top {
    display: block;
  }
}
footer .social-wrapper {
  display: block;
  *zoom: 1;
  background-color: #00346d;
  /*border-bottom: 3px solid @magenta;*/
  color: #fff;
}
footer .social-wrapper:before,
footer .social-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .social-wrapper:after {
  clear: both;
}
footer .social-wrapper .icon-align {
  line-height: 32px;
  height: 34px;
  vertical-align: middle;
  display: inline-block;
}
footer .social-wrapper .icon {
  line-height: 32px;
  height: 34px;
  vertical-align: middle;
  display: inline-block;
  font-size: 32px;
  color: #fff;
}
footer .social-wrapper .icon:hover {
  color: #408fbe;
}
footer .social-wrapper dt,
footer .social-wrapper dd {
  line-height: 32px;
  height: 34px;
  vertical-align: middle;
  display: inline-block;
}
footer .partners p {
  margin-bottom: 15px;
}
footer .main-footer {
  padding-top: 15px;
}
footer .copyright {
  border-top: 1px solid #ede2c8;
  padding-top: 15px;
  font-size: 13px;
}
footer .logo {
  text-align: center;
}
@media (max-width: 768px) {
  footer div[class^="span"].small-logo,
  footer div[class^="span"].about,
  footer div[class^="span"].contact-info,
  footer div[class^="span"].partners {
    width: 19.44444444%;
    margin: 10px 2.77777778%;
  }
  footer div[class^="span"].small-logo img {
    max-width: 125px;
  }
  footer .copyright {
    text-align: center;
  }
}
@media (max-width: 600px) {
  footer div[class^="span"].small-logo,
  footer div[class^="span"].about,
  footer div[class^="span"].contact-info {
    width: 27.77777778%;
    margin: 10px 2.77777778%;
  }
  footer div[class^="span"].partners {
    width: 94.44444444%;
    margin: 10px 2.77777778%;
    text-align: center;
  }
  footer div[class^="span"].partners p {
    display: inline-block;
  }
  footer div[class^="span"].partners p img {
    max-width: 125px;
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  footer div[class^="span"].small-logo,
  footer div[class^="span"].about,
  footer div[class^="span"].contact-info,
  footer div[class^="span"].partners {
    width: 94.44444444%;
    margin: 10px 2.77777778%;
    text-align: center;
  }
}
/* ==========================================================================
WordPress Specific Style
========================================================================== */
.wp-caption {
  width: 100% !important;
}
.wp-caption img {
  padding-bottom: 0;
  margin-bottom: 0;
}
.wp-caption .wp-caption-text {
  background-color: #f9f5eb;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  color: #00346d;
}
/* ==========================================================================
Boilerplate Helper Classes
========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
Boilerplate Print Styles
========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
