@charset "UTF-8";
/* line 5, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_helpers.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 2, ../sass/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* line 3, ../sass/_helpers.scss */
.clearfix {
  zoom: 1;
}

/* line 5, ../sass/_helpers.scss */
.after, .div-row:after, .div-row .div-col:after, .list-2:after,
.list-3:after,
.list-4:after,
.list-5:after,
.list-6:after, .share:after, .filters:after, #header:after, .container:after, .container-large:after, .container-wide:after, .container-full:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* line 13, ../sass/_helpers.scss */
.clear {
  clear: both;
}

/* line 15, ../sass/_helpers.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 16, ../sass/_helpers.scss */
img.responsive-image {
  display: block;
  width: 100%;
  height: auto;
}

/* line 18, ../sass/_helpers.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* line 19, ../sass/_helpers.scss */
.ir br {
  display: none;
}

/* line 21, ../sass/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 23, ../sass/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 25, ../sass/_helpers.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 27, ../sass/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* line 1, ../sass/elements/_grid.scss */
.div-row {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  /* line 1, ../sass/elements/_grid.scss */
  .div-row {
    margin-bottom: 3em;
  }
}
/* line 9, ../sass/elements/_grid.scss */
.div-row .div-col {
  float: none;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
}
@media (min-width: 48em) {
  /* line 9, ../sass/elements/_grid.scss */
  .div-row .div-col {
    float: left;
    margin: 0 0 0 3%;
  }
}
@media (min-width: 48em) {
  /* line 19, ../sass/elements/_grid.scss */
  .div-row .div-col:first-child {
    margin-left: 0 !important;
  }

  .div-row .first-div:first-child {
    margin-left: 3% !important;
  }
}
/* line 24, ../sass/elements/_grid.scss */
.div-row .div-col p:last-child {
  margin: 0;
}
/* line 27, ../sass/elements/_grid.scss */
.div-row .div-col p img,
.div-row .div-col div img,
.div-row .div-col p iframe,
.div-row .div-col div iframe,
.div-row .div-col p object,
.div-row .div-col div object,
.div-row .div-col p video,
.div-row .div-col div video {
  margin-bottom: 1em;
}

@media (min-width: 48em) {
  /* line 41, ../sass/elements/_grid.scss */
  .div-row.one-half .div-col {
    width: 48.5%;
  }
}

@media (min-width: 48em) {
  /* line 49, ../sass/elements/_grid.scss */
  .div-row.one-third .div-col {
    width: 31.33333333333333%;
  }
}

@media (min-width: 48em) {
  /* line 57, ../sass/elements/_grid.scss */
  .div-row.one-fourth .div-col {
    width: 21.5%;
  }
}

@media (min-width: 48em) {
  /* line 65, ../sass/elements/_grid.scss */
  .div-row.two-third .div-col {
    width: 67%;
  }
}
@media (min-width: 48em) {
  /* line 69, ../sass/elements/_grid.scss */
  .div-row.two-third .div-col:first-child {
    width: 30%;
  }
}

@media (min-width: 48em) {
  /* line 79, ../sass/elements/_grid.scss */
  .div-row.two-third.right .div-col {
    width: 30%;
  }
}
@media (min-width: 48em) {
  /* line 83, ../sass/elements/_grid.scss */
  .div-row.two-third.right .div-col:first-child {
    width: 67%;
  }
}

/* line 91, ../sass/elements/_grid.scss */
.div-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
/* line 97, ../sass/elements/_grid.scss */
.div-embed img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 102, ../sass/elements/_grid.scss */
.div-embed iframe, .div-embed object, .div-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 48em) {
  /* line 102, ../sass/elements/_grid.scss */
  .div-embed iframe, .div-embed object, .div-embed embed {
    pointer-events: auto;
  }
}

/* line 127, ../sass/elements/_grid.scss */
.list-2 article {
  margin-bottom: 2em;
}
@media (min-width: 64.25em) {
  /* line 127, ../sass/elements/_grid.scss */
  .list-2 article {
    float: left;
    width: 48.5%;
    margin-left: 3%;
  }
}
/* line 134, ../sass/elements/_grid.scss */
.list-2 article:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
/* line 140, ../sass/elements/_grid.scss */
.list-2.full article {
  margin: 0;
}
@media (min-width: 64.25em) {
  /* line 140, ../sass/elements/_grid.scss */
  .list-2.full article {
    width: 50%;
    margin-left: 0;
  }
}

@media (min-width: 64.25em) {
  /* line 150, ../sass/elements/_grid.scss */
  .flexbox .list-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 64.25em) {
  /* line 157, ../sass/elements/_grid.scss */
  .flexbox .list-2 article {
    float: none;
  }
}
/* line 161, ../sass/elements/_grid.scss */
.flexbox .list-2 article:nth-child(2n+1) {
  clear: none;
}

/* line 169, ../sass/elements/_grid.scss */
.list-3 article {
  margin-bottom: 2em;
}
@media (min-width: 64.25em) {
  /* line 169, ../sass/elements/_grid.scss */
  .list-3 article {
    float: left;
    width: 31.33333333333333%;
    margin-left: 3%;
  }
}
/* line 176, ../sass/elements/_grid.scss */
.list-3 article:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
/* line 182, ../sass/elements/_grid.scss */
.list-3.full article {
  margin: 0;
}
@media (min-width: 64.25em) {
  /* line 182, ../sass/elements/_grid.scss */
  .list-3.full article {
    width: 33.33333333333333%;
    margin-left: 0;
  }
}

@media (min-width: 64.25em) {
  /* line 192, ../sass/elements/_grid.scss */
  .flexbox .list-3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 64.25em) {
  /* line 199, ../sass/elements/_grid.scss */
  .flexbox .list-3 article {
    float: none;
  }
}
/* line 203, ../sass/elements/_grid.scss */
.flexbox .list-3 article:nth-child(3n+1) {
  clear: none;
}

/* line 211, ../sass/elements/_grid.scss */
.list-4 article {
  margin-bottom: 2em;
}
@media (min-width: 64.25em) {
  /* line 211, ../sass/elements/_grid.scss */
  .list-4 article {
    float: left;
    width: 22.75%;
    margin-left: 3%;
  }
}
/* line 218, ../sass/elements/_grid.scss */
.list-4 article:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
/* line 224, ../sass/elements/_grid.scss */
.list-4.full article {
  margin: 0;
}
@media (min-width: 64.25em) {
  /* line 224, ../sass/elements/_grid.scss */
  .list-4.full article {
    width: 25%;
    margin-left: 0;
  }
}

@media (min-width: 64.25em) {
  /* line 234, ../sass/elements/_grid.scss */
  .flexbox .list-4 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 64.25em) {
  /* line 241, ../sass/elements/_grid.scss */
  .flexbox .list-4 article {
    float: none;
  }
}
/* line 245, ../sass/elements/_grid.scss */
.flexbox .list-4 article:nth-child(4n+1) {
  clear: none;
}

/* line 253, ../sass/elements/_grid.scss */
.list-5 article {
  margin-bottom: 2em;
}
@media (min-width: 64.25em) {
  /* line 253, ../sass/elements/_grid.scss */
  .list-5 article {
    float: left;
    width: 18.4%;
    margin-left: 2%;
  }
}
/* line 260, ../sass/elements/_grid.scss */
.list-5 article:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}
/* line 266, ../sass/elements/_grid.scss */
.list-5.full article {
  margin: 0;
}
@media (min-width: 64.25em) {
  /* line 266, ../sass/elements/_grid.scss */
  .list-5.full article {
    width: 20%;
    margin-left: 0;
  }
}

@media (min-width: 64.25em) {
  /* line 276, ../sass/elements/_grid.scss */
  .flexbox .list-5 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 64.25em) {
  /* line 283, ../sass/elements/_grid.scss */
  .flexbox .list-5 article {
    float: none;
  }
}
/* line 287, ../sass/elements/_grid.scss */
.flexbox .list-5 article:nth-child(5n+1) {
  clear: none;
}

/* line 295, ../sass/elements/_grid.scss */
.list-6 article {
  margin-bottom: 2em;
}
@media (min-width: 64.25em) {
  /* line 295, ../sass/elements/_grid.scss */
  .list-6 article {
    float: left;
    width: 15%;
    margin-left: 2%;
  }
}
/* line 302, ../sass/elements/_grid.scss */
.list-6 article:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}
/* line 308, ../sass/elements/_grid.scss */
.list-6.full article {
  margin: 0;
}
@media (min-width: 64.25em) {
  /* line 308, ../sass/elements/_grid.scss */
  .list-6.full article {
    width: 16.66666666666667%;
    margin-left: 0;
  }
}

@media (min-width: 64.25em) {
  /* line 318, ../sass/elements/_grid.scss */
  .flexbox .list-6 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 64.25em) {
  /* line 325, ../sass/elements/_grid.scss */
  .flexbox .list-6 article {
    float: none;
  }
}
/* line 329, ../sass/elements/_grid.scss */
.flexbox .list-6 article:nth-child(5n+1) {
  clear: none;
}

@media (min-width: 64.25em) {
  /* line 342, ../sass/elements/_grid.scss */
  .flexbox .list-2.centered,
  .flexbox .list-3.centered,
  .flexbox .list-4.centered,
  .flexbox .list-5.centered,
  .flexbox .list-6.centered {
    justify-content: center;
  }
}

/* line 354, ../sass/elements/_grid.scss */
.div-row .div-col.right {
  text-align: right;
}
/* line 358, ../sass/elements/_grid.scss */
.div-row .div-col.center {
  text-align: center;
}

/* line 365, ../sass/elements/_grid.scss */
.div-row.video-list .div-col {
  margin-top: 3%;
  margin: 0 0 0 2%;
}
/* line 367, ../sass/elements/_grid.scss */
.div-row.video-list .div-col:nth-child(3n+4) {
/*  margin-left: 0%;
  clear: both;*/
}

/* line 374, ../sass/elements/_grid.scss */
.div-row.sharing-list .div-col {
  margin-top: 3%;
}
/* line 376, ../sass/elements/_grid.scss */
.div-row.sharing-list .div-col:nth-child(4n+5) {
  margin-left: 2%;
}
@media (min-width: 64.25em) {
  /* line 376, ../sass/elements/_grid.scss */
  .div-row.sharing-list .div-col:nth-child(4n+5) {
    margin-left: 0%;
  }
}
/* line 384, ../sass/elements/_grid.scss */
.div-row.sharing-list .div-col:nth-child(4n+5) {
  display: none;
}
/* line 387, ../sass/elements/_grid.scss */
.div-row.sharing-list .div-col:nth-child(4n+6) {
  display: none;
}
/* line 391, ../sass/elements/_grid.scss */
.div-row.sharing-list .div-col:nth-child(4n+7) {
  display: none;
}
/* line 395, ../sass/elements/_grid.scss */
.div-row.sharing-list .div-col:nth-child(4n+8) {
  display: none;
}

/* line 6, ../sass/elements/_typography.scss */
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #eee8e5;
}

/* line 20, ../sass/elements/_typography.scss */
body,
table caption,
table th,
table td,
textarea {
  color: #332c26;
  font-style: normal;
  font-weight: 400;
}

/* line 36, ../sass/elements/_typography.scss */
body,
table td,
textarea,
h4,
h6,
blockquote,
.button-small,
.monkForm .section p,
.monkForm div input,
.monkForm div textarea,
.monkForm div select,
.monkForm .checkbox p,
.monkForm .radio p,
.monkForm p.description,
.monkForm div.divider .description p,
#header .quicklinks li.en-espanol,
#nav > li > a span,
#search_term,
.goog-te-gadget-simple span {
  font-family: "Marion W00", sans-serif;
}

/* line 58, ../sass/elements/_typography.scss */
table caption,
table th,
h1,
h2,
h3,
h5,
.button-medium,
.button-large,
.monkForm,
.monkForm legend,
.monkForm input,
.ui-selectmenu-button,
.ui-selectmenu-menu .ui-menu,
#nav-toggle span,
#nav-search-toggle span,
#header .quicklinks,
#nav > li > a,
ul.nav > li > a,
#footer .footer-links,
#content .section-tabs nav li,
.content-section .section-tabs nav li,
#stickysub li a,
.stickynew li a,
.section-sermon .meta b,
.section-sermon .more p,
.section-feature .more p,
#section-countdown .timer,
#content #subnav > li > a {
  font-family: "Open Sans", Arial;
}

/* line 96, ../sass/elements/_typography.scss */
a {
  color: #ddae65;
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 100, ../sass/elements/_typography.scss */
a:hover {
  color: #283676;
}

/* line 111, ../sass/elements/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin-bottom: .2em;
}
/* line 119, ../sass/elements/_typography.scss */
h1 [class^="icon-"], h1 [class*=" icon-"],
h2 [class^="icon-"],
h2 [class*=" icon-"],
h3 [class^="icon-"],
h3 [class*=" icon-"],
h4 [class^="icon-"],
h4 [class*=" icon-"],
h5 [class^="icon-"],
h5 [class*=" icon-"],
h6 [class^="icon-"],
h6 [class*=" icon-"] {
  display: inline-block;
  vertical-align: -.01em;
  margin: 0;
}

/* line 126, ../sass/elements/_typography.scss */
h1 {
  font-size: 1.75em;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 64.25em) {
  /* line 126, ../sass/elements/_typography.scss */
  h1 {
    font-size: 2em;
  }
}

/* line 137, ../sass/elements/_typography.scss */
h2 {
  font-size: 42px;
  font-weight: bold;
  color: #524b4e;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "adriane", "Open Sans", Arial;
  letter-spacing: 0.2em;
}
@media (min-width: 64.25em) {
  /* line 137, ../sass/elements/_typography.scss */
  h2 {
    font-size: 2.625em;
  }
}

/* line 154, ../sass/elements/_typography.scss */
h3 {
  font-size: 32px;
  font-family: "adriane", "Open Sans", Arial;
  color: #524b4e;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

/* line 165, ../sass/elements/_typography.scss */
h4 {
  font-size: 32px;
  font-family: "Open Sans", Arial;
  color: #524b4e;
  line-height: 1.2;
}

/* line 175, ../sass/elements/_typography.scss */
h5 {
  font-size: 22px;
  font-family: "Open Sans", Arial;
  color: #524b4e;
  line-height: 2;
}

/* line 185, ../sass/elements/_typography.scss */
h6 {
  font-size: 16px;
  font-family: "adriane", "Open Sans", Arial;
  color: #524b4e;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-weight: 400;
}

/* line 202, ../sass/elements/_typography.scss */
p {
  font-size: 18px;
  line-height: 1.667;
  color: #524b4e;
  font-family: "Open Sans", Arial;
  margin-bottom: 1.25em;
}
/* line 208, ../sass/elements/_typography.scss */
p [class^="icon-"], p [class*=" icon-"] {
  display: inline-block;
  vertical-align: -.01em;
  margin: 0;
}

/* line 214, ../sass/elements/_typography.scss */
p.return {
  text-align: right;
}

/* line 219, ../sass/elements/_typography.scss */
#sidebar p.return a {
  display: block;
  margin: 0;
}

/* line 225, ../sass/elements/_typography.scss */
.large-icon {
  margin-bottom: .5em;
}
/* line 227, ../sass/elements/_typography.scss */
.large-icon [class^="icon-"], .large-icon [class*=" icon-"] {
  display: inline-block;
  font-size: 5em;
  margin-right: -.5em;
}

/* line 236, ../sass/elements/_typography.scss */
#content ul,
.content-section ul {
  margin: 0 0 1.75em 3em;
}
/* line 238, ../sass/elements/_typography.scss */
#content ul li,
.content-section ul li {
  font-family: "Open Sans", Arial;
  font-size: 18px;
  list-style: disc;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-weight: 200;
  color: #524b4e;
}
/* line 246, ../sass/elements/_typography.scss */
#content ul li ul,
.content-section ul li ul {
  margin: .5em 0 .5em 1em;
  border: 0;
  padding: 0;
}
/* line 251, ../sass/elements/_typography.scss */
#content ul li li,
.content-section ul li li {
  font-size: 100%;
  margin-bottom: .5em;
  color: #524b4e;
}
/* line 257, ../sass/elements/_typography.scss */
#content ul ol,
.content-section ul ol {
  margin: 1em 0 1em 3em;
}
/* line 259, ../sass/elements/_typography.scss */
#content ul ol li,
.content-section ul ol li {
  list-style: decimal;
  margin-bottom: .5em;
}
/* line 266, ../sass/elements/_typography.scss */
#content ul#subnav,
#content ul.menu,
.content-section ul#subnav,
.content-section ul.menu {
  margin: 0;
}
/* line 269, ../sass/elements/_typography.scss */
#content ul#subnav li,
#content ul.menu li,
.content-section ul#subnav li,
.content-section ul.menu li {
  list-style: none;
  line-height: 1;
  margin: 0;
}
/* line 275, ../sass/elements/_typography.scss */
#content ol,
.content-section ol {
  margin: 0 0 1.75em 3em;
  font-weight: 400;
}
/* line 278, ../sass/elements/_typography.scss */
#content ol li,
.content-section ol li {
  list-style: decimal;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-family: "Open Sans", Arial;
  font-size: 18px;
  font-weight: 600;
  color: #524b4e;
}
/* line 287, ../sass/elements/_typography.scss */
#content ol li span,
.content-section ol li span {
  font-weight: 200;
}
/* line 290, ../sass/elements/_typography.scss */
#content ol li ol,
.content-section ol li ol {
  margin: .5em 0 .5em 2em;
  border: 0;
  padding: 0;
}
/* line 294, ../sass/elements/_typography.scss */
#content ol li ol li,
.content-section ol li ol li {
  list-style: lower-alpha;
  margin-bottom: .5em;
  font-weight: 600;
  color: #524b4e;
}
/* line 299, ../sass/elements/_typography.scss */
#content ol li ol li span,
.content-section ol li ol li span {
  font-weight: 200;
}
/* line 304, ../sass/elements/_typography.scss */
#content ol li li,
.content-section ol li li {
  font-size: 100%;
}
/* line 309, ../sass/elements/_typography.scss */
#content ol ol,
.content-section ol ol {
  margin: .5em 0 1em 2em;
  border: 0;
  padding: 0;
}
/* line 313, ../sass/elements/_typography.scss */
#content ol ol li,
.content-section ol ol li {
  list-style: lower-alpha;
  margin-bottom: .5em;
}
/* line 319, ../sass/elements/_typography.scss */
#content ol ul,
.content-section ol ul {
  margin: 1em 0 1em 3em;
}
/* line 321, ../sass/elements/_typography.scss */
#content ol ul li,
.content-section ol ul li {
  list-style: disc;
  margin-bottom: .5em;
}

/* line 329, ../sass/elements/_typography.scss */
i, em {
  font-style: italic;
}

/* line 330, ../sass/elements/_typography.scss */
b, strong {
  font-weight: 800;
}

/* line 331, ../sass/elements/_typography.scss */
pre, code {
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 1em;
}

/* line 332, ../sass/elements/_typography.scss */
ins {
  text-decoration: none;
}

/* line 333, ../sass/elements/_typography.scss */
sup, sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

/* line 334, ../sass/elements/_typography.scss */
sup {
  bottom: 0.8em;
}

/* line 335, ../sass/elements/_typography.scss */
sub {
  top: 0.3em;
}

/* line 336, ../sass/elements/_typography.scss */
dl {
  margin: 0 0 1.5em 0;
}

/* line 337, ../sass/elements/_typography.scss */
dl dt {
  font-weight: normal;
}

/* line 338, ../sass/elements/_typography.scss */
dd {
  margin-left: 1.5em;
}

/* line 343, ../sass/elements/_typography.scss */
blockquote {
  position: relative;
  margin: 1.5em auto;
  padding: 1em .75em;
  text-align: center;
  font-family: "adriane", "Open Sans", Arial;
  font-size: 30px;
  line-height: 1.467;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: #425272;
  quotes: "“" "”" "‘" "’";
  background-image: linear-gradient(to right, #425272 10%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 12px 1px;
  background-repeat: repeat-x;
}
@media (min-width: 64.25em) {
  /* line 343, ../sass/elements/_typography.scss */
  blockquote {
    font-size: 2.25em;
    max-width: 75%;
  }
}
/* line 371, ../sass/elements/_typography.scss */
blockquote:before {
  color: #425272;
  content: open-quote;
  font-size: 1em;
  line-height: 0.1em;
  margin: 0 0em;
  font-weight: 400;
}
/* line 380, ../sass/elements/_typography.scss */
blockquote:after {
  content: '';
  background-image: -webkit-linear-gradient(left, #425272 10%, rgba(255, 255, 255, 0) 0%);
  background-image: -o-linear-gradient(left, #425272 10%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, #425272 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 1px;
  background-repeat: repeat-x;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0px;
}
/* line 404, ../sass/elements/_typography.scss */
blockquote p {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  color: #425272;
  font-style: normal;
}
/* line 414, ../sass/elements/_typography.scss */
blockquote p:after {
  color: #425272;
  content: close-quote;
  font-size: 1em;
  line-height: 0.1em;
  margin: 0 .25em;
  font-weight: 400;
}
/* line 422, ../sass/elements/_typography.scss */
blockquote p:last-child::after {
  content: '';
}

/* line 435, ../sass/elements/_typography.scss */
hr {
  display: block;
  margin: 2em 0;
  padding: 0;
  width: 100%;
  height: 2px;
  border: 0;
  color: #77777a;
  overflow: hidden;
  background-image: linear-gradient(to right, #425272 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 1px;
  background-repeat: repeat-x;
}

/* line 460, ../sass/elements/_typography.scss */
#pagination {
  text-align: center;
  font-size: 1.125em;
  padding: 1em 0;
  line-height: 1;
}
/* line 465, ../sass/elements/_typography.scss */
#pagination a {
  display: inline-block;
  padding: .25em .5em;
  margin: 0 .125em .125em .125em;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-weight: normal;
}
/* line 474, ../sass/elements/_typography.scss */
#pagination #current {
  color: #ffffff;
  background-color: #ddae65;
}
/* line 478, ../sass/elements/_typography.scss */
#pagination #off {
  visibility: hidden;
}
/* line 481, ../sass/elements/_typography.scss */
#pagination #next {
  position: relative;
  z-index: 0;
}

/* line 496, ../sass/elements/_typography.scss */
.div-callout {
  background-color: #f3f1f0;
  padding: 0px;
  text-align: left;
  position: relative;
}
/* line 505, ../sass/elements/_typography.scss */
.div-callout div.inner-border {
  position: absolute;
  top: 0;
  bottom: 0;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 10px;
  border: 1px solid white;
  z-index: 0;
}
/* line 517, ../sass/elements/_typography.scss */
.div-callout div.body {
  padding: 1em 3em;
  z-index: 2;
  position: relative;
}
/* line 522, ../sass/elements/_typography.scss */
.div-callout div.body h3, .div-callout div.body p {
  color: #524b4e;
}
/* line 526, ../sass/elements/_typography.scss */
.div-callout div.body p {
  font-family: "adriane", "Open Sans", Arial;
}

