@charset "UTF-8";
/*
 * Main: Libraries, Core, Modules, Inbox, Shame
 */
/* ==========================================================================
   Libraries
   ========================================================================== */
/*
 * Set Variables
 */
/* ==========================================================================
   Bootstrap
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,600italic,700italic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1090px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 {
  float: left; }

.col-xs-1 {
  width: 6.25%; }

.col-xs-2 {
  width: 12.5%; }

.col-xs-3 {
  width: 18.75%; }

.col-xs-4 {
  width: 25%; }

.col-xs-5 {
  width: 31.25%; }

.col-xs-6 {
  width: 37.5%; }

.col-xs-7 {
  width: 43.75%; }

.col-xs-8 {
  width: 50%; }

.col-xs-9 {
  width: 56.25%; }

.col-xs-10 {
  width: 62.5%; }

.col-xs-11 {
  width: 68.75%; }

.col-xs-12 {
  width: 75%; }

.col-xs-13 {
  width: 81.25%; }

.col-xs-14 {
  width: 87.5%; }

.col-xs-15 {
  width: 93.75%; }

.col-xs-16 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 6.25%; }

.col-xs-pull-2 {
  right: 12.5%; }

.col-xs-pull-3 {
  right: 18.75%; }

.col-xs-pull-4 {
  right: 25%; }

.col-xs-pull-5 {
  right: 31.25%; }

.col-xs-pull-6 {
  right: 37.5%; }

.col-xs-pull-7 {
  right: 43.75%; }

.col-xs-pull-8 {
  right: 50%; }

.col-xs-pull-9 {
  right: 56.25%; }

.col-xs-pull-10 {
  right: 62.5%; }

.col-xs-pull-11 {
  right: 68.75%; }

.col-xs-pull-12 {
  right: 75%; }

.col-xs-pull-13 {
  right: 81.25%; }

.col-xs-pull-14 {
  right: 87.5%; }

.col-xs-pull-15 {
  right: 93.75%; }

.col-xs-pull-16 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 6.25%; }

.col-xs-push-2 {
  left: 12.5%; }

.col-xs-push-3 {
  left: 18.75%; }

.col-xs-push-4 {
  left: 25%; }

.col-xs-push-5 {
  left: 31.25%; }

.col-xs-push-6 {
  left: 37.5%; }

.col-xs-push-7 {
  left: 43.75%; }

.col-xs-push-8 {
  left: 50%; }

.col-xs-push-9 {
  left: 56.25%; }

.col-xs-push-10 {
  left: 62.5%; }

.col-xs-push-11 {
  left: 68.75%; }

.col-xs-push-12 {
  left: 75%; }

.col-xs-push-13 {
  left: 81.25%; }

.col-xs-push-14 {
  left: 87.5%; }

.col-xs-push-15 {
  left: 93.75%; }

.col-xs-push-16 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 6.25%; }

.col-xs-offset-2 {
  margin-left: 12.5%; }

.col-xs-offset-3 {
  margin-left: 18.75%; }

.col-xs-offset-4 {
  margin-left: 25%; }

.col-xs-offset-5 {
  margin-left: 31.25%; }

.col-xs-offset-6 {
  margin-left: 37.5%; }

.col-xs-offset-7 {
  margin-left: 43.75%; }

.col-xs-offset-8 {
  margin-left: 50%; }

.col-xs-offset-9 {
  margin-left: 56.25%; }

.col-xs-offset-10 {
  margin-left: 62.5%; }

.col-xs-offset-11 {
  margin-left: 68.75%; }

.col-xs-offset-12 {
  margin-left: 75%; }

.col-xs-offset-13 {
  margin-left: 81.25%; }

.col-xs-offset-14 {
  margin-left: 87.5%; }

.col-xs-offset-15 {
  margin-left: 93.75%; }

.col-xs-offset-16 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16 {
    float: left; }

  .col-sm-1 {
    width: 6.25%; }

  .col-sm-2 {
    width: 12.5%; }

  .col-sm-3 {
    width: 18.75%; }

  .col-sm-4 {
    width: 25%; }

  .col-sm-5 {
    width: 31.25%; }

  .col-sm-6 {
    width: 37.5%; }

  .col-sm-7 {
    width: 43.75%; }

  .col-sm-8 {
    width: 50%; }

  .col-sm-9 {
    width: 56.25%; }

  .col-sm-10 {
    width: 62.5%; }

  .col-sm-11 {
    width: 68.75%; }

  .col-sm-12 {
    width: 75%; }

  .col-sm-13 {
    width: 81.25%; }

  .col-sm-14 {
    width: 87.5%; }

  .col-sm-15 {
    width: 93.75%; }

  .col-sm-16 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 6.25%; }

  .col-sm-pull-2 {
    right: 12.5%; }

  .col-sm-pull-3 {
    right: 18.75%; }

  .col-sm-pull-4 {
    right: 25%; }

  .col-sm-pull-5 {
    right: 31.25%; }

  .col-sm-pull-6 {
    right: 37.5%; }

  .col-sm-pull-7 {
    right: 43.75%; }

  .col-sm-pull-8 {
    right: 50%; }

  .col-sm-pull-9 {
    right: 56.25%; }

  .col-sm-pull-10 {
    right: 62.5%; }

  .col-sm-pull-11 {
    right: 68.75%; }

  .col-sm-pull-12 {
    right: 75%; }

  .col-sm-pull-13 {
    right: 81.25%; }

  .col-sm-pull-14 {
    right: 87.5%; }

  .col-sm-pull-15 {
    right: 93.75%; }

  .col-sm-pull-16 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 6.25%; }

  .col-sm-push-2 {
    left: 12.5%; }

  .col-sm-push-3 {
    left: 18.75%; }

  .col-sm-push-4 {
    left: 25%; }

  .col-sm-push-5 {
    left: 31.25%; }

  .col-sm-push-6 {
    left: 37.5%; }

  .col-sm-push-7 {
    left: 43.75%; }

  .col-sm-push-8 {
    left: 50%; }

  .col-sm-push-9 {
    left: 56.25%; }

  .col-sm-push-10 {
    left: 62.5%; }

  .col-sm-push-11 {
    left: 68.75%; }

  .col-sm-push-12 {
    left: 75%; }

  .col-sm-push-13 {
    left: 81.25%; }

  .col-sm-push-14 {
    left: 87.5%; }

  .col-sm-push-15 {
    left: 93.75%; }

  .col-sm-push-16 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 6.25%; }

  .col-sm-offset-2 {
    margin-left: 12.5%; }

  .col-sm-offset-3 {
    margin-left: 18.75%; }

  .col-sm-offset-4 {
    margin-left: 25%; }

  .col-sm-offset-5 {
    margin-left: 31.25%; }

  .col-sm-offset-6 {
    margin-left: 37.5%; }

  .col-sm-offset-7 {
    margin-left: 43.75%; }

  .col-sm-offset-8 {
    margin-left: 50%; }

  .col-sm-offset-9 {
    margin-left: 56.25%; }

  .col-sm-offset-10 {
    margin-left: 62.5%; }

  .col-sm-offset-11 {
    margin-left: 68.75%; }

  .col-sm-offset-12 {
    margin-left: 75%; }

  .col-sm-offset-13 {
    margin-left: 81.25%; }

  .col-sm-offset-14 {
    margin-left: 87.5%; }

  .col-sm-offset-15 {
    margin-left: 93.75%; }

  .col-sm-offset-16 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16 {
    float: left; }

  .col-md-1 {
    width: 6.25%; }

  .col-md-2 {
    width: 12.5%; }

  .col-md-3 {
    width: 18.75%; }

  .col-md-4 {
    width: 25%; }

  .col-md-5 {
    width: 31.25%; }

  .col-md-6 {
    width: 37.5%; }

  .col-md-7 {
    width: 43.75%; }

  .col-md-8 {
    width: 50%; }

  .col-md-9 {
    width: 56.25%; }

  .col-md-10 {
    width: 62.5%; }

  .col-md-11 {
    width: 68.75%; }

  .col-md-12 {
    width: 75%; }

  .col-md-13 {
    width: 81.25%; }

  .col-md-14 {
    width: 87.5%; }

  .col-md-15 {
    width: 93.75%; }

  .col-md-16 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 6.25%; }

  .col-md-pull-2 {
    right: 12.5%; }

  .col-md-pull-3 {
    right: 18.75%; }

  .col-md-pull-4 {
    right: 25%; }

  .col-md-pull-5 {
    right: 31.25%; }

  .col-md-pull-6 {
    right: 37.5%; }

  .col-md-pull-7 {
    right: 43.75%; }

  .col-md-pull-8 {
    right: 50%; }

  .col-md-pull-9 {
    right: 56.25%; }

  .col-md-pull-10 {
    right: 62.5%; }

  .col-md-pull-11 {
    right: 68.75%; }

  .col-md-pull-12 {
    right: 75%; }

  .col-md-pull-13 {
    right: 81.25%; }

  .col-md-pull-14 {
    right: 87.5%; }

  .col-md-pull-15 {
    right: 93.75%; }

  .col-md-pull-16 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 6.25%; }

  .col-md-push-2 {
    left: 12.5%; }

  .col-md-push-3 {
    left: 18.75%; }

  .col-md-push-4 {
    left: 25%; }

  .col-md-push-5 {
    left: 31.25%; }

  .col-md-push-6 {
    left: 37.5%; }

  .col-md-push-7 {
    left: 43.75%; }

  .col-md-push-8 {
    left: 50%; }

  .col-md-push-9 {
    left: 56.25%; }

  .col-md-push-10 {
    left: 62.5%; }

  .col-md-push-11 {
    left: 68.75%; }

  .col-md-push-12 {
    left: 75%; }

  .col-md-push-13 {
    left: 81.25%; }

  .col-md-push-14 {
    left: 87.5%; }

  .col-md-push-15 {
    left: 93.75%; }

  .col-md-push-16 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 6.25%; }

  .col-md-offset-2 {
    margin-left: 12.5%; }

  .col-md-offset-3 {
    margin-left: 18.75%; }

  .col-md-offset-4 {
    margin-left: 25%; }

  .col-md-offset-5 {
    margin-left: 31.25%; }

  .col-md-offset-6 {
    margin-left: 37.5%; }

  .col-md-offset-7 {
    margin-left: 43.75%; }

  .col-md-offset-8 {
    margin-left: 50%; }

  .col-md-offset-9 {
    margin-left: 56.25%; }

  .col-md-offset-10 {
    margin-left: 62.5%; }

  .col-md-offset-11 {
    margin-left: 68.75%; }

  .col-md-offset-12 {
    margin-left: 75%; }

  .col-md-offset-13 {
    margin-left: 81.25%; }

  .col-md-offset-14 {
    margin-left: 87.5%; }

  .col-md-offset-15 {
    margin-left: 93.75%; }

  .col-md-offset-16 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    float: left; }

  .col-lg-1 {
    width: 6.25%; }

  .col-lg-2 {
    width: 12.5%; }

  .col-lg-3 {
    width: 18.75%; }

  .col-lg-4 {
    width: 25%; }

  .col-lg-5 {
    width: 31.25%; }

  .col-lg-6 {
    width: 37.5%; }

  .col-lg-7 {
    width: 43.75%; }

  .col-lg-8 {
    width: 50%; }

  .col-lg-9 {
    width: 56.25%; }

  .col-lg-10 {
    width: 62.5%; }

  .col-lg-11 {
    width: 68.75%; }

  .col-lg-12 {
    width: 75%; }

  .col-lg-13 {
    width: 81.25%; }

  .col-lg-14 {
    width: 87.5%; }

  .col-lg-15 {
    width: 93.75%; }

  .col-lg-16 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 6.25%; }

  .col-lg-pull-2 {
    right: 12.5%; }

  .col-lg-pull-3 {
    right: 18.75%; }

  .col-lg-pull-4 {
    right: 25%; }

  .col-lg-pull-5 {
    right: 31.25%; }

  .col-lg-pull-6 {
    right: 37.5%; }

  .col-lg-pull-7 {
    right: 43.75%; }

  .col-lg-pull-8 {
    right: 50%; }

  .col-lg-pull-9 {
    right: 56.25%; }

  .col-lg-pull-10 {
    right: 62.5%; }

  .col-lg-pull-11 {
    right: 68.75%; }

  .col-lg-pull-12 {
    right: 75%; }

  .col-lg-pull-13 {
    right: 81.25%; }

  .col-lg-pull-14 {
    right: 87.5%; }

  .col-lg-pull-15 {
    right: 93.75%; }

  .col-lg-pull-16 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 6.25%; }

  .col-lg-push-2 {
    left: 12.5%; }

  .col-lg-push-3 {
    left: 18.75%; }

  .col-lg-push-4 {
    left: 25%; }

  .col-lg-push-5 {
    left: 31.25%; }

  .col-lg-push-6 {
    left: 37.5%; }

  .col-lg-push-7 {
    left: 43.75%; }

  .col-lg-push-8 {
    left: 50%; }

  .col-lg-push-9 {
    left: 56.25%; }

  .col-lg-push-10 {
    left: 62.5%; }

  .col-lg-push-11 {
    left: 68.75%; }

  .col-lg-push-12 {
    left: 75%; }

  .col-lg-push-13 {
    left: 81.25%; }

  .col-lg-push-14 {
    left: 87.5%; }

  .col-lg-push-15 {
    left: 93.75%; }

  .col-lg-push-16 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 6.25%; }

  .col-lg-offset-2 {
    margin-left: 12.5%; }

  .col-lg-offset-3 {
    margin-left: 18.75%; }

  .col-lg-offset-4 {
    margin-left: 25%; }

  .col-lg-offset-5 {
    margin-left: 31.25%; }

  .col-lg-offset-6 {
    margin-left: 37.5%; }

  .col-lg-offset-7 {
    margin-left: 43.75%; }

  .col-lg-offset-8 {
    margin-left: 50%; }

  .col-lg-offset-9 {
    margin-left: 56.25%; }

  .col-lg-offset-10 {
    margin-left: 62.5%; }

  .col-lg-offset-11 {
    margin-left: 68.75%; }

  .col-lg-offset-12 {
    margin-left: 75%; }

  .col-lg-offset-13 {
    margin-left: 81.25%; }

  .col-lg-offset-14 {
    margin-left: 87.5%; }

  .col-lg-offset-15 {
    margin-left: 93.75%; }

  .col-lg-offset-16 {
    margin-left: 100%; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline; }

.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1010;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box; }

.chzn-container.chzn-with-drop .chzn-drop {
  left: 0; }

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) !important;
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) !important;
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) !important;
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none; }

.chzn-container-single .chzn-default {
  color: #999; }

.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px; }

.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  /*background: url('chosen-sprite.png') -42px 1px no-repeat;*/ }

.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px; }

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px; }

.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px; }

.chzn-container-single .chzn-single div b {
  /*background: url('chosen-sprite.png') no-repeat 0px 2px;*/
  display: block;
  width: 100%;
  height: 100%; }

.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010; }

.chzn-container-single .chzn-search input {
  /* background: #fff url('chosen-sprite.png') no-repeat 100% -20px;
   background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
   background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
   background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
   background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
   background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);*/
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box; }

.chzn-container-single .chzn-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box; }

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none; }

.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.chzn-container-multi .chzn-choices .search-field .default {
  color: #999; }

.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default; }

.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px; }

.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  /*background: url('chosen-sprite.png') -42px 1px no-repeat;*/ }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0; }

.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none; }

.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item; }

.chzn-container .chzn-results .disabled-result {
  color: #ccc;
  cursor: default;
  display: list-item; }

.chzn-container .chzn-results .disabled-result em {
  background: transparent; }

.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal; }

.chzn-container .chzn-results .highlighted em {
  background: transparent; }

.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item; }

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold; }

.chzn-container .chzn-results .group-option {
  padding-left: 15px; }

.chzn-container-multi .chzn-drop .result-selected {
  color: #ccc;
  cursor: default;
  display: list-item; }

.chzn-container-multi .chzn-drop .result-selected em {
  background: transparent; }

.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1; }

.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px; }

.chzn-container .chzn-results-scroll-down {
  bottom: 0; }

.chzn-container .chzn-results-scroll-down span {
  background: url("chosen-sprite.png") no-repeat -4px -3px; }

.chzn-container .chzn-results-scroll-up span {
  background: url("chosen-sprite.png") no-repeat -22px -3px; }

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb; }

.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.chzn-container-active.chzn-with-drop .chzn-single div {
  background: transparent;
  border-left: none; }

.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px; }

.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb; }

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important; }

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important; }

.chzn-disabled .chzn-single {
  cursor: default; }

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default; }

/* @group Right to Left */
.chzn-rtl {
  text-align: right; }

.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible; }

.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl; }

.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px; }

.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto; }

.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto; }

.chzn-rtl .chzn-choices .search-field input {
  direction: rtl; }

.chzn-rtl .chzn-choices li {
  float: right; }

.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0; }

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto; }

.chzn-rtl .chzn-container-single-nosearch .chzn-search {
  left: 9999px; }

.chzn-rtl .chzn-drop {
  left: 9999px; }

.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px; }

.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none; }

.chzn-rtl .chzn-search input {
  padding: 4px 5px 4px 20px;
  direction: rtl; }

.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px; }

