@charset "IBM437";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #696a66;
  padding: 0;
  margin: 0;
  font-family: "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 63.375em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.3125em;
    margin-right: -0.3125em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.3125em;
  padding-right: 0.3125em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.3125em;
    padding-right: 0.3125em;
    float: left; }

  .small-1 {
    position: relative;
    width: 7.69231%; }

  .small-2 {
    position: relative;
    width: 15.38462%; }

  .small-3 {
    position: relative;
    width: 23.07692%; }

  .small-4 {
    position: relative;
    width: 30.76923%; }

  .small-5 {
    position: relative;
    width: 38.46154%; }

  .small-6 {
    position: relative;
    width: 46.15385%; }

  .small-7 {
    position: relative;
    width: 53.84615%; }

  .small-8 {
    position: relative;
    width: 61.53846%; }

  .small-9 {
    position: relative;
    width: 69.23077%; }

  .small-10 {
    position: relative;
    width: 76.92308%; }

  .small-11 {
    position: relative;
    width: 84.61538%; }

  .small-12 {
    position: relative;
    width: 92.30769%; }

  .small-13 {
    position: relative;
    width: 100%; }

  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  .small-offset-1 {
    position: relative;
    margin-left: 7.69231%; }

  .small-offset-2 {
    position: relative;
    margin-left: 15.38462%; }

  .small-offset-3 {
    position: relative;
    margin-left: 23.07692%; }

  .small-offset-4 {
    position: relative;
    margin-left: 30.76923%; }

  .small-offset-5 {
    position: relative;
    margin-left: 38.46154%; }

  .small-offset-6 {
    position: relative;
    margin-left: 46.15385%; }

  .small-offset-7 {
    position: relative;
    margin-left: 53.84615%; }

  .small-offset-8 {
    position: relative;
    margin-left: 61.53846%; }

  .small-offset-9 {
    position: relative;
    margin-left: 69.23077%; }

  .small-offset-10 {
    position: relative;
    margin-left: 76.92308%; }

  .small-offset-11 {
    position: relative;
    margin-left: 84.61538%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 7.69231%; }

  .large-2 {
    position: relative;
    width: 15.38462%; }

  .large-3 {
    position: relative;
    width: 23.07692%; }

  .large-4 {
    position: relative;
    width: 30.76923%; }

  .large-5 {
    position: relative;
    width: 38.46154%; }

  .large-6 {
    position: relative;
    width: 46.15385%; }

  .large-7 {
    position: relative;
    width: 53.84615%; }

  .large-8 {
    position: relative;
    width: 61.53846%; }

  .large-9 {
    position: relative;
    width: 69.23077%; }

  .large-10 {
    position: relative;
    width: 76.92308%; }

  .large-11 {
    position: relative;
    width: 84.61538%; }

  .large-12 {
    position: relative;
    width: 92.30769%; }

  .large-13 {
    position: relative;
    width: 100%; }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 7.69231%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 15.38462%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 23.07692%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 30.76923%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 38.46154%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 46.15385%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 53.84615%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 61.53846%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 69.23077%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 76.92308%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 84.61538%; }

  .row .large-offset-12 {
    position: relative;
    margin-left: 92.30769%; }

  .push-1 {
    position: relative;
    left: 7.69231%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 7.69231%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 15.38462%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 15.38462%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 23.07692%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 23.07692%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 30.76923%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 30.76923%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 38.46154%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 38.46154%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 46.15385%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 46.15385%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 53.84615%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 53.84615%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 61.53846%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 61.53846%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 69.23077%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 69.23077%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 76.92308%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 76.92308%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 84.61538%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 84.61538%;
    left: auto; }

  .push-12 {
    position: relative;
    left: 92.30769%;
    right: auto; }

  .pull-12 {
    position: relative;
    right: 92.30769%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* Custom fonts */
@font-face {
  font-family: 'museo_slab500';
  src: url("/fonts/museo_slab_500-webfont.eot");
  src: url("/fonts/museo_slab_500-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/museo_slab_500-webfont.woff") format("woff"), url("/fonts/museo_slab_500-webfont.ttf") format("truetype"), url("/fonts/museo_slab_500-webfont.svg#museo_slab500") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo_sans900';
  src: url("/fonts/museosans_900-webfont.eot");
  src: url("/fonts/museosans_900-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/museosans_900-webfont.woff") format("woff"), url("/fonts/museosans_900-webfont.ttf") format("truetype"), url("/fonts/museosans_900-webfont.svg#museo_sans900") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo_sans500';
  src: url("/fonts/museosans_500-webfont.eot");
  src: url("/fonts/museosans_500-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/museosans_500-webfont.woff") format("woff"), url("/fonts/museosans_500-webfont.ttf") format("truetype"), url("/fonts/museosans_500-webfont.svg#museo_sans500") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo_sans300';
  src: url("/fonts/museosans_300-webfont.eot");
  src: url("/fonts/museosans_300-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/museosans_300-webfont.woff") format("woff"), url("/fonts/museosans_300-webfont.ttf") format("truetype"), url("/fonts/museosans_300-webfont.svg#museo_sans300") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansProRegular';
  src: url("/fonts/SourceSansPro-Regular-webfont.eot");
  src: url("/fonts/SourceSansPro-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/SourceSansPro-Regular-webfont.woff") format("woff"), url("/fonts/SourceSansPro-Regular-webfont.ttf") format("truetype"), url("/fonts/SourceSansPro-Regular-webfont.svg#SourceSansProRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansProBold';
  src: url("/fonts/SourceSansPro-Bold-webfont.eot");
  src: url("/fonts/SourceSansPro-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/SourceSansPro-Bold-webfont.woff") format("woff"), url("/fonts/SourceSansPro-Bold-webfont.ttf") format("truetype"), url("/fonts/SourceSansPro-Bold-webfont.svg#SourceSansProBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansProBlack';
  src: url("/fonts/SourceSansPro-Black-webfont.eot");
  src: url("/fonts/SourceSansPro-Black-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/SourceSansPro-Black-webfont.woff") format("woff"), url("/fonts/SourceSansPro-Black-webfont.ttf") format("truetype"), url("/fonts/SourceSansPro-Black-webfont.svg#SourceSansProBlack") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AmbleLight';
  src: url("/fonts/Amble-Light-webfont.eot");
  src: url("/fonts/Amble-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Amble-Light-webfont.woff") format("woff"), url("/fonts/Amble-Light-webfont.ttf") format("truetype"), url("/fonts/Amble-Light-webfont.svg#AmbleLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AmbleRegular';
  src: url("/fonts/Amble-Regular-webfont.eot");
  src: url("/fonts/Amble-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Amble-Regular-webfont.woff") format("woff"), url("/fonts/Amble-Regular-webfont.ttf") format("truetype"), url("/fonts/Amble-Regular-webfont.svg#AmbleRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ChunkFiveRegular';
  src: url("/fonts/Chunkfive-webfont.eot");
  src: url("/fonts/Chunkfive-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Chunkfive-webfont.woff") format("woff"), url("/fonts/Chunkfive-webfont.ttf") format("truetype"), url("/fonts/Chunkfive-webfont.svg#ChunkFiveRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ArvoBold';
  src: url("/fonts/Arvo-Bold-webfont.eot");
  src: url("/fonts/Arvo-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Arvo-Bold-webfont.woff") format("woff"), url("/fonts/Arvo-Bold-webfont.ttf") format("truetype"), url("/fonts/Arvo-Bold-webfont.svg#ArvoBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ArchivoBlackRegular';
  src: url("/fonts/ArchivoBlack-Regular-webfont.eot");
  src: url("/fonts/ArchivoBlack-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ArchivoBlack-Regular-webfont.woff") format("woff"), url("/fonts/ArchivoBlack-Regular-webfont.ttf") format("truetype"), url("/fonts/ArchivoBlack-Regular-webfont.svg#ArchivoBlackRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Sprites */
.spr, .spr-gen {
  background: transparent url(../img/ui-sprite-icons.png) no-repeat 0 0;
  display: inline-block;
  text-indent: -9999em;
  text-align: left; }

.spr-gen {
  background: transparent url(../img/ui-sprite-general.png) no-repeat 0 0; }

.s-icon-fb {
  background-position: 0 0;
  width: 16px;
  height: 28px; }

.s-icon-tw {
  background-position: -36px 0;
  width: 21px;
  height: 20px; }

.s-icon-gp {
  background-position: -72px 0;
  width: 20px;
  height: 19px; }

.s-icon-pn {
  background-position: -108px 0;
  width: 21px;
  height: 21px; }

.s-icon-search {
  background-position: -144px 0;
  width: 19px;
  height: 20px; }
  .s-icon-search.color {
    background-position: -144px -36px; }

.s-icon-star {
  background-position: -180px 2px;
  width: 27px;
  height: 36px; }

.s-icon-star-lg {
  background-position: -216px 0;
  width: 37px;
  height: 47px; }

.s-icon-video {
  background-position: 0 -108px;
  width: 26px;
  height: 14px; }

.small .s-icon-fb {
  background-position: 0 -72px;
  width: 11px;
  height: 18px; }
.small .s-icon-tw {
  background-position: -36px -72px;
  width: 12px;
  height: 11px; }
.small .s-icon-gp {
  background-position: -72px -72px;
  width: 10px;
  height: 12px; }
.small .s-icon-pn {
  background-position: -108px -72px;
  width: 10px;
  height: 12px; }
.small .s-icon-env {
  background-position: -144px -72px;
  width: 15px;
  height: 10px; }
.small .s-icon-search {
  background-position: -180px -72px;
  width: 16px;
  height: 16px; }
  .small .s-icon-search.color {
    background-position: -180px -90px; }

.s-gen-logo-main {
  background-position: 0 0;
  width: 233px;
  height: 68px; }

.s-gen-logo-sub {
  background-position: 0 -90px;
  width: 102px;
  height: 34px; }

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  .show-for-small {
    display: none !important; }

  .hide-for-small {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1024px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  .show-for-xlarge {
    display: inherit !important; }

  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: -0.125em;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 0.125em 0.25em; }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.125em 0.25em; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.125em 0.25em; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.125em 0.25em; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.125em 0.25em; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.125em 0.25em; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.125em 0.25em; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.125em 0.25em; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.125em 0.25em; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.125em 0.25em; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.125em 0.25em; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.125em 0.25em; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.125em 0.25em; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.125em 0.25em; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.125em 0.25em; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.125em 0.25em; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.125em 0.25em; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.125em 0.25em; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.125em 0.25em; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.125em 0.25em; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.125em 0.25em; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.125em 0.25em; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.125em 0.25em; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.125em 0.25em; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.125em 0.25em; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #b6bfb6;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #00b7a8;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #009e91; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: "AmbleLight", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #667667;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #b6bfb6;
    line-height: 0; }

h1 {
  font-size: 2.125em; }

h2 {
  font-size: 1.6875em; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: "AmbleLight", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #696a66;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #9aa89b; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #9aa89b; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #b6bfb6; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75em; }

  h2 {
    font-size: 2.3125em; }

  h3 {
    font-size: 1.6875em; }

  h4 {
    font-size: 1.4375em; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "museo_sans500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #00b7a8;
  border-color: #008479;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #008479; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #d0d0d0; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #457a1a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #970b0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  button.expand, .button.expand {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #00b7a8;
    border-color: #008479;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008479; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00b7a8; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #d0d0d0;
      color: #333333;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #d0d0d0; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #457a1a;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #457a1a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #970b0e;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #970b0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em; }
  button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em; }
  button.small, .button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em; }
  button.large, .button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em; }

@media only screen {
  button, .button {
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    button.radius, .button.radius {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    button.round, .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em; }

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: "museo_sans500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.75em;
  margin: 0 0 1em 0;
  padding: 0.5em 1em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 2.25em 0 1.5em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error input:focus,
  input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error label,
label.error {
  color: #c60f13; }

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden; }
form.custom .custom {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  vertical-align: top;
  border: solid 1px #bbbbbb;
  background: white; }
  form.custom .custom.checkbox {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: -3px; }
  form.custom .custom.radio {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 1px; }
  form.custom .custom.checkbox:before {
    content: "";
    display: block;
    font-size: 16px;
    color: white; }
  form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #222222;
    position: relative; }
  form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #222222;
    position: absolute;
    top: -50%;
    left: 50%;
    margin-top: 4px;
    margin-left: -5px; }

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */ }
  form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    vertical-align: top; }
    form.custom .custom.dropdown ul {
      overflow-y: auto;
      max-height: auto; }
    form.custom .custom.dropdown .current {
      cursor: pointer;
      white-space: nowrap;
      line-height: 2.25em;
      color: #a6a6a6;
      text-decoration: none;
      overflow: hidden;
      display: block;
      margin-left: 1em;
      margin-right: 2.3125em; }
    form.custom .custom.dropdown .selector {
      cursor: pointer;
      position: absolute;
      width: 2.5em;
      height: 2.3125em;
      display: block;
      right: 0;
      top: 0; }
      form.custom .custom.dropdown .selector:after {
        content: "";
        display: block;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #aaaaaa transparent transparent transparent;
        border-top-style: solid;
        position: absolute;
        left: 0.9375em;
        top: 50%;
        margin-top: -3px; }
    form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: #222222 transparent transparent transparent;
      border-top-style: solid; }
    form.custom .custom.dropdown .disabled {
      color: #888888; }
      form.custom .custom.dropdown .disabled:hover {
        background: transparent;
        color: #888888; }
        form.custom .custom.dropdown .disabled:hover:after {
          display: none; }
    form.custom .custom.dropdown.open ul {
      display: block;
      z-index: 10;
      min-width: 100%;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    form.custom .custom.dropdown.small {
      max-width: 134px; }
    form.custom .custom.dropdown.medium {
      max-width: 100%; }
    form.custom .custom.dropdown.large {
      max-width: 434px; }
    form.custom .custom.dropdown.expand {
      width: 100% !important; }
    form.custom .custom.dropdown.open.small ul {
      min-width: 134px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.medium ul {
      min-width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.large ul {
      min-width: 434px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    top: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background: white;
    border: solid 1px #bbbbbb;
    font-size: 16px; }
    form.custom .custom.dropdown ul li {
      color: #a6a6a6;
      font-size: 12px;
      cursor: pointer;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      padding-left: 1em;
      padding-right: 2.375em;
      min-height: 1.5em;
      line-height: 1.5em;
      margin: 0;
      white-space: nowrap;
      list-style: none; }
      form.custom .custom.dropdown ul li.selected {
        background: #eeeeee;
        color: #00b7a8; }
      form.custom .custom.dropdown ul li:hover {
        background-color: #e4e4e4;
        color: #00b7a8; }
      form.custom .custom.dropdown ul li.selected:hover {
        background: #eeeeee;
        cursor: pointer;
        color: #00b7a8; }
    form.custom .custom.dropdown ul.show {
      display: block; }
  form.custom .custom.disabled {
    background: #dddddd; }

/* Button Groups */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > * {
    margin: 0 0 0 -1px;
    float: left; }
    .button-group > *:first-child {
      margin-left: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar {
  *zoom: 1; }
  .button-bar:before, .button-bar:after {
    content: " ";
    display: table; }
  .button-bar:after {
    clear: both; }
  .button-bar .button-group {
    float: left;
    margin-right: 0.625em; }
    .button-bar .button-group div {
      overflow: hidden; }

/* Dropdown Button */
.dropdown.button {
  position: relative;
  padding-right: 3.1875em; }
  .dropdown.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #aaaaaa transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before {
    border-width: 0.5625em;
    right: 1.5em;
    margin-top: -0.25em; }
  .dropdown.button:before {
    border-color: #aaaaaa transparent transparent transparent; }
  .dropdown.button.tiny {
    padding-right: 2.1875em; }
    .dropdown.button.tiny:before {
      border-width: 0.4375em;
      right: 0.875em;
      margin-top: -0.15625em; }
    .dropdown.button.tiny:before {
      border-color: #aaaaaa transparent transparent transparent; }
  .dropdown.button.small {
    padding-right: 2.8125em; }
    .dropdown.button.small:before {
      border-width: 5px;
      right: 1.125em;
      margin-top: -0.21875em; }
    .dropdown.button.small:before {
      border-color: #aaaaaa transparent transparent transparent; }
  .dropdown.button.large {
    padding-right: 4em; }
    .dropdown.button.large:before {
      border-width: 0.625em;
      right: 1.75em;
      margin-top: -0.3125em; }
    .dropdown.button.large:before {
      border-color: #aaaaaa transparent transparent transparent; }
  .dropdown.button.secondary:before {
    border-color: #333333 transparent transparent transparent; }

/* Split Buttons */
.split.button {
  position: relative;
  padding-right: 4.8em; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: #006b62; }
  .split.button span {
    width: 3em; }
    .split.button span:before {
      border-top-style: solid;
      border-width: 0.5625em;
      top: 1.125em;
      margin-left: -0.5625em; }
  .split.button span:before {
    border-color: white transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: #c3c3c3; }
  .split.button.secondary span:before {
    border-color: white transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: #7f0a0c; }
  .split.button.success span {
    border-left-color: #396516; }
  .split.button.tiny {
    padding-right: 3.9375em; }
    .split.button.tiny span {
      width: 2.84375em; }
      .split.button.tiny span:before {
        border-top-style: solid;
        border-width: 0.4375em;
        top: 0.875em;
        margin-left: -0.3125em; }
  .split.button.small {
    padding-right: 3.9375em; }
    .split.button.small span {
      width: 2.8125em; }
      .split.button.small span:before {
        border-top-style: solid;
        border-width: 0.5625em;
        top: 0.84375em;
        margin-left: -0.5625em; }
  .split.button.large {
    padding-right: 6em; }
    .split.button.large span {
      width: 3.75em; }
      .split.button.large span:before {
        border-top-style: solid;
        border-width: 0.625em;
        top: 1.3125em;
        margin-left: -0.5625em; }
  .split.button.expand {
    padding-left: 2em; }
  .split.button.secondary span:before {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .split.button.round span {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }

/* Sections */
.section-container, .section-container.auto {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #cccccc;
  border-top: none; }
  .section-container > section, .section-container > .section, .section-container.auto > section, .section-container.auto > .section {
    position: relative; }
    .section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      margin-bottom: 0; }
      .section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
        padding: 0.9375em;
        display: inline-block;
        color: #333333;
        font-size: 0.875em;
        white-space: nowrap; }
      .section-container > section > .title:hover, .section-container > .section > .title:hover, .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container > section .content, .section-container > .section .content, .section-container.auto > section .content, .section-container.auto > .section .content {
      display: none;
      padding: 0.9375em;
      background-color: white; }
      .section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
        margin-bottom: 0; }
      .section-container > section .content > *:first-child, .section-container > .section .content > *:first-child, .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
        padding-top: 0; }
      .section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
        padding-bottom: 0; }
    .section-container > section.active > .content, .section-container > .section.active > .content, .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
      display: block; }
    .section-container > section.active > .title, .section-container > .section.active > .title, .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
      background: #d5d5d5; }
      .section-container > section.active > .title a, .section-container > .section.active > .title a, .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
        color: #333333; }
    .section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
      top: 0;
      width: 100%;
      margin: 0;
      border-top: solid 1px #cccccc; }
      .section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
        width: 100%; }

.section-container.tabs {
  border: 0;
  position: relative; }
  .section-container.tabs > section, .section-container.tabs > .section {
    border: 0;
    position: static; }
    .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      margin-bottom: 0; }
      .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
        padding: 0.9375em;
        display: inline-block;
        color: #333333;
        font-size: 0.875em;
        white-space: nowrap; }
      .section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container.tabs > section .content, .section-container.tabs > .section .content {
      display: none;
      padding: 0.9375em;
      background-color: white; }
      .section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
        margin-bottom: 0; }
      .section-container.tabs > section .content > *:first-child, .section-container.tabs > .section .content > *:first-child {
        padding-top: 0; }
      .section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
        padding-bottom: 0; }
    .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
      display: block; }
    .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
      background: white; }
      .section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
        color: #333333; }
    .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
      width: auto;
      border: solid 1px #cccccc;
      border-right: 0;
      border-bottom: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
      .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
        width: 100%; }
    .section-container.tabs > section:last-child .title, .section-container.tabs > .section:last-child .title {
      border-right: solid 1px #cccccc; }
    .section-container.tabs > section .content, .section-container.tabs > .section .content {
      border: solid 1px #cccccc;
      position: absolute;
      z-index: 10;
      display: none;
      top: -1px; }
    .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
      z-index: 11;
      border-bottom: 0;
      background-color: white; }
    .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
      position: relative; }

@media only screen and (min-width: 768px) {
  .section-container.auto {
    border: 0;
    position: relative; }
    .section-container.auto > section, .section-container.auto > .section {
      border: 0;
      position: static; }
      .section-container.auto > section > .title, .section-container.auto > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: #333333;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
          background-color: #e2e2e2; }
      .section-container.auto > section .content, .section-container.auto > .section .content {
        display: none;
        padding: 0.9375em;
        background-color: white; }
        .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
          margin-bottom: 0; }
        .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
          padding-top: 0; }
        .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
          padding-bottom: 0; }
      .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
        display: block; }
      .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
        background: white; }
        .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
          color: #333333; }
      .section-container.auto > section > .title, .section-container.auto > .section > .title {
        width: auto;
        border: solid 1px #cccccc;
        border-right: 0;
        border-bottom: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
        .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
          width: 100%; }
      .section-container.auto > section:last-child .title, .section-container.auto > .section:last-child .title {
        border-right: solid 1px #cccccc; }
      .section-container.auto > section .content, .section-container.auto > .section .content {
        border: solid 1px #cccccc;
        position: absolute;
        z-index: 10;
        display: none;
        top: -1px; }
      .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
        z-index: 11;
        border-bottom: 0;
        background-color: white; }
      .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
        position: relative; }

  .section-container.accordion .section {
    padding-top: 0 !important; }

  .section-container.vertical-tabs {
    border: 1px solid #cccccc;
    position: relative; }
    .section-container.vertical-tabs section,
    .section-container.vertical-tabs .section {
      padding-top: 0 !important;
      border: 0;
      position: static; }
      .section-container.vertical-tabs section > .title,
      .section-container.vertical-tabs .section > .title {
        background-color: #efefef;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.vertical-tabs section > .title a,
        .section-container.vertical-tabs .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: #333333;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.vertical-tabs section > .title:hover,
        .section-container.vertical-tabs .section > .title:hover {
          background-color: #e2e2e2; }
      .section-container.vertical-tabs section .content,
      .section-container.vertical-tabs .section .content {
        display: none;
        padding: 0.9375em;
        background-color: white; }
        .section-container.vertical-tabs section .content > *:last-child,
        .section-container.vertical-tabs .section .content > *:last-child {
          margin-bottom: 0; }
        .section-container.vertical-tabs section .content > *:first-child,
        .section-container.vertical-tabs .section .content > *:first-child {
          padding-top: 0; }
        .section-container.vertical-tabs section .content > *:last-child,
        .section-container.vertical-tabs .section .content > *:last-child {
          padding-bottom: 0; }
      .section-container.vertical-tabs section.active > .content,
      .section-container.vertical-tabs .section.active > .content {
        display: block; }
      .section-container.vertical-tabs section.active > .title,
      .section-container.vertical-tabs .section.active > .title {
        background: #d5d5d5; }
        .section-container.vertical-tabs section.active > .title a,
        .section-container.vertical-tabs .section.active > .title a {
          color: #333333; }
      .section-container.vertical-tabs section > .title,
      .section-container.vertical-tabs .section > .title {
        position: absolute;
        border-top: solid 1px #cccccc;
        width: 12.5em; }
      .section-container.vertical-tabs section:first-child .title,
      .section-container.vertical-tabs .section:first-child .title {
        border-top: 0; }
      .section-container.vertical-tabs section .content,
      .section-container.vertical-tabs .section .content {
        display: block;
        position: relative;
        left: 12.5em;
        border-left: solid 1px #cccccc;
        z-index: 10; }
      .section-container.vertical-tabs section.active > .title,
      .section-container.vertical-tabs .section.active > .title {
        background-color: #d5d5d5;
        width: 12.5625em;
        border-right: solid 0 transparent;
        z-index: 11; }
      .section-container.vertical-tabs section.active:last-child .title,
      .section-container.vertical-tabs .section.active:last-child .title {
        border-bottom: 0; }

  .section-container.vertical-nav {
    border: 0;
    position: relative; }
    .section-container.vertical-nav > section, .section-container.vertical-nav > .section {
      padding-top: 0 !important;
      position: relative; }
      .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: #333333;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
          background-color: #e2e2e2; }
      .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
        display: none;
        padding: 0.9375em;
        background-color: white; }
        .section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child {
          margin-bottom: 0; }
        .section-container.vertical-nav > section .content > *:first-child, .section-container.vertical-nav > .section .content > *:first-child {
          padding-top: 0; }
        .section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child {
          padding-bottom: 0; }
      .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content {
        display: block; }
      .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
        background: #d5d5d5; }
        .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
          color: #333333; }
      .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
        border-top: none;
        border: solid 1px #cccccc; }
        .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
          display: block;
          width: 100%; }
      .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
        display: none; }
      .section-container.vertical-nav > section:first-child .title, .section-container.vertical-nav > .section:first-child .title {
        border-bottom: none; }
      .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content {
        display: block;
        position: absolute;
        left: 100%;
        top: 0px;
        z-index: 999;
        min-width: 12.5em;
        border: solid 1px #cccccc; }

  .section-container.horizontal-nav {
    position: relative;
    background: #efefef;
    border: 1px solid #cccccc; }
    .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section {
      padding-top: 0;
      border: 0;
      position: static; }
      .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: #333333;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
          background-color: #e2e2e2; }
      .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
        display: none;
        padding: 0.9375em;
        background-color: white; }
        .section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child {
          margin-bottom: 0; }
        .section-container.horizontal-nav > section .content > *:first-child, .section-container.horizontal-nav > .section .content > *:first-child {
          padding-top: 0; }
        .section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child {
          padding-bottom: 0; }
      .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content {
        display: block; }
      .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
        background: #d5d5d5; }
        .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
          color: #333333; }
      .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
        width: auto;
        border: solid 1px #cccccc;
        border-left: 0;
        top: -1px;
        position: absolute;
        z-index: 1; }
        .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
          width: 100%; }
      .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
        display: none; }
      .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content {
        display: block;
        position: absolute;
        z-index: 999;
        left: 0;
        top: -2px;
        min-width: 12.5em;
        border: solid 1px #cccccc; } }
/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #e6b83a; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #e6b83a !important;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 2.45em; }
  .top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0; }
  .top-bar .title-area {
    position: relative; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625em;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: bold;
        color: white;
        width: 50%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    left: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        text-indent: -48px;
        width: 34px;
        height: 34px;
        line-height: 33px;
        padding: 0;
        color: white; }
        .top-bar .toggle-topbar.menu-icon a span {
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
          box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #e6b83a; }
    .top-bar.expanded .toggle-topbar a {
      color: white; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
        box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #e6b83a;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-bottom: solid 1px white;
    border-top: solid 1px white;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-size: 0.8125em;
    font-weight: bold;
    background: #e6b83a; }
    .top-bar-section ul li > a:hover {
      background: #e4b32c;
      color: white; }
    .top-bar-section ul li > a.button {
      background: #00b7a8;
      font-size: 0.8125em; }
      .top-bar-section ul li > a.button:hover {
        background: #008479; }
    .top-bar-section ul li > a.button.secondary {
      background: #e9e9e9; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #d0d0d0; }
    .top-bar-section ul li > a.button.success {
      background: #5da423; }
      .top-bar-section ul li > a.button.success:hover {
        background: #457a1a; }
    .top-bar-section ul li > a.button.alert {
      background: #c60f13; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #970b0e; }
  .top-bar-section ul li.active > a {
    background: #e4b32c;
    color: white; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent white;
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: visible; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 22.5px;
          display: block; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #555555;
      font-weight: bold;
      font-size: 0.625em; }

.top-bar-js-breakpoint {
  width: 1024px !important;
  visibility: hidden; }

.js-generated {
  display: block; }

@media only screen and (min-width: 1024px) {
  .top-bar {
    background: #e6b83a !important;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      line-height: 2em;
      font-size: 0.875em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    .top-bar.expanded {
      background: #e6b83a; }

  .contain-to-grid .top-bar {
    max-width: 63.375em;
    margin: 0 auto; }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li a:not(.button) {
      padding: 0 11.25px;
      line-height: 45px;
      background: #e6b83a; }
      .top-bar-section li a:not(.button):hover {
        background: #e7ba3f; }
    .top-bar-section .has-dropdown > a {
      padding-right: 28px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: white transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: hidden; }
    .top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown {
      visibility: visible; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      margin-top: -16px;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 10px 15px;
        background: #e6b83a; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #e9c051; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px white;
      border-left: solid 1px white;
      clear: none;
      height: 45px;
      width: 0px; }
    .top-bar-section .has-form {
      background: #e6b83a;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; } }
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: white; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block; }
    .orbit-container .orbit-slides-container > * {
      position: relative;
      float: left;
      height: 100%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        width: 100%;
        padding: 10px 14px;
        font-size: 0.875em; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0); }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125em; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 100%;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 0%; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0px;
      width: 11px;
      height: 14px;
      border: solid 4px #000;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent #000; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important; }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: inset 16px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #ccc; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -8px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #ccc; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px; }
  .orbit-bullets li {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #d5d5d5;
    margin-right: 10px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    cursor: pointer; }
    .orbit-bullets li.active {
      background: #ed3c6d; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 768px) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  list-style: none; }
  [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  [data-clearing]:after {
    clear: both; }
  [data-clearing] li {
    float: left;
    margin-right: 10px; }

.clearing-blackout {
  background: #111111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: white;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 768px) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 16px; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: white; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: white; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5; }

  .clearing-assembled .clearing-container .carousel {
    background: #111111;
    height: 150px;
    margin-top: 5px; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: block;
      z-index: 999;
      width: 200%;
      height: 100%;
      margin-left: 0;
      position: relative;
      left: 0; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 175px;
        height: inherit;
        padding: 0;
        float: left;
        overflow: hidden;
        margin-right: 1px;
        position: relative;
        cursor: pointer;
        opacity: 0.4; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          min-height: 100%;
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          min-width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
  .clearing-assembled .clearing-container .visible-img {
    background: #111111;
    overflow: hidden;
    height: 75%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Foundation Alerts */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #00b7a8;
  border-color: #008479;
  color: white; }
  .alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.4375em;
    right: 0.3125em;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white; }
  .alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white; }
  .alert-box.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #505050; }

/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: none;
  border-width: 0;
  background-color: white;
  border-color: #e6e6e6;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #00b7a8; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a,
    .breadcrumbs > * span {
      text-transform: uppercase;
      color: #00b7a8; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: ">";
      color: #aaaaaa;
      margin: 0 0.375em;
      position: relative;
      top: -1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Labels */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #00b7a8;
  color: white; }
  .label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .label.alert {
    background-color: #c60f13;
    color: white; }
  .label.success {
    background-color: #5da423;
    color: white; }
  .label.secondary {
    background-color: #e9e9e9;
    color: #333333; }

/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Pagination */
.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em; }
  .pagination li {
    display: block;
    float: left;
    height: 1.5em;
    color: #222222;
    font-size: 0.875em;
    margin-left: 0.1875em; }
    .pagination li a {
      display: block;
      padding: 0.0625em 0.4375em 0.0625em; }
    .pagination li:hover a,
    .pagination li a:focus {
      background: #e6e6e6; }
    .pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    .pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
      background: transparent; }
    .pagination li.current a {
      background: #00b7a8;
      color: white;
      font-weight: bold;
      cursor: default; }
      .pagination li.current a:hover, .pagination li.current a:focus {
        background: #00b7a8; }

.pagination-centered {
  text-align: center; }
  .pagination-centered ul > li {
    float: none;
    display: inline-block; }

/* Panels */
.panel, .panel-bar, .panel-bar-top, section[role="main"] ~ aside .panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2; }
  .panel h1, .panel-bar h1, .panel-bar-top h1, section[role="main"] ~ aside .panel h1, .panel h2, .panel-bar h2, .panel-bar-top h2, section[role="main"] ~ aside .panel h2, .panel h3, .panel-bar h3, .panel-bar-top h3, section[role="main"] ~ aside .panel h3, .panel h4, .panel-bar h4, .panel-bar-top h4, section[role="main"] ~ aside .panel h4, .panel h5, .panel-bar h5, .panel-bar-top h5, section[role="main"] ~ aside .panel h5, .panel h6, .panel-bar h6, .panel-bar-top h6, section[role="main"] ~ aside .panel h6, .panel p, .panel-bar p, .panel-bar-top p, section[role="main"] ~ aside .panel p {
    color: #667667; }
  .panel > :first-child, .panel-bar > :first-child, .panel-bar-top > :first-child, section[role="main"] ~ aside .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child, .panel-bar > :last-child, .panel-bar-top > :last-child, section[role="main"] ~ aside .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel-bar h1, .panel-bar-top h1, section[role="main"] ~ aside .panel h1, .panel h2, .panel-bar h2, .panel-bar-top h2, section[role="main"] ~ aside .panel h2, .panel h3, .panel-bar h3, .panel-bar-top h3, section[role="main"] ~ aside .panel h3, .panel h4, .panel-bar h4, .panel-bar-top h4, section[role="main"] ~ aside .panel h4, .panel h5, .panel-bar h5, .panel-bar-top h5, section[role="main"] ~ aside .panel h5, .panel h6, .panel-bar h6, .panel-bar-top h6, section[role="main"] ~ aside .panel h6 {
    line-height: 1;
    margin-bottom: 0.625em; }
    .panel h1.subheader, .panel-bar h1.subheader, .panel-bar-top h1.subheader, section[role="main"] ~ aside .panel h1.subheader, .panel h2.subheader, .panel-bar h2.subheader, .panel-bar-top h2.subheader, section[role="main"] ~ aside .panel h2.subheader, .panel h3.subheader, .panel-bar h3.subheader, .panel-bar-top h3.subheader, section[role="main"] ~ aside .panel h3.subheader, .panel h4.subheader, .panel-bar h4.subheader, .panel-bar-top h4.subheader, section[role="main"] ~ aside .panel h4.subheader, .panel h5.subheader, .panel-bar h5.subheader, .panel-bar-top h5.subheader, section[role="main"] ~ aside .panel h5.subheader, .panel h6.subheader, .panel-bar h6.subheader, .panel-bar-top h6.subheader, section[role="main"] ~ aside .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout, .callout.panel-bar, .callout.panel-bar-top, section[role="main"] ~ aside .callout.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #008479;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #00b7a8;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
    .panel.callout h1, .callout.panel-bar h1, .callout.panel-bar-top h1, section[role="main"] ~ aside .callout.panel h1, .panel.callout h2, .callout.panel-bar h2, .callout.panel-bar-top h2, section[role="main"] ~ aside .callout.panel h2, .panel.callout h3, .callout.panel-bar h3, .callout.panel-bar-top h3, section[role="main"] ~ aside .callout.panel h3, .panel.callout h4, .callout.panel-bar h4, .callout.panel-bar-top h4, section[role="main"] ~ aside .callout.panel h4, .panel.callout h5, .callout.panel-bar h5, .callout.panel-bar-top h5, section[role="main"] ~ aside .callout.panel h5, .panel.callout h6, .callout.panel-bar h6, .callout.panel-bar-top h6, section[role="main"] ~ aside .callout.panel h6, .panel.callout p, .callout.panel-bar p, .callout.panel-bar-top p, section[role="main"] ~ aside .callout.panel p {
      color: white; }
    .panel.callout > :first-child, .callout.panel-bar > :first-child, .callout.panel-bar-top > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child, .callout.panel-bar > :last-child, .callout.panel-bar-top > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .callout.panel-bar h1, .callout.panel-bar-top h1, section[role="main"] ~ aside .callout.panel h1, .panel.callout h2, .callout.panel-bar h2, .callout.panel-bar-top h2, section[role="main"] ~ aside .callout.panel h2, .panel.callout h3, .callout.panel-bar h3, .callout.panel-bar-top h3, section[role="main"] ~ aside .callout.panel h3, .panel.callout h4, .callout.panel-bar h4, .callout.panel-bar-top h4, section[role="main"] ~ aside .callout.panel h4, .panel.callout h5, .callout.panel-bar h5, .callout.panel-bar-top h5, section[role="main"] ~ aside .callout.panel h5, .panel.callout h6, .callout.panel-bar h6, .callout.panel-bar-top h6, section[role="main"] ~ aside .callout.panel h6 {
      line-height: 1;
      margin-bottom: 0.625em; }
      .panel.callout h1.subheader, .callout.panel-bar h1.subheader, .callout.panel-bar-top h1.subheader, .panel.callout h2.subheader, .callout.panel-bar h2.subheader, .callout.panel-bar-top h2.subheader, .panel.callout h3.subheader, .callout.panel-bar h3.subheader, .callout.panel-bar-top h3.subheader, .panel.callout h4.subheader, .callout.panel-bar h4.subheader, .callout.panel-bar-top h4.subheader, .panel.callout h5.subheader, .callout.panel-bar h5.subheader, .callout.panel-bar-top h5.subheader, .panel.callout h6.subheader, .callout.panel-bar h6.subheader, .callout.panel-bar-top h6.subheader {
        line-height: 1.4; }
  .panel.radius, .radius.panel-bar, .radius.panel-bar-top, section[role="main"] ~ aside .radius.panel {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/* Side Nav */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside; }
  .side-nav li {
    margin: 0 0 0.4375em 0;
    font-size: 0.875em; }
    .side-nav li a {
      display: block;
      color: #00b7a8; }
    .side-nav li.active > a:first-child {
      color: #4d4d4d;
      font-weight: bold; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: #e6e6e6; }

/* Side Nav */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 0;
  padding-top: 0;
  margin-right: 0;
  margin-left: -0.5625em; }
  .sub-nav dt,
  .sub-nav dd {
    float: left;
    display: inline;
    margin-bottom: 0.3125em;
    font-weight: normal;
    font-size: 0.875em; }
    .sub-nav dt a,
    .sub-nav dd a {
      color: #999999;
      text-decoration: none; }
    .sub-nav dt.active a,
    .sub-nav dd.active a {
      -webkit-border-radius: 1000px;
      border-radius: 1000px;
      font-weight: bold;
      background: transparent;
      padding: 0;
      cursor: default;
      color: #00b7a8; }

/* Tables */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd; }
  table thead,
  table tfoot {
    background: whitesmoke;
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5em 0.625em 0.625em;
      font-size: 0.875em;
      color: #222222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125em; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 183, 168, 0.5);
    box-shadow: 0 0 6px 1px rgba(0, 183, 168, 0.5); }
  .th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

a.th {
  display: inline-block; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: normal; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #00514a;
    color: #00b7a8; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.8125em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #667667;
  background: white;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .tooltip > .nub {
    display: block;
    left: 12px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 12px;
    border-color: transparent transparent white transparent;
    top: -24px; }
  .tooltip.opened {
    color: #00b7a8 !important;
    border-bottom: dotted 1px #00514a !important; }

.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888888;
  font-weight: normal; }

@media only screen and (min-width: 768px) {
  .tooltip > .nub {
    border-color: transparent transparent white transparent;
    top: -24px; }
  .tooltip.tip-top > .nub {
    border-color: white transparent transparent transparent;
    top: auto;
    bottom: -24px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent white;
    right: -24px;
    left: auto;
    top: 50%;
    margin-top: -12px; }
  .tooltip.tip-right > .nub {
    border-color: transparent white transparent transparent;
    right: auto;
    left: -24px;
    top: 50%;
    margin-top: -12px; } }
@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown *:first-child {
    margin-top: 0; }
  .f-dropdown *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 0.8125em;
    cursor: pointer;
    line-height: 1.125em;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      display: block;
      padding: 0.3125em 0.625em;
      color: #667667; }
  .f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content *:first-child {
      margin-top: 0; }
    .f-dropdown.content *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

meta.foundation-version {
  font-family: "/5.2.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #696a66;
  padding: 0;
  margin: 0;
  font-family: "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: rgba(255, 255, 255, 0);
  color: #333333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #333333;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125em; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px rgba(128, 128, 128, 0);
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px rgba(128, 128, 128, 0);
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    .tab-bar-section {
      text-align: left; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #00b7a8;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 2px #00b7a8, 0 8px 0 2px #00b7a8, 0 16px 0 2px #00b7a8;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0px 0 2px #008076, 0 8px 0 2px #008076, 0 16px 0 2px #008076; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #008fc2;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #008fc2;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: white;
    border-bottom: none;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: rgba(179, 179, 179, 0); }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap .exit-offcanvas-menu {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-offcanvas-menu:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.sub-nav, .sub-nav + figure {
  display: block;
  float: left;
  margin-right: 0.99602%;
  width: 96.11554%;
  margin-right: 0;
  margin-left: 3.88446%; }
  .sub-nav:last-child, .sub-nav + figure:last-child {
    margin-right: 0; }

.comm .login {
  display: block;
  float: left;
  margin-right: 0.99602%;
  width: 37.84861%; }
  .comm .login:last-child {
    margin-right: 0; }
.comm .sns-list {
  display: block;
  float: left;
  margin-right: 0.99602%;
  width: 61.15538%; }
  .comm .sns-list:last-child {
    margin-right: 0; }
.comm .search {
  display: block;
  float: left;
  margin-right: 0.99602%;
  width: 15.70717%; }
  .comm .search:last-child {
    margin-right: 0; }
@media only screen and (min-width: 1024px) {
  .comm .subscribe {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 83.29681%; }
    .comm .subscribe:last-child {
      margin-right: 0; } }

.sns-list > li {
  display: block;
  float: left;
  margin-right: 0.99602%;
  width: 32.66906%; }
  .comm .sns-list > li {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 24.25299%; }
    .comm .sns-list > li:last-child {
      margin-right: 0; }
  .sns-list > li:last-child {
    margin-right: 0; }

/* Dynamic menu */
.dynamic-content {
  overflow: hidden; }
  .dynamic-content .book {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 53.38645%;
    margin-right: 0; }
    .dynamic-content .book:last-child {
      margin-right: 0; }
  .dynamic-content .chapter {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 42.89841%;
    margin-left: 2.71912%;
    margin-right: 0; }
    .dynamic-content .chapter:last-child {
      margin-right: 0; }
  @media only screen and (min-width: 200px) and (max-width: 480px) {
    .dynamic-content .book {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 65.03984%; }
      .dynamic-content .book:last-child {
        margin-right: 0; }
    .dynamic-content .chapter {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 30.07968%;
      margin-left: 3.88446%;
      margin-right: 0; }
      .dynamic-content .chapter:last-child {
        margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .chapter li {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 22.31076%; }
    .chapter li:last-child {
      margin-right: 0; }
    .chapter li:nth-child(4n) {
      margin-right: 0; }
    .chapter li:nth-child(4n+1) {
      clear: left; } }

.scroll {
  height: 400px; }

@media only screen and (min-width: 1024px) {
  article[role="excerpt"] {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 100%; }
    article[role="excerpt"]:last-child {
      margin-right: 0; } }
@media only screen and (min-width: 200px) and (max-width: 1024px) {
  article[role="excerpt"] {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 99.22311%; }
    article[role="excerpt"]:last-child {
      margin-right: 0; } }
article[role="excerpt"] header {
  display: block; }
  article[role="excerpt"] header:before, article[role="excerpt"] header:after {
    content: " ";
    display: table; }
  article[role="excerpt"] header:after {
    clear: both; }
@media only screen and (min-width: 768px) {
  article[role="excerpt"] h1 {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 53.38645%;
    margin-left: 3.88446%; }
    article[role="excerpt"] h1:last-child {
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  article[role="church"] [role="aside"] {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 18.42629%; }
    article[role="church"] [role="aside"]:last-child {
      margin-right: 0; }
    article[role="church"] [role="aside"] + div {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 78.63546%;
      margin-left: 1.94223%; }
      article[role="church"] [role="aside"] + div:last-child {
        margin-right: 0; }
  article[role="church"] [role="location"] {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 33.96414%; }
    article[role="church"] [role="location"]:last-child {
      margin-right: 0; }
  article[role="church"] .module {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 63.09761%;
    margin-left: 1.94223%;
    margin-right: 0; }
    article[role="church"] .module:last-child {
      margin-right: 0; } }

@media only screen and (min-width: 1024px) {
  .container {
    max-width: 64em;
    margin-left: auto;
    margin-right: auto; }
    .container:before, .container:after {
      content: " ";
      display: table; }
    .container:after {
      clear: both; }
    .container > aside {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 30.07968%;
      margin-left: 3.88446%;
      margin-right: 0; }
      .container > aside:last-child {
        margin-right: 0; }

  .callout aside {
    margin-left: 0%; }

  .columns-2 {
    display: block; }
    .columns-2:before, .columns-2:after {
      content: " ";
      display: table; }
    .columns-2:after {
      clear: both; }
    .columns-2 > li {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 49.50199%; }
      .columns-2 > li:last-child {
        margin-right: 0; }
      .columns-2 > li:nth-child(2n) {
        margin-right: 0; }
      .columns-2 > li:nth-child(2n+1) {
        clear: left; }

  .columns-3 {
    display: block; }
    .columns-3:before, .columns-3:after {
      content: " ";
      display: table; }
    .columns-3:after {
      clear: both; }
    .columns-3 > li {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 32.66906%; }
      .columns-3 > li:last-child {
        margin-right: 0; }
      .columns-3 > li:nth-child(3n) {
        margin-right: 0; }
      .columns-3 > li:nth-child(3n+1) {
        clear: left; }

  .columns-4 {
    display: block; }
    .columns-4:before, .columns-4:after {
      content: " ";
      display: table; }
    .columns-4:after {
      clear: both; }
    .columns-4 > li {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 24.25299%; }
      .columns-4 > li:last-child {
        margin-right: 0; }
      .columns-4 > li:nth-child(4n) {
        margin-right: 0; }
      .columns-4 > li:nth-child(4n+1) {
        clear: left; }

  .columns-6 {
    display: block; }
    .columns-6:before, .columns-6:after {
      content: " ";
      display: table; }
    .columns-6:after {
      clear: both; }
    .columns-6 > li {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 15.83614%; }
      .columns-6 > li:last-child {
        margin-right: 0; }
      .columns-6 > li:nth-child(6n) {
        margin-right: 0; }
      .columns-6 > li:nth-child(6n+1) {
        clear: left; }

  section[role="main"] {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 65.03984%;
    margin-right: 0; }
    section[role="main"]:last-child {
      margin-right: 0; }
    section[role="main"] > article .sns-list {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 14.54183%;
      margin-left: 7.76892%;
      margin-right: 0; }
      section[role="main"] > article .sns-list:last-child {
        margin-right: 0; }
    section[role="main"] > article header > div {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 76.69323%; }
      section[role="main"] > article header > div:last-child {
        margin-right: 0; }
    section[role="main"] > article header .results {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 22.31076%;
      margin-right: 0; }
      section[role="main"] > article header .results:last-child {
        margin-right: 0; }
    section[role="main"] > article .header {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 76.69323%; }
      section[role="main"] > article .header:last-child {
        margin-right: 0; }

  .slider.sub {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 92.23108%;
    margin-right: 0;
    margin-left: 7.76892%; }
    .slider.sub:last-child {
      margin-right: 0; }
  .slider .image {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 53.38645%; }
    .slider .image:last-child {
      margin-right: 0; }
  .slider .content {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 45.61753%; }
    .slider .content:last-child {
      margin-right: 0; }

  .callout.secondary > .columns-3 {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 68.9243%; }
    .callout.secondary > .columns-3:last-child {
      margin-right: 0; }

  .featured .img {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 30.07968%; }
    .featured .img:last-child {
      margin-right: 0; }
  .featured .img + div {
    margin-left: 1.94223%;
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 66.98207%; }
    .featured .img + div:last-child {
      margin-right: 0; }
    aside .featured .img + div {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 61.15538%; }
      aside .featured .img + div:last-child {
        margin-right: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section[role="main"] {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 59.21315%;
    margin-right: 0; }
    section[role="main"]:last-child {
      margin-right: 0; }
    section[role="main"] + aside {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 37.84861%;
      margin-left: 1.94223%;
      margin-right: 0; }
      section[role="main"] + aside:last-child {
        margin-right: 0; }

  .tablet-columns-2 {
    display: block; }
    .tablet-columns-2:before, .tablet-columns-2:after {
      content: " ";
      display: table; }
    .tablet-columns-2:after {
      clear: both; }
    .tablet-columns-2 > li {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 49.50199%; }
      .tablet-columns-2 > li:last-child {
        margin-right: 0; }
      .tablet-columns-2 > li:nth-child(2n) {
        margin-right: 0; }
      .tablet-columns-2 > li:nth-child(2n+1) {
        clear: left; }

  .tablet-column-grid-2 {
    display: block; }
    .tablet-column-grid-2 > li {
      width: 50%;
      padding: 0 4px 8px; }
      .tablet-column-grid-2 > li:nth-of-type(n) {
        clear: none; }
      .tablet-column-grid-2 > li:nth-of-type(2n+1) {
        clear: both; }
    .tablet-column-grid-2:before, .tablet-column-grid-2:after {
      content: " ";
      display: table; }
    .tablet-column-grid-2:after {
      clear: both; }

  .tablet-column-grid-3 {
    display: block; }
    .tablet-column-grid-3 > li {
      width: 33.33333%;
      padding: 0 4px 8px; }
      .tablet-column-grid-3 > li:nth-of-type(n) {
        clear: none; }
      .tablet-column-grid-3 > li:nth-of-type(3n+1) {
        clear: both; }
    .tablet-column-grid-3:before, .tablet-column-grid-3:after {
      content: " ";
      display: table; }
    .tablet-column-grid-3:after {
      clear: both; }

  .tablet-column-grid-4 {
    display: block; }
    .tablet-column-grid-4 > li {
      width: 25%;
      padding: 0 4px 8px; }
      .tablet-column-grid-4 > li:nth-of-type(n) {
        clear: none; }
      .tablet-column-grid-4 > li:nth-of-type(4n+1) {
        clear: both; }
    .tablet-column-grid-4:nth-child(4n) {
      margin-right: 0; }
    .tablet-column-grid-4:nth-child(4n+1) {
      clear: left; }
    .tablet-column-grid-4:before, .tablet-column-grid-4:after {
      content: " ";
      display: table; }
    .tablet-column-grid-4:after {
      clear: both; }

  .columns-4.panel-bar, .columns-4.panel-bar-top, section[role="main"] ~ aside .columns-4.panel, section[role="main"] ~ aside .columns-4.panel-bar {
    display: block; }
    .columns-4.panel-bar:before, .columns-4.panel-bar-top:before, section[role="main"] ~ aside .columns-4.panel:before, section[role="main"] ~ aside .columns-4.panel-bar:before, .columns-4.panel-bar:after, .columns-4.panel-bar-top:after, section[role="main"] ~ aside .columns-4.panel:after, section[role="main"] ~ aside .columns-4.panel-bar:after {
      content: " ";
      display: table; }
    .columns-4.panel-bar:after, .columns-4.panel-bar-top:after, section[role="main"] ~ aside .columns-4.panel:after, section[role="main"] ~ aside .columns-4.panel-bar:after {
      clear: both; }
    .columns-4.panel-bar > li, .columns-4.panel-bar-top > li, section[role="main"] ~ aside .columns-4.panel > li, section[role="main"] ~ aside .columns-4.panel-bar > li {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 24.25299%; }
      .columns-4.panel-bar > li:last-child, .columns-4.panel-bar-top > li:last-child, section[role="main"] ~ aside .columns-4.panel > li:last-child {
        margin-right: 0; }
      .columns-4.panel-bar > li:nth-child(4n), .columns-4.panel-bar-top > li:nth-child(4n), section[role="main"] ~ aside .columns-4.panel > li:nth-child(4n) {
        margin-right: 0; }
      .columns-4.panel-bar > li:nth-child(4n+1), .columns-4.panel-bar-top > li:nth-child(4n+1), section[role="main"] ~ aside .columns-4.panel > li:nth-child(4n+1) {
        clear: left; }

  .slider .image {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 45.61753%; }
    .slider .image:last-child {
      margin-right: 0; }
  .slider .content {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 53.38645%; }
    .slider .content:last-child {
      margin-right: 0; }

  .callout.secondary .global-prayers {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 49.50199%; }
    .callout.secondary .global-prayers:last-child {
      margin-right: 0; }

  [class*="column-grid-"] > li {
    display: inline;
    float: left; }

  section[role="main"] > article .sns-list {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 14.54183%;
    margin-right: 0; }
    section[role="main"] > article .sns-list:last-child {
      margin-right: 0; }
  section[role="main"] > article header > div {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 84.46215%; }
    section[role="main"] > article header > div:last-child {
      margin-right: 0; }
  section[role="main"] > article .header {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 84.46215%; }
    section[role="main"] > article .header:last-child {
      margin-right: 0; }

  .featured .img, .recommended .img {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 33.96414%; }
    .featured .img:last-child, .recommended .img:last-child {
      margin-right: 0; }
  .featured .img + div, .featured .img + p, .recommended .img + div, .recommended .img + p {
    margin-left: 3.88446%;
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 53.38645%; }
    .featured .img + div:last-child, .featured .img + p:last-child, .recommended .img + div:last-child, .recommended .img + p:last-child {
      margin-right: 0; }
    aside .featured .img + div, aside .featured .img + p, aside .recommended .img + div, aside .recommended .img + p {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 61.15538%; }
      aside .featured .img + div:last-child, aside .featured .img + p:last-child, aside .recommended .img + div:last-child, aside .recommended .img + p:last-child {
        margin-right: 0; } }
@media only screen and (min-width: 768px) {
  .half {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 49.50199%; }
    .half:last-child {
      margin-right: 0; }
    .half:nth-child(even) {
      margin-right: 0; }

  input[type="text"] {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 49.50199%; }
    input[type="text"]:last-child {
      margin-right: 0; }

  form.custom .custom.dropdown, form.custom select, .custom.dropdown, select {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 49.50199%; }
    form.custom .custom.dropdown:last-child, form.custom select:last-child, .custom.dropdown:last-child, select:last-child {
      margin-right: 0; }
  fieldset[role="custom"] .custom.dropdown, fieldset[role="custom"] select {
    margin-right: 0; }

  fieldset[role="dynamic"] > h2 {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 26.19522%; }
    fieldset[role="dynamic"] > h2:last-child {
      margin-right: 0; }
  fieldset[role="dynamic"] input[name="search"] {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 23.86454%; }
    fieldset[role="dynamic"] input[name="search"]:last-child {
      margin-right: 0; }
  fieldset[role="dynamic"] .dynamic-content-wrap {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 23.86454%; }
    fieldset[role="dynamic"] .dynamic-content-wrap:last-child {
      margin-right: 0; }
  fieldset[role="dynamic"] .custom.dropdown, fieldset[role="dynamic"] select, fieldset[role="dynamic"] select {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 22.31076%;
    margin-right: 0; }
    fieldset[role="dynamic"] .custom.dropdown:last-child, fieldset[role="dynamic"] select:last-child, fieldset[role="dynamic"] select:last-child {
      margin-right: 0; }

  fieldset[role="search"] > h2 {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 22.31076%; }
    fieldset[role="search"] > h2:last-child {
      margin-right: 0; }
  fieldset[role="search"] .reset-wrap {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 61.15538%; }
    fieldset[role="search"] .reset-wrap:last-child {
      margin-right: 0; }
  fieldset[role="search"] input[name="search-reset"] {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 100%; }
    fieldset[role="search"] input[name="search-reset"]:last-child {
      margin-right: 0; }

  fieldset[role="profile-edit"] > label:not(.wrap) {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 41.73307%;
    margin-right: 0; }
    fieldset[role="profile-edit"] > label:not(.wrap):last-child {
      margin-right: 0; }
  fieldset[role="profile-edit"] > input[type="text"], fieldset[role="profile-edit"] input[type="text"] + .tagline, fieldset[role="profile-edit"] label.wrap, fieldset[role="profile-edit"] textarea, fieldset[role="profile-edit"] label + div {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 57.27092%;
    margin-right: 0; }
    fieldset[role="profile-edit"] > input[type="text"]:last-child, fieldset[role="profile-edit"] input[type="text"] + .tagline:last-child, fieldset[role="profile-edit"] label.wrap:last-child, fieldset[role="profile-edit"] textarea:last-child, fieldset[role="profile-edit"] label + div:last-child {
      margin-right: 0; }
  fieldset[role="profile-edit"] label.wrap + label.wrap:not(.full), fieldset[role="profile-edit"] input[type="text"] + .tagline, fieldset[role="profile-edit"] .distinct + .tagline {
    margin-left: 41.56375%; }
  fieldset[role="profile-edit"] label.full {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 100%; }
    fieldset[role="profile-edit"] label.full:last-child {
      margin-right: 0; }
  fieldset[role="profile-edit"] .distinct input[type="text"], fieldset[role="profile-edit"] .distinct .custom.dropdown, fieldset[role="profile-edit"] .distinct select {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 100%; }
    fieldset[role="profile-edit"] .distinct input[type="text"]:last-child, fieldset[role="profile-edit"] .distinct .custom.dropdown:last-child, fieldset[role="profile-edit"] .distinct select:last-child {
      margin-right: 0; }

  fieldset[role="find"] > div {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 26.19522%; }
    fieldset[role="find"] > div:last-child {
      margin-right: 0; }
    fieldset[role="find"] > div:not(:first-child) {
      padding: 0 0 0 5px; }
    fieldset[role="find"] > div:nth-child(4) {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 18.42629%;
      margin-right: 0; }
      fieldset[role="find"] > div:nth-child(4):last-child {
        margin-right: 0; }

  article > img.thumb {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 24.25299%; }
    article > img.thumb:last-child {
      margin-right: 0; }
  article[role^="hero"] {
    display: block; }
    article[role^="hero"]:before, article[role^="hero"]:after {
      content: " ";
      display: table; }
    article[role^="hero"]:after {
      clear: both; }
    article[role^="hero"] header h1 {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 76.69323%; }
      article[role^="hero"] header h1:last-child {
        margin-right: 0; }
    section[role="main"] article[role^="hero"] .header {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 100%; }
      section[role="main"] article[role^="hero"] .header:last-child {
        margin-right: 0; }
  article[role="profile"] > img.thumb + div {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 70.08964%;
    margin-right: 0; }
    article[role="profile"] > img.thumb + div:last-child {
      margin-right: 0; }

  dl[role="profile-info"] dt {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 37.84861%;
    margin-right: 0; }
    dl[role="profile-info"] dt:last-child {
      margin-right: 0; }
  dl[role="profile-info"] dd {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 61.15538%;
    margin-right: 0; }
    dl[role="profile-info"] dd:last-child {
      margin-right: 0; }
  dl[role="profile-info"] dd + dd {
    margin-left: 37.67928%; }

  .accordion > li {
    display: block; }
    .accordion > li:before, .accordion > li:after {
      content: " ";
      display: table; }
    .accordion > li:after {
      clear: both; }
  .accordion .button {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 30.07968%; }
    .accordion .button:last-child {
      margin-right: 0; }
  .accordion .button + p {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 65.03984%;
    margin-left: 3.88446%;
    margin-right: 0; }
    .accordion .button + p:last-child {
      margin-right: 0; }

  .qna .answer-wrap {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 65.03984%; }
    .qna .answer-wrap:last-child {
      margin-right: 0; }
  .qna aside {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 26.19522%;
    margin-left: 1.94223%;
    margin-right: 0; }
    .qna aside:last-child {
      margin-right: 0; }

  [role="results"] .meta {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 30.07968%; }
    [role="results"] .meta:last-child {
      margin-right: 0; }
  li .meta ~ .img {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 30.07968%; }
    li .meta ~ .img:last-child {
      margin-right: 0; }
    li .meta ~ .img + div {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 66.98207%;
      margin-left: 1.94223%;
      margin-right: 0; }
      li .meta ~ .img + div:last-child {
        margin-right: 0; }

  .header-sorted h2 {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 68.9243%; }
    .header-sorted h2:last-child {
      margin-right: 0; }
  .header-sorted .results {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 30.07968%; }
    .header-sorted .results:last-child {
      margin-right: 0; }
  .header-sorted + ul > li .img {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 30.07968%; }
    .header-sorted + ul > li .img:last-child {
      margin-right: 0; }
    .header-sorted + ul > li .img + div {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 66.98207%;
      margin-left: 1.94223%;
      margin-right: 0; }
      .header-sorted + ul > li .img + div:last-child {
        margin-right: 0; }

  .reg-form #zipcode {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 47.55976%; }
    .reg-form #zipcode:last-child {
      margin-right: 0; }
    .reg-form #zipcode + input, .reg-form #zipcode + div {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 47.55976%;
      margin-left: 3.88446%;
      margin-right: 0; }
      .reg-form #zipcode + input:last-child, .reg-form #zipcode + div:last-child {
        margin-right: 0; }
  .reg-form select#gender + div {
    display: block;
    float: left;
    margin-right: 0.99602%;
    width: 47.55976%; }
    .reg-form select#gender + div:last-child {
      margin-right: 0; }
    .reg-form select#gender + div + select + div {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 47.55976%;
      margin-left: 3.88446%;
      margin-right: 0; }
      .reg-form select#gender + div + select + div:last-child {
        margin-right: 0; } }
@media only screen and (max-width: 768px) {
  .smart-columns-2 {
    display: block; }
    .smart-columns-2:before, .smart-columns-2:after {
      content: " ";
      display: table; }
    .smart-columns-2:after {
      clear: both; }
    .smart-columns-2 > li {
      display: block;
      float: left;
      margin-right: 0.99602%;
      width: 49.50199%; }
      .smart-columns-2 > li:last-child {
        margin-right: 0; }
      .smart-columns-2 > li:nth-child(2n) {
        margin-right: 0; }
      .smart-columns-2 > li:nth-child(2n+1) {
        clear: left; } }
/* Global / Tools */
img {
  width: 100%; }

.cf:before, .panel:before, .panel-bar:before, .panel-bar-top:before, section[role="main"] ~ aside .panel:before, .qna:before, .cf:after, .panel:after, .panel-bar:after, .panel-bar-top:after, section[role="main"] ~ aside .panel:after, .qna:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.cf:after, .panel:after, .panel-bar:after, .panel-bar-top:after, section[role="main"] ~ aside .panel:after, .qna:after {
  clear: both; }

.panel-bar, .panel-bar-top, section[role="main"] ~ aside .panel, section[role="main"] ~ aside .panel-bar {
  margin-bottom: .75em;
  background-color: #f8f8f8;
  border-left: 0;
  border-right: 0;
  border-top: 4px solid #667667;
  border-bottom: 4px solid #667667; }

.panel-bar-top {
  border-bottom: 0; }

.row {
  clear: both; }

.container {
  background-color: #fff;
  z-index: 0; }

ol, ul {
  list-style: none; }

ul li ul, ul li ol {
  margin-left: 0; }

h1, h1 > a {
  font: normal 35px "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

input[type="text"] {
  color: #bbbbbb; }
  input[type="text"]:focus {
    color: #667667; }

input[name="search"] {
  background: white url(../img/icon-search.png) no-repeat 98% 50%; }
  input[name="search"]:-ms-input-placeholder {
    color: #a6a6a6; }

input[type="submit"], input[type="reset"], a[title*="More"], #optoutReconsider {
  float: right; }

input[type="reset"] {
  margin-left: 1.5em; }

.spr-wrap, .answer .spr-wrap {
  display: inline-block;
  float: left;
  vertical-align: middle;
  text-align: center; }

.reset-wrap {
  position: relative;
  display: block; }

.reset-icon {
  display: block;
  position: absolute;
  top: 5px;
  right: 1em;
  width: 1.5rem;
  height: 1.5rem;
  padding: .35em;
  background-color: #a2a2a2;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  font-size: .75em;
  color: #fff; }

.close {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 5px;
  right: 5px;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  overflow: hidden;
  text-align: center; }

.checked:before {
  content: "\2713 "; }
  @media only screen and (min-width: 480px) {
    .checked:before {
      position: absolute;
      left: 0; } }

textarea {
  font-size: .85em;
  resize: vertical; }

.button.small {
  min-width: 110px; }

.button-trans {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.25);
  font-size: 0.75rem; }

.button-group > li {
  margin-right: 0.5rem; }

.button.dropdown {
  text-align: right; }
.button.default {
  width: 100%;
  background-color: #fff;
  color: #a6a6a6 !important;
  border: 1px solid #bbb;
  font-size: 12px; }
.button.open {
  border-bottom: 1px solid #fff;
  z-index: 3; }
.button[role="submit"] {
  margin-top: 2em; }
.button.has-tip {
  display: block; }

.back {
  display: inline-block;
  margin: 0 0 .75em 1.75em;
  font-size: 0.875rem; }

section[role="main"] {
  position: relative; }
  section[role="main"] > header {
    clear: both; }

.dynamic-content-wrap:before {
  bottom: 0; }

p .more, .content .more {
  font-size: 0.875rem;
  font-family: "Open Sans", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 800;
  white-space: nowrap; }
.more .arrow-r {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0 .5em;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transform: rotate(360deg); }

.component-title {
  font: normal 24px "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #667667; }

.divider-hor {
  margin: 1.25em 0; }
  .divider-hor {
    overflow: hidden;
    text-align: center;
    font-size: 1em; }
  .divider-hor:before, .divider-hor:after {
    content: "";
    display: inline-block;
    position: relative;
    height: .1em;
    width: 50%;
    margin-bottom: .15em;
    vertical-align: middle;
    border-bottom: 1px solid #dddddd; }
  .divider-hor:before {
    right: 0.5em;
    margin-left: -50%; }
  .divider-hor:after {
    left: 0.5em;
    margin-right: -50%; }

.list {
  padding: 1em; }
  .list > li {
    margin-bottom: .75em; }
    .list > li.current a {
      text-decoration: underline; }
  .list.inline > li {
    float: left;
    margin-right: 1em; }

.comm-block-link, .comm .login > a, .comm .search > a, .subscribe > a {
  display: inline-block;
  width: 100%;
  height: 42px;
  color: #fff;
  background-color: #00b7a8;
  line-height: 40px;
  text-align: center; }

.widget-aside .image, .global-prayers .image {
  float: left;
  margin: 0 .5em 0 0; }
.widget-aside h3, .global-prayers h3 {
  font-size: 0.875rem;
  font-family: "ArvoBold", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-top: 0; }
.widget-aside h4, .global-prayers h4 {
  font: normal 0.75rem "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-bottom: .75em; }
.widget-aside p, .global-prayers p {
  font-size: 0.75rem;
  line-height: 1.15em; }
.widget-aside .panel, .global-prayers .panel, .widget-aside .panel-bar, .global-prayers .panel-bar, .widget-aside .panel-bar-top, .global-prayers .panel-bar-top, .widget-aside section[role="main"] ~ aside .panel, section[role="main"] ~ aside .widget-aside .panel, .global-prayers section[role="main"] ~ aside .panel, section[role="main"] ~ aside .global-prayers .panel {
  padding: 1em; }
.callout.secondary .widget-aside .panel, .callout.secondary .global-prayers .panel, .callout.secondary .widget-aside .panel-bar, .callout.secondary .global-prayers .panel-bar, .callout.secondary .widget-aside .panel-bar-top, .callout.secondary .global-prayers .panel-bar-top {
  height: auto;
  background-color: #f8f9f9;
  overflow: hidden;
  border-bottom: 4px solid #667667; }

.results {
  float: left;
  font: 11px "museo_sans500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: right;
  margin-top: 1.25em; }
  @media only screen and (min-width: 200px) and (max-width: 1024px) {
    .results {
      margin-top: 0;
      margin-bottom: 1em; } }
  .results em {
    margin: 0 0 0 1em;
    font-style: normal;
    white-space: nowrap; }

.response {
  margin-bottom: 0;
  text-align: right; }
  .response > p {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    li .response {
      position: absolute;
      right: 0;
      bottom: 0; } }
  @media only screen and (max-width: 768px) {
    li .response {
      text-align: left; } }

.sub-nav + .eyecatcher {
  padding-bottom: 1.25em;
  border-bottom: 1px solid #dddddd; }
.eyecatcher img:last-child {
  margin: 1em 0 0 0; }
  @media only screen and (min-width: 200px) and (max-width: 480px) {
    .eyecatcher img:last-child {
      display: none; } }

.block-list > li, article[role="video-list"] ul:not(.pagination) > li {
  padding: .5em 0 0 .5em;
  margin-bottom: 1em; }
  @media only screen and (min-width: 768px) {
    .block-list > li, article[role="video-list"] ul:not(.pagination) > li {
      border-left: 1px solid #ddd; } }
  .block-list > li:first-child, article[role="video-list"] ul:not(.pagination) > li:first-child, .block-list > li:nth-child(4n+1), article[role="video-list"] ul:not(.pagination) > li:nth-child(4n+1) {
    border-left: 0; }
  .block-list > li .img, article[role="video-list"] ul:not(.pagination) > li .img {
    height: 114px;
    margin: 0 0 1em 0; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .block-list > li .img, article[role="video-list"] ul:not(.pagination) > li .img {
        height: 154px; } }
    .block-list > li .img img, article[role="video-list"] ul:not(.pagination) > li .img img {
      vertical-align: middle; }
  .block-list > li h3, article[role="video-list"] ul:not(.pagination) > li h3 {
    margin-top: 1em;
    margin-bottom: .25em;
    font: 14px "SourceSansProBlack", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .block-list > li p, article[role="video-list"] ul:not(.pagination) > li p {
    font: 14px/1.35em "AmbleLight", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.recommended {
  padding: 1.25em 2em 1.25em 1.65em; }
  .recommended > li {
    padding: 0 4px 0 10px; }
    @media only screen and (min-width: 1024px) {
      .recommended > li {
        border-left: 1px solid #ddd; } }
    .recommended > li:first-child {
      border-left: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .recommended > li {
        padding: .5em 1em; } }
  .recommended p {
    margin: 1em 0;
    font: 14px/1.35em "AmbleLight", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.metadata, .response, .meta, .tags {
  font-size: .8em;
  font-family: "AmbleLight", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 1em 0;
  overflow: hidden; }
  .metadata > li, .response > li, .meta > li, .tags > li {
    float: left;
    margin: 0 2em 0 0; }

.meta {
  display: block;
  margin-bottom: .25em;
  font-style: normal; }
  .meta + .metadata, .meta + .response, .meta + .meta, .meta + .tags {
    float: right; }
    .meta + .metadata > li, .meta + .response > li, .meta + .meta > li, .meta + .tags > li {
      margin: 0 0 0 2em; }
    .meta + .metadata + div, .meta + .response + div, .meta + .meta + div, .meta + .tags + div {
      clear: both; }
    .meta + .metadata + .img, .meta + .response + .img, .meta + .meta + .img, .meta + .tags + .img {
      clear: left;
      margin-top: 1em; }
      @media only screen and (max-width: 768px) {
        .meta + .metadata + .img, .meta + .response + .img, .meta + .meta + .img, .meta + .tags + .img {
          display: block;
          margin-bottom: 1em; } }

.tags > li {
  margin: 0 .25em 0 0; }

.meta-title, .button-group-title {
  float: left;
  margin-right: 1em;
  margin-top: .25em;
  font: normal 0.8em "AmbleLight", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.button-group-title {
  float: none;
  text-transform: none; }
  article .button-group-title {
    margin-bottom: 1em; }

.insp-image .button-trans {
  display: block;
  margin: 1em 0;
  font-size: 0.8125rem; }

.church-list, dl[role="profile-info"] dd {
  position: relative;
  margin-bottom: .25em;
  padding: .5em;
  background-color: rgba(187, 187, 187, 0.1);
  border: 1px solid #dddddd;
  overflow: hidden; }
  .church-list .thumb, dl[role="profile-info"] dd .thumb {
    display: block;
    position: relative;
    min-width: 64px;
    min-height: 64px;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 2em;
    overflow: hidden;
    background-color: #008fc2;
    text-align: center; }
    .church-list .thumb + a, dl[role="profile-info"] dd .thumb + a {
      display: block;
      margin: .5em 0;
      line-height: 1em; }
      @media only screen and (min-width: 200px) and (max-width: 480px) {
        .church-list .thumb + a, dl[role="profile-info"] dd .thumb + a {
          margin-bottom: .25em; } }
    .church-list .thumb .spr, dl[role="profile-info"] dd .thumb .spr, .church-list .thumb .spr-gen, dl[role="profile-info"] dd .thumb .spr-gen {
      position: absolute;
      bottom: 0;
      left: 22%; }
  .church-list span, dl[role="profile-info"] dd span {
    font-size: 0.8125rem;
    line-height: 1.25em; }
    .church-list span:not(:first-child), dl[role="profile-info"] dd span:not(:first-child) {
      display: block; }

.location h2 {
  font-size: 1.5em; }
.location input[type="text"] {
  width: 100px !important; }
.location .custom.dropdown {
  width: 100% !important; }
  .location .custom.dropdown > ul {
    height: 220px; }
.location p, .location input, .location .button {
  clear: both; }
.location p:not(.divider-hor) {
  margin-bottom: .5em;
  font-size: .85em; }

/* Shared styles */
.drop-shadow-curved, .drop-shadow-curved-top {
  position: relative;
  margin: 1em 0;
  padding: 1em 0;
  background: #fff; }
  .drop-shadow-curved:before, .drop-shadow-curved-top:before, .drop-shadow-curved:after, .drop-shadow-curved-top:after {
    content: "";
    position: absolute;
    z-index: -1; }
  .drop-shadow-curved:before, .drop-shadow-curved-top:before {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    left: 50px;
    right: 50px;
    -moz-border-radius: 500px / 20px;
    border-radius: 500px / 20px; }
  .drop-shadow-curved.primary:before, .primary.drop-shadow-curved-top:before {
    -moz-border-radius: 500px / 150px;
    border-radius: 500px / 150px; }

.drop-shadow-curved-top {
  padding-top: 2em; }
  .drop-shadow-curved-top:before {
    bottom: 50px; }

.form-elem-style-default, .dynamic-content-wrap, form.custom .custom.dropdown, fieldset[role="dynamic"] input, fieldset[role="search"] input, .datepicker.dropdown-menu {
  box-shadow: 0 -4px 0 0px #667667; }

.highlight, dl[role="profile-info"] dt:nth-of-type(even), dl[role="profile-info"] dt:nth-of-type(even) + dd {
  background-color: rgba(187, 187, 187, 0.25);
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.alert {
  margin: 10px auto;
  padding: 10px 20px;
  background-color: #fff;
  border: 4px solid #ed3c6d;
  color: #ed3c6d;
  text-align: center; }
  .alert:before {
    content: "!";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: .5em;
    background-color: #ed3c6d;
    font: normal 1.25em/25px "ArvoBold", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center; }

.wallpaper-wrap {
  position: relative;
  width: 64em;
  padding: 1em 0;
  margin: 0 auto;
  z-index: 0;
  background-color: #fff; }

.top-bar {
  z-index: 1; }
  .top-bar ~ .container {
    padding-top: 1.75em;
    padding-bottom: 2em; }

.arrow-down {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: white transparent transparent transparent;
  border-top-style: solid; }

form.prayerForm {
  display: none; }
  form.prayerForm.prayItForward .custom.dropdown {
    margin-top: 10px; }
form.custom {
  clear: both; }
  form.custom .custom.dropdown .current {
    text-align: right;
    font-family: "museo_sans500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    height: inherit; }
form.expand {
  position: relative;
  min-height: 92px; }
  form.expand.prayerForm {
    min-height: 141px; }
form[role="upload"] input[type="submit"] {
  display: block;
  margin: 0 auto;
  float: none; }
form[role="upload"] .button.secondary {
  width: 100%;
  padding: 1em; }
form[role="upload"] a.fb {
  display: block;
  text-align: center;
  margin-bottom: 1em; }
  form[role="upload"] a.fb img {
    width: auto; }

fieldset input[type="submit"], fieldset input[type="reset"] {
  margin-top: 1.25em; }
fieldset[role="custom"] {
  margin: 1.5em 0;
  background-color: #00b7a8;
  border: none; }
  fieldset[role="custom"] h2 {
    font: 1.5rem "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: transparent; }
  fieldset[role="custom"] input, fieldset[role="custom"] textarea, fieldset[role="custom"] option, fieldset[role="custom"] select {
    border: 0; }
  fieldset[role="custom"] input[type="submit"] {
    margin: 1em 0 0 0;
    background-color: #e6b83a;
    border-color: #a57f15; }
    fieldset[role="custom"] input[type="submit"]:hover, fieldset[role="custom"] input[type="submit"]:focus {
      background-color: #a57f15; }
  fieldset[role="custom"] textarea {
    min-height: 80px; }
  fieldset[role="custom"] label {
    color: #fff; }
    fieldset[role="custom"] label span {
      font-size: 11px; }
  fieldset[role="custom"] .custom.dropdown {
    border: 0; }
  fieldset[role="custom"] .checkbox {
    border: 0; }
  fieldset[role="custom"].expand .dropdown:nth-of-type(1) ~ * {
    display: none; }
  fieldset[role="custom"].expand:hover {
    position: absolute;
    width: 100%;
    z-index: 1;
    cursor: pointer; }
    fieldset[role="custom"].expand:hover .dropdown:nth-of-type(1) ~ * {
      display: block; }
  fieldset[role="custom"].expand #prayerTitle {
    clear: left;
    margin-top: 10px; }
  fieldset[role="custom"].expand h2 {
    float: left; }
    @media only screen and (min-width: 768px) {
      fieldset[role="custom"].expand h2 {
        margin: 0; } }
  fieldset[role="custom"].expand .custom.dropdown {
    float: right;
    margin-bottom: 0; }
  section > header ~ form fieldset[role="custom"].expand {
    margin-top: 0; }
  fieldset[role="custom"].expand textarea {
    float: left;
    margin-top: 2em; }
    fieldset[role="custom"].expand textarea + * {
      clear: both; }
    fieldset[role="custom"].expand textarea#prayer {
      margin-top: 0; }
  fieldset[role="custom"] #loader {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 122px;
    height: 26px;
    display: none;
    float: right; }
fieldset[role="dynamic"], fieldset[role="search"] {
  margin: 1.5em 0 0 0;
  padding: 1em 1em .75em 1em; }
  fieldset[role="dynamic"] h2, fieldset[role="search"] h2 {
    margin-top: 0;
    font: 1.625rem "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 768px) {
    fieldset[role="dynamic"] h2, fieldset[role="dynamic"] input, fieldset[role="dynamic"] .button, fieldset[role="dynamic"] .custom.dropdown, fieldset[role="dynamic"] select, fieldset[role="search"] h2, fieldset[role="search"] input, fieldset[role="search"] .button, fieldset[role="search"] .custom.dropdown, fieldset[role="search"] select {
      margin-bottom: 0; } }
fieldset[role="dynamic"] {
  background-color: #f6f6f6;
  border: 0; }
  @media only screen and (max-width: 768px) {
    fieldset[role="dynamic"] .custom.dropdown {
      clear: both; } }
fieldset[role="search"] {
  background-color: #a7a7a7; }
  fieldset[role="search"] h2 {
    color: #fff; }
  fieldset[role="search"] .s-icon-search {
    margin: 4px 0 0 16px; }
    @media only screen and (max-width: 768px) {
      fieldset[role="search"] .s-icon-search {
        display: none; } }
fieldset[role="profile-edit"] {
  position: relative; }
  fieldset[role="profile-edit"] > input[type="text"] {
    margin-bottom: 2em; }
  fieldset[role="profile-edit"] > input[type="submit"] {
    margin-top: 2em; }
  fieldset[role="profile-edit"] .tagline {
    display: block;
    margin: 0 0 2em 1.75em;
    clear: left;
    font-size: .85em;
    line-height: 1.5em; }
  fieldset[role="profile-edit"] label {
    font-size: 1em; }
    fieldset[role="profile-edit"] label.wrap {
      margin-bottom: 1.5em; }
    fieldset[role="profile-edit"] label .custom.checkbox {
      margin-right: .5em; }
    fieldset[role="profile-edit"] label .tagline {
      margin-top: .75em;
      margin-bottom: 0; }
  fieldset[role="profile-edit"] textarea {
    border: 1px solid #bbbbbb; }
  fieldset[role="profile-edit"] .distinct {
    margin-bottom: 2em;
    padding: 1em;
    background-color: rgba(187, 187, 187, 0.25); }
    fieldset[role="profile-edit"] .distinct > em, fieldset[role="profile-edit"] .distinct label {
      font-style: normal;
      font-size: .85em; }
      fieldset[role="profile-edit"] .distinct > em + a, fieldset[role="profile-edit"] .distinct label + a {
        font-size: .85em;
        float: right; }
    fieldset[role="profile-edit"] .distinct h2 {
      font-size: 1.5em; }
    fieldset[role="profile-edit"] .distinct label {
      margin-bottom: .5em; }
    fieldset[role="profile-edit"] .distinct fieldset {
      margin-top: 0;
      margin-bottom: 0; }
    fieldset[role="profile-edit"] .distinct ul.token-input-list li input {
      width: 100% !important;
      padding: 0.5em 1em;
      margin: 0;
      font-size: 12px; }
  fieldset[role="profile-edit"] .custom.dropdown {
    margin-bottom: 2em; }
fieldset[role="find"] {
  margin-top: 0; }
  @media only screen and (max-width: 768px) {
    fieldset[role="find"] > div {
      margin-top: 1.5em; } }
  fieldset[role="find"] label {
    margin-bottom: 1em; }
  fieldset[role="find"] small {
    display: block;
    clear: both; }
  fieldset[role="find"] input[type="text"], fieldset[role="find"] .custom.dropdown {
    width: 100%;
    margin-bottom: .5em; }

.tooltip {
  margin-top: .25em;
  border: 3px solid rgba(0, 183, 168, 0.45);
  padding: 1.5em;
  box-shadow: 0 0 3px 3px rgba(187, 187, 187, 0.5); }
  .tooltip > .nub:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: -20.25px;
    height: 0;
    width: 0;
    border: solid 15px;
    border-color: transparent transparent rgba(0, 183, 168, 0.35) transparent;
    z-index: -1; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 100%; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background-color: rgba(0, 183, 168, 0.1);
  position: relative; }

.jspDrag {
  background-color: #00b7a8;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 14px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
.jspScrollable, .jspContainer, .jspPane {
  width: 100% !important; }

.scroll {
  width: 100%;
  overflow: auto; }
  .scroll .jspPane > ul {
    margin-right: 1.375rem; }
  .scroll .jspDrag:before {
    content: '...';
    width: 0;
    height: 0;
    position: absolute;
    top: 40%;
    color: #fff; }
  .scroll .jspTrack {
    background-color: transparent; }
    .scroll .jspTrack:before {
      content: '';
      width: 0;
      height: 100%;
      position: absolute;
      left: 45%;
      border-left: 1px solid #dddddd; }

/* Header */
header[role="banner-leaderboard"] {
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    header[role="banner-leaderboard"] {
      min-height: 150px; } }
  header[role="banner-leaderboard"] .banner {
    margin: 1.25rem 0 0.625rem; }
    @media only screen and (min-width: 1024px) {
      header[role="banner-leaderboard"] .banner {
        float: right;
        margin: 1.875rem 0; } }

h1[role="logo"] {
  margin: 0; }
  h1[role="logo"] a {
    display: block;
    width: 233px;
    height: 85px; }
    @media only screen and (min-width: 1024px) {
      h1[role="logo"] a {
        float: left;
        margin: 50px 0 0 10px; } }
    @media only screen and (min-width: 200px) and (max-width: 1024px) {
      h1[role="logo"] a {
        margin: .25em auto .15em; } }
    @media only screen and (min-width: 200px) and (max-width: 480px) {
      h1[role="logo"] a {
        width: 176px;
        height: 52px;
        margin-top: .75em; }
        h1[role="logo"] a .s-gen-logo-main {
          background-position: -252px 0;
          width: 176px;
          height: 50px; } }

/* Topbar */
.top-bar-section ul li > a {
  font: normal 0.8125rem "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.top-bar-section .dropdown {
  height: 100% !important; }
  @media only screen and (min-width: 1024px) {
    .top-bar-section .dropdown li:nth-child(3) {
      margin-top: .5em; } }
.top-bar-section .active > a {
  text-decoration: underline; }
.top-bar-section .js-generated.main a {
  font-size: 0.875em; }
.top-bar-section .off-canvas-list .dropdown {
  position: static;
  left: 0;
  top: 0;
  visibility: visible;
  display: none; }
  .top-bar-section .off-canvas-list .dropdown .js-generated.back {
    display: none; }
.top-bar-section .off-canvas-list .active .dropdown {
  display: block; }

/* Sub nav */
.sub-nav {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.25em;
  font-family: "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem; }
  .sub-nav .active a {
    color: #00b7a8; }
  .sub-nav dt a {
    color: rgba(0, 183, 168, 0.5);
    font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .sub-nav dt {
      margin-bottom: 1.15em; } }
  @media only screen and (min-width: 200px) and (max-width: 480px) {
    .sub-nav dt {
      width: 100%;
      margin-bottom: 1em; } }
  .sub-nav dd {
    margin: 0 0 .75em 3.5em; }
    @media only screen and (min-width: 200px) and (max-width: 480px) {
      .sub-nav dd {
        margin: 0 1.5em .75em .5em; } }

/* Orbits */
ul[data-orbit] {
  margin: 0;
  padding-left: 0;
  list-style-type: none; }

/* initially, hide all slides... */
ul[data-orbit] li,
ul[data-orbit] .orbit-caption {
  display: none; }

/* ...except for the first one */
ul[data-orbit] li:first-child {
  display: block; }

/* show slides once .orbit-container is loaded */
.orbit-container ul[data-orbit] li,
.orbit-container ul[data-orbit] .orbit-caption {
  display: block; }

.slider {
  clear: both;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    .slider {
      height: 400px; }
      .slider.sub {
        height: 380px; } }
  .slider h1, .slider h1 > a {
    font-size: 30px;
    margin-bottom: 5px; }
  .slider a {
    color: #ed3c6d; }
  .slider .more {
    font-size: 0.9375rem;
    position: relative;
    margin-left: 6px; }
  .slider .content p {
    font-family: "AmbleLight", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 17px; }
  @media only screen and (min-width: 200px) and (max-width: 480px) {
    .slider {
      width: 280px;
      margin: 0 auto; }
      .slider h1, .slider h1 > a {
        margin-top: 10px;
        font-size: 20px; }
      .slider .content p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 12px; }
      .slider #believe_contributor, .slider .metadata, .slider .response, .slider .meta, .slider .tags {
        display: none; } }

.slider-container {
  position: relative; }
  .slider-container .slider-prev,
  .slider-container .slider-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important; }
    .slider-container .slider-prev > span,
    .slider-container .slider-next > span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: inset 16px; }
  .slider-container .slider-prev {
    left: 0; }
    .slider-container .slider-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #999;
      margin-left: -4px; }
    .slider-container .slider-prev:hover > span {
      border-right-color: #667667; }
  .slider-container .slider-next {
    right: 0; }
    .slider-container .slider-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #999;
      left: 50%;
      margin-left: -8px; }
    .slider-container .slider-next:hover > span {
      border-left-color: #667667; }

.orbit-container .orbit-slides-container > li {
  margin-bottom: .35em; }
.orbit-container .image > a {
  display: block;
  box-shadow: 6px 6px 9px 1px rgba(0, 0, 0, 0.2); }
.orbit-container .image img {
  width: 100%; }
.orbit-container .image .desc {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 20px;
  font: 0.75rem "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  background-color: #ec3366;
  color: #fff; }
.orbit-container .content {
  padding-left: 2em; }
  @media only screen and (min-width: 200px) and (max-width: 480px) {
    .orbit-container .content {
      padding-left: 0; } }
.orbit-container .orbit-slide-number {
  display: none; }
@media only screen and (min-width: 1024px) {
  .orbit-container .orbit-prev, .orbit-container .orbit-next {
    display: none; } }
.orbit-container .orbit-timer {
  top: -9999em; }
.orbit-container:hover .orbit-prev, .orbit-container:hover .orbit-next {
  display: block; }

.orbit-bullets {
  clear: both;
  text-align: center; }

#believe_contributor {
  font-size: 12px;
  margin-top: -22px;
  margin-bottom: 6px; }

/* Callout */
.callout {
  clear: both; }
  .callout .image {
    display: block; }
    .callout .image img {
      width: 100%; }
  .callout.home {
    background-color: #f8f9f9; }
  .callout.primary {
    position: relative; }
    .callout.primary .container {
      background-color: transparent; }
    @media only screen and (min-width: 768px) {
      .callout.primary ul:not(.columns-3) > li {
        position: relative;
        height: 690px; }
        .callout.primary ul:not(.columns-3) > li .more.box {
          position: absolute;
          width: 100%;
          bottom: 0; } }
    .callout.primary ul:not(.columns-3) > li:hover h2 {
      margin-bottom: 0;
      border-bottom-width: 13px; }
      .callout.primary ul:not(.columns-3) > li:hover h2 a:after {
        content: ' ';
        position: absolute;
        height: 0;
        width: 0;
        bottom: -10px;
        left: 49%;
        border: 5px solid transparent;
        border-top-color: #fff; }
    @media only screen and (min-width: 480px) {
      .callout.primary h3 + p {
        line-height: 1.25; } }
    @media only screen and (min-width: 480px) {
      .callout.primary .columns-3 h3 > a {
        width: 210px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .callout.primary .columns-3 h3 > a {
        width: 240px; } }
    .callout.primary h2 {
      position: relative;
      margin-bottom: 7px; }
      .callout.primary h2 a {
        display: block; }
  .callout h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: "Open Sans", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 800;
    line-height: 2.75em;
    border-bottom: 6px solid #00b7a8; }
  .callout h3 {
    font: 1.125rem "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    margin-top: .5em; }
  .callout h3 + p {
    font-size: 0.875rem;
    margin-bottom: .5em; }
  .callout p {
    font-family: "AmbleLight", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .callout .more.box {
    display: block;
    padding: 0 1em;
    float: none;
    color: #fff;
    background-color: #ed3c6d;
    font-size: 0.75rem;
    text-align: right;
    line-height: 2em; }
  .callout.secondary {
    padding-top: 2em; }
    @media only screen and (min-width: 768px) {
      .callout.secondary .image {
        height: 200px;
        overflow: hidden; } }
    .callout.secondary h2 {
      color: #999;
      font-size: 0.75rem;
      text-align: left;
      border-bottom: 4px solid #667667 !important; }
    .callout.secondary .panel, .callout.secondary .panel-bar, .callout.secondary .panel-bar-top {
      margin-bottom: .25em;
      border: none;
      background-color: #008fc2;
      overflow: hidden; }
      @media only screen and (min-width: 1024px) {
        .callout.secondary .panel, .callout.secondary .panel-bar, .callout.secondary .panel-bar-top {
          height: 16.25rem; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .callout.secondary .panel, .callout.secondary .panel-bar, .callout.secondary .panel-bar-top {
          height: 18.25rem; } }
      .callout.secondary .panel small, .callout.secondary .panel-bar small, .callout.secondary .panel-bar-top small {
        display: block;
        line-height: 1.5em; }
      .callout.secondary .panel p, .callout.secondary .panel-bar p, .callout.secondary .panel-bar-top p {
        font-size: 0.8125rem;
        line-height: 1.35em; }
    .callout.secondary [class*="color-"] .panel h3, .callout.secondary [class*="color-"] .panel-bar h3, .callout.secondary [class*="color-"] .panel-bar-top h3, .callout.secondary [class*="color-"] .panel a, .callout.secondary [class*="color-"] .panel-bar a, .callout.secondary [class*="color-"] .panel-bar-top a, .callout.secondary [class*="color-"] .panel p, .callout.secondary [class*="color-"] .panel-bar p, .callout.secondary [class*="color-"] .panel-bar-top p, .callout.secondary [class*="color-"] .panel small, .callout.secondary [class*="color-"] .panel-bar small, .callout.secondary [class*="color-"] .panel-bar-top small {
      color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .callout.secondary > .columns-3 + aside {
        margin: 0; } }
  .callout .primary_filmstrip_article, .callout .secondary_filmstrip_article {
    border-bottom: 1px #D5D6CF solid; }
  @media (min-width: 752px) {
    .callout .primary_filmstrip_article {
      height: 380px;
      overflow: hidden; } }
  .callout .primary_filmstrip_article h3 {
    font-size: 21px; }
  .callout .secondary_filmstrip_article {
    height: 82px;
    overflow: hidden; }
  .callout .secondary_filmstrip_article h3 {
    font-size: 15px;
    margin-top: 6px; }
  .callout .secondary_filmstrip_article p {
    text-transform: uppercase;
    margin-top: -1px; }
  .callout .last_article {
    border: none; }
  .callout .secondary_filmstrip_article h3 a {
    letter-spacing: -1px; }

/* Color Schemes */
.top-bar-section > ul > li:nth-child(-n+4) > a {
  background-color: #00b7a8; }

nav .color-one:hover > a, nav .color-one .dropdown {
  background-color: #00c6b6 !important; }
nav .color-one .dropdown li a {
  background-color: #00c6b6; }
nav .color-one .dropdown li a:hover {
  background-color: #009e91; }
.color-one a, .callout .color-one > h2 a, .callout .color-one h3 a, .color-one .sub-nav .active a {
  color: #00b7a8; }
.color-one .callout h2, .callout .color-one h2 {
  border-bottom-color: #00b7a8; }
.callout .color-one .more.box, .callout.secondary .color-one .panel, .callout.secondary .color-one .panel-bar, .callout.secondary .color-one .panel-bar-top, .color-one .orbit-bullets li.active, .color-one .pagination li.current a {
  background-color: #00b7a8; }

nav .color-two:hover > a, nav .color-two .dropdown {
  background-color: #f05882 !important; }
nav .color-two .dropdown li a {
  background-color: #f05882; }
nav .color-two .dropdown li a:hover {
  background-color: #c04668; }
.color-two .sub-nav dt a {
  color: rgba(237, 60, 109, 0.5); }
.color-two .sub-nav dt.active a, .color-two .sub-nav dd.active a {
  color: #ed3c6d; }
.color-two a, .callout .color-two > h2 a, .callout .color-two h3 a, .color-two .sub-nav .active a {
  color: #ed3c6d; }
.color-two .sub-nav dt a {
  color: #f16b90; }
.color-two .callout h2, .callout .color-two h2 {
  border-bottom-color: #ed3c6d; }
.callout .color-two .more.box, .callout.secondary .color-two .panel, .callout.secondary .color-two .panel-bar, .callout.secondary .color-two .panel-bar-top, .color-two .orbit-bullets li.active, .color-two .pagination li.current a {
  background-color: #ed3c6d; }

nav .color-three:hover > a, nav .color-three .dropdown {
  background-color: #f9c74b !important; }
nav .color-three .dropdown li a {
  background-color: #f9c74b; }
nav .color-three .dropdown li a:hover {
  background-color: #d8a21a; }
.color-three .sub-nav dt a {
  color: #ecc867; }
.color-three .sub-nav dt.active a, .color-three .sub-nav dd.active a {
  color: #e6b83a; }
.color-three a, .callout .color-three > h2 a, .callout .color-three h3 a, .color-three .sub-nav .active a {
  color: #e6b83a; }
.color-three .sub-nav dt a {
  color: #ecc867; }
.color-three .callout h2, .callout .color-three h2 {
  border-bottom-color: #e6b83a; }
.callout .color-three .more.box, .callout.secondary .color-three .panel, .callout.secondary .color-three .panel-bar, .callout.secondary .color-three .panel-bar-top, .color-three .orbit-bullets li.active, .color-three .pagination li.current a {
  background-color: #e6b83a; }

nav .color-four:hover > a, nav .color-four .dropdown {
  background-color: #00b1f0 !important; }
nav .color-four .dropdown li a {
  background-color: #00b1f0; }
nav .color-four .dropdown li a:hover {
  background-color: #008dc0; }
.color-four .sub-nav dt a {
  color: #00b5f5; }
.color-four .sub-nav dt.active a, .color-four .sub-nav dd.active a {
  color: #008fc2; }
.color-four a, .callout .color-four > h2 a, .callout .color-four h3 a, .color-four .sub-nav .active a {
  color: #008fc2; }
.color-four .sub-nav dt a {
  color: #00b5f5; }
.color-four .callout h2, .callout .color-four h2 {
  border-bottom-color: #008fc2; }
.callout .color-four .more.box, .callout.secondary .color-four .panel, .callout.secondary .color-four .panel-bar, .callout.secondary .color-four .panel-bar-top, .color-four .orbit-bullets li.active, .color-four .pagination li.current a {
  background-color: #008fc2; }

.color-one a.button, .color-two a.button, .color-three a.button, .color-four a.button {
  color: #fff; }

/* Aside */
@media only screen and (min-width: 200px) and (max-width: 480px) {
  section[role="main"] ~ aside .banner + .row {
    display: none; } }
@media only screen and (min-width: 1024px) {
  section[role="main"] ~ aside > div {
    margin-bottom: 2em; } }
section[role="main"] ~ aside > .row {
  margin-bottom: 2em; }
section[role="main"] ~ aside .spr, section[role="main"] ~ aside .spr-gen {
  vertical-align: middle; }
section[role="main"] ~ aside h2 {
  font: 0.8125rem "SourceSansProBlack", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
@media only screen and (min-width: 200px) and (max-width: 480px) {
  section[role="main"] ~ aside .panel-bar .button.small, section[role="main"] ~ aside .panel-bar-top .button.small, section[role="main"] ~ aside .panel .button.small {
    min-width: auto; } }
.callout aside > div {
  margin-bottom: 1.5em; }
aside + .row {
  clear: both; }
aside.profile {
  margin-bottom: 1em; }
  aside.profile .img {
    display: block;
    margin-bottom: 1em;
    overflow: hidden; }
  aside.profile + p {
    clear: both;
    margin-top: 2em; }

/* Global Prayers */
aside .global-prayers .panel .image, aside .global-prayers .panel-bar .image, aside .global-prayers .panel-bar-top .image {
  height: 170px; }
.global-prayers h3 {
  font: normal 1.4375rem "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #8c8c8c; }
  @media only screen and (min-width: 480px) {
    .global-prayers h3 {
      margin-top: 0; } }

@media (min-width: 1007px) {
  .andrea_main_img {
    width: 300px;
    height: 122px;
    margin-bottom: -6px; } }

.andreas_blog {
  width: 99%;
  padding: 5px 15px 15px 15px;
  border-left: #1a76bd 3px solid;
  border-bottom: #1a76bd 8px solid;
  border-right: 1px solid #ddd; }
  .andreas_blog p {
    font-size: 14px;
    line-height: 17px; }
  .andreas_blog .andrea_date {
    font-size: 11px;
    color: #999999; }
  .andreas_blog .andrea_header h3 {
    font-family: "Open Sans", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #1a76bd;
    font-weight: 900;
    font-size: 20px; }
  .andreas_blog .andrea_header .andrea_profile_image {
    float: left;
    width: 69px;
    overflow: hidden;
    padding-right: 8px;
    margin-top: 6px; }
  .andreas_blog .andrea_main {
    line-height: 3.5; }
  .andreas_blog h4, .andreas_blog h5 {
    line-height: 1.1; }
  .andreas_blog h4 a {
    font-family: "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #00b7a8;
    font-size: 20px; }
  .andreas_blog h4 a, .andreas_blog h5 a {
    color: #00b7a8; }
  .andreas_blog h5 a {
    font-family: "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px; }
  .andreas_blog .andrea_main img.header_photo {
    width: 209px;
    height: 17px;
    margin-top: -25px; }
  .andreas_blog .andrea_main .andrea_main_p a {
    color: #00b7a8; }
  .andreas_blog .andrea_main .andrea_main_p .more {
    color: #00b7a8; }
  .andreas_blog .andrea_main h4 {
    margin-top: -15px; }
  .andreas_blog .andrea_main img.main_article_photo {
    margin-top: -25px;
    margin-bottom: 15px;
    width: 265px; }
  .andreas_blog .andrea_main .spacer {
    height: 120px; }
  .andreas_blog .andrea_main a.more {
    color: #00b7a8; }
  .andreas_blog .andrea_more_article .andrea_date {
    margin-top: -10px;
    margin-bottom: 15px; }
  .andreas_blog .andrea_more_button {
    width: 100%;
    padding: 15px;
    background-color: #1a76bd;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Open Sans", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700; }
  .andreas_blog .andrea_more_button:hover {
    background-color: #008fc2; }
  .andreas_blog .wait_theres_more {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px; }
    .andreas_blog .wait_theres_more img {
      margin-bottom: 12px;
      width: 180px;
      height: 14px; }

/* Communication module */
.comm {
  position: relative; }
  header .comm {
    margin-bottom: 1em; }
  .comm .row {
    clear: both;
    margin-bottom: 3px;
    overflow: hidden; }
  @media only screen and (min-width: 200px) and (max-width: 1024px) {
    .comm > div:first-child {
      margin-bottom: 3px; }
    .comm .login {
      display: none; } }
  .comm .login > a {
    text-transform: uppercase;
    font-size: 0.6875rem;
    font-family: "SourceSansProBold", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    line-height: 44px; }
    .comm .login > a:hover {
      background-color: #008479; }
  .comm .search {
    padding-right: 0;
    width: 100%; }
    .comm .search > a {
      background-color: #a7a7a7;
      width: 15%; }
      .comm .search > a:hover {
        background-color: #8d8d8d; }
  .comm .sns-list {
    width: 40%;
    height: 30px; }
  .comm .follow_us {
    float: left;
    width: 60%;
    font-size: 14px;
    line-height: 32px;
    font-family: AmbleLight;
    color: #979794; }
  .comm .subscribe {
    width: 61%; }
    .comm .subscribe > a {
      text-align: center;
      width: 100%; }
  .comm .search-box {
    display: inline-block;
    float: right;
    position: static;
    width: 85%;
    padding: 0px;
    margin: 0px;
    height: 42px; }
    .comm .search-box input {
      height: 100%;
      width: 100%;
      margin: 0px;
      padding: 2px; }
  @media only screen and (min-width: 200px) and (max-width: 1024px) {
    .comm .subscribe {
      width: 100%; }
    .comm .search, .comm .sns-list, .comm .follow_us {
      display: none; } }

.subscribe > a {
  font: normal 0.8125rem "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 40px;
  background-color: #e6b83a;
  padding-top: 3px;
  color: #fff; }
  .subscribe > a:hover {
    background-color: #d2a11b; }
.subscribe .spr, .subscribe .spr-gen {
  vertical-align: bottom; }
@media only screen and (min-width: 200px) and (max-width: 480px) {
  .subscribe {
    float: none;
    margin: 0 auto !important;
    width: 280px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .subscribe {
    display: block;
    min-width: 300px;
    max-width: 300px;
    margin: 0 auto; } }

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  header[role="banner-leaderboard"] .login {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 128px; }
    header[role="banner-leaderboard"] .login > a {
      font-size: 0.8125rem;
      color: #00b7a8;
      text-transform: uppercase; }
    header[role="banner-leaderboard"] .login .dropdown {
      top: 24px; } }
.sns-list {
  position: relative;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    section[role="main"] .sns-list:before {
      content: "share";
      position: absolute;
      left: -36px;
      line-height: 28px;
      font-size: 0.6875rem; } }
  .sns-list li {
    text-align: center; }
  .sns-list .spr, .sns-list .spr-gen {
    vertical-align: middle; }
  .sns-list a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #00b7a8;
    line-height: 30px;
    text-align: center; }
    .sns-list a:hover {
      background-color: #008479; }
    .sns-list a[title="Facebook"] {
      background-color: #3a5894; }
      .sns-list a[title="Facebook"] .spr, .sns-list a[title="Facebook"] .spr-gen {
        vertical-align: bottom;
        margin-left: 10px; }
      .sns-list a[title="Facebook"]:hover {
        background-color: #2c426f; }
    .sns-list a[title="Pinterest"] {
      background-color: #d0262e; }
      .sns-list a[title="Pinterest"]:hover {
        background-color: #a51e24; }
    .sns-list a[title="Twitter"] {
      background-color: #00a8e6; }
      .sns-list a[title="Twitter"]:hover {
        background-color: #0083b3; }
    .sns-list a[title="Google+"] {
      background-color: #e34c3f; }
      .sns-list a[title="Google+"]:hover {
        background-color: #d12d1e; }
  .sns-list.small a {
    height: 26px;
    line-height: 26px; }

/* Footer */
footer {
  padding: 2.4375rem 0;
  margin-top: 2em;
  background-color: #bbbbbb;
  clear: both; }
  footer .container {
    background-color: transparent; }
  footer .side-nav li {
    float: left; }
    footer .side-nav li a {
      padding: 0 .5em;
      border-right: 1px solid #fff;
      color: #fff;
      line-height: 1em; }
    footer .side-nav li a:hover {
      color: #eee; }
  footer .side-nav li:last-child a {
    border: none; }
  footer .secondary a {
    font-size: 0.75rem; }
  footer .copyright {
    margin: 6em 0 0 .5em;
    font-size: 0.625rem;
    color: #fff; }

/* Featured list */
.featured .img {
  margin-top: .15em; }
.featured p {
  font: 1rem "AmbleLight", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1.5em; }
  aside .featured p {
    font-size: 0.75rem;
    line-height: 1.15em;
    margin-bottom: 0; }
aside .featured .more {
  color: #00b7a8; }
.featured > li {
  overflow: hidden;
  padding: 1em 0; }
  aside .featured > li {
    border-bottom: 1px solid #dbdbdb; }
    aside .featured > li:first-child {
      padding-top: 0; }
    aside .featured > li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
.featured h3 {
  font-size: 1.625rem;
  line-height: 1.15em;
  margin-top: 0; }
  @media only screen and (max-width: 768px) {
    .featured h3 {
      margin-top: .5em; } }
  .featured h3 a {
    font-family: "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  aside .featured h3, aside .featured h3 a {
    color: #00b7a8;
    font: 13px "ArvoBold", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.featured h4 {
  font: 0.8125rem "SourceSansProBlack", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

/* Article */
article.panel-bar, article.panel-bar-top, section[role="main"] ~ aside article.panel, section[role="main"] ~ aside article.panel-bar {
  clear: both; }
article.drop-shadow-curved-top header {
  border-bottom: 1px solid #dddddd; }
article .row > ul:first-child > li, article .row .header-sorted + ul > li {
  position: relative;
  overflow: hidden;
  padding: 1.5em 0;
  border-bottom: 1px solid #dddddd; }
  article .row > ul:first-child > li > div, article .row .header-sorted + ul > li > div {
    position: relative; }
  article .row > ul:first-child > li p, article .row .header-sorted + ul > li p {
    clear: both; }
article .row .header-sorted + ul > li:last-child {
  border-bottom: 0; }
article .row .header-sorted + ul > li:first-child {
  border-bottom: 1px solid #dddddd; }
article h3 {
  font-size: 1.625rem;
  line-height: 1.15em; }
  article h3 a {
    font-family: "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal; }
article header {
  padding-bottom: 1em;
  clear: both; }
  article header h1 {
    font-size: 1.625rem; }
  article header + p {
    margin-top: 0; }
article > figure {
  margin: 0 0 1.5em 0; }
article > p, article > p + div, article > div p + div {
  margin: 0 2em 1.5em 0;
  line-height: 1.6;
  font-family: "AmbleLight", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
article h4 + p, article h5 + p, article h6 + p {
  margin-top: 0; }
article > img.thumb {
  margin: .25em 2em .5em 0; }
  article > img.thumb + p {
    margin-bottom: 0; }
    article > img.thumb + p + h5 {
      margin-top: 1.5em; }
article fieldset {
  border: none;
  padding: 0; }
  article fieldset legend {
    margin-bottom: .75em;
    font: 0.875rem "SourceSansProBold", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background-color: transparent; }
  article fieldset textarea {
    margin-bottom: 1.5em;
    border: 20px solid rgba(221, 221, 221, 0.5);
    height: 9em; }
article[role] {
  position: relative; }
  article[role] > header {
    padding-bottom: 0; }
article[role^="hero"] {
  margin: 1.5em 0 2.5em 0;
  clear: both;
  padding: .5em 1.25em;
  background-color: #f6f6f6; }
  article[role^="hero"] header {
    margin: 0 -1.25em;
    padding: 0 1.25em;
    overflow: hidden;
    border-bottom: 1px solid #dddddd; }
    article[role^="hero"] header h1 {
      margin-top: .25em;
      margin-bottom: 0.25em; }
    article[role^="hero"] header .sns-list {
      margin-top: .5em; }
      [role="hero"].panel-bar article[role^="hero"] header .sns-list, [role="hero"].panel-bar-top article[role^="hero"] header .sns-list, section[role="main"] ~ aside [role="hero"].panel article[role^="hero"] header .sns-list {
        margin-top: .25em; }
    article[role^="hero"] header + .metadata, article[role^="hero"] header + .response, article[role^="hero"] header + .meta, article[role^="hero"] header + .tags {
      margin-top: .5em; }
  article[role^="hero"] .header {
    margin-top: 1.25em; }
  article[role^="hero"] p {
    clear: both; }
article[role="excerpt"] {
  padding: 1.25em;
  background-color: #fff;
  border: 1px solid #dddddd;
  float: none; }
  article[role="excerpt"] header {
    border-bottom: 1px solid #dddddd; }
  article[role="excerpt"] h1 {
    margin-bottom: .25em; }
  form.custom + article[role="excerpt"] {
    position: absolute;
    z-index: 1; }
  article[role="excerpt"] .scroll {
    margin-top: 1.5em;
    padding-bottom: 1.5em; }
  article[role="excerpt"] ol {
    margin-right: 3em; }
    article[role="excerpt"] ol li {
      padding: 1em 0; }
  article[role="excerpt"] .pagination {
    float: left;
    margin: .75em 0 .25em 0; }
    @media only screen and (min-width: 200px) and (max-width: 480px) {
      article[role="excerpt"] .pagination {
        margin-top: 0; } }
article[role="results"] {
  margin-top: 3em; }
  article[role="results"] header {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1.75em;
    padding-bottom: 1em; }
  article[role="results"] > header > h1 {
    padding-left: .75em;
    margin-bottom: .25em; }
  article[role="results"] h3 {
    margin-top: 0; }
article[role="video-list"] {
  padding-top: 2em;
  margin-bottom: 6em; }
  article[role="video-list"] ul:not(.pagination) .img {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #000; }
  article[role="video-list"] .more {
    display: block; }
article[role="profile"] {
  margin-bottom: 2em; }
  article[role="profile"] .sns-list + p {
    clear: left; }
article[role="church"] header h1 {
  font-size: 1em;
  margin-bottom: .25em; }
  article[role="church"] header h1 ~ span {
    font-size: .75em;
    line-height: 1.25em;
    display: block; }
@media only screen and (min-width: 200px) and (max-width: 480px) {
  article[role="church"] header > div {
    margin-top: 1em;
    margin-bottom: 1em; } }
article[role="church"] .button small {
  display: block;
  font-size: 0.875rem; }
article[role="church"] ul[role="metadata"] {
  overflow: hidden; }
  article[role="church"] ul[role="metadata"] li {
    clear: both; }
  article[role="church"] ul[role="metadata"] h6 {
    float: left;
    margin-right: 1em; }
    @media only screen and (min-width: 200px) and (max-width: 480px) {
      article[role="church"] ul[role="metadata"] h6 {
        width: 100%;
        margin: 1em 0 .5em; } }
  @media only screen and (min-width: 768px) {
    article[role="church"] ul[role="metadata"] ~ .button {
      width: 48%;
      margin-bottom: 4em; }
      article[role="church"] ul[role="metadata"] ~ .button:nth-of-type(2) {
        float: right;
        margin-bottom: 2em; } }
  @media only screen and (min-width: 200px) and (max-width: 480px) {
    article[role="church"] ul[role="metadata"] ~ .button {
      width: 100%; } }

/* Related Articles*/
.related {
  margin-bottom: 2em; }
  .related h3, .related h3 a {
    font: 1.125rem "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .related p {
    font: 0.875rem "AmbleLight", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

/* Q&A */
.qna .answer-wrap {
  margin-top: 1em;
  margin-bottom: 1em; }
.qna .button {
  float: right;
  margin-top: 20px;
  display: none; }

.question, .answer {
  position: relative;
  margin-bottom: 1em;
  padding-left: 4em;
  font-weight: normal; }
  .question:before, .answer:before {
    content: 'Q:';
    position: absolute;
    left: 0;
    top: -0.4em;
    font-weight: bold;
    font-family: "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 30px; }

.answer:before {
  content: 'A:';
  left: .1em; }
.answer .more {
  font-weight: bold; }
.answer .spr, .answer .spr-gen {
  vertical-align: middle; }
.answer .spr-wrap {
  margin: 0 .5em 0 0;
  padding: .75em;
  background-color: #00b7a8; }

/* Comments */
.comments > li {
  padding: 2em 4em 2em 2em;
  border-bottom: 1px solid #ddd; }
  .panel-bar .comments > li, .panel-bar-top .comments > li, section[role="main"] ~ aside .panel .comments > li, section[role="main"] ~ aside .panel-bar .comments > li {
    background-color: #fff;
    border-bottom: 0;
    margin-bottom: 1.5em; }
    .panel-bar .comments > li:nth-of-type(even), .panel-bar-top .comments > li:nth-of-type(even), section[role="main"] ~ aside .panel .comments > li:nth-of-type(even) {
      background-color: rgba(0, 183, 168, 0.04); }
.comments h3 {
  font: 1rem "SourceSansProBold", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.comments p {
  margin-bottom: 1em;
  font: 0.75rem "AmbleLight", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 2em;
  font-style: italic; }
.comments .date {
  font: 0.8125rem "SourceSansProBold", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.comments .reply {
  display: block;
  margin: 1.5em 0 0 0;
  font: 0.875rem "museo_sans500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

/* Dynamic menu */
.dynamic-content.content {
  width: 340px;
  margin-top: 0;
  padding: 1.5em .75em 1.5em 1em; }
.dynamic-content.open {
  z-index: 2; }
.dynamic-content .active a {
  background-color: #00b7a8;
  color: #fff; }

.book a {
  text-transform: uppercase; }

.chapter li {
  margin: 0 4px 12px 0; }
  @media only screen and (max-width: 768px) {
    .chapter li {
      float: left; } }
  .chapter li:hover {
    background-color: transparent; }
  .chapter li a {
    display: block;
    padding: 0;
    width: 28px;
    height: 29px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    background-color: #bcbcbc; }
    .chapter li a:hover {
      background-color: #dddddd; }
@media only screen and (min-width: 200px) and (max-width: 480px) {
  .chapter + .button {
    float: right; } }

.accordion > li {
  padding: 1.25em;
  overflow: hidden;
  border-bottom: 1px solid #dddddd; }
  .accordion > li:hover, .accordion > li.open {
    background-color: rgba(102, 118, 103, 0.05); }
  .accordion > li .button {
    margin-bottom: 0; }
    .accordion > li .button + p {
      margin-top: .5em;
      margin-bottom: 0;
      font-size: 0.875rem; }
  .accordion > li [role="excerpt"] {
    position: absolute;
    left: -9999em;
    margin-top: 1em;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .accordion > li [role="excerpt"] {
        margin-top: 3em; } }
  .accordion > li.open [role="excerpt"] {
    position: relative;
    left: 0; }

li .breadcrumbs + .metadata, li .breadcrumbs + .response, li .breadcrumbs + .meta, li .breadcrumbs + .tags {
  text-align: right;
  margin-top: .25em;
  font-size: 11px; }
  @media only screen and (min-width: 1024px) {
    li .breadcrumbs + .metadata, li .breadcrumbs + .response, li .breadcrumbs + .meta, li .breadcrumbs + .tags {
      float: right; }
      li .breadcrumbs + .metadata + div, li .breadcrumbs + .response + div, li .breadcrumbs + .meta + div, li .breadcrumbs + .tags + div {
        clear: both; }
      li .breadcrumbs + .metadata > li, li .breadcrumbs + .response > li, li .breadcrumbs + .meta > li, li .breadcrumbs + .tags > li {
        margin: 0 0 0 1em; } }
  @media only screen and (min-width: 768px) {
    li .breadcrumbs + .metadata + .img, li .breadcrumbs + .response + .img, li .breadcrumbs + .meta + .img, li .breadcrumbs + .tags + .img {
      margin-top: 1em; } }

.header-sorted {
  margin: 0;
  padding: 0 1em;
  background-color: #eeeeee; }
  .header-sorted h2 {
    margin: .2em 0;
    text-transform: uppercase; }
  .header-sorted + ul {
    margin-left: 1em;
    margin-right: 1em; }
    .header-sorted + ul > li > ul {
      float: right; }
      .header-sorted + ul > li > ul > li {
        margin: 0 0 0 2em; }
      .header-sorted + ul > li > ul + .img, .header-sorted + ul > li > ul + div {
        clear: both; }

/* Video */
.video {
  display: block;
  clear: both;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 2; }
  @media only screen and (min-width: 1024px) {
    .video {
      height: 346px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .video {
      height: 438px; } }
  @media only screen and (max-width: 768px) {
    .video {
      height: 338px;
      margin-right: 0; } }
  @media only screen and (min-width: 200px) and (max-width: 480px) {
    .video {
      height: 200px;
      margin-right: 0; } }

/* Member Profile */
a.edit {
  margin-top: .5em;
  float: right; }

dl[role="profile-info"] {
  margin-top: 1em; }
  dl[role="profile-info"] dt {
    clear: left;
    padding: 1em; }
    @media only screen and (max-width: 768px) {
      dl[role="profile-info"] dt {
        padding: .5em 1em .25em 1em; }
        dl[role="profile-info"] dt:nth-of-type(even) {
          border-bottom: 0;
          margin-bottom: 0; }
          dl[role="profile-info"] dt:nth-of-type(even) + dd {
            border-top: 0;
            padding: .25em 1em .5em 1em; } }
  dl[role="profile-info"] dd {
    padding: 1em;
    border: none;
    background-color: transparent; }
    dl[role="profile-info"] dd.member_profile_churches {
      margin-bottom: -1.75em; }
    dl[role="profile-info"] dd .thumb {
      min-width: 38px;
      min-height: 38px; }
      dl[role="profile-info"] dd .thumb + a {
        margin: 0; }
      dl[role="profile-info"] dd .thumb .spr, dl[role="profile-info"] dd .thumb .spr-gen {
        bottom: -5px;
        left: 15%; }
    dl[role="profile-info"] dd span {
      line-height: 2em; }

/* Login Box Styles */
.overlay-mask, .login-mask {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  margin: 0 0 0 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998; }

.overlay-form, div[id*="overlay"] div[class$="form"], .login-form, .reg-form, .reg-form-two, .forgot-form, .profile-form {
  display: none;
  position: absolute;
  width: 90%;
  top: 1em;
  left: 5%;
  background-color: #fff;
  z-index: 999;
  overflow: auto;
  padding: 10% 3% 3%;
  border: 8px solid #dddddd; }
  @media only screen and (min-width: 768px) {
    .overlay-form, div[id*="overlay"] div[class$="form"], .login-form, .reg-form, .reg-form-two, .forgot-form, .profile-form {
      width: 60%;
      top: 5%;
      left: 20%;
      padding: 3%; } }
  @media only screen and (min-width: 1024px) {
    .overlay-form, div[id*="overlay"] div[class$="form"], .login-form, .reg-form, .reg-form-two, .forgot-form, .profile-form {
      width: 40%;
      left: 30%; } }
  .overlay-form h1, div[id*="overlay"] div[class$="form"] h1, .login-form h1, .reg-form h1, .reg-form-two h1, .forgot-form h1, .profile-form h1, .overlay-form > h2, div[id*="overlay"] div[class$="form"] > h2, .login-form > h2, .reg-form > h2, .reg-form-two > h2, .forgot-form > h2, .profile-form > h2, .overlay-form form > h2, div[id*="overlay"] div[class$="form"] form > h2, .login-form form > h2, .reg-form form > h2, .reg-form-two form > h2, .forgot-form form > h2, .profile-form form > h2 {
    margin: 0 0 20px;
    text-align: center;
    color: #00c5ae;
    font-size: 24px; }
  .overlay-form .button.fb, div[id*="overlay"] div[class$="form"] .button.fb, .login-form .button.fb, .reg-form .button.fb, .reg-form-two .button.fb, .forgot-form .button.fb, .profile-form .button.fb {
    width: 100%;
    margin-bottom: 0;
    background-color: #3a5894; }
    .overlay-form .button.fb .spr-wrap, div[id*="overlay"] div[class$="form"] .button.fb .spr-wrap, .login-form .button.fb .spr-wrap, .reg-form .button.fb .spr-wrap, .reg-form-two .button.fb .spr-wrap, .forgot-form .button.fb .spr-wrap, .profile-form .button.fb .spr-wrap {
      border-right: 1px solid #fff;
      padding-right: 0.625rem; }
  .overlay-form label, div[id*="overlay"] div[class$="form"] label, .login-form label, .reg-form label, .reg-form-two label, .forgot-form label, .profile-form label, .overlay-form input[type="submit"], div[id*="overlay"] div[class$="form"] input[type="submit"], .login-form input[type="submit"], .reg-form input[type="submit"], .reg-form-two input[type="submit"], .forgot-form input[type="submit"], .profile-form input[type="submit"] {
    clear: both; }
  .overlay-form label.wrap, div[id*="overlay"] div[class$="form"] label.wrap, .login-form label.wrap, .reg-form label.wrap, .reg-form-two label.wrap, .forgot-form label.wrap, .profile-form label.wrap {
    clear: both;
    line-height: 1.6; }
    .overlay-form label.wrap .custom.checkbox, div[id*="overlay"] div[class$="form"] label.wrap .custom.checkbox, .login-form label.wrap .custom.checkbox, .reg-form label.wrap .custom.checkbox, .reg-form-two label.wrap .custom.checkbox, .forgot-form label.wrap .custom.checkbox, .profile-form label.wrap .custom.checkbox {
      line-height: .85; }
  .overlay-form input[type="text"], div[id*="overlay"] div[class$="form"] input[type="text"], .login-form input[type="text"], .reg-form input[type="text"], .reg-form-two input[type="text"], .forgot-form input[type="text"], .profile-form input[type="text"],
  .overlay-form input[type="password"],
  div[id*="overlay"] div[class$="form"] input[type="password"],
  .login-form input[type="password"],
  .reg-form input[type="password"],
  .reg-form-two input[type="password"],
  .forgot-form input[type="password"],
  .profile-form input[type="password"] {
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 1em; }
  .overlay-form input[type="submit"], div[id*="overlay"] div[class$="form"] input[type="submit"], .login-form input[type="submit"], .reg-form input[type="submit"], .reg-form-two input[type="submit"], .forgot-form input[type="submit"], .profile-form input[type="submit"] {
    width: 100%;
    margin-top: 1em; }
  .overlay-form textarea, div[id*="overlay"] div[class$="form"] textarea, .login-form textarea, .reg-form textarea, .reg-form-two textarea, .forgot-form textarea, .profile-form textarea {
    height: 6em; }
  .overlay-form .capcha, div[id*="overlay"] div[class$="form"] .capcha, .login-form .capcha, .reg-form .capcha, .reg-form-two .capcha, .forgot-form .capcha, .profile-form .capcha {
    max-width: 160px;
    margin: .5em 0; }
  @media only screen and (min-width: 200px) and (max-width: 480px) {
    .overlay-form .button.large, div[id*="overlay"] div[class$="form"] .button.large, .login-form .button.large, .reg-form .button.large, .reg-form-two .button.large, .forgot-form .button.large, .profile-form .button.large {
      font-size: 1em;
      padding: 1em; } }

.forgot-form #forgot_success {
  display: none; }
.forgot-form .alert {
  display: none; }
.forgot-form #loader {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 122px;
  height: 26px;
  display: none; }

.profile-form #forgot_success {
  display: none; }
.profile-form .alert {
  display: none; }
.profile-form #loader {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 122px;
  height: 26px;
  display: none; }

#dialog-form {
  display: none; }

.nonmem {
  text-align: center;
  font-size: 1.125rem;
  clear: both; }
  .nonmem > a {
    border-bottom: 1px solid #00b7a8; }
    @media only screen and (min-width: 200px) and (max-width: 480px) {
      .nonmem > a {
        display: inline-block; } }

.s-gen-logo-sub {
  margin-left: 5px; }
  .divider-hor .s-gen-logo-sub {
    vertical-align: text-bottom !important; }

.loginreg > div {
  position: relative; }
  .loginreg > div small {
    position: absolute;
    top: -11px;
    left: 0; }

/* Search Box Style */
.search-box, .subscribe-box {
  display: none;
  position: absolute;
  width: 100%;
  margin-top: -3px;
  padding: 20px;
  border: 5px solid #a7a7a7;
  background: white;
  z-index: 1; }
  @media only screen and (min-width: 200px) and (max-width: 480px) {
    .search-box, .subscribe-box {
      position: relative;
      overflow: hidden; } }

.search-box {
  padding-top: 5px; }
  .search-box input {
    border: none;
    border-bottom: 1px solid #dddddd;
    outline: none;
    width: 100%;
    box-shadow: none;
    font: normal 24px "museo_slab500", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    margin-bottom: 5px; }
    .search-box input:focus {
      border: none;
      border-bottom: 1px solid #ddd;
      outline: none;
      background-color: white;
      box-shadow: none; }
  .search-box em {
    font-size: 12px;
    font-style: normal;
    text-align: left;
    color: red; }
  .search-box ul {
    display: none; }

/* Subscribe Box Style */
.subscribe-box {
  border-color: #e6b83a; }
  .subscribe-box input[type="text"] {
    color: #949090;
    width: 100%; }
  .subscribe-box input[type="submit"] {
    background: #e6b83a;
    border: none;
    padding: 15px;
    color: white;
    font-size: 13px;
    margin: 0 auto;
    width: 62%;
    display: block; }
  .subscribe-box input[type="submit"]:hover {
    background: #d2a11b; }
  .subscribe-box a.no-thx {
    font-size: 13px; }

.cancel {
  margin-left: 3px; }

.comments .reply {
  display: block; }

form.custom .custom.checkbox {
  margin-right: 5px; }

.ui-front {
  z-index: 1000000 !important;
  /* The default is 100. !important overrides the default. */ }

fieldset[role="custom"].expand-hover {
  position: absolute;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  margin-top: 0; }

.boom {
  display: block; }

/*
.datepicker {
  .prev, .next {font-style:normal;}
  .prev:after {content:"«";}
  .next:after {content:"»";}
}
*/
/*!
 * Datepicker for Foundation - less stylesheet, just version customized to foundation
 *
 * Copyright 2013 Peter Beno, najlepsiwebdesigner@gmail.com, @benopeter
 * project website http://foundation-datepicker.peterbeno.com
 *
 * Original project https://github.com/eternicode/bootstrap-datepicker
 * 		Original author 2012 Stefan Petre
 * 		Improvements by Andrew Rowls
 * 		Licensed under the Apache License v2.0
 * 		http://www.apache.org/licenses/LICENSE-2.0
 */
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-size: 13px;
  line-height: 18px; }

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px; }

.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px; }

.datepicker > div {
  display: none; }

.datepicker.days div.datepicker-days {
  display: block; }

.datepicker.months div.datepicker-months {
  display: block; }

.datepicker.years div.datepicker-years {
  display: block; }

.datepicker table {
  border: 0;
  margin: 0; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer; }

.datepicker td.active.day,
.datepicker th.active.day {
  background: #00b7a8;
  color: #fff; }

.datepicker td.active.year,
.datepicker th.active.year {
  background: #00b7a8;
  color: #fff; }

.datepicker td span.active,
.datepicker th span.active {
  background: #00b7a8;
  color: #fff; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer; }

.datepicker th.date-switch {
  width: 145px;
  color: #00b7a8; }

.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent; }

.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none; }

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none; }

.datepicker td.old,
.datepicker td.new {
  color: #999; }

.datepicker td.day.disabled {
  color: #eee; }

[class^='icon-chevron'] {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #00b7a8; }

.icon-chevron-left:before {
  content: '\00AB '; }

.icon-chevron-right:before {
  content: '\00BB '; }

#blockUI_adunit {
  position: absolute;
  top: 200px;
  left: 0px;
  z-index: 50001;
  width: 100%;
  text-align: center;
  margin: 0 auto; }

.blockUI_info .blockUI_infoOuter {
  margin: 0 auto;
  padding: .4em;
  width: 32em;
  border: 1px solid #96b1cc;
  background-color: #eceff2; }

.blockUI_info .blockUI_subContainer {
  text-align: left;
  border: 1px solid #96b1cc;
  background-color: #fff; }

.overlay-resp-blockui {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  margin: -1em 0 0 0;
  z-index: 900;
  background-color: black;
  -moz-opacity: 0.5;
  opacity: 0.5;
  visibility: hidden;
  text-align: inherit; }

#blockUI_adunit.overlay-resp-container {
  display: none;
  position: absolute;
  width: 90%;
  top: 1em;
  left: 4%;
  background-color: #fff;
  z-index: 999;
  overflow: auto; }
  @media only screen and (min-width: 768px) {
    #blockUI_adunit.overlay-resp-container {
      width: 60%;
      top: 5%;
      left: 20%; } }

.overlay-resp-content {
  position: relative; }
  .overlay-resp-content .overlay-resp-close {
    position: absolute;
    top: 1em;
    right: 1em; }

.block-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer; }

/* Offcanvas */
.off-canvas-wrap.move-right .block-overlay {
  display: block; }

.left-off-canvas-menu > form {
  margin: 0;
  padding: 10px;
  background-color: #fff; }
  .left-off-canvas-menu > form input {
    width: 100%;
    margin: 0;
    float: none; }
.left-off-canvas-menu .has-dropdown > a:after {
  display: none; }

.off-canvas-list .arrow-wrapper {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer; }
.off-canvas-list .arrow-down {
  position: absolute;
  top: 40%;
  left: 40%; }

.tab-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 901; }

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1024px) {
  .container {
    width: 64em;
    position: relative;
    padding-right: 10px;
    padding-left: 10px; }

  .top-bar {
    padding: 0;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff; } }
@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .top-bar + div {
    padding-top: 1em; }

  .container article > .row {
    padding: 4px; }

  body header[role="banner-leaderboard"], body header[role="banner-leaderboard"] ~ .container, body header[role="banner-leaderboard"] ~ .callout {
    margin: 6px; }

  .banner {
    text-align: center; }
    aside .banner {
      margin-right: 0; }

  .tablet-column-grid-2 > li:nth-of-type(2) {
    padding-top: 0; } }
@media only screen and (min-width: 768px) {
  .dynamic-content-wrap {
    position: relative;
    float: left; } }
@media only screen and (min-width: 200px) and (max-width: 480px) {
  .spr, .spr-gen {
    vertical-align: middle; }

  ul[class*='columns'] > li {
    margin: 0 0 2em 0; }

  aside .banner:first-child {
    padding-top: 10px; } }
@media only screen and (max-width: 768px) {
  .sns-list {
    margin-bottom: 1em;
    overflow: hidden; }
    .comm .sns-list {
      margin-bottom: 0; } }
.slider.ptarticles {
  margin: auto;
  padding: 15px 20px;
  background-color: #f6f6f6;
  width: 100%;
  position: relative; }

.ptarticles h1 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.625em;
  line-height: 1.308em; }

.ptarticles .sns-list {
  position: relative;
  top: auto;
  right: auto; }

.ptarticles .content {
  width: 100%; }

.ptarticles .content p {
  font: normal normal normal 0.938em/1.4em "AmbleLight", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.featured p.description {
  font: italic normal normal 0.875em/1.214em "AmbleLight", "museo_sans500", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #939598; }

.featured.ptarticles {
  margin-top: 15px; }

.featured.ptarticles p {
  line-height: 1.313em; }

.featured.ptarticles > li {
  border-top: 1px solid #c6c6c6; }

.featured.ptarticles > li:first-child {
  border-top: none; }

.ptarticles + .fbshare {
  width: 250px;
  height: 43px;
  padding: 15px;
  background-color: #3a5897;
  text-align: center;
  color: #fff;
  display: block;
  float: right; }

.ptarticles + .fbshare img {
  width: auto;
  margin-top: -3px;
  margin-right: 15px; }

.cf.more-top-picks, .more-top-picks.panel, .more-top-picks.panel-bar, .more-top-picks.panel-bar-top, section[role="main"] ~ aside .more-top-picks.panel, .more-top-picks.qna {
  padding-top: 40px !important;
  padding-bottom: 0;
  border-bottom: 1px solid #c6c6c6; }

.cf.more-top-picks h2, .more-top-picks.panel h2, .more-top-picks.panel-bar h2, .more-top-picks.panel-bar-top h2, section[role="main"] ~ aside .more-top-picks.panel h2, .more-top-picks.qna h2 {
  margin-bottom: 2px; }

.more-top-picks ul li {
  width: 100%;
  margin-right: 2%;
  float: left; }

.more-top-picks ul li:nth-child(3n) {
  margin-right: 0; }

.more-top-picks ul li:nth-child(n+1) {
  margin-top: 24px; }

.more-top-picks p, .more-top-picks h3 {
  margin: 0;
  padding: 0; }

.more-top-picks .time {
  color: #939598; }

.more-top-picks h3 {
  font-size: 1.125em; }

.ptarticles.pagination {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  clear: both; }

.st_facebook_custom {
  display: block;
  height: 42px;
  width: 252px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'museo_slab500';
  background-color: #3a5897;
  float: right;
  cursor: pointer; }

.st_facebook_custom:hover {
  background-color: #2c4d89; }

.st_facebook_custom img {
  width: auto;
  padding-right: 10px;
  vertical-align: text-bottom; }

.copyright {
  clear: both; }

@media only screen and (min-width: 768px) {
  .ptarticles h1 {
    width: 410px; }

  .more-top-picks ul li:nth-child(n+4) {
    margin-top: 24px; }

  .ptarticles .sns-list {
    position: absolute;
    top: 20px;
    right: 15px; } }
@media only screen and (min-width: 1024px) {
  .ptarticles.pagination {
    width: 42%; }

  .slider.ptarticles {
    height: auto; }

  .more-top-picks ul li {
    width: 32%;
    margin-right: 2%;
    float: left; }

  .color-four .dropdown {
    height: 33px !important; }

  .top-bar-section ul li.store {
    float: none;
    overflow: hidden;
    text-align: center; }

  .top-bar-section li a:not(.button) {
    padding-left: 8px;
    padding-right: 8px; } }
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .featured.ptarticles ul > li {
    display: inline;
    float: left; }

  .more-top-picks ul li {
    width: 32%;
    margin-right: 2%;
    float: left; }

  .featured.ptarticles ul > li:nth-of-type(n) {
    clear: none; }

  .tablet-column-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .featured.ptarticles > li:nth-child(-n+2) {
    border-top: none; }

  .ptarticles.pagination {
    width: 33%;
    padding-bottom: 40px; } }
.top-bar-section ul li.store a {
  background-color: #EC3366; }

.top-bar-section ul li.store a:hover {
  background-color: #C04668; }