/* line 541, ../sass/elements/_typography.scss */
.share {
  text-align: center;
  left: 0px;
  top: 20%;
  padding: 15px 20px;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 9999;
  position: relative;
  background-color: #F3F1F0;
  clear: both;
}
@media (min-width: 64.25em) {
  /* line 541, ../sass/elements/_typography.scss */
  .share {
    text-align: left;
    position: fixed;
    background-color: rgba(243, 241, 240, 0.9);
  }
}
/* line 565, ../sass/elements/_typography.scss */
.share h3 {
  text-align: center;
  line-height: 1em;
  margin-bottom: .5em;
  float: none;
  display: block;
  font-family: "Open Sans", Arial;
  font-size: 12px;
  font-weight: 200;
}
@media (min-width: 64.25em) {
  /* line 565, ../sass/elements/_typography.scss */
  .share h3 {
    float: none;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
}
/* line 581, ../sass/elements/_typography.scss */
.share a {
  margin: 0 .25em;
  line-height: 1;
  float: none;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: auto;
  margin-bottom: 10px;
  display: inline-block;
}
@media (min-width: 64.25em) {
  /* line 581, ../sass/elements/_typography.scss */
  .share a {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
/* line 601, ../sass/elements/_typography.scss */
.share a:hover span {
  border-color: #332c26;
  color: #332c26;
}
/* line 607, ../sass/elements/_typography.scss */
.share span {
  display: block;
  display: block;
  font-size: 1.4em;
  color: #ddae65;
  line-height: 40px;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

/* line 631, ../sass/elements/_typography.scss */
::-webkit-input-placeholder {
  opacity: 1;
}

/* line 635, ../sass/elements/_typography.scss */
:-moz-placeholder {
  opacity: 1;
}

/* line 639, ../sass/elements/_typography.scss */
::-moz-placeholder {
  opacity: 1;
}

/* line 643, ../sass/elements/_typography.scss */
:-ms-input-placeholder {
  opacity: 1;
}

/* line 647, ../sass/elements/_typography.scss */
input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* line 648, ../sass/elements/_typography.scss */
input:focus:-moz-placeholder {
  color: transparent;
}

/* line 649, ../sass/elements/_typography.scss */
input:focus::-moz-placeholder {
  color: transparent;
}

/* line 650, ../sass/elements/_typography.scss */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* line 1, ../sass/elements/_buttons.scss */
a.button-small,
p.button-small a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none !important;
  outline: none;
}
/* line 8, ../sass/elements/_buttons.scss */
a.button-small:after,
p.button-small a:after {
  content: "\00BB";
  margin-left: .5em;
}

/* line 14, ../sass/elements/_buttons.scss */
a.button-medium,
p.button-medium a {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.125em;
  text-align: center;
  text-transform: none;
  padding: 1em 1.2em;
  margin: .5em 0 0 1em;
  color: #ffffff;
  background-color: #ddae65;
  text-decoration: none !important;
  outline: none;
  text-transform: uppercase;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (min-width: 48em) {
  /* line 34, ../sass/elements/_buttons.scss */
  a.button-medium:first-child,
  p.button-medium a:first-child {
    margin-left: 0;
  }
}
/* line 39, ../sass/elements/_buttons.scss */
a.button-medium [class^="icon-"], a.button-medium [class*=" icon-"],
p.button-medium a [class^="icon-"],
p.button-medium a [class*=" icon-"] {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 44, ../sass/elements/_buttons.scss */
a.button-medium:hover,
p.button-medium a:hover {
  color: #283676;
  background-color: #ffffff;
}

/* line 50, ../sass/elements/_buttons.scss */
.rsvp a,
a.button-large,
p.button-large a {
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.125em;
  text-align: center;
  text-transform: none;
  padding: 1.2em;
  margin: .5em 0 0 1em;
  color: #ffffff;
  background-color: #ddae65;
  text-decoration: none !important;
  outline: none;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (min-width: 48em) {
  /* line 70, ../sass/elements/_buttons.scss */
  .rsvp a:first-child,
  a.button-large:first-child,
  p.button-large a:first-child {
    margin-left: 0;
  }
}
/* line 75, ../sass/elements/_buttons.scss */
.rsvp a [class^="icon-"], .rsvp a [class*=" icon-"],
a.button-large [class^="icon-"],
a.button-large [class*=" icon-"],
p.button-large a [class^="icon-"],
p.button-large a [class*=" icon-"] {
  margin-right: .25em;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 80, ../sass/elements/_buttons.scss */
.rsvp a:hover,
a.button-large:hover,
p.button-large a:hover {
  color: #ffffff;
  background-color: #283676;
}

/* line 88, ../sass/elements/_buttons.scss */
a.button-gold,
p.button-gold a {
  background-color: #ebcea3;
  font-size: 16px;
  font-family: "Open Sans", Arial;
  text-transform: uppercase;
  color: white;
  padding: 7px 28px;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 7px;
}

/* line 101, ../sass/elements/_buttons.scss */
a.button-gold:hover,
p.button-gold a:hover {
  background-color: #ddae65;
}

/* line 106, ../sass/elements/_buttons.scss */
a.button-navy,
p.button-navy a {
  background-color: #7d88ac;
  font-size: 16px;
  font-family: "Open Sans", Arial;
  text-transform: uppercase;
  color: white;
  padding: 7px 28px;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 7px;
}

/* line 119, ../sass/elements/_buttons.scss */
a.button-navy:hover,
p.button-navy a:hover {
  background-color: #273874;
}

/* line 125, ../sass/elements/_buttons.scss */
a.button-blue,
p.button-blue a {
  background-color: #a1b7d5;
  font-size: 16px;
  font-family: "Open Sans", Arial;
  text-transform: uppercase;
  color: white;
  padding: 7px 28px;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 7px;
}

/* line 138, ../sass/elements/_buttons.scss */
a.button-blue:hover,
p.button-blue a:hover {
  background-color: #6387b9;
}

/* line 143, ../sass/elements/_buttons.scss */
a.button-small,
p.button-small {
  color: #ddae65;
  font-size: 14px;
  font-family: "Open Sans", Arial;
  text-transform: uppercase;
  background-color: white;
  padding: 0px 28px;
  letter-spacing: 0.2em;
  border: 1px solid #ddae65;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
}
/* line 156, ../sass/elements/_buttons.scss */
a.button-small:after,
p.button-small:after {
  content: "";
  margin-left: 0em;
}

/* line 162, ../sass/elements/_buttons.scss */
a.button-small:hover,
p.button-small a:hover {
  color: #273874;
  border: 1px solid #273874;
}

/* line 1, ../sass/elements/_tables.scss */
table {
  margin: 0 0 40px 0;
  border-collapse: separate;
  width: 99%;
}
/* line 5, ../sass/elements/_tables.scss */
table caption {
  font-weight: 800;
  font-size: 1.5em;
  padding: .85em;
  text-align: left;
  background: none;
}
/* line 12, ../sass/elements/_tables.scss */
table th {
  font-weight: 400;
  font-size: 1.25em;
  padding: 1em;
  text-transform: uppercase;
}
/* line 18, ../sass/elements/_tables.scss */
table td {
  padding: 1em;
  line-height: 1.25em;
  background-color: transparent;
}
/* line 22, ../sass/elements/_tables.scss */
table td p {
  font-size: inherit;
  margin: 0;
}

@media (max-width: 64.25em) {
  /* line 31, ../sass/elements/_tables.scss */
  table.responsive {
    margin-bottom: 0;
  }

  /* line 33, ../sass/elements/_tables.scss */
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #77777a;
    border-left: 1px solid #77777a;
  }

  /* line 34, ../sass/elements/_tables.scss */
  .pinned table {
    margin: 0;
    border-right: none;
    border-left: none;
    width: 100%;
  }

  /* line 35, ../sass/elements/_tables.scss */
  .pinned table caption {
    text-indent: -9999px;
  }

  /* line 36, ../sass/elements/_tables.scss */
  .pinned table th, .pinned table td {
    white-space: nowrap;
  }

  /* line 37, ../sass/elements/_tables.scss */
  .pinned td:last-child {
    border-bottom: 0;
  }

  /* line 39, ../sass/elements/_tables.scss */
  .scrollable table {
    margin: 0;
  }

  /* line 41, ../sass/elements/_tables.scss */
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
  }

  /* line 42, ../sass/elements/_tables.scss */
  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  /* line 43, ../sass/elements/_tables.scss */
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  /* line 45, ../sass/elements/_tables.scss */
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  /* line 46, ../sass/elements/_tables.scss */
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}
/* line 1, ../sass/elements/_forms.scss */
.monkForm {
  margin: 1.5em 0;
  padding: 0 0 2em 0;
  overflow: hidden;
  background-color: #ffffff;
  border: 4px solid #F3F1F0;
}
@media (min-width: 64.25em) {
  /* line 1, ../sass/elements/_forms.scss */
  .monkForm {
    margin: 2em 0;
  }
}
/* line 10, ../sass/elements/_forms.scss */
.monkForm p {
  margin: 0;
  font-size: 1em;
}
/* line 13, ../sass/elements/_forms.scss */
.monkForm p.error {
  font-size: .875em;
  color: #b83d24;
}
/* line 18, ../sass/elements/_forms.scss */
.monkForm fieldset > legend {
  display: block;
  position: relative;
  width: 100%;
  color: #ffffff;
  padding: 40px 0;
  margin-bottom: 1em;
  line-height: 1.313;
  background-color: #273874;
  text-align: left;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "adriane", "Open Sans", Arial;
  padding-left: 40px;
}
@media (min-width: 64.25em) {
  /* line 18, ../sass/elements/_forms.scss */
  .monkForm fieldset > legend {
    text-align: left;
    padding: 30px 40px;
    font-size: 2.625em;
  }
}
/* line 42, ../sass/elements/_forms.scss */
.monkForm fieldset fieldset > legend {
  display: block;
  text-align: left;
  color: #332c26;
  line-height: 1.125em;
  margin-bottom: .5em;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  background-color: transparent;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  margin-bottom: .125em;
}
/* line 57, ../sass/elements/_forms.scss */
.monkForm fieldset fieldset > legend:not(.heading) {
  padding: 8px 20px;
}
@media (min-width: 64.25em) {
  /* line 57, ../sass/elements/_forms.scss */
  .monkForm fieldset fieldset > legend:not(.heading) {
    margin-bottom: 0;
  }
}
/* line 63, ../sass/elements/_forms.scss */
.monkForm .section {
  padding-bottom: .25em;
  margin-bottom: 1em;
}
/* line 66, ../sass/elements/_forms.scss */
.monkForm .section p {
  color: #77777a;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
/* line 73, ../sass/elements/_forms.scss */
.monkForm .heading {
  display: block;
  line-height: 1.125em;
  margin-bottom: .5em;
  font-size: 22px;
  font-family: "Open Sans", Arial;
  color: #524b4e;
  line-height: 1.2;
  font-weight: 400;
  text-transform: initial;
}
/* line 88, ../sass/elements/_forms.scss */
.monkForm p.description {
  color: #273874;
  font-size: .875em;
  font-family: "adriane", "Open Sans", Arial;
}
/* line 95, ../sass/elements/_forms.scss */
.monkForm div.divider {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1em;
  background-image: linear-gradient(to right, #425272 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 1px;
  background-repeat: repeat-x;
}
/* line 104, ../sass/elements/_forms.scss */
.monkForm div.divider .heading {
  font-size: 32px;
  font-family: "Open Sans", Arial;
  color: #524b4e;
  line-height: 1.2;
}
/* line 114, ../sass/elements/_forms.scss */
.monkForm div.divider div.description {
  padding: 0;
  margin-bottom: 20px;
}
/* line 117, ../sass/elements/_forms.scss */
.monkForm div.divider div.description p {
  font-size: 22px;
  font-family: "Open Sans", Arial;
  color: #524b4e;
  line-height: 1.2;
}
/* line 129, ../sass/elements/_forms.scss */
.monkForm .asterisk {
  color: #a6225d;
}
/* line 132, ../sass/elements/_forms.scss */
.monkForm .section,
.monkForm .text,
.monkForm .textarea,
.monkForm .email,
.monkForm .name,
.monkForm .phone,
.monkForm .address,
.monkForm .date,
.monkForm .radio,
.monkForm .checkbox,
.monkForm .select,
.monkForm .file {
  margin-bottom: 1.25em;
}
/* line 146, ../sass/elements/_forms.scss */
.monkForm div {
  padding: 0 40px;
}
/* line 148, ../sass/elements/_forms.scss */
.monkForm div input,
.monkForm div textarea,
.monkForm div select {
  display: inline-block;
  color: #c6c0ba;
  font-family: "Open Sans", Arial;
  font-size: 18px;
  padding: .75em;
  margin-bottom: .5em;
  background-color: #f3f1f0;
  border: 0;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 70%;
  border: 1px solid #ECEAE9;
}
@media (min-width: 64.25em) {
  /* line 148, ../sass/elements/_forms.scss */
  .monkForm div input,
  .monkForm div textarea,
  .monkForm div select {
    width: auto;
  }
}
/* line 174, ../sass/elements/_forms.scss */
.monkForm .text input,
.monkForm .text textarea,
.monkForm .email input,
.monkForm .email textarea,
.monkForm .textarea input,
.monkForm .textarea textarea {
  display: block;
  width: 85%;
}
/* line 181, ../sass/elements/_forms.scss */
.monkForm .address .ui-selectmenu-button {
  top: 1.125em;
}
/* line 184, ../sass/elements/_forms.scss */
.monkForm .address input {
  margin-bottom: 1em;
}
/* line 190, ../sass/elements/_forms.scss */
.monkForm .checkbox p,
.monkForm .radio p {
  margin-bottom: .25em;
}
/* line 193, ../sass/elements/_forms.scss */
.monkForm .checkbox label,
.monkForm .radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-right: 10px;
  font-size: 1em;
  line-height: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Open Sans", Arial;
  color: #c6c0ba;
}
/* line 210, ../sass/elements/_forms.scss */
.monkForm .checkbox label:after,
.monkForm .radio label:after {
  font-family: "icons";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
  font-size: 14px;
  display: none;
  position: absolute;
  left: 3px;
  width: 20px;
  height: 20px;
  color: #ddae65;
  z-index: 100;
}
/* line 221, ../sass/elements/_forms.scss */
.monkForm .checkbox label:before,
.monkForm .radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #f3f1f0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: inset 0 0 1px 0 #c6c0ba;
  -webkit-box-shadow: inset 0 0 1px 0 #c6c0ba;
  box-shadow: inset 0 0 1px 0 #c6c0ba;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
/* line 233, ../sass/elements/_forms.scss */
.monkForm .checkbox label:hover:before,
.monkForm .checkbox label:focus:before,
.monkForm .checkbox label:active:before,
.monkForm .radio label:hover:before,
.monkForm .radio label:focus:before,
.monkForm .radio label:active:before {
  -moz-box-shadow: inset 0 0 1px 0 #c6c0ba;
  -webkit-box-shadow: inset 0 0 1px 0 #c6c0ba;
  box-shadow: inset 0 0 1px 0 #c6c0ba;
}
/* line 238, ../sass/elements/_forms.scss */
.monkForm .checkbox input[type="checkbox"]:checked + label:before,
.monkForm .checkbox input[type="radio"]:checked + label:before,
.monkForm .radio input[type="checkbox"]:checked + label:before,
.monkForm .radio input[type="radio"]:checked + label:before {
  background: #ffffff;
  -moz-box-shadow: inset 0 0 0 2px #ddae65;
  -webkit-box-shadow: inset 0 0 0 2px #ddae65;
  box-shadow: inset 0 0 0 2px #ddae65;
}
/* line 244, ../sass/elements/_forms.scss */
.monkForm .checkbox input[type="checkbox"]:checked + label:after,
.monkForm .checkbox input[type="radio"]:checked + label:after,
.monkForm .radio input[type="checkbox"]:checked + label:after,
.monkForm .radio input[type="radio"]:checked + label:after {
  display: inline-block;
}
/* line 248, ../sass/elements/_forms.scss */
.monkForm .checkbox input,
.monkForm .radio input {
  display: none;
}
/* line 253, ../sass/elements/_forms.scss */
.monkForm .radio label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 258, ../sass/elements/_forms.scss */
.monkForm .file label {
  display: none;
}
/* line 261, ../sass/elements/_forms.scss */
.monkForm .file input {
  background-color: #f3f1f0 !important;
  font-weight: 400;
  border: 1px solid #e4dedb;
}
/* line 268, ../sass/elements/_forms.scss */
.monkForm .ui-selectmenu-button {
  display: inline-block;
  margin: 0;
}
/* line 272, ../sass/elements/_forms.scss */
.monkForm input[type=submit] {
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.125em;
  text-align: center;
  text-transform: none;
  margin: .5em 0 0 40px;
  text-decoration: none !important;
  border: 0;
  outline: none;
  background-color: #ebcea3;
  font-size: 16px;
  font-family: "Open Sans", Arial;
  text-transform: uppercase;
  color: white;
  padding: 10px 20px;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 7px;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* line 298, ../sass/elements/_forms.scss */
.monkForm input[type=submit] [class^="icon-"],
.monkForm input[type=submit] [class*=" icon-"] {
  color: rgba(255, 255, 255, 0.5);
}
/* line 302, ../sass/elements/_forms.scss */
.monkForm input[type=submit]:hover {
  background-color: #ddae65;
}

/* line 310, ../sass/elements/_forms.scss */
#mc_embed_signup form {
  background-color: #E4E3E1;
  max-width: 49em;
  margin: 0 auto;
}
@media (min-width: 64.25em) {
  /* line 310, ../sass/elements/_forms.scss */
  #mc_embed_signup form {
    overflow: hidden;
  }
}

/* line 319, ../sass/elements/_forms.scss */
#mc_embed_signup h2 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}

/* line 326, ../sass/elements/_forms.scss */
#mc_embed_signup input,
#mc_embed_signup .mc-field-group input.email {
  display: inline-block;
  color: #332c26;
  font-size: 16px;
  padding: .75em;
  margin-bottom: .5em;
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid rgba(40, 54, 118, 0.5);
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 70%;
}
@media (min-width: 64.25em) {
  /* line 326, ../sass/elements/_forms.scss */
  #mc_embed_signup input,
  #mc_embed_signup .mc-field-group input.email {
    width: auto;
  }
}

/* line 345, ../sass/elements/_forms.scss */
#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}

/* line 349, ../sass/elements/_forms.scss */
#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}

/* line 353, ../sass/elements/_forms.scss */
#mc_embed_signup input:focus {
  border-color: #333;
}

/* line 357, ../sass/elements/_forms.scss */
#mc_embed_signup .button {
  clear: both;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.125em;
  letter-spacing: 1px;
  text-align: center;
  text-transform: none;
  padding: .6em .8em;
  margin: 0;
  color: #ffffff;
  background-color: #ddae65 !important;
  text-decoration: none !important;
  outline: none;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 357, ../sass/elements/_forms.scss */
  #mc_embed_signup .button {
    margin-left: 40px;
  }
}
/* line 383, ../sass/elements/_forms.scss */
#mc_embed_signup .button:hover {
  color: #ffffff;
  background-color: #ebcea3 !important;
}

/* line 389, ../sass/elements/_forms.scss */
#mc_embed_signup .button:hover {
  background-color: #777;
}

/* line 393, ../sass/elements/_forms.scss */
#mc_embed_signup .small-meta {
  font-size: 11px;
}

/* line 397, ../sass/elements/_forms.scss */
#mc_embed_signup .nowrap {
  white-space: nowrap;
}

/* line 401, ../sass/elements/_forms.scss */
#mc_embed_signup .indicates-required {
  display: none;
}

/* line 405, ../sass/elements/_forms.scss */
#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 90%;
  padding: 0 0 3% 0;
  min-height: 50px;
}

/* line 413, ../sass/elements/_forms.scss */
#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}

/* line 421, ../sass/elements/_forms.scss */
* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */
}

/* line 426, ../sass/elements/_forms.scss */
#mc_embed_signup .mc-field-group:not(.input-group) label {
  display: block;
  color: #332c26;
  line-height: 1.125em;
  margin-bottom: .5em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}

/* line 437, ../sass/elements/_forms.scss */
#mc_embed_signup .mc-field-group input,
#mc_embed_signup .mc-field-group input.email {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}

/* line 445, ../sass/elements/_forms.scss */
#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}

/* line 452, ../sass/elements/_forms.scss */
#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
  padding: 5px 0;
}

/* line 457, ../sass/elements/_forms.scss */
#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}

/* line 467, ../sass/elements/_forms.scss */
#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}

/* line 472, ../sass/elements/_forms.scss */
#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
  width: 30px;
}

/* line 477, ../sass/elements/_forms.scss */
#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
  display: none;
}

/* line 482, ../sass/elements/_forms.scss */
#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}

/* line 488, ../sass/elements/_forms.scss */
#mc_embed_signup .asterisk {
  color: #283676;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

/* line 496, ../sass/elements/_forms.scss */
#mc_embed_signup .clear {
  clear: both;
}

/* line 500, ../sass/elements/_forms.scss */
#mc_embed_signup .mc-field-group.input-group > strong {
  display: block;
  color: #332c26;
  line-height: 1.125em;
  margin-bottom: .5em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}

/* line 511, ../sass/elements/_forms.scss */
#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

/* line 517, ../sass/elements/_forms.scss */
#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}

/* line 524, ../sass/elements/_forms.scss */
#mc_embed_signup .mc-field-group.input-group ul li label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-right: 10px;
  font-size: 1em;
  line-height: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 539, ../sass/elements/_forms.scss */
#mc_embed_signup .mc-field-group.input-group ul li label:after {
  font-family: "icons";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
  font-size: 12px;
  display: none;
  position: absolute;
  left: 4px;
  width: 20px;
  height: 20px;
  color: white;
  z-index: 100;
}
/* line 550, ../sass/elements/_forms.scss */
#mc_embed_signup .mc-field-group.input-group ul li label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: inset 0 0 1px 0 #283676;
  -webkit-box-shadow: inset 0 0 1px 0 #283676;
  box-shadow: inset 0 0 1px 0 #283676;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
/* line 562, ../sass/elements/_forms.scss */
#mc_embed_signup .mc-field-group.input-group ul li label:hover:before,
#mc_embed_signup .mc-field-group.input-group ul li label:focus:before,
#mc_embed_signup .mc-field-group.input-group ul li label:active:before {
  -moz-box-shadow: inset 0 0 1px 0 #283676 0.8;
  -webkit-box-shadow: inset 0 0 1px 0 #283676 0.8;
  box-shadow: inset 0 0 1px 0 #283676 0.8;
}
/* line 567, ../sass/elements/_forms.scss */
#mc_embed_signup .mc-field-group.input-group ul li input[type="checkbox"]:checked + label:before,
#mc_embed_signup .mc-field-group.input-group ul li input[type="radio"]:checked + label:before {
  background: #283676;
}
/* line 571, ../sass/elements/_forms.scss */
#mc_embed_signup .mc-field-group.input-group ul li input[type="checkbox"]:checked + label:after,
#mc_embed_signup .mc-field-group.input-group ul li input[type="radio"]:checked + label:after {
  display: inline-block;
}
/* line 575, ../sass/elements/_forms.scss */
#mc_embed_signup .mc-field-group.input-group ul li input {
  display: none;
}

/* line 580, ../sass/elements/_forms.scss */
#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

/* line 590, ../sass/elements/_forms.scss */
#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

/* line 600, ../sass/elements/_forms.scss */
#mc_embed_signup #mce-error-response {
  display: none;
}

/* line 604, ../sass/elements/_forms.scss */
#mc_embed_signup #mce-success-response {
  color: #283676;
  display: none;
}

/* line 609, ../sass/elements/_forms.scss */
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0;
}

/* line 618, ../sass/elements/_forms.scss */
#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%;
}

/* line 625, ../sass/elements/_forms.scss */
#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}

/* line 629, ../sass/elements/_forms.scss */
#mc_embed_signup #num-subscribers span {
  padding: .5em;
  border: 1px solid #ccc;
  margin-right: .5em;
  font-weight: bold;
}

/* line 636, ../sass/elements/_forms.scss */
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #283676;
}

/* line 650, ../sass/elements/_forms.scss */
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #283676;
}

/* line 1, ../sass/elements/_filters.scss */
.filters {
  margin-bottom: 3em;
  text-align: center;
}
/* line 7, ../sass/elements/_filters.scss */
.filters h4 {
  margin-bottom: .5em;
  text-align: center;
  line-height: 1.1em;
}
@media (min-width: 64.25em) {
  /* line 7, ../sass/elements/_filters.scss */
  .filters h4 {
    display: inline-block;
    position: relative;
    margin: .6em 1em 0 0;
    text-align: left;
    float: left;
  }
}
/* line 19, ../sass/elements/_filters.scss */
.filters a {
  text-decoration: none;
}
/* line 22, ../sass/elements/_filters.scss */
.filters .ui-selectmenu-button {
  text-align: left;
  margin: 0 auto 1em auto;
}
@media (min-width: 64.25em) {
  /* line 22, ../sass/elements/_filters.scss */
  .filters .ui-selectmenu-button {
    margin-bottom: 0;
    margin-right: .5em;
    float: left;
  }
}
@media (min-width: 64.25em) {
  /* line 30, ../sass/elements/_filters.scss */
  .filters .ui-selectmenu-button:last-child {
    margin: 0;
  }
}
/* line 36, ../sass/elements/_filters.scss */
.filters select.sorter {
  display: block;
  float: none;
  width: 80%;
  padding: 5px;
  margin: 0 auto 1em auto;
}

/* line 45, ../sass/elements/_filters.scss */
#module-search,
#zip-search {
  position: relative;
  clear: both;
  border: 0;
  outline: none;
  width: 210px;
  margin: 1em auto;
}
@media (min-width: 64.25em) {
  /* line 45, ../sass/elements/_filters.scss */
  #module-search,
  #zip-search {
    clear: none;
    float: right;
    margin: 0;
  }
}

/* line 59, ../sass/elements/_filters.scss */
body.groupfinder #zip-search {
  width: 180px;
}
@media (min-width: 64.25em) {
  /* line 59, ../sass/elements/_filters.scss */
  body.groupfinder #zip-search {
    float: left;
  }
}

/* line 65, ../sass/elements/_filters.scss */
#module-search fieldset,
#zip-search .zip-inner {
  position: relative;
  padding: .75em 0;
  color: #332c26;
  overflow: hidden;
  background-color: transparent;
  border: 2px solid #f3f2f0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 76, ../sass/elements/_filters.scss */
#module-search-term,
#zip-search-term {
  float: left;
  display: block;
  width: 70%;
  padding: 0 0 0 5%;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  outline: none;
  color: #524b4e;
  outline: none !important;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 93, ../sass/elements/_filters.scss */
#module-search-term::-webkit-input-placeholder,
#zip-search-term::-webkit-input-placeholder {
  color: #332c26;
}

/* line 97, ../sass/elements/_filters.scss */
#module-search-term:-moz-placeholder,
#zip-search-term:-moz-placeholder {
  color: #332c26;
}

/* line 101, ../sass/elements/_filters.scss */
#module-search-term::-moz-placeholder,
#zip-search-term::-moz-placeholder {
  color: #332c26;
}

/* line 105, ../sass/elements/_filters.scss */
#module-search-term:-ms-input-placeholder,
#zip-search-term:-ms-input-placeholder {
  color: #332c26;
}

/* line 110, ../sass/elements/_filters.scss */
#module-search-submit,
#zip-search-submit {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
  background: none;
  outline: none;
  border: 0;
  color: #ddae65;
  cursor: pointer;
}
/* line 124, ../sass/elements/_filters.scss */
#module-search-submit:hover,
#zip-search-submit:hover {
  color: #283676;
}

/* line 130, ../sass/elements/_filters.scss */
#sidebar .filters {
  padding: 0;
  background-color: transparent;
}
/* line 133, ../sass/elements/_filters.scss */
#sidebar .filters h5 {
  float: none;
  margin: 0 0 .35em 0;
  text-align: left;
}
/* line 138, ../sass/elements/_filters.scss */
#sidebar .filters .ui-selectmenu-button {
  margin: 0 auto 1em auto;
  text-align: left;
  float: none;
}
/* line 144, ../sass/elements/_filters.scss */
#sidebar #module-search,
#sidebar #zip-search {
  float: none;
  width: 182px;
  margin: 0 auto;
}

/* line 153, ../sass/elements/_filters.scss */
#sidebar .filters h5 {
  margin-bottom: .5em;
  text-align: center;
  line-height: 1.1em;
}
@media (min-width: 64.25em) {
  /* line 153, ../sass/elements/_filters.scss */
  #sidebar .filters h5 {
    display: block;
    position: relative;
    margin: 0 0 1em 0;
    float: none;
    text-align: left;
  }
}
/* line 165, ../sass/elements/_filters.scss */
#sidebar .filters .ui-selectmenu-button {
  float: none;
  margin: 0 0 1em 0;
}