.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
/* @end */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 30px;
  height: 17px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 14px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
    transition-delay: 0.1s; }

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 14px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(270deg);
    transition-delay: 0.1s; }

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -60px;
      top: -60px;
      transform: translate3d(60px, 60px, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -60px;
      top: -60px;
      transform: translate3d(-60px, 60px, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -60px;
      top: 60px;
      transform: translate3d(60px, -60px, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -60px;
      top: 60px;
      transform: translate3d(-60px, -60px, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }
.hamburger--slider.is-active .hamburger-inner {
  background-color: #950248;
  transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-4.28571px, -4px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    background-color: #950248;
    transform: translate3d(0, -14px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 14px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(4.28571px, -4px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(90deg); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 7px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(-45deg); }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
 * Override Variables
 */
/* ==========================================================================
   Core
   ========================================================================== */
/*
 * Settings: Imports, @font-face, Variables
 */
/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   @font-face
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/*
 * Helpers: Extends, Functions, Mixins
 */
/* ==========================================================================
   Extends
   ========================================================================== */
.module-the-process .process__list, .module-the-process .process-content, .job__tabs, .jubilarian, .latest-news .heading, .tpl-community-homepage #page_content, .module-leadership .leader, .module-leadership .leader #institute-leadership-banner, #news form, .module-news-and-events .story, .blog-module .story, .blog__tabs, .news__tabs, .single .blog-detail__buttons--mobile, .notification, .pagination__mobile, #prayed-for, #prayer-request, #false-prayer-request, .primary-nav > ul, #module-related-news, #story, .remembrances__tabs, #remembrances, .module-resources .expando-content, .secondary-nav, .site-header__bar, .education-slider__arrows,
.process-slider__arrows, .spirit-module .spirituality-quote, .tabs, .static-tabs, #todays-prayer, .tertiary-nav > ul, .quote-contain {
  *zoom: 1; }
  .module-the-process .process__list:before, .module-the-process .process-content:before, .job__tabs:before, .jubilarian:before, .latest-news .heading:before, .tpl-community-homepage #page_content:before, .module-leadership .leader:before, .module-leadership .leader #institute-leadership-banner:before, #news form:before, .module-news-and-events .story:before, .blog-module .story:before, .blog__tabs:before, .news__tabs:before, .single .blog-detail__buttons--mobile:before, .notification:before, .pagination__mobile:before, #prayed-for:before, #prayer-request:before, #false-prayer-request:before, .primary-nav > ul:before, #module-related-news:before, #story:before, .remembrances__tabs:before, #remembrances:before, .module-resources .expando-content:before, .secondary-nav:before, .site-header__bar:before, .education-slider__arrows:before,
  .process-slider__arrows:before, .spirit-module .spirituality-quote:before, .tabs:before, .static-tabs:before, #todays-prayer:before, .tertiary-nav > ul:before, .quote-contain:before, .module-the-process .process__list:after, .module-the-process .process-content:after, .job__tabs:after, .jubilarian:after, .latest-news .heading:after, .tpl-community-homepage #page_content:after, .module-leadership .leader:after, .module-leadership .leader #institute-leadership-banner:after, #news form:after, .module-news-and-events .story:after, .blog-module .story:after, .blog__tabs:after, .news__tabs:after, .single .blog-detail__buttons--mobile:after, .notification:after, .pagination__mobile:after, #prayed-for:after, #prayer-request:after, #false-prayer-request:after, .primary-nav > ul:after, #module-related-news:after, #story:after, .remembrances__tabs:after, #remembrances:after, .module-resources .expando-content:after, .secondary-nav:after, .site-header__bar:after, .education-slider__arrows:after,
  .process-slider__arrows:after, .spirit-module .spirituality-quote:after, .tabs:after, .static-tabs:after, #todays-prayer:after, .tertiary-nav > ul:after, .quote-contain:after {
    content: " ";
    display: table; }
  .module-the-process .process__list:after, .module-the-process .process-content:after, .job__tabs:after, .jubilarian:after, .latest-news .heading:after, .tpl-community-homepage #page_content:after, .module-leadership .leader:after, .module-leadership .leader #institute-leadership-banner:after, #news form:after, .module-news-and-events .story:after, .blog-module .story:after, .blog__tabs:after, .news__tabs:after, .single .blog-detail__buttons--mobile:after, .notification:after, .pagination__mobile:after, #prayed-for:after, #prayer-request:after, #false-prayer-request:after, .primary-nav > ul:after, #module-related-news:after, #story:after, .remembrances__tabs:after, #remembrances:after, .module-resources .expando-content:after, .secondary-nav:after, .site-header__bar:after, .education-slider__arrows:after,
  .process-slider__arrows:after, .spirit-module .spirituality-quote:after, .tabs:after, .static-tabs:after, #todays-prayer:after, .tertiary-nav > ul:after, .quote-contain:after {
    clear: both; }

.site-header__main {
  padding-left: 50px;
  padding-right: 50px; }

/* ==========================================================================
   Functions
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Base
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #ebebeb;
  color: #333;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ITCBerkeleyOldstyleW01- 812522", Georgia, serif;
  line-height: 1.2; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px;
  margin-bottom: 10px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

p {
  margin-bottom: 20px; }

blockquote {
  margin: 0 0 20px;
  padding: 10px 20px;
  border-left: 1px solid #ddd;
  color: #777;
  font-style: italic; }

pre {
  font-family: Menlo, Monaco, "Andale Mono", "Lucida Console", monospace;
  margin-bottom: 20px; }

a {
  color: #2980b9; }

a:active,
a:focus,
a:hover {
  color: #2c3e50; }

code {
  font-family: Menlo, Monaco, "Andale Mono", "Lucida Console", monospace; }

del,
strike {
  text-decoration: line-through; }

em,
i {
  font-style: italic; }

small {
  font-size: 75%; }

strong,
b {
  font-weight: bold; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px; }

th {
  background-color: #eee;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  padding: 10px; }

td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px; }

input {
  border-radius: 0;
  margin: 0;
  padding: 0; }
  input[type="submit"] {
    -webkit-appearance: none; }

/* ==========================================================================
  Buttons
========================================================================== */
a span.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #999;
  border: none;
  color: #b8daea;
  cursor: pointer;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase; }

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #ccc;
  color: #fff; }

a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #bbb; }

a.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  width: 100%; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* ==========================================================================
  Forms
========================================================================== */
form {
  margin-bottom: 20px; }

fieldset {
  margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  background: #fff;
  border: 1px solid #d3d3d3;
  color: #898989;
  font: 12px/1 Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  padding: 5px;
  margin-bottom: 10px; }

select {
  padding: 0;
  width: 220px; }

textarea {
  min-height: 60px; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444; }

label,
legend {
  display: block;
  line-height: 1.2;
  margin-bottom: 5px; }

input[type="checkbox"] {
  display: inline; }

input[type="text"].medium,
input[type="password"].medium,
input[type="email"].medium,
textarea.medium {
  width: 268px; }

select.medium {
  width: 280px; }

::-webkit-input-placeholder {
  font-style: italic; }

:-moz-placeholder {
  font-style: italic; }

::-moz-placeholder {
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }

.mobile-padding {
  padding: 0 22px; }

select::-ms-expand {
  display: none; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 992px) {
  body {
    font-size: 14px; } }
/*
 * Bootstrap Grid Extension
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.col-xs-one-third,
.col-sm-one-third,
.col-md-one-third,
.col-lg-one-third {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.col-xs-one-third {
  float: left;
  width: 33.3333%; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .col-sm-one-third {
    float: left;
    width: 33.3333%; } }
@media screen and (min-width: 992px) {
  .col-md-one-third {
    float: left;
    width: 33.3333%; } }
@media screen and (min-width: 1200px) {
  .col-lg-one-third {
    float: left;
    width: 33.3333%; } }
/* ==========================================================================
   Modules
   ========================================================================== */
/*
 * Admin center
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#admincenter {
  padding-left: 4px;
  font-size: 16px;
  color: none; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 992px) {
  #admincenter {
    font-size: 14px; } }
/*
 * Arrows
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.arrow-left,
.arrow-right,
.arrow-up,
.arrow-down {
  height: 0;
  margin: 0 auto;
  width: 0; }

.arrow-left,
.arrow-right {
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent; }

.arrow-left {
  border-right: 8px solid #950248;
  margin-left: 9px; }

.arrow-right {
  border-left: 8px solid #950248;
  margin-right: 9px; }

.arrow-up,
.arrow-down {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent; }

.arrow-up {
  border-bottom: 8px solid #950248;
  margin: 9px auto; }

.arrow-down {
  border-top: 8px solid #950248;
  margin: 11px auto; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Becoming a sister
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
/* Module: becoming a sister */
#module-become-a-sister-steps .process-content div {
  display: none; }

.module-become-sister a.button {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #009bc9;
  behavior: url(/PIE.htc);
  margin-top: 42px 0 62px 0;
  padding: 10px 30px 10px 28px; }
.module-become-sister .eight p {
  margin-bottom: 34px; }
.module-become-sister .quote-contain {
  margin: 73px 0 64px;
  width: 100%; }
.module-become-sister figcaption {
  color: #707070;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  width: 80%; }
.module-become-sister blockquote {
  border-left: none;
  font-style: italic;
  font-size: 20px;
  margin: 0;
  padding-top: 22px; }

.module-the-process {
  background: #f2f2f2;
  margin-top: 0; }
  .module-the-process h2 {
    padding: 20px 0 10px;
    text-align: center; }
  .module-the-process hr.mobile-rule {
    border: solid 1px #e1e1e1;
    margin: 0 22px 20px; }
  .module-the-process .process li {
    background: url(../images/process-bg.jpg) 0 0 no-repeat;
    float: left;
    height: 100px;
    margin: 0;
    position: relative;
    width: 100px; }
    .module-the-process .process li.active, .module-the-process .process li:hover.active {
      background: url(../images/process-active1.jpg) 0 0 no-repeat;
      -webkit-transition: background .3s linear;
      -moz-transition: background .3s linear;
      transition: background .3s linear; }
      .module-the-process .process li.active a, .module-the-process .process li:hover.active a {
        color: #76012e; }
    .module-the-process .process li:hover {
      background: url(../images/process-hover1.jpg) 0 0 no-repeat; }
    .module-the-process .process li.left {
      background: url(../images/process-left.jpg) right 0 no-repeat; }
      .module-the-process .process li.left:hover {
        background: url(../images/process-left-hover.jpg) right 0 no-repeat; }
      .module-the-process .process li.left.active {
        background: url(../images/process-left-active1.jpg) right 0 no-repeat;
        -webkit-transition: background .3s linear;
        -moz-transition: background .3s linear;
        transition: background .3s linear; }
    .module-the-process .process li.right {
      background: url(../images/process-right.jpg) 0 0 no-repeat; }
      .module-the-process .process li.right:hover {
        background: url(../images/process-right-hover.jpg) 0 0 no-repeat; }
      .module-the-process .process li.right.active {
        background: url(../images/process-right-active.jpg) 0 0 no-repeat;
        -webkit-transition: background .3s linear;
        -moz-transition: background .3s linear;
        transition: background .3s linear; }
    .module-the-process .process li a {
      display: block;
      padding-top: 80px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      color: #000; }
      .module-the-process .process li a.selected {
        color: #9c1455; }
    .module-the-process .process li p {
      font-size: 12px;
      text-align: center; }
  .module-the-process .process-content {
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/PIE.htc);
    margin: 73px auto;
    padding: 30px 25px 30px 20px;
    position: relative;
    width: 620px; }
    .module-the-process .process-content h6 {
      font-family: "News Gothic MT W02 Bold", Georgia, serif;
      font-size: 14px;
      margin-bottom: 26px;
      text-align: center; }
    .module-the-process .process-content p {
      margin: 0; }

.process-slider .slick-slide {
  padding: 0 22px; }
  .process-slider .slick-slide img {
    max-width: 100%; }
.process-slider__arrows {
  width: 100vw; }
.process-slider__title {
  color: #76012e;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .module-the-process {
    margin: 0 -50px;
    padding: 0 50px; }
    .module-the-process h2 {
      padding-top: 85px;
      text-align: left; }
    .module-the-process .process-slider__arrows {
      width: 100%; } }
@media screen and (min-width: 992px) {
  .module-the-process .process__list {
    width: 800px;
    margin: auto; } }
/*
 * Brand
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.brand > a {
  background-image: url("../images/som-brand.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain !important;
  display: block;
  max-width: 273px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%; }

.site-header__mobile .brand > a {
  background-position: 0;
  height: 60px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .brand > a {
    height: 72px; } }
@media screen and (min-width: 992px) {
  .brand > a {
    height: 78px; } }
@media screen and (min-width: 1200px) {
  .brand > a {
    height: 109px; } }
/*
 * Breadcrumbs
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#breadcrumbs {
  color: #333;
  padding: 10px 22px 0; }
  #breadcrumbs a {
    color: #009bc9; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 992px) {
  #breadcrumbs {
    margin-bottom: 10px;
    padding: 0; } }
/*
 * Full-width button
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
a.button.full-width {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #009bc9;
  behavior: url(/PIE.htc);
  position: relative; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Contact us
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
input[type="text"], input[type="email"], textarea, select, .chzn-container {
  font-size: 16px; }

input[type="text"], input[type="email"] {
  transition: background-color 0.2s ease; }
  input[type="text"]:disabled, input[type="email"]:disabled {
    background-color: #ddd; }

.contact-forms {
  background-color: #f2f3f3;
  padding: 20px 22px; }
  .contact-forms li a {
    background: url(../images/contact-toggle.png);
    background-position: 100% -41px;
    background-repeat: no-repeat;
    height: 42px;
    padding-right: 10%;
    width: 90%; }
  .contact-forms select {
    background-image: url("/images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    border-radius: 0;
    color: #76012e;
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .contact-forms select {
        background-image: url("/images/arrow-down@2x.png");
        background-size: 13px 8px; } }
  .contact-forms .mobile-rule {
    border: solid 1px #e1e1e1;
    margin: 20px 0 0; }

.contact-communities {
  clear: both; }

.contact-communities p {
  margin-bottom: 30px; }

#module-contact_forms .form-container {
  display: none; }
  #module-contact_forms .form-container select {
    background-image: url("/images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    border-radius: 0;
    color: #76012e;
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px;
    text-transform: uppercase;
    -webkit-appearance: none;
    width: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #module-contact_forms .form-container select {
        background-image: url("/images/arrow-down@2x.png");
        background-size: 13px 8px; } }

.module-contact #contact-form-picker {
  padding: 10px 30px 10px 10px;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .module-contact #contact-form-picker:focus, .module-contact #contact-form-picker:hover {
    font-size: 16px; }
.module-contact h2 {
  margin: 0 0 20px; }
.module-contact li a {
  color: #76012e;
  display: block;
  font-family: "News Gothic MT W02 Bold", Georgia, serif;
  font-size: 14px;
  margin-bottom: 16px;
  padding-top: 15px;
  text-decoration: none;
  text-transform: uppercase; }
  .module-contact li a.arrow {
    background: url(../images/contact-toggle.png);
    background-position: 100% 0;
    background-repeat: no-repeat; }
.module-contact .radio-label {
  margin-top: 14px; }
.module-contact .chzn-container-single .chzn-single {
  background-color: #fff;
  background-image: none !important;
  border-radius: 0;
  margin-bottom: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px; }
  .module-contact .chzn-container-single .chzn-single span {
    color: #898989;
    font-style: italic; }
  .module-contact .chzn-container-single .chzn-single div {
    width: 28px; }
    .module-contact .chzn-container-single .chzn-single div b {
      background-image: url("/images/arrow-down.png");
      background-position: center;
      background-repeat: no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .module-contact .chzn-container-single .chzn-single div b {
          background-image: url("/images/arrow-down@2x.png");
          background-size: 13px 8px; } }
.module-contact .chzn-spacing {
  margin-bottom: 10px; }
.module-contact .form-error-message {
  background: rgba(249, 225, 225, 0.5);
  -pie-background: rgba(249, 225, 225, 0.5);
  behavior: url(/PIE.htc);
  color: #ff0000 !important;
  font-style: italic; }
.module-contact .category h5 {
  border-bottom: 1px solid #e1e1e2;
  margin-top: 25px;
  position: relative; }
.module-contact #request a {
  color: #009bc9;
  text-decoration: none; }
.module-contact .form-container .field input {
  padding: 10px; }
.module-contact .form-container label {
  font-size: 12px;
  padding: 0 14px; }
.module-contact .form-container .thank-you {
  text-align: center; }

.form-container {
  behavior: url(/PIE.htc);
  background: #f2f2f2;
  padding: 20px 22px; }
  .form-container h3 {
    color: #76012e;
    font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
    margin-bottom: 22px; }
  .form-container .submit {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #009bc9;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    width: 100%; }
    .form-container .submit:hover {
      background: #009bc9; }
  .form-container .field_suffix {
    display: none; }

.form-container .field, #prayer-request-form .field {
  position: relative; }
  .form-container .field label.error, #prayer-request-form .field label.error {
    position: absolute;
    right: 5px;
    top: 26px;
    color: #ff0000; }
  .form-container .field.chzn-spacing label.error, #prayer-request-form .field.chzn-spacing label.error {
    right: 35px; }
  .form-container .field--no-label label.error, #prayer-request-form .field--no-label label.error {
    top: 6px; }

#prayer-request-form .field {
  width: 168px; }
  #prayer-request-form .field label.error {
    top: 8px;
    right: 0px; }

.form-container .field input,
#respond form input[type="text"] {
  margin-bottom: 29px;
  width: 100%; }
  .form-container .field input.error,
  #respond form input[type="text"].error {
    background-color: #f9e1e1;
    color: #ff0000; }

.form-container textarea.error,
.form-container select.error {
  background-color: #f9e1e1;
  color: #ff0000; }

.form-container textarea,
#respond form textarea {
  width: 100%; }

.main-address {
  margin: 0 22px 20px;
  position: relative; }
  .main-address #national_map {
    margin: 0 auto; }
  .main-address img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/PIE.htc);
    position: relative; }
  .main-address .address a {
    text-decoration: underline; }
    .main-address .address a p {
      color: #009bc9; }
  .main-address .address h2 {
    margin: 49px 0 0; }
  .main-address .address p {
    color: #474747;
    margin: 0; }
    .main-address .address p.color {
      color: #009bc9; }

.addresses {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0 22px; }
  .addresses h6 {
    margin: 0;
    text-transform: uppercase; }
    .addresses h6 a {
      color: #76012e;
      font-family: "ITCBerkeleyOldstyleW01- 812507", Georgia, serif;
      font-size: 16px;
      text-decoration: none; }
  .addresses a {
    color: #009bc9;
    text-decoration: underline; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #module-contact_forms {
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: 30px; } }
@media screen and (min-width: 992px) {
  #module-contact_forms {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }

  .contact-forms {
    background-color: #fff;
    margin-bottom: 30px; }

  .module-contact .form-container {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 27px 29px 39px 28px;
    position: relative;
    left: 10px; }
    .module-contact .form-container label {
      font-size: 14px;
      padding: 0; }
    .module-contact .form-container .thank-you {
      text-align: left; }
    .module-contact .form-container .submit {
      width: auto; }

  .main-address {
    background: #f2f2f2;
    margin: 0 -50px;
    padding: 42px 50px; }
    .main-address .address h2 {
      margin: 49px 0 0 52px; }
    .main-address .address p {
      margin: 0 0 0 52px; }
    .main-address .address a {
      margin-left: 52px; }

  .addresses {
    padding-top: 55px; } }
/*
 * Content slider
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#content-slider .arrow {
  position: absolute;
  top: 20%;
  width: 40px; }
  #content-slider .arrow a {
    display: block;
    height: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
#content-slider .previous {
  background: url(../images/previous-arrow-content-slider.png) 0 0 no-repeat;
  left: -10px; }
#content-slider .next {
  background: url(../images/next-arrow-content-slider.png) 0 0 no-repeat;
  right: -10px; }
#content-slider .full-width {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  width: 276px; }
#content-slider ul {
  text-align: center; }
#content-slider li {
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 0 22px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  #content-slider li.four {
    margin-bottom: 30px;
    min-height: 225px;
    position: relative; }
  #content-slider li a {
    text-decoration: none; }
#content-slider .title {
  font-family: "News Gothic MT W02 Bold", Georgia, serif;
  font-size: 16px;
  margin: 28px auto 20px; }
  #content-slider .title a {
    color: #76012e; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #content-slider {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px; }
    #content-slider .full-width {
      color: #b8daea;
      position: absolute;
      bottom: 30px;
      left: 12.5%;
      width: 75%; }
      #content-slider .full-width:hover, #content-slider .full-width:focus {
        color: #fff; }
    #content-slider img {
      margin-bottom: 10px; }
    #content-slider li {
      height: 240px; }
    #content-slider .title {
      font-size: 100%;
      margin: 0 auto; } }
/*
 * Custom checkbox
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
input[type="checkbox"] + label {
  margin-bottom: 24px; }
  input[type="checkbox"] + label .custom-checkbox {
    background-image: url("/images/checkbox.png");
    display: inline-block;
    height: 25px;
    margin-bottom: -8px;
    width: 36px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      input[type="checkbox"] + label .custom-checkbox {
        background-image: url("/images/checkbox@2x.png");
        background-size: 36px 25px; } }
input[type="checkbox"]:checked + label .custom-checkbox {
  background-image: url("/images/checkbox-checked.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    input[type="checkbox"]:checked + label .custom-checkbox {
      background-image: url("/images/checkbox-checked@2x.png");
      background-size: 36px 25px; } }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Donate CTA
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#donate-cta {
  height: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0px;
  z-index: 200; }
  #donate-cta a {
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    behavior: url(/PIE.htc);
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none; }
    #donate-cta a.tab {
      -webkit-border-radius: 0 20px 20px 0;
      -moz-border-radius: 0 20px 20px 0;
      border-radius: 0 20px 20px 0;
      behavior: url(/PIE.htc);
      background: #76012e;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      height: 35px;
      left: 0px;
      padding: 6px 14px;
      position: absolute;
      top: 0;
      right: -85px;
      text-decoration: none;
      text-transform: uppercase;
      transition: left 400ms ease;
      width: 90px; }
      #donate-cta a.tab.expanded {
        left: 100vw; }
  #donate-cta .donate-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    transition: width 400ms ease;
    width: 0px; }
    #donate-cta .donate-wrapper.expanded {
      border-left: solid 6px #76012e;
      width: 100vw; }
      #donate-cta .donate-wrapper.expanded .donate-header {
        right: 0; }
    #donate-cta .donate-wrapper .donate-header {
      background-color: #76012e;
      height: 34px;
      position: fixed;
      width: 100%;
      right: 100%;
      padding-right: 22px;
      transition: right 400ms ease;
      z-index: 9999; }
      #donate-cta .donate-wrapper .donate-header a {
        color: #fff;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        text-transform: uppercase; }
    #donate-cta .donate-wrapper .donate-content {
      color: #fff;
      left: 0px;
      position: relative;
      width: 0px; }
      #donate-cta .donate-wrapper .donate-content .donate-instructions {
        color: #76012e;
        margin-bottom: 26px; }
      #donate-cta .donate-wrapper .donate-content .row {
        padding: 0 22px 0 17px;
        width: 100vw; }
      #donate-cta .donate-wrapper .donate-content li {
        border: 1px solid transparent;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        behavior: url(/PIE.htc);
        margin: 0 auto;
        margin-bottom: 24px;
        overflow: hidden;
        position: relative;
        width: 280px; }
        #donate-cta .donate-wrapper .donate-content li p {
          margin-bottom: 0;
          text-align: center; }
          #donate-cta .donate-wrapper .donate-content li p.visible-xs-block {
            margin-top: 18px; }
      #donate-cta .donate-wrapper .donate-content .name {
        color: #fff; }
  #donate-cta h3 {
    color: #76012e;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 72px 0 18px;
    text-transform: uppercase; }
  #donate-cta p {
    color: #76012e;
    text-align: left; }

.map-container {
  border: 1px solid transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 178px;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }
  .map-container img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  .map-container .details {
    behavior: url(/PIE.htc);
    background: #eee;
    background: rgba(244, 242, 241, 0.9);
    -pie-background: rgba(244, 242, 241, 0.9);
    height: 100%;
    position: absolute;
    top: 130px;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%; }
    .map-container .details p {
      color: #76012e;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      padding: 20px; }
    .map-container .details .name {
      background: #9c1455;
      position: relative;
      width: 100%; }
    .map-container .details h6 {
      font-family: "News Gothic MT W02 Bold", Georgia, serif;
      font-size: 14px;
      margin: 0;
      padding: 15px 0 22px 0;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
      .map-container .details h6.two-line {
        padding-top: 8px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #donate-cta .donate-wrapper.expanded {
    width: 720px; }
  #donate-cta .donate-wrapper .donate-content .row {
    width: 720px; }
  #donate-cta .donate-wrapper .donate-content li {
    min-height: 320px; } }
@media screen and (min-width: 992px) {
  #donate-cta {
    border-left: 20px solid #76012e; }
    #donate-cta .donate-wrapper {
      background-color: #76012e; }
      #donate-cta .donate-wrapper a:hover .details {
        top: 0; }
      #donate-cta .donate-wrapper.expanded {
        width: 640px; }
      #donate-cta .donate-wrapper .donate-content {
        padding: 20px 10px 5px; }
        #donate-cta .donate-wrapper .donate-content li {
          min-height: 0;
          width: 298px; }
        #donate-cta .donate-wrapper .donate-content .row {
          width: 640px; }
        #donate-cta .donate-wrapper .donate-content .donate-instructions {
          color: #fff; }
    #donate-cta a.tab {
      height: 40px;
      padding-left: 0;
      padding-top: 9px;
      padding-bottom: 9px;
      top: 200px;
      width: 70px; }
      #donate-cta a.tab.expanded {
        left: 640px; }
    #donate-cta p {
      text-align: left; }
    #donate-cta .map-container {
      width: 280px; } }
/*
 * Education Directory
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#module-education-directory h2 {
  font-size: 20px;
  margin-bottom: 10px; }
#module-education-directory .directory-entries {
  padding: 0 10px; }
  #module-education-directory .directory-entries li {
    margin-bottom: 30px; }
    #module-education-directory .directory-entries li a {
      text-decoration: underline; }
  #module-education-directory .directory-entries .name {
    color: #950248;
    font-family: "ITCBerkeleyOldstyleW01- 812507", Georgia, serif;
    font-size: 20px;
    margin-bottom: 3px; }

.education-slider__arrows {
  background-color: #fff;
  border-top: solid 7px #950248;
  border-bottom: solid 2px #e2e2e2;
  padding: 18px 22px 14px;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 50px;
  width: 100%; }
  .education-slider__arrows:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle; }
  .education-slider__arrows .js-education-label {
    color: #950248;
    display: inline-block;
    font-weight: bold;
    margin-bottom: -6px;
    text-transform: uppercase;
    vertical-align: middle; }
    .education-slider__arrows .js-education-label h3 {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: normal; }
  .education-slider__arrows.fixed {
    position: fixed;
    left: 0;
    top: 0; }
.education-slider .heading {
  margin: 30px 22px 0; }
.education-slider ul.directory-entries li {
  margin: 0 22px; }

ul.tabs li {
  float: none; }
  ul.tabs li h3 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: normal; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 992px) {
  #module-education-directory h2 {
    font-size: 26px; }
  #module-education-directory .tab-content {
    padding: 30px 10px 0; }
  #module-education-directory .directory-entries .name {
    font-size: 16px; }

  ul.tabs li {
    float: left; } }
/*
 * Expando
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.expando {
  margin-bottom: 20px; }
  .expando h5 {
    margin: 0; }

.expando-toggle {
  display: block;
  padding: 10px 20px 15px;
  text-decoration: none; }

.expando-content {
  overflow: auto;
  padding: 20px 0; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .expando-content {
    padding: 20px 20px 0; }

  .expando-toggle {
    padding: 10px 20px; } }
/*
 * Module: FAQ
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.module-faq {
  margin-bottom: 30px;
  padding: 0 22px; }
  .module-faq .expando h2 {
    border-bottom: 1px solid #e1e1e1;
    font-family: "News Gothic MT W02 Bold", Georgia, serif;
    margin-top: 25px;
    padding: 10px 0 0;
    position: relative; }
    .module-faq .expando h2 a {
      color: #950248;
      text-transform: uppercase;
      padding-right: 40px; }
      .module-faq .expando h2 a .arrow-wrap {
        background-color: #fff;
        border: solid 1px #999;
        border-radius: 50%;
        font-size: 0;
        height: 30px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 25%;
        width: 30px; }
        .module-faq .expando h2 a .arrow-wrap .arrow-down {
          transition: all 0.3s ease-in-out; }
  .module-faq .expando.expanded h2 a .arrow-down {
    margin-top: 10px;
    transform: rotate(-180deg); }
  .module-faq .expandoes li a {
    font-size: 14px;
    padding-left: 0;
    text-decoration: none; }
  .module-faq .expando-content {
    border-bottom: 1px solid #e1e1e1; }
    .module-faq .expando-content a {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      text-transform: none; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .module-faq {
    padding: 0; }
    .module-faq .expando h2 {
      padding: 10px 0 25px; }
    .module-faq .expandoes li a {
      height: 42px; }
      .module-faq .expandoes li a.icon-right {
        background: url(../images/expando-toggle.png) 100% 0 no-repeat; }
      .module-faq .expandoes li a.icon-down {
        background: url(../images/expando-toggle.png) 100% -42px no-repeat; } }
/*
 * Get involved
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#get-involved {
  background-color: #f2f2f2;
  padding: 30px 0; }
  #get-involved #page_content h2 {
    color: #76012e;
    font-family: "ITCBerkeleyOldstyleW01- 812522", Georgia, serif;
    font-size: 26px;
    line-height: 1.2;
    margin: 0; }
  #get-involved #page_content a {
    color: #009bc9;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase; }
  #get-involved #page_content p {
    color: #333;
    margin: 10px auto 30px; }

.module-involved figcaption {
  color: #707070;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  width: 80%; }

.module-involved-join, .blockquote-style {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: 61px; }
  .module-involved-join h2, .blockquote-style h2 {
    border-top: 1px solid #e1e1e1;
    padding-top: 41px; }
  .module-involved-join .item p, .blockquote-style .item p {
    margin-bottom: 0;
    margin: 30px auto;
    padding: 10px 40px 0 40px; }

#donate h2 {
  border-top: 1px solid #e1e1e1;
  padding-top: 61px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #get-involved {
    padding: 0; }
    #get-involved a {
      font-size: 12px; } }
@media screen and (min-width: 992px) {
  #get-involved #page_content {
    margin: 0; } }
/*
 * Healthcare
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.module-healthcare {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .module-healthcare figcaption {
    color: #707070;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    width: 80%; }

.sidebar img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /*behavior: url(/PIE.htc);*/ }

#module-directory {
  padding: 0 22px; }
  #module-directory .directory-entries .col-xs-16 {
    margin-bottom: 30px; }
  #module-directory .directory-entries .name {
    color: #76012e;
    font-family: "ITCBerkeleyOldstyleW01- 812507", Georgia, serif;
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 3px; }
  #module-directory .directory-entries a {
    color: #009bc9;
    text-decoration: none;
    word-wrap: break-word; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #module-directory {
    padding: 0; } }