/* line 1, ../sass/partials/_navigation.scss */
#navigation-search,
#navigation {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  -moz-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  width: 0px;
  z-index: 999;
  background-color: white;
  top: 50px;
}
@media (min-width: 64.25em) {
  /* line 1, ../sass/partials/_navigation.scss */
  #navigation-search,
  #navigation {
    z-index: 999;
    background-color: white;
    top: 86px;
  }
}
/* line 21, ../sass/partials/_navigation.scss */
#navigation-search .nav-inner,
#navigation .nav-inner {
  position: relative;
  width: 100%;
  padding: 0 0%;
  height: 100%;
  overflow-y: auto;
}

/* line 30, ../sass/partials/_navigation.scss */
#navigation-search {
  right: auto;
  left: 0px;
}
/* line 34, ../sass/partials/_navigation.scss */
#navigation-search .search-section {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 20px;
}
/* line 40, ../sass/partials/_navigation.scss */
#navigation-search .nav-inner {
  position: relative;
  width: 100%;
  padding: 0 0;
  height: 100%;
  overflow-y: auto;
  background-color: #f3f2f0;
}
/* line 49, ../sass/partials/_navigation.scss */
#navigation-search .helpful-links {
  text-align: center;
  padding: 30px 5em;
}
/* line 53, ../sass/partials/_navigation.scss */
#navigation-search .helpful-links h6 {
  margin-bottom: 20px;
}
/* line 57, ../sass/partials/_navigation.scss */
#navigation-search .helpful-links p a.button-small {
  margin-bottom: 10px;
  margin-right: 10px;
  color: #273874;
  border-color: #273874;
}
/* line 64, ../sass/partials/_navigation.scss */
#navigation-search .helpful-links p a.button-small:hover {
  color: #ddae65;
  border-color: #ddae65;
}

/* line 72, ../sass/partials/_navigation.scss */
#navigation .quicklinks {
  padding: .75em 0 0 0;
}
@media (min-width: 64.25em) {
  /* line 72, ../sass/partials/_navigation.scss */
  #navigation .quicklinks {
    display: none;
  }
}
/* line 77, ../sass/partials/_navigation.scss */
#navigation .quicklinks li {
  margin-bottom: .5em;
}
/* line 79, ../sass/partials/_navigation.scss */
#navigation .quicklinks li a {
  display: block;
  font-size: 1.125em;
  color: #332c26;
  font-weight: 800;
}
/* line 84, ../sass/partials/_navigation.scss */
#navigation .quicklinks li a i {
  display: inline-block;
  font-size: 1.25em;
  margin-right: .25em;
  color: #ddae65;
  vertical-align: text-bottom;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 93, ../sass/partials/_navigation.scss */
#navigation .quicklinks li a:hover i {
  color: #283676;
}
/* line 100, ../sass/partials/_navigation.scss */
#navigation .quicklinks li.en-espanol a {
  font-weight: 400;
  font-style: italic;
}
/* line 103, ../sass/partials/_navigation.scss */
#navigation .quicklinks li.en-espanol a:hover {
  color: #ddae65;
}

/* line 110, ../sass/partials/_navigation.scss */
#nav {
  padding: 1.25em 0;
}
/* line 112, ../sass/partials/_navigation.scss */
#nav > li {
  margin-bottom: 1em;
  display: inline-block;
  width: 50%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 64.25em) {
  /* line 112, ../sass/partials/_navigation.scss */
  #nav > li {
    width: 50%;
  }
}
/* line 123, ../sass/partials/_navigation.scss */
#nav > li > a {
  position: relative;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  line-height: 40px;
  display: block;
  padding: 10px 0px 0px 0px;
  font-size: 22px;
  font-family: "Open Sans", Arial;
  color: #273874;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #425272 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 9px 1px;
  background-repeat: repeat-x;
  width: 80%;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 123, ../sass/partials/_navigation.scss */
  #nav > li > a {
    width: 160px;
  }
}
/* line 153, ../sass/partials/_navigation.scss */
#nav > li > a span {
  display: block;
  padding-top: .5em;
  color: #77777a;
  font-size: .875em;
  font-weight: 400;
}
@media (min-width: 64.25em) {
  /* line 160, ../sass/partials/_navigation.scss */
  #nav > li > a:not(.nolink):hover {
    color: #ddae65;
  }
  #nav > li > a.nolink:hover { cursor: default; }
}
/* line 166, ../sass/partials/_navigation.scss */
#nav > li > ul {
  background-color: white;
  margin-top: 5px;
}
/* line 172, ../sass/partials/_navigation.scss */
#nav > li.expand > a {
  background-color: #ffffff;
  border-color: #ffffff;
}
/* line 178, ../sass/partials/_navigation.scss */
#nav li.dropdown > a {
  position: relative;
}
/* line 180, ../sass/partials/_navigation.scss */
#nav li.dropdown > a div {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  text-align: center;
  display: none;
}
/* line 188, ../sass/partials/_navigation.scss */
#nav li.dropdown > a div i {
  display: inline-block;
  font-size: 16px;
  margin-top: 1.75em;
  color: #332c26;
}
/* line 193, ../sass/partials/_navigation.scss */
#nav li.dropdown > a div i:before {
  font-family: "icons";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
}
/* line 203, ../sass/partials/_navigation.scss */
#nav li.dropdown.expand > a div i {
  color: #d6d6d6;
}
/* line 205, ../sass/partials/_navigation.scss */
#nav li.dropdown.expand > a div i:before {
  font-family: "icons";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
}
/* line 211, ../sass/partials/_navigation.scss */
#nav li.dropdown.expand > ul {
  display: block;
}

/* line 218, ../sass/partials/_navigation.scss */
#nav section.text {
  padding: 1em;
}
/* line 220, ../sass/partials/_navigation.scss */
#nav section.text p:last-child {
  margin: 0;
}
/* line 223, ../sass/partials/_navigation.scss */
#nav section.text .button-medium,
#nav section.text .button-large {
  display: block;
  margin: 0;
}

/* line 233, ../sass/partials/_navigation.scss */
#nav ul.nav > li {
  margin-bottom: 2px;
}
/* line 235, ../sass/partials/_navigation.scss */
#nav ul.nav > li > a {
  display: block;
  position: relative;
  font-size: 16px;
  padding: 8px;
  font-family: "adriane", "Open Sans", Arial;
  color: #273874;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* line 253, ../sass/partials/_navigation.scss */
#nav ul.nav > li > a div i {
  margin-top: 1em;
}
@media (min-width: 64.25em) {
  /* line 257, ../sass/partials/_navigation.scss */
  #nav ul.nav > li > a:hover {
    color: #ddae65;
  }
}
/* line 264, ../sass/partials/_navigation.scss */
#nav ul.nav > li > ul {
  display: none;
}
/* line 269, ../sass/partials/_navigation.scss */
#nav ul.nav > li.expand > a {
  color: #332c26;
}

/* line 277, ../sass/partials/_navigation.scss */
#nav ul.nav > li > ul {
  background-color: #f1edec;
  padding: 1em;
}
/* line 281, ../sass/partials/_navigation.scss */
#nav ul.nav > li > ul li a {
  display: block;
  font-size: .9125em;
  padding: .5em 0;
}

/* line 290, ../sass/partials/_navigation.scss */
#navigation .meta {
  padding: 1em 0 0em 0;
  text-align: center;
  background-color: #e4e3e1;
  padding-bottom: 100px;
  padding-top: 2em;
}
/* line 297, ../sass/partials/_navigation.scss */
#navigation .meta h6 {
  margin-bottom: 10px;
}
/* line 301, ../sass/partials/_navigation.scss */
#navigation .meta .social-icons {
  margin-bottom: 1em;
}
/* line 303, ../sass/partials/_navigation.scss */
#navigation .meta .social-icons li {
  margin-bottom: .5em;
  display: inline-block;
  margin-right: 1em;
}
@media (min-width: 64.25em) {
  /* line 303, ../sass/partials/_navigation.scss */
  #navigation .meta .social-icons li {
    display: inline-block;
    margin: 0 .5em;
  }
}
/* line 311, ../sass/partials/_navigation.scss */
#navigation .meta .social-icons li a {
  display: block;
  font-size: 1.375em;
  font-weight: 800;
}
/* line 315, ../sass/partials/_navigation.scss */
#navigation .meta .social-icons li a span {
  color: #ffffff;
  font-family: "Open Sans", Arial;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 322, ../sass/partials/_navigation.scss */
#navigation .meta .social-icons li a i {
  display: inline-block;
  vertical-align: -.05em;
  color: #ffffff;
}
/* line 328, ../sass/partials/_navigation.scss */
#navigation .meta .social-icons li a:before {
  font-size: 25px;
}

/* line 338, ../sass/partials/_navigation.scss */
#searchForm {
  position: relative;
  width: 100%;
  border: 0;
  outline: none;
  padding: 0;
  margin: 0 0 1.2em 0;
}
@media (min-width: 64.25em) {
  /* line 338, ../sass/partials/_navigation.scss */
  #searchForm {
    float: left;
    width: 65%;
    margin: 0;
  }
}
/* line 350, ../sass/partials/_navigation.scss */
#searchForm fieldset {
  position: relative;
  max-width: 100%;
  padding: 1em;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top: 2px solid #f7f3f2;
  background-color: #ffffff;
}
/* line 359, ../sass/partials/_navigation.scss */
#searchForm #search_term {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: #524b4e;
  font-family: "adriane", "Open Sans", Arial;
  outline: none !important;
  background-color: transparent;
  text-align: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 375, ../sass/partials/_navigation.scss */
#searchForm #search_go {
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  color: #273874;
}
/* line 385, ../sass/partials/_navigation.scss */
#searchForm #search_go:hover {
  color: #425272;
}

@media (min-width: 64.25em) {
  /* line 391, ../sass/partials/_navigation.scss */
  #navigation .social-links {
    float: right;
    width: 33.5%;
    text-align: right;
  }
}
/* line 397, ../sass/partials/_navigation.scss */
#navigation .social-links li {
  display: inline-block;
  margin-right: .5em;
}
@media (min-width: 64.25em) {
  /* line 397, ../sass/partials/_navigation.scss */
  #navigation .social-links li {
    margin-bottom: .5em;
  }
}
/* line 403, ../sass/partials/_navigation.scss */
#navigation .social-links li:last-child {
  margin-right: 0;
}
/* line 406, ../sass/partials/_navigation.scss */
#navigation .social-links li a {
  display: block;
  font-size: 1.75em;
  padding: .3em;
  border: 5px solid #ddae65;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
/* line 416, ../sass/partials/_navigation.scss */
#navigation .social-links li a:hover {
  color: #332c26;
  border-color: #332c26;
}

/* line 425, ../sass/partials/_navigation.scss */
body.show-nav-search #navigation-search,
body.show-nav #navigation {
  width: 100%;
}
@media (min-width: 64.25em) {
  /* line 425, ../sass/partials/_navigation.scss */
  body.show-nav-search #navigation-search,
  body.show-nav #navigation {
    width: 50%;
  }
}

/* line 433, ../sass/partials/_navigation.scss */
body {
  overflow: auto;
}

/* line 437, ../sass/partials/_navigation.scss */
body.show-nav-search,
body.show-nav {
  overflow: hidden;
}

/* line 442, ../sass/partials/_navigation.scss */
#navigation-search #searchForm {
  float: none;
  width: 60%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 451, ../sass/partials/_navigation.scss */
#navigation-search #searchForm fieldset {
  background-color: #f3f2f0;
}

/* line 458, ../sass/partials/_navigation.scss */
#newsletter input {
  height: 30px;
  display: inline-block;
  width: 240px;
  padding: 0 15px;
  border: 1px solid #F3F2F0;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  color: #524b4e;
  outline: none !important;
  margin-bottom: 10px;
}
/* line 471, ../sass/partials/_navigation.scss */
#newsletter a {
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  padding: 0px 24px;
}

/* line 1, ../sass/partials/_header.scss */
body:not(.substicky) .sticky-wrapper {
  position: absolute;
  z-index: 2999;
  width: 100%;
}

@media (max-width: 64.25em) {
  /* line 6, ../sass/partials/_header.scss */
  .sticky-wrapper {
    height: auto !important;
  }
}
/* line 7, ../sass/partials/_header.scss */
#header {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 2999;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,1e5799+48,ffffff+48,7db9e8+100&0+0,1+48,0+100 */
  background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 */
  box-shadow: 0 0 8px rgba(25, 21, 19, 0.6);
  overflow: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 7, ../sass/partials/_header.scss */
  #header {
    position: fixed;
    height: 130px;
    background-color: transparent;
    box-shadow: none;
  }
}
/* line 31, ../sass/partials/_header.scss */
#header .logo {
  float: left;
  width: 100%;
  margin-top: 10px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 31, ../sass/partials/_header.scss */
  #header .logo {
    width: 100%;
  }
}
/* line 42, ../sass/partials/_header.scss */
#header .logo img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
  max-width: 150px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 42, ../sass/partials/_header.scss */
  #header .logo img {
    margin-top: 10px;
    max-width: 176px;
  }
}
@media (min-width: 64.25em) {
  /* line 61, ../sass/partials/_header.scss */
  #header.stuck {
    height: 86px;
    box-shadow: 0 0 8px rgba(25, 21, 19, 0.6);
  }
}
@media (min-width: 64.25em) {
  /* line 71, ../sass/partials/_header.scss */
  #header.stuck .logo img {
    margin-top: 0px;
    max-width: 250px;
  }
}

@media (min-width: 64.25em) {
  /* line 81, ../sass/partials/_header.scss */
  body.substicky #header {
    position: fixed;
  }
}

@media (min-width: 64.25em) {
  /* line 94, ../sass/partials/_header.scss */
  body.show-nav.substicky #header {
    left: 0;
  }
}

/* line 100, ../sass/partials/_header.scss */
#header .quicklinks {
  display: none;
  float: right;
  margin: 50px 30px 0 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 100, ../sass/partials/_header.scss */
  #header .quicklinks {
    display: block;
  }
}
/* line 108, ../sass/partials/_header.scss */
#header .quicklinks li {
  display: inline-block;
  margin-left: 1em;
}
/* line 111, ../sass/partials/_header.scss */
#header .quicklinks li a {
  display: block;
  font-size: 1.125em;
  color: #ffffff;
  font-weight: 800;
}
/* line 116, ../sass/partials/_header.scss */
#header .quicklinks li a i {
  display: inline-block;
  font-size: 1.25em;
  margin-right: .25em;
  color: rgba(255, 255, 255, 0.3);
  vertical-align: text-bottom;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 125, ../sass/partials/_header.scss */
#header .quicklinks li a:hover i {
  color: #283676;
}
/* line 130, ../sass/partials/_header.scss */
#header .quicklinks li:first-child {
  margin-left: 0;
}
/* line 135, ../sass/partials/_header.scss */
#header .quicklinks li.en-espanol a {
  font-weight: 400;
  font-style: italic;
}
/* line 138, ../sass/partials/_header.scss */
#header .quicklinks li.en-espanol a:hover {
  color: #ddae65;
}

/* line 145, ../sass/partials/_header.scss */
#header.stuck .quicklinks {
  margin-top: 24px;
}

/* line 149, ../sass/partials/_header.scss */
#google_translate_element {
  display: none;
  float: right;
  margin: 50px 40px 0 0;
  padding: 0 !important;
  height: auto !important;
  line-height: 1 !important;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 149, ../sass/partials/_header.scss */
  #google_translate_element {
    display: inline-block;
  }
}

/* line 162, ../sass/partials/_header.scss */
#header.stuck #google_translate_element {
  margin-top: 24px;
}

/* line 170, ../sass/partials/_header.scss */
.goog-te-gadget-simple {
  border: 0 !important;
  outline: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}
/* line 176, ../sass/partials/_header.scss */
.goog-te-gadget-simple > span > a {
  padding: 0 !important;
  height: auto !important;
  min-height: 0;
  line-height: 1 !important;
  margin: 0 !important;
}

/* line 186, ../sass/partials/_header.scss */
.goog-te-gadget-icon {
  display: none !important;
}

/* line 190, ../sass/partials/_header.scss */
.goog-te-gadget-simple span {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-style: italic;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 196, ../sass/partials/_header.scss */
.goog-te-gadget-simple span:hover {
  color: #ddae65;
}

/* line 202, ../sass/partials/_header.scss */
.goog-te-menu-value span {
  display: none !important;
}
/* line 204, ../sass/partials/_header.scss */
.goog-te-menu-value span:first-child {
  display: block !important;
}
/* line 208, ../sass/partials/_header.scss */
.goog-te-menu-value img {
  display: none !important;
}

/* line 214, ../sass/partials/_header.scss */
#nav-toggle,
#nav-search-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #273874;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 214, ../sass/partials/_header.scss */
  #nav-toggle,
  #nav-search-toggle {
    width: 85px;
    line-height: 120px;
    background-color: rgba(39, 56, 116, 0.2);
  }
}
@media (min-width: 64.25em) {
  /* line 231, ../sass/partials/_header.scss */
  #nav-toggle:hover,
  #nav-search-toggle:hover {
    background-color: rgba(221, 174, 101, 0.5);
  }
}
/* line 236, ../sass/partials/_header.scss */
#nav-toggle i,
#nav-search-toggle i {
  display: inline-block;
  font-size: 24px;
  margin: 10px 0 0 0;
  display: block;
  margin-top: 10px;
}
@media (min-width: 64.25em) {
  /* line 236, ../sass/partials/_header.scss */
  #nav-toggle i,
  #nav-search-toggle i {
    color: #ffffff;
    margin: 0;
    margin-top: 8px;
  }
}
/* line 252, ../sass/partials/_header.scss */
#nav-toggle i:before,
#nav-search-toggle i:before {
  font-family: "icons";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
  display: block;
  height: 20px;
  margin-top: 5px;
  font-size: 20px;
}
@media (min-width: 64.25em) {
  /* line 252, ../sass/partials/_header.scss */
  #nav-toggle i:before,
  #nav-search-toggle i:before {
    margin-top: -5px;
    font-size: 30px;
  }
}
/* line 265, ../sass/partials/_header.scss */
#nav-toggle span,
#nav-search-toggle span {
  display: block;
  font-size: 1.125em;
  font-weight: 800;
}
@media (min-width: 64.25em) {
  /* line 265, ../sass/partials/_header.scss */
  #nav-toggle span,
  #nav-search-toggle span {
    display: inline-block;
  }
}
/* line 272, ../sass/partials/_header.scss */
#nav-toggle span:after,
#nav-search-toggle span:after {
  display: block;
  content: "Menu";
  text-transform: uppercase;
  font-family: "Open Sans", Arial;
  font-weight: 400;
  font-size: 10px;
  margin-top: 5px;
}
@media (min-width: 64.25em) {
  /* line 272, ../sass/partials/_header.scss */
  #nav-toggle span:after,
  #nav-search-toggle span:after {
    display: block;
    font-size: 12px;
  }
}

/* line 289, ../sass/partials/_header.scss */
#nav-toggle i {
  margin-top: 0px;
  margin-bottom: 15px;
}
@media (min-width: 64.25em) {
  /* line 289, ../sass/partials/_header.scss */
  #nav-toggle i {
    margin-top: 25px;
    margin-bottom: -20px;
  }
}
/* line 297, ../sass/partials/_header.scss */
#nav-toggle i:before {
  content: '';
  background-image: url("/_assets/img/icons/list-white.png");
  width: 16px;
  height: 16px;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  margin-top: 10px;
}
@media (min-width: 64.25em) {
  /* line 297, ../sass/partials/_header.scss */
  #nav-toggle i:before {
    width: 20px;
    height: 20px;
  }
}

/* line 316, ../sass/partials/_header.scss */
#nav-search-toggle {
  right: auto;
  left: 0px;
}
/* line 321, ../sass/partials/_header.scss */
#nav-search-toggle i {
  margin-top: 0px;
  margin-bottom: 15px;
}
@media (min-width: 64.25em) {
  /* line 321, ../sass/partials/_header.scss */
  #nav-search-toggle i {
    margin-top: 25px;
    margin-bottom: -20px;
  }
}
/* line 330, ../sass/partials/_header.scss */
#nav-search-toggle i:before {
  content: '';
  background-image: url("/_assets/img/icons/magnifying_glass_white.png");
  width: 16px;
  height: 16px;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  margin-top: 10px;
}
@media (min-width: 64.25em) {
  /* line 330, ../sass/partials/_header.scss */
  #nav-search-toggle i:before {
    width: 20px;
    height: 20px;
  }
}
/* line 348, ../sass/partials/_header.scss */
#nav-search-toggle span:after {
  content: "Search";
}

/* line 362, ../sass/partials/_header.scss */
body.show-nav #nav-toggle {
  background-color: #ddae65;
}
@media (min-width: 64.25em) {
  /* line 362, ../sass/partials/_header.scss */
  body.show-nav #nav-toggle {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
/* line 367, ../sass/partials/_header.scss */
body.show-nav #nav-toggle i {
  margin-top: 6px;
  margin-bottom: 15px;
}
@media (min-width: 64.25em) {
  /* line 367, ../sass/partials/_header.scss */
  body.show-nav #nav-toggle i {
    margin-top: 16px;
    margin-bottom: -20px;
  }
}
/* line 374, ../sass/partials/_header.scss */
body.show-nav #nav-toggle i:before {
  content: '';
  background-image: url("/_assets/img/icons/close_white.png");
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  margin-top: 10px;
}
@media (min-width: 64.25em) {
  /* line 374, ../sass/partials/_header.scss */
  body.show-nav #nav-toggle i:before {
    width: 30px;
    height: 30px;
  }
}
/* line 392, ../sass/partials/_header.scss */
body.show-nav #nav-toggle span:after {
  content: "Close";
  text-transform: uppercase;
  font-family: "Open Sans", Arial;
  font-weight: 400;
  font-size: 10px;
  margin-top: 10px;
}
@media (min-width: 64.25em) {
  /* line 392, ../sass/partials/_header.scss */
  body.show-nav #nav-toggle span:after {
    font-size: 12px;
    margin-top: 5px;
  }
}

/* line 409, ../sass/partials/_header.scss */
body.show-nav-search #nav-search-toggle {
  background-color: #ddae65;
}
@media (min-width: 64.25em) {
  /* line 409, ../sass/partials/_header.scss */
  body.show-nav-search #nav-search-toggle {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
/* line 415, ../sass/partials/_header.scss */
body.show-nav-search #nav-search-toggle i {
  display: block;
  margin-top: 6px;
  margin-bottom: 15px;
}
@media (min-width: 64.25em) {
  /* line 415, ../sass/partials/_header.scss */
  body.show-nav-search #nav-search-toggle i {
    margin-top: 16px;
    margin-bottom: -20px;
  }
}
/* line 423, ../sass/partials/_header.scss */
body.show-nav-search #nav-search-toggle i:before {
  content: '';
  background-image: url("/_assets/img/icons/close_white.png");
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  margin-top: 10px;
}
@media (min-width: 64.25em) {
  /* line 423, ../sass/partials/_header.scss */
  body.show-nav-search #nav-search-toggle i:before {
    width: 30px;
    height: 30px;
  }
}
/* line 441, ../sass/partials/_header.scss */
body.show-nav-search #nav-search-toggle span:after {
  content: "Close";
  text-transform: uppercase;
  font-family: "Open Sans", Arial;
  font-weight: 400;
  font-size: 10px;
  margin-top: 10px;
}
@media (min-width: 64.25em) {
  /* line 441, ../sass/partials/_header.scss */
  body.show-nav-search #nav-search-toggle span:after {
    font-size: 12px;
    margin-top: 5px;
  }
}

@media (min-width: 64.25em) {
  /* line 466, ../sass/partials/_header.scss */
  header.stuck #nav-search-toggle,
  header.stuck #nav-toggle {
    line-height: 64px;
    background-color: #273874;
  }
}
@media (min-width: 64.25em) {
  /* line 474, ../sass/partials/_header.scss */
  header.stuck #nav-search-toggle:hover,
  header.stuck #nav-toggle:hover {
    background-color: #ddae65;
  }
}

@media (min-width: 64.25em) {
  /* line 483, ../sass/partials/_header.scss */
  body.show-nav #nav-toggle {
    line-height: 64px;
    background-color: #ddae65;
  }
}

@media (min-width: 64.25em) {
  /* line 496, ../sass/partials/_header.scss */
  body.show-nav-search #nav-search-toggle {
    line-height: 64px;
    background-color: #ddae65;
  }
}

/* line 3, ../sass/partials/_billboard.scss */
#billboard {
  position: relative;
  width: 100%;
  background-color: black;
  background-image: url(/_assets/img/header_default.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 220px;
}
@media (min-width: 64.25em) {
  /* line 3, ../sass/partials/_billboard.scss */
  #billboard {
    min-height: 0;
    height: 400px;
  }
}
/* line 16, ../sass/partials/_billboard.scss */
#billboard .text {
  position: absolute;
  left: 0;
  bottom: calc(50% - 25px);
  width: 100%;
  padding: 1.75em 0;
  text-align: center;
  transform: translateY(50%);
}
@media (min-width: 64.25em) {
  /* line 16, ../sass/partials/_billboard.scss */
  #billboard .text {
    padding: 3em 0;
    bottom: calc(50% - 43px);
  }
}
/* line 29, ../sass/partials/_billboard.scss */
#billboard .text h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: white;
  margin-bottom: 0px;
}
@media (min-width: 64.25em) {
  /* line 29, ../sass/partials/_billboard.scss */
  #billboard .text h4 {
    white-space: normal;
    text-overflow: clip;
  }
}
/* line 42, ../sass/partials/_billboard.scss */
#billboard .text h5 {
  font-family: "adriane", "Open Sans", Arial;
}
/* line 48, ../sass/partials/_billboard.scss */
#billboard .text .container h2, #billboard .text .container h4, #billboard .text .container h5 {
  color: white;
  margin-bottom: 0;
}

#billboard .text .container h2 + h5, #billboard .text .container h2 + h4, #billboard .text .container h4 + h5 { margin-top: .5rem; }