@media screen and (min-width: 992px) {
  #module-directory .directory-entries .name {
    font-size: 16px; } }
/*
 * Hero area
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.hero-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  margin: -32px auto 0;
  overflow: hidden;
  position: relative; }
  .hero-area img {
    width: 100%; }
  .hero-area__image {
    height: auto;
    min-height: 250px;
    min-width: 575px; }
  .hero-area .hero-bottom-border {
    bottom: 0;
    position: absolute; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .hero-area {
    height: 300px;
    margin: -72px auto 0; }
    .hero-area .hero-bottom-border {
      bottom: -40px; }
    .hero-area img {
      margin-top: -70px; } }
@media screen and (min-width: 992px) {
  .hero-area {
    height: 300px; }
    .hero-area img {
      margin-top: -130px; } }
@media screen and (min-width: 1200px) {
  .hero-area {
    background-position: center -100px;
    height: 330px; } }
/*
 * Hero spacing
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.hero-spacing {
  margin-top: -30px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .hero-spacing {
    margin-top: -70px; } }
@media screen and (min-width: 992px) {
  .hero-spacing {
    margin-top: -212px !important; } }
/*
 * Home slider
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.home-slider {
  color: white;
  margin-bottom: -31px;
  text-align: center;
  top: -31px; }
  .home-slider .slick-dots {
    position: absolute;
    text-align: center;
    top: calc((100vw / 1.7) - 40px);
    width: 100%; }

.slide__image img {
  width: 100%; }
.slide__caption {
  background-color: #fff;
  position: relative;
  width: 100vw; }
  .slide__caption p {
    color: #76012e;
    margin-bottom: 0;
    padding: 22px 22px 0;
    text-align: left; }
  .slide__caption .cta-link {
    display: block;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    white-space: nowrap; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .home-slider {
    margin: 0 -50px -50px;
    max-height: 550px;
    top: -50px; }
    .home-slider .slick-list {
      top: 0; }
    .home-slider .slick-dots {
      bottom: 15px;
      left: 50px;
      text-align: left;
      top: auto; }
      .home-slider .slick-dots li button {
        margin-left: 3px; }
    .home-slider .slide__caption {
      background-color: rgba(242, 242, 242, 0.9);
      border-radius: 0 20px 20px 0;
      bottom: 60px;
      padding: 0 10px;
      position: absolute;
      width: 450px; }
      .home-slider .slide__caption p {
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px; }
      .home-slider .slide__caption .cta-link {
        display: inline;
        font-size: 14px; } }
@media screen and (min-width: 992px) {
  .home-slider .slick-list {
    top: 0; }
  .home-slider .slide__caption {
    bottom: 60px;
    margin-left: 20px; } }
@media screen and (min-width: 1200px) {
  .home-slider .slick-list {
    top: -70px; } }
/*
 * Introduction
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
/* Introduction */
#introduction {
  background: #fff;
  border-top: solid 1px #eeefef;
  position: relative;
  margin-bottom: 30px; }
  #introduction p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #introduction {
    background: #f2f2f2;
    border: none;
    margin: 0 -50px 30px;
    padding: 30px 50px 0; } }
/*
 * Job opportunities
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
/* Module: Job Opportunities */
.module-job-opportunities ol {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px; }
  .module-job-opportunities ol li {
    margin-left: 4%;
    padding-left: 5px; }
.module-job-opportunities .filter-sidebar select {
  background-image: url("/images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  border-radius: 0;
  padding: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .module-job-opportunities .filter-sidebar select {
      background-image: url("/images/arrow-down@2x.png");
      background-size: 13px 8px; } }
.module-job-opportunities .expando {
  font-weight: bold;
  padding: 0 22px; }
  .module-job-opportunities .expando h3 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: normal; }
  .module-job-opportunities .expando .arrow-wrap {
    background-color: #fff;
    border: solid 1px #999;
    border-radius: 50%;
    font-size: 0;
    height: 30px;
    padding: 0;
    width: 30px; }
    .module-job-opportunities .expando .arrow-wrap .arrow-right {
      margin-top: 8px; }
  .module-job-opportunities .expando h5 {
    border-bottom: 1px solid #e1e1e1;
    font-family: "News Gothic MT W02 Bold", Georgia, serif;
    margin-top: 25px;
    padding: 10px 0 14px;
    position: relative; }
  .module-job-opportunities .expando a {
    border-bottom: solid 1px #e1e1e1;
    color: #76012e;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 10px 20px 10px 0; }
    .module-job-opportunities .expando a.icon-right {
      background: url(../images/expando-toggle.png) right 0 no-repeat; }
    .module-job-opportunities .expando a.icon-down {
      background: url(../images/expando-toggle.png) right -42px no-repeat; }
  .module-job-opportunities .expando:last-child a {
    border-bottom: none; }
.module-job-opportunities .jobs__padding {
  padding: 0 22px; }
.module-job-opportunities .job-detail {
  padding: 0 22px; }
  .module-job-opportunities .job-detail h2 {
    margin-bottom: 20px; }
  .module-job-opportunities .job-detail a {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: none; }
  .module-job-opportunities .job-detail h6 {
    color: #76012e;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal; }
  .module-job-opportunities .job-detail .disc {
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .module-job-opportunities .job-detail .apply {
    text-align: center; }
  .module-job-opportunities .job-detail .button {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #009bc9;
    /*behavior: url(/PIE.htc);*/
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 276px; }
  .module-job-opportunities .job-detail ul {
    margin: 0 0 20px 20px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
    .module-job-opportunities .job-detail ul li {
      margin-left: 4%; }
.module-job-opportunities h6 {
  font-weight: bold;
  margin: 0; }
.module-job-opportunities .sidebar {
  position: relative; }
.module-job-opportunities ul {
  margin-bottom: 30px; }
  .module-job-opportunities ul ul.disc {
    margin-bottom: 20px; }
.module-job-opportunities .all-jobs {
  text-align: center; }
  .module-job-opportunities .all-jobs .button {
    width: 276px; }

#module-job-opportunities-search .module-sidebar-search, #module-job-opportunities-search .filter-sidebar,
#module-job-opportunities-filter .module-sidebar-search,
#module-job-opportunities-filter .filter-sidebar,
.module-sidebar-blog-filter .module-sidebar-search,
.module-sidebar-blog-filter .filter-sidebar {
  margin-top: 0;
  margin-bottom: 0;
  position: relative; }
  #module-job-opportunities-search .module-sidebar-search form, #module-job-opportunities-search .filter-sidebar form,
  #module-job-opportunities-filter .module-sidebar-search form,
  #module-job-opportunities-filter .filter-sidebar form,
  .module-sidebar-blog-filter .module-sidebar-search form,
  .module-sidebar-blog-filter .filter-sidebar form {
    margin-bottom: 0; }
  #module-job-opportunities-search .module-sidebar-search #jobs_search, #module-job-opportunities-search .filter-sidebar #jobs_search,
  #module-job-opportunities-filter .module-sidebar-search #jobs_search,
  #module-job-opportunities-filter .filter-sidebar #jobs_search,
  .module-sidebar-blog-filter .module-sidebar-search #jobs_search,
  .module-sidebar-blog-filter .filter-sidebar #jobs_search {
    padding-left: 10px;
    padding-bottom: 4px;
    width: 100%; }
  #module-job-opportunities-search .module-sidebar-search select, #module-job-opportunities-search .filter-sidebar select,
  #module-job-opportunities-filter .module-sidebar-search select,
  #module-job-opportunities-filter .filter-sidebar select,
  .module-sidebar-blog-filter .module-sidebar-search select,
  .module-sidebar-blog-filter .filter-sidebar select {
    background-image: url("/images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    border-radius: 0;
    padding: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #module-job-opportunities-search .module-sidebar-search select, #module-job-opportunities-search .filter-sidebar select,
      #module-job-opportunities-filter .module-sidebar-search select,
      #module-job-opportunities-filter .filter-sidebar select,
      .module-sidebar-blog-filter .module-sidebar-search select,
      .module-sidebar-blog-filter .filter-sidebar select {
        background-image: url("/images/arrow-down@2x.png");
        background-size: 13px 8px; } }
  #module-job-opportunities-search .module-sidebar-search .chzn-single, #module-job-opportunities-search .filter-sidebar .chzn-single,
  #module-job-opportunities-filter .module-sidebar-search .chzn-single,
  #module-job-opportunities-filter .filter-sidebar .chzn-single,
  .module-sidebar-blog-filter .module-sidebar-search .chzn-single,
  .module-sidebar-blog-filter .filter-sidebar .chzn-single {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
    background-image: url(../images/dropdown-arrows.png), -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background-image: url(../images/dropdown-arrows.png), -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: url(../images/dropdown-arrows.png), -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: url(../images/dropdown-arrows.png), -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: url(../images/dropdown-arrows.png), linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-position: 94% 46%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-color: #ffffff; }
  #module-job-opportunities-search .module-sidebar-search h5, #module-job-opportunities-search .filter-sidebar h5,
  #module-job-opportunities-filter .module-sidebar-search h5,
  #module-job-opportunities-filter .filter-sidebar h5,
  .module-sidebar-blog-filter .module-sidebar-search h5,
  .module-sidebar-blog-filter .filter-sidebar h5 {
    /*behavior: url(/PIE.htc);*/
    background: #9c1455;
    color: #fff;
    font-family: "News Gothic MT W02 Bold", Georgia, serif;
    font-size: 14px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 44px 16px 44px; }
  #module-job-opportunities-search .module-sidebar-search .field, #module-job-opportunities-search .filter-sidebar .field,
  #module-job-opportunities-filter .module-sidebar-search .field,
  #module-job-opportunities-filter .filter-sidebar .field,
  .module-sidebar-blog-filter .module-sidebar-search .field,
  .module-sidebar-blog-filter .filter-sidebar .field {
    behavior: url(/PIE.htc);
    background: #f2f2f2;
    padding: 15px 20px 25px 15px;
    position: relative; }
  #module-job-opportunities-search .module-sidebar-search input, #module-job-opportunities-search .filter-sidebar input,
  #module-job-opportunities-filter .module-sidebar-search input,
  #module-job-opportunities-filter .filter-sidebar input,
  .module-sidebar-blog-filter .module-sidebar-search input,
  .module-sidebar-blog-filter .filter-sidebar input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    behavior: url(/PIE.htc);
    margin-bottom: 10px;
    margin: 0 auto;
    position: relative;
    width: 100%; }
  #module-job-opportunities-search .module-sidebar-search input[type="submit"], #module-job-opportunities-search .filter-sidebar input[type="submit"],
  #module-job-opportunities-filter .module-sidebar-search input[type="submit"],
  #module-job-opportunities-filter .filter-sidebar input[type="submit"],
  .module-sidebar-blog-filter .module-sidebar-search input[type="submit"],
  .module-sidebar-blog-filter .filter-sidebar input[type="submit"] {
    background-image: url("/images/search-icon.png");
    background-repeat: no-repeat;
    background-size: 16px 17px;
    font-size: 0;
    height: 17px;
    padding: 0;
    position: absolute;
    bottom: 30px;
    right: 32px;
    width: 17px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #module-job-opportunities-search .module-sidebar-search input[type="submit"], #module-job-opportunities-search .filter-sidebar input[type="submit"],
      #module-job-opportunities-filter .module-sidebar-search input[type="submit"],
      #module-job-opportunities-filter .filter-sidebar input[type="submit"],
      .module-sidebar-blog-filter .module-sidebar-search input[type="submit"],
      .module-sidebar-blog-filter .filter-sidebar input[type="submit"] {
        background-image: url("/images/search-icon@2x.png");
        background-size: 16px 17px; } }
#module-job-opportunities-search .filter-sidebar .field,
#module-job-opportunities-filter .filter-sidebar .field,
.module-sidebar-blog-filter .filter-sidebar .field {
  padding-bottom: 5px; }

.module-sidebar-blog-filter .module-sidebar-search input[type="text"], .module-sidebar-blog-filter .filter-sidebar input[type="text"] {
  background-image: none; }

.job__tabs {
  border-bottom: solid 1px #950248;
  margin: 0 22px 30px;
  text-align: center; }
  .job__tabs-filter select {
    background-image: url("/images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    border-radius: 0;
    padding: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .job__tabs-filter select {
        background-image: url("/images/arrow-down@2x.png");
        background-size: 13px 8px; } }
  .job__tabs li {
    display: inline-block;
    text-align: center; }
    .job__tabs li a {
      color: rgba(149, 2, 72, 0.4);
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase; }
    .job__tabs li div.arrow-down {
      display: none;
      margin-bottom: -9px; }
    .job__tabs li.active a {
      color: #950248; }
    .job__tabs li.active div.arrow-down {
      display: block; }
    .job__tabs li:first-child {
      padding-right: 15%; }
    .job__tabs li:last-child {
      padding-left: 15%; }

.job__tabs-wrap {
  background-color: #f2f3f3;
  margin-bottom: 30px;
  padding-top: 20px; }
  .job__tabs-wrap .js-tab-content {
    padding: 0 22px; }
  .job__tabs-wrap .module-sidebar-search h5,
  .job__tabs-wrap .filter-sidebar h5 {
    display: none; }
  .job__tabs-wrap .module-sidebar-search input, .job__tabs-wrap .module-sidebar-search select,
  .job__tabs-wrap .filter-sidebar input,
  .job__tabs-wrap .filter-sidebar select {
    border-radius: 0;
    padding: 10px;
    width: 100%; }
  .job__tabs-wrap .module-sidebar-search input[type="submit"],
  .job__tabs-wrap .filter-sidebar input[type="submit"] {
    background-image: url("/images/search-icon.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 16px 17px;
    font-size: 0;
    height: 17px;
    padding: 0;
    position: absolute;
    bottom: 60px;
    right: 42px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .job__tabs-wrap .module-sidebar-search input[type="submit"],
      .job__tabs-wrap .filter-sidebar input[type="submit"] {
        background-image: url("/images/search-icon@2x.png");
        background-size: 16px 17px; } }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #module-job-opportunities-search .module-sidebar-search, #module-job-opportunities-search .filter-sidebar,
  #module-job-opportunities-filter .module-sidebar-search,
  #module-job-opportunities-filter .filter-sidebar,
  .module-sidebar-blog-filter .module-sidebar-search,
  .module-sidebar-blog-filter .filter-sidebar {
    margin-bottom: 30px; }
    #module-job-opportunities-search .module-sidebar-search h5, #module-job-opportunities-search .filter-sidebar h5,
    #module-job-opportunities-filter .module-sidebar-search h5,
    #module-job-opportunities-filter .filter-sidebar h5,
    .module-sidebar-blog-filter .module-sidebar-search h5,
    .module-sidebar-blog-filter .filter-sidebar h5 {
      border-radius: 20px 20px 0 0; }
    #module-job-opportunities-search .module-sidebar-search .field, #module-job-opportunities-search .filter-sidebar .field,
    #module-job-opportunities-filter .module-sidebar-search .field,
    #module-job-opportunities-filter .filter-sidebar .field,
    .module-sidebar-blog-filter .module-sidebar-search .field,
    .module-sidebar-blog-filter .filter-sidebar .field {
      border-radius: 0 0 20px 20px; }

  .module-job-opportunities .jobs__padding {
    padding: 0; }
  .module-job-opportunities .job-detail {
    padding: 0; }
    .module-job-opportunities .job-detail .apply {
      text-align: left; }
      .module-job-opportunities .job-detail .apply .button {
        padding: 10px 30px;
        width: auto; }
  .module-job-opportunities .all-jobs {
    text-align: left; }
    .module-job-opportunities .all-jobs .button {
      width: auto; } }
/*
 * Jubilarians
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.tpl-jubilarian-page h1 {
  color: #76012e;
  font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px; }

.jubilarian {
  padding: 10px !important; }
  .jubilarian h3 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px !important;
    font-weight: bold;
    margin-bottom: 5px !important; }

.where-we-are-module strong {
  line-height: 1em; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .jubilarian {
    text-align: left !important;
    width: 50% !important; } }
/*
 * Latest news
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#latestnews {
  margin-bottom: 30px; }

.latest-news {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  width: 100%; }
  .latest-news .heading h3 {
    color: #fff;
    float: left;
    font-family: "News Gothic MT W02 Bold", Georgia, serif;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    width: auto; }
  .latest-news .heading p {
    color: #fff;
    float: right;
    font-weight: 600;
    margin-bottom: 0; }
    .latest-news .heading p:hover {
      text-decoration: underline; }
  .latest-news ul {
    background-color: #fff;
    -webkit-border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    border-radius: 0 0 0 20px;
    padding: 30px 22px 0;
    behavior: url(/PIE.htc);
    position: relative; }
  .latest-news .heading {
    background: #950248;
    padding: 14px 22px 12px 22px;
    position: relative;
    behavior: url(/PIE.htc); }
    .latest-news .heading span {
      color: #fff;
      float: left;
      font-weight: bold;
      text-transform: uppercase;
      width: auto; }
    .latest-news .heading a {
      color: #fff;
      float: right;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      text-transform: none; }
  .latest-news li {
    padding-bottom: 30px;
    position: relative; }
    .latest-news li:first-child {
      border: none; }
    .latest-news li:last-child {
      padding-bottom: 0; }
    .latest-news li .title {
      color: #707070;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      padding-right: 20px; }
      .latest-news li .title a {
        color: #707070; }
      .latest-news li .title p {
        font-size: 16px; }
      .latest-news li .title time {
        color: #950248;
        font-size: 13px; }
    .latest-news li > p {
      color: #898989;
      font-size: 14px;
      margin: 20px auto 22px; }
    .latest-news li a {
      color: #009bc9;
      display: block;
      font-size: 14px;
      text-decoration: none;
      text-transform: uppercase; }
      .latest-news li a:hover {
        color: #950248; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .latest-news .heading {
    border-radius: 20px 20px 0 0; }
  .latest-news ul {
    border-radius: 0 0 20px 20px; }

  .tpl-community-homepage .latest-news ul {
    background-color: rgba(238, 238, 238, 0.9);
    -pie-background: rgba(238, 238, 238, 0.9); } }
@media screen and (min-width: 992px) {
  .latest-news {
    margin: 0 auto 30px;
    position: absolute;
    top: 70px;
    right: 0;
    width: 250px; }
    .latest-news .heading {
      -webkit-border-radius: 20px 0 0 0px;
      -moz-border-radius: 20px 0 0 0px;
      border-radius: 20px 0 0 0px; }
      .latest-news .heading h3 {
        font-size: 14px; }
      .latest-news .heading a {
        font-size: 12px; }
    .latest-news ul {
      background: rgba(238, 238, 238, 0.9);
      border-radius: 0 0 0 20px;
      padding: 10px; }
      .latest-news ul li .title {
        font-size: 12px; }
        .latest-news ul li .title br {
          display: none; }
      .latest-news ul li > p {
        margin-top: 10px;
        margin-bottom: 10px; }
      .latest-news ul li a {
        font-size: 12px; } }
/*
 * Locations
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.module-locations {
  margin-bottom: 30px; }
  .module-locations .sidemenu h5 {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    behavior: url(/PIE.htc);
    background: #9c1455;
    color: #fff;
    font-family: "News Gothic MT W02 Bold", Georgia, serif;
    font-size: 14px;
    margin-bottom: 0;
    padding: 15px 21px 15px 16px;
    text-align: center;
    text-transform: uppercase; }
  .module-locations .sidemenu a {
    display: block;
    font-size: 12px;
    padding: 0 55px 19px 20px;
    text-transform: uppercase;
    width: 88%;
    word-wrap: break-word; }
  .module-locations .sidemenu ul {
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    behavior: url(/PIE.htc);
    background: #f2f2f2;
    padding: 26px 0 16px 0; }
  .module-locations a {
    color: #009bc9;
    text-decoration: none; }
  .module-locations .name a {
    color: #76012e;
    font-size: 16px;
    font-weight: bold; }

.module-locations .info {
  font-size: 12px; }

.directory-entries .row {
  padding: 0 10px; }
.directory-entries li em {
  font-size: 16px; }

.clear-row {
  clear: left; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 992px) {
  .directory-entries li em {
    font-size: 14px; } }
/*
 * Mantle
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.homepage-mantle-bg {
  background-image: url("../images/mantle-bg.jpg");
  height: 721px;
  height: 894px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

#mantle {
  height: 691px;
  position: relative;
  /*top: -173px;
  z-index: 195;*/
  width: 100%; }
  #mantle .description {
    font-family: "Open Sans" sans-serif;
    background: rgba(244, 242, 241, 0.9);
    -pie-background: rgba(244, 242, 241, 0.9);
    color: #76012e;
    padding: 5px 30px 5px 20px;
    margin-left: 20px;
    position: absolute;
    bottom: 76px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    width: 400px;
    behavior: url(/PIE.htc); }
    #mantle .description p {
      display: inline;
      margin: 0;
      width: 74%; }
  #mantle .flexslider {
    z-index: 194;
    height: 691px;
    width: 1070px; }
    #mantle .flexslider img {
      height: 691px;
      width: 100%; }
    #mantle .flexslider .flex-control-nav {
      position: absolute;
      bottom: 26px;
      left: 64px;
      width: auto; }
  #mantle .nav {
    position: absolute;
    bottom: 30px;
    left: 100px; }
    #mantle .nav li {
      float: left;
      margin-right: 15px;
      width: 16px; }
    #mantle .nav a {
      background: #fff;
      display: block;
      height: 16px; }