/* line 52, ../sass/partials/_billboard.scss */
#billboard .text .container h2 {
  line-height: 2em;
  font-size: 21px;
}
@media (min-width: 64.25em) {
  /* line 52, ../sass/partials/_billboard.scss */
  #billboard .text .container h2 {
    font-size: 42px;
  }
}
/* line 60, ../sass/partials/_billboard.scss */
#billboard .text .container h2 > span {
  background-color: rgba(255, 255, 255, 0.7);
  color: #524b4e;
  padding: 5px 10px;
  padding-left: 20px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (min-width: 64.25em) {
  /* line 60, ../sass/partials/_billboard.scss */
  #billboard .text .container h2 > span {
    padding-bottom: 0px;
  }
}
/* line 75, ../sass/partials/_billboard.scss */
#billboard .text img.triangle-down {
  display: none;
  margin-top: 1em;
}
@media (min-width: 64.25em) {
  /* line 75, ../sass/partials/_billboard.scss */
  #billboard .text img.triangle-down {
    display: inline-block;
  }
}
/* line 83, ../sass/partials/_billboard.scss */
#billboard .text img.triangle-up {
  display: none;
  margin-bottom: 1em;
}
@media (min-width: 64.25em) {
  /* line 83, ../sass/partials/_billboard.scss */
  #billboard .text img.triangle-up {
    display: inline-block;
  }
}
/* line 90, ../sass/partials/_billboard.scss */
#billboard .text p:last-child {
  margin: 0;
}
/* line 93, ../sass/partials/_billboard.scss */
#billboard .text a.button-large,
#billboard .text p.button-large a {
  background-color: rgba(51, 44, 38, 0.5);
}
/* line 96, ../sass/partials/_billboard.scss */
#billboard .text a.button-large:hover,
#billboard .text p.button-large a:hover {
  background-color: #332c26;
}
/* line 98, ../sass/partials/_billboard.scss */
#billboard .text a.button-large:hover [class^="icon-"], #billboard .text a.button-large:hover [class*=" icon-"],
#billboard .text p.button-large a:hover [class^="icon-"],
#billboard .text p.button-large a:hover [class*=" icon-"] {
  color: #283676;
}
/* line 102, ../sass/partials/_billboard.scss */
#billboard .text a.button-large [class^="icon-"], #billboard .text a.button-large [class*=" icon-"],
#billboard .text p.button-large a [class^="icon-"],
#billboard .text p.button-large a [class*=" icon-"] {
  color: #ddae65;
}

@media (min-width: 64.25em) {
  /* line 109, ../sass/partials/_billboard.scss */
  #billboard.hasvideo,
  #billboard.hastext {
    min-height: 0;
    height: 400px;
  }
}

@media (min-width: 64.25em) {
  /* line 117, ../sass/partials/_billboard.scss */
  #billboard.toptext {
    min-height: 0;
    height: 400px;
  }
}
/* line 122, ../sass/partials/_billboard.scss */
#billboard.toptext .text {
  display: block;
}
@media (min-width: 64.25em) {
  /* line 122, ../sass/partials/_billboard.scss */
  #billboard.toptext .text {
    display: block;
    max-height: 200px;
    overflow-y: auto;
  }
}
/* line 129, ../sass/partials/_billboard.scss */
#billboard.toptext .text h4 {
  margin-bottom: 1em;
}

/* line 135, ../sass/partials/_billboard.scss */
#billboard .top-video {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
}
@media (min-width: 64.25em) {
  /* line 135, ../sass/partials/_billboard.scss */
  #billboard .top-video {
    top: 190px;
  }
}
/* line 144, ../sass/partials/_billboard.scss */
#billboard .top-video-inner {
  position: relative;
  width: 288px;
  margin: 0 auto;
}
@media (min-width: 64.25em) {
  /* line 144, ../sass/partials/_billboard.scss */
  #billboard .top-video-inner {
    width: 640px;
  }
}

@media (min-width: 64.25em) {
  /* line 154, ../sass/partials/_billboard.scss */
  #billboard.hastext {
    min-height: 0;
    height: 400px;
    overflow: hidden;
  }
}
/* line 160, ../sass/partials/_billboard.scss */
#billboard.hastext .text {
  display: block;
  background: none;
}
@media (min-width: 64.25em) {
  /* line 160, ../sass/partials/_billboard.scss */
  /* #billboard.hastext .text {
    display: block;
    position: relative;
    top: 50%;
    max-height: 39.375em;
    overflow-y: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  } */
}
/* line 173, ../sass/partials/_billboard.scss */
/* #billboard.hastext .text .container {
  padding-top: 50px;
} */

/* line 184, ../sass/partials/_billboard.scss */
#billboard.hasrotator {
  min-height: 0;
  height: auto;
}
@media (min-width: 48em) {
  /* line 184, ../sass/partials/_billboard.scss */
  #billboard.hasrotator {
    min-height: 0;
    height: auto;
  }
}
@media (min-width: 64.25em) {
  /* line 184, ../sass/partials/_billboard.scss */
  #billboard.hasrotator {
    min-height: 0;
    height: auto;
  }
}

/* line 197, ../sass/partials/_billboard.scss */
#bigvideo {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
/* line 207, ../sass/partials/_billboard.scss */
#bigvideo video {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 214, ../sass/partials/_billboard.scss */
#billboard-text {
  background-color: #332c26;
  text-align: center;
  padding: 2em 0;
  display: none !important;
}
@media (min-width: 64.25em) {
  /* line 214, ../sass/partials/_billboard.scss */
  #billboard-text {
    display: none !important;
  }
}

/* line 1, ../sass/partials/_content.scss */
#content {
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 64.25em) {
  /* line 1, ../sass/partials/_content.scss */
  #content {
    padding: 0;
  }
}

/* line 10, ../sass/partials/_content.scss */
#content #text {
  position: relative;
  background-color: white;
  padding: 3em;
  box-sizing: border-box;
  padding-top: 1em;
}
/* line 22, ../sass/partials/_content.scss */
#content #text hr.widen {
  margin-right: -3em;
  margin-left: -3em;
  width: auto;
}
/* line 28, ../sass/partials/_content.scss */
#content #text.no-billboard {
  padding-top: 60px;
}
@media (min-width: 64.25em) {
  /* line 28, ../sass/partials/_content.scss */
  #content #text.no-billboard {
    padding-top: 90px;
  }
}
@media (min-width: 64.25em) {
  /* line 37, ../sass/partials/_content.scss */
  #content.hassidebar #text {
    float: left;
    width: 76.5%;
  }
}
@media (min-width: 64.25em) {
  /* line 43, ../sass/partials/_content.scss */
  #content.hassidebar #sidebar {
    float: right;
    width: 23.5%;
  }
}
/* line 49, ../sass/partials/_content.scss */
#content.hassidebar #sidebar section {
  padding: 10px 20px;
  box-sizing: border-box;
  padding-top: 30px;
  margin-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  background-color: rgba(243, 241, 240, 0.5);
}
/* line 61, ../sass/partials/_content.scss */
#content.hassidebar #sidebar nav.sidebar {
  background-color: #f3f1f0;
}
/* line 63, ../sass/partials/_content.scss */
#content.hassidebar #sidebar nav.sidebar h6.init-txt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
  height: 80px;
  line-height: 80px;
}
/* line 71, ../sass/partials/_content.scss */
#content.hassidebar #sidebar nav.sidebar hr {
  margin: 0px;
}
/* line 77, ../sass/partials/_content.scss */
#content.hassidebar #sidebar .section {
  padding: 18px 20px;
}

/* line 83, ../sass/partials/_content.scss */
#sidebar {
  margin-bottom: 3em;
}
/* line 85, ../sass/partials/_content.scss */
#sidebar section {
  margin-top: 3em;
}

/* line 93, ../sass/partials/_content.scss */
#content #subnav {
  background-color: #white;
}
/* line 96, ../sass/partials/_content.scss */
#content #subnav > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", Arial;
  color: #ddae65;
  padding: 18px 20px;
  text-decoration: none;
}
/* line 105, ../sass/partials/_content.scss */
#content #subnav > li > a:hover {
  color: #283676;
}

/* line 116, ../sass/partials/_content.scss */
#content #subnav > li.current > a {
  color: #273874;
  background-image: linear-gradient(to right, #425272 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 124, ../sass/partials/_content.scss */
#content #subnav > li.current > ul {
  display: block;
  margin: 0;
  padding: .5em 0;
  background-color: #ffffff;
}
/* line 130, ../sass/partials/_content.scss */
#content #subnav > li.current > ul > li > a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: .5em 1.25em;
}
/* line 141, ../sass/partials/_content.scss */
#content #subnav > li.current > ul > li.current a {
  text-decoration: none;
  color: #283676;
  background-color: #e4dedb;
}

/* line 156, ../sass/partials/_content.scss */
#content #subnav > li.current a {
  padding: 17px 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", Arial;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #273874;
  background-color: transparent;
}
/* line 169, ../sass/partials/_content.scss */
#content #subnav > li.current ul {
  background-color: transparent;
  padding: 0px;
}
/* line 176, ../sass/partials/_content.scss */
#content #subnav > li.current ul li.current a {
  color: #273874;
  background-image: linear-gradient(to right, #425272 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 187, ../sass/partials/_content.scss */
#content #subnav > li.current ul li.current ul {
  margin: 0px;
  padding: 0px;
}
/* line 192, ../sass/partials/_content.scss */
#content #subnav > li.current ul li.current ul li a {
  text-align: left;
  text-transform: initial;
  letter-spacing: 0em;
  font-family: "Open Sans", Arial;
  color: #ddae65;
  padding: 10px 40px;
  margin: 0px;
  display: inherit;
  font-size: 15.5px;
  background-image: none;
  background-color: transparent;
  font-weight: 400;
}
/* line 206, ../sass/partials/_content.scss */
#content #subnav > li.current ul li.current ul li a:hover {
  color: #273874;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 215, ../sass/partials/_content.scss */
#content #subnav > li.current ul li a {
  text-align: left;
  text-transform: initial;
  letter-spacing: 0em;
  font-family: "Open Sans", Arial;
  color: #ddae65;
  padding: 18px 20px;
}
/* line 224, ../sass/partials/_content.scss */
#content #subnav > li.current ul li a:hover {
  color: #273874;
  background-image: linear-gradient(to right, #425272 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 237, ../sass/partials/_content.scss */
#content #subnav > li.current ul li ul {
  margin: 0px;
  padding: 0px;
}
/* line 242, ../sass/partials/_content.scss */
#content #subnav > li.current ul li ul li a {
  text-align: left;
  text-transform: initial;
  letter-spacing: 0em;
  font-family: "Open Sans", Arial;
  color: #ddae65;
  padding: 10px 40px;
  margin: 0px;
  display: inherit;
  font-size: 15.5px;
  background-image: none;
  background-color: transparent;
  font-weight: 400;
}
/* line 255, ../sass/partials/_content.scss */
#content #subnav > li.current ul li ul li a:hover {
  color: #273874;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 270, ../sass/partials/_content.scss */
#sidebar section {
  margin-top: 30px;
  padding: 10px 20px;
  box-sizing: border-box;
}
/* line 276, ../sass/partials/_content.scss */
#sidebar section h6 {
  margin-bottom: 20px;
}
/* line 279, ../sass/partials/_content.scss */
#sidebar section .event {
  background-color: white;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
/* line 288, ../sass/partials/_content.scss */
#sidebar section .event h5 {
  color: #ddae65;
  line-height: 1.3;
}
/* line 294, ../sass/partials/_content.scss */
#sidebar section .event p.date {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Open Sans", Arial;
  margin-bottom: 0px;
}
/* line 302, ../sass/partials/_content.scss */
#sidebar section .event div.right-arrow {
  background-image: url("/_assets/img/icons/arrow_right.png");
  background-size: cover;
  width: 30px;
  height: 30px;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  top: 40%;
}
/* line 314, ../sass/partials/_content.scss */
#sidebar section .event:hover div.right-arrow {
  opacity: 0.8;
}
/* line 321, ../sass/partials/_content.scss */
#sidebar section .view-all a {
  padding: 0;
  text-align: center;
  width: 100%;
}
/* line 328, ../sass/partials/_content.scss */
#sidebar section .book {
  margin-bottom: 25px;
}
/* line 330, ../sass/partials/_content.scss */
#sidebar section .book h5 {
  color: #ddae65;
  line-height: 1.3;
}
/* line 336, ../sass/partials/_content.scss */
#sidebar section .book .cover {
  margin-top: 20px;
}
/* line 339, ../sass/partials/_content.scss */
#sidebar section .book .cover img {
  max-width: 35%;
  float: left;
}
/* line 344, ../sass/partials/_content.scss */
#sidebar section .book .cover div.desc {
  margin-left: 40%;
  font-family: "Open Sans", Arial;
  font-weight: bold;
  font-size: 12px;
  color: #524b4e;
  line-height: 1.8;
  margin-right: 5%;
  height: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 356, ../sass/partials/_content.scss */
#sidebar section .book .cover div.desc p {
  font-size: 12px;
  color: #524b4e;
  font-weight: bold;
}

/* line 367, ../sass/partials/_content.scss */
#share-detail {
  padding-top: 2em;
}
/* line 370, ../sass/partials/_content.scss */
#share-detail #shareable-nav {
  margin: 1em 0 0;
  padding: 0;
  list-style-type: none;
}
/* line 375, ../sass/partials/_content.scss */
#share-detail #shareable-nav li {
  list-style-type: none;
}
/* line 379, ../sass/partials/_content.scss */
#share-detail #shareable-nav a {
  text-align: center;
  width: 80%;
}

/* line 3, ../sass/partials/_sections.scss */
.content-section .content-section-inner {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 64.25em) {
  /* line 7, ../sass/partials/_sections.scss */
  .content-section .content-section-inner.parallax {
    background-attachment: fixed;
  }
}
/* line 13, ../sass/partials/_sections.scss */
.content-section .text {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 17, ../sass/partials/_sections.scss */
.content-section .text .sec-inner {
  padding: 3em 5%;
}
@media (min-width: 64.25em) {
  /* line 17, ../sass/partials/_sections.scss */
  .content-section .text .sec-inner {
    padding: 8em 5%;
  }
}
/* line 24, ../sass/partials/_sections.scss */
.content-section .text .div-row:last-child {
  margin-bottom: 0;
}
/* line 28, ../sass/partials/_sections.scss */
.content-section .text p:last-child {
  margin: 0;
}
/* line 32, ../sass/partials/_sections.scss */
.content-section .sidebar .sec-inner {
  position: relative;
  padding: 3em 5%;
}
@media (min-width: 64.25em) {
  /* line 32, ../sass/partials/_sections.scss */
  .content-section .sidebar .sec-inner {
    padding: 3em 5%;
  }
}
/* line 39, ../sass/partials/_sections.scss */
.content-section .sb-link {
  display: block;
  color: #332c26;
  height: 100%;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 44, ../sass/partials/_sections.scss */
  .content-section .sb-link:before {
    content: "";
    top: 0;
    position: absolute;
    width: 33.5%;
    height: 100%;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
}
/* line 54, ../sass/partials/_sections.scss */
.content-section .sb-link:hover {
  background-color: #77777a;
}
@media (min-width: 64.25em) {
  /* line 54, ../sass/partials/_sections.scss */
  .content-section .sb-link:hover {
    background-color: transparent;
  }
}
@media (min-width: 64.25em) and (min-width: 64.25em) {
  /* line 58, ../sass/partials/_sections.scss */
  .content-section .sb-link:hover:before {
    background-color: #77777a;
  }
}

/* line 66, ../sass/partials/_sections.scss */
.content-section.dark, .content-section.div-callout, #billboard .content-section.text, .content-section#billboard-text, .widget.section-events article.content-section, #content .section-tabs .content-section.section-tabs-wrap,
.content-section .section-tabs .content-section.section-tabs-wrap, .content-section#section-countdown, .widget.serve-list article.content-section {
  background-color: #332c26;
}
/* line 68, ../sass/partials/_sections.scss */
.content-section.dark .sb-link, .content-section.div-callout .sb-link, #billboard .content-section.text .sb-link, .content-section#billboard-text .sb-link, .widget.section-events article.content-section .sb-link, #content .section-tabs .content-section.section-tabs-wrap .sb-link,
.content-section .section-tabs .content-section.section-tabs-wrap .sb-link, .content-section#section-countdown .sb-link, .widget.serve-list article.content-section .sb-link {
  color: #ffffff;
}
/* line 70, ../sass/partials/_sections.scss */
.content-section.dark .sb-link .large-icon, .content-section.div-callout .sb-link .large-icon, #billboard .content-section.text .sb-link .large-icon, .content-section#billboard-text .sb-link .large-icon, .widget.section-events article.content-section .sb-link .large-icon, #content .section-tabs .content-section.section-tabs-wrap .sb-link .large-icon,
.content-section .section-tabs .content-section.section-tabs-wrap .sb-link .large-icon, .content-section#section-countdown .sb-link .large-icon, .widget.serve-list article.content-section .sb-link .large-icon {
  color: #ddae65;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 74, ../sass/partials/_sections.scss */
.content-section.dark .sb-link:hover, .content-section.div-callout .sb-link:hover, #billboard .content-section.text .sb-link:hover, .content-section#billboard-text .sb-link:hover, .widget.section-events article.content-section .sb-link:hover, #content .section-tabs .content-section.section-tabs-wrap .sb-link:hover,
.content-section .section-tabs .content-section.section-tabs-wrap .sb-link:hover, .content-section#section-countdown .sb-link:hover, .widget.serve-list article.content-section .sb-link:hover {
  background-color: #ddae65;
}
@media (min-width: 64.25em) {
  /* line 74, ../sass/partials/_sections.scss */
  .content-section.dark .sb-link:hover, .content-section.div-callout .sb-link:hover, #billboard .content-section.text .sb-link:hover, .content-section#billboard-text .sb-link:hover, .widget.section-events article.content-section .sb-link:hover, #content .section-tabs .content-section.section-tabs-wrap .sb-link:hover,
  .content-section .section-tabs .content-section.section-tabs-wrap .sb-link:hover, .content-section#section-countdown .sb-link:hover, .widget.serve-list article.content-section .sb-link:hover {
    background-color: transparent;
  }
}
@media (min-width: 64.25em) and (min-width: 64.25em) {
  /* line 78, ../sass/partials/_sections.scss */
  .content-section.dark .sb-link:hover:before, .content-section.div-callout .sb-link:hover:before, #billboard .content-section.text .sb-link:hover:before, .content-section#billboard-text .sb-link:hover:before, .widget.section-events article.content-section .sb-link:hover:before, #content .section-tabs .content-section.section-tabs-wrap .sb-link:hover:before,
  .content-section .section-tabs .content-section.section-tabs-wrap .sb-link:hover:before, .content-section#section-countdown .sb-link:hover:before, .widget.serve-list article.content-section .sb-link:hover:before {
    background-color: #ddae65;
  }
}

/* line 84, ../sass/partials/_sections.scss */
.content-section.dark .sb-link:hover .large-icon, .content-section.div-callout .sb-link:hover .large-icon, #billboard .content-section.text .sb-link:hover .large-icon, .content-section#billboard-text .sb-link:hover .large-icon, .widget.section-events article.content-section .sb-link:hover .large-icon, #content .section-tabs .content-section.section-tabs-wrap .sb-link:hover .large-icon,
.content-section .section-tabs .content-section.section-tabs-wrap .sb-link:hover .large-icon, .content-section#section-countdown .sb-link:hover .large-icon, .widget.serve-list article.content-section .sb-link:hover .large-icon {
  color: #ffffff;
}

/* line 94, ../sass/partials/_sections.scss */
.content-section.has-sidebar .container-full {
  display: table;
}
@media (min-width: 64.25em) {
  /* line 97, ../sass/partials/_sections.scss */
  .content-section.has-sidebar .text {
    display: table-cell;
    width: 67%;
    vertical-align: middle;
  }
}
@media (min-width: 64.25em) {
  /* line 104, ../sass/partials/_sections.scss */
  .content-section.has-sidebar .sidebar {
    display: table-cell;
    width: 33.5%;
    vertical-align: middle;
  }
}

/* line 114, ../sass/partials/_sections.scss */
#stickysub {
  display: none;
  position: relative;
  width: 100%;
  background-color: #178d89;
  /*z-index: 3199;*/
  z-index: 2999;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 114, ../sass/partials/_sections.scss */
  #stickysub {
    display: block;
  }
}
@media (min-width: 64.25em) {
  /* line 125, ../sass/partials/_sections.scss */
  #stickysub.stuck {
    position: fixed;
    top: 0;
    left: 0;
  }
}
/* line 132, ../sass/partials/_sections.scss */
#stickysub ul {
  text-align: center;
}
/* line 134, ../sass/partials/_sections.scss */
#stickysub ul li {
  display: inline-block;
  margin: 0;
}
/* line 137, ../sass/partials/_sections.scss */
#stickysub ul li a {
  display: block;
  color: #ffffff;
  padding: 1.5em 2em;
  text-transform: uppercase;
  font-weight: 800;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* line 147, ../sass/partials/_sections.scss */
#stickysub ul li a.active {
  background-color: rgba(255, 255, 255, 0.15);
}
/* line 150, ../sass/partials/_sections.scss */
#stickysub ul li a:hover {
  color: #332c26;
}

@media (min-width: 64.25em) {
  /* line 158, ../sass/partials/_sections.scss */
  body.show-nav #stickysub.stuck {
    left: 614px;
  }
}

/* line 2, ../sass/partials/_widgets.scss */
.widget.events {
  margin-bottom: 1em;
}
/* line 4, ../sass/partials/_widgets.scss */
.widget.events article {
  overflow: hidden;
  text-align: center;
  background-color: #e5dedb;
}
/* line 8, ../sass/partials/_widgets.scss */
.widget.events article .image {
  position: relative;
}
/* line 10, ../sass/partials/_widgets.scss */
.widget.events article .image a {
  display: block;
  position: relative;
}
/* line 13, ../sass/partials/_widgets.scss */
.widget.events article .image a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 10px solid rgba(255, 255, 255, 0.15);
}
/* line 25, ../sass/partials/_widgets.scss */
.widget.events article .image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
/* line 32, ../sass/partials/_widgets.scss */
.widget.events article .info {
  padding: 3em 3em 2em 3em;
  position: relative;
}
/* line 35, ../sass/partials/_widgets.scss */
.widget.events article .info p {
  color: #77777a;
}
/* line 38, ../sass/partials/_widgets.scss */
.widget.events article .info p:last-child {
  text-align: center;
  font-size: 1.5em;
  margin: 0;
}

/* line 48, ../sass/partials/_widgets.scss */
#sidebar .widget.events article {
  margin-bottom: 1em;
}
/* line 50, ../sass/partials/_widgets.scss */
#sidebar .widget.events article .info {
  padding: 1.5em;
  position: relative;
}
/* line 53, ../sass/partials/_widgets.scss */
#sidebar .widget.events article .info p {
  font-size: .875em;
  color: #77777a;
}