.mantle-wrap {
  margin: 0 auto;
  position: relative;
  width: 1070px; }
  .mantle-wrap .arrowdown {
    background-image: url(../images/news_arrow.png);
    background-position: 0px 4px;
    background-repeat: no-repeat; }
  .mantle-wrap .modifiednews-header {
    width: 220px; }
  .mantle-wrap .latest-news .modifiednews {
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Main
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.main a {
  color: #009bc9; }
  .main a.button {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    behavior: url(/PIE.htc);
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    background-color: #009bc9;
    color: #fff;
    font-size: 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase; }
    .main a.button:focus, .main a.button:hover {
      color: #fff; }
    @media screen and (min-width: 768px) {
      .main a.button {
        color: #b8daea; } }
    .main a.button.take-action {
      margin-left: 5px;
      background-color: #eadae0;
      color: #8e2e51; }
      .main a.button.take-action:hover {
        background-color: #f6eff2; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #main {
    padding-left: 50px;
    padding-right: 50px;
    position: relative; } }
@media screen and (min-width: 992px) {
  #main > .module {
    margin-top: 50px; } }
/*
 * Members
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
table.members tbody tr td h4 {
  padding-bottom: 20px; }
table.members tbody tr td p {
  text-align: center; }
  table.members tbody tr td p a.button {
    margin-bottom: 10px;
    text-align: center;
    width: 276px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  table.members tbody tr td p {
    text-align: left; }
    table.members tbody tr td p a.button {
      width: auto; } }
/*
 * Mobile nav
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.mobile-nav-icon {
  position: absolute;
  right: 12px;
  z-index: 9999; }
  .mobile-nav-icon:hover {
    background-color: transparent; }
  .mobile-nav-icon:focus {
    outline: none; }

.no-scroll {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100vw; }
  .no-scroll .mobile-nav-icon {
    position: fixed;
    right: 22px; }

.mobile-nav {
  background-color: #fff;
  border-top: solid 1px #950248;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 25px;
  position: fixed;
  top: 34px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%; }
  .mobile-nav a {
    text-decoration: none; }
  .mobile-nav .primary-nav > ul,
  .mobile-nav .secondary-nav > ul {
    float: none;
    text-align: center; }
    .mobile-nav .primary-nav > ul > li,
    .mobile-nav .primary-nav > ul > li.active,
    .mobile-nav .secondary-nav > ul > li,
    .mobile-nav .secondary-nav > ul > li.active {
      float: none;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      .mobile-nav .primary-nav > ul > li a,
      .mobile-nav .primary-nav > ul > li.active a,
      .mobile-nav .secondary-nav > ul > li a,
      .mobile-nav .secondary-nav > ul > li.active a {
        color: #76012e; }
        .mobile-nav .primary-nav > ul > li a:hover, .mobile-nav .primary-nav > ul > li a:focus,
        .mobile-nav .primary-nav > ul > li.active a:hover,
        .mobile-nav .primary-nav > ul > li.active a:focus,
        .mobile-nav .secondary-nav > ul > li a:hover,
        .mobile-nav .secondary-nav > ul > li a:focus,
        .mobile-nav .secondary-nav > ul > li.active a:hover,
        .mobile-nav .secondary-nav > ul > li.active a:focus {
          text-decoration: underline; }
      .mobile-nav .primary-nav > ul > li > ul,
      .mobile-nav .primary-nav > ul > li.active > ul,
      .mobile-nav .secondary-nav > ul > li > ul,
      .mobile-nav .secondary-nav > ul > li.active > ul {
        border-radius: 0;
        display: block;
        overflow: hidden;
        padding: 20px 22px !important;
        position: relative;
        text-align: center;
        top: 0;
        width: 100%; }
        .mobile-nav .primary-nav > ul > li > ul li a,
        .mobile-nav .primary-nav > ul > li.active > ul li a,
        .mobile-nav .secondary-nav > ul > li > ul li a,
        .mobile-nav .secondary-nav > ul > li.active > ul li a {
          color: #950248;
          font-size: 12px; }
  .mobile-nav .primary-nav > ul {
    margin: 9px 0 40px 0; }
    .mobile-nav .primary-nav > ul:last-child {
      margin-bottom: 0; }
    .mobile-nav .primary-nav > ul > li:focus:before, .mobile-nav .primary-nav > ul > li:hover:before {
      background-color: transparent; }
    .mobile-nav .primary-nav > ul > li > a {
      background-color: transparent;
      font-size: 16px;
      padding-bottom: 20px; }
    .mobile-nav .primary-nav > ul > li.has_subnav {
      margin-bottom: 15px; }
      .mobile-nav .primary-nav > ul > li.has_subnav > ul {
        background-color: rgba(64, 64, 64, 0.05);
        margin-bottom: 18px;
        padding: 28px 0; }
        .mobile-nav .primary-nav > ul > li.has_subnav > ul > li {
          margin: 0 0 28px 0; }
          .mobile-nav .primary-nav > ul > li.has_subnav > ul > li:last-child {
            margin: 0; }
    .mobile-nav .primary-nav > ul > li:last-child.has_subnav > ul {
      margin-bottom: 0; }
  .mobile-nav .secondary-nav > ul > li {
    margin-bottom: 15px; }
    .mobile-nav .secondary-nav > ul > li:focus.has_subnav, .mobile-nav .secondary-nav > ul > li:hover.has_subnav {
      background-color: transparent; }
      .mobile-nav .secondary-nav > ul > li:focus.has_subnav > ul, .mobile-nav .secondary-nav > ul > li:hover.has_subnav > ul {
        border-radius: 0;
        left: auto;
        position: relative;
        padding-left: 22px;
        padding-right: 22px;
        width: 100%; }
        .mobile-nav .secondary-nav > ul > li:focus.has_subnav > ul > li, .mobile-nav .secondary-nav > ul > li:hover.has_subnav > ul > li {
          margin-bottom: 15px; }
          .mobile-nav .secondary-nav > ul > li:focus.has_subnav > ul > li:last-child, .mobile-nav .secondary-nav > ul > li:hover.has_subnav > ul > li:last-child {
            margin-bottom: 0; }
    .mobile-nav .secondary-nav > ul > li > ul {
      background-color: rgba(64, 64, 64, 0.05);
      border-radius: 0;
      left: auto;
      position: relative;
      width: 100%; }
      .mobile-nav .secondary-nav > ul > li > ul > li {
        margin-bottom: 15px; }
        .mobile-nav .secondary-nav > ul > li > ul > li:last-child {
          margin-bottom: 0; }
    .mobile-nav .secondary-nav > ul > li a {
      font-size: 12px; }
      .mobile-nav .secondary-nav > ul > li a:hover {
        color: #76012e; }
  .mobile-nav .expanded .expando-toggle {
    padding-bottom: 18px;
    text-decoration: underline; }
  .mobile-nav .primary-nav > ul > li.has_subnav:focus > ul li a,
  .mobile-nav .primary-nav > ul > li.has_subnav:hover > ul li a,
  .mobile-nav .secondary-nav > ul > li.has_subnav:focus > ul li a,
  .mobile-nav .secondary-nav > ul > li.has_subnav:hover > ul li a {
    color: #950248;
    font-size: 12px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .mobile-nav {
    left: calc((100vw - 720px)/2);
    width: 720px; }
    .mobile-nav .primary-nav > ul > li > a {
      font-size: 18px; }
    .mobile-nav .primary-nav > ul > li > ul > li > a {
      font-size: 14px; }
    .mobile-nav .secondary-nav > ul > li > a {
      font-size: 14px; }
    .mobile-nav .primary-nav > ul > li.has_subnav:focus > ul > li > a,
    .mobile-nav .primary-nav > ul > li.has_subnav:hover > ul > li > a,
    .mobile-nav .secondary-nav > ul > li.has_subnav:focus > ul > li > a,
    .mobile-nav .secondary-nav > ul > li.has_subnav:hover > ul > li > a {
      font-size: 14px; }

  .no-scroll .mobile-nav-icon {
    right: calc(((100vw - 720px) / 2) + 22px); } }
/*
 * Mobile Rule
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
hr.mobile-rule {
  border: solid 1px #d8d9d9;
  margin: 0 22px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Module
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
/* Module */
.module h2 {
  color: #76012e;
  font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
  font-size: 26px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Module: Communities
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.tpl-community-homepage #page_content p img {
  border-radius: 20px;
  height: auto;
  max-width: 100%; }

.tpl-community-subpage-two-columns p img, .tpl-community-subpage-two-columns span img, .tpl-community-subpage-two-columns div img {
  border-radius: 20px;
  height: auto;
  max-width: 100%; }

.module-communities #support-mercy-intro {
  padding: 0 22px; }
.module-communities #donate hr.mobile-rule {
  margin: 30px 0; }
.module-communities #donate h2 {
  border-top: 1px solid #e1e1e1;
  padding-top: 30px; }
.module-communities h2 {
  margin: 0 22px 30px; }
.module-communities a {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none; }
  .module-communities a.button {
    width: 276px;
    margin: 0 auto 10px;
    text-align: center; }
.module-communities hr.mobile-rule {
  margin: 20px 0; }
.module-communities ul li {
  margin: 0 auto;
  max-width: 280px; }
  .module-communities ul li p {
    text-align: center; }
.module-communities ul div.col-xs-16:last-child hr.mobile-rule {
  display: none !important; }
.module-communities .map-container {
  border: 1px solid transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  behavior: url(/PIE.htc);
  height: 178px;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative; }
  .module-communities .map-container img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*behavior: url(/PIE.htc);*/
    width: 100%; }
  .module-communities .map-container .details {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #eee;
    -pie-background: rgba(134, 44, 72, 0.8);
    background: rgba(134, 44, 72, 0.8);
    behavior: url(/PIE.htc);
    height: 100%;
    position: absolute;
    top: 130px;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%; }
    .module-communities .map-container .details p {
      color: #fff;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      margin-bottom: 0;
      padding: 12px 19px 10px 23px;
      text-align: center;
      line-height: 100%; }
    .module-communities .map-container .details .name {
      background: #a00241;
      position: relative;
      width: 100%; }
    .module-communities .map-container .details h3 {
      color: #fff;
      font-family: "News Gothic MT W02 Bold", Georgia, serif;
      font-size: 14px;
      height: auto;
      margin: 0;
      padding: 15px 0 19px 0;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
      .module-communities .map-container .details h3.two-line {
        padding-top: 8px; }
    .module-communities .map-container .details p.learn_more span {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background: #009bc9;
      color: #fff;
      font-size: 12px;
      padding: 8px 50px;
      text-decoration: none;
      text-transform: uppercase;
      behavior: url(/PIE.htc);
      position: relative; }
.module-communities .name {
  font-weight: bold; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .tpl-community-subpage-two-columns p img, .tpl-community-subpage-two-columns span img, .tpl-community-subpage-two-columns div img {
    border-radius: 0; }

  .module-communities h2 {
    margin: 0 0 30px; }
  .module-communities #support-mercy-intro {
    padding: 0; }
  .module-communities ul li p {
    text-align: left; } }
@media screen and (min-width: 992px) {
  .module-communities .map-container .details:hover {
    top: 0; }
  .module-communities a:hover .details {
    top: 0; } }
/*
 * Module: heritage center
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.module-heritage-center {
  margin-bottom: 170px; }
  .module-heritage-center span, .module-heritage-center a.link {
    color: #009bc9; }
  .module-heritage-center .thumb {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/PIE.htc);
    float: left;
    margin: 5px 20px 30px 0; }
  .module-heritage-center a {
    text-decoration: none; }
  .module-heritage-center h2.spacing {
    padding-top: 35px; }
  .module-heritage-center .name {
    color: #76012e;
    font-family: "ITCBerkeleyOldstyleW01- 812507", Georgia, serif;
    font-weight: bold; }
  .module-heritage-center p a {
    color: #009bc9; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Module: leadership
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.module-leadership a.button {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #009bc9;
  /*behavior: url(/PIE.htc);*/
  margin-bottom: 30px;
  padding: 11px 34px 10px 33px; }
.module-leadership .leader {
  border-bottom: 1px solid #e1e1e2; }
  .module-leadership .leader h2 {
    color: #76012e;
    font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
    font-size: 26px;
    margin: 10px 0; }
  .module-leadership .leader .content {
    margin: 15px 22px 30px; }
    .module-leadership .leader .content a.button {
      display: block;
      margin: 0 auto;
      max-width: 276px;
      text-align: center; }
  .module-leadership .leader .thumb {
    float: left;
    margin: 0 20px 10px 0;
    width: 100%;
    /*behavior: url(/PIE.htc);*/ }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .module-leadership .leader {
    margin-bottom: 30px; }
    .module-leadership .leader .content {
      margin: 0 0 30px; }
      .module-leadership .leader .content a.button {
        display: inline-block;
        margin: 0; }
    .module-leadership .leader .thumb {
      border-radius: 20px; } }
/*
 * Module: more/overview
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.module-more, .module-overview {
  border-top: 1px solid #e1e1e1;
  margin: auto;
  padding-top: 30px; }
  .module-more .item, .module-overview .item {
    border: 1px solid transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 280px;
    behavior: url(/PIE.htc); }
  .module-more .end, .module-overview .end {
    margin-right: 0; }
  .module-more .first, .module-overview .first {
    margin-left: 33px; }
  .module-more figure, .module-overview figure {
    width: 100%; }
  .module-more h3, .module-overview h3 {
    background: #9c1455;
    display: block;
    font-family: "News Gothic MT W02 Bold", Georgia, serif;
    font-size: 14px;
    height: 45px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 0;
    width: 100%; }
    .module-more h3.two-line, .module-overview h3.two-line {
      padding-top: 6px;
      padding-bottom: 8px; }
  .module-more .content, .module-overview .content {
    color: #fff;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
    behavior: url(/PIE.htc); }
    .module-more .content p.learn_more span, .module-overview .content p.learn_more span {
      behavior: url(/PIE.htc);
      -webkit-border-radius: 1000px;
      -moz-border-radius: 1000px;
      border-radius: 1000px;
      background-color: #009bc9;
      color: #fff;
      font-size: 12px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      padding: 8px 50px;
      position: absolute;
      left: 60px;
      bottom: 30px; }
      .module-more .content p.learn_more span:focus, .module-more .content p.learn_more span:hover, .module-overview .content p.learn_more span:focus, .module-overview .content p.learn_more span:hover {
        color: #fff; }
      @media screen and (min-width: 768px) {
        .module-more .content p.learn_more span, .module-overview .content p.learn_more span {
          color: #b8daea; } }
  .module-more .slideup, .module-overview .slideup {
    background: rgba(118, 1, 46, 0.8);
    -pie-background: rgba(118, 1, 46, 0.8);
    position: absolute;
    top: 205px;
    height: 100%;
    width: 100%;
    behavior: url(/PIE.htc); }
    .module-more .slideup p, .module-overview .slideup p {
      margin-bottom: 0;
      padding: 15px 10px 0 10px;
      text-align: center; }
  .module-more .details--mobile, .module-overview .details--mobile {
    text-align: center; }
    .module-more .details--mobile p, .module-overview .details--mobile p {
      margin: 10px auto 0;
      max-width: 276px; }
    .module-more .details--mobile hr.mobile-rule, .module-overview .details--mobile hr.mobile-rule {
      max-width: 276px; }
    .module-more .details--mobile .learn_more a.button, .module-overview .details--mobile .learn_more a.button {
      max-width: 276px;
      width: 100%; }
  .module-more .col-sm-16:last-child .details--mobile, .module-overview .col-sm-16:last-child .details--mobile {
    margin-bottom: 30px; }
  .module-more hr.mobile-rule, .module-overview hr.mobile-rule {
    border: solid 1px #e1e1e1;
    margin: 20px auto;
    width: 60%; }
  .module-more .col-sm-16:last-child hr.mobile-rule, .module-overview .col-sm-16:last-child hr.mobile-rule {
    display: none; }

.module-more .bucket {
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e1e1e2;
  margin-left: 0;
  -webkit-box-shadow: 0px 0px 20px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(2, 2, 2, 0.1);
  box-shadow: 0px 0px 20px rgba(2, 2, 2, 0.1);
  -pie-box-shadow: 0px 0px 20px rgba(246, 246, 246, 0.1);
  behavior: url(/PIE.htc);
  position: relative; }
.module-more .bucket .ie-extra {
  position: relative;
  /* This protects the inner element from being blurred */ }