/* line 62, ../sass/partials/_widgets.scss */
.widget.section-events article {
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #191513;
}
/* line 68, ../sass/partials/_widgets.scss */
.widget.section-events article a {
  display: block;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 71, ../sass/partials/_widgets.scss */
.widget.section-events article a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 10px solid rgba(255, 255, 255, 0.15);
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
/* line 83, ../sass/partials/_widgets.scss */
.widget.section-events article a h3 {
  color: #ddae65;
}
/* line 87, ../sass/partials/_widgets.scss */
.widget.section-events article a:hover h3 {
  color: #283676;
}
/* line 90, ../sass/partials/_widgets.scss */
.widget.section-events article a:hover:after {
  border-color: rgba(40, 54, 118, 0.15);
}
/* line 95, ../sass/partials/_widgets.scss */
.widget.section-events article .image {
  position: relative;
}
/* line 97, ../sass/partials/_widgets.scss */
.widget.section-events article .image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
/* line 104, ../sass/partials/_widgets.scss */
.widget.section-events article .info {
  padding: 4em 3em 3em 3em;
  position: relative;
}
/* line 107, ../sass/partials/_widgets.scss */
.widget.section-events article .info p {
  color: #77777a;
}
/* line 110, ../sass/partials/_widgets.scss */
.widget.section-events article .info p:last-child {
  text-align: center;
  font-size: 1.5em;
  margin: 0;
}
/* line 117, ../sass/partials/_widgets.scss */
.widget.section-events article.more {
  background-color: transparent;
}
/* line 119, ../sass/partials/_widgets.scss */
.widget.section-events article.more a {
  position: relative;
  display: block;
  height: 100%;
}
@media (min-width: 64.25em) {
  /* line 119, ../sass/partials/_widgets.scss */
  .widget.section-events article.more a {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
/* line 129, ../sass/partials/_widgets.scss */
.widget.section-events article.more a .more-wrap {
  position: relative;
  padding: 3em 5%;
}
@media (min-width: 64.25em) {
  /* line 129, ../sass/partials/_widgets.scss */
  .widget.section-events article.more a .more-wrap {
    padding: 0 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* line 140, ../sass/partials/_widgets.scss */
.widget.section-events article.more a:hover {
  background-color: #ddae65;
}

/* line 148, ../sass/partials/_widgets.scss */
.widget.staff {
  margin-bottom: 2em;
}
/* line 150, ../sass/partials/_widgets.scss */
.widget.staff .inner {
  padding: 2em;
}
/* line 153, ../sass/partials/_widgets.scss */
.widget.staff article {
  text-align: center;
  background-color: #e5dedb;
}
/* line 156, ../sass/partials/_widgets.scss */
.widget.staff article p {
  margin-bottom: .65em;
}
/* line 160, ../sass/partials/_widgets.scss */
.widget.staff .image {
  margin-bottom: 1em;
  padding: 0 3em;
}
/* line 164, ../sass/partials/_widgets.scss */
.widget.staff ul {
  margin: 0 !important;
}
/* line 166, ../sass/partials/_widgets.scss */
.widget.staff ul li {
  list-style: none !important;
  display: inline-block;
  margin: 0 .5em;
}
/* line 170, ../sass/partials/_widgets.scss */
.widget.staff ul li a {
  display: block;
  font-size: 1.25em;
}

/* line 181, ../sass/partials/_widgets.scss */
.widget.section-sermon article,
.widget.section-feature article {
  position: relative;
  overflow: hidden;
}
@media (min-width: 64.25em) {
  /* line 181, ../sass/partials/_widgets.scss */
  .widget.section-sermon article,
  .widget.section-feature article {
    display: table;
    width: 100%;
  }
}
@media (min-width: 64.25em) {
  /* line 190, ../sass/partials/_widgets.scss */
  .widget.section-sermon .image,
  .widget.section-feature .image {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* line 200, ../sass/partials/_widgets.scss */
  .widget.section-sermon .image img,
  .widget.section-feature .image img {
    display: none;
  }
}
/* line 206, ../sass/partials/_widgets.scss */
.widget.section-sermon .image img,
.widget.section-feature .image img {
  width: 100%;
}

/*
.widget.section-sermon .info,
.widget.section-feature .info {

  background: -moz-linear-gradient(left, #a9c7d8 0%, rgba(125, 185, 232, 0) 100%);

  background: -webkit-linear-gradient(left, #a9c7d8 0%, rgba(125, 185, 232, 0) 100%);

  background: linear-gradient(to right, #a9c7d8 0%, rgba(125, 185, 232, 0) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9c7d8', endColorstr='#007db9e8',GradientType=1 );

}
*/

/* line 210, ../sass/partials/_widgets.scss */
.widget.section-sermon .info,
.widget.section-feature .info {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a9c7d8+0,7db9e8+100&1+0,0+100 */
  background-color: #a9c7d8;
  /* FF3.6-15 */
  background-color: #a9c7d8;
  /* Chrome10-25,Safari5.1-6 */
  background-color: #a9c7d8;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9c7d8', endColorstr='#a9c7d8',GradientType=1 );
  /* IE6-9 */
}



@media (min-width: 64.25em) {
  /* line 210, ../sass/partials/_widgets.scss */
  .widget.section-sermon .info,
  .widget.section-feature .info {
    display: table-cell;
    width: 55%;
    vertical-align: middle;
  }
}
/* line 224, ../sass/partials/_widgets.scss */
.widget.section-sermon .info-inner,
.widget.section-feature .info-inner {
  padding: 2em 5%;
}
@media (min-width: 64.25em) {
  /* line 224, ../sass/partials/_widgets.scss */
  .widget.section-sermon .info-inner,
  .widget.section-feature .info-inner {
    padding: 1em 2em 1em 4em;
  }
}
/* line 230, ../sass/partials/_widgets.scss */
.widget.section-sermon .info-inner h2,
.widget.section-feature .info-inner h2 {
  color: #425272;
}
/* line 234, ../sass/partials/_widgets.scss */
.widget.section-sermon .info-inner p.txt,
.widget.section-feature .info-inner p.txt {
  margin-bottom: 1em;
}
/* line 238, ../sass/partials/_widgets.scss */
.widget.section-sermon .info-inner p.date,
.widget.section-feature .info-inner p.date {
  font-family: "Open Sans", Arial;
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 246, ../sass/partials/_widgets.scss */
.widget.section-sermon .meta,
.widget.section-feature .meta {
  margin: 0;
}
@media (min-width: 64.25em) {
  /* line 249, ../sass/partials/_widgets.scss */
  .widget.section-sermon .more,
  .widget.section-feature .more {
    position: relative;
    display: table-cell;
    width: 12%;
    vertical-align: middle;
    overflow: hidden;
  }
}
/* line 257, ../sass/partials/_widgets.scss */
.widget.section-sermon .more p,
.widget.section-feature .more p {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  text-align: center;
  font-size: 1.25em;
}
/* line 264, ../sass/partials/_widgets.scss */
.widget.section-sermon .more p a,
.widget.section-feature .more p a {
  display: block;
  font-weight: 800;
  padding: 2em 5%;
  color: #332c26;
  background-color: #dad4d2;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 264, ../sass/partials/_widgets.scss */
  .widget.section-sermon .more p a,
  .widget.section-feature .more p a {
    padding: 0;
    background-color: transparent !important;
  }
}
/* line 278, ../sass/partials/_widgets.scss */
.widget.section-sermon .more p a span,
.widget.section-feature .more p a span {
  position: relative;
}
/* line 281, ../sass/partials/_widgets.scss */
.widget.section-sermon .more p a i,
.widget.section-feature .more p a i {
  color: #ddae65;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 285, ../sass/partials/_widgets.scss */
  .widget.section-sermon .more p a:before,
  .widget.section-feature .more p a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #dad4d2;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
}
/* line 297, ../sass/partials/_widgets.scss */
.widget.section-sermon .more p a:hover,
.widget.section-feature .more p a:hover {
  background-color: rgba(40, 54, 118, 0.3);
}
/* line 299, ../sass/partials/_widgets.scss */
.widget.section-sermon .more p a:hover i,
.widget.section-feature .more p a:hover i {
  color: #283676;
}
@media (min-width: 64.25em) {
  /* line 300, ../sass/partials/_widgets.scss */
  .widget.section-sermon .more p a:hover:before,
  .widget.section-feature .more p a:hover:before {
    background-color: rgba(40, 54, 118, 0.3);
  }
}

/* line 311, ../sass/partials/_widgets.scss */
.widget.section-sermon .meta {
  font-size: .875em;
  color: #77777a;
  line-height: 1.2;
}
/* line 315, ../sass/partials/_widgets.scss */
.widget.section-sermon .meta b {
  text-transform: uppercase;
}
/* line 317, ../sass/partials/_widgets.scss */
.widget.section-sermon .meta b a {
  color: #332c26;
}
/* line 319, ../sass/partials/_widgets.scss */
.widget.section-sermon .meta b a i {
  display: inline-block;
  font-size: 1.125em;
  color: #ddae65;
  vertical-align: -.1em;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 326, ../sass/partials/_widgets.scss */
.widget.section-sermon .meta b a:hover i {
  color: #283676;
}
/* line 331, ../sass/partials/_widgets.scss */
.widget.section-sermon .meta span {
  display: inline-block;
  margin: 0 1em;
  padding: 0 1em;
  border-left: 1px solid rgba(119, 119, 122, 0.5);
  border-right: 1px solid rgba(119, 119, 122, 0.5);
}

/* line 340, ../sass/partials/_widgets.scss */
#sidebar .widget.sermon {
  margin-bottom: 1em;
}
/* line 342, ../sass/partials/_widgets.scss */
#sidebar .widget.sermon article {
  overflow: hidden;
  text-align: center;
  background-color: #e5dedb;
}
/* line 346, ../sass/partials/_widgets.scss */
#sidebar .widget.sermon article .image {
  position: relative;
}
/* line 348, ../sass/partials/_widgets.scss */
#sidebar .widget.sermon article .image a {
  display: block;
  position: relative;
}
/* line 351, ../sass/partials/_widgets.scss */
#sidebar .widget.sermon article .image a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 10px solid rgba(255, 255, 255, 0.15);
}
/* line 363, ../sass/partials/_widgets.scss */
#sidebar .widget.sermon article .image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
/* line 370, ../sass/partials/_widgets.scss */
#sidebar .widget.sermon article .info {
  padding: 1.5em;
  position: relative;
}
/* line 373, ../sass/partials/_widgets.scss */
#sidebar .widget.sermon article .info p {
  font-size: .875em;
  color: #77777a;
}

/* line 382, ../sass/partials/_widgets.scss */
#content .section-tabs,
.content-section .section-tabs {
  overflow: hidden;
  margin-bottom: 2em;
}
/* line 386, ../sass/partials/_widgets.scss */
#content .section-tabs nav,
.content-section .section-tabs nav {
  background-color: #ffffff;
  padding: 10px;
}
@media (min-width: 64.25em) {
  /* line 386, ../sass/partials/_widgets.scss */
  #content .section-tabs nav,
  .content-section .section-tabs nav {
    padding: 0;
  }
}
/* line 392, ../sass/partials/_widgets.scss */
#content .section-tabs nav ul,
.content-section .section-tabs nav ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
}
/* line 397, ../sass/partials/_widgets.scss */
#content .section-tabs nav li,
.content-section .section-tabs nav li {
  position: relative;
  list-style: none;
  margin: 0;
  font-size: .875em;
}
@media (min-width: 64.25em) {
  /* line 397, ../sass/partials/_widgets.scss */
  #content .section-tabs nav li,
  .content-section .section-tabs nav li {
    float: left;
  }
}
/* line 405, ../sass/partials/_widgets.scss */
#content .section-tabs nav li a,
.content-section .section-tabs nav li a {
  display: block;
  position: relative;
  padding: 1em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 1px solid #e4dedb;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 405, ../sass/partials/_widgets.scss */
  #content .section-tabs nav li a,
  .content-section .section-tabs nav li a {
    border-bottom: 0;
    border-right: 1px solid #e4dedb;
  }
}
/* line 424, ../sass/partials/_widgets.scss */
#content .section-tabs nav li a.active,
.content-section .section-tabs nav li a.active {
  background-color: #332c26;
  color: #ffffff;
}
/* line 431, ../sass/partials/_widgets.scss */
#content .section-tabs .section-tabs-wrap,
.content-section .section-tabs .section-tabs-wrap {
  background-color: #332c26;
  margin-bottom: 2em;
}
/* line 435, ../sass/partials/_widgets.scss */
#content .section-tabs .section-tabs-wrap.loading,
.content-section .section-tabs .section-tabs-wrap.loading {
  background-image: url(/_assets/img/loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 350px;
}
/* line 441, ../sass/partials/_widgets.scss */
#content .section-tabs .section-tabs-wrap section,
.content-section .section-tabs .section-tabs-wrap section {
  display: none;
  padding: 2em;
}
/* line 444, ../sass/partials/_widgets.scss */
#content .section-tabs .section-tabs-wrap section .div-row,
.content-section .section-tabs .section-tabs-wrap section .div-row {
  margin: 0;
}

/* line 453, ../sass/partials/_widgets.scss */
.widget.section-stories article {
  position: relative;
}
@media (min-width: 64.25em) {
  /* line 459, ../sass/partials/_widgets.scss */
  .widget.section-stories .info {
    position: absolute;
    bottom: 2em;
    left: 0;
    width: 100%;
    background-color: rgba(25, 21, 19, 0.7);
    padding: 1.5em 0;
  }
}
/* line 469, ../sass/partials/_widgets.scss */
.widget.section-stories .info-meta {
  padding: 1.5em;
  background-color: #7f7f7f;
}
@media (min-width: 64.25em) {
  /* line 469, ../sass/partials/_widgets.scss */
  .widget.section-stories .info-meta {
    background-color: transparent;
    float: left;
    width: 75%;
    padding: 0;
    margin-left: 5%;
  }
}
/* line 479, ../sass/partials/_widgets.scss */
.widget.section-stories .info-meta h5 {
  margin: 0;
}
/* line 481, ../sass/partials/_widgets.scss */
.widget.section-stories .info-meta h5 a {
  color: #ffffff;
}
/* line 483, ../sass/partials/_widgets.scss */
.widget.section-stories .info-meta h5 a i {
  color: #ddae65;
  font-size: 1.125em;
  margin-right: .125em;
  vertical-align: -.08em;
}
/* line 489, ../sass/partials/_widgets.scss */
.widget.section-stories .info-meta h5 a:hover {
  color: #ddae65;
}
/* line 494, ../sass/partials/_widgets.scss */
.widget.section-stories .info-meta .rotator-stories {
  padding: .25em 0 0 1.25em;
}
/* line 496, ../sass/partials/_widgets.scss */
.widget.section-stories .info-meta .rotator-stories h6 {
  font-style: normal;
  margin: 0;
}
@media (min-width: 64.25em) {
  /* line 502, ../sass/partials/_widgets.scss */
  .widget.section-stories .info-more {
    float: right;
    width: 15%;
    margin-right: 5%;
    text-align: right;
  }
}
/* line 509, ../sass/partials/_widgets.scss */
.widget.section-stories .info-more h3 {
  margin: 0;
}
@media (min-width: 64.25em) {
  /* line 509, ../sass/partials/_widgets.scss */
  .widget.section-stories .info-more h3 {
    margin-top: .25em;
  }
}
/* line 515, ../sass/partials/_widgets.scss */
.widget.section-stories .info-more a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 1.5em;
  background-color: #706e6d;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 515, ../sass/partials/_widgets.scss */
  .widget.section-stories .info-more a {
    padding: 0;
    background-color: transparent;
  }
}
/* line 529, ../sass/partials/_widgets.scss */
.widget.section-stories .info-more a:before {
  font-family: "icons";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
  display: inline-block;
  color: #ddae65;
  margin-right: .25em;
  vertical-align: -.08em;
}
/* line 536, ../sass/partials/_widgets.scss */
.widget.section-stories .info-more a:hover {
  background-color: #283676;
}
@media (min-width: 64.25em) {
  /* line 536, ../sass/partials/_widgets.scss */
  .widget.section-stories .info-more a:hover {
    color: #ddae65;
    background-color: transparent;
  }
}

/* line 548, ../sass/partials/_widgets.scss */
#section-countdown {
  text-align: center;
}
/* line 551, ../sass/partials/_widgets.scss */
#section-countdown a {
  display: block;
  padding: 3em 5%;
  background-color: #ddae65;
  color: #ffffff;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 551, ../sass/partials/_widgets.scss */
  #section-countdown a {
    padding: 5em 0;
  }
}
/* line 563, ../sass/partials/_widgets.scss */
#section-countdown a:hover {
  background-color: #283676;
}
/* line 567, ../sass/partials/_widgets.scss */
#section-countdown .top {
  max-width: 800px;
  position: relative;
  margin: 0 auto;
  padding: 2em 0;
  border-top: 5px solid rgba(51, 44, 38, 0.3);
  border-bottom: 5px solid rgba(51, 44, 38, 0.3);
  text-transform: uppercase;
}
@media (min-width: 64.25em) {
  /* line 567, ../sass/partials/_widgets.scss */
  #section-countdown .top {
    border: 0;
    padding: 0;
    margin-bottom: 2em;
  }
}
@media (min-width: 64.25em) {
  /* line 580, ../sass/partials/_widgets.scss */
  #section-countdown .top:before {
    content: "";
    position: absolute;
    top: 26px;
    left: -300px;
    width: 300px;
    height: 6px;
    background-color: rgba(51, 44, 38, 0.3);
  }
}
@media (min-width: 64.25em) {
  /* line 591, ../sass/partials/_widgets.scss */
  #section-countdown .top:after {
    content: "";
    position: absolute;
    top: 26px;
    right: -300px;
    width: 300px;
    height: 6px;
    background-color: rgba(51, 44, 38, 0.3);
  }
}
@media (min-width: 64.25em) {
  /* line 602, ../sass/partials/_widgets.scss */
  #section-countdown .top h2 {
    font-size: 2.625em;
    display: inline-block;
  }
}
/* line 608, ../sass/partials/_widgets.scss */
#section-countdown .top [class^="icon-"], #section-countdown .top [class*=" icon-"] {
  display: block;
  font-size: 1.75em;
  margin-bottom: .25em;
  text-align: center;
  color: rgba(51, 44, 38, 0.3);
}
@media (min-width: 64.25em) {
  /* line 608, ../sass/partials/_widgets.scss */
  #section-countdown .top [class^="icon-"], #section-countdown .top [class*=" icon-"] {
    display: inline-block;
    font-size: 2.625em;
    margin: 0 .25em 0 .6em;
    vertical-align: -.12em;
  }
}
/* line 621, ../sass/partials/_widgets.scss */
#section-countdown .top .timer {
  font-size: 1.75em;
}
@media (min-width: 64.25em) {
  /* line 621, ../sass/partials/_widgets.scss */
  #section-countdown .top .timer {
    font-size: 2.625em;
    display: inline-block;
  }
}
/* line 627, ../sass/partials/_widgets.scss */
#section-countdown .top .timer span {
  display: inline-block;
  vertical-align: top;
  margin: 0 .35em;
}
/* line 631, ../sass/partials/_widgets.scss */
#section-countdown .top .timer span b {
  display: block;
}
/* line 634, ../sass/partials/_widgets.scss */
#section-countdown .top .timer span i {
  font-size: 14px;
  display: block;
  font-style: normal;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.3);
}
/* line 644, ../sass/partials/_widgets.scss */
#section-countdown p {
  display: none;
  margin: 0;
}
@media (min-width: 64.25em) {
  /* line 644, ../sass/partials/_widgets.scss */
  #section-countdown p {
    display: block;
  }
}

/* line 658, ../sass/partials/_widgets.scss */
.widget.icon-row .large-icon {
  margin-bottom: 1em;
}
/* line 660, ../sass/partials/_widgets.scss */
.widget.icon-row .large-icon [class^="icon-"], .widget.icon-row .large-icon [class*=" icon-"] {
  display: inline-block;
  font-size: 4em;
  margin-right: 0;
}
/* line 666, ../sass/partials/_widgets.scss */
.widget.icon-row .info {
  padding: 0;
  text-align: center;
}
/* line 669, ../sass/partials/_widgets.scss */
.widget.icon-row .info h4 {
  margin-bottom: 1em;
}

/* line 680, ../sass/partials/_widgets.scss */
.widget.image-row .image {
  position: relative;
  margin-bottom: 1em;
}
/* line 683, ../sass/partials/_widgets.scss */
.widget.image-row .image img {
  position: relative;
}
/* line 686, ../sass/partials/_widgets.scss */
.widget.image-row .image i {
  position: absolute;
  font-size: 3em;
  top: 50%;
  margin-top: -.5em;
  width: 100%;
  color: #ffffff;
  text-align: center;
  position: absolute;
  z-index: 100;
}
/* line 698, ../sass/partials/_widgets.scss */
.widget.image-row .info {
  padding: 0;
  text-align: center;
}
/* line 701, ../sass/partials/_widgets.scss */
.widget.image-row .info h4 {
  margin-bottom: .75em;
}
/* line 704, ../sass/partials/_widgets.scss */
.widget.image-row .info p {
  margin: 0;
}

/* line 711, ../sass/partials/_widgets.scss */
.widget.serve-list {
  margin-bottom: 2em;
}
/* line 713, ../sass/partials/_widgets.scss */
.widget.serve-list article {
  overflow: hidden;
  position: relative;
  background-color: #332c26;
}
/* line 718, ../sass/partials/_widgets.scss */
.widget.serve-list article a {
  display: block;
  padding: 1em;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 64.25em) {
  /* line 718, ../sass/partials/_widgets.scss */
  .widget.serve-list article a {
    padding: 1.5em 4em 1.5em 2em;
  }
}
/* line 726, ../sass/partials/_widgets.scss */
.widget.serve-list article a h3 {
  color: #ddae65;
  font-size: .875em;
  font-weight: 800;
  text-transform: uppercase;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 64.25em) {
  /* line 726, ../sass/partials/_widgets.scss */
  .widget.serve-list article a h3 {
    float: left;
  }
}
/* line 737, ../sass/partials/_widgets.scss */
.widget.serve-list article a:hover h3 {
  color: #283676;
}
/* line 743, ../sass/partials/_widgets.scss */
.widget.serve-list article:nth-child(even) a {
  background-color: rgba(255, 255, 255, 0.08);
}
/* line 747, ../sass/partials/_widgets.scss */
.widget.serve-list article .more {
  display: none;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -10px;
  font-size: 24px;
}
@media (min-width: 64.25em) {
  /* line 747, ../sass/partials/_widgets.scss */
  .widget.serve-list article .more {
    display: block;
  }
}
/* line 758, ../sass/partials/_widgets.scss */
.widget.serve-list article .image {
  display: none;
}
/* line 761, ../sass/partials/_widgets.scss */
.widget.serve-list article .info {
  padding: 0;
  position: relative;
}
/* line 764, ../sass/partials/_widgets.scss */
.widget.serve-list article .info p {
  color: #ffffff;
  margin: 0;
}
/* line 768, ../sass/partials/_widgets.scss */
.widget.serve-list article .info p.meta {
  font-size: .875em;
  float: left;
  padding-left: .75em;
  margin-left: .75em;
  border-left: 1px solid #ffffff;
  line-height: 1.2em;
}
/* line 776, ../sass/partials/_widgets.scss */
.widget.serve-list article .info p.preview {
  clear: left;
  padding-top: .5em;
}

/* line 785, ../sass/partials/_widgets.scss */
.homepage-event {
  padding-top: 6em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 6em;
}
/* line 792, ../sass/partials/_widgets.scss */
.homepage-event .see h6 {
  display: inline-block;
  display: block;
}
/* line 794, ../sass/partials/_widgets.scss */
.homepage-event .see h6 .kw-icons {
  margin-right: 5px;
  display: inline-block;
  float: left;
}
@media (min-width: 64.25em) {
  /* line 792, ../sass/partials/_widgets.scss */
  .homepage-event .see h6 {
    display: inline-block;
  }
}
/* line 807, ../sass/partials/_widgets.scss */
.homepage-event .see a.button-small {
  float: none;
}
@media (min-width: 64.25em) {
  /* line 807, ../sass/partials/_widgets.scss */
  .homepage-event .see a.button-small {
    float: right;
  }
}
/* line 815, ../sass/partials/_widgets.scss */
.homepage-event .div-row .div-col.thumbnail {
  background-color: white;
}
/* line 817, ../sass/partials/_widgets.scss */
.homepage-event .div-row .div-col.thumbnail h5 {
  color: #ddae65;
  margin: 0 20px;
}
/* line 822, ../sass/partials/_widgets.scss */
.homepage-event .div-row .div-col.thumbnail > div {
  position: relative;
}
/* line 824, ../sass/partials/_widgets.scss */
.homepage-event .div-row .div-col.thumbnail > div .description {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 6% 4%;
  background-color: rgba(39, 56, 116, 0.7);
  box-sizing: border-box;
  color: white;
  display: none;
  font-size: 14px;
}
/* line 836, ../sass/partials/_widgets.scss */
.homepage-event .div-row .div-col.thumbnail > div .description p {
  color: white;
  font-size: 14px;
}
/* line 845, ../sass/partials/_widgets.scss */
.homepage-event .div-row .div-col.thumbnail > div:hover .description {
  display: inherit;
}
/* line 851, ../sass/partials/_widgets.scss */
.homepage-event .div-row .div-col.thumbnail p {
  margin-bottom: 1em;
}
/* line 854, ../sass/partials/_widgets.scss */
.homepage-event .div-row .div-col.thumbnail p.date {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 20px 20px;
}

/* line 863, ../sass/partials/_widgets.scss */
.homepage-sharing {
  padding-top: 6em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 8em;
  background-color: white;
  text-align: center;
  background-attachment: fixed;
}
/* line 870, ../sass/partials/_widgets.scss */
.homepage-sharing h2 {
  color: #425272;
}
/* line 874, ../sass/partials/_widgets.scss */
.homepage-sharing h6 {
  display: inline-block;
}
/* line 876, ../sass/partials/_widgets.scss */
.homepage-sharing h6 .kw-icons {
  margin-top: 1px;
  margin-right: 5px;
  display: inline-block;
  float: left;
}
/* line 885, ../sass/partials/_widgets.scss */
.homepage-sharing div.more {
  width: 40px;
  height: 40px;
  border: 1px solid #ddae65;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  color: #ddae65;
  display: inline-block;
}
/* line 898, ../sass/partials/_widgets.scss */
.homepage-sharing div.more:hover {
  background-color: #ddae65;
  color: white;
}
/* line 909, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col {
  float: left;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
  margin-left: 0%;
}



/* line 916, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container {
  position: relative;
}
/* line 918, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 56, 116, 0.7);
  padding: 30px;
  box-sizing: border-box;
  display: none;
}
/* line 929, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box .sharing-text {
  position: absolute;
  top: calc(50% - 7px);
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial;
  display: inline-block;
  width: 100%;
  left: 0px;
  color: white;
  display: none;
}
/* line 942, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  height: 100%;
}
/* line 948, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li {
  list-style: none;
  list-style-type: none;
  width: 50%;
  float: left;
  height: 50%;
  margin: 0px;
  display: table;
}
/* line 957, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
}
/* line 962, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a > span {
  padding: 1em;
  background-color: white;
  color: #273874;
  border-radius: 50%;
}
/* line 968, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a > span.icon-twitter {
  color: #00aced;
}
/* line 972, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a > span.icon-facebook {
  color: #3b5988;
}
/* line 976, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a > span.icon-instagram {
  color: #125688;
}
/* line 980, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a > span.icon-pinterest {
  color: #cb2027;
}
/* line 986, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a > span:hover {
  color: white;
  background-color: #273874;
}
/* line 992, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a > span.icon-twitter:hover {
  background-color: #00aced;
}
/* line 996, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a > span.icon-facebook:hover {
  background-color: #3b5988;
}
/* line 1000, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a > span.icon-instagram:hover {
  background-color: #125688;
}
/* line 1004, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a > span.icon-pinterest:hover {
  background-color: #cb2027;
}
/* line 1010, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a .pin_it_iframe_widget {
  display: none;
}
/* line 1013, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a .at_PinItButton {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  background-image: none;
  background-repeat: no-repeat;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  visibility: hidden;
}
/* line 1027, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a .at_PinItButton:before {
  content: "\e95e";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cb2027;
}
/* line 1041, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a .at_PinItButton:hover {
  background-color: #cb2027;
}
/* line 1042, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container .sharing-box ul li a .at_PinItButton:hover:before {
  color: white;
}
/* line 1054, ../sass/partials/_widgets.scss */
.homepage-sharing .div-row .div-col .share-container:hover > .sharing-box {
  display: inherit;
}

@media (min-width: 32.175em) {
  /* line 2207, ../sass/partials/_widgets.scss */
  .homepage-sharing .div-row .div-col {
    width: 48%;
    margin-left: 2%;
  }
}


@media (min-width: 64.25em) {
  /* line 909, ../sass/partials/_widgets.scss */
  .homepage-sharing .div-row .div-col {
    width: 23.5%;
    margin-left: 2%;
  }
}

/* line 1072, ../sass/partials/_widgets.scss */
.homepage-livestream h6 {
  display: inline-block;
}
/* line 1074, ../sass/partials/_widgets.scss */
.homepage-livestream h6 .kw-icons {
  margin-top: 1px;
  display: inline-block;
  float: left;
}
/* line 1083, ../sass/partials/_widgets.scss */
.homepage-livestream h2.countdown span.number, .homepage-livestream h2.countdown span.delimiter {
  font-family: "adriane", "Open Sans", Arial;
  font-size: 42px;
  color: #273874;
}
/* line 1090, ../sass/partials/_widgets.scss */
.homepage-livestream h2.countdown span.label {
  font-family: "Open Sans", Arial;
  font-size: 22px;
  color: #273874;
  font-weight: 200;
}
/* line 1099, ../sass/partials/_widgets.scss */
.homepage-livestream .div-row {
  height: auto;
  background-image: none;
}
/* line 1104, ../sass/partials/_widgets.scss */
.homepage-livestream .div-row p.mobile-header {
  width: 200%;
}
/* line 1106, ../sass/partials/_widgets.scss */
.homepage-livestream .div-row p.mobile-header img {
  width: 200%;
  overflow: hidden;
}
@media (min-width: 64.25em) {
  /* line 1104, ../sass/partials/_widgets.scss */
  .homepage-livestream .div-row p.mobile-header {
    display: none;
  }
}
/* line 1123, ../sass/partials/_widgets.scss */
.homepage-livestream .div-row .div-col.center {
  text-align: center;
}
/* line 1129, ../sass/partials/_widgets.scss */
.homepage-livestream .div-row .div-col.left, .homepage-livestream .div-row .div-col.right {
  margin-bottom: 0px;
  width: 100%;
  margin: 0px;
}
@media (min-width: 64.25em) {
  /* line 1129, ../sass/partials/_widgets.scss */
  .homepage-livestream .div-row .div-col.left, .homepage-livestream .div-row .div-col.right {
    width: 50%;
    margin: 0px;
  }
}
/* line 1142, ../sass/partials/_widgets.scss */
.homepage-livestream .div-row .div-col.left p {
  width: 200%;
}
/* line 1144, ../sass/partials/_widgets.scss */
.homepage-livestream .div-row .div-col.left p img {
  width: 200%;
  overflow: hidden;
  margin-bottom: 0px;
}
/* line 1152, ../sass/partials/_widgets.scss */
.homepage-livestream .div-row .div-col.right {
  background-color: white;
}
@media (min-width: 64.25em) {
  /* line 1152, ../sass/partials/_widgets.scss */
  .homepage-livestream .div-row .div-col.right {
    background-color: transparent;
  }
}
/* line 1158, ../sass/partials/_widgets.scss */
.homepage-livestream .div-row .div-col.right .content {
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  padding: 3em;
  margin-top: 0px;
}
@media (min-width: 64.25em) {
  /* line 1158, ../sass/partials/_widgets.scss */
  .homepage-livestream .div-row .div-col.right .content {
    margin-top: 10%;
    margin-left: -10%;
    margin-right: 10%;
    padding: 0px;
  }
}

/* line 1187, ../sass/partials/_widgets.scss */
.homepage-mental-health {
  text-align: center;
  background-color: #97bcd5;
  padding: 100px 3em;
}
/* line 1191, ../sass/partials/_widgets.scss */
.homepage-mental-health h6 {
  display: inline-block;
}
/* line 1193, ../sass/partials/_widgets.scss */
.homepage-mental-health h6 .kw-icons {
  margin-top: 1px;
  margin-right: 5px;
  display: inline-block;
  float: left;
}
@media (min-width: 64.25em) {
  /* line 1187, ../sass/partials/_widgets.scss */
  .homepage-mental-health {
    padding: 100px 15em;
  }
}
/* line 1206, ../sass/partials/_widgets.scss */
.homepage-mental-health .div-row h6, .homepage-mental-health .div-row h2, .homepage-mental-health .div-row p {
  color: white;
}
/* line 1210, ../sass/partials/_widgets.scss */
.homepage-mental-health .div-row img.kw-icons {
  display: inherit;
}
/* line 1214, ../sass/partials/_widgets.scss */
.homepage-mental-health .div-row img.kw-icons.light-bg {
  display: none;
}
/* line 1220, ../sass/partials/_widgets.scss */
.homepage-mental-health .div-row .button-gold {
  background-color: rgba(255, 255, 255, 0.4);
}
/* line 1223, ../sass/partials/_widgets.scss */
.homepage-mental-health .div-row .button-gold:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 1231, ../sass/partials/_widgets.scss */
.homepage-mental-health.light-bg .div-row h6, .homepage-mental-health.light-bg .div-row h2, .homepage-mental-health.light-bg .div-row p {
  color: #524b4e;
}
/* line 1235, ../sass/partials/_widgets.scss */
.homepage-mental-health.light-bg .div-row img.kw-icons {
  display: none;
}
/* line 1239, ../sass/partials/_widgets.scss */
.homepage-mental-health.light-bg .div-row img.kw-icons.light-bg {
  display: inherit;
}
/* line 1243, ../sass/partials/_widgets.scss */
.homepage-mental-health.light-bg .div-row .button-gold {
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 1246, ../sass/partials/_widgets.scss */
.homepage-mental-health.light-bg .div-row .button-gold:hover {
  background-color: rgba(0, 0, 0, 0.5);
}


/* HOME PAGE FEATURED VIDEOS SECTION */
.homepage-featured-videos {
  padding: 3em;
}

.homepage-featured-videos .see { margin-bottom: 1em; display: block; }

.homepage-featured-videos .see a.button-small {
  float: none;
  margin-top: 10px;
}

@media (min-width: 64.25em) {
  .homepage-featured-videos .see a.button-small {
    float: right;
    margin-top: -10px;
  }
}

.homepage-featured-videos .see h6 {
  display: block;
}

.homepage-featured-videos .see h6 .kw-icons {
  margin-top: 1px;
  margin-right: 5px;
  display: inline-block;
  float: left;
}

@media (min-width: 64.25em) {
  .homepage-featured-videos .see h6 {
    display: inline-block;
  }
}

.homepage-featured-videos .div-row.video-list .div-col { min-height: 0 !important; margin: 0 0 2rem; }

.homepage-featured-videos .div-row.video-list .div-col:last-child { margin-bottom: 0; }

@media (min-width:48em) {
  .homepage-featured-videos {padding: 5em 3em; }

  .homepage-featured-videos .div-row.video-list .div-col { margin-left: 3%; }

  .homepage-featured-videos .div-row.video-list .div-col:last-child { margin-bottom: 2em; }

  .homepage-featured-videos .div-row.video-list .div-col:nth-child(3n+4) {
    margin-left: 0%;
    clear: both;
  }

  .homepage-featured-videos .div-row.video-list { margin-bottom: -2em !important; }
}

@media (min-width:64em) {
  .homepage-featured-videos .div-row.video-list .div-col { margin-bottom: 3rem; }

  .homepage-featured-videos .div-row.video-list { margin-bottom: -3rem !important; }
}


.homepage-featured-videos .div-row .div-col.thumbnail h5 {
  color: #ddae65;
  margin: 0 0px;
  line-height: 1.1;
}

.homepage-featured-videos .div-row .div-col.thumbnail p {
  margin-bottom: 1em;
}

.homepage-featured-videos .div-row .div-col.thumbnail p.date, .homepage-featured-videos .div-row .div-col.thumbnail p.category {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0px 20px;
  color: #425272;
  text-transform: uppercase;
}

.homepage-featured-videos .div-row .div-col.thumbnail p.date {
  margin-bottom: 10px;
}

.homepage-featured-videos .div-row .div-col.thumbnail p.category {
  text-transform: uppercase;
  height: 50px;
  display: none;
}

.homepage-featured-videos .div-row .div-col.thumbnail ul {
  margin: 0px;
}

.homepage-featured-videos .div-row .div-col.thumbnail ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #425272;
  text-transform: uppercase;
}

.homepage-featured-videos .div-row .div-col.thumbnail ul li:after {
  content: '|';
  margin-right: 3px;
  margin-left: 3px;
}

.homepage-featured-videos .div-row .div-col.thumbnail ul li:last-child:after {
  content: '';
  display: none;
}

/* END HOME PAGE FEATURED VIDEOS SECTION */

/* line 1347, ../sass/partials/_widgets.scss */
.homepage-recommended-resources {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}
/* line 1352, ../sass/partials/_widgets.scss */
.homepage-recommended-resources.home {
  padding-left: 3em;
  padding-right: 3em;
}
/* line 1356, ../sass/partials/_widgets.scss */
.homepage-recommended-resources.home .wrapper {
  width: 100%;
}
/* line 1361, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .wrapper {
  background-color: transparent !important;
  width: 80%;
  margin: 0 auto;
}
/* line 1368, ../sass/partials/_widgets.scss */
.homepage-recommended-resources h2.center {
  text-align: center;
  margin-bottom: 1em;
  color: #425272;
  font-size: 30px;
}
@media (min-width: 64.25em) {
  /* line 1368, ../sass/partials/_widgets.scss */
  .homepage-recommended-resources h2.center {
    font-size: 42px;
  }
}
/* line 1378, ../sass/partials/_widgets.scss */
.homepage-recommended-resources h6 {
  margin-bottom: 1em;
}
/* line 1381, ../sass/partials/_widgets.scss */
.homepage-recommended-resources h6 img.kw-icons {
  vertical-align: top;
  margin-right: 0px;
}
/* line 1386, ../sass/partials/_widgets.scss */
.homepage-recommended-resources h6 img.kw-icons.book {
  margin-right: 5px;
}
/* line 1390, ../sass/partials/_widgets.scss */
.homepage-recommended-resources h6 a.button-small {
  float: none;
  margin-top: 10px;
}
@media (min-width: 64.25em) {
  /* line 1390, ../sass/partials/_widgets.scss */
  .homepage-recommended-resources h6 a.button-small {
    float: right;
    margin-top: -10px;
  }
}
/* line 1405, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .see h6 {
  display: inline-block;
  margin-bottom: 1em;
}
/* line 1408, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .see h6 .kw-icons {
  margin-top: 1px;
  margin-right: 5px;
  display: inline-block;
  float: left;
}
/* line 1419, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .see a.button-small {
  float: none;
}
@media (min-width: 64.25em) {
  /* line 1419, ../sass/partials/_widgets.scss */
  .homepage-recommended-resources .see a.button-small {
    float: right;
    margin-top: -25px;
    z-index: 9999;
  }
}
/* line 1428, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .see a.button-small:after {
  clear: both;
}
/* line 1436, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row {
  margin-top: 3em;
}
/* line 1438, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row .div-col.thumbnail {
  text-align: center;
}
/* line 1441, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row .div-col.thumbnail h5 {
  color: #ddae65;
  margin: 0 0px;
  line-height: 1.1;
}
/* line 1447, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row .div-col.thumbnail p {
  margin-bottom: 1em;
}
/* line 1450, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row .div-col.thumbnail p img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
/* line 1456, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row .div-col.thumbnail p.date, .homepage-recommended-resources .div-row .div-col.thumbnail p.category {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 20px 20px;
  color: #425272;
}
/* line 1463, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row .div-col.thumbnail p.date {
  margin-bottom: 10px;
}
/* line 1467, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row .div-col.thumbnail p.category {
  text-transform: uppercase;
}
/* line 1471, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row .div-col.thumbnail a.button-small {
  margin-right: 10px;
}
/* line 1477, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row .div-col {
  margin: 0px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-right: 30px;
  width: 100%;
}
@media (min-width: 64.25em) {
  /* line 1477, ../sass/partials/_widgets.scss */
  .homepage-recommended-resources .div-row .div-col {
    padding-right: 0px;
    width: 33.33333333333333%;
  }
}
/* line 1491, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row .div-col .book-media img {
  width: 80%;
  float: none;
  margin-right: 0px;
  margin-top: 20px;
}
@media (min-width: 64.25em) {
  /* line 1491, ../sass/partials/_widgets.scss */
  .homepage-recommended-resources .div-row .div-col .book-media img {
    width: 30%;
    float: left;
    margin-right: 20px;
    margin-top: 0px;
  }
}
/* line 1506, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row .div-col .book-media .book-content h5 {
  color: #524b4e;
  line-height: 1.1;
  margin-bottom: 10px;
}
/* line 1511, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row .div-col .book-media .book-content h5 a {
  color: #524b4e;
}
/* line 1514, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row .div-col .book-media .book-content h5 a:hover {
  color: #524b4e;
  opacity: 0.5;
}
/* line 1521, ../sass/partials/_widgets.scss */
.homepage-recommended-resources .div-row .div-col .book-media .meta {
  font-family: "Open Sans", Arial;
  color: #524b4e;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 10px;
}

/* line 1534, ../sass/partials/_widgets.scss */
.container.sermon {
  display: table;
}
/* line 1536, ../sass/partials/_widgets.scss */
.container.sermon .video-player {
  display: inline-block;
  width: 100%;
}
@media (min-width: 64.25em) {
  /* line 1536, ../sass/partials/_widgets.scss */
  .container.sermon .video-player {
    display: table-row;
  }
}
/* line 1544, ../sass/partials/_widgets.scss */
.container.sermon .video-player .video {
  width: 100%;
  display: block;
  position: relative;
}
@media (min-width: 64.25em) {
  /* line 1544, ../sass/partials/_widgets.scss */
  .container.sermon .video-player .video {
    width: 60%;
    display: table-cell;
  }
}
/* line 1555, ../sass/partials/_widgets.scss */
.container.sermon .video-player .video .youtube {
  position: relative;
}
/* line 1559, ../sass/partials/_widgets.scss */
.container.sermon .video-player .video .youtube .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
/* line 1566, ../sass/partials/_widgets.scss */
.container.sermon .video-player .video .youtube .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1580, ../sass/partials/_widgets.scss */
.container.sermon .video-player .player {
  width: 100%;
  display: block;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: left;
  padding: 1em 2em;
  box-sizing: border-box;
}
@media (min-width: 64.25em) {
  /* line 1580, ../sass/partials/_widgets.scss */
  .container.sermon .video-player .player {
    width: 40%;
    display: table-cell;
  }
}
/* line 1594, ../sass/partials/_widgets.scss */
.container.sermon .video-player .player h5 {
  line-height: 1.5;
}
/* line 1598, ../sass/partials/_widgets.scss */
.container.sermon .video-player .player .button-small {
  width: 48%;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

/* line 1610, ../sass/partials/_widgets.scss */
.container #text.sermons {
  background-color: transparent !important;
}
/* line 1614, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-filter {
  text-align: center;
  margin-bottom: 100px;
}
/* line 1618, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list {
  margin-bottom: 50px;
  margin-top: 50px;
}
/* line 1622, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list .div-row.video-list .div-col {
  margin-bottom: 50px;
}
/* line 1626, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list h5 {
  color: #ddae65;
  margin: 0 0px;
  line-height: 1.1;
}
/* line 1633, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list ul {
  margin: 0px;
  margin-top: 15px;
}
/* line 1636, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #425272;
  text-transform: uppercase;
}
/* line 1643, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list ul li:after {
  content: '|';
  margin-right: 3px;
  margin-left: 3px;
}
/* line 1649, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list ul li:last-child:after {
  content: '';
  display: none;
}
/* line 1656, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list p#pagination {
  background-image: linear-gradient(to right, #425272 10%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 12px 1px;
  background-repeat: repeat-x;
  clear: both;
  position: relative;
}
/* line 1664, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list p#pagination a {
  color: #273874;
  font-family: "adriane", "Open Sans", Arial;
  position: relative;
  z-index: 1;
}
/* line 1671, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list p#pagination a#current {
  border-radius: 50%;
  font-family: "adriane", "Open Sans", Arial;
  color: white;
}
/* line 1678, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list p#pagination a#next {
  visibility: hidden;
  margin-left: -45px;
  position: relative;
  z-index: 0;
}
/* line 1683, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list p#pagination a#next::after {
  content: '';
  background-image: url("/_assets/img/icons/arrow_right.png");
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  opacity: 0.5;
  visibility: visible;
}
/* line 1696, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list p#pagination a#previous {
  visibility: hidden;
  margin-right: -55px;
}
/* line 1699, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list p#pagination a#previous::before {
  content: '';
  background-image: url("/_assets/img/icons/arrow_left.png");
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  opacity: 0.5;
  visibility: visible;
}
/* line 1712, ../sass/partials/_widgets.scss */
.container #text.sermons .videos-sermon-list p#pagination::after {
  content: '' !important;
  background-image: -webkit-linear-gradient(left, #425272 10%, rgba(255, 255, 255, 0) 0%);
  background-image: -o-linear-gradient(left, #425272 10%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, #425272 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 1px;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: 42px;
}

/* line 1734, ../sass/partials/_widgets.scss */
#billboard.hastext .text.blue-overlay {
  background-color: rgba(40, 54, 118, 0.7);
  height: 100%;
  overflow: hidden;
}

/* line 1743, ../sass/partials/_widgets.scss */
.container.sermon-detail {
  display: table;
}
/* line 1745, ../sass/partials/_widgets.scss */
.container.sermon-detail .video-player {
  width: 100%;
}
/* line 1747, ../sass/partials/_widgets.scss */
.container.sermon-detail .video-player .video {
  width: 70%;
  margin: 15%;
  position: relative;
  margin-top: 10%;
  margin-bottom: 0%;
}
/* line 1753, ../sass/partials/_widgets.scss */
.container.sermon-detail .video-player .video .youtube {
  position: relative;
}
/* line 1755, ../sass/partials/_widgets.scss */
.container.sermon-detail .video-player .video .youtube .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
/* line 1762, ../sass/partials/_widgets.scss */
.container.sermon-detail .video-player .video .youtube .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1775, ../sass/partials/_widgets.scss */
.container.sermon-page {
  width: 100%;
  background-color: white;
  max-width: 100%;
  margin-top: 0px;
}
/* line 1781, ../sass/partials/_widgets.scss */
.container.sermon-page h5 {
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #ddae65;
  width: 80%;
  margin: 0 auto;
  padding-top: 15px;
}
/* line 1793, ../sass/partials/_widgets.scss */
.container.sermon-page hr {
  margin-top: 10px;
}
/* line 1796, ../sass/partials/_widgets.scss */
.container.sermon-page #text.sermon-content {
  padding: 0px !important;
  background-color: transparent !important;
  width: 80%;
  margin: 0 auto;
}
/* line 1801, ../sass/partials/_widgets.scss */
.container.sermon-page #text.sermon-content .video-detail {
  margin-bottom: 50px;
  margin-top: 50px;
}
/* line 1805, ../sass/partials/_widgets.scss */
.container.sermon-page #text.sermon-content .video-detail ul.cat {
  margin: 0px;
}
/* line 1807, ../sass/partials/_widgets.scss */
.container.sermon-page #text.sermon-content .video-detail ul.cat li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #425272;
  text-transform: uppercase;
}
/* line 1814, ../sass/partials/_widgets.scss */
.container.sermon-page #text.sermon-content .video-detail ul.cat li:after {
  content: '|';
  margin-right: 3px;
  margin-left: 3px;
}
/* line 1820, ../sass/partials/_widgets.scss */
.container.sermon-page #text.sermon-content .video-detail ul.cat li:last-child:after {
  content: '';
  display: none;
}
/* line 1826, ../sass/partials/_widgets.scss */
.container.sermon-page #text.sermon-content .video-detail p {
  padding-right: 30px;
}
/* line 1831, ../sass/partials/_widgets.scss */
.container.sermon-page #text.sermon-content .video-detail .div-row .div-col:first-child {
  margin: 0px;
}
/* line 1835, ../sass/partials/_widgets.scss */
.container.sermon-page #text.sermon-content .video-detail .div-row .div-col.no-quote {
  width: 100%;
}
/* line 1839, ../sass/partials/_widgets.scss */
.container.sermon-page #text.sermon-content .video-detail .div-row .div-col.tweet-this {
  position: relative;
  background-color: #f3f1f0;
  text-align: center;
  padding: 3em 3em;
  box-sizing: border-box;
  margin-left: 0px;
  margin-top: 2em;
}
/* line 1841, ../sass/partials/_widgets.scss */
.container.sermon-page #text.sermon-content .video-detail .div-row .div-col.tweet-this img {
  position: absolute;
  top: -4em;
  left: -3em;
}
/* line 1847, ../sass/partials/_widgets.scss */
.container.sermon-page #text.sermon-content .video-detail .div-row .div-col.tweet-this h4, .container.sermon-page #text.sermon-content .video-detail .div-row .div-col.tweet-this p, .container.sermon-page #text.sermon-content .video-detail .div-row .div-col.tweet-this a {
  position: relative;
}
@media (min-width: 64.25em) {
  /* line 1839, ../sass/partials/_widgets.scss */
  .container.sermon-page #text.sermon-content .video-detail .div-row .div-col.tweet-this {
    margin-top: 0em;
  }
}

/* line 1870, ../sass/partials/_widgets.scss */
.container.sermon-recommended {
  width: 100%;
  max-width: 100%;
}
/* line 1874, ../sass/partials/_widgets.scss */
.container.sermon-recommended #text.sermon-content {
  padding: 0px !important;
  background-color: transparent !important;
  width: 80%;
  margin: 0 auto;
}
/* line 1880, ../sass/partials/_widgets.scss */
.container.sermon-recommended #text.sermon-content .featured-videos {
  padding: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 1886, ../sass/partials/_widgets.scss */
.container.sermon-recommended #text.sermon-content .featured-videos .div-row .div-col.thumbnail {
  min-height: 410px;
}
/* line 1889, ../sass/partials/_widgets.scss */
.container.sermon-recommended #text.sermon-content .featured-videos .div-row .div-col.thumbnail h5 {
  color: #ddae65;
  margin: 0 0px;
  line-height: 1.1;
}
/* line 1895, ../sass/partials/_widgets.scss */
.container.sermon-recommended #text.sermon-content .featured-videos .div-row .div-col.thumbnail p {
  margin-bottom: 1em;
}
/* line 1898, ../sass/partials/_widgets.scss */
.container.sermon-recommended #text.sermon-content .featured-videos .div-row .div-col.thumbnail p.desc {
  font-size: 18px;
  margin: 10px 0px 20px;
  color: #524b4e;
  font-family: "Open Sans", Arial;
}
/* line 1906, ../sass/partials/_widgets.scss */
.container.sermon-recommended #text.sermon-content .featured-videos .div-row .div-col.thumbnail a.button-small:first-child {
  margin-right: 10px;
}
/* line 1910, ../sass/partials/_widgets.scss */
.container.sermon-recommended #text.sermon-content .featured-videos .div-row .div-col.thumbnail ul.cat {
  margin: 0px;
  margin-top: 15px;
}
/* line 1913, ../sass/partials/_widgets.scss */
.container.sermon-recommended #text.sermon-content .featured-videos .div-row .div-col.thumbnail ul.cat li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #425272;
  text-transform: uppercase;
}
/* line 1920, ../sass/partials/_widgets.scss */
.container.sermon-recommended #text.sermon-content .featured-videos .div-row .div-col.thumbnail ul.cat li:after {
  content: '|';
  margin-right: 3px;
  margin-left: 3px;
}
/* line 1926, ../sass/partials/_widgets.scss */
.container.sermon-recommended #text.sermon-content .featured-videos .div-row .div-col.thumbnail ul.cat li:last-child:after {
  content: '';
  display: none;
}
/* line 1933, ../sass/partials/_widgets.scss */
.container.sermon-recommended #text.sermon-content .featured-videos .div-row .div-col.thumbnail.center {
  text-align: center;
}

/* line 1948, ../sass/partials/_widgets.scss */
.sermons-page ul#series-menu li:first-child,
.sermons-page ul#preacher-menu li:first-child,
.sermons-page ul#category-menu li:first-child {
  display: none;
}
/* line 1954, ../sass/partials/_widgets.scss */
.sermons-page #billboard {
  overflow: hidden;
  position: relative;
  background-color: transparent;
  background: -moz-linear-gradient(bottom, #ebf0f5 0%, rgba(255, 255, 255, 0) 20%);
  background: -webkit-linear-gradient(bottom, #ebf0f5 0%, rgba(255, 255, 255, 0) 20%);
  background: linear-gradient(to top, #ebf0f5 0%, rgba(255, 255, 255, 0) 20%);
  min-height: auto;
  padding-bottom: 100px;
}
@media (min-width: 64.25em) {
  /* line 1954, ../sass/partials/_widgets.scss */
  .sermons-page #billboard {
    padding-bottom: 0px;
  }
}
/* line 1971, ../sass/partials/_widgets.scss */
.sermons-page #billboard > .text {
  position: relative;
  margin-top: 0%;
}
/* line 1978, ../sass/partials/_widgets.scss */
.sermons-page #content {
  background: -moz-linear-gradient(top, #ebf0f5 0%, rgba(255, 255, 255, 0) 20%);
  background: -webkit-linear-gradient(top, #ebf0f5 0%, rgba(255, 255, 255, 0) 20%);
  background: linear-gradient(to bottom, #ebf0f5 0%, rgba(255, 255, 255, 0) 20%);
}
/* line 1984, ../sass/partials/_widgets.scss */
.sermons-page #content #text {
  padding-top: 0em;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 1994, ../sass/partials/_widgets.scss */
.sermon-detail-page #billboard {
  min-height: auto;
}
/* line 1999, ../sass/partials/_widgets.scss */
.sermon-detail-page #billboard > .text {
  position: relative;
}
/* line 2003, ../sass/partials/_widgets.scss */
.sermon-detail-page #billboard.hastext .text .container {
  padding-top: 0px;
}
@media (min-width: 64.25em) {
  /* line 2003, ../sass/partials/_widgets.scss */
  .sermon-detail-page #billboard.hastext .text .container {
    padding-top: 0px;
  }
}