.module-more h5 {
  border-bottom: 11px solid #950248;
  color: #950248;
  font-family: "News Gothic MT W02 Bold", Georgia, serif;
  font-size: 14px;
  margin-bottom: 0;
  padding: 24px 0 22px 0;
  text-align: center;
  text-transform: uppercase; }
  .module-more h5.dark-border {
    border-bottom: 11px solid #76012e; }
.module-more p {
  font-size: 12px;
  margin: 0;
  padding: 30px 25px; }
.module-more a.button {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #009bc9;
  behavior: url(/PIE.htc);
  margin-bottom: 23px;
  padding: 11px 33px 10px 33px;
  position: relative;
  left: 34px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .module-more, .module-overview {
    margin: 0; }
    .module-more .item, .module-overview .item {
      margin-bottom: 30px; } }
/*
 * Module: out stories
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
/* Module: our stories */
.module-our-stories .story {
  border-bottom: 1px solid #e1e1e2;
  margin: 0 0 46px 0; }
  .module-our-stories .story p {
    margin: 0 0 45px 0; }
.module-our-stories .first-story {
  margin-left: 0; }
  .module-our-stories .first-story img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/PIE.htc);
    margin: 10px 0 0 0; }
  .module-our-stories .first-story .columns {
    margin-left: 0; }
.module-our-stories .title a {
  color: #76012e;
  font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
  font-size: 26px;
  margin: 0;
  text-decoration: none; }
.module-our-stories .sidebar {
  margin: 10px 0 0 70px; }
  .module-our-stories .sidebar p {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    behavior: url(/PIE.htc);
    background: #76012e;
    font-weight: bold;
    padding: 17px 0 17px 0;
    position: relative;
    text-align: center; }
  .module-our-stories .sidebar .box {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/PIE.htc);
    background: #f2f2f2; }
  .module-our-stories .sidebar label {
    border-bottom: 2px solid #dbdbdb;
    color: #fff;
    font-family: "News Gothic MT W02 Bold", Georgia, serif;
    height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .module-our-stories .sidebar input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/PIE.htc);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0 0 25px 20px;
    background: #fff url(../images/mag-glass-search.png) no-repeat 99% 50%;
    height: 29px;
    width: 12px; }
  .module-our-stories .sidebar select {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0 0 22px 20px;
    height: 29px;
    width: 185px; }
    .module-our-stories .sidebar select span {
      font-style: italic; }
  .module-our-stories .sidebar .field input {
    width: 173px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Module: out stories sub
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.module-our-stories-sub img {
  float: left;
  margin: 0 13px 0 0;
  width: auto; }
.module-our-stories-sub .subheadings p:first-child {
  font-weight: bold;
  margin-bottom: 0; }
.module-our-stories-sub .subheadings p:first-child + p {
  font-style: italic; }
.module-our-stories-sub .story a {
  color: #009bc9;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase; }
.module-our-stories-sub .three {
  position: relative; }
.module-our-stories-sub .button {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #009bc9;
  behavior: url(/PIE.htc);
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .module-our-stories-sub .button:hover {
    background: #009bc9; }
  .module-our-stories-sub .button span {
    font-size: 7px;
    position: absolute;
    left: 10px;
    top: 15px; }
  .module-our-stories-sub .button span.next {
    left: 94px; }
.module-our-stories-sub h6 {
  color: #aaa;
  font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
  font-size: 18px;
  width: 95%; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Module: Overview
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.module-overview .name {
  text-align: center; }
  .module-overview .name a {
    font-weight: bold;
    text-decoration: none; }
.module-overview .column {
  margin-bottom: 30px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * News/events/blog
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#news.tab-content {
  border-top: none;
  padding-top: 0; }

.container .entry-header {
  background: none; }
  .container .entry-header h1 {
    font-size: 20px; }

.s2_form_widget h4 {
  background: #9c1455;
  -webkit-border-radius: 20px 20px 0 0;
  -mox-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-family: "News Gothic MT W02 Bold";
  font-size: 14px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 48px 16px 51px; }
.s2_form_widget .search {
  padding: 16px 16px 16px 16px;
  background-color: #f2f2f2;
  -webkit-border-radius: 0 0 20px 20px;
  -mox-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px; }
  .s2_form_widget .search form {
    margin-bottom: 0; }
  .s2_form_widget .search #s2email {
    padding-left: 13px; }
  .s2_form_widget .search p label {
    display: none; }
  .s2_form_widget .search p input[type='text'] {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 10px;
    margin: 0 auto;
    position: relative;
    width: 100%; }
  .s2_form_widget .search p {
    margin-bottom: 10px; }
    .s2_form_widget .search p input[type=submit][name=subscribe] {
      width: 100%;
      color: #b8daea;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background: #009bc9;
      text-transform: uppercase; }
      .s2_form_widget .search p input[type=submit][name=subscribe]:hover {
        color: #fff; }
    .s2_form_widget .search p input[name="unsubscribe"] {
      background: none;
      text-decoration: underline;
      width: 100%;
      padding: 0;
      color: #444; }
      .s2_form_widget .search p input[name="unsubscribe"]:hover {
        color: #999; }

.module-news-and-events input, .blog-module input {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  behavior: url(/PIE.htc);
  background: transparent url(../images/mag-glass-search.png);
  background-repeat: no-repeat;
  background-position: 248px 7px;
  position: relative;
  z-index: 99; }
.module-news-and-events .story, .blog-module .story {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 25px;
  padding: 0 22px; }
  .module-news-and-events .story .title,
  .module-news-and-events .story .title a, .blog-module .story .title,
  .blog-module .story .title a {
    color: #76012e;
    font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
    font-size: 26px;
    line-height: 1;
    text-decoration: none; }
  .module-news-and-events .story .date, .blog-module .story .date {
    font-weight: bold;
    margin: 5px 0; }
.module-news-and-events .news-events-space, .blog-module .news-events-space {
  margin-top: 73px; }
.module-news-and-events .meta, .blog-module .meta {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold; }
.module-news-and-events .event, .blog-module .event {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  padding-bottom: 19px; }
  .module-news-and-events .event a, .blog-module .event a {
    color: #76012e;
    font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
    font-size: 26px;
    line-height: 1;
    text-decoration: none; }
    .module-news-and-events .event a.cta-link, .blog-module .event a.cta-link {
      color: #009bc9;
      font-size: 12px;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      text-decoration: none;
      text-transform: uppercase; }

.blog-module {
  margin: 0 -50px;
  padding: 25px 50px 0; }
  .blog-module:nth-child(even) {
    background-color: #f2f3f3; }
  .blog-module .story {
    border-bottom: none;
    margin-bottom: 0; }
    .blog-module .story .wp-caption {
      float: none;
      margin: 0 auto 10px;
      max-width: 100%; }
      .blog-module .story .wp-caption img {
        display: block;
        margin: 0 auto;
        max-width: 100%; }
      .blog-module .story .wp-caption .wp-caption-text {
        text-align: left; }
    .blog-module .story img {
      border-radius: 20px;
      display: block;
      float: none;
      height: auto;
      margin: 0 auto 10px;
      max-width: 100%; }
    .blog-module .story .wp-post-image {
      max-width: 100%; }
    .blog-module .story .more-link {
      display: block;
      padding-top: 20px; }
  .blog-module:last-child {
    margin-bottom: 30px; }

.blog-intro {
  color: #76012e;
  font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
  font-size: 20px;
  margin: 0 0 30px;
  font-style: italic; }

.blog-module ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px; }
.blog-module ol {
  margin-left: 20px;
  margin-bottom: 20px; }
.blog-module li {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-left: 4%; }
.blog-module .story .title a {
  font-size: 22px; }
.blog-module a:hover {
  color: #76012e; }

.module .story ul {
  list-style: disc outside;
  margin-bottom: 20px; }
.module .story li {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-left: 4%; }

.module-news-and-events form {
  padding: 0 22px; }
  .module-news-and-events form select#communities {
    background-image: url("/images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    border-radius: 0;
    padding: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .module-news-and-events form select#communities {
        background-image: url("/images/arrow-down@2x.png");
        background-size: 13px 8px; } }
  .module-news-and-events form input[type="text"] {
    background-image: url("/images/search-icon.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    padding: 10px;
    width: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .module-news-and-events form input[type="text"] {
        background-image: url("/images/search-icon@2x.png");
        background-size: 16px 16px; } }
.module-news-and-events .story .content {
  margin-bottom: 30px; }
.module-news-and-events .story .thumb {
  border-radius: 20px;
  display: block;
  margin: 0 auto 30px; }
.module-news-and-events .event .title {
  font-size: 15px;
  margin-bottom: 5px; }

.news-sub h1 {
  color: #76012e;
  font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
  font-size: 26px;
  margin-bottom: 0; }
.news-sub .date {
  font-weight: bold;
  margin-top: 14px; }
.news-sub .thumb {
  float: left;
  margin: 0 20px 0 0; }
.news-sub .nav-previous a, .news-sub .nav-next a {
  text-decoration: none; }
.news-sub .nav-previous .button, .news-sub .nav-next .button {
  margin-bottom: 20px; }
.news-sub a.button,
.news-sub span.button,
.news-sub .comment-respond form #submit {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #009bc9;
  /*behavior: url(/PIE.htc);*/ }
  .news-sub a.button:hover,
  .news-sub span.button:hover,
  .news-sub .comment-respond form #submit:hover {
    background: #009bc9; }
.news-sub h6 {
  color: #aaa;
  font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
  font-size: 18px;
  width: 95%;
  text-decoration: none; }
.news-sub .story {
  padding: 0 22px; }
  .news-sub .story a.back {
    text-transform: uppercase;
    text-decoration: none; }

/* Module: blog */
.s2_form_widget {
  margin-bottom: 30px; }

.pagination {
  margin-bottom: 30px; }
  .pagination .current {
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    font-weight: bold;
    padding: 8px 12px; }
    .pagination .current:hover {
      color: #aaa; }

#module-news table {
  border-color: transparent; }
  #module-news table tbody tr td {
    border: 0;
    padding: 5px; }
    #module-news table tbody tr td span {
      display: inline-block;
      width: 100% !important; }
    #module-news table tbody tr td img {
      height: auto;
      max-width: 100%; }
#module-news img {
  max-width: 100%; }

.blog__tabs {
  border-bottom: solid 1px #950248;
  margin: 0 22px 30px;
  text-align: center; }
  .blog__tabs-filter select {
    background-image: url("/images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    border-radius: 0;
    padding: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .blog__tabs-filter select {
        background-image: url("/images/arrow-down@2x.png");
        background-size: 13px 8px; } }
  .blog__tabs li {
    display: inline-block;
    text-align: center; }
    .blog__tabs li a {
      color: rgba(149, 2, 72, 0.4);
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase; }
    .blog__tabs li div.arrow-down {
      display: none;
      margin-bottom: -9px; }
    .blog__tabs li.active a {
      color: #950248; }
    .blog__tabs li.active div.arrow-down {
      display: block; }
    .blog__tabs li:first-child {
      float: left; }
    .blog__tabs li:last-child {
      float: right; }

.blog__tabs-wrap {
  background-color: #f2f3f3;
  margin-top: -31px;
  padding-top: 50px; }
  .blog__tabs-wrap .js-tab-content {
    padding: 0 22px; }

.news__tabs {
  border-bottom: solid 1px #950248;
  margin: 0 22px 30px;
  text-align: center; }
  .news__tabs-filter select {
    background-image: url("/images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    border-radius: 0;
    padding: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .news__tabs-filter select {
        background-image: url("/images/arrow-down@2x.png");
        background-size: 13px 8px; } }
  .news__tabs li {
    display: inline-block;
    text-align: center; }
    .news__tabs li a {
      color: rgba(149, 2, 72, 0.4);
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase; }
    .news__tabs li div.arrow-down {
      display: none;
      margin-bottom: -9px; }
    .news__tabs li.active a {
      color: #950248; }
    .news__tabs li.active div.arrow-down {
      display: block; }
    .news__tabs li:first-child {
      padding-right: 15%; }
    .news__tabs li:last-child {
      padding-left: 15%; }

#searchsubmit {
  background-image: url("/images/search-icon.png");
  background-color: transparent;
  background-repeat: no-repeat;
  bottom: auto;
  display: block;
  font-size: 0;
  margin-top: -37px;
  position: absolute;
  right: 22px;
  height: 18px;
  width: 18px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #searchsubmit {
      background-image: url("/images/search-icon@2x.png");
      background-size: 16px 17px; } }

.single .blog-module .story {
  padding: 0; }
.single .blog-detail__buttons--mobile {
  padding: 30px 22px;
  text-align: center; }
  .single .blog-detail__buttons--mobile .nav-previous a span,
  .single .blog-detail__buttons--mobile .nav-next a span {
    background-color: #009bc9;
    color: #fff;
    margin: 0;
    text-align: center;
    width: 120px; }
  .single .blog-detail__buttons--mobile .nav-previous {
    float: left; }
  .single .blog-detail__buttons--mobile .nav-next {
    float: right; }
  .single .blog-detail__buttons--mobile .nav-spacer {
    background-color: #e1e1e1;
    display: inline-block;
    height: 34px;
    width: 1px; }

article.attachment {
  padding: 22px; }
  article.attachment img {
    height: auto;
    width: 100%; }

.attachment .comments-area {
  padding: 0 22px; }

.no-results {
  padding: 0 22px; }

article.page {
  padding: 0 22px; }
  article.page .wp-caption {
    max-width: 100%; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #news.tab-content {
    border-top: 1px solid #e1e1e1;
    padding-top: 30px; }

  .module-news-and-events form select#communities, .blog-module form select#communities {
    float: left;
    width: 48%; }
  .module-news-and-events form input[type="text"], .blog-module form input[type="text"] {
    float: right;
    width: 48%; }
  .module-news-and-events .story, .blog-module .story {
    padding: 0; }
    .module-news-and-events .story .thumb, .blog-module .story .thumb {
      border-radius: 0;
      float: left;
      margin-right: 30px; }

  .blog-module .story .wp-caption {
    margin: 0 auto 10px; }
  .blog-module .story img {
    border-radius: 0;
    height: auto; }

  .news-sub .story {
    padding: 0; }
  .news-sub a.button,
  .news-sub #backbutton,
  .news-sub #nextbutton {
    padding-left: 10px;
    padding-right: 10px; }

  .blog__tabs-wrap {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -50; }

  article.attachment {
    padding: 0; }

  .attachment .comments-area {
    padding: 0; }

  article.page {
    padding: 0; } }
@media screen and (min-width: 992px) {
  .blog__tabs-wrap {
    background-color: transparent;
    margin: 0;
    padding: 0; }

  .module-news-and-events {
    padding: 0 22px; }
    .module-news-and-events form {
      padding: 0; }

  .blog-module .story img {
    margin: 0 10px 10px; }
    .blog-module .story img.alignleft {
      float: left; }
    .blog-module .story img.alignright {
      float: right; }
  .blog-module .story .wp-caption {
    padding: 0 10px 10px; }
    .blog-module .story .wp-caption.alignleft {
      float: left; }
    .blog-module .story .wp-caption.alignright {
      float: right; }

  #searchsubmit {
    margin-top: -28px;
    right: 32px; }

  .news-sub a.button,
  .news-sub #backbutton,
  .news-sub #nextbutton {
    padding-left: 20px;
    padding-right: 20px; } }
/*
 * Notification
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.notification {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f4e5ec;
  behavior: url(/PIE.htc);
  margin-bottom: 40px; }
  .notification p {
    color: #76012e;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 16px 30px 16px 20px; }
  .notification a {
    color: #009bc9;
    text-decoration: none;
    text-transform: uppercase; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Other Ministries
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#page_content table.other-ministries {
  border-collapse: separate;
  border-spacing: 0 30px; }
  #page_content table.other-ministries td {
    margin-bottom: 40px;
    text-align: left; }
    #page_content table.other-ministries td h2 {
      color: #333;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 16px !important;
      font-weight: bold;
      margin-bottom: 5px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 992px) {
  #page_content table.other-ministries td h2 {
    font-size: 14px !important; } }
/*
 * Page content
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
/* Page Content */
#page_content {
  margin: 0 auto 30px;
  padding: 0 22px; }
  #page_content h2 {
    color: #76012e;
    font-family: "ITCBerkeleyOldstyleW01- 812513";
    font-size: 26px !important;
    margin-bottom: 20px; }
  #page_content h3 {
    font-size: 26px;
    margin-bottom: 20px; }
  #page_content h5 {
    margin-bottom: 20px; }
  #page_content .quote {
    border: none;
    font-size: 20px;
    font-style: italic;
    margin: 0;
    padding: 20px 20px 10px;
    position: relative; }
    #page_content .quote p {
      margin-bottom: 10px; }
  #page_content .quote-attribution p {
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: right; }
  #page_content table {
    border: none; }
    #page_content table tbody tr td {
      display: block;
      border: none;
      padding: 5px 0; }
      #page_content table tbody tr td img {
        height: auto;
        max-width: 100%; }
    #page_content table caption img {
      height: auto;
      max-width: 100%; }
  #page_content a {
    overflow-wrap: break-word;
    text-decoration: underline; }
    #page_content a.button {
      display: block;
      margin: 0 auto 20px;
      text-align: center;
      max-width: 276px;
      text-decoration: none !important;
      width: 100%; }
    #page_content a:hover {
      color: #76012e; }
  #page_content iframe {
    max-width: 100%; }
  #page_content ul {
    margin-bottom: 30px; }
    #page_content ul ul {
      margin-bottom: 0; }
    #page_content ul li {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      list-style-type: none;
      margin: 0 0 10px 20px; }
      #page_content ul li:before {
        color: #942521;
        content: "• "; }

#module-page-content #page_content p img {
  border-radius: 20px;
  height: auto;
  margin: 10px 15px 10px 0;
  max-width: 100%; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #page_content {
    margin: 0 auto 30px;
    padding: 0; }
    #page_content a.button {
      display: inline-block;
      margin: auto;
      margin-bottom: 10px;
      text-align: left;
      max-width: none;
      width: auto; }

  #module-page-content #page_content,
  #module-community-page-content #page_content {
    margin: 0 auto 30px;
    padding: 0; }
    #module-page-content #page_content ul li,
    #module-community-page-content #page_content ul li {
      margin: 0 0 10px 40px; }
    #module-page-content #page_content table tbody tr td,
    #module-community-page-content #page_content table tbody tr td {
      display: table-cell;
      padding: 10px;
      width: auto; }
    #module-page-content #page_content p img,
    #module-community-page-content #page_content p img {
      max-width: none; }

  #module-page-content #page_content p img {
    border-radius: 0;
    max-width: none; } }
@media screen and (min-width: 992px) {
  #module-page-content #page_content table tbody tr td img,
  #module-community-page-content #page_content table tbody tr td img {
    max-width: none; } }
/*
 * Page Headline
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#page-headline {
  font-size: 20px;
  padding: 0 22px 30px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #page-headline {
    font-size: inherit; } }
@media screen and (min-width: 992px) {
  #page-headline {
    padding: 0 0 30px; } }
/*
 * Page Wrap
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.page-wrap {
  background-color: #fff;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .page-wrap {
    behavior: url(/PIE.htc);
    -webkit-box-shadow: 0px 4px 25px #888;
    -moz-box-shadow: 0px 4px 25px #888;
    box-shadow: 0px 4px 25px #888;
    margin-left: 0;
    margin-right: 0;
    overflow: visible; } }
/*
 * Pagination
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.pagination li {
  display: inline-block;
  *display: inline;
  margin-right: 10px;
  zoom: 1; }
.pagination a {
  behavior: url(/PIE.htc);
  background: #e5e5e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5e5e5 0%, #fdfdfd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #fdfdfd));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #fdfdfd 100%);
  /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, #e5e5e5 0%, #fdfdfd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e5e5 0%, #fdfdfd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, #fdfdfd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#fdfdfd',GradientType=0 );
  /* IE6-8 */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  color: #676767;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: none; }
  .pagination a:focus, .pagination a:hover {
    background: #e5e5e5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 0%, #fdfdfd 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #fdfdfd));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #fdfdfd 100%);
    /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, #e5e5e5 0%, #fdfdfd 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e5e5e5 0%, #fdfdfd 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e5e5e5 0%, #fdfdfd 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#fdfdfd',GradientType=0 );
    /* IE6-8 */
    color: #aaa; }
.pagination .current {
  background: #76012e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #76012e 0%, #530120 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76012e), color-stop(100%, #530120));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, #76012e 0%, #530120 100%);
  /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, #76012e 0%, #530120 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #76012e 0%, #530120 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #76012e 0%, #530120 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76012e', endColorstr='#530120',GradientType=0 );
  /* IE6-8 */
  color: #fff;
  font-size: 14px; }
  .pagination .current:focus, .pagination .current:hover {
    background: transparent; }
.pagination__mobile {
  float: none !important;
  margin: 0 22px 30px;
  text-align: center; }
  .pagination__mobile li {
    display: inline-block; }
    .pagination__mobile li:first-child {
      float: left; }
    .pagination__mobile li:last-child {
      float: right; }
    .pagination__mobile li.centered {
      float: none; }
    .pagination__mobile li a {
      color: #950248;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Prayed for
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
/* Prayed for */
#prayed-for {
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  background: #f7f7f7;
  behavior: url(/PIE.htc);
  padding: 20px 30px 50px 30px;
  position: relative; }
  #prayed-for .flexslider {
    height: 189px;
    width: 400px; }
    #prayed-for .flexslider .flex-control-nav {
      position: absolute;
      bottom: 20px;
      left: 185px;
      width: auto; }
  #prayed-for .heading {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    background: #9c1455;
    color: #fff;
    font-family: "News Gothic MT W02 Bold", Georgia, serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Prayer request / also resources side bar
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#prayer-request .content, #false-prayer-request .content {
  float: left;
  margin-bottom: 20px;
  position: relative;
  behavior: url(/PIE.htc);
  width: 220px; }