/* line 2014, ../sass/partials/_widgets.scss */
.homepage-event-no-image {
  padding-top: 6em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 6em;
}
/* line 2021, ../sass/partials/_widgets.scss */
.homepage-event-no-image .see h6 {
  display: inline-block;
  display: block;
}
/* line 2023, ../sass/partials/_widgets.scss */
.homepage-event-no-image .see h6 .kw-icons {
  margin-right: 5px;
  display: inline-block;
  float: left;
}
@media (min-width: 64.25em) {
  /* line 2021, ../sass/partials/_widgets.scss */
  .homepage-event-no-image .see h6 {
    display: inline-block;
  }
}
/* line 2036, ../sass/partials/_widgets.scss */
.homepage-event-no-image .see a.button-small {
  float: none;
}
@media (min-width: 64.25em) {
  /* line 2036, ../sass/partials/_widgets.scss */
  .homepage-event-no-image .see a.button-small {
    float: right;
  }
}
/* line 2046, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.quote blockquote {
  margin-top: 0px;
  padding: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-top: 10px;
}
/* line 2053, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.quote blockquote p, .homepage-event-no-image .div-row .div-col.quote blockquote span {
  font-size: 32px;
}
/* line 2056, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.quote blockquote p:after, .homepage-event-no-image .div-row .div-col.quote blockquote span:after {
  content: '';
}
/* line 2061, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.quote blockquote .author {
  font-size: 18px;
  display: block;
  font-family: "adriane", "Open Sans", Arial;
  font-style: initial;
  margin-top: 10px;
}
/* line 2070, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.quote blockquote:after {
  bottom: -20px;
}
/* line 2077, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.thumbnail .event-thumb {
  margin-bottom: 20px;
  background-color: white;
  height: 80px;
  background-image: url("/_assets/img/icons/arrow_right_blue_2.png");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  background-size: 30px;
}
/* line 2086, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.thumbnail .event-thumb h5 {
  color: #ddae65;
  margin: 0 20px;
  margin-left: 100px;
}
/* line 2092, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.thumbnail .event-thumb p {
  margin-bottom: 1em;
}
/* line 2096, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.thumbnail .event-thumb .desc {
  font-size: 14px;
  margin-left: 100px;
  color: #524b4e;
}
/* line 2106, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.thumbnail .event-thumb div.date {
  width: 80px;
  height: 80px;
  float: left;
  background-color: #c2d0e3;
  margin: 0px;
}
/* line 2113, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.thumbnail .event-thumb div.date .day {
  font-size: 32px;
  text-align: center;
  font-family: "adriane", "Open Sans", Arial;
  margin-top: 20px;
}
/* line 2120, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.thumbnail .event-thumb div.date .month {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial;
  text-align: center;
  font-weight: bold;
}
/* line 2129, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.thumbnail .event-thumb:hover {
  background-image: url("/_assets/img/icons/arrow_right_blue.png");
}
/* line 2131, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.thumbnail .event-thumb:hover div.date {
  background-color: #6387b9;
}
/* line 2134, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.thumbnail .event-thumb:hover h5 a {
  color: #273874;
}
/* line 2140, ../sass/partials/_widgets.scss */
.homepage-event-no-image .div-row .div-col.thumbnail .event-thumb::after {
  content: '';
  clear: both;
}

/* line 2149, ../sass/partials/_widgets.scss */
.homepage-event-one-featured-image {
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 1em;
/*  background-image: url("/_assets/img/kw_hompeage_featured_event.jpg"); */
  background-size: cover;
}
/* line 2158, ../sass/partials/_widgets.scss */
.homepage-event-one-featured-image .see h6 {
  display: inline-block;
  color: white;
  display: block;
}
/* line 2161, ../sass/partials/_widgets.scss */
.homepage-event-one-featured-image .see h6 .kw-icons {
  margin-right: 5px;
  display: inline-block;
  float: left;
}
@media (min-width: 64.25em) {
  /* line 2158, ../sass/partials/_widgets.scss */
  .homepage-event-one-featured-image .see h6 {
    display: inline-block;
  }
}
/* line 2174, ../sass/partials/_widgets.scss */
.homepage-event-one-featured-image .see a.button-small {
  float: none;
  background-color: transparent;
}
@media (min-width: 64.25em) {
  /* line 2174, ../sass/partials/_widgets.scss */
  .homepage-event-one-featured-image .see a.button-small {
    float: right;
  }
}
/* line 2186, ../sass/partials/_widgets.scss */
.homepage-event-one-featured-image .div-row .div-col.thumbnail p.date {
  font-size: 12px;
  font-family: "Open Sans", Arial;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}
/* line 2194, ../sass/partials/_widgets.scss */
.homepage-event-one-featured-image .div-row .div-col.thumbnail p.desc {
  color: white;
}
/* line 2197, ../sass/partials/_widgets.scss */
.homepage-event-one-featured-image .div-row .div-col.thumbnail a.button-small {
  background-color: transparent;
}

/* line 2205, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope {
  text-align: center;
}
/* line 2207, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col {
  float: left;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
  margin-left: 0%;
}


/* line 2214, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container {
  position: relative;
}
/* line 2216, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 56, 116, 0.7);
  padding: 30px;
  box-sizing: border-box;
  display: none;
}
/* line 2227, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box .sharing-text {
  position: absolute;
  top: calc(50% - 7px);
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial;
  display: inline-block;
  width: 100%;
  left: 0px;
  color: white;
  display: none;
}
/* line 2240, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul {
  list-style-type: none;
  list-style: none;
  margin: 0px !important;
  height: 100%;
  margin: 0px;
}
/* line 2247, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li {
  list-style: none;
  list-style-type: none;
  width: 50%;
  float: left;
  height: 50%;
  margin: 0px !important;
  display: table;
}
/* line 2256, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
}
/* line 2261, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a .pin_it_iframe_widget {
  display: none;
}
/* line 2265, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a span {
  padding: 1em;
  background-color: white;
  color: #273874;
  border-radius: 50%;
}
/* line 2271, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a span.icon-twitter {
  color: #00aced;
}
/* line 2275, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a span.icon-facebook {
  color: #3b5988;
}
/* line 2279, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a span.icon-instagram {
  color: #125688;
}
/* line 2283, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a span.icon-pinterest {
  color: #cb2027;
}
/* line 2287, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a span.at_PinItButton {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  background-image: none;
  background-repeat: no-repeat;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}
/* line 2300, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a span.at_PinItButton:before {
  content: "\e95e";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cb2027;
}
/* line 2314, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a span.at_PinItButton:hover {
  background-color: #cb2027;
}
/* line 2315, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a span.at_PinItButton:hover:before {
  color: white;
}
/* line 2323, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a span:hover {
  color: white;
  background-color: #273874;
}
/* line 2329, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a span.icon-twitter:hover {
  background-color: #00aced;
}
/* line 2333, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a span.icon-facebook:hover {
  background-color: #3b5988;
}
/* line 2337, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a span.icon-instagram:hover {
  background-color: #125688;
}
/* line 2341, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container .sharing-box ul li a span.icon-pinterest:hover {
  background-color: #cb2027;
}
/* line 2352, ../sass/partials/_widgets.scss */
.div-row.kay-sharing-hope .div-col .share-container:hover > .sharing-box {
  display: inherit;
}

@media (min-width: 32.175em) {
  /* line 2207, ../sass/partials/_widgets.scss */
  .div-row.kay-sharing-hope .div-col {
    width: 48%;
    margin-left: 2%;
  }
}


@media (min-width: 64.25em) {
  /* line 2207, ../sass/partials/_widgets.scss */
  .div-row.kay-sharing-hope .div-col {
    width: 23.5%;
    margin-left: 2%;
  }
}
@media (min-width: 64.25em) {
  /* line 2362, ../sass/partials/_widgets.scss */
  .div-row.kay-sharing-hope .div-col:nth-child(4n+5) {
    margin-left: 0px;
  }
}

/* line 1, ../sass/partials/_footer.scss */
body.footer-border #footer {
  border-top: 5px solid #283676;
}

/* line 5, ../sass/partials/_footer.scss */
#footer {
  padding: 3.5em 0;
  background-color: #273874;
  text-align: center;
  padding-top: 1em;
}
@media (min-width: 64.25em) {
  /* line 5, ../sass/partials/_footer.scss */
  #footer {
    padding: 4.5em 0;
  }
}
/* line 13, ../sass/partials/_footer.scss */
#footer .scrolltop {
  margin-bottom: 1em;
  display: inherit;
  background-image: url("/_assets/img/icons/arrow_up_white.png");
  background-repeat: no-repeat;
  background-position-x: 50%;
  opacity: 0.3;
}
@media (min-width: 64.25em) {
  /* line 13, ../sass/partials/_footer.scss */
  #footer .scrolltop {
    display: none;
  }
}
/* line 23, ../sass/partials/_footer.scss */
#footer .scrolltop a {
  font-size: 3.5em;
  color: rgba(255, 255, 255, 0.15);
}
/* line 26, ../sass/partials/_footer.scss */
#footer .scrolltop a:hover {
  color: #ffffff;
}
/* line 31, ../sass/partials/_footer.scss */
#footer .logo {
  margin-bottom: 1em;
}
/* line 33, ../sass/partials/_footer.scss */
#footer .logo a {
  font-size: 5em;
}
/* line 38, ../sass/partials/_footer.scss */
#footer hr {
  background-image: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 0%);
}
/* line 41, ../sass/partials/_footer.scss */
#footer .footer-links {
  margin-bottom: 1em;
}
/* line 43, ../sass/partials/_footer.scss */
#footer .footer-links li {
  margin-bottom: .5em;
  display: inline-block;
  margin-right: 1em;
}
@media (min-width: 64.25em) {
  /* line 43, ../sass/partials/_footer.scss */
  #footer .footer-links li {
    display: inline-block;
    margin: 0 .5em;
  }
}
/* line 51, ../sass/partials/_footer.scss */
#footer .footer-links li a {
  display: block;
  font-size: 1.375em;
  font-weight: 800;
  color: #ffffff;
  opacity: 1;
}
/* line 57, ../sass/partials/_footer.scss */
#footer .footer-links li a span {
  font-family: "Open Sans", Arial;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 64, ../sass/partials/_footer.scss */
#footer .footer-links li a i {
  display: inline-block;
  vertical-align: -.05em;
}
/* line 70, ../sass/partials/_footer.scss */
#footer .footer-links li a:hover {
  opacity: 0.5;
}
/* line 77, ../sass/partials/_footer.scss */
#footer .footer-extra-links {
  margin-bottom: 2em;
}
/* line 79, ../sass/partials/_footer.scss */
#footer .footer-extra-links li {
  margin-bottom: .5em;
  display: inline-block;
  margin-right: 1em;
}
@media (min-width: 64.25em) {
  /* line 79, ../sass/partials/_footer.scss */
  #footer .footer-extra-links li {
    display: inline-block;
    margin: 0 .5em;
  }
}
/* line 87, ../sass/partials/_footer.scss */
#footer .footer-extra-links li a {
  display: block;
  font-size: 1.375em;
  font-weight: 800;
  opacity: 1;
}
/* line 92, ../sass/partials/_footer.scss */
#footer .footer-extra-links li a span {
  color: #ddae65;
  font-family: "Open Sans", Arial;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 99, ../sass/partials/_footer.scss */
#footer .footer-extra-links li a i {
  display: inline-block;
  vertical-align: -.05em;
}
/* line 104, ../sass/partials/_footer.scss */
#footer .footer-extra-links li a:hover {
  opacity: 0.5;
}
/* line 111, ../sass/partials/_footer.scss */
#footer .footer-icons {
  margin-bottom: 1em;
}
/* line 113, ../sass/partials/_footer.scss */
#footer .footer-icons li {
  margin-bottom: .5em;
  display: inline-block;
  margin-right: 1em;
}
@media (min-width: 64.25em) {
  /* line 113, ../sass/partials/_footer.scss */
  #footer .footer-icons li {
    display: inline-block;
    margin: 0 .5em;
  }
}
/* line 121, ../sass/partials/_footer.scss */
#footer .footer-icons li a {
  display: block;
  font-size: 1.375em;
  font-weight: 800;
  opacity: 1;
}
/* line 126, ../sass/partials/_footer.scss */
#footer .footer-icons li a span {
  color: #ffffff;
  font-family: "Open Sans", Arial;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 133, ../sass/partials/_footer.scss */
#footer .footer-icons li a i {
  display: inline-block;
  vertical-align: -.05em;
  color: #ffffff;
}
/* line 140, ../sass/partials/_footer.scss */
#footer .footer-icons li a:hover {
  opacity: 0.5;
}
/* line 150, ../sass/partials/_footer.scss */
#footer .copyright {
  margin: 0;
  font-size: .875em;
  color: white;
}
/* line 155, ../sass/partials/_footer.scss */
#footer .icon-ekk-logo {
  font-size: 1.35em;
  right: 0;
  bottom: -1.5em;
  color: rgba(255, 255, 255, 0.15);
  vertical-align: middle;
  display: block;
  margin-top: 10px;
  margin-left: 15px;
}
@media (min-width: 64.25em) {
  /* line 155, ../sass/partials/_footer.scss */
  #footer .icon-ekk-logo {
    display: inline-block;
    margin-top: 0px;
  }
}
/* line 169, ../sass/partials/_footer.scss */
#footer .icon-ekk-logo:hover {
  color: #1da7b7;
}

/* line 3, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-intro {
  width: 100%;
  background-color: white;
  max-width: 100%;
  margin-top: 0px;
}

.container.intiatives-intro .download-hld .div-col{
  width: 21%;
  float: left;
}

/* line 8, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-intro hr {
  margin-top: 10px;
}
/* line 11, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-intro .intiatives-content {
  padding: 0px !important;
  background-color: transparent !important;
  width: 80%;
  margin: 0 auto;
}
/* line 16, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-intro .intiatives-content .content-detail {
  margin-bottom: 50px;
  margin-top: 50px;
}
/* line 21, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-intro .intiatives-content .content-detail .div-row.press-kit .div-col:first-child {
  margin: 0px;
  padding-right: 30px;
  box-sizing: border-box;
}
/* line 26, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-intro .intiatives-content .content-detail .div-row.press-kit .div-col:last-child {
  position: relative;
  background-color: #f3f1f0;
  text-align: center;
  padding: 2em 2em;
  box-sizing: border-box;
  margin-left: 0px;
  margin-top: 2em;
}
/* line 27, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-intro .intiatives-content .content-detail .div-row.press-kit .div-col:last-child h4,
.container.intiatives-intro .intiatives-content .content-detail .div-row.press-kit .div-col:last-child p,
.container.intiatives-intro .intiatives-content .content-detail .div-row.press-kit .div-col:last-child a {
  position: relative;
}
/* line 32, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-intro .intiatives-content .content-detail .div-row.press-kit .div-col:last-child a {
  height: auto;
  padding: 5px 28px;
  line-height: 1.5em;
}
@media (min-width: 64.25em) {
  /* line 26, ../sass/partials/_sections_initiatives.scss */
  .container.intiatives-intro .intiatives-content .content-detail .div-row.press-kit .div-col:last-child {
    margin-top: 0em;
  }
}

/* line 55, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons {
  background-color: #6387b9;
  max-width: 100%;
  width: 100%;
}
/* line 59, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons {
  background-color: transparent !important;
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}
/* line 64, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list {
  margin-bottom: 50px;
  margin-top: 50px;
}
/* line 68, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list .see h6 {
  display: inline-block;
  height: 30px;
  color: white;
}
/* line 72, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list .see h6 .kw-icons {
  margin-top: 1px;
  margin-right: 5px;
  display: inline-block;
  float: left;
}
/* line 79, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list .see a.button-small {
  float: none;
}
@media (min-width: 64.25em) {
  /* line 79, ../sass/partials/_sections_initiatives.scss */
  .container.intiatives-sermons .sermons .videos-sermon-list .see a.button-small {
    float: right;
    margin-top: -5px;
    z-index: 9999;
  }
}
/* line 86, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list .see a.button-small:after {
  content: '';
  clear: both;
}
/* line 91, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list .see:after {
  content: '';
  clear: both;
}
/* line 99, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list.light-bg .see h6 {
  color: #524b4e;
}
/* line 104, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list .div-row.video-list .div-col {
  margin-bottom: 20px;
}
/* line 106, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list .div-row.video-list .div-col p.desc {
  max-height: 250px;
  height: 250px;
  overflow: hidden;
  overflow-x: hidden;
  color: white;
}
/* line 117, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list h5 {
  color: #ddae65;
  margin: 0 0px;
  line-height: 1.1;
}
/* line 122, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list p#pagination {
  background-image: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 12px 1px;
  background-repeat: repeat-x;
  clear: both;
  position: relative;
}
/* line 129, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list p#pagination a {
  color: white;
  font-family: "adriane", "Open Sans", Arial;
}
/* line 133, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list p#pagination a#current {
  border-radius: 50%;
  font-family: "adriane", "Open Sans", Arial;
  color: white;
}
/* line 139, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list p#pagination a#next {
  visibility: hidden;
  margin-left: -45px;
}
/* line 142, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list p#pagination a#next::after {
  content: '';
  background-image: url("/_assets/img/icons/arrow_right_white.png");
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  opacity: 0.5;
  visibility: visible;
}
/* line 154, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list p#pagination .pagination_ellipsis {
  color: white;
}
/* line 157, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list p#pagination a#previous {
  visibility: hidden;
  margin-right: -55px;
}
/* line 160, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list p#pagination a#previous::before {
  content: '';
  background-image: url("/_assets/img/icons/arrow_left_white.png");
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  opacity: 0.5;
  visibility: visible;
}
/* line 171, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list p#pagination::after {
  content: '' !important;
  background-image: -webkit-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 0%);
  background-image: -o-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 1px;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
/* line 188, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list.light-bg p#pagination {
  background-image: linear-gradient(to right, #524b4e 10%, rgba(255, 255, 255, 0) 0%);
}
/* line 190, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list.light-bg p#pagination a {
  color: #524b4e;
}
/* line 193, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list.light-bg p#pagination .pagination_ellipsis {
  color: #524b4e;
}
/* line 197, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list.light-bg p#pagination::after {
  background-image: -webkit-linear-gradient(left, #524b4e 10%, rgba(255, 255, 255, 0) 0%);
  background-image: -o-linear-gradient(left, #524b4e 10%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, #524b4e 10%, rgba(255, 255, 255, 0) 0%);
}
/* line 204, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list.light-bg p#pagination a#previous::before {
  content: '';
  background-image: url("/_assets/img/icons/arrow_left.png");
}
/* line 211, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-sermons .sermons .videos-sermon-list.light-bg p#pagination a#next::after {
  content: '';
  background-image: url("/_assets/img/icons/arrow_right.png");
}

/* line 225, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles {
  max-width: 100%;
  width: 100%;
}
/* line 228, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles {
  background-color: transparent !important;
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}
/* line 233, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list {
  margin-bottom: 50px;
  margin-top: 50px;
}
/* line 237, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list .see h6 {
  display: inline-block;
  height: 30px;
  color: #524b4e;
}
/* line 241, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list .see h6 .kw-icons {
  margin-top: 1px;
  margin-right: 5px;
  display: inline-block;
  float: left;
}
/* line 248, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list .see a.button-small {
  float: none;
}
@media (min-width: 64.25em) {
  /* line 248, ../sass/partials/_sections_initiatives.scss */
  .container.intiatives-articles .articles .articles-list .see a.button-small {
    float: right;
    margin-top: -5px;
    z-index: 9999;
  }
}
/* line 255, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list .see a.button-small:after {
  content: '';
  clear: both;
}
/* line 260, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list .see:after {
  content: '';
  clear: both;
}
/* line 266, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list .div-row.articles-list .div-col {
  margin: 0px;
  margin-bottom: 10px;
  padding: 20px;
  background-color: white;
  float: none;
  box-sizing: border-box;
}
/* line 273, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list .div-row.articles-list .div-col p.date {
  font-family: "Open Sans", Arial;
  color: #524b4e;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 282, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list .div-row.articles-list .div-col p.desc {
  color: #524b4e;
  font-size: 18px;
}
/* line 289, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list h5 {
  color: #ddae65;
  margin: 0 0px;
  line-height: 1.1;
}
/* line 294, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list p#pagination {
  background-image: linear-gradient(to right, #273874 10%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 12px 1px;
  background-repeat: repeat-x;
  clear: both;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 303, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list p#pagination a {
  color: #524b4e;
  font-family: "adriane", "Open Sans", Arial;
  position: relative;
  z-index: 1;
}
/* line 309, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list p#pagination a#current {
  border-radius: 50%;
  font-family: "adriane", "Open Sans", Arial;
  color: white;
}
/* line 315, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list p#pagination a#next {
  visibility: hidden;
  margin-left: -45px;
  position: relative;
  z-index: 0;
}
/* line 320, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list p#pagination a#next::after {
  content: '';
  background-image: url("/_assets/img/icons/arrow_right.png");
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  opacity: 0.2;
  visibility: visible;
}
/* line 331, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list p#pagination a#previous {
  visibility: hidden;
  margin-right: -55px;
}
/* line 334, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list p#pagination a#previous::before {
  content: '';
  background-image: url("/_assets/img/icons/arrow_left.png");
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  opacity: 0.2;
  visibility: visible;
}
/* line 345, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-articles .articles .articles-list p#pagination::after {
  content: '' !important;
  background-image: -webkit-linear-gradient(left, #273874 10%, rgba(255, 255, 255, 0) 0%);
  background-image: -o-linear-gradient(left, #273874 10%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, #273874 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 1px;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

/* line 367, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books {
  background-color: #6387b9;
  max-width: 100%;
  width: 100%;
}
/* line 371, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books {
  background-color: transparent !important;
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}
/* line 376, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list {
  margin-bottom: 50px;
  margin-top: 20px;
}
/* line 380, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list .see h6 {
  display: inline-block;
  height: 30px;
  color: white;
}
/* line 384, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list .see h6 .kw-icons {
  margin-top: 1px;
  margin-right: 5px;
  display: inline-block;
  float: left;
}
/* line 390, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list .see h6 .kw-icons.light-bg {
  display: none;
}
/* line 400, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list .see a.button-small {
  float: none;
}
@media (min-width: 64.25em) {
  /* line 400, ../sass/partials/_sections_initiatives.scss */
  .container.intiatives-books .books .books-list .see a.button-small {
    /* float: right; */
    margin-top: -5px;
    z-index: 9999;
  }
}
/* line 407, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list .see a.button-small:after {
  content: '';
  clear: both;
}
/* line 412, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list .see:after {
  content: '';
  clear: both;
}
/* line 418, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list .div-row.books-list .div-col {
  margin: 0px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-right: 30px;
  width: 100%;
}
@media (min-width: 64.25em) {
  /* line 418, ../sass/partials/_sections_initiatives.scss */
  .container.intiatives-books .books .books-list .div-row.books-list .div-col {
    padding-right: 0px;
    width: 33.33333333333333%;
  }
}
/* line 431, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list .div-row.books-list .div-col .book-media img {
  width: 80%;
  float: none;
  margin-right: 0px;
  margin-top: 20px;
}
@media (min-width: 64.25em) {
  /* line 431, ../sass/partials/_sections_initiatives.scss */
  .container.intiatives-books .books .books-list .div-row.books-list .div-col .book-media img {
    width: 30%;
    float: left;
    margin-right: 20px;
    margin-top: 0px;
  }
}
/* line 446, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list .div-row.books-list .div-col .book-media .book-content h5 {
  color: white;
  margin-bottom: 10px;
}
/* line 450, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list .div-row.books-list .div-col .book-media .book-content h5 a {
  color: white;
}
/* line 453, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list .div-row.books-list .div-col .book-media .book-content h5 a:hover {
  color: white;
  opacity: 0.5;
}
/* line 459, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list .div-row.books-list .div-col .book-media .book-content div.desc {
  font-family: "Open Sans", Arial;
  font-size: 18px;
  color: white;
  margin-bottom: 20px;
}
/* line 465, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list .div-row.books-list .div-col .book-media .book-content div.desc p, .container.intiatives-books .books .books-list .div-row.books-list .div-col .book-media .book-content div.desc ul, .container.intiatives-books .books .books-list .div-row.books-list .div-col .book-media .book-content div.desc ol, .container.intiatives-books .books .books-list .div-row.books-list .div-col .book-media .book-content div.desc ul > li, .container.intiatives-books .books .books-list .div-row.books-list .div-col .book-media .book-content div.desc ol > li, .container.intiatives-books .books .books-list .div-row.books-list .div-col .book-media .book-content div.desc ul > li > a {
  color: white;
}
/* line 470, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list .div-row.books-list .div-col .book-media .meta {
  font-family: "Open Sans", Arial;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 10px;
}
/* line 485, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list h5 {
  color: #ddae65;
  margin: 0 0px;
  line-height: 1.1;
}
/* line 493, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list.light-bg .see h6 {
  color: #524b4e;
}
/* line 497, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list.light-bg .see img.kw-icons {
  display: none;
}
/* line 501, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list.light-bg .see img.kw-icons.light-bg {
  display: inherit;
}
/* line 510, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list.light-bg .div-row.books-list .div-col .book-media .book-content h5 {
  color: #524b4e;
}
/* line 513, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list.light-bg .div-row.books-list .div-col .book-media .book-content h5 a {
  color: #524b4e;
}
/* line 519, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-books .books .books-list.light-bg .div-row.books-list .div-col .book-media .meta {
  font-family: "Open Sans", Arial;
  color: #524b4e;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 10px;
}

/* line 537, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-events {
  background-color: white;
  max-width: 100%;
  width: 100%;
}
/* line 541, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-events .events {
  background-color: transparent !important;
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}
/* line 546, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-events .events .events-list {
  margin-bottom: 50px;
  margin-top: 20px;
}
/* line 550, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-events .events .events-list .see h6 {
  display: inline-block;
  height: 30px;
  color: #524b4e;
}
/* line 554, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-events .events .events-list .see h6 .kw-icons {
  margin-top: 1px;
  margin-right: 5px;
  display: inline-block;
  float: left;
}
/* line 562, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-events .events .events-list .see a.button-small {
  float: none;
}
@media (min-width: 64.25em) {
  /* line 562, ../sass/partials/_sections_initiatives.scss */
  .container.intiatives-events .events .events-list .see a.button-small {
    float: right;
    margin-top: -5px;
    z-index: 9999;
  }
}
/* line 569, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-events .events .events-list .see a.button-small:after {
  content: '';
  clear: both;
}
/* line 574, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-events .events .events-list .see:after {
  content: '';
  clear: both;
}
/* line 580, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-events .events .events-list .div-row.events-list .div-col {
  box-sizing: border-box;
}
/* line 585, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-events .events .events-list .div-row.events-list .div-col img {
  float: left;
  margin-right: 20px;
}
/* line 590, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-events .events .events-list .div-row.events-list .div-col h5 {
  color: #ddae65;
  line-height: 1.5em;
}
/* line 596, ../sass/partials/_sections_initiatives.scss */
.container.intiatives-events .events .events-list .div-row.events-list .div-col p.date {
  font-family: "Open Sans", Arial;
  font-size: 12px;
  color: #273874;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* line 46, ../sass/styles.scss */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 64.25em) {
  /* line 46, ../sass/styles.scss */
  .container {
    width: 90%;
  }
}