#prayer-request .heading, #false-prayer-request .heading {
  -webkit-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
  background: #9c1455;
  color: #fff;
  font-family: "News Gothic MT W02 Bold", Georgia, serif;
  font-size: 12px;
  font-weight: bold;
  height: 32px;
  line-height: 1.4;
  margin: 0;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  behavior: url(/PIE.htc);
  position: relative; }
#prayer-request .thumb, #false-prayer-request .thumb {
  float: left;
  margin-bottom: 20px;
  position: relative;
  width: 240px; }
  #prayer-request .thumb img, #false-prayer-request .thumb img {
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
    display: block;
    behavior: url(/PIE.htc);
    position: relative; }

#prayer-request {
  position: relative;
  z-index: 99; }
  #prayer-request form {
    -webkit-border-radius: 0 0 20px  0;
    -moz-border-radius: 0 0 20px  0;
    border-radius: 0 0 20px  0;
    background: #fff;
    font-size: 12px;
    height: 148px;
    margin: 0;
    padding: 20px;
    behavior: url(/PIE.htc);
    position: relative; }
    #prayer-request form input[type="text"] {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-style: italic;
      width: 168px; }
    #prayer-request form input[type="submit"] {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background: #009bc9;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      behavior: url(/PIE.htc);
      position: relative; }
    #prayer-request form input.error {
      background-color: #f9e1e1;
      color: #ff0000; }
      #prayer-request form input.error::-webkit-input-placeholder {
        /* WebKit browsers */
        color: red; }
      #prayer-request form input.error:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: red; }
      #prayer-request form input.error::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: red; }
      #prayer-request form input.error:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: red; }
    #prayer-request form p {
      color: #474747;
      padding: 0 10px; }
  #prayer-request.dark form {
    background: #eee; }
  #prayer-request .full-width {
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }

#false-prayer-request .content {
  height: 212px; }
#false-prayer-request .thumb {
  width: 239px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Primary Nav
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.primary-nav > ul {
  margin-left: -5px;
  margin-right: -5px; }
  .primary-nav > ul > li {
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px;
    position: relative; }
    .primary-nav > ul > li a {
      color: #950248;
      font-size: 11px;
      text-transform: uppercase; }
      .primary-nav > ul > li a:focus, .primary-nav > ul > li a:hover {
        color: #76012e; }
    .primary-nav > ul > li > a {
      behavior: url(/PIE.htc);
      background: rgba(244, 242, 241, 0.9);
      -pie-background: rgba(244, 242, 241, 0.9);
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      display: block;
      padding: 10px;
      position: relative;
      z-index: 200; }
    .primary-nav > ul > li > ul {
      -moz-border-radius: 20px 0 20px 20px;
      -pie-background: rgba(244, 242, 241, 0.9);
      -webkit-border-radius: 20px 0 20px 20px;
      background: rgba(244, 242, 241, 0.9);
      behavior: url(/PIE.htc);
      border-radius: 20px 0 20px 20px;
      display: none;
      padding: 20px 10px 5px 20px;
      position: absolute;
      right: 0;
      text-align: right;
      top: 41px;
      width: 200px;
      z-index: 300;
      zoom: 1; }
    .primary-nav > ul > li:focus:before, .primary-nav > ul > li:hover:before {
      behavior: url(/PIE.htc);
      background: rgba(244, 242, 241, 0.9);
      -pie-background: rgba(244, 242, 241, 0.9);
      -webkit-border-radius: 20px 20px 0 0;
      -moz-border-radius: 20px 20px 0 0;
      border-radius: 20px 20px 0 0;
      content: "";
      height: 41px;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 100; }
    .primary-nav > ul > li:focus > ul, .primary-nav > ul > li:hover > ul {
      display: block; }
      .primary-nav > ul > li:focus > ul > li, .primary-nav > ul > li:hover > ul > li {
        line-height: 1.2;
        margin-bottom: 15px;
        width: 100%; }
        .primary-nav > ul > li:focus > ul > li > a, .primary-nav > ul > li:hover > ul > li > a {
          color: #ae7f8d; }
          .primary-nav > ul > li:focus > ul > li > a:focus, .primary-nav > ul > li:focus > ul > li > a:hover, .primary-nav > ul > li:hover > ul > li > a:focus, .primary-nav > ul > li:hover > ul > li > a:hover {
            color: #76012e; }
        .primary-nav > ul > li:focus > ul > li.current > a, .primary-nav > ul > li:hover > ul > li.current > a {
          color: #76012e; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 992px) {
  .primary-nav {
    width: 650px; }
    .primary-nav > ul {
      float: right;
      text-align: center; }
      .primary-nav > ul li {
        display: inline-block;
        float: left; }
        .primary-nav > ul li.active > a {
          background-color: #fff; }
        .primary-nav > ul li:focus > ul > li, .primary-nav > ul li:hover > ul > li {
          margin-bottom: 10px; } }
/*
 * Related news
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.module-related-news .date {
  font-size: 12px; }
.module-related-news li {
  margin-bottom: 10px; }

#module-related-news {
  padding: 0 22px; }
  #module-related-news .subnav {
    margin-bottom: 0; }
  #module-related-news .story {
    padding-bottom: 20px; }
    #module-related-news .story .content {
      line-height: 1.2em; }
      #module-related-news .story .content a {
        color: #76012e;
        font-weight: 600;
        text-decoration: none; }
      #module-related-news .story .content .date {
        color: #76012e;
        font-size: 13px;
        font-weight: bold; }
        #module-related-news .story .content .date:before {
          color: #828282;
          content: "|";
          padding-right: 3px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #module-related-news .content {
    padding-left: 10px;
    padding-bottom: 10px; }
    #module-related-news .content .date {
      color: inherit;
      font-size: inherit;
      font-weight: normal; } }
@media screen and (min-width: 992px) {
  #module-related-news {
    padding: 0; }
    #module-related-news .subnav {
      margin-bottom: 30px; }
    #module-related-news .story .content .date {
      color: #333;
      display: block;
      font-size: 14px;
      font-weight: normal; }
      #module-related-news .story .content .date:before {
        display: none; } }
/*
 * Rememberence
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.remembrances__tabs {
  border-bottom: solid 1px #950248;
  margin: 0 22px 30px;
  text-align: center; }
  .remembrances__tabs li {
    display: inline-block;
    text-align: center; }
    .remembrances__tabs li a {
      color: rgba(149, 2, 72, 0.4);
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase; }
    .remembrances__tabs li div.arrow-down {
      display: none;
      margin-bottom: -9px; }
    .remembrances__tabs li.active a {
      color: #950248; }
    .remembrances__tabs li.active div.arrow-down {
      display: block; }
    .remembrances__tabs li:first-child {
      float: left; }
    .remembrances__tabs li:last-child {
      float: right; }

.rememberance-quote--wrap {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  float: left;
  margin: 0 22px 30px;
  padding: 10px 0;
  width: auto; }
  .rememberance-quote--wrap #remembrance-quote {
    color: #76012e;
    float: left;
    font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px; }
  .rememberance-quote--wrap p {
    color: #474747;
    float: right;
    font-family: Georgia, sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    width: auto; }
    .rememberance-quote--wrap p:before {
      content: "—"; }

.module #remembrances ul.pagination {
  float: none;
  text-align: center; }
.module #remembrances ul {
  float: left;
  margin-top: 18px;
  width: auto; }
.module #remembrances .person-bio {
  background-color: #ffedf6;
  behavior: url(/PIE.htc);
  box-sizing: border-box;
  float: left;
  padding: 22px;
  width: 100%; }
  .module #remembrances .person-bio.person-bio--detail-page {
    background-color: transparent;
    background-image: none;
    float: left;
    padding: 0 22px;
    width: 100%; }
    .module #remembrances .person-bio.person-bio--detail-page a {
      color: #831a42;
      text-decoration: underline; }
    .module #remembrances .person-bio.person-bio--detail-page ~ a.back-to-main {
      float: left;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: 600;
      margin: 0 22px;
      text-decoration: none;
      text-transform: uppercase;
      width: auto; }
      .module #remembrances .person-bio.person-bio--detail-page ~ a.back-to-main span {
        font-size: 16px; }
  .module #remembrances .person-bio.even {
    background-color: transparent;
    background-image: none; }
    .module #remembrances .person-bio.even a {
      padding-bottom: 0; }
  .module #remembrances .person-bio img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/PIE.htc);
    margin: 10px auto;
    width: auto; }
  .module #remembrances .person-bio .bio {
    text-align: center; }
    .module #remembrances .person-bio .bio .short-description {
      text-align: left; }
  .module #remembrances .person-bio h1, .module #remembrances .person-bio h2, .module #remembrances .person-bio h3, .module #remembrances .person-bio h4 {
    color: #831a42;
    font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
    font-size: 14px; }
  .module #remembrances .person-bio h1, .module #remembrances .person-bio h2 {
    font-size: 20px !important;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 12px; }
    .module #remembrances .person-bio h1 span, .module #remembrances .person-bio h2 span {
      font-size: 16px; }
  .module #remembrances .person-bio h3 {
    margin-bottom: 20px; }
  .module #remembrances .person-bio h4, .module #remembrances .person-bio h3 {
    font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
    font-style: italic; }
  .module #remembrances .person-bio p img {
    border-radius: 0; }
  .module #remembrances .person-bio a {
    display: inline-block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none; }
    .module #remembrances .person-bio a.donation_link {
      font-weight: normal;
      text-transform: none; }
    .module #remembrances .person-bio a span {
      font-size: 16px; }

.ie8 .module #remembrances .person-bio {
  border-radius: none;
  behavior: none; }

.ie8 .module #remembrances .person-bio img {
  border-radius: none;
  behavior: none; }

.comments-section--wrap {
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  float: left;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 20px 22px;
  width: 100%; }
  .comments-section--wrap h5 {
    color: #474747;
    font-family: "News Gothic MT W02 Bold", Georgia, serif;
    font-size: 14px;
    padding-bottom: 20px;
    text-transform: uppercase; }
  .comments-section--wrap textarea {
    height: 168px;
    resize: none; }
  .comments-section--wrap a {
    float: right;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-right: 14px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto; }
    .comments-section--wrap a span {
      font-size: 16px; }
  .comments-section--wrap .form-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    position: relative;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0; }
    .comments-section--wrap .form-container .field {
      width: 100%; }
    .comments-section--wrap .form-container label {
      color: #474747;
      font-family: "News Gothic MT W02 Bold", Georgia, serif;
      font-size: 14px; }

#remembrances .comments-section--commments {
  clear: both;
  float: left;
  width: 100%; }
  #remembrances .comments-section--commments ul {
    margin-top: 0; }
  #remembrances .comments-section--commments li {
    float: left;
    font-size: 12px;
    list-style-type: none;
    margin-bottom: 35px;
    width: auto;
    clear: both; }
    #remembrances .comments-section--commments li p {
      margin-bottom: 10px; }
    #remembrances .comments-section--commments li h6 {
      color: #831a42;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase; }
      #remembrances .comments-section--commments li h6 span {
        color: #474747;
        font-weight: normal; }
#remembrances .comments-section--thankyou {
  background-color: #e3e3e3;
  box-sizing: border-box;
  display: none;
  float: left;
  margin-top: 20px;
  padding: 21px 56px 30px 30px;
  width: 100%; }
  #remembrances .comments-section--thankyou h3 {
    color: #474747;
    font-family: "News Gothic MT W02 Bold";
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  #remembrances .comments-section--thankyou p:first-of-type {
    color: #999999;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0; }

#module-remembrances .remembrance__filters {
  margin: 0 22px 30px; }
  #module-remembrances .remembrance__filters select.medium {
    background-image: url("/images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    border-radius: 0;
    padding: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #module-remembrances .remembrance__filters select.medium {
        background-image: url("/images/arrow-down@2x.png");
        background-size: 13px 8px; } }
  #module-remembrances .remembrance__filters input.medium {
    behavior: url(/PIE.htc);
    background-image: url("../images/search-icon.png");
    background-repeat: no-repeat;
    background-position: 97%;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    width: 100%;
    z-index: 99; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #module-remembrances .remembrance__filters input.medium {
        background-image: url("../images/search-icon@2x.png");
        background-size: 16px 16px; } }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .rememberance-quote--wrap {
    margin: 0 0 30px;
    padding: 20px 30px 20px 10px; }
    .rememberance-quote--wrap #remembrance-quote {
      float: right;
      font-size: 24px; }

  .module #remembrances ul.pagination {
    float: left;
    text-align: left; }
  .module #remembrances .person-bio {
    background-image: url("../images/bio-wave-bg.png");
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    margin-bottom: 20px;
    padding: 30px 0; }
    .module #remembrances .person-bio h2, .module #remembrances .person-bio h3, .module #remembrances .person-bio h4 {
      font-size: 18px; }
    .module #remembrances .person-bio h1 {
      font-size: 24px !important; }
    .module #remembrances .person-bio img {
      float: left;
      margin-left: 30px; }
    .module #remembrances .person-bio .bio {
      float: left;
      margin-left: 40px;
      text-align: left;
      width: 65%; }
    .module #remembrances .person-bio a {
      padding-bottom: 15px; }
    .module #remembrances .person-bio.person-bio--detail-page {
      padding: 0; }
      .module #remembrances .person-bio.person-bio--detail-page ~ a.back-to-main {
        margin: 0; }
      .module #remembrances .person-bio.person-bio--detail-page img {
        margin-right: 30px; }

  #module-remembrances .remembrance__filters {
    margin: 0 0 20px; }
    #module-remembrances .remembrance__filters select.medium {
      width: 45%; }
    #module-remembrances .remembrance__filters input.medium {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      margin-left: 20px;
      width: 45%; }

  .comments-section--wrap {
    padding: 20px 0; } }
/*
 * Resources / resources 2
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#module-resources h2.title {
  padding: 0 22px; }

.module-resources {
  margin-top: 20px; }
  .module-resources .resources__none-found {
    padding: 0 22px; }
  .module-resources .expando h2 {
    border-bottom: 1px solid #e1e1e1;
    font-family: "News Gothic MT W02 Bold", Georgia, serif;
    font-size: 14px;
    margin-top: 25px;
    padding: 10px 20px 25px 0;
    position: relative; }
  .module-resources .expando:last-child h2 {
    border-bottom: none; }
  .module-resources .expando .expando-toggle {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center; }
  .module-resources li a {
    color: #76012e;
    font-size: 14px;
    height: 42px;
    text-decoration: none;
    width: 40px; }
    .module-resources li a.icon-right {
      background: url(../images/expando-toggle.png) 0 0 no-repeat; }
    .module-resources li a.icon-down {
      background: url(../images/expando-toggle.png) 0 -42px no-repeat; }
  .module-resources li.expando a {
    text-transform: uppercase; }
  .module-resources .expando-content {
    border-bottom: 1px solid #e1e1e1; }
    .module-resources .expando-content a {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      text-transform: none; }
  .module-resources .main-resource-page h2 {
    margin-top: 78px; }
  .module-resources .resource-list {
    padding: 0 22px;
    margin-bottom: 30px; }
    .module-resources .resource-list .expando-content {
      padding: 20px 15px 0; }

.module-resources .title a, .module-contact .title a {
  color: #76012e;
  font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
  font-size: 26px;
  line-height: 32px;
  text-decoration: none; }
.module-resources .pagination, .module-contact .pagination {
  margin: 34px 0 67px 0; }
  .module-resources .pagination li a, .module-contact .pagination li a {
    width: 8px; }
.module-resources .eight, .module-contact .eight {
  margin-right: 0; }
.module-resources .story, .module-contact .story {
  padding: 0 22px;
  margin-bottom: 30px; }
  .module-resources .story h3, .module-resources .story h5, .module-contact .story h3, .module-contact .story h5 {
    margin-bottom: 20px; }
  .module-resources .story ul, .module-contact .story ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px; }
  .module-resources .story ol, .module-contact .story ol {
    list-style: decimal;
    margin-bottom: 20px; }
  .module-resources .story img, .module-contact .story img {
    width: 100%; }
.module-resources .module-sidebar-search, .module-contact .module-sidebar-search {
  margin-top: 0;
  position: relative; }
  .module-resources .module-sidebar-search h2, .module-contact .module-sidebar-search h2 {
    /*behavior: url(/PIE.htc);*/
    background: #9c1455;
    color: #fff;
    font-family: "News Gothic MT W02 Bold", Georgia, serif;
    font-size: 14px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 48px 16px 51px; }
  .module-resources .module-sidebar-search .field, .module-contact .module-sidebar-search .field {
    behavior: url(/PIE.htc);
    background: #f2f2f2;
    padding: 15px 20px 25px 15px;
    position: relative; }
  .module-resources .module-sidebar-search input, .module-contact .module-sidebar-search input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/PIE.htc);
    margin: 0 auto;
    position: relative;
    width: 100%; }
  .module-resources .module-sidebar-search input[type="submit"], .module-contact .module-sidebar-search input[type="submit"] {
    background-color: #009bc9;
    color: #fff;
    display: block;
    margin: 10px auto 0;
    max-width: 276px; }
.module-resources .content, .module-contact .content {
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  /*behavior: url(/PIE.htc);*/
  background: #f2f2f2; }
  .module-resources .content a, .module-resources .content input[type="submit"], .module-contact .content a, .module-contact .content input[type="submit"] {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #009bc9;
    /*behavior: url(/PIE.htc);*/
    margin-bottom: 15px;
    margin-left: 18px;
    padding: 10px 30px 10px 40px; }
  .module-resources .content p, .module-contact .content p {
    font-size: 12px;
    margin-bottom: 0;
    padding: 20px 17px 15px 30px; }
.module-resources .bucket, .module-contact .bucket {
  margin: 0 10.5px 0 6.5px; }
.module-resources .first-bucket, .module-contact .first-bucket {
  margin-left: 0; }
.module-resources .last-bucket, .module-contact .last-bucket {
  margin-right: 0; }
.module-resources .rss-section, .module-contact .rss-section {
  background: #f2f2f2;
  padding: 39px 0 45px 0;
  width: 100%; }
  .module-resources .rss-section h2, .module-contact .rss-section h2 {
    margin: 0; }
  .module-resources .rss-section a, .module-resources .rss-section input[type="submit"], .module-contact .rss-section a, .module-contact .rss-section input[type="submit"] {
    color: #009bc9;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase; }
  .module-resources .rss-section p, .module-contact .rss-section p {
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 45px; }
  .module-resources .rss-section #false-prayer-request .content, .module-contact .rss-section #false-prayer-request .content {
    background: #fff; }
    .module-resources .rss-section #false-prayer-request .content a, .module-resources .rss-section #false-prayer-request .content input[type="submit"], .module-contact .rss-section #false-prayer-request .content a, .module-contact .rss-section #false-prayer-request .content input[type="submit"] {
      color: #fff;
      margin-bottom: 45px;
      padding: 10px 59px 10px 59px;
      text-align: center;
      position: relative;
      z-index: 999; }
    .module-resources .rss-section #false-prayer-request .content input[type="submit"], .module-contact .rss-section #false-prayer-request .content input[type="submit"] {
      margin-bottom: 23px; }
    .module-resources .rss-section #false-prayer-request .content select, .module-contact .rss-section #false-prayer-request .content select {
      margin: 48px 0 14px 20px;
      width: 180px; }
  .module-resources .rss-section #false-prayer-request .thumb, .module-contact .rss-section #false-prayer-request .thumb {
    width: 239px; }

.module-resources-detail .heading-upper {
  height: 28px !important;
  padding-top: 13px !important;
  padding-bottom: 0px !important; }
.module-resources-detail .content a {
  margin-left: 26px; }
.module-resources-detail .content p {
  padding: 14px 33px 18px 32px; }
.module-resources-detail .button {
  padding: 10px 34px 10px 33px !important; }
.module-resources-detail .pdf-content {
  border-radius: 0;
  padding-top: 10px;
  text-align: center;
  /*behavior: url(/PIE.htc);*/ }
  .module-resources-detail .pdf-content > .row {
    margin-left: 0;
    margin-right: 0; }
  .module-resources-detail .pdf-content .pdf-picture {
    text-align: center; }
    .module-resources-detail .pdf-content .pdf-picture img {
      border-radius: 0;
      margin: 0 auto; }
  .module-resources-detail .pdf-content p {
    padding: 0 22px;
    text-align: left; }
  .module-resources-detail .pdf-content a.button {
    padding: 10px 58px 10px 59px;
    margin-left: 0;
    margin-top: 10px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #module-resources h2.title {
    padding: 0;
    margin: 0; }
  #module-resources .resource-list {
    padding: 0; }
  #module-resources .sidebar {
    margin-left: 26px; }

  .module-resources .resources__none-found, .module-contact .resources__none-found {
    padding: 0; }
  .module-resources .module-sidebar-search h2, .module-contact .module-sidebar-search h2 {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0; }
  .module-resources .module-sidebar-search .field, .module-contact .module-sidebar-search .field {
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px; }
  .module-resources .resource-sidebar-subpages, .module-contact .resource-sidebar-subpages {
    margin-left: 40px; }
  .module-resources .story, .module-contact .story {
    padding: 0; }
    .module-resources .story img, .module-contact .story img {
      width: auto; }

  .module-resources-detail .pdf-content {
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px; } }
@media screen and (min-width: 1200px) {
  .module-resources-detail .pdf-content .pdf-picture img {
    width: 100%; } }
/*
 * Reveal Modal
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.reveal-modal-bg {
  behavior: url(/PIE.htc);
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  -pie-background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }

.reveal-modal {
  behavior: url(/PIE.htc);
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  left: 50%;
  margin-left: -300px;
  padding: 30px 40px 34px;
  position: absolute;
  top: 100px;
  visibility: hidden;
  width: 520px;
  z-index: 101; }

.reveal-modal.small {
  margin-left: -140px;
  width: 200px; }

.reveal-modal.medium {
  margin-left: -240px;
  width: 400px; }

.reveal-modal.large {
  margin-left: -340px;
  width: 600px; }

.reveal-modal.xlarge {
  margin-left: -440px;
  width: 800px; }

.reveal-modal .close-reveal-modal {
  color: #aaa;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  line-height: 0.5;
  position: absolute;
  right: 11px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  top: 8px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Video player for NE community homepage
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#scPlayer {
  max-width: 100%; }
  #scPlayer iframe {
    max-height: 300px;
    max-width: 100%; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #scPlayer iframe {
    max-height: none; } }
/*
 * Search results
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#module-search-results {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 0 22px; }
  #module-search-results table {
    border: none; }
    #module-search-results table td {
      border: none;
      padding: 0; }
  #module-search-results .cse .gsc-search-button input.gsc-search-button-v2,
  #module-search-results input.gsc-search-button-v2 {
    height: auto;
    margin: 0 10px;
    width: auto; }
  #module-search-results .gsc-orderby {
    text-align: center; }
  #module-search-results .gs-title {
    color: #009bc9 !important;
    height: auto;
    overflow: visible;
    width: 100%; }
    #module-search-results .gs-title b {
      color: #009bc9 !important; }
  #module-search-results .gs-visibleUrl {
    color: #76012e !important; }
  #module-search-results .gsc-results .gsc-cursor-box {
    text-align: center; }
    #module-search-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
      color: #950248; }
  #module-search-results .gsc-refinementsArea {
    border: none; }
  #module-search-results .gsc-search-box-tools .gsc-search-box .gsc-input {
    margin-left: 10px !important; }
  #module-search-results .gsc-tabsArea {
    border-color: #e1e1e1; }
  #module-search-results .gsc-tabHeader.gsc-tabhActive {
    border-top: 5px solid #35c1e3;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #fff; }
  #module-search-results .gsc-tabHeader.gsc-tabhInactive {
    background-color: transparent;
    border: none;
    color: #c7c7c7; }
  #module-search-results table.gsc-resultsHeader {
    display: none; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #module-search-results {
    padding: 0; } }
/*
 * Secondary Nav
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.secondary-nav > ul {
  float: left;
  margin-left: -5px;
  margin-right: -5px; }
  .secondary-nav > ul > li {
    float: left;
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px;
    position: relative; }
    .secondary-nav > ul > li a {
      color: #c6abaa;
      font-size: 11px;
      text-transform: uppercase; }
      .secondary-nav > ul > li a:focus, .secondary-nav > ul > li a:hover {
        color: #76012e; }
    .secondary-nav > ul > li > a {
      display: block;
      padding: 10px;
      position: relative;
      z-index: 200; }
      .secondary-nav > ul > li > a:focus, .secondary-nav > ul > li > a:hover {
        color: #fff; }
    .secondary-nav > ul > li > ul {
      display: none; }
    .secondary-nav > ul > li.active > a {
      color: #fff; }
    .secondary-nav > ul > li:focus.has_subnav, .secondary-nav > ul > li:hover.has_subnav {
      behavior: url(/PIE.htc);
      background: rgba(244, 242, 241, 0.9);
      -pie-background: rgba(244, 242, 241, 0.9);
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0; }
      .secondary-nav > ul > li:focus.has_subnav > a, .secondary-nav > ul > li:hover.has_subnav > a {
        color: #950248; }
        .secondary-nav > ul > li:focus.has_subnav > a:focus, .secondary-nav > ul > li:focus.has_subnav > a:hover, .secondary-nav > ul > li:hover.has_subnav > a:focus, .secondary-nav > ul > li:hover.has_subnav > a:hover {
          color: #76012e; }
      .secondary-nav > ul > li:focus.has_subnav > ul, .secondary-nav > ul > li:hover.has_subnav > ul {
        behavior: url(/PIE.htc);
        background: rgba(244, 242, 241, 0.9);
        -pie-background: rgba(244, 242, 241, 0.9);
        -webkit-border-radius: 0 20px 20px 20px;
        -moz-border-radius: 0 20px 20px 20px;
        border-radius: 0 20px 20px 20px;
        display: block;
        left: 0;
        padding: 20px 10px 5px 20px;
        position: absolute;
        top: 100%;
        width: 200px;
        z-index: 300;
        zoom: 1; }
        .secondary-nav > ul > li:focus.has_subnav > ul > li, .secondary-nav > ul > li:hover.has_subnav > ul > li {
          line-height: 1.2;
          margin-bottom: 15px; }
          .secondary-nav > ul > li:focus.has_subnav > ul > li > a, .secondary-nav > ul > li:hover.has_subnav > ul > li > a {
            color: #ae7f8d; }
            .secondary-nav > ul > li:focus.has_subnav > ul > li > a:focus, .secondary-nav > ul > li:focus.has_subnav > ul > li > a:hover, .secondary-nav > ul > li:hover.has_subnav > ul > li > a:focus, .secondary-nav > ul > li:hover.has_subnav > ul > li > a:hover {
              color: #76012e; }
          .secondary-nav > ul > li:focus.has_subnav > ul > li.current > a, .secondary-nav > ul > li:hover.has_subnav > ul > li.current > a {
            color: #76012e; }
.secondary-nav .search {
  float: left;
  margin-left: 20px;
  margin-bottom: 0;
  position: relative; }
  .secondary-nav .search input[type="text"] {
    behavior: url(/PIE.htc);
    border-radius: 20px;
    background: #eee;
    border: none;
    font-size: 13px;
    line-height: normal;
    margin-top: 4px;
    padding: 4px 20px 4px 8px;
    width: 130px; }
    .secondary-nav .search input[type="text"]:focus {
      outline: 0; }
    .secondary-nav .search input[type="text"]::-webkit-input-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease; }
    .secondary-nav .search input[type="text"]:focus::-webkit-input-placeholder {
      opacity: 1; }
  .secondary-nav .search input[type="submit"] {
    background-color: transparent;
    background-image: url("../images/mag-glass-search.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 12px;
    margin-top: -8px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 4px;
    text-indent: 100%;
    top: 50%;
    white-space: nowrap;
    width: 12px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .secondary-nav ul.secondary-navigation {
    float: right; }
    .secondary-nav ul.secondary-navigation > li.has_subnav:hover > ul > li, .secondary-nav ul.secondary-navigation > li.has_subnav:focus > ul > li {
      margin-bottom: 10px; }
  .secondary-nav .search {
    float: right; } }
@media screen and (min-width: 992px) {
  .secondary-nav ul.secondary-navigation {
    float: left; }
  .secondary-nav .search {
    float: left;
    margin-left: 0; } }
@media screen and (min-width: 1200px) {
  .secondary-nav .search {
    margin-left: 20px; } }
/*
 * Sidebar
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.sidebar a {
  color: #000; }
.sidebar .module {
  margin-bottom: 30px; }
.sidebar .thumb {
  margin-bottom: 20px; }
.sidebar__mobile {
  background-color: #f2f3f3;
  margin-top: -20px;
  padding-top: 40px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .sidebar__mobile {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: -30px;
    padding-top: 50px; } }
/*
 * Sitemap
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#module-site-map {
  padding: 0 22px; }
  #module-site-map ul ul {
    border-left: 1px solid #e1e1e1;
    margin-left: 0px;
    padding-left: 20px;
    color: #78002e; }
  #module-site-map a {
    color: #78002e;
    font-family: "ITCBerkeleyOldstyleW01- 812522", Georgia, serif;
    text-decoration: none; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #module-site-map {
    padding: 0; } }
/*
 * Site Footer
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.site-footer {
  background: #f2f2f2; }
  .site-footer__nav {
    font-family: "ITCBerkeleyOldstyleW01- 812507", Georgia, serif;
    font-size: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center; }
    .site-footer__nav > ul > li {
      display: inline-block;
      *display: inline;
      font-size: 12px;
      margin: 0 8px 0 0;
      padding: 0;
      zoom: 1; }
      .site-footer__nav > ul > li > a {
        color: #be869a;
        text-decoration: none; }
        .site-footer__nav > ul > li > a:focus, .site-footer__nav > ul > li > a:hover {
          color: #950248; }
      .site-footer__nav > ul > li:before {
        color: #950248;
        content: " | ";
        margin-right: 3px;
        margin-left: -3px; }
      .site-footer__nav > ul > li:first-child:before, .site-footer__nav > ul > li:nth-child(2):before {
        content: none; }
      .site-footer__nav > ul > li:first-child {
        display: block;
        font-size: 16px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .site-footer__nav ul li {
    font-size: 14px;
    margin: 0 10px; }
    .site-footer__nav ul li:first-child {
      display: inline-block;
      font-size: 14px; }
    .site-footer__nav ul li:before {
      content: " "; } }
/*
 * Site Header
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.site-header {
  font-family: "News Gothic MT W02 Bold", Georgia, serif;
  position: relative;
  z-index: 100; }
  .site-header a {
    text-decoration: none; }
  .site-header__bar {
    background-color: #fff; }
    .site-header__bar .tertiary-nav {
      float: right; }
  .site-header__main {
    background-image: url("../images/large-header.png");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-bottom: 45px;
    padding-top: 15px; }
    .site-header__main .secondary-nav {
      float: right;
      padding-bottom: 20px;
      padding-top: 10px; }
    .site-header__main .primary-nav {
      clear: both;
      float: right; }
  .site-header__mobile {
    background-image: url("../images/header-bg-mobile.png");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover !important;
    padding: 16px 22px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .site-header__mobile {
        background-image: url("../images/header-bg-mobile@2x.png");
        background-size: 767px 250px; } }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 992px) {
  .site-header__bar {
    padding-left: 50px;
    padding-right: 50px; } }
/*
 * Social justice advocacy
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.sjadvocacy p:last-child {
  margin-bottom: 0; }
.sjadvocacy figcaption {
  color: #707070;
  font-size: 12px;
  margin: 0 0 28px;
  padding: 0 22px;
  text-align: center;
  width: 100%; }
.sjadvocacy span {
  color: #009bc9; }

.sjadvocacy-section .quote-contain {
  margin-right: 20px; }
  .sjadvocacy-section .quote-contain blockquote {
    border-left: none;
    font-style: italic;
    font-size: 20px;
    margin: 0;
    padding: 20px 7px 10px 20px; }
.sjadvocacy-section .sj-section-pic {
  float: left;
  margin: 0; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .sjadvocacy {
    margin-bottom: 30px; }
    .sjadvocacy figcaption {
      margin: 0 auto 28px;
      text-align: center; } }
@media screen and (min-width: 992px) {
  .sjadvocacy #page_content ul li {
    margin-left: 40px; } }
/*
 * Slick dots
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.slick-dots li {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #b4b4b4;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  margin: 0 5px;
  width: 16px; }
  .slick-dots li button {
    background-color: transparent;
    border-radius: 50%;
    color: transparent;
    display: block;
    margin: 3px;
    height: 8px;
    padding: 0;
    width: 8px; }
  .slick-dots li.slick-active button, .slick-dots li:hover button {
    background-color: #950248; }
  .slick-dots li:focus {
    outline: none; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Slider arrows
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.process-slider__arrows {
  padding: 0 22px;
  position: absolute; }

.education-slider__arrows,
.process-slider__arrows {
  z-index: 99; }
  .education-slider__arrows .slick-prev,
  .education-slider__arrows .slick-next,
  .process-slider__arrows .slick-prev,
  .process-slider__arrows .slick-next {
    background-color: #fff;
    border: solid 1px #999;
    border-radius: 50%;
    font-size: 0;
    height: 30px;
    padding: 0;
    width: 30px; }
  .education-slider__arrows .slick-prev,
  .process-slider__arrows .slick-prev {
    float: left; }
  .education-slider__arrows .slick-next,
  .process-slider__arrows .slick-next {
    float: right; }
  .education-slider__arrows .arrow-left,
  .education-slider__arrows .arrow-right,
  .process-slider__arrows .arrow-left,
  .process-slider__arrows .arrow-right {
    transition: border-color 0.2s ease-in-out; }
  .education-slider__arrows .slick-disabled .arrow-left,
  .process-slider__arrows .slick-disabled .arrow-left {
    border-right: 8px solid #999; }
  .education-slider__arrows .slick-disabled .arrow-right,
  .process-slider__arrows .slick-disabled .arrow-right {
    border-left: 8px solid #999; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Social
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
/* Social */
#social .like-us-on-fb {
  margin-bottom: 30px; }
  #social .like-us-on-fb h3 {
    color: #a42862;
    font-family: "ITCBerkeleyOldstyleW01- 812522", Georgia, serif;
    font-size: 26px;
    line-height: 1;
    padding-bottom: 20px; }
#social .connect {
  margin-bottom: 30px;
  height: 125px; }
  #social .connect__label {
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
    background: #76012e;
    float: left;
    height: 100%;
    text-align: center;
    width: auto; }
    #social .connect__label:before {
      content: "";
      display: inline-block;
      font-size: 0;
      height: 100%;
      vertical-align: middle; }
    #social .connect__label h3 {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      font-family: "News Gothic MT W02 Bold", Georgia, serif;
      font-size: 20px;
      line-height: 26px;
      padding: 0 15px;
      text-transform: uppercase; }

.connect__links {
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  background-color: #f2f2f2;
  border-radius: 20px;
  height: 100%;
  text-align: center;
  width: auto; }
  .connect__links:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle; }
  .connect__links ul {
    display: inline-block;
    text-align: center;
    vertical-align: middle; }
    .connect__links ul li {
      display: inline-block;
      margin-left: 15px;
      width: 43px; }
      .connect__links ul li:first-child {
        margin-left: 0; }
      .connect__links ul li a {
        display: block;
        height: 43px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        opacity: 1;
        filter: alpha(opacity=50);
        /* For IE8 and earlier */ }
        .connect__links ul li a:hover {
          opacity: 1;
          filter: alpha(opacity=100);
          /* For IE8 and earlier */ }
        .connect__links ul li a.facebook {
          background-image: url("/images/facebook-circle.png");
          background-repeat: no-repeat;
          background-position: 0 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .connect__links ul li a.facebook {
              background-image: url("/images/facebook-circle@2x.png");
              background-size: 43px 43px; } }
        .connect__links ul li a.twitter {
          background-image: url("/images/twitter-circle.png");
          background-repeat: no-repeat;
          background-position: 0 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .connect__links ul li a.twitter {
              background-image: url("/images/twitter-circle@2x.png");
              background-size: 43px 43px; } }
        .connect__links ul li a.pinterest {
          background-image: url("/images/pinterest-circle.png");
          background-repeat: no-repeat;
          background-position: 0 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .connect__links ul li a.pinterest {
              background-image: url("/images/pinterest-circle@2x.png");
              background-size: 43px 43px; } }
        .connect__links ul li a.instagram {
          background-image: url("/images/instagram-circle.png");
          background-repeat: no-repeat;
          background-position: 0 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .connect__links ul li a.instagram {
              background-image: url("/images/instagram-circle@2x.png");
              background-size: 43px 43px; } }
        .connect__links ul li a.rss {
          background: url(../images/icon-rss-large.png) 0 0 no-repeat; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .connect__links ul li a {
    opacity: 0.5; } }
@media screen and (min-width: 1200px) {
  #social .connect {
    margin-top: 44px; } }