/* line 61, ../sass/styles.scss */
#billboard .container {
  width: 90%;
}
@media (min-width: 64.25em) {
  /* line 61, ../sass/styles.scss */
  #billboard .container {
    width: 90%;
  }
}

/* line 68, ../sass/styles.scss */
.container-large {
  position: relative;
  width: 90%;
  max-width: 75em;
  margin: 0 auto;
}

/* line 78, ../sass/styles.scss */
.container-wide {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

/* line 87, ../sass/styles.scss */
.container-full {
  position: relative;
  width: 100%;
}

/* line 95, ../sass/styles.scss */
#outer-wrap {
  overflow: hidden;
}

/* line 99, ../sass/styles.scss */
#wrap {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
/* line 116, ../sass/styles.scss */
#wrap::before {
  content: ' ';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ebf0f5;
  background: #ebf0f5 url("/_assets/img/kw_bg.png") no-repeat center center;
  background-size: cover;
  will-change: transform;
  z-index: -1;
}

/* line 132, ../sass/styles.scss */
#wrap.no-billboard {
  overflow: visible;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 5, ../sass/plugins/_colorbox.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 6, ../sass/plugins/_colorbox.scss */
#cboxWrapper {
  max-width: none;
}

/* line 7, ../sass/plugins/_colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 8, ../sass/plugins/_colorbox.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 9, ../sass/plugins/_colorbox.scss */
#cboxContent {
  position: relative;
}

/* line 10, ../sass/plugins/_colorbox.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 11, ../sass/plugins/_colorbox.scss */
#cboxTitle {
  margin: 0;
}

/* line 12, ../sass/plugins/_colorbox.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 13, ../sass/plugins/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 14, ../sass/plugins/_colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 15, ../sass/plugins/_colorbox.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 16, ../sass/plugins/_colorbox.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 23, ../sass/plugins/_colorbox.scss */
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 24, ../sass/plugins/_colorbox.scss */
#colorbox {
  outline: 0;
}

/* line 25, ../sass/plugins/_colorbox.scss */
#cboxContent {
  margin-top: 20px;
  background: #000;
}

/* line 26, ../sass/plugins/_colorbox.scss */
.cboxIframe {
  background: #fff;
}

/* line 27, ../sass/plugins/_colorbox.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 28, ../sass/plugins/_colorbox.scss */
#cboxLoadedContent {
  border: 0;
  background: #fff;
}

/* line 29, ../sass/plugins/_colorbox.scss */
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

/* line 30, ../sass/plugins/_colorbox.scss */
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

/* line 31, ../sass/plugins/_colorbox.scss */
#cboxLoadingGraphic {
  background: url(/_assets/img/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 34, ../sass/plugins/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 37, ../sass/plugins/_colorbox.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 39, ../sass/plugins/_colorbox.scss */
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

/* line 40, ../sass/plugins/_colorbox.scss */
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

/* line 41, ../sass/plugins/_colorbox.scss */
#cboxPrevious:hover {
  background-position: bottom left;
}

/* line 42, ../sass/plugins/_colorbox.scss */
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

/* line 43, ../sass/plugins/_colorbox.scss */
#cboxNext:hover {
  background-position: bottom right;
}

/* line 44, ../sass/plugins/_colorbox.scss */
#cboxClose {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  background: url(/_assets/img/colorbox/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

/* line 45, ../sass/plugins/_colorbox.scss */
#cboxClose:hover {
  background-position: bottom center;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* line 17, ../sass/plugins/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 24, ../sass/plugins/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* line 66, ../sass/plugins/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 91, ../sass/plugins/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* line 135, ../sass/plugins/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/* line 177, ../sass/plugins/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* line 241, ../sass/plugins/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/* line 308, ../sass/plugins/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* line 396, ../sass/plugins/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* line 453, ../sass/plugins/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 510, ../sass/plugins/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 567, ../sass/plugins/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 624, ../sass/plugins/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 681, ../sass/plugins/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
/* line 738, ../sass/plugins/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
/* line 784, ../sass/plugins/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/* line 830, ../sass/plugins/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/* line 876, ../sass/plugins/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/* line 922, ../sass/plugins/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 947, ../sass/plugins/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 982, ../sass/plugins/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1017, ../sass/plugins/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1052, ../sass/plugins/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1087, ../sass/plugins/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1122, ../sass/plugins/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1157, ../sass/plugins/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1192, ../sass/plugins/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1227, ../sass/plugins/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1252, ../sass/plugins/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/* line 1287, ../sass/plugins/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
/* line 1322, ../sass/plugins/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
/* line 1357, ../sass/plugins/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/* line 1392, ../sass/plugins/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
/* line 1427, ../sass/plugins/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/* line 1462, ../sass/plugins/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/* line 1497, ../sass/plugins/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/* line 1532, ../sass/plugins/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1616, ../sass/plugins/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
/* line 1676, ../sass/plugins/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
/* line 1736, ../sass/plugins/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
/* line 1774, ../sass/plugins/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
/* line 1812, ../sass/plugins/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
/* line 1876, ../sass/plugins/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
/* line 1913, ../sass/plugins/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 1960, ../sass/plugins/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2005, ../sass/plugins/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2050, ../sass/plugins/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2095, ../sass/plugins/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2140, ../sass/plugins/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
/* line 2185, ../sass/plugins/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 2230, ../sass/plugins/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 2275, ../sass/plugins/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 2320, ../sass/plugins/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 2365, ../sass/plugins/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 2398, ../sass/plugins/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2431, ../sass/plugins/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2464, ../sass/plugins/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/* line 2497, ../sass/plugins/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/* line 2530, ../sass/plugins/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/* line 2563, ../sass/plugins/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
/* line 2667, ../sass/plugins/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
/* line 2704, ../sass/plugins/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
/* line 2741, ../sass/plugins/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* line 1, ../sass/plugins/_selectmenu.scss */
#content .filters a {
  text-decoration: none;
}

/* line 5, ../sass/plugins/_selectmenu.scss */
.ui-selectmenu-button {
  display: block;
  position: relative;
  width: 190px;
  height: auto;
  line-height: 1;
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  background-color: #f3f1f0;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 20, ../sass/plugins/_selectmenu.scss */
.ui-selectmenu-button span.ui-icon {
  display: none !important;
}
/* line 23, ../sass/plugins/_selectmenu.scss */
.ui-selectmenu-button span.ui-selectmenu-text {
  position: relative;
  display: block;
  line-height: 3.4em;
  padding: 0 2em 0 1em;
  font-size: 14px;
  font-weight: 800;
  color: #c6c0ba;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
  background-color: #f3f1f0;
}
/* line 39, ../sass/plugins/_selectmenu.scss */
.ui-selectmenu-button span.icon-arrow-down {
  color: #c6c0ba;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -10px;
  font-weight: normal !important;
  background-image: url("/_assets/img/icons/dropdown_arrow_down.png");
  background-size: cover;
  height: 20px;
  width: 20px;
}
/* line 54, ../sass/plugins/_selectmenu.scss */
.ui-selectmenu-button span.icon-arrow-down:before {
  content: '';
}
/* line 58, ../sass/plugins/_selectmenu.scss */
.ui-selectmenu-button.ui-state-focus {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f3f1f0;
}
/* line 61, ../sass/plugins/_selectmenu.scss */
.ui-selectmenu-button.ui-state-focus span.ui-selectmenu-text,
.ui-selectmenu-button.ui-state-focus span.icon-arrow-down2 {
  color: #c6c0ba;
}
/* line 66, ../sass/plugins/_selectmenu.scss */
.ui-selectmenu-button.ui-state-disabled {
  cursor: default;
  opacity: .5;
}
/* line 69, ../sass/plugins/_selectmenu.scss */
.ui-selectmenu-button.ui-state-disabled span.icon-down {
  display: none;
}

/* line 75, ../sass/plugins/_selectmenu.scss */
.ui-selectmenu-menu {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px 0 0 0;
  display: none;
  z-index: 999;
}

/* line 83, ../sass/plugins/_selectmenu.scss */
.ui-selectmenu-menu .ui-menu {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  max-height: 300px !important;
  list-style: none;
  background-color: #f3f1f0;
  border: 0;
  border-top: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 97, ../sass/plugins/_selectmenu.scss */
.ui-selectmenu-menu .ui-menu li {
  margin: 0;
  padding: 10px 20px;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  list-style: none;
  cursor: pointer;
  font-family: "Open Sans", Arial;
  color: #ddae65;
  background-color: #f3f1f0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 110, ../sass/plugins/_selectmenu.scss */
.ui-selectmenu-menu .ui-menu li:hover {
  color: #273874;
  background-color: white;
}

/* line 117, ../sass/plugins/_selectmenu.scss */
.ui-selectmenu-open {
  display: block;
}

/* line 124, ../sass/plugins/_selectmenu.scss */
.videos-filter .ui-selectmenu-button .ui-selectmenu-text {
  background-color: white;
  font-family: "Open Sans", Arial;
  font-size: 18px;
  font-weight: 400;
  background-image: url("/_assets/img/icons/dropdown_arrow_down_small.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  padding: 0px 20px;
  line-height: 2em;
}
/* line 138, ../sass/plugins/_selectmenu.scss */
.videos-filter .ui-selectmenu-button.ui-corner-top .ui-selectmenu-text {
  background-color: #a09b95;
  color: white;
  background-image: url("/_assets/img/icons/dropdown_close.png");
}
/* line 147, ../sass/plugins/_selectmenu.scss */
.videos-filter input#search-mesages {
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 0 25px;
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: "Open Sans", Arial;
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
  color: #c6c0ba;
  padding-right: 35px;
}
/* line 170, ../sass/plugins/_selectmenu.scss */
.videos-filter a#search-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-image: url("/_assets/img/icons/dropdown_magnifying_glass.png");
  background-size: cover;
}

/* line 1, ../sass/plugins/_cycle2.scss */
.cycle-ss,
.cycle-slideshow {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

/* line 9, ../sass/plugins/_cycle2.scss */
.cycle-ss .slide,
.cycle-slideshow .slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/* line 16, ../sass/plugins/_cycle2.scss */
.cycle-ss .slide,
.cycle-slideshow .slide {
  display: none;
}

/* line 20, ../sass/plugins/_cycle2.scss */
.cycle-ss .slide.first,
.cycle-slideshow .slide.first {
  display: block;
}

/* line 24, ../sass/plugins/_cycle2.scss */
.cycle-ss a,
.cycle-slideshow a {
  display: block;
  width: 100%;
}

/* line 29, ../sass/plugins/_cycle2.scss */
.cycle-ss img,
.cycle-slideshow img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 35, ../sass/plugins/_cycle2.scss */
.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 39, ../sass/plugins/_cycle2.scss */
.cycle-pager {
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 500;
  overflow: hidden;
  padding: 0;
  height: 24px;
  line-height: 24px;
}
@media (min-width: 64.25em) {
  /* line 39, ../sass/plugins/_cycle2.scss */
  .cycle-pager {
    bottom: 1em;
    height: 40px;
  }
}

/* line 57, ../sass/plugins/_cycle2.scss */
.cycle-pager span {
  font-size: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #ebcea3;
  border: 2px solid #ebcea3;
  cursor: pointer;
  margin: 0 6px;
  opacity: .5;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 69, ../sass/plugins/_cycle2.scss */
.cycle-pager span:hover {
  opacity: 1;
}

/* line 73, ../sass/plugins/_cycle2.scss */
.cycle-pager span.cycle-pager-active {
  background-color: #ddae65;
  border-color: #ddae65;
  opacity: 1;
}

/* line 79, ../sass/plugins/_cycle2.scss */
.pager {
  display: none;
  visibility: hidden;
  position: absolute;
  font-size: 2em;
  margin-top: -.5em;
  color: #ffffff;
  z-index: 500;
  cursor: pointer;
  opacity: .5;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  top: auto;
  bottom: 20px;
}
@media (min-width: 64.25em) {
  /* line 79, ../sass/plugins/_cycle2.scss */
  .pager {
    font-size: 3em;
  }
}
/* line 94, ../sass/plugins/_cycle2.scss */
.pager:hover {
  opacity: 1;
}

/* line 105, ../sass/plugins/_cycle2.scss */
.pager-prev {
  left: 35%;
  color: grey;
  bottom: 20px;
}
@media (min-width: 64.25em) {
  /* line 105, ../sass/plugins/_cycle2.scss */
  .pager-prev {
    left: 40%;
    bottom: 20px;
  }
}

/* line 115, ../sass/plugins/_cycle2.scss */
.pager-next {
  right: 35%;
  color: grey;
  bottom: 20px;
}
@media (min-width: 64.25em) {
  /* line 115, ../sass/plugins/_cycle2.scss */
  .pager-next {
    right: 40%;
    bottom: 20px;
  }
}

/* line 129, ../sass/plugins/_cycle2.scss */
.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 130, ../sass/plugins/_cycle2.scss */
#billboard .rotator .caption .container {
  width: 100%;
}

/* line 133, ../sass/plugins/_cycle2.scss */
.rotator {
  overflow: hidden;
  position: relative;
  min-height: 12em;
  background: black;
}
/* line 138, ../sass/plugins/_cycle2.scss */
.rotator .loading {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -20px;
}
@media (min-width: 64.25em) {
  /* line 138, ../sass/plugins/_cycle2.scss */
  .rotator .loading {
    margin-top: -20px;
    margin-left: -35px;
    width: 70px;
  }
}
/* line 152, ../sass/plugins/_cycle2.scss */
.rotator .slide {
  background-color: #332c26;
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: auto;
}
@media (min-width: 64.25em) {
  /* line 152, ../sass/plugins/_cycle2.scss */
  .rotator .slide {
    min-height: 0;
    height: 400px;
  }
}
/* line 165, ../sass/plugins/_cycle2.scss */
.rotator .slide h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 64.25em) {
  /* line 165, ../sass/plugins/_cycle2.scss */
  .rotator .slide h4 {
    white-space: normal;
    text-overflow: clip;
  }
}
/* line 175, ../sass/plugins/_cycle2.scss */
.rotator .slide div.mobile-section {
  background-color: white;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: white;
  text-align: left;
}
/* line 183, ../sass/plugins/_cycle2.scss */
.rotator .slide div.mobile-section h3 {
  margin: 30px 40px;
  margin-bottom: 10px;
}
/* line 187, ../sass/plugins/_cycle2.scss */
.rotator .slide div.mobile-section p {
  margin: 10px 40px;
}
/* line 191, ../sass/plugins/_cycle2.scss */
.rotator .slide div.mobile-section div.cta_button {
  margin: 40px 40px;
  margin-top: 0px;
  margin-bottom: 60px;
  background-color: #ebcea3;
  color: white;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", Arial;
  text-transform: uppercase;
  padding: 10px 18px;
  letter-spacing: 0.2em;
}
@media (min-width: 64.25em) {
  /* line 175, ../sass/plugins/_cycle2.scss */
  .rotator .slide div.mobile-section {
    display: none;
  }
}
/* line 211, ../sass/plugins/_cycle2.scss */
.rotator a {
  display: block;
  color: #ffffff;
}
@media (min-width: 64.25em) {
  /* line 211, ../sass/plugins/_cycle2.scss */
  .rotator a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
/* line 222, ../sass/plugins/_cycle2.scss */
.rotator .caption {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 80px;
  background-color: white;
}
@media (min-width: 64.25em) {
  /* line 222, ../sass/plugins/_cycle2.scss */
  .rotator .caption {
    padding: 2em 0 3em 0;
    background-color: transparent;
  }
}
/* line 238, ../sass/plugins/_cycle2.scss */
.rotator .caption .container {
  padding-top: 50px;
  text-align: left;
  position: relative;
  width: 100%;
}
@media (min-width: 64.25em) {
  /* line 238, ../sass/plugins/_cycle2.scss */
  .rotator .caption .container {
    width: 90%;
  }
}
/* line 248, ../sass/plugins/_cycle2.scss */
.rotator .caption .container h3, .rotator .caption .container p {
  color: black;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 64.25em) {
  /* line 248, ../sass/plugins/_cycle2.scss */
  .rotator .caption .container h3, .rotator .caption .container p {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 264, ../sass/plugins/_cycle2.scss */
.rotator .caption .container p {
  margin-top: 0px;
  width: auto;
}
@media (min-width: 64.25em) {
  /* line 264, ../sass/plugins/_cycle2.scss */
  .rotator .caption .container p {
    width: 50%;
    margin-bottom: 10px;
  }
}
/* line 276, ../sass/plugins/_cycle2.scss */
.rotator .caption .container div.cta_button {
  background-color: #ebcea3;
  color: white;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", Arial;
  text-transform: uppercase;
  padding: 10px 18px;
  letter-spacing: 0.2em;
  margin-left: 20px;
}
@media (min-width: 64.25em) {
  /* line 276, ../sass/plugins/_cycle2.scss */
  .rotator .caption .container div.cta_button {
    display: inline-block;
    margin-left: 0px;
  }
}
/* line 296, ../sass/plugins/_cycle2.scss */
.rotator .caption .container div.cta_button:hover {
  background-color: #ddae65;
}
/* line 303, ../sass/plugins/_cycle2.scss */
.rotator .caption .container div.youtube {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-height: 12em;
  background-position: center;
}
/* line 313, ../sass/plugins/_cycle2.scss */
.rotator .caption .container div.youtube img {
  display: none;
}
/* line 319, ../sass/plugins/_cycle2.scss */
.rotator .caption .container div.youtube.has-youtube {
  width: auto;
  padding: 5%;
  min-height: 0;
}
@media (min-width: 64.25em) {
  /* line 319, ../sass/plugins/_cycle2.scss */
  .rotator .caption .container div.youtube.has-youtube {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0%;
  }
  /* line 333, ../sass/plugins/_cycle2.scss */
  .rotator .caption .container div.youtube.has-youtube img {
    display: none;
  }
}
@media (min-width: 64.25em) {
  /* line 303, ../sass/plugins/_cycle2.scss */
  .rotator .caption .container div.youtube {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 0;
  }
}
/* line 350, ../sass/plugins/_cycle2.scss */
.rotator .caption .container div.youtube img.has-youtube {
  display: none;
}
/* line 359, ../sass/plugins/_cycle2.scss */
.rotator .caption .container.dark-bg h3, .rotator .caption .container.dark-bg p {
  color: #425272;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 64.25em) {
  /* line 359, ../sass/plugins/_cycle2.scss */
  .rotator .caption .container.dark-bg h3, .rotator .caption .container.dark-bg p {
    color: white;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 0px;
  }
}
/* line 372, ../sass/plugins/_cycle2.scss */
.rotator .caption .container.dark-bg p {
  margin-top: 0px;
  width: auto;
}
@media (min-width: 64.25em) {
  /* line 372, ../sass/plugins/_cycle2.scss */
  .rotator .caption .container.dark-bg p {
    width: 50%;
  }
}
/* line 384, ../sass/plugins/_cycle2.scss */
.rotator .caption .container.dark-bg div.cta_button {
  background-color: #ebcea3;
  margin-left: 20px;
  margin-top: 10px;
}
/* line 390, ../sass/plugins/_cycle2.scss */
.rotator .caption .container.dark-bg div.cta_button a,
.rotator .caption .container div.cta_button a {
  position: relative;
}
/* line 393, ../sass/plugins/_cycle2.scss */
.rotator .caption .container.dark-bg div.cta_button:hover {
  background-color: #ddae65;
}
@media (min-width: 64.25em) {
  /* line 393, ../sass/plugins/_cycle2.scss */
  .rotator .caption .container.dark-bg div.cta_button:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media (min-width: 64.25em) {
  /* line 384, ../sass/plugins/_cycle2.scss */
  .rotator .caption .container.dark-bg div.cta_button {
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: 20px;
  }
}
@media (min-width: 64.25em) {
  /* line 238, ../sass/plugins/_cycle2.scss */
  .rotator .caption .container {
    padding-top: 100px;
  }
}
@media (min-width: 64.25em) {
  /* line 222, ../sass/plugins/_cycle2.scss */
  .rotator .caption {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* line 422, ../sass/plugins/_cycle2.scss */
.rotator:hover .pager {
  visibility: visible;
}

/* line 430, ../sass/plugins/_cycle2.scss */
.content-section .rotator .slide {
  min-height: 0;
}
@media (min-width: 48em) {
  /* line 430, ../sass/plugins/_cycle2.scss */
  .content-section .rotator .slide {
    min-height: 0;
  }
}
@media (min-width: 64.25em) {
  /* line 430, ../sass/plugins/_cycle2.scss */
  .content-section .rotator .slide {
    min-height: 0;
    height: auto;
    position: relative;
  }
}
@media (min-width: 64.25em) {
  /* line 441, ../sass/plugins/_cycle2.scss */
  .content-section .rotator a {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
  }
}
/* line 450, ../sass/plugins/_cycle2.scss */
.content-section .rotator .caption {
  text-align: center;
  padding: 2em 5% 6em 5%;
  background-color: #191513;
}
@media (min-width: 64.25em) {
  /* line 450, ../sass/plugins/_cycle2.scss */
  .content-section .rotator .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: transparent;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 466, ../sass/plugins/_cycle2.scss */
.content-section .rotator .caption .container {
  padding-top: 0;
}
@media (min-width: 64.25em) {
  /* line 466, ../sass/plugins/_cycle2.scss */
  .content-section .rotator .caption .container {
    padding-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* line 481, ../sass/plugins/_cycle2.scss */
.js-rotator .loading {
  display: none;
}
/* line 484, ../sass/plugins/_cycle2.scss */
.js-rotator .rotator {
  min-height: 0;
}
/* line 487, ../sass/plugins/_cycle2.scss */
.js-rotator .cycle-ss {
  opacity: 1;
}
/* line 490, ../sass/plugins/_cycle2.scss */
.js-rotator .pager {
  display: block;
}

/* line 495, ../sass/plugins/_cycle2.scss */
.rotator-page {
  position: relative;
  background: black;
  margin-bottom: 4em;
}
/* line 499, ../sass/plugins/_cycle2.scss */
.rotator-page .slide {
  position: relative;
}
/* line 502, ../sass/plugins/_cycle2.scss */
.rotator-page a {
  display: block;
}
/* line 505, ../sass/plugins/_cycle2.scss */
.rotator-page .caption {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(25, 21, 19, 0.7);
}
/* line 512, ../sass/plugins/_cycle2.scss */
.rotator-page .caption h5 {
  padding: 1em;
  margin: 0;
  color: #ffffff;
}
/* line 518, ../sass/plugins/_cycle2.scss */
.rotator-page .cycle-pager {
  bottom: -2.25em;
}
/* line 521, ../sass/plugins/_cycle2.scss */
.rotator-page .cycle-pager span {
  border: 2px solid #77777a;
}
/* line 524, ../sass/plugins/_cycle2.scss */
.rotator-page .cycle-pager span.cycle-pager-active {
  background-color: #ddae65;
  border-color: #ddae65;
}

/* line 531, ../sass/plugins/_cycle2.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 536, ../sass/plugins/_cycle2.scss */
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 544, ../sass/plugins/_cycle2.scss */
.pager-next.icon-arrow-right {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-image: url("/_assets/img/icons/arrow_right.png");
}
@media (min-width: 64.25em) {
  /* line 544, ../sass/plugins/_cycle2.scss */
  .pager-next.icon-arrow-right {
    background-image: url("/_assets/img/icons/arrow_right_white.png");
  }
}
/* line 554, ../sass/plugins/_cycle2.scss */
.pager-next.icon-arrow-right:before {
  display: none;
}

/* line 559, ../sass/plugins/_cycle2.scss */
.pager-prev.icon-arrow-left {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-image: url("/_assets/img/icons/arrow_left.png");
}
@media (min-width: 64.25em) {
  /* line 559, ../sass/plugins/_cycle2.scss */
  .pager-prev.icon-arrow-left {
    background-image: url("/_assets/img/icons/arrow_left_white.png");
  }
}
/* line 570, ../sass/plugins/_cycle2.scss */
.pager-prev.icon-arrow-left:before {
  display: none;
}

/* line 159, ../sass/styles.scss */
img.kw-icons {
  width: 16px;
  height: 16px;
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(128, 128, 128, 0.4), rgba(128, 128, 128, 0.4));
  mask-image: linear-gradient(to bottom, rgba(128, 128, 128, 0.4), rgba(128, 128, 128, 0.4));
}
/* line 167, ../sass/styles.scss */
img.kw-icons.speech {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}

/* line 174, ../sass/styles.scss */
img.kw-icons.youtube {
  margin-right: 10px;
  vertical-align: sub;
  width: 20px;
  height: 20px;
}

#tagul-hld{
  width:100%;  height: 600px; padding-bottom: 0px; margin: 0 auto;
}

@media only screen and (max-width: 700px) {

    #tagul-hld{
    width: 100%; height: auto;
  }
  .order-book h3{
    padding-top: 0px !important;
  }

  #mc_embed_signup h2{
        word-wrap: break-word;;
  }
  #mc_embed_signup .button{
    -webkit-appearance: none;
  }

}



@media only screen and (max-width: 900px) {

    #tagul-hld{
    width: 100%; height: auto;
  }
  .order-book h3{
    padding-top: 0px !important;
  }

  #mc_embed_signup h2{
        word-wrap: break-word;;
  }

  #mc_embed_signup .button{
    -webkit-appearance: none;
  }

}


ul.topinfo-imglist{}

ul.topinfo-imglist li{
  list-style: none;
  float: left;
  margin: 0 0.7em 1em;
}

ul.topinfo-imglist li img{
  max-width: 183px;
}

.order-book h3{
  padding-top: 250px
}

/* Hide other buttons when custom button is present */
.book-media .kay-book-button a.button-small.custom { display: none; }
.book-media .kay-book-button.custom-button-enabled a.button-small:not(.details) { display: none; }
.book-media .kay-book-button.custom-button-enabled a.button-small.custom { display: inline-block; }