/*
 * Spirituality
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.spirit-module .heading {
  background: #9c1455;
  color: #fff;
  font-family: "News Gothic MT W02 Bold", Georgia, serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase; }
.spirit-module .thumb {
  margin-bottom: 0; }
  .spirit-module .thumb img {
    border-radius: 0; }
.spirit-module .sidebar a.button {
  margin: 0 22px 30px;
  text-align: center; }
.spirit-module .content hr.mobile-rule {
  display: none !important; }
.spirit-module .spirituality-quote {
  color: #000;
  font-family: Georgia, sans-serif;
  padding: 0 22px 30px; }
  .spirit-module .spirituality-quote q {
    display: block;
    font-size: 20px;
    font-style: italic;
    line-height: 24px;
    padding-bottom: 5px;
    quotes: "“" "”" "‘" "’"; }
    .spirit-module .spirituality-quote q:before {
      content: open-quote; }
    .spirit-module .spirituality-quote q:after {
      content: close-quote; }
  .spirit-module .spirituality-quote cite {
    float: right;
    line-height: 19px;
    text-align: right; }
    .spirit-module .spirituality-quote cite:before {
      content: "—"; }

.spirituality-module {
  position: relative; }
  .spirituality-module h2 {
    border-top: 1px solid #e1e1e1;
    padding-top: 40px; }
  .spirituality-module h4 span {
    text-transform: lowercase; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .spirit-module .heading {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0; }
  .spirit-module .sidebar {
    margin-left: 20px; } }
/*
 * Subhead
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.subhead {
  color: #474747 !important;
  font-family: "News Gothic MT W02 Bold", Georgia, serif !important;
  font-size: 20px !important;
  margin-bottom: 30px;
  padding: 30px 22px 0;
  text-transform: uppercase; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .subhead {
    padding-left: 0; } }
@media screen and (min-width: 992px) {
  .subhead {
    padding-top: 0; } }
/*
 * Subnav
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.subnav__list li {
  padding-bottom: 10px; }

.subnav,
.subnav__mobile {
  margin-bottom: 30px; }
  .subnav h5,
  .subnav__mobile h5 {
    margin-bottom: 10px; }
    .subnav h5 > a,
    .subnav__mobile h5 > a {
      color: #000;
      font-family: "News Gothic MT W02 Bold", Georgia, serif;
      font-size: 14px;
      text-decoration: none;
      text-transform: uppercase; }
  .subnav__list > li > a,
  .subnav__mobile__list > li > a {
    color: #76012e;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    width: auto; }
    .subnav__list > li > a.current,
    .subnav__mobile__list > li > a.current {
      behavior: url(/PIE.htc);
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background-color: #831a42;
      color: #fff; }

.subnav__mobile {
  margin-bottom: 0;
  padding: 0 22px 20px; }
  .subnav__mobile .subnav__select {
    background-image: url("/images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    border: solid 1px #b4b4b4;
    border-radius: 0;
    color: #950248;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    padding: 14px 10px;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .subnav__mobile .subnav__select {
        background-image: url("/images/arrow-down@2x.png");
        background-size: 13px 8px; } }
    .subnav__mobile .subnav__select:focus, .subnav__mobile .subnav__select:hover {
      font-size: 16px; }

.subnav-mobile-wrap {
  background-color: #f2f3f3;
  margin-top: -32px;
  padding: 50px 0 0; }
  .subnav-mobile-wrap hr.mobile-rule {
    margin-bottom: 18px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .subnav-mobile-wrap {
    margin-left: -50px;
    margin-right: -50px; } }
/*
 * Subpage blocks
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#module-subpage-blocks h2, #module-community-subpage-blocks h2 {
  margin-bottom: 16px;
  text-align: center; }
#module-subpage-blocks .item, #module-community-subpage-blocks .item {
  height: 250px; }
  #module-subpage-blocks .item:hover, #module-community-subpage-blocks .item:hover {
    cursor: pointer; }
  #module-subpage-blocks .item img, #module-community-subpage-blocks .item img {
    width: 278px; }

#module-community-subpage-blocks .item {
  margin-bottom: 30px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }
#module-community-subpage-blocks .mobile-description {
  padding: 0 22px;
  text-align: center; }
  #module-community-subpage-blocks .mobile-description a {
    display: block;
    margin: 0 auto 30px;
    max-width: 276px;
    text-align: center; }

#module-subpage-blocks .container {
  max-width: 100%; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #module-subpage-blocks h2, #module-community-subpage-blocks h2 {
    text-align: left; }
  #module-subpage-blocks .mobile-description, #module-community-subpage-blocks .mobile-description {
    padding: 0; }

  #module-community-subpage-blocks .col-lg-one-third {
    min-height: 450px; }

  .tpl-subpage-2-column-no-subnav #module-subpage-blocks {
    width: 150%; } }
@media screen and (min-width: 992px) {
  #module-community-subpage-blocks .col-lg-one-third {
    min-height: 0; }

  .tpl-subpage-two-column #module-subpage-blocks {
    width: 150%; } }
/*
 * Tabbed navigation
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.tabs, .static-tabs {
  bottom: -1px;
  margin: 0;
  position: relative;
  z-index: 99; }
  .tabs li, .static-tabs li {
    float: left;
    margin: 0 10px; }
  .tabs li.current, .static-tabs li.current {
    border: 1px solid #e1e1e1;
    border-bottom: 1px solid #fff; }
  .tabs li a, .static-tabs li a {
    color: #c7c7c7;
    display: block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding: 6px 19px;
    text-decoration: none; }
  .tabs li.current a, .static-tabs li.current a {
    border-top: 5px solid #76012e;
    color: #474747;
    padding: 1px 19px 6px 19px; }

.tab-content {
  border-top: 1px solid #e1e1e1;
  padding-top: 30px; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .tabs li a, .static-tabs li a {
    font-size: 16px; } }
@media screen and (min-width: 992px) {
  .tabs li a, .static-tabs li a {
    font-size: 14px; } }
/*
 * Todays prayer
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
#todays-prayer {
  z-index: 99; }
  #todays-prayer .thumb {
    float: none;
    width: 100%; }
    #todays-prayer .thumb .image {
      overflow: hidden; }
      #todays-prayer .thumb .image img {
        display: block;
        behavior: url(/PIE.htc);
        width: 100%; }
  #todays-prayer .heading {
    background-color: #950248;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    padding: 14px 30px 12px;
    text-align: center;
    text-transform: uppercase;
    behavior: url(/PIE.htc);
    width: 100%; }
    #todays-prayer .heading h3 {
      font-family: "News Gothic MT W02 Bold", Georgia, serif;
      font-size: 18px; }
  #todays-prayer .content {
    float: none;
    height: 100%;
    behavior: url(/PIE.htc);
    width: 100%; }
    #todays-prayer .content p {
      margin-bottom: 10px; }
    #todays-prayer .content #prayer {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: #fff;
      color: #333;
      font-size: 14px;
      margin: 0;
      padding: 20px 22px 10px;
      behavior: url(/PIE.htc);
      width: 100%; }
      #todays-prayer .content #prayer a {
        color: #009bc9;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase; }
  #todays-prayer .full-width {
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  #todays-prayer hr.mobile-rule {
    border: solid 1px #e2e2e2;
    margin: 0; }

.todays-prayer-wrap {
  margin-bottom: 30px; }
  .todays-prayer-wrap img {
    border-radius: 0;
    display: block;
    width: 100%; }
  .todays-prayer-wrap .todays-prayer-wrap--heading {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    background: #9c1455;
    color: #fff;
    font-family: "News Gothic MT W02 Bold";
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    behavior: url(/PIE.htc);
    position: relative; }
  .todays-prayer-wrap .todays-prayer-wrap--content {
    background-color: #e3e3e3;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    behavior: url(/PIE.htc);
    box-sizing: border-box;
    color: #898989;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 20px; }
    .todays-prayer-wrap .todays-prayer-wrap--content a {
      color: #009acb;
      text-decoration: none;
      text-transform: uppercase; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  #todays-prayer {
    height: 240px;
    margin-bottom: 30px; }
    #todays-prayer .thumb {
      float: left;
      width: 50%; }
      #todays-prayer .thumb .image img {
        -webkit-border-radius: 20px 0 0 20px;
        -moz-border-radius: 20px 0 0 20px;
        border-radius: 20px 0 0 20px;
        width: auto; }
    #todays-prayer .content {
      float: left;
      width: 50%; }
      #todays-prayer .content .heading {
        -webkit-border-radius: 0 20px 0 0;
        -moz-border-radius: 0 20px 0 0;
        border-radius: 0 20px 0 0;
        bottom: 0;
        padding: 10px 30px; }
        #todays-prayer .content .heading h3 {
          font-size: 12px; }
      #todays-prayer .content #prayer {
        -webkit-border-radius: 0 0 20px 0;
        -moz-border-radius: 0 0 20px 0;
        border-radius: 0 0 20px 0;
        font-size: 12px;
        height: 85%;
        padding: 10px 15px;
        top: 0; }
        #todays-prayer .content #prayer a {
          font-size: 12px; }
    #todays-prayer.dark #prayer {
      background-color: #eee; } }
/*
 * Tertiary Nav
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.tertiary-nav > ul {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 0; }
  .tertiary-nav > ul > li {
    float: left;
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px; }
    .tertiary-nav > ul > li > a {
      behavior: url(/PIE.htc);
      background-color: #76012e;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      color: #c6abaa;
      display: block;
      font-size: 11px;
      padding: 5px 10px 6px;
      text-transform: uppercase; }
      .tertiary-nav > ul > li > a:focus, .tertiary-nav > ul > li > a:hover {
        color: #fff; }
    .tertiary-nav > ul > li .icon {
      background-position: 50% 0;
      background-repeat: no-repeat;
      height: 22px;
      overflow: hidden;
      padding: 0;
      text-indent: 100%;
      white-space: nowrap;
      width: 22px; }
      .tertiary-nav > ul > li .icon.facebook {
        background-image: url(../images/icon-facebook-small.png); }
      .tertiary-nav > ul > li .icon.twitter {
        background-image: url(../images/icon-twitter-small.png); }
      .tertiary-nav > ul > li .icon.pinterest {
        background-image: url(../images/icon-pinterest-small.png); }
      .tertiary-nav > ul > li .icon.instagram {
        background-image: url(../images/icon-instagram-small.png); }
      .tertiary-nav > ul > li .icon.rss {
        background-image: url(../images/icon-rss-small.png); }
      .tertiary-nav > ul > li .icon:focus, .tertiary-nav > ul > li .icon:hover {
        background-position: 50% 100%; }

.tertiary-nav--mobile {
  height: 34px; }
  .tertiary-nav--mobile ul {
    float: right;
    height: 34px;
    list-style: none;
    padding-right: 22px;
    text-align: center;
    width: 100%; }
    .tertiary-nav--mobile ul li {
      float: right;
      margin-top: 5px; }
      .tertiary-nav--mobile ul li.close {
        position: fixed;
        right: 22px; }
      .tertiary-nav--mobile ul li:first-child {
        float: left;
        margin-left: 100px; }
      .tertiary-nav--mobile ul li a {
        color: #950248;
        font-size: 11px;
        text-transform: uppercase; }
  .tertiary-nav--mobile .search {
    margin: 0;
    position: relative; }
    .tertiary-nav--mobile .search input[type="text"] {
      behavior: url(/PIE.htc);
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background: #fff;
      border: none;
      margin: 0;
      padding: 4px 8px 4px 24px;
      width: 120px; }
      .tertiary-nav--mobile .search input[type="text"]:focus, .tertiary-nav--mobile .search input[type="text"]:hover {
        font-size: 16px;
        outline: 0; }
      .tertiary-nav--mobile .search input[type="text"]::-webkit-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease; }
      .tertiary-nav--mobile .search input[type="text"]:focus::-webkit-input-placeholder {
        opacity: 1; }
    .tertiary-nav--mobile .search input[type="submit"] {
      background-image: url("../images/search-icon.png");
      background-color: transparent;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      border: none;
      cursor: pointer;
      height: 16px;
      margin-top: -7px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      left: 4px;
      text-indent: 100%;
      top: 50%;
      white-space: nowrap;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .tertiary-nav--mobile .search input[type="submit"] {
          background-image: url("../images/search-icon@2x.png");
          background-size: 16px 16px; } }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .tertiary-nav--mobile ul li.close {
    position: absolute;
    right: 32px; } }
/*
 * Widget: WYSIJA
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
aside.widget_wysija {
  margin-top: 30px;
  margin-bottom: 30px; }
  aside.widget_wysija h4 {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    /*behavior: url(/PIE.htc);*/
    background: #9c1455;
    color: #fff;
    font-family: "News Gothic MT W02 Bold", Georgia, serif;
    font-size: 14px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 44px 16px 44px; }
  aside.widget_wysija .widget_wysija_cont {
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    behavior: url(/PIE.htc);
    background: #f2f2f2;
    padding: 15px 20px 25px 15px;
    position: relative; }
  aside.widget_wysija input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    behavior: url(/PIE.htc);
    margin-bottom: 10px;
    margin: 0 auto;
    position: relative;
    width: 175px; }
  aside.widget_wysija input[type="submit"] {
    border-radius: 20px;
    background: #009bc9;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    width: auto; }
  aside.widget_wysija form {
    margin: 0; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * Where we are
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.tpl-where-we-are-page p.subhead {
  margin-top: -10px; }

/* where we are stuff */
.where-we-are-module .blockquote-style {
  margin-top: 25px; }
.where-we-are-module .location-address {
  padding: 0 22px 30px;
  position: relative; }
  .where-we-are-module .location-address #map-canvas {
    border: 1px solid transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/PIE.htc);
    margin: 0 0 30px;
    overflow: hidden; }
  .where-we-are-module .location-address p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0; }
  .where-we-are-module .location-address a.to-link {
    color: #009bc9;
    text-decoration: none; }
  .where-we-are-module .location-address span {
    color: #76012e;
    font-family: "ITCBerkeleyOldstyleW01- 812507", Georgia, serif;
    font-size: 16px; }
.where-we-are-module .latest-news {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 30px; }
  .where-we-are-module .latest-news .heading {
    behavior: url(/PIE.htc);
    margin-bottom: 10px; }
  .where-we-are-module .latest-news ul {
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    behavior: url(/PIE.htc);
    padding: 15px; }
.where-we-are-module #community-homepage-quote-author {
  display: inline; }

.map-info {
  background-color: #fff;
  width: 200px;
  padding-bottom: 15px;
  margin-bottom: 45px; }
  .map-info h1 {
    color: #fff;
    background-color: #950248;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "News Gothic MT W02 Bold";
    padding: 10px 15px 10px 10px;
    margin-bottom: 15px; }
  .map-info a {
    padding: 8px 40px;
    behavior: url(/PIE.htc);
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    background-color: #009bc9;
    color: #fff;
    font-size: 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase; }
    .map-info a:focus, .map-info a:hover {
      color: #fff; }
    @media screen and (min-width: 768px) {
      .map-info a {
        color: #b8daea; } }
  .map-info p {
    padding: 0 15px;
    font-size: 10px;
    color: #707070;
    margin: 0; }
    .map-info p.link {
      margin: 20px 0 5px 0; }

/* Module: where we are tabs */
.module-mission {
  background: #f2f2f2;
  padding: 20px 50px 30px; }

.where-slideshow {
  overflow: hidden;
  padding-left: 10px; }
  .where-slideshow .flexslider {
    height: 460px; }
  .where-slideshow .flex-control-nav {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 48px;
    text-align: center;
    width: auto; }
  .where-slideshow .flex-caption {
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    -pie-background: rgba(134, 44, 72, 0.8);
    behavior: url(/PIE.htc);
    background: rgba(134, 44, 72, 0.8);
    color: #fff;
    font-size: 14px;
    height: 41px;
    padding-top: 15px;
    position: absolute;
    bottom: 0;
    font-weight: bold;
    text-align: center;
    width: 500px;
    z-index: 99; }

/* MAP NEEDS BOX SHADOW */
#gmap {
  height: calc(100vh - 255px);
  min-height: 200px;
  position: relative; }

#module-our-mission {
  margin: 0 -50px 30px; }

#module-our-communities .module {
  margin-top: 0; }

.module-map {
  margin: 0 auto;
  position: relative; }
  .module-map .map_controls {
    display: block; }
  .module-map .box .box_title {
    background-color: #76012e; }
    .module-map .box .box_title h6 {
      color: #fff;
      font-family: "News Gothic MT W02 Bold";
      font-size: 14px;
      height: auto;
      margin: 0;
      padding: 20px 22px;
      text-align: left;
      text-transform: uppercase; }
  .module-map .box .box_content {
    background-color: #f2f2f2;
    opacity: .9;
    padding: 0 22px 30px; }
    .module-map .box .box_content select {
      background-image: url("/images/arrow-down.png");
      background-repeat: no-repeat;
      background-position: center right 10px;
      border-radius: 0;
      color: #333;
      font-weight: bold;
      padding: 10px 30px 10px 10px;
      text-transform: uppercase;
      width: 100%;
      -moz-appearance: none;
      -webkit-appearance: none; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .module-map .box .box_content select {
          background-image: url("/images/arrow-down@2x.png");
          background-size: 13px 8px; } }
    .module-map .box .box_content .arrow-wrap {
      background-color: #fff;
      border: solid 1px #999;
      border-radius: 50%;
      float: right;
      font-size: 0;
      height: 30px;
      margin-top: -30px;
      padding: 0;
      width: 30px; }
      .module-map .box .box_content .arrow-wrap .arrow-down {
        transition: all 0.3s ease-in-out; }
    .module-map .box .box_content .expanded .arrow-wrap .arrow-down {
      margin-top: 10px;
      transform: rotate(-180deg); }
    .module-map .box .box_content hr.mobile-rule {
      margin: 22px 0 12px; }
    .module-map .box .box_content a.button {
      display: block;
      margin: 0 auto;
      max-width: 276px;
      text-align: center; }
    .module-map .box .box_content p {
      margin: 0px;
      padding: 20px 0 0 0; }
      .module-map .box .box_content p label {
        font-weight: bold;
        text-transform: uppercase; }
    .module-map .box .box_content .checkboxes label {
      color: #333;
      margin-bottom: 10px; }
    .module-map .box .box_content .checkboxes ul {
      padding-top: 0;
      padding-left: 15px;
      padding-bottom: 0; }
      .module-map .box .box_content .checkboxes ul li label {
        color: #444; }
    .module-map .box .box_content .checkboxes.expanded .arrow-wrap .arrow-down {
      transform: rotate(-180deg); }
    .module-map .box .box_content .checkboxes__mobile .expando-content {
      padding-bottom: 0; }
    .module-map .box .box_content .checkboxes__mobile input[type="checkbox"] {
      display: none; }

.mission-slider .slick-slide {
  margin-bottom: -60px; }
  .mission-slider .slick-slide img {
    width: 100%; }
  .mission-slider .slick-slide p {
    background-color: rgba(134, 44, 72, 0.8);
    bottom: 60px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    text-align: center; }
.mission-slider .slick-dots {
  text-align: center;
  margin-top: 20px; }

#our-mission-title {
  padding: 20px 22px; }

#our-mission-content {
  padding: 10px 22px 20px; }
  #our-mission-content a.button {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    max-width: 276px;
    width: 100%; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .where-we-are-module .latest-news .heading {
    border-radius: 20px 20px 0 0;
    margin-bottom: 0; }
  .where-we-are-module .location-address {
    padding: 0 0 30px; }

  #gmap {
    height: 580px; }

  #module-where-we-are-map {
    margin: 0 -50px; }

  .mission-slider .slick-list {
    border-radius: 20px; }

  .module-map {
    margin: 0 auto -50px;
    position: relative;
    top: -50px; }
    .module-map .box .box_title {
      padding-left: 10px; }
    .module-map .box .box_content {
      background-color: #fff;
      border-bottom-left-radius: 10px;
      margin-left: 10px; }

  #our-mission-content a.button {
    display: inline;
    margin: auto;
    text-align: left;
    max-width: none;
    width: auto; } }
@media screen and (min-width: 992px) {
  .module-map .col-md-12 {
    padding-right: 0; }
  .module-map .col-md-4 {
    padding-left: 0; }
  .module-map .box .box_title {
    background-color: #ca80a3;
    padding-top: 70px; }
    .module-map .box .box_title h6 {
      padding: 8px; }
  .module-map .box .box_content {
    padding: 0 8px 8px 8px; }

  #gmap {
    margin-left: 20px; } }
/*
 * WordPress
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.widget_search h4 {
  behavior: url(/PIE.htc);
  background-color: #9c1455;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-family: "News Gothic MT W02 Bold", Georgia, serif;
  font-size: 14px;
  margin: 0;
  padding: 16px 48px 16px 51px;
  text-align: center;
  text-transform: uppercase; }
.widget_search input {
  behavior: url(/PIE.htc);
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 auto 10px;
  padding-left: 13px;
  position: relative;
  width: 175px; }
.widget_search #searchform {
  behavior: url(/PIE.htc);
  background-color: #f2f2f2;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  padding: 15px 20px 25px 15px;
  position: relative; }
  .widget_search #searchform label {
    display: none; }

#searchform {
  margin-bottom: 0; }
  #searchform input[type="text"] {
    padding: 10px;
    width: 100%; }
  #searchform label {
    display: none; }

#search,
#filter,
#subscribe {
  padding-bottom: 10px; }

#subscribe .wysija-input {
  width: 100%; }
#subscribe .wysija-submit.wysija-submit-field {
  background-color: #009bc9;
  border-radius: 1000px;
  color: #fff;
  margin: 0 auto 10px;
  width: 276px; }

#backbutton span.pagination__icon,
#nextbutton span.pagination__icon {
  color: #fff; }
#backbutton:focus, #backbutton:hover,
#nextbutton:focus,
#nextbutton:hover {
  color: #fff; }

body.custom-background {
  background-color: #ebebeb; }

.comments-area .blog-module .story {
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  padding: 20px 0; }
  .comments-area .blog-module .story h3 {
    color: #831a42;
    float: left;
    font-family: "ITCBerkeleyOldstyleW01- 812513", Georgia, serif;
    font-size: 20px;
    line-height: 42px; }
  .comments-area .blog-module .story a {
    background-position: right 0;
    background-repeat: no-repeat;
    color: #76012e;
    display: block;
    float: right;
    font-weight: bold;
    height: 42px;
    line-height: 42px; }
    .comments-area .blog-module .story a.toggle-on {
      background-position: right -42px; }
.comments-area #respond {
  border-bottom: 1px solid #e1e1e1;
  display: none; }
  .comments-area #respond form p {
    margin: 0; }
  .comments-area #respond form input[type="text"] {
    margin-bottom: 20px; }
  .comments-area #respond form .form-submit {
    margin: 20px 0; }
.comments-area ol.commentlist {
  list-style: none;
  margin-left: 0;
  padding-top: 30px; }
  .comments-area ol.commentlist li.comment {
    padding: 0; }
    .comments-area ol.commentlist li.comment article.comment {
      border-top: none;
      margin-bottom: 30px;
      padding-top: 0; }
    .comments-area ol.commentlist li.comment:last-child article.comment {
      margin-bottom: 0; }

article.comment {
  border-top: 1px solid #e1e1e1;
  padding-top: 30px; }
  article.comment:last-child {
    border-bottom: 1px solid #e1e1e1; }
  article.comment .comment-author {
    font-style: italic; }
    article.comment .comment-author cite {
      font-style: normal;
      font-weight: bold; }
  article.comment section.comment-content {
    margin-top: 10px; }

.post .alignright,
.post .alignright .float-quote {
  margin: 0 0 10px 15px; }
.post .alignright {
  float: right; }
.post .alignleft,
.post .alignleft .highlight-box {
  margin: 0 15px 10px 0; }
.post .alignleft {
  float: left; }
.post pre {
  background-color: #f3f3f3;
  margin: 10px 0;
  overflow: auto;
  padding: 1em 10px; }

.wp-caption p {
  color: #888;
  font-style: italic;
  margin-bottom: 0px; }

.sharedaddy .sd-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  article.comment:last-child {
    margin-bottom: 30px; }

  .comments-area .blog-module .story h3 {
    font-size: 28px; }
  .comments-area .blog-module .story a {
    background-image: url("../images/expando-toggle.png");
    padding-right: 50px; }
  .comments-area ol.commentlist li.comment {
    padding: 0 0 0 30px; }
    .comments-area ol.commentlist li.comment:last-child article.comment {
      margin-bottom: 30px; } }
/* ==========================================================================
   Inbox: Temporary styles
   ========================================================================== */
a.cta-link {
  color: #009bc9;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase; }
  a.cta-link:hover {
    color: #950248; }

.quote-contain {
  margin-right: 32px; }
  .quote-contain blockquote {
    border-left: none;
    font-style: italic;
    font-size: 20px;
    margin: 0;
    padding: 20px 20px 10px; }
  .quote-contain cite {
    float: right;
    font-size: 14px; }
    .quote-contain cite div {
      display: inline; }

#page-photo {
  margin: 0 22px;
  text-align: center; }
  #page-photo img {
    max-width: 460px;
    max-height: 350px;
    width: 100%; }

.description-list-style {
  margin-bottom: 20px; }
  .description-list-style ul li {
    list-style-type: disc !important; }

/* ==========================================================================
    Template-specific
========================================================================== */
/* meant to mimic container from skeleton.css for #module-page-content in this template */
/* ==========================================================================
    Helper Classes
========================================================================== */
.align-right {
  float: right; }

.align-left {
  float: left; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after {
  clear: both; }

.clearfix,
.container {
  *zoom: 1; }

.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding-left: 0px !important; }

/* ==========================================================================
   Shame: Quick fixes, hacks, and other questionable techniques
   ========================================================================== */
