@charset "UTF-8";
:root {
  --font-serif: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  --font-sans-serif: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  --border-color: #e7e7e7;
  --gray-200: #f2f0f0;
  --gray-600: #656c6e;
  --color-1-hex: #eb711b;
  --color-1-rgb: 235, 113, 27;
  --color-1-shadow-hex: #fbe3d1;
  --color-1-shadow-rgb: 251, 226.6, 209.4;
  --color-1-gradient: linear-gradient(315deg, #ffa10a 0%, #ff8614 20%, #fe6b10 58%, #fa4f00 100%);
  --color-2-hex: #612766;
  --color-2-shadow-rgb: 217, 198, 218;
  --color-2-gradient: linear-gradient(135deg, #612766 0%, #612766 35%, #98429f 100%);
  --color-3-hex: #0f5694;
  --color-3-shadow-rgb: 191.986503, 222.215951, 248.613497;
  --color-3-gradient: linear-gradient(135deg, #0f5694 0%, #1f9fc9 100%);
  --color-4-hex: #689018;
  --color-4-shadow-rgb: 155, 205, 51;
  --color-4-gradient: linear-gradient(135deg, #689018 0%, #689018 35%, #9acd34 100%);
  --color-5-hex: #cd3301;
  --color-5-rgb: 205, 51, 1;
  --color-5-shadow-hex: #ffd1c2;
  --color-5-shadow-rgb: 254.704854, 209.252427, 194.495146;
  --color-6-hex: #9acd34;
  --color-6-rgb: 154, 205, 52;
  --color-6-shadow-hex: #9acd34;
  --color-6-shadow-rgb: 154, 205, 52;
  --color-6-gradient: linear-gradient(135deg, #cfeef8 0%, #ebf5d6 100%);
  --color-mint-green-hex: #d3ffe8;
  --color-mint-green-rgb: 211, 255, 232;
  --color-mint-green-shadow-hex: #d3ffe8;
  --color-mint-green-shadow-rgb: 211, 255, 232;
  --color-light-mint-green-hex: #ebf5d6;
  --color-light-mint-green-rgb: 235, 245, 214;
  --color-light-mint-green-shadow-hex: #ebf5d6;
  --color-light-mint-green-shadow-rgb: 235, 245, 214;
  --color-sky-blue-hex: #69b7eb;
  --color-sky-blue-rgb: 105, 183, 235;
  --color-sky-blue-shadow-hex: #69b7eb;
  --color-sky-blue-shadow-rgb: 105, 183, 235;
  --color-light-sky-blue-hex: #cfeef8;
  --color-light-sky-blue-rgb: 207, 238, 248;
  --color-light-sky-blue-shadow-hex: #cfeef8;
  --color-light-sky-blue-shadow-rgb: 207, 238, 248;
  --color-pale-aqua-hex: #b3dbd3;
  --color-pale-aqua-rgb: 179, 219, 211;
  --color-pale-aqua-shadow-hex: #b3dbd3;
  --color-pale-aqua-shadow-rgb: 179, 219, 211;
  --color-pale-pink-hex: #f4d6db;
  --color-pale-pink-rgb: 244, 214, 219;
  --color-pale-pink-shadow-hex: #f4d6db;
  --color-pale-pink-shadow-rgb: 244, 214, 219;
  --color-pale-blue-hex: #cfeef8;
  --color-pale-blue-rgb: 207, 238, 248;
  --color-pale-blue-shadow-hex: #cfeef8;
  --color-pale-blue-shadow-rgb: 207, 238, 248;
  --color-light-purple-hex: #aea4e3;
  --color-light-purple-rgb: 174, 164, 227;
  --color-light-purple-shadow-hex: #aea4e3;
  --color-light-purple-shadow-rgb: 174, 164, 227;
  --color-deep-blue-hex: #0f5694;
  --color-deep-blue-rgb: 15, 86, 148;
  --color-deep-blue-shadow-hex: #c0def9;
  --color-deep-blue-shadow-rgb: 192, 222, 249;
  --color-vivid-sky-blue-hex: #1f9fc9;
  --color-vivid-sky-blue-rgb: 31, 159, 201;
  --color-vivid-sky-blue-shadow-hex: #c0def9;
  --color-vivid-sky-blue-shadow-rgb: 192, 222, 249;
  --color-dark-purple-hex: #612766;
  --color-dark-purple-rgb: 97, 39, 102;
  --color-dark-purple-shadow-hex: #d9c6da;
  --color-dark-purple-shadow-rgb: 217, 198, 218;
  --color-dark-magenta-hex: #98429f;
  --color-dark-magenta-rgb: 152, 66, 159;
  --color-dark-magenta-shadow-hex: #d9c6da;
  --color-dark-magenta-shadow-rgb: 217, 198, 218;
  --color-moss-green-hex: #689018;
  --color-moss-green-rgb: 104, 144, 24;
  --color-moss-green-shadow-hex: #9BCD33;
  --color-moss-green-shadow-rgb: 155, 205, 51;
  --color-lime-green-hex: #9acd34;
  --color-lime-green-rgb: 154, 205, 52;
  --color-lime-green-shadow-hex: #9BCD33;
  --color-lime-green-shadow-rgb: 155, 205, 51;
  --color-vivid-orange-hex: #fa4f00;
  --color-vivid-orange-rgb: 250, 79, 0;
  --color-vivid-orange-shadow-hex: #fbe3d1;
  --color-vivid-orange-shadow-rgb: 251, 227, 209;
  --color-orange-hex: #ffa10a;
  --color-orange-rgb: 255, 161, 10;
  --color-orange-shadow-hex: #fbe3d1;
  --color-orange-shadow-rgb: 251, 227, 209;
  --gradient-light-mint-green-to-light-sky-blue-stops: var(--color-light-mint-green-hex) 0%, var(--color-light-sky-blue-hex) 100%;
  --gradient-light-mint-green-to-light-sky-blue-linear: linear-gradient(var(--gradient-angle, 135deg), var(--gradient-light-mint-green-to-light-sky-blue-stops));
  --gradient-light-purple-to-mint-green-stops: var(--color-light-purple-hex) 0%, var(--color-mint-green-hex) 100%;
  --gradient-light-purple-to-mint-green-linear: linear-gradient(var(--gradient-angle, 135deg), var(--gradient-light-purple-to-mint-green-stops));
  --gradient-sky-blue-to-pale-aqua-to-pale-pink-stops: var(--color-sky-blue-hex) 0%, var(--color-pale-aqua-hex) 50%, var(--color-pale-pink-hex) 100%;
  --gradient-sky-blue-to-pale-aqua-to-pale-pink-linear: linear-gradient(var(--gradient-angle, 135deg), var(--gradient-sky-blue-to-pale-aqua-to-pale-pink-stops));
  --gradient-white-to-pale-blue-stops: #fff 0%, var(--color-pale-blue-hex) 100%;
  --gradient-white-to-pale-blue-linear: linear-gradient(var(--gradient-angle, 135deg), var(--gradient-white-to-pale-blue-stops));
  --gradient-deep-blue-to-vivid-sky-blue-shadow: var(--color-deep-blue-shadow-hex);
  --gradient-deep-blue-to-vivid-sky-blue-stops: var(--color-deep-blue-hex) 0%, var(--color-vivid-sky-blue-hex) 100%;
  --gradient-deep-blue-to-vivid-sky-blue-linear: linear-gradient(var(--gradient-angle, 135deg), var(--gradient-deep-blue-to-vivid-sky-blue-stops));
  --gradient-dark-purple-to-dark-magenta-shadow: var(--color-dark-purple-shadow-hex);
  --gradient-dark-purple-to-dark-magenta-stops: var(--color-dark-purple-hex) 0%, var(--color-dark-purple-hex) 35%, var(--color-dark-magenta-hex) 100%;
  --gradient-dark-purple-to-dark-magenta-linear: linear-gradient(var(--gradient-angle, 135deg), var(--gradient-dark-purple-to-dark-magenta-stops));
  --gradient-moss-green-to-lime-green-shadow: var(--color-moss-green-shadow-hex);
  --gradient-moss-green-to-lime-green-stops: var(--color-moss-green-hex) 0%, var(--color-moss-green-hex) 35%, var(--color-lime-green-hex) 100%;
  --gradient-moss-green-to-lime-green-linear: linear-gradient(var(--gradient-angle, 135deg), var(--gradient-moss-green-to-lime-green-stops));
  --gradient-vivid-orange-to-orange-shadow: var(--color-vivid-orange-shadow-hex);
  --gradient-vivid-orange-to-orange-stops: var(--color-vivid-orange-hex) 0%, var(--color-orange-hex) 100%;
  --gradient-vivid-orange-to-orange-linear: linear-gradient(var(--gradient-angle, 135deg), var(--gradient-vivid-orange-to-orange-stops)); }

.color-1 {
  --background: #eb711b;
  --shadow-color: 251, 226.6, 209.4; }

.color-1.gradient {
  --background: linear-gradient(315deg, #ffa10a 0%, #ff8614 20%, #fe6b10 58%, #fa4f00 100%); }

.color-2 {
  --background: #612766;
  --shadow-color: 217, 198, 218; }

.color-2.gradient {
  --background: linear-gradient(135deg, #612766 0%, #612766 35%, #98429f 100%); }

.color-3 {
  --background: #0f5694;
  --shadow-color: 191.986503, 222.215951, 248.613497; }

.color-3.gradient {
  --background: linear-gradient(135deg, #0f5694 0%, #1f9fc9 100%); }

.color-4 {
  --background: #689018;
  --shadow-color: 155, 205, 51; }

.color-4.gradient {
  --background: linear-gradient(135deg, #689018 0%, #689018 35%, #9acd34 100%); }

.color-5 {
  --background: #cd3301;
  --shadow-color: 254.704854, 209.252427, 194.495146; }

.color-5.gradient {
  --background: ; }

.color-6 {
  --background: #9acd34;
  --shadow-color: 154, 205, 52; }

.color-6.gradient {
  --background: linear-gradient(135deg, #cfeef8 0%, #ebf5d6 100%); }

.color-mint-green {
  --background: #d3ffe8;
  --shadow-color: 211, 255, 232; }

.color-mint-green.gradient {
  --background: ; }

.color-light-mint-green {
  --background: #ebf5d6;
  --shadow-color: 235, 245, 214; }

.color-light-mint-green.gradient {
  --background: ; }

.color-sky-blue {
  --background: #69b7eb;
  --shadow-color: 105, 183, 235; }

.color-sky-blue.gradient {
  --background: ; }

.color-light-sky-blue {
  --background: #cfeef8;
  --shadow-color: 207, 238, 248; }

.color-light-sky-blue.gradient {
  --background: ; }

.color-pale-aqua {
  --background: #b3dbd3;
  --shadow-color: 179, 219, 211; }

.color-pale-aqua.gradient {
  --background: ; }

.color-pale-pink {
  --background: #f4d6db;
  --shadow-color: 244, 214, 219; }

.color-pale-pink.gradient {
  --background: ; }

.color-pale-blue {
  --background: #cfeef8;
  --shadow-color: 207, 238, 248; }

.color-pale-blue.gradient {
  --background: ; }

.color-light-purple {
  --background: #aea4e3;
  --shadow-color: 174, 164, 227; }

.color-light-purple.gradient {
  --background: ; }

.color-deep-blue {
  --background: #0f5694;
  --shadow-color: 192, 222, 249; }

.color-deep-blue.gradient {
  --background: ; }

.color-vivid-sky-blue {
  --background: #1f9fc9;
  --shadow-color: 192, 222, 249; }

.color-vivid-sky-blue.gradient {
  --background: ; }

.color-dark-purple {
  --background: #612766;
  --shadow-color: 217, 198, 218; }

.color-dark-purple.gradient {
  --background: ; }

.color-dark-magenta {
  --background: #98429f;
  --shadow-color: 217, 198, 218; }

.color-dark-magenta.gradient {
  --background: ; }

.color-moss-green {
  --background: #689018;
  --shadow-color: 155, 205, 51; }

.color-moss-green.gradient {
  --background: ; }

.color-lime-green {
  --background: #9acd34;
  --shadow-color: 155, 205, 51; }

.color-lime-green.gradient {
  --background: ; }

.color-vivid-orange {
  --background: #fa4f00;
  --shadow-color: 251, 227, 209; }

.color-vivid-orange.gradient {
  --background: ; }

.color-orange {
  --background: #ffa10a;
  --shadow-color: 251, 227, 209; }

.color-orange.gradient {
  --background: ; }

.gradient-light-mint-green-to-light-sky-blue {
  --shadow: var(--gradient-light-mint-green-to-light-sky-blue-shadow);
  --gradient-stops: var(--gradient-light-mint-green-to-light-sky-blue-stops);
  --background: var(--gradient-light-mint-green-to-light-sky-blue-linear); }

.gradient-light-purple-to-mint-green {
  --shadow: var(--gradient-light-purple-to-mint-green-shadow);
  --gradient-stops: var(--gradient-light-purple-to-mint-green-stops);
  --background: var(--gradient-light-purple-to-mint-green-linear); }

.gradient-sky-blue-to-pale-aqua-to-pale-pink {
  --shadow: var(--gradient-sky-blue-to-pale-aqua-to-pale-pink-shadow);
  --gradient-stops: var(--gradient-sky-blue-to-pale-aqua-to-pale-pink-stops);
  --background: var(--gradient-sky-blue-to-pale-aqua-to-pale-pink-linear); }

.gradient-white-to-pale-blue {
  --shadow: var(--gradient-white-to-pale-blue-shadow);
  --gradient-stops: var(--gradient-white-to-pale-blue-stops);
  --background: var(--gradient-white-to-pale-blue-linear); }

.gradient-deep-blue-to-vivid-sky-blue {
  --shadow: var(--gradient-deep-blue-to-vivid-sky-blue-shadow);
  --gradient-stops: var(--gradient-deep-blue-to-vivid-sky-blue-stops);
  --background: var(--gradient-deep-blue-to-vivid-sky-blue-linear); }

.gradient-dark-purple-to-dark-magenta {
  --shadow: var(--gradient-dark-purple-to-dark-magenta-shadow);
  --gradient-stops: var(--gradient-dark-purple-to-dark-magenta-stops);
  --background: var(--gradient-dark-purple-to-dark-magenta-linear); }

.gradient-moss-green-to-lime-green {
  --shadow: var(--gradient-moss-green-to-lime-green-shadow);
  --gradient-stops: var(--gradient-moss-green-to-lime-green-stops);
  --background: var(--gradient-moss-green-to-lime-green-linear); }

.gradient-vivid-orange-to-orange {
  --shadow: var(--gradient-vivid-orange-to-orange-shadow);
  --gradient-stops: var(--gradient-vivid-orange-to-orange-stops);
  --background: var(--gradient-vivid-orange-to-orange-linear); }

.border-gradient-color-1 {
  position: relative;
  margin-bottom: 1rem; }
  .border-gradient-color-1.circle figure:before, .border-gradient-color-1.circle figure img {
    border-radius: 100%; }
  .border-gradient-color-1 figure {
    position: relative;
    display: inline-block;
    margin: 0;
    z-index: 2;
    border: solid 3px transparent;
    background-clip: padding-box; }
    .border-gradient-color-1 figure:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      margin: -3px;
      background: var(--color-1-gradient); }

.border-gradient-color-2 {
  position: relative;
  margin-bottom: 1rem; }
  .border-gradient-color-2.circle figure:before, .border-gradient-color-2.circle figure img {
    border-radius: 100%; }
  .border-gradient-color-2 figure {
    position: relative;
    display: inline-block;
    margin: 0;
    z-index: 2;
    border: solid 3px transparent;
    background-clip: padding-box; }
    .border-gradient-color-2 figure:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      margin: -3px;
      background: var(--color-2-gradient); }

.border-gradient-color-3 {
  position: relative;
  margin-bottom: 1rem; }
  .border-gradient-color-3.circle figure:before, .border-gradient-color-3.circle figure img {
    border-radius: 100%; }
  .border-gradient-color-3 figure {
    position: relative;
    display: inline-block;
    margin: 0;
    z-index: 2;
    border: solid 3px transparent;
    background-clip: padding-box; }
    .border-gradient-color-3 figure:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      margin: -3px;
      background: var(--color-3-gradient); }

meta.foundation-version {
  font-family: "/5.4.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;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #333;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: auto; }

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%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.333333%; }
  .small-2 {
    width: 16.666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.333333%; }
  .small-5 {
    width: 41.666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.333333%; }
  .small-8 {
    width: 66.666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.333333%; }
  .small-11 {
    width: 91.666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.333333% !important; }
  .small-offset-2 {
    margin-left: 16.666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.333333% !important; }
  .small-offset-5 {
    margin-left: 41.666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.333333% !important; }
  .small-offset-8 {
    margin-left: 66.666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.333333% !important; }
  .small-offset-11 {
    margin-left: 91.666667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.333333%; }
  .medium-2 {
    width: 16.666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.333333%; }
  .medium-5 {
    width: 41.666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.333333%; }
  .medium-8 {
    width: 66.666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.333333%; }
  .medium-11 {
    width: 91.666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.333333% !important; }
  .medium-offset-2 {
    margin-left: 16.666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.333333% !important; }
  .medium-offset-5 {
    margin-left: 41.666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.333333% !important; }
  .medium-offset-8 {
    margin-left: 66.666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.333333% !important; }
  .medium-offset-11 {
    margin-left: 91.666667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.666667%;
    left: auto; } }

@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.333333%; }
  .large-2 {
    width: 16.666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.333333%; }
  .large-5 {
    width: 41.666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.333333%; }
  .large-8 {
    width: 66.666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.333333%; }
  .large-11 {
    width: 91.666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.333333% !important; }
  .large-offset-2 {
    margin-left: 16.666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.333333% !important; }
  .large-offset-5 {
    margin-left: 41.666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.333333% !important; }
  .large-offset-8 {
    margin-left: 66.666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.333333% !important; }
  .large-offset-11 {
    margin-left: 91.666667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.666667%;
    left: auto; } }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #FFFFFF; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #1f9fc9;
  border-color: #1b89ad;
  color: #FFFFFF; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.333333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.666667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.285714%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.111111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.090909%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.333333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.333333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.666667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.285714%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.111111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.090909%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.333333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.333333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.666667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.285714%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.111111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.090909%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.333333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #1f9fc9; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #1f9fc9; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999; }
      .breadcrumbs > *.unavailable a {
        color: #999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 1rem;
  background-color: #1f9fc9;
  border-color: #197fa1;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #197fa1; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.4375rem;
    padding-right: 0.875rem;
    padding-bottom: 0.5rem;
    padding-left: 0.875rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #1f9fc9;
    border-color: #197fa1;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    -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: #197fa1; }
    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: #FFFFFF; }
    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: #1f9fc9; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      -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: #b9b9b9; }
      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: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      -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: #368a55; }
      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: #FFFFFF; }
      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: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      -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: #cf2a0e; }
      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: #FFFFFF; }
      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: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
              box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
              box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > li {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        margin: 0 -2px;
        float: left;
        display: inline-block;
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0px;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
      -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 {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width:40.063em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -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.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
      -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 {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 0.875rem;
      -webkit-top-right-radius: 0.875rem;
      border-top-left-radius: 0.875rem;
      border-top-right-radius: 0.875rem; }
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 0.875rem;
      -webkit-bottom-right-radius: 0.875rem;
      border-bottom-left-radius: 0.875rem;
      border-bottom-right-radius: 0.875rem; }
  @media only screen and (min-width:40.063em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -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.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 0.875rem;
        -webkit-top-right-radius: 0.875rem;
        border-top-left-radius: 0.875rem;
        border-top-right-radius: 0.875rem; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 0.875rem;
        -webkit-bottom-right-radius: 0.875rem;
        border-bottom-left-radius: 0.875rem;
        border-bottom-right-radius: 0.875rem; } }
  .button-group.even-2 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 33.333333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 16.666667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 14.285714%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333;
  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; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em; }

.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: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: rgba(51, 51, 51, 0.72);
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #ccc;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.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:40.063em) {
  .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 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #ccc; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #ccc; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          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;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    overflow: hidden;
    height: 85%; }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  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 #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .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: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li.radius {
      border-radius: 3px; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    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; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:after, button.dropdown:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
  .dropdown.button:after, button.dropdown:after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:after, button.dropdown:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:after, button.dropdown.small:after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:after, button.dropdown.small:after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:after, button.dropdown.large:after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:after, button.dropdown.large:after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

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

/* 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.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* 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.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -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 {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -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 {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* 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"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #FFFFFF;
  font-family: inherit;
  border: 1px solid #cccccc;
  -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.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
  transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s; }
  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,
  input[type="color"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
            box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  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,
  input[type="color"]: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,
  input[type="color"]:disabled,
  textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
  input[type="password"][disabled],
  input[type="password"][readonly], fieldset[disabled] input[type="password"],
  input[type="date"][disabled],
  input[type="date"][readonly], fieldset[disabled] input[type="date"],
  input[type="datetime"][disabled],
  input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"],
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"],
  input[type="month"][disabled],
  input[type="month"][readonly], fieldset[disabled] input[type="month"],
  input[type="week"][disabled],
  input[type="week"][readonly], fieldset[disabled] input[type="week"],
  input[type="email"][disabled],
  input[type="email"][readonly], fieldset[disabled] input[type="email"],
  input[type="number"][disabled],
  input[type="number"][readonly], fieldset[disabled] input[type="number"],
  input[type="search"][disabled],
  input[type="search"][readonly], fieldset[disabled] input[type="search"],
  input[type="tel"][disabled],
  input[type="tel"][readonly], fieldset[disabled] input[type="tel"],
  input[type="time"][disabled],
  input[type="time"][readonly], fieldset[disabled] input[type="time"],
  input[type="url"][disabled],
  input[type="url"][readonly], fieldset[disabled] input[type="url"],
  input[type="color"][disabled],
  input[type="color"][readonly], fieldset[disabled] input[type="color"],
  textarea[disabled],
  textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  input[type="color"].radius,
  textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

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

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

.label {
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #1f9fc9;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      -webkit-transition: background-color 300ms ease-out;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a,
    ul.pagination li a:focus, ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #1f9fc9;
      color: #FFFFFF;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #1f9fc9; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #c2e9f6;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f1fafd;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #1f9fc9; }
  .panel.radius {
    border-radius: 3px; }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .reveal-modal, dialog {
      min-height: 100vh; } }
  .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0; }
  .reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width:40.063em) {
    .reveal-modal, dialog {
      width: 80%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal, dialog {
      top: 6.25rem; } }
  .reveal-modal.radius, dialog.radius {
    border-radius: 3px; }
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.tiny, dialog.tiny {
      width: 30%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.small, dialog.small {
      width: 40%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.medium, dialog.medium {
      width: 60%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.large, dialog.large {
      width: 70%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.xlarge, dialog.xlarge {
      width: 95%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; }
    @media only screen and (min-width:40.063em) {
      .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

dialog {
  display: none; }
  dialog::-ms-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: auto;
    display: none;
    left: 0; }
  dialog::backdrop, dialog + .backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: auto;
    display: none;
    left: 0; }
  dialog[open] {
    display: block; }

@media print {
  dialog, .reveal-modal {
    display: none;
    background: #FFFFFF !important; } }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 1rem;
    font-weight: normal; }
    .side-nav li a:not(.button) {
      display: block;
      color: #808080;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #808080; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #808080;
      font-weight: bold;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .side-nav li.heading {
      color: #808080;
      font-size: 1rem;
      font-weight: bold;
      text-transform: uppercase; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #1f9fc9;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #fff; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #1b89ad; }

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* 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; }

/* Default Link Styles */
a {
  color: #1f9fc9;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #1b89ad; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: normal;
  font-style: normal;
  color: #333;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #7a7a7a;
    line-height: 0; }

h1 {
  font-size: 1.875rem; }

h2 {
  font-size: 1.375rem; }

h3 {
  font-size: 1.125rem; }

h4 {
  font-size: 1.0625rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #7a7a7a;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  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: #bd260d;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.5rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.5rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.5rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.5rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.5rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #626262; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #626262; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #7a7a7a; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 1.375rem; }
  h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.0625rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; } }

/*
       * 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: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            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 #999999;
    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; } }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      display: block;
      background-color: #fff;
      color: #1f9fc9;
      padding: 1rem 2rem;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #fff; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: #fff;
      color: #333; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width:40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Tooltips */
.has-tip {
  border-bottom: none;
  cursor: help;
  font-weight: normal;
  color: #333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #0e485a;
    color: #1f9fc9; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #1f9fc9 !important;
    border-bottom: dotted 1px #0e485a !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777;
  font-weight: normal; }

@media only screen and (min-width:40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: transparent; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 55px; }

.top-bar {
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  position: relative;
  background: transparent;
  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: 1.8rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 55px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 55px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: #1f9fc9;
        width: 75%;
        display: block;
        padding: 0 18.333333px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #1f9fc9;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 18.333333px;
      height: 55px;
      line-height: 55px; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 43.333333px 0 18.333333px;
        color: #1f9fc9;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 18.333333px;
          -webkit-box-shadow: 0 0px 0 2px #1f9fc9, 0 8px 0 2px #1f9fc9, 0 16px 0 2px #1f9fc9;
                  box-shadow: 0 0px 0 2px #1f9fc9, 0 8px 0 2px #1f9fc9, 0 16px 0 2px #1f9fc9;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          -webkit-box-shadow: 0 0px 0 2px #1f9fc9, 0 8px 0 2px #1f9fc9, 0 16px 0 2px #1f9fc9;
                  box-shadow: 0 0px 0 2px #1f9fc9, 0 8px 0 2px #1f9fc9, 0 16px 0 2px #1f9fc9; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: transparent; }
    .top-bar.expanded .toggle-topbar a {
      color: #888; }
      .top-bar.expanded .toggle-topbar a::after {
        -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
                box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px rgba(0, 0, 0, 0);
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: transparent; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #1f9fc9;
      padding: 12px 0 12px 0;
      padding-left: 18.333333px;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
      font-size: 1rem;
      font-weight: bold;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 1rem;
        padding-right: 18.333333px;
        padding-left: 18.333333px;
        background-color: #1f9fc9;
        border-color: #197fa1;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #197fa1; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 1rem;
      padding-right: 18.333333px;
      padding-left: 18.333333px;
      background-color: #1f9fc9;
      border-color: #197fa1;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #197fa1; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: transparent;
      background: transparent;
      color: #26b0de; }
    .top-bar-section ul li.active > a {
      background: #1f9fc9;
      color: #fff; }
      .top-bar-section ul li.active > a:hover {
        background: #1b89ad;
        color: #fff; }
  .top-bar-section .has-form {
    padding: 18.333333px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 0px;
      border-color: transparent transparent transparent rgba(51, 51, 51, 0.4);
      border-left-style: solid;
      margin-right: 18.333333px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 18.333333px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: bold; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #1f9fc9;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 18.333333px; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 18.333333px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width:40.063em) {
  .top-bar {
    background: transparent;
    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,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: transparent; }
  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    -webkit-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.hover > a:not(.button) {
      background-color: transparent;
      background: transparent;
      color: #26b0de; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 18.333333px;
      line-height: 55px;
      background: transparent; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: transparent;
        background: transparent; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 18.333333px;
      line-height: 55px;
      color: #fff;
      background: #1f9fc9; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #1b89ad;
        color: #fff; }
    .top-bar-section .has-dropdown > a {
      padding-right: 38.333333px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 0px;
        border-color: rgba(51, 51, 51, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: 0px;
        top: 27.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #1f9fc9;
        line-height: 55px;
        white-space: nowrap;
        padding: 12px 18.333333px;
        background: transparent; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #1f9fc9;
        background: transparent; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #26b0de;
        background-color: transparent;
        background: transparent; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333; }
      .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 rgba(33, 33, 33, 0);
      clear: none;
      height: 55px;
      width: 0; }
    .top-bar-section .has-form {
      background: transparent;
      padding: 0 18.333333px;
      height: 55px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: transparent;
    background: transparent;
    color: #26b0de; }
  .no-js .top-bar-section ul li:active > a {
    background: #1f9fc9;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width:64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-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 visibility 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 visibility 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 visibility 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 visibility 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; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
svg:not(:root).svg-inline--fa {
  overflow: visible; }

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }

.svg-inline--fa.fa-lg {
  vertical-align: -.225em; }

.svg-inline--fa.fa-w-1 {
  width: 0.0625em; }

.svg-inline--fa.fa-w-2 {
  width: 0.125em; }

.svg-inline--fa.fa-w-3 {
  width: 0.1875em; }

.svg-inline--fa.fa-w-4 {
  width: 0.25em; }

.svg-inline--fa.fa-w-5 {
  width: 0.3125em; }

.svg-inline--fa.fa-w-6 {
  width: 0.375em; }

.svg-inline--fa.fa-w-7 {
  width: 0.4375em; }

.svg-inline--fa.fa-w-8 {
  width: 0.5em; }

.svg-inline--fa.fa-w-9 {
  width: 0.5625em; }

.svg-inline--fa.fa-w-10 {
  width: 0.625em; }

.svg-inline--fa.fa-w-11 {
  width: 0.6875em; }

.svg-inline--fa.fa-w-12 {
  width: 0.75em; }

.svg-inline--fa.fa-w-13 {
  width: 0.8125em; }

.svg-inline--fa.fa-w-14 {
  width: 0.875em; }

.svg-inline--fa.fa-w-15 {
  width: 0.9375em; }

.svg-inline--fa.fa-w-16 {
  width: 1em; }

.svg-inline--fa.fa-w-17 {
  width: 1.0625em; }

.svg-inline--fa.fa-w-18 {
  width: 1.125em; }

.svg-inline--fa.fa-w-19 {
  width: 1.1875em; }

.svg-inline--fa.fa-w-20 {
  width: 1.25em; }

.svg-inline--fa.fa-pull-left {
  margin-right: .3em;
  width: auto; }

.svg-inline--fa.fa-pull-right {
  margin-left: .3em;
  width: auto; }

.svg-inline--fa.fa-border {
  height: 1.5em; }

.svg-inline--fa.fa-li {
  width: 2em; }

.svg-inline--fa.fa-fw {
  width: 1.25em; }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
      transform-origin: center center; }

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
      transform-origin: center center; }

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
      transform: scale(0.25);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
      transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
      transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
      transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
      transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
      transform-origin: bottom left; }

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
      transform: scale(0.25);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
      transform-origin: top right; }

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
      transform: scale(0.25);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em; }

.fa-inverse {
  color: #fff; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: .625rem;
  padding-right: .625rem; }

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-left: .9375rem;
    padding-right: .9375rem; } }

.grid-container.fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: .625rem;
  padding-right: .625rem; }

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-left: .9375rem;
    padding-right: .9375rem; } }

.grid-container.full {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%; }

.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }

.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.grid-x > .auto, .grid-x > .shrink {
  width: auto; }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-full, .grid-x > .small-shrink {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-full, .grid-x > .medium-shrink {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-full, .grid-x > .large-shrink {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.3333333333%; }

.grid-x > .small-2 {
  width: 16.6666666667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.3333333333%; }

.grid-x > .small-5 {
  width: 41.6666666667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.3333333333%; }

.grid-x > .small-8 {
  width: 66.6666666667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.3333333333%; }

.grid-x > .small-11 {
  width: 91.6666666667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.3333333333%; }
  .grid-x > .medium-2 {
    width: 16.6666666667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.3333333333%; }
  .grid-x > .medium-5 {
    width: 41.6666666667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.3333333333%; }
  .grid-x > .medium-8 {
    width: 66.6666666667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.3333333333%; }
  .grid-x > .medium-11 {
    width: 91.6666666667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.3333333333%; }
  .grid-x > .large-2 {
    width: 16.6666666667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.3333333333%; }
  .grid-x > .large-5 {
    width: 41.6666666667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.3333333333%; }
  .grid-x > .large-8 {
    width: 66.6666666667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.3333333333%; }
  .grid-x > .large-11 {
    width: 91.6666666667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -.625rem;
  margin-right: -.625rem; }

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem; } }

.grid-margin-x > .cell {
  margin-left: .625rem;
  margin-right: .625rem;
  width: calc(100% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    margin-left: .9375rem;
    margin-right: .9375rem;
    width: calc(100% - 1.875rem); } }

.grid-margin-x > .auto, .grid-margin-x > .shrink {
  width: auto; }

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem); }

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem); }

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem); }

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem); }

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem); }

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem); }

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem); }

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem); }

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem); }

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto, .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem); }
  .grid-margin-x > .medium-auto, .grid-margin-x > .medium-shrink {
    width: auto; }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto, .grid-margin-x > .large-shrink {
    width: auto; }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-left: -.625rem;
  margin-right: -.625rem; }

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-left: -.625rem;
  margin-right: -.625rem; }

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem; } }

.grid-padding-x > .cell {
  padding-left: .625rem;
  padding-right: .625rem; }

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-left: .9375rem;
    padding-right: .9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.3333333333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.6666666667%; }

.small-up-7 > .cell {
  width: 14.2857142857%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.3333333333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.6666666667%; }
  .medium-up-7 > .cell {
    width: 14.2857142857%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse, .small-margin-collapse > .cell {
  margin-left: 0;
  margin-right: 0; }

.small-margin-collapse > .small-1 {
  width: 8.3333333333%; }

.small-margin-collapse > .small-2 {
  width: 16.6666666667%; }

.small-margin-collapse > .small-3 {
  width: 25%; }

.small-margin-collapse > .small-4 {
  width: 33.3333333333%; }

.small-margin-collapse > .small-5 {
  width: 41.6666666667%; }

.small-margin-collapse > .small-6 {
  width: 50%; }

.small-margin-collapse > .small-7 {
  width: 58.3333333333%; }

.small-margin-collapse > .small-8 {
  width: 66.6666666667%; }

.small-margin-collapse > .small-9 {
  width: 75%; }

.small-margin-collapse > .small-10 {
  width: 83.3333333333%; }

.small-margin-collapse > .small-11 {
  width: 91.6666666667%; }

.small-margin-collapse > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .small-margin-collapse > .medium-3 {
    width: 25%; }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .small-margin-collapse > .medium-6 {
    width: 50%; }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .small-margin-collapse > .medium-9 {
    width: 75%; }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .small-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .small-margin-collapse > .large-3 {
    width: 25%; }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .small-margin-collapse > .large-6 {
    width: 50%; }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .small-margin-collapse > .large-9 {
    width: 75%; }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .small-margin-collapse > .large-12 {
    width: 100%; } }

.small-padding-collapse {
  margin-left: 0;
  margin-right: 0; }

.small-padding-collapse > .cell {
  padding-left: 0;
  padding-right: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse, .medium-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0; }
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; }
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-left: 0;
    margin-right: 0; }
  .medium-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse, .large-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0; }
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; }
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; }
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; }
  .large-padding-collapse {
    margin-left: 0;
    margin-right: 0; }
  .large-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0; } }

.small-offset-0 {
  margin-left: 0; }

.grid-margin-x > .small-offset-0 {
  margin-left: .625rem; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + .625rem); }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + .625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + .625rem); }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + .625rem); }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + .625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + .625rem); }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + .625rem); }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + .625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + .625rem); }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + .625rem); }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + .625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: .9375rem; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + .9375rem); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + .9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + .9375rem); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + .9375rem); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + .9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + .9375rem); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + .9375rem); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + .9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + .9375rem); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + .9375rem); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + .9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0; }
  .grid-margin-x > .large-offset-0 {
    margin-left: .9375rem; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + .9375rem); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + .9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + .9375rem); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + .9375rem); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + .9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + .9375rem); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + .9375rem); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + .9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + .9375rem); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + .9375rem); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + .9375rem); } }

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }

.grid-y > .cell {
  height: auto;
  max-height: none; }

.grid-y > .auto, .grid-y > .shrink {
  height: auto; }

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-full, .grid-y > .small-shrink {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-full, .grid-y > .medium-shrink {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-full, .grid-y > .large-shrink {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.grid-y > .small-1 {
  height: 8.3333333333%; }

.grid-y > .small-2 {
  height: 16.6666666667%; }

.grid-y > .small-3 {
  height: 25%; }

.grid-y > .small-4 {
  height: 33.3333333333%; }

.grid-y > .small-5 {
  height: 41.6666666667%; }

.grid-y > .small-6 {
  height: 50%; }

.grid-y > .small-7 {
  height: 58.3333333333%; }

.grid-y > .small-8 {
  height: 66.6666666667%; }

.grid-y > .small-9 {
  height: 75%; }

.grid-y > .small-10 {
  height: 83.3333333333%; }

.grid-y > .small-11 {
  height: 91.6666666667%; }

.grid-y > .small-12 {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto; }
  .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-y > .medium-shrink {
    height: auto; }
  .grid-y > .medium-1 {
    height: 8.3333333333%; }
  .grid-y > .medium-2 {
    height: 16.6666666667%; }
  .grid-y > .medium-3 {
    height: 25%; }
  .grid-y > .medium-4 {
    height: 33.3333333333%; }
  .grid-y > .medium-5 {
    height: 41.6666666667%; }
  .grid-y > .medium-6 {
    height: 50%; }
  .grid-y > .medium-7 {
    height: 58.3333333333%; }
  .grid-y > .medium-8 {
    height: 66.6666666667%; }
  .grid-y > .medium-9 {
    height: 75%; }
  .grid-y > .medium-10 {
    height: 83.3333333333%; }
  .grid-y > .medium-11 {
    height: 91.6666666667%; }
  .grid-y > .medium-12 {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto; }
  .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-y > .large-shrink {
    height: auto; }
  .grid-y > .large-1 {
    height: 8.3333333333%; }
  .grid-y > .large-2 {
    height: 16.6666666667%; }
  .grid-y > .large-3 {
    height: 25%; }
  .grid-y > .large-4 {
    height: 33.3333333333%; }
  .grid-y > .large-5 {
    height: 41.6666666667%; }
  .grid-y > .large-6 {
    height: 50%; }
  .grid-y > .large-7 {
    height: 58.3333333333%; }
  .grid-y > .large-8 {
    height: 66.6666666667%; }
  .grid-y > .large-9 {
    height: 75%; }
  .grid-y > .large-10 {
    height: 83.3333333333%; }
  .grid-y > .large-11 {
    height: 91.6666666667%; }
  .grid-y > .large-12 {
    height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-bottom: -.625rem;
  margin-top: -.625rem; }

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-bottom: -.9375rem;
    margin-top: -.9375rem; } }

.grid-padding-y > .cell {
  padding-bottom: .625rem;
  padding-top: .625rem; }

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-bottom: .9375rem;
    padding-top: .9375rem; } }

.grid-frame {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  max-width: 100%;
  overflow-x: auto; }

.cell-block, .cell-block-y {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto; }

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }

.cell-block-container > .grid-x {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-height: 100%; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100%;
    overflow-x: auto; }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
  .medium-cell-block-container > .grid-x {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-height: 100%; }
  .medium-cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100%;
    overflow-x: auto; }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
  .large-cell-block-container > .grid-x {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-height: 100%; }
  .large-cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto; } }

.grid-y.grid-frame {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: auto; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: auto; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-bottom: -.625rem;
  margin-top: -.625rem; }

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-bottom: -.9375rem;
    margin-top: -.9375rem; } }

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-bottom: .625rem;
  margin-top: .625rem; }

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-bottom: .9375rem;
    margin-top: .9375rem; } }

.grid-margin-y > .auto, .grid-margin-y > .shrink {
  height: auto; }

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem); }

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem); }

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem); }

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem); }

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem); }

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem); }

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem); }

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem); }

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem); }

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem); }

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem); }

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto, .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem); }
  .grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
    height: auto; }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
    height: auto; }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

.flex-video, .responsive-embed {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative; }

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.flex-video.widescreen, .responsive-embed.widescreen {
  padding-bottom: 56.25%; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

[data-whatinput=mouse] .menu li {
  outline: 0; }

.menu .button, .menu a {
  display: block;
  line-height: 1;
  padding: .7rem 1rem;
  text-decoration: none; }

.menu a, .menu button, .menu input, .menu select {
  margin-bottom: 0; }

.menu input {
  display: inline-block; }

.menu, .menu.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.menu.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }

.menu.simple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.menu.simple li + li {
  margin-left: 1rem; }

.menu.simple a {
  padding: 0; }

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .menu.medium-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .menu.medium-expanded li, .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .menu.large-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .menu.large-expanded li, .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.menu.nested {
  margin-left: 1rem;
  margin-right: 0; }

.menu.icon-bottom a, .menu.icon-left a, .menu.icon-right a, .menu.icon-top a, .menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }

.menu.icon-left li a i, .menu.icon-left li a img, .menu.icon-left li a svg {
  margin-right: .25rem; }

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }

.menu.icon-right li a i, .menu.icon-right li a img, .menu.icon-right li a svg {
  margin-left: .25rem; }

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }

.menu.icon-top li a i, .menu.icon-top li a img, .menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: .25rem;
  text-align: center; }

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }

.menu.icon-bottom li a i, .menu.icon-bottom li a img, .menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: .25rem;
  text-align: center; }

.menu .active > a, .menu .is-active > a {
  background: #1779ba;
  color: #fefefe; }

.menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.menu.align-right.vertical li {
  display: block;
  text-align: right; }

.menu.align-right.vertical li .submenu li {
  text-align: right; }

.menu.align-right .nested {
  margin-left: 0;
  margin-right: 1rem; }

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.menu .menu-text {
  color: inherit;
  font-weight: 700;
  line-height: 1;
  padding: .7rem 1rem; }

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  left: 0;
  right: auto;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  border-color: #1779ba transparent transparent;
  border-style: solid inset inset;
  border-width: 6px 6px 0;
  content: "";
  display: block;
  height: 0;
  left: auto;
  margin-top: -3px;
  right: 5px;
  width: 0; }

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: .7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-left: 0;
  margin-right: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  left: 100%;
  right: auto; }

.dropdown.menu.vertical > li > a:after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a:after {
  border-color: transparent #1779ba transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 6px 6px 0;
  content: "";
  display: block;
  height: 0;
  left: 5px;
  right: auto;
  width: 0; }

.dropdown.menu.vertical > li.opens-right > a:after {
  border-color: transparent transparent transparent #1779ba;
  border-style: inset inset inset solid;
  border-width: 6px 0 6px 6px;
  content: "";
  display: block;
  height: 0;
  width: 0; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    left: 0;
    right: auto;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: auto;
    margin-top: -3px;
    right: 5px;
    width: 0; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto; }
  .dropdown.menu.medium-vertical > li > a:after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a:after {
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: 5px;
    right: auto;
    width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a:after {
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
    content: "";
    display: block;
    height: 0;
    width: 0; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    left: 0;
    right: auto;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: auto;
    margin-top: -3px;
    right: 5px;
    width: 0; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto; }
  .dropdown.menu.large-vertical > li > a:after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a:after {
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: 5px;
    right: auto;
    width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a:after {
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
    content: "";
    display: block;
    height: 0;
    width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  left: auto;
  right: 0;
  top: 100%; }

.is-dropdown-menu.vertical {
  width: 100px; }

.is-dropdown-menu.vertical.align-right {
  float: right; }

.is-dropdown-submenu-parent {
  position: relative; }

.is-dropdown-submenu-parent a:after {
  left: auto;
  margin-top: -6px;
  position: absolute;
  right: 5px;
  top: 50%; }

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  left: auto;
  top: 100%; }

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  left: 100%;
  right: auto; }

.is-dropdown-submenu {
  background: #fefefe;
  border: 1px solid #cacaca;
  display: none;
  left: 100%;
  min-width: 200px;
  position: absolute;
  top: 0;
  z-index: 1; }

.dropdown .is-dropdown-submenu a {
  padding: .7rem 1rem; }

.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
  right: 14px; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
  border-color: transparent #1779ba transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 6px 6px 0;
  content: "";
  display: block;
  height: 0;
  left: 5px;
  right: auto;
  width: 0; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
  border-color: transparent transparent transparent #1779ba;
  border-style: inset inset inset solid;
  border-width: 6px 0 6px 6px;
  content: "";
  display: block;
  height: 0;
  width: 0; }

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px; }

.is-dropdown-submenu > li {
  width: 100%; }

.is-dropdown-submenu.js-dropdown-active {
  display: block; }

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 40em) {
  .medium-align-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .medium-align-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media print {
  .grid-x > .print-1 {
    width: 8.3333333333%; }
  .grid-x > .print-2 {
    width: 16.6666666667%; }
  .grid-x > .print-3 {
    width: 25%; }
  .grid-x > .print-4 {
    width: 33.3333333333%; }
  .grid-x > .print-5 {
    width: 41.6666666667%; }
  .grid-x > .print-6 {
    width: 50%; }
  .grid-x > .print-7 {
    width: 58.3333333333%; }
  .grid-x > .print-8 {
    width: 66.6666666667%; }
  .grid-x > .print-9 {
    width: 75%; }
  .grid-x > .print-10 {
    width: 83.3333333333%; }
  .grid-x > .print-11 {
    width: 91.6666666667%; }
  .grid-x > .print-12 {
    width: 100%; }
  .print-text-justify {
    text-align: justify !important; } }

.relative {
  position: relative; }

.learning-center .learning-center-home-section {
  padding: 2.5rem 0; }

.learning-center #ask-a-question {
  margin-top: 40px; }

.learning-center #questions h3 {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase; }

.learning-center #questions #featured-questions li .faq-background-image-wrapper {
  display: block;
  background-size: cover;
  background-position: center center; }
  .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper {
    height: 200px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 20px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    background-color: rgba(0, 0, 0, 0.8); }
    .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper.god {
      background-color: rgba(235, 113, 27, 0.8); }
      .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper.god:hover {
        background-color: rgba(235, 113, 27, 0.9); }
    .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper.bible {
      background-color: rgba(31, 159, 201, 0.8); }
      .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper.bible:hover {
        background-color: rgba(31, 159, 201, 0.9); }
    .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper.life {
      background-color: rgba(154, 205, 52, 0.8); }
      .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper.life:hover {
        background-color: rgba(154, 205, 52, 0.9); }
    .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper.prophecy {
      background-color: rgba(205, 51, 1, 0.8); }
      .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper.prophecy:hover {
        background-color: rgba(205, 51, 1, 0.9); }
    .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper.change {
      background-color: rgba(97, 39, 102, 0.8); }
      .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper.change:hover {
        background-color: rgba(97, 39, 102, 0.9); }
    .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper.relationships {
      background-color: rgba(212, 168, 42, 0.8); }
      .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper.relationships:hover {
        background-color: rgba(212, 168, 42, 0.9); }
    .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper:hover {
      background-color: rgba(0, 0, 0, 0.9); }
    .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px; }
    .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper h3 {
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
      text-transform: none;
      font-size: 1.375rem;
      line-height: 1.2em;
      text-align: left;
      position: absolute;
      bottom: 0;
      margin-bottom: 5px;
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }
      .learning-center #questions #featured-questions li .faq-background-image-wrapper .faq-overlay-wrapper h3 span {
        font-family: 'Covered By Your Grace', cursive;
        color: #fff;
        font-size: 1.6875rem;
        display: block;
        padding-left: 5px;
        font-weight: normal; }

.learning-center #questions #featured-questions h3:not(#faq-tag-line)#faq-tag-line {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  color: #9acd34;
  font-size: 2.0625rem;
  font-weight: normal;
  text-transform: uppercase; }

.learning-center #questions #featured-questions h3:not(#faq-tag-line) .button {
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 8px;
  top: -7px; }

.learning-center #questions hr.thick {
  margin-top: 26px; }

.learning-center #faq-selector #lc-faq-topic-selector dd > a {
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: .5rem 1rem; }
  @media only screen and (min-width:64.063em) {
    .learning-center #faq-selector #lc-faq-topic-selector dd > a {
      padding: 1rem 2.5rem; } }
  .learning-center #faq-selector #lc-faq-topic-selector dd > a.god-silo-color {
    color: #eb711b; }
  .learning-center #faq-selector #lc-faq-topic-selector dd > a.bible-silo-color {
    color: #1f9fc9; }
  .learning-center #faq-selector #lc-faq-topic-selector dd > a.life-silo-color {
    color: #9acd34; }
  .learning-center #faq-selector #lc-faq-topic-selector dd > a.prophecy-silo-color {
    color: #cd3301; }
  .learning-center #faq-selector #lc-faq-topic-selector dd > a.change-silo-color {
    color: #612766; }
  .learning-center #faq-selector #lc-faq-topic-selector dd > a.relationships-silo-color {
    color: #d4a82a; }
  .learning-center #faq-selector #lc-faq-topic-selector dd > a.bible-questions-silo-color {
    color: #0f5694; }
  .learning-center #faq-selector #lc-faq-topic-selector dd > a:hover {
    color: #fff; }
    .learning-center #faq-selector #lc-faq-topic-selector dd > a:hover.god-silo-color {
      background: #eb711b; }
    .learning-center #faq-selector #lc-faq-topic-selector dd > a:hover.bible-silo-color {
      background: #1f9fc9; }
    .learning-center #faq-selector #lc-faq-topic-selector dd > a:hover.life-silo-color {
      background: #9acd34; }
    .learning-center #faq-selector #lc-faq-topic-selector dd > a:hover.prophecy-silo-color {
      background: #cd3301; }
    .learning-center #faq-selector #lc-faq-topic-selector dd > a:hover.change-silo-color {
      background: #612766; }
    .learning-center #faq-selector #lc-faq-topic-selector dd > a:hover.relationships-silo-color {
      background: #d4a82a; }
    .learning-center #faq-selector #lc-faq-topic-selector dd > a:hover.bible-questions-silo-color {
      background: #0f5694; }

.learning-center #faq-selector #lc-faq-topic-selector dd.active > a {
  color: #fff; }
  .learning-center #faq-selector #lc-faq-topic-selector dd.active > a.god-silo-color {
    background: #eb711b; }
  .learning-center #faq-selector #lc-faq-topic-selector dd.active > a.bible-silo-color {
    background: #1f9fc9; }
  .learning-center #faq-selector #lc-faq-topic-selector dd.active > a.life-silo-color {
    background: #9acd34; }
  .learning-center #faq-selector #lc-faq-topic-selector dd.active > a.prophecy-silo-color {
    background: #cd3301; }
  .learning-center #faq-selector #lc-faq-topic-selector dd.active > a.change-silo-color {
    background: #612766; }
  .learning-center #faq-selector #lc-faq-topic-selector dd.active > a.relationships-silo-color {
    background: #d4a82a; }
  .learning-center #faq-selector #lc-faq-topic-selector dd.active > a.bible-questions-silo-color {
    background: #0f5694; }

.learning-center #faq-selector .tabs-content {
  margin-bottom: 0; }
  .learning-center #faq-selector .tabs-content * {
    outline: none; }
  .learning-center #faq-selector .tabs-content .content {
    border-top: 1px solid #e9e9e9; }
  .learning-center #faq-selector .tabs-content ul {
    list-style: none; }
    .learning-center #faq-selector .tabs-content ul li {
      color: #1f9fc9;
      font-size: 1.25rem;
      line-height: 1.2; }
      .learning-center #faq-selector .tabs-content ul li .row {
        padding: 10px; }
        .learning-center #faq-selector .tabs-content ul li .row .faq-grid-photo-column {
          padding-right: 10px; }
      .learning-center #faq-selector .tabs-content ul li span {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px;
        margin: 0 20px;
        display: block; }

.learning-center .lc-banner {
  padding: 2rem 0;
  background-size: cover;
  background-color: #eeedeb;
  background-image: var(--lc-banner-background);
  background-position: center center; }
  .learning-center .lc-banner .panel {
    padding: 2rem;
    text-align: center;
    background: rgba(176, 209, 219, 0.85);
    border-color: transparent; }
    .learning-center .lc-banner .panel h2 {
      font-size: 2rem;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
      font-weight: 200;
      margin-bottom: 1.5rem; }
      @media only screen and (min-width:40.063em) {
        .learning-center .lc-banner .panel h2 {
          font-size: 2.375rem; } }
    .learning-center .lc-banner .panel .button {
      color: #222;
      padding: 0.75rem 2rem;
      font-weight: 300;
      border-color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .learning-center .lc-banner .panel .button:hover {
        background: #fff; }

.learning-center .kids-section {
  padding-top: 1.5rem;
  background-size: cover;
  background-color: #eeedeb;
  background-image: var(--kids-section-background);
  background-position: center center; }
  .learning-center .kids-section h3 {
    font-size: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif; }
  .learning-center .kids-section .button {
    font-weight: bold;
    text-transform: uppercase; }

.learning-center #color-background-title {
  background: #99cc33;
  /*
	    h1, h2 {
	        color: #fff;
	        text-transform: uppercase;
	        font-family: $sans-serif-font-family;
	        font-weight: bold;
			font-size: 1.875rem;
			@media only screen and (min-width:40.063em) {
				font-size: 2.5rem;
			}
			a {
				color:#fff;
				&:hover {
					color: #fff;
				}
			}
	    }
		*/ }

.learning-center #breadcrumb {
  margin-bottom: 60px; }

.learning-center #study-resources-wrapper {
  padding: 2.5rem 0 1.25rem 0;
  background-color: #612766; }
  .learning-center #study-resources-wrapper h2 {
    text-align: center;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 2.5rem; }
    @media only screen and (min-width:40.063em) {
      .learning-center #study-resources-wrapper h2 {
        font-size: 3rem; } }
  .learning-center #study-resources-wrapper li {
    text-align: center;
    margin-bottom: 1.25rem;
    font-weight: 700;
    line-height: 1.1; }
    @media only screen and (min-width:40.063em) {
      .learning-center #study-resources-wrapper li {
        font-size: 1.2rem;
        margin-bottom: 30px; } }
    .learning-center #study-resources-wrapper li svg {
      margin-bottom: 15px; }
    .learning-center #study-resources-wrapper li a {
      color: #fff;
      -webkit-transition: color 300ms ease;
      transition: color 300ms ease; }
      .learning-center #study-resources-wrapper li a:hover {
        color: #e8caeb; }

.learning-center #learning-body .fa.green {
  color: #99cc33; }

.learning-center #learning-body #bible-question {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif; }
  .learning-center #learning-body #bible-question h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.375rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    color: #1f9fc9; }
  .learning-center #learning-body #bible-question h5 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: 700;
    text-style: italic; }
  .learning-center #learning-body #bible-question ul {
    list-style: none;
    margin-left: 0; }
  .learning-center #learning-body #bible-question label {
    font-size: 1rem;
    line-height: 1rem; }
  .learning-center #learning-body #bible-question input[type=radio],
  .learning-center #learning-body #bible-question input[type=submit] {
    margin-bottom: 5px; }
  .learning-center #learning-body #bible-question #todays-question #question-result-text {
    font-weight: 700;
    margin-bottom: 0; }
  .learning-center #learning-body #bible-question #todays-question .wrong-answer {
    color: #cd3301; }
  .learning-center #learning-body #bible-question #todays-question .correct-answer {
    color: #669900;
    font-weight: 700; }
  .learning-center #learning-body #bible-question #todays-question p {
    margin-bottom: 1rem; }
  .learning-center #learning-body #bible-question #answer-legend {
    margin-left: 0;
    margin-bottom: 5px; }
    .learning-center #learning-body #bible-question #answer-legend .bible-question-answer {
      line-height: 1rem;
      margin-bottom: 5px; }
      .learning-center #learning-body #bible-question #answer-legend .bible-question-answer .correct-answer {
        font-weight: 700; }
      .learning-center #learning-body #bible-question #answer-legend .bible-question-answer::before {
        content: "";
        float: left;
        width: 16px;
        height: 16px;
        margin-right: 10px; }
      .learning-center #learning-body #bible-question #answer-legend .bible-question-answer.answer-1::before {
        background-color: #1f9fc9; }
      .learning-center #learning-body #bible-question #answer-legend .bible-question-answer.answer-2::before {
        background-color: #eb711b; }
      .learning-center #learning-body #bible-question #answer-legend .bible-question-answer.answer-3::before {
        background-color: #9acd34; }
      .learning-center #learning-body #bible-question #answer-legend .bible-question-answer.answer-4::before {
        background-color: #cd3301; }
      .learning-center #learning-body #bible-question #answer-legend .bible-question-answer.correct-answer {
        font-weight: 700; }
  .learning-center #learning-body #bible-question #answer-breakdown-text {
    font-size: 0.875rem; }

.learning-center #learning-body .booklet {
  text-align: center;
  padding: 0 0.5rem; }
  .learning-center #learning-body .booklet img {
    margin-bottom: 0.625rem; }
  .learning-center #learning-body .booklet .title {
    height: 55px;
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-weight: bold;
    line-height: 1.3; }

.learning-center #learning-body .more-link {
  text-transform: uppercase; }

.learning-center #learning-body .slick-prev, .learning-center #learning-body .slick-next {
  width: 30px;
  height: 30px;
  z-index: 10; }
  .learning-center #learning-body .slick-prev:before, .learning-center #learning-body .slick-next:before {
    color: #99cc33;
    font-size: 1.875rem; }

.learning-center #learning-body .slick-center {
  padding: 0 1.25rem; }

.learning-center #learning-body .slick-next {
  right: -5px; }

.learning-center #learning-body .slick-prev {
  left: -5px; }

.learning-center #learning-sidebar aside .sidebar-box {
  text-align: center;
  padding: 0.9375rem;
  border: 3px solid #eee;
  margin-bottom: 0.9375rem; }
  .learning-center #learning-sidebar aside .sidebar-box > h3 {
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif; }
  .learning-center #learning-sidebar aside .sidebar-box p:last-child {
    margin-bottom: 0; }
  .learning-center #learning-sidebar aside .sidebar-box p .button:last-child {
    margin-bottom: 0; }

.learning-center #lc-bottom-nav {
  background-color: #612766;
  padding: 1.25rem 0; }
  .learning-center #lc-bottom-nav h2 {
    text-align: center;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.3125rem;
    line-height: 1;
    margin-bottom: 2.5rem; }
  .learning-center #lc-bottom-nav li {
    text-align: center;
    margin-bottom: 1.25rem;
    font-weight: 700; }
    @media only screen and (min-width:40.063em) {
      .learning-center #lc-bottom-nav li {
        margin-bottom: 0; } }
    .learning-center #lc-bottom-nav li a {
      color: #fff;
      -webkit-transition: color 300ms ease;
      transition: color 300ms ease;
      font-size: 1.6875rem;
      line-height: 1.1;
      text-transform: uppercase; }
      .learning-center #lc-bottom-nav li a:hover {
        color: #e8caeb; }
      .learning-center #lc-bottom-nav li a .fa {
        margin-bottom: 10px; }
      .learning-center #lc-bottom-nav li a#eei {
        display: block;
        position: relative; }
        @media only screen and (max-width: 40em) {
          .learning-center #lc-bottom-nav li a#eei {
            width: 50%;
            margin: 0 auto; } }
        .learning-center #lc-bottom-nav li a#eei:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: transparent;
          -webkit-transition: background 300ms ease;
          transition: background 300ms ease; }
        .learning-center #lc-bottom-nav li a#eei:hover:before {
          background: rgba(97, 39, 102, 0.5); }

.learning-center.study-resources ul[class*="block-grid"] li {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 40px; }
  .learning-center.study-resources ul[class*="block-grid"] li a {
    color: #612766;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    font-weight: 700; }
    .learning-center.study-resources ul[class*="block-grid"] li a:hover {
      color: #7a3181; }

.learning-center.infographic .addthis_toolbox {
  text-align: center; }
  .learning-center.infographic .addthis_toolbox a.at300b {
    float: none;
    display: inline-block; }

.learning-center.infographic h1 {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 700; }

.learning-center.infographic h3 {
  text-align: center;
  margin-bottom: 2.5rem; }

.learning-center.infographic-listing h2 {
  margin-bottom: 1.875rem; }

.learning-center.infographic-listing h3 {
  font-weight: bold;
  text-align: center; }

.learning-center.study-guides #learning-body {
  padding-top: 0; }
  .learning-center.study-guides #learning-body h1 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 2.0625rem;
    line-height: 1.1;
    margin-bottom: 1.5rem; }

.learning-center.video-series #learning-body {
  padding-top: 0; }
  .learning-center.video-series #learning-body h1 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 2.0625rem;
    line-height: 1.1; }
  .learning-center.video-series #learning-body h2 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 20px; }
  .learning-center.video-series #learning-body #lc-video-player {
    margin-bottom: 5px; }
  .learning-center.video-series #learning-body .video-series-item {
    margin-bottom: 40px; }

.learning-center #lc-video-player {
  margin-bottom: 20px; }
  .learning-center #lc-video-player #lc-video-playlist {
    padding: 2.5rem 0 2.4375rem;
    border-right: 1px solid #f2f2f2; }
    .learning-center #lc-video-player #lc-video-playlist .row:hover {
      background-color: #ef8d49; }
      .learning-center #lc-video-player #lc-video-playlist .row:hover a {
        color: #fff;
        font-weight: 700; }
    .learning-center #lc-video-player #lc-video-playlist .active {
      background-color: #eb711b; }
      .learning-center #lc-video-player #lc-video-playlist .active a {
        color: #fff;
        font-weight: 700; }
    .learning-center #lc-video-player #lc-video-playlist .columns {
      padding: 10px; }
    .learning-center #lc-video-player #lc-video-playlist h3 {
      line-height: 1.1em;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
      font-size: 1rem; }
    .learning-center #lc-video-player #lc-video-playlist .slick-prev, .learning-center #lc-video-player #lc-video-playlist .slick-next {
      color: #1f9fc9;
      font-size: 1.25rem; }
      .learning-center #lc-video-player #lc-video-playlist .slick-prev::before, .learning-center #lc-video-player #lc-video-playlist .slick-next::before {
        display: none; }
    .learning-center #lc-video-player #lc-video-playlist .slick-prev {
      top: 0;
      left: auto;
      margin-top: 0; }
    .learning-center #lc-video-player #lc-video-playlist .slick-next {
      top: auto;
      right: auto;
      bottom: 0;
      margin-bottom: 0; }
    .learning-center #lc-video-player #lc-video-playlist .slick-prev,
    .learning-center #lc-video-player #lc-video-playlist .slick-next {
      width: 100%;
      height: auto;
      padding: 5px 0;
      border-right: 1px solid #f2f2f2;
      background-color: #f2f2f2; }
      .learning-center #lc-video-player #lc-video-playlist .slick-prev.slick-disabled,
      .learning-center #lc-video-player #lc-video-playlist .slick-next.slick-disabled {
        color: #ccc;
        opacity: 100; }
    .learning-center #lc-video-player #lc-video-playlist .slick-disabled {
      opacity: 0; }

.learning-center.booklets .booklet-item {
  margin-bottom: 40px; }
  .learning-center.booklets .booklet-item h2 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1.875rem; }

.learning-center.reading-plans .reading-plan-item {
  margin-bottom: 40px; }
  .learning-center.reading-plans .reading-plan-item h2 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1.875rem; }

.learning-center.audio-books .audio-book-item {
  margin-bottom: 40px; }
  .learning-center.audio-books .audio-book-item h2 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1.875rem; }

.learning-center.study-guides .study-guide-item {
  margin-bottom: 40px; }
  .learning-center.study-guides .study-guide-item h2 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1.875rem; }

.learning-center.books-bible h2 {
  font-size: 1.875rem;
  margin-bottom: 40px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif; }

.learning-center.faq #learning-body #faq {
  margin-bottom: 60px; }
  .learning-center.faq #learning-body #faq h1 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px; }
  .learning-center.faq #learning-body #faq #answer p {
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; }
    @media only screen and (min-width:40.063em) {
      .learning-center.faq #learning-body #faq #answer p {
        font-size: 1.8rem; } }
  .learning-center.faq #learning-body #faq p {
    font-size: 1.5rem; }

.learning-center.faq #faq-learn-more h2:not(.header-bar) {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 700;
  font-size: 1.375rem; }

.learning-center.faq #faq-more-answers li {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2; }

.learning-center.reading-plan .fat-heading {
  color: var(--color-3-hex); }

.learning-center.reading-plan .plan-listing h3 {
  font-weight: 700;
  font-family: var(--font-sans-serif);
  line-height: 1.2;
  margin-bottom: 0.5rem;
  letter-spacing: -0.2px; }
  .learning-center.reading-plan .plan-listing h3 a {
    color: inherit; }

@media only screen and (min-width:40.063em) {
  .learning-center.scripture-writing-challenge h1 {
    margin-bottom: 2.5rem; } }

@media only screen and (min-width:40.063em) {
  .learning-center.scripture-writing-challenge .page-body p {
    font-size: 1.625rem; } }

.learning-center.scripture-writing-challenge .sub-nav dd, .learning-center.scripture-writing-challenge .sub-nav dt {
  font-size: 1.25rem; }

.learning-center.scripture-writing-challenge #learning-center-scripture-subscribe {
  padding: 1.25rem;
  background: #1f9fc9; }
  .learning-center.scripture-writing-challenge #learning-center-scripture-subscribe p {
    color: #fff;
    margin: 0 20px 10px 20px; }
  .learning-center.scripture-writing-challenge #learning-center-scripture-subscribe a {
    color: #fff; }
  .learning-center.scripture-writing-challenge #learning-center-scripture-subscribe #scripture-signup-success {
    display: none; }
  .learning-center.scripture-writing-challenge #learning-center-scripture-subscribe h3 {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif; }
  .learning-center.scripture-writing-challenge #learning-center-scripture-subscribe label {
    color: #fff; }
  .learning-center.scripture-writing-challenge #learning-center-scripture-subscribe .button {
    font-weight: 700;
    background-color: #177797; }
    .learning-center.scripture-writing-challenge #learning-center-scripture-subscribe .button:hover {
      background-color: #166f8d; }

.learning-center.kids .kids-item h2 {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1.875rem; }

.learning-center.kids .kids-item a {
  color: inherit; }

.learning-center.kids .kids-item .logo svg {
  max-width: 250px; }

.learning-center.kids .kids-item .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .learning-center.kids .kids-item .cell * {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .learning-center.kids .kids-item .cell p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

@media only screen and (min-width:40.063em) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }

@media only screen and (min-width:64.063em) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media only screen and (min-width:40.063em) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media only screen and (min-width:64.063em) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media only screen and (min-width:40.063em) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media only screen and (min-width:64.063em) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media only screen and (min-width:40.063em) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media only screen and (min-width:64.063em) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

@media only screen and (min-width:40.063em) {
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } }

@media only screen and (min-width:64.063em) {
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } }

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

@media only screen and (min-width:40.063em) {
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media only screen and (min-width:64.063em) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)); }

@media only screen and (min-width:40.063em) {
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); } }

@media only screen and (min-width:64.063em) {
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); } }

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)); }

@media only screen and (min-width:40.063em) {
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } }

@media only screen and (min-width:64.063em) {
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } }

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)); }

@media only screen and (min-width:40.063em) {
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); } }

@media only screen and (min-width:64.063em) {
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); } }

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)); }

@media only screen and (min-width:40.063em) {
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); } }

@media only screen and (min-width:64.063em) {
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); } }

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)); }

@media only screen and (min-width:40.063em) {
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)); } }

@media only screen and (min-width:64.063em) {
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)); } }

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)); }

@media only screen and (min-width:40.063em) {
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media only screen and (min-width:64.063em) {
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)); } }

.grid-cols-none {
  grid-template-columns: none; }

@media only screen and (min-width:40.063em) {
  .md\:grid-cols-none {
    grid-template-columns: none; } }

@media only screen and (min-width:64.063em) {
  .lg\:grid-cols-none {
    grid-template-columns: none; } }

.bg-gradient-to-t {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-stops)));
  background-image: linear-gradient(to top, var(--gradient-stops)); }

.bg-gradient-to-tr {
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-stops)));
  background-image: linear-gradient(to top right, var(--gradient-stops)); }

.bg-gradient-to-r {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-stops)));
  background-image: linear-gradient(to right, var(--gradient-stops)); }

.bg-gradient-to-br {
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-stops)));
  background-image: linear-gradient(to bottom right, var(--gradient-stops)); }

.bg-gradient-to-b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-stops)));
  background-image: linear-gradient(to bottom, var(--gradient-stops)); }

.bg-gradient-to-bl {
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-stops)));
  background-image: linear-gradient(to bottom left, var(--gradient-stops)); }

.bg-gradient-to-l {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-stops)));
  background-image: linear-gradient(to left, var(--gradient-stops)); }

.bg-gradient-to-tl {
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-stops)));
  background-image: linear-gradient(to top left, var(--gradient-stops)); }

.light-mint-green-to-light-sky-blue {
  --gradient-stops: var(--gradient-light-mint-green-to-light-sky-blue-stops); }

.light-purple-to-mint-green {
  --gradient-stops: var(--gradient-light-purple-to-mint-green-stops); }

.sky-blue-to-pale-aqua-to-pale-pink {
  --gradient-stops: var(--gradient-sky-blue-to-pale-aqua-to-pale-pink-stops); }

.white-to-pale-blue {
  --gradient-stops: var(--gradient-white-to-pale-blue); }

.deep-blue-to-vivid-sky-blue {
  --gradient-stops: #0f5694 0%, #1f9fc9 100%; }

.dark-purple-to-dark-magenta {
  --gradient-stops: #612766 0%, #612766 35%, #98429f 100%; }

.moss-green-to-lime-green {
  --gradient-stops: #689018 0%, #689018 35%, #9acd34 100%; }

.vivid-orange-to-orange {
  --gradient-stops: #fa4f00 0%, #ffa10a 100%; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 span, h2 span, h3 span {
  font-size: 75%;
  color: #333; }

h2.with-line {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.675rem;
  color: #333; }
  h2.with-line span {
    display: block;
    color: #333; }
    h2.with-line span:after {
      color: #333;
      content: "";
      position: absolute;
      bottom: 4px;
      height: 5px;
      border-bottom: 5px solid #333;
      width: 100%;
      margin-left: 10px; }

a.anchor {
  display: inline-block;
  position: relative;
  top: -75px;
  visibility: hidden; }

img {
  height: auto !important; }

figure {
  position: relative; }
  figure img {
    border-radius: 10px; }

figure:not(.image-block), .hubspot-form {
  margin: 0 0 1.25rem 0; }
  figure:not(.image-block) img, .hubspot-form img {
    border-radius: 10px; }
  @media only screen and (max-width: 40em) {
    figure:not(.image-block).right, .hubspot-form.right {
      float: none !important; }
    figure:not(.image-block).left, .hubspot-form.left {
      float: none !important; } }
  @media only screen and (min-width:40.063em) {
    figure:not(.image-block).left, figure:not(.image-block).right, .hubspot-form.left, .hubspot-form.right {
      width: 340px; }
    figure:not(.image-block).right, .hubspot-form.right {
      margin-left: 1.25rem; }
    figure:not(.image-block).left, .hubspot-form.left {
      margin-right: 1.875rem; } }
  @media only screen and (min-width:40.063em) {
    figure:not(.image-block).small, .hubspot-form.small {
      width: 350px; }
      figure:not(.image-block).small.vertical, .hubspot-form.small.vertical {
        width: 230px; }
    figure:not(.image-block).medium, .hubspot-form.medium {
      width: 472px; }
      figure:not(.image-block).medium.vertical, .hubspot-form.medium.vertical {
        width: 312px; }
    figure:not(.image-block).large, .hubspot-form.large {
      width: 725px; }
      figure:not(.image-block).large.vertical, .hubspot-form.large.vertical {
        width: 480px; } }
.hubspot-cta {
  margin: 0 0 1.25rem 0; }
  .hubspot-cta img {
    border-radius: 10px; }
  @media only screen and (max-width: 40em) {
    .hubspot-cta.right {
      float: none !important; }
    .hubspot-cta.left {
      float: none !important; } }
  @media only screen and (min-width:40.063em) {
    .hubspot-cta.left, .hubspot-cta.right {
      width: 340px; }
    .hubspot-cta.left {
      margin-left: -25%;
      margin-right: 1.25rem; }
    .hubspot-cta.right {
      margin-left: 1.25rem;
      margin-right: -15%; } }
  @media only screen and (min-width:64.063em) {
    .hubspot-cta.left {
      margin-left: -30%; }
    .hubspot-cta.right {
      margin-right: -30%; } }
.text-cta {
  font-size: 1.2em;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  margin: 0; }
  .text-cta img {
    float: right; }

.sans-serif {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif !important; }

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
  background: #f5f5f5 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner {
    background-color: #f5f5f5 !important; }
  @media only screen and (min-width:40.063em) {
    div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner:before, div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner:after {
      content: " ";
      display: table; }
    div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner:after {
      clear: both; }
    div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner p {
      float: left;
      font-size: 14px !important; }
      div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner p a {
        font-size: 14px !important; }
    div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
      float: right;
      margin-top: 0 !important;
      text-align: left !important; } }
hr.thick {
  border-top: 5px solid #333; }

q:before {
  content: ''; }

.tabs dd > a, .tabs .tab-title > a {
  outline: none; }

.has-tip:hover, .has-tip:focus {
  cursor: help; }

.author-dateline a {
  color: #333; }

#copyright {
  font-size: 0.8rem; }

.addthis_toolbox {
  margin-bottom: 0.625rem; }

.main-section {
  position: relative;
  overflow-x: hidden; }

.page-section {
  padding: 3.75rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (min-width:40.063em) {
    .page-section {
      padding: 6.25rem 0; } }
.row.align-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .row.align-middle::before, .row.align-middle::after {
    display: none; }
  .row.align-middle > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }

.row.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .row.align-center::before, .row.align-center::after {
    display: none; }
  .row.align-center > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }

#page-content {
  padding: 2.5rem 0; }

.button.green {
  color: #fff;
  background: #9acd34; }
  .button.green:hover {
    background: #83af2b; }

.button.blue {
  color: #fff;
  background: #1f9fc9; }
  .button.blue:hover {
    background: #1a87ab; }

.button.orange {
  color: #fff;
  background: #eb711b; }
  .button.orange:hover {
    background: #cd5f12; }

.button.purple {
  color: #fff;
  background: #612766; }
  .button.purple:hover {
    background: #522157; }

.button.uppercase {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.2px; }

.ideas-form label {
  font-size: 1rem; }
  .ideas-form label.required::after {
    color: red;
    content: ' *';
    font-size: 12px;
    vertical-align: top; }

.font-bold {
  font-weight: bold; }

.mb-4 {
  margin-bottom: 1rem; }

.mb-8 {
  margin-bottom: 2rem; }

.mt-4 {
  margin-top: 1rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.alert-bar {
  color: #333;
  padding: 0.75rem;
  font-size: 1.0625rem;
  background: #f2f0f0;
  text-align: center; }
  .alert-bar p, .alert-bar a {
    color: #333; }
  .alert-bar a {
    text-decoration: underline; }
  .alert-bar *:last-child {
    margin-bottom: 0; }
  .alert-bar + .container {
    position: relative;
    overflow: hidden; }

.reveal-modal-bg {
  z-index: 10202; }

.reveal-modal, dialog {
  z-index: 10203; }

.clearing-blackout {
  z-index: 100210; }

.grid-container.classic {
  max-width: 1000px; }

#full-width-photo {
  margin-bottom: 40px; }

.pull-quote {
  color: #FFFFFF;
  display: block;
  padding: 1.5rem;
  font-size: 1.375rem;
  background: var(--background, var(--gradient-deep-blue-to-vivid-sky-blue-linear));
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.875rem;
  letter-spacing: -1px;
  -webkit-box-shadow: 10px 10px 0 0 var(--shadow, var(--gradient-deep-blue-to-vivid-sky-blue-shadow));
          box-shadow: 10px 10px 0 0 var(--shadow, var(--gradient-deep-blue-to-vivid-sky-blue-shadow));
  border-radius: 10px; }
  @media print {
    .pull-quote {
      display: none; } }
  @media only screen and (min-width:40.063em) {
    .pull-quote {
      padding: 2rem;
      font-size: 1.5rem; } }
  .pull-quote.color-1 {
    background: var(--color-1-gradient);
    -webkit-box-shadow: 10px 10px 0 0 #fbe3d1;
            box-shadow: 10px 10px 0 0 #fbe3d1; }
  .pull-quote.color-2 {
    background: #612766;
    -webkit-box-shadow: 10px 10px 0 0 #d9c6da;
            box-shadow: 10px 10px 0 0 #d9c6da; }
  .pull-quote.color-3 {
    background: #0f5694;
    -webkit-box-shadow: 10px 10px 0 0 #c0def9;
            box-shadow: 10px 10px 0 0 #c0def9; }
  @media only screen and (min-width:40.063em) {
    .pull-quote.right {
      width: 400px;
      margin-left: 1.875rem;
      margin-right: -15%; } }
  @media only screen and (min-width:64.063em) {
    .pull-quote.right {
      margin-right: -30%; } }
.hide-text {
  text-indent: -9999px; }

#ask-a-question {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center; }
  @media only screen and (min-width:40.063em) {
    #ask-a-question {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
.ask-a-question p, .ask-a-question input, .ask-a-question .alert-box {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: -0.2px; }

.ask-a-question label {
  font-size: 1rem;
  font-weight: 700; }

.flyout {
  left: 2%;
  display: none; }

.cta-sidebar-discern a {
  display: block; }

.cta-sidebar-discern img {
  max-width: 196px;
  margin-bottom: 1rem; }

@media only screen and (min-width:64.063em) {
  .margin-top-0 {
    margin: 0; } }

@media only screen and (min-width:64.063em) {
  .margin-top-1 {
    margin: 0.0625rem; } }

@media only screen and (min-width:64.063em) {
  .margin-top-2 {
    margin: 0.125rem; } }

cogwa-player {
  display: block;
  overflow: hidden;
  border-radius: 20px; }

.list-arrow li {
  position: relative;
  font-weight: bold;
  font-size: 1.0625rem; }
  @media only screen and (min-width:40.063em) {
    .list-arrow li {
      font-size: 1.3125rem; } }
  .list-arrow li a {
    color: #333;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease; }
  .list-arrow li [data-icon] {
    top: 8px;
    left: -28px;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    text-align: center;
    line-height: 1;
    padding-left: 1px;
    border-radius: 50%; }

.list-arrow.green {
  color: #9acd34; }
  .list-arrow.green li [data-icon] {
    background: #9acd34; }
  .list-arrow.green a:hover {
    color: #9acd34; }

.list-arrow.blue {
  color: #1f9fc9; }
  .list-arrow.blue li [data-icon] {
    background: #1f9fc9; }
  .list-arrow.blue a:hover {
    color: #1f9fc9; }

.list-arrow.orange {
  color: #eb711b; }
  .list-arrow.orange li [data-icon] {
    background: #eb711b; }
  .list-arrow.orange a:hover {
    color: #eb711b; }

.list-arrow.purple {
  color: #612766; }
  .list-arrow.purple li [data-icon] {
    background: #612766; }
  .list-arrow.purple a:hover {
    color: #612766; }

.bible .color-section, .biblia .color-section {
  color: #1f9fc9; }

.bible .bg-section, .biblia .bg-section {
  background-color: #1f9fc9; }

.life .color-section, .vida .color-section {
  color: #9acd34; }

.life .bg-section, .vida .bg-section {
  background-color: #9acd34; }

.prophecy .color-section, .profecia .color-section {
  color: #cd3301; }

.prophecy .bg-section, .profecia .bg-section {
  background-color: #cd3301; }

.change .color-section, .cambio .color-section {
  color: #612766; }

.change .bg-section, .cambio .bg-section {
  background-color: #612766; }

.relationships .color-section, .relaciones .color-section {
  color: #d4a82a; }

.relationships .bg-section, .relaciones .bg-section {
  background-color: #d4a82a; }

#main-menu-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  position: fixed; }
  #main-menu-wrapper.show {
    display: block; }
  @media only screen and (max-width: 40em) {
    #main-menu-wrapper {
      background: #fff;
      overflow-y: scroll; } }
  @media only screen and (min-width:40.063em) {
    #main-menu-wrapper {
      display: block;
      position: static; } }
#main-menu {
  height: 100%;
  position: relative; }
  @media only screen and (min-width:40.063em) {
    #main-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: static; } }
  #main-menu > li > a {
    width: 100%;
    padding: 1.25rem 1.25rem;
    position: relative;
    font-weight: 800;
    color: #0f5694;
    font-size: 1.125rem; }
    @media only screen and (min-width:40.063em) {
      #main-menu > li > a {
        padding: 1.5rem 0.5rem;
        font-weight: 700;
        font-size: 1rem;
        letter-spacing: -0.2px; } }
    @media only screen and (min-width:64.063em) {
      #main-menu > li > a {
        padding: 1.5rem 1.25rem;
        font-weight: 800;
        font-size: 1.125rem;
        letter-spacing: auto; } }
  @media only screen and (max-width: 40em) {
    #main-menu > li.secondary-nav-item > a {
      font-size: 1rem;
      font-weight: 700;
      padding-top: 16px;
      padding-bottom: 16px;
      color: var(--gray-600); }
    #main-menu > li.learning-center {
      position: relative; }
      #main-menu > li.learning-center::after {
        content: "";
        bottom: 0;
        position: absolute;
        border-bottom: 1px solid #e7e7e7;
        left: 1.25rem;
        right: 1.25rem;
        display: block; } }
  #main-menu .menu-back, #main-menu .menu-title {
    padding: 1rem 1rem; }
    @media only screen and (min-width:40.063em) {
      #main-menu .menu-back, #main-menu .menu-title {
        padding: 1rem 2rem; } }
  #main-menu .menu-title {
    font-size: 1.375rem;
    font-weight: bold; }
  @media only screen and (min-width:40.063em) {
    #main-menu .menu-back, #main-menu .menu-title {
      display: none; } }
  #main-menu .has-dropdown.open > .mega-menu {
    left: 0;
    display: block; }
  @media only screen and (min-width:40.063em) {
    #main-menu .has-dropdown .arrow {
      top: 35px;
      left: 50%;
      width: 26px;
      height: 26px;
      display: none;
      z-index: 9999;
      position: absolute;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      #main-menu .has-dropdown .arrow:before, #main-menu .has-dropdown .arrow:after {
        left: auto;
        content: '';
        position: absolute; }
      #main-menu .has-dropdown .arrow:before {
        top: -2px;
        border: 14px solid transparent;
        -webkit-filter: blur(3px);
                filter: blur(3px);
        border-bottom: 14px solid rgba(0, 0, 0, 0.15); }
      #main-menu .has-dropdown .arrow:after {
        top: 3px;
        left: 0;
        border: 14px solid transparent;
        border-bottom: 14px solid #ffffff; }
    #main-menu .has-dropdown.open .arrow {
      display: block; }
    #main-menu .has-dropdown.open > .mega-menu {
      display: block; } }
  #main-menu .mega-menu {
    top: 0;
    left: 100%;
    right: 0;
    display: none;
    z-index: 99;
    position: absolute;
    min-width: auto;
    background: #fff;
    -webkit-transition: left 200ms ease;
    transition: left 200ms ease;
    text-align: left; }
    @media only screen and (max-width: 40em) {
      #main-menu .mega-menu {
        bottom: 0;
        overflow-y: scroll; } }
    @media only screen and (min-width:40.063em) {
      #main-menu .mega-menu {
        top: 100%;
        left: 0;
        right: 0;
        padding: 0;
        overflow: hidden;
        -webkit-box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.15);
                box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.15);
        border-radius: 10px; } }
    #main-menu .mega-menu .cell {
      padding: 0 1.5rem; }
      @media only screen and (min-width:40.063em) {
        #main-menu .mega-menu .cell {
          padding: 1rem 1rem; } }
      #main-menu .mega-menu .cell .nav-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        background: #EEEEEE;
        padding-top: 0.5rem;
        border-radius: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #main-menu .mega-menu .cell .nav-box hr {
          margin-top: 0.5rem;
          margin-left: 1rem;
          border-color: #777;
          margin-right: 1rem; }
        #main-menu .mega-menu .cell .nav-box .stretch {
          -webkit-box-flex: 2;
              -ms-flex-positive: 2;
                  flex-grow: 2; }
    #main-menu .mega-menu a {
      width: 100%; }
      #main-menu .mega-menu a.cta_button {
        padding: 0; }
    #main-menu .mega-menu .text-cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.5rem 1rem;
      font-size: 1.25rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1.3; }
      #main-menu .mega-menu .text-cta span {
        display: inline-block;
        margin-right: 0.5rem; }
    #main-menu .mega-menu ul {
      margin: 0;
      list-style: none; }
    #main-menu .mega-menu li:not(.has-form) {
      border-top: 1px solid #e7e7e7; }
      #main-menu .mega-menu li:not(.has-form) a:not(.button), #main-menu .mega-menu li:not(.has-form) a:not(.cta_button) {
        color: #333333;
        margin: 0.125rem 0;
        display: block;
        padding: 0.625rem 0.625rem;
        line-height: 1.2;
        font-weight: bold;
        white-space: normal; }
      #main-menu .mega-menu li:not(.has-form):not(.active):hover a:not(.button) {
        color: #333; }
      #main-menu .mega-menu li:not(.has-form) ul {
        padding-bottom: 2px; }
        #main-menu .mega-menu li:not(.has-form) ul li {
          position: relative; }
          #main-menu .mega-menu li:not(.has-form) ul li::before {
            top: 2px;
            left: 11px;
            color: #333;
            content: '-';
            position: absolute;
            font-size: 18px; }
          #main-menu .mega-menu li:not(.has-form) ul li a:not(.button), #main-menu .mega-menu li:not(.has-form) ul li a:not(.cta_button) {
            padding: 0.5rem 0.625rem; }
      #main-menu .mega-menu li:not(.has-form):not(.active) a:not(.button):hover, #main-menu .mega-menu li:not(.has-form):not(.active) a:not(.cta_button):hover {
        background: #EEEEEE; }
      #main-menu .mega-menu li:not(.has-form) li:not(.has-form) > a:not(.button), #main-menu .mega-menu li:not(.has-form) li:not(.has-form) > a:not(.cta_button) {
        color: #333;
        padding-left: 1.5rem; }
    #main-menu .mega-menu ul ul > li:not(.has-form) {
      border-top: none; }
    @media only screen and (min-width:40.063em) {
      #main-menu .mega-menu ul:first-child > li:not(.has-form):first-child {
        border-top: none; } }
    #main-menu .mega-menu .cell:first-child ul:first-child > li:not(.has-form):first-child {
      border-top: none; }

.menu-open {
  overflow: hidden; }

.fr #main-menu > li > a {
  padding: 1.5rem 1rem;
  font-size: 0.9375rem; }

#header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10201;
  position: relative; }
  #header #logo {
    /* background image specified by language in language.scss */
    width: 200px;
    height: 44px;
    display: block;
    background-size: 200px 44px;
    background-repeat: no-repeat; }
    @media only screen and (min-width:40.063em) {
      #header #logo {
        width: 150px;
        height: 33px;
        background-size: 150px 33px; } }
    @media only screen and (min-width:64.063em) {
      #header #logo {
        width: 250px;
        height: 55px;
        background-size: 250px 55px; } }
  @media only screen {
    #header.fixed {
      position: fixed; }
      #header.fixed .main-header {
        -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);
                box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid #dfdfdf; } }
.main-header {
  padding: 0.625rem 0 0.625rem;
  z-index: 9999;
  position: relative;
  background: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }
  .main-header .lc-button {
    color: #fff;
    display: block;
    margin-top: 0.5rem;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 0; }
    @media only screen and (min-width:40.063em) {
      .main-header .lc-button {
        width: 120px;
        padding: 0.4375rem 0.625rem;
        position: relative;
        margin-top: 0; }
        .main-header .lc-button:before {
          top: -10px;
          left: 0;
          right: 0;
          bottom: 50%;
          content: '';
          position: absolute;
          background: #eb711b;
          -webkit-transition: background-color 300ms ease-out;
          transition: background-color 300ms ease-out;
          z-index: -1; }
        .main-header .lc-button:hover:before {
          background: #d96513; } }
  .main-header .menu-icon {
    color: var(--color-3-hex);
    margin: 0;
    padding: 1rem;
    background: none; }
    .main-header .menu-icon [data-icon] {
      font-size: 1.5rem; }
  .main-header #toggle-search {
    display: block;
    padding: 1rem 1.125rem;
    color: #0f5694; }
    @media only screen and (min-width:64.063em) {
      .main-header #toggle-search {
        padding: 1rem 1.5rem; } }
.fr .main-header .lc-button {
  width: 130px;
  padding: 1rem 0.375rem;
  font-size: 15px; }

#header-sub-nav {
  background-color: #f2f0f0; }
  #header-sub-nav .menu {
    width: 100%;
    margin: 0.5rem 0; }
    #header-sub-nav .menu li a {
      color: #343233;
      padding: 0.3125rem 0.75rem;
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: -0.2px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        #header-sub-nav .menu li a {
          padding: 0.3125rem;
          font-size: 0.75rem; } }
    #header-sub-nav .menu li:last-child a {
      padding-right: 0; }
    @media only screen and (min-width:64.063em) {
      #header-sub-nav .menu {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
.sticky-search {
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 999;
  position: relative;
  overflow: hidden;
  background: #D1EBF3;
  -webkit-transition: height 150ms ease;
  transition: height 150ms ease; }
  .sticky-search input[type='search'] {
    color: #1e6074;
    border: none;
    height: auto;
    padding: 0.75rem 0.9375rem 0.8125rem 1.25rem;
    font-size: 1.0625rem;
    background: #D1EBF3;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    margin-bottom: 0; }
  .sticky-search .input {
    position: relative; }
    .sticky-search .input [data-icon] {
      top: 50%;
      left: 0;
      color: #80c8de;
      position: absolute;
      font-size: 1rem;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .sticky-search .postfix {
    color: #FFFFFF;
    margin: 10px 0;
    height: 30px;
    padding: 0 0.5rem;
    background: #1f9fc9;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    font-weight: bold;
    line-height: 1.75rem;
    border-color: transparent;
    border-radius: 5px; }
    .sticky-search .postfix:hover {
      color: #FFFFFF;
      background: #eb711b;
      border-color: #eb711b; }
  .sticky-search:focus {
    color: #333;
    background: #FFFFFF; }

body.show-search .sticky-search {
  height: 50px; }

footer {
  background-color: #F7F7F7;
  color: var(--gray-600);
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media only screen and (min-width:40.063em) {
    footer {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  footer .social-icons {
    margin-bottom: 1.5625rem; }
    @media only screen and (max-width: 40em) {
      footer .social-icons {
        text-align: center; } }
    footer .social-icons a {
      color: var(--gray-600);
      display: inline-block;
      font-size: 1.5625rem;
      padding-right: 0.5rem; }
  footer .disclaimer {
    font-size: 0.8125rem;
    margin: 0; }
  footer .simple-sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -0.25rem 0 1.125rem;
    padding-top: 0.25rem;
    margin-right: 0;
    margin-left: -0.75rem;
    margin-left: 0; }
    footer .simple-sub-nav dt {
      text-transform: uppercase; }
    footer .simple-sub-nav dt,
    footer .simple-sub-nav dd,
    footer .simple-sub-nav li {
      float: left;
      display: inline;
      margin-left: 1rem;
      margin-bottom: 0.625rem;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
      font-weight: normal;
      font-size: 0.875rem;
      color: #999; }
      footer .simple-sub-nav dt a,
      footer .simple-sub-nav dd a,
      footer .simple-sub-nav li a {
        text-decoration: none;
        color: #999;
        padding: 0.1875rem 1rem; }
        footer .simple-sub-nav dt a:hover,
        footer .simple-sub-nav dd a:hover,
        footer .simple-sub-nav li a:hover {
          color: #737373; }
      footer .simple-sub-nav dt.active a,
      footer .simple-sub-nav dd.active a,
      footer .simple-sub-nav li.active a {
        border-radius: 3px;
        font-weight: normal;
        background: none;
        padding: 0.1875rem 1rem;
        cursor: default;
        color: #fff; }
        footer .simple-sub-nav dt.active a:hover,
        footer .simple-sub-nav dd.active a:hover,
        footer .simple-sub-nav li.active a:hover {
          background: #1b89ad; }
    footer .simple-sub-nav dd {
      margin-left: 5px;
      color: var(--gray-600);
      font-size: 0.8125rem; }
      footer .simple-sub-nav dd a {
        padding: 0.3125rem 0.625rem;
        color: var(--gray-600); }
      footer .simple-sub-nav dd.no-link {
        padding: 0 0.625rem; }
      @media only screen and (min-width:40.063em) {
        footer .simple-sub-nav dd:first-child {
          margin-left: 0;
          padding-left: 0; }
          footer .simple-sub-nav dd:first-child a {
            padding-left: 0; } }
    footer .simple-sub-nav#footer-primary-nav {
      margin: 0 0 1.25rem 0; }
      footer .simple-sub-nav#footer-primary-nav dd a {
        font-weight: 700; }

#footer-social ul > li {
  margin-bottom: 10px; }

h2.header-bar {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.675rem;
  color: #333;
  letter-spacing: -0.2px; }
  h2.header-bar span {
    display: block;
    color: #333; }
    h2.header-bar span:after {
      color: #333;
      content: "";
      position: absolute;
      bottom: 4px;
      height: 5px;
      border-bottom: 5px solid #333;
      width: 100%;
      margin-left: 10px; }

#page-title {
  margin-top: 1rem; }
  #page-title h1 {
    color: #333;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    border-bottom: 1px solid #e7e7e7; }
  #page-title .page-header {
    border-bottom: 1px solid #e7e7e7; }
  #page-title.simple {
    margin: 0;
    padding: 0.625rem 0;
    text-align: left; }
    #page-title.simple h1, #page-title.simple h2 {
      color: #0f5694;
      margin: 0 0 2.1875rem;
      border-bottom: 1px solid #e7e7e7;
      padding-bottom: 0.625rem; }
      #page-title.simple h1 a, #page-title.simple h2 a {
        color: inherit; }
    #page-title.simple.border {
      position: relative; }
      #page-title.simple.border h1, #page-title.simple.border h2 {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      #page-title.simple.border::after {
        left: 50%;
        width: 100%;
        bottom: 0;
        content: '';
        position: absolute;
        max-width: calc(75rem - 30px);
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        border-bottom: 1px solid #e7e7e7; }
    #page-title.simple .button {
      margin-bottom: 0; }

#color-background-title h1, #color-background-title h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 1.875rem !important; }
  @media only screen and (min-width:40.063em) {
    #color-background-title h1, #color-background-title h2 {
      font-size: 2.5rem !important; } }
  #color-background-title h1 a, #color-background-title h2 a {
    color: #fff; }
    #color-background-title h1 a:hover, #color-background-title h2 a:hover {
      color: #fff; }

.page-header {
  text-align: center; }

.button {
  font-weight: 700;
  border-radius: 5px; }
  .button.orange {
    background-color: #eb711b; }
    .button.orange:hover {
      background-color: #d96513; }
  .button.dark {
    background-color: #0f5694; }
    .button.dark:hover {
      background-color: #0e4d85; }
  .button.hollow {
    color: #1f9fc9;
    border: 2px solid #1f9fc9;
    background: transparent;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    letter-spacing: -0.2px; }
    .button.hollow:hover {
      background-color: #e7f6fb; }
    .button.hollow.orange {
      color: #eb711b;
      border: 2px solid #eb711b;
      background: transparent;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
      font-weight: bold;
      letter-spacing: -0.2px; }
      .button.hollow.orange:hover {
        color: #FFFFFF;
        background-color: #d96513; }
    .button.hollow.white {
      color: #fff;
      border: 2px solid #fff;
      background: transparent;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
      font-weight: bold;
      letter-spacing: -0.2px; }
      .button.hollow.white:hover {
        color: #eb711b;
        background-color: #fff; }
    .button.hollow.dark {
      color: #0f5694;
      border: 2px solid #0f5694;
      background: transparent; }
      .button.hollow.dark:hover {
        color: #FFFFFF;
        background-color: #0e4d85; }

.subscribe-button {
  font-weight: bold;
  text-transform: uppercase; }

body.god .button.silo-color-dark, body.dios .button.silo-color-dark, body.dieu .button.silo-color-dark {
  background-color: #c7641b; }
  body.god .button.silo-color-dark:hover, body.dios .button.silo-color-dark:hover, body.dieu .button.silo-color-dark:hover {
    background-color: #b35a18; }

body.bible .button.silo-color-dark, body.biblia .button.silo-color-dark {
  background-color: #1f6e97; }
  body.bible .button.silo-color-dark:hover, body.biblia .button.silo-color-dark:hover {
    background-color: #1c6388; }

body.life .button.silo-color-dark, body.vida .button.silo-color-dark, body.vie .button.silo-color-dark {
  background-color: #7c993b; }
  body.life .button.silo-color-dark:hover, body.vida .button.silo-color-dark:hover, body.vie .button.silo-color-dark:hover {
    background-color: #708a35; }

body.prophecy .button.silo-color-dark, body.profecia .button.silo-color-dark, body.propheties .button.silo-color-dark {
  background-color: #983101; }
  body.prophecy .button.silo-color-dark:hover, body.profecia .button.silo-color-dark:hover, body.propheties .button.silo-color-dark:hover {
    background-color: #892c01; }

body.change .button.silo-color-dark, body.cambio .button.silo-color-dark, body.croitre .button.silo-color-dark {
  background-color: #49224f; }
  body.change .button.silo-color-dark:hover, body.cambio .button.silo-color-dark:hover, body.croitre .button.silo-color-dark:hover {
    background-color: #421f47; }

body.relationships .button.silo-color-dark, body.relaciones .button.silo-color-dark, body.relations-personnelles .button.silo-color-dark {
  background-color: #80611d; }
  body.relationships .button.silo-color-dark:hover, body.relaciones .button.silo-color-dark:hover, body.relations-personnelles .button.silo-color-dark:hover {
    background-color: #73571a; }

.fat-heading {
  font-size: var(--heading-font-size, 1.5rem);
  font-family: var(--font-sans-serif);
  font-weight: var(--heading-weight, 800);
  letter-spacing: var(--heading-spacing, -0.5px); }
  .fat-heading.xl {
    font-size: 2.625rem;
    font-weight: 800;
    letter-spacing: -1px; }
  .fat-heading.lg {
    font-size: 2.1875rem;
    font-weight: 900;
    letter-spacing: -1.5px; }
  .fat-heading.md {
    font-size: 1.875rem;
    font-weight: 900;
    letter-spacing: -1px; }

#breadcrumb {
  color: #999;
  font-size: 0.8125rem;
  margin-top: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  margin-bottom: 0.25rem; }
  #breadcrumb a {
    color: inherit; }

#right-nav {
  border-left: 1px solid #e7e7e7;
  margin: 0 0; }
  #right-nav header {
    padding: 1rem 1rem;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7; }
    #right-nav header h3 {
      color: #333;
      margin: 0;
      font-size: 1.5rem;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
      font-weight: bold;
      letter-spacing: -0.2px; }
      #right-nav header h3 a {
        color: inherit; }
  #right-nav .side-nav {
    padding: 0; }
    #right-nav .side-nav > li {
      border-bottom: 1px solid #e7e7e7;
      margin: 0; }
      #right-nav .side-nav > li a:not(.button) {
        line-height: 1.2;
        padding: 0.625rem 0.4375rem 0.625rem 0.9375rem; }
        #right-nav .side-nav > li a:not(.button):hover {
          background: none; }
    #right-nav .side-nav .parent-active > a {
      font-weight: bold; }
    #right-nav .side-nav .parent-active li.active {
      background: #f5f5f5; }
    #right-nav .side-nav ul {
      margin-left: 0; }
      #right-nav .side-nav ul > li {
        margin: 0;
        padding-left: 1rem;
        list-style: none; }

#right-sidebar .cta-article-text-wrapper h3 {
  font-size: 1.25rem;
  margin-bottom: 0; }

#right-sidebar .cta-article-text-wrapper p {
  font-size: 0.875rem; }

#right-sidebar .cta-sidebar-discern {
  padding: 0.9375rem;
  padding-bottom: 0; }
  #right-sidebar .cta-sidebar-discern h3 {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    margin-bottom: 0; }

#right-sidebar .cta-article-1 {
  padding: 0 0.9375rem; }

#right-sidebar form .columns {
  width: 100% !important; }

.learning-center.journeys #learning-body {
  padding-top: 0; }
  .learning-center.journeys #learning-body + .row {
    display: none; }

.learning-center.journeys .learning-banner {
  height: 500px;
  padding: 3.125rem 0;
  background: no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width:40.063em) {
    .learning-center.journeys .learning-banner {
      padding: 5rem 0; } }
  .learning-center.journeys .learning-banner h2 {
    color: #1f9fc9;
    font-size: 1.875rem;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 1.875rem;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .learning-center.journeys .learning-banner h2 {
        font-size: 2.5rem; } }
  .learning-center.journeys .learning-banner p {
    font-size: 1.25rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    line-height: 1.2;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .learning-center.journeys .learning-banner p {
        font-size: 1.5rem; } }
.learning-center.journeys .learning-banner-button .button {
  padding: 0.5rem 2.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.0625rem;
  background: #9acd34;
  font-weight: bold; }
  .learning-center.journeys .learning-banner-button .button:after {
    top: -12px;
    right: 6%;
    width: 46px;
    height: 99px;
    content: '';
    display: block;
    position: absolute;
    background: url("../png/button-arrow.png") no-repeat; }

.learning-center.journeys .journey-list {
  padding-bottom: 3.125rem; }
  @media only screen and (min-width:40.063em) {
    .learning-center.journeys .journey-list {
      padding-bottom: 5rem; } }
  .learning-center.journeys .journey-list .button {
    padding: 0.875rem 2.75rem 0.9375rem 2.75rem; }
  .learning-center.journeys .journey-list .main-list {
    padding: 2rem 1.125rem;
    background: #f1f1f1;
    border-radius: 20px;
    margin-bottom: 4rem; }
  .learning-center.journeys .journey-list h2 {
    --heading-font-size: 2.1875rem;
    --heading-spacing: -1.5px;
    color: var(--color-3-hex);
    font-weight: 900; }
    @media only screen and (min-width:40.063em) {
      .learning-center.journeys .journey-list h2 {
        --heading-font-size: 3rem; } }
  .learning-center.journeys .journey-list h3 {
    font-size: 1.25rem;
    text-wrap: pretty;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: 800;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .learning-center.journeys .journey-list h3 {
        font-size: 1.375rem; } }
    .learning-center.journeys .journey-list h3 a {
      color: inherit; }
  .learning-center.journeys .journey-list h4 {
    font-size: 1.25rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .learning-center.journeys .journey-list h4 {
        font-size: 1.375rem; } }
.learning-center.journeys .how-does-it-work {
  padding: 5rem 0;
  background: var(--gradient-light-mint-green-to-light-sky-blue-linear); }
  @media only screen and (min-width:40.063em) {
    .learning-center.journeys .how-does-it-work {
      padding: 5rem 0; } }
  .learning-center.journeys .how-does-it-work h2 {
    --heading-font-size: 2.1875rem;
    --heading-spacing: -1.5px;
    color: var(--color-3-hex);
    font-weight: 900; }
    @media only screen and (min-width:40.063em) {
      .learning-center.journeys .how-does-it-work h2 {
        --heading-font-size: 3rem; } }
  .learning-center.journeys .how-does-it-work h3 {
    font-size: 1.375rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .learning-center.journeys .how-does-it-work h3 {
        font-size: 1.625rem; } }
  .learning-center.journeys .how-does-it-work h4 {
    font-size: 1.125rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .learning-center.journeys .how-does-it-work h4 {
        font-size: 1.25rem; } }
  .learning-center.journeys .how-does-it-work .box-list {
    margin-top: 3.125rem; }
    .learning-center.journeys .how-does-it-work .box-list p {
      padding: 0 1.25rem;
      font-size: 1.5rem;
      line-height: 1.3; }
  .learning-center.journeys .how-does-it-work .box {
    margin: 0 0.9375rem 1.25rem 0.9375rem;
    padding: 0.9375rem 1.25rem 1.5625rem 1.25rem;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    background: #fff;
    -webkit-box-shadow: 0 0 35px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 35px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    border-radius: 10px; }
    .learning-center.journeys .how-does-it-work .box h3 {
      color: var(--color-vivid-sky-blue-hex);
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 0.625rem; }
    .learning-center.journeys .how-does-it-work .box:hover {
      -webkit-transform: scale(1.03, 1.03);
          -ms-transform: scale(1.03, 1.03);
              transform: scale(1.03, 1.03); }

.learning-center.journeys .what-are-others-saying {
  padding: 4rem 0; }
  .learning-center.journeys .what-are-others-saying h2 {
    --heading-font-size: 2.1875rem;
    --heading-spacing: -1.5px;
    color: #fff;
    font-weight: 900; }
    @media only screen and (min-width:40.063em) {
      .learning-center.journeys .what-are-others-saying h2 {
        --heading-font-size: 3rem; } }
  .learning-center.journeys .what-are-others-saying h4 {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .learning-center.journeys .what-are-others-saying h4 {
        font-size: 1.5rem; } }
  .learning-center.journeys .what-are-others-saying .quote-box {
    color: #FFFFFF;
    margin: 3.125rem 0 3.125rem 0;
    padding: 3.75rem 2.5rem;
    position: relative;
    font-size: 1.5625rem;
    background: rgba(153, 204, 51, 0.8);
    font-style: italic;
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    line-height: 1.3;
    border-radius: 10px; }
    @media only screen and (min-width:40.063em) {
      .learning-center.journeys .what-are-others-saying .quote-box {
        font-size: 1.875rem; } }
    .learning-center.journeys .what-are-others-saying .quote-box:before, .learning-center.journeys .what-are-others-saying .quote-box:after {
      color: #FFFFFF;
      height: 53px;
      display: inline-block;
      position: absolute;
      font-size: 7rem;
      line-height: 1;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
      letter-spacing: -0.2px; }
    .learning-center.journeys .what-are-others-saying .quote-box:before {
      top: -32px;
      left: 5px;
      content: '“'; }
    .learning-center.journeys .what-are-others-saying .quote-box:after {
      right: 15px;
      bottom: -12px;
      content: '”'; }
  .learning-center.journeys .what-are-others-saying .button {
    font-weight: bold; }

.learning-center.journey-thank-you #learning-body .thank-you-section {
  padding: 3.125rem 0; }
  @media only screen and (min-width:40.063em) {
    .learning-center.journey-thank-you #learning-body .thank-you-section {
      padding: 5rem 0; } }
  .learning-center.journey-thank-you #learning-body .thank-you-section h2 {
    margin-bottom: 2.5rem;
    font-size: 2.125rem; }
  .learning-center.journey-thank-you #learning-body .thank-you-section .button {
    text-transform: uppercase;
    font-weight: 700; }
  .learning-center.journey-thank-you #learning-body .thank-you-section #or p {
    line-height: 67px; }

.learning-center.journey-thank-you #learning-body .banner {
  padding: 3.125rem 0;
  position: relative;
  background: no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width:40.063em) {
    .learning-center.journey-thank-you #learning-body .banner {
      padding: 5rem 0; } }
  .learning-center.journey-thank-you #learning-body .banner:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }
  .learning-center.journey-thank-you #learning-body .banner p, .learning-center.journey-thank-you #learning-body .banner ul {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .learning-center.journey-thank-you #learning-body .banner p, .learning-center.journey-thank-you #learning-body .banner ul {
        font-size: 1.5rem; } }
  .learning-center.journey-thank-you #learning-body .banner .row {
    z-index: 20;
    position: relative; }
  .learning-center.journey-thank-you #learning-body .banner.image-overlay-section {
    background-image: url("../landing-embark-background.html"); }
    .learning-center.journey-thank-you #learning-body .banner.image-overlay-section:after {
      left: 0;
      width: 100%;
      background: rgba(31, 159, 201, 0.8); }
      @media only screen and (min-width:40.063em) {
        .learning-center.journey-thank-you #learning-body .banner.image-overlay-section:after {
          top: -20px;
          bottom: -20px; } }
    @media only screen and (min-width:40.063em) {
      .learning-center.journey-thank-you #learning-body .banner.image-overlay-section:after {
        width: 55%; } }
    @media only screen and (min-width:40.063em) {
      .learning-center.journey-thank-you #learning-body .banner.image-overlay-section.color-overlay-right:after {
        left: auto; } }
    @media only screen and (min-width:40.063em) {
      .learning-center.journey-thank-you #learning-body .banner.image-overlay-section.color-overlay-left:after {
        right: auto; } }
    .learning-center.journey-thank-you #learning-body .banner.image-overlay-section h2 {
      color: #FFFFFF !important;
      font-size: 2.125rem;
      line-height: 1.2;
      margin-bottom: 1.25rem; }
    .learning-center.journey-thank-you #learning-body .banner.image-overlay-section h3 {
      color: #FFFFFF !important;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif !important;
      font-weight: 700 !important;
      font-size: 1.25rem;
      letter-spacing: 1px !important; }
      .learning-center.journey-thank-you #learning-body .banner.image-overlay-section h3 a {
        color: #FFFFFF !important; }
    .learning-center.journey-thank-you #learning-body .banner.image-overlay-section p, .learning-center.journey-thank-you #learning-body .banner.image-overlay-section ul {
      font-size: 1rem; }
      @media only screen and (min-width:40.063em) {
        .learning-center.journey-thank-you #learning-body .banner.image-overlay-section p, .learning-center.journey-thank-you #learning-body .banner.image-overlay-section ul {
          font-size: 1.125rem; } }
.learning-center.journey-thank-you.journey-1-knowing-god #learning-body .thank-you-section.image-overlay-section {
  background-image: url("../jpg/journey_1_landing_embark_background.jpg"); }

.learning-center.journey-thank-you.journey-2-the-problem-of-evil #learning-body .thank-you-section.image-overlay-section {
  background-image: url("../jpg/journey_2_landing_embark_background.jpg"); }

.learning-center.journey-thank-you.journey-3-the-plan-of-god #learning-body .thank-you-section.image-overlay-section {
  background-image: url("../jpg/journey_3_landing_embark_background.jpg");
  background-position: top right; }

.learning-center.journey-thank-you.journey-4-the-people-of-god #learning-body .thank-you-section.image-overlay-section {
  background-image: url("../jpg/journey_4_landing_embark_background.jpg"); }

.learning-center.journey-thank-you.the-fruit-of-the-spirit #learning-body .thank-you-section.image-overlay-section {
  background-image: url("../jpg/fruit_of_the_spirit_banner.jpg"); }

.learning-center.journey-thank-you.the-fruit-of-the-spirit.es #learning-body .thank-you-section.image-overlay-section {
  background-image: url("../jpg/fruit_of_the_spirit_banner-2.jpg"); }

#home-search {
  padding: 2.5rem 0;
  background: #1f9fc9;
  margin-bottom: 1.875rem; }
  #home-search h2 {
    color: #FFFFFF;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: none; }
  #home-search input[type="text"] {
    color: #96999B;
    border: none;
    height: auto;
    padding: 0.75rem 0.9375rem 0.8125rem 0.9375rem;
    font-size: 1.25rem;
    background: #D1EBF3;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 150ms;
    transition: all 150ms; }
    #home-search input[type="text"]:focus {
      color: #333;
      background: #FFFFFF; }
  #home-search .postfix {
    color: #b55410;
    border: none;
    height: auto;
    padding: 0.5625rem 0;
    font-size: 1.75rem;
    background: #eb711b;
    margin-left: 0.1875rem; }

.bcs-container-searchbox {
  margin-top: 1.25rem; }
  .bcs-container-searchbox .bcs-searchbox-submit {
    margin: 0;
    padding: 0;
    border-color: #eb711b;
    background-color: #eb711b; }
  .bcs-container-searchbox .bsc-searchbox {
    margin: 6px 4px 6px 16px; }

.bing-search-header input, .bing-search-header .button {
  height: 30px;
  margin: 0.25rem 0;
  padding: 0.1875rem 0.5rem; }

.bing-search-header input {
  border-radius: 5px; }

.bing-search-header .postfix.button {
  line-height: 25px; }

.bing-search-header input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fff; }

.bing-search-header .row .small-10 {
  padding-right: 0.25rem; }

.home .bing-search-header,
.search .bing-search-header {
  display: none; }

.ebv-item {
  border: 3px solid #c6e6f5;
  padding: 3.125rem 1.875rem 0.625rem 1.875rem;
  position: relative;
  margin-bottom: 1.25rem; }
  .ebv-item .ebv-verse {
    top: 0;
    left: 0;
    color: #1f9fc9;
    padding: 0.5rem;
    position: absolute;
    min-width: 130px;
    background: #c6e6f5;
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif; }
  .ebv-item .ebv-additional-info {
    color: #1f9fc9;
    position: relative;
    padding-left: 30px;
    font-family: "Source Sans Pro", sans-serif; }
    .ebv-item .ebv-additional-info .fa {
      top: 5px;
      left: 0;
      position: absolute;
      font-size: 1.5625rem; }

.ebv-verse {
  color: #1f9fc9;
  padding: 0.5rem;
  background: #c6e6f5;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 0.5rem; }

.ebv-verse-text {
  margin-bottom: 40px; }
  .ebv-verse-text a {
    display: block; }

.hs-form.no-labels .hs-form-field label {
  display: none; }

.hs-form.hide-fields .hs-form-field {
  display: none; }

.hs-form [class^="form-columns-"] {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .hs-form [class^="form-columns-"] .hs-form-field {
    width: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .hs-form [class^="form-columns-"] .hs-form-field .input {
      margin: 0; }
      .hs-form [class^="form-columns-"] .hs-form-field .input .hs-input {
        width: 100%; }
  .hs-form [class^="form-columns-"][class$="1"] .hs-form-field {
    width: 100%; }
  @media only screen and (min-width:40.063em) {
    .hs-form [class^="form-columns-"][class$="2"] .hs-form-field {
      width: 50%; } }
.hs-form .inputs-list {
  margin: 0.625rem 0 0.9375rem 0;
  list-style: none; }
  .hs-form .inputs-list .hs-form-booleancheckbox .hs-input {
    margin: 0 0.625rem 0.3125rem 0; }
  .hs-form .inputs-list .hs-form-booleancheckbox label {
    display: block; }

.hs-form .hs-error-msgs {
  margin: 0 0 0.625rem 0;
  list-style: none;
  background: #f04124; }
  .hs-form .hs-error-msgs li {
    padding: 0.5rem 0.9375rem; }
  .hs-form .hs-error-msgs label {
    color: #fff;
    display: block !important;
    font-size: 0.8125rem;
    font-style: italic;
    font-weight: normal;
    text-transform: none; }
    .hs-form .hs-error-msgs label a {
      color: inherit; }

@media only screen and (min-width:40.063em) {
  .hs-form.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .hs-form.horizontal .hs-form-field {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 26.666667%;
              flex: 0 0 26.666667%;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
    .hs-form.horizontal .hs_submit {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .hs-form.horizontal .hs_submit .button {
        margin-bottom: 1.125rem; } }

.learn-more-block h3 {
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: -0.2px; }
  @media only screen and (min-width:40.063em) {
    .learn-more-block h3 {
      font-size: 1.375rem; } }
.learn-more-block p {
  margin-bottom: 0.5rem; }

#blog-landing-feature {
  margin-top: 2.5rem; }

.share-text.button {
  color: #666;
  border: 1px solid #ddd;
  padding: 0.25rem 0.3125rem;
  font-size: 0.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #f2f2f2 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  text-shadow: none;
  font-weight: normal; }

.blog #article-header {
  text-align: left; }

.blog #page-title {
  margin-bottom: 1.5rem; }

.blog .page-header h2, .blog .page-header h1 {
  font-size: 1.875rem;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 600;
  margin-top: 0.2rem !important;
  border-bottom: none !important;
  margin-bottom: 0.5rem !important;
  letter-spacing: -0.2px; }
  @media only screen and (min-width:40.063em) {
    .blog .page-header h2, .blog .page-header h1 {
      font-size: 2.5rem;
      text-align: left; } }
  @media only screen and (min-width:64.063em) {
    .blog .page-header h2, .blog .page-header h1 {
      font-size: 3rem; } }
  .blog .page-header h2 img, .blog .page-header h1 img {
    float: left;
    margin: 0 auto;
    padding-right: 0.625rem; }
    @media only screen and (max-width: 40em) {
      .blog .page-header h2 img, .blog .page-header h1 img {
        float: none;
        width: 75%;
        display: block; } }
.blog .blog-index-item {
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: -0.2px; }
  .blog .blog-index-item figure {
    margin-bottom: 0.75rem; }
    .blog .blog-index-item figure img {
      border-radius: 5px; }
  .blog .blog-index-item h4 {
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    margin-bottom: 0; }
  .blog .blog-index-item h2, .blog .blog-index-item h3 {
    color: #333;
    font-size: 1.5625rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    letter-spacing: -0.2px; }
    .blog .blog-index-item h2 a, .blog .blog-index-item h3 a {
      color: inherit; }
  .blog .blog-index-item .author-dateline {
    color: #707070; }
  .blog .blog-index-item .read-more {
    font-weight: 700; }
  .blog .blog-index-item.row {
    margin-bottom: 1.5rem; }

.blog #article-grid h3 {
  font-size: 1.375rem;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: -0.2px; }

.blog.god #article-grid h3 a, .blog.dios #article-grid h3 a, .blog.dieu #article-grid h3 a {
  color: #eb711b; }

.blog.bible #article-grid h3 a, .blog.biblia #article-grid h3 a {
  color: #1f9fc9; }

.blog.life #article-grid h3 a, .blog.vida #article-grid h3 a, .blog.vie #article-grid h3 a {
  color: #9acd34; }

.blog.prophecy #article-grid h3 a, .blog.profecia #article-grid h3 a, .blog.propheties #article-grid h3 a {
  color: #cd3301; }

.blog.change #article-grid h3 a, .blog.cambio #article-grid h3 a, .blog.croitre #article-grid h3 a {
  color: #612766; }

.blog.relationships #article-grid h3 a, .blog.relaciones #article-grid h3 a, .blog.relations-personnelles #article-grid h3 a {
  color: #d4a82a; }

#blog-article #blog-article-subscribe {
  font-weight: bold;
  background-color: #eb711b; }
  @media only screen and (max-width: 40em) {
    #blog-article #blog-article-subscribe {
      width: 100%; } }
#blog-article .author-dateline {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: -0.2px; }

#blog-article h2 {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 700;
  color: #333;
  letter-spacing: -0.2px; }

#blog-article p[style*="margin-left"] + ul {
  margin-left: 46pt; }

.blog-latest p:last-child {
  font-size: 1.1875rem;
  font-weight: 600;
  margin-bottom: 0; }

.latest-blog-post {
  padding: 0 0 2.625rem 0; }
  .latest-blog-post .blog-index-item figure {
    margin: 0 0 1rem; }
    @media only screen and (min-width:40.063em) {
      .latest-blog-post .blog-index-item figure {
        margin-bottom: 0; } }
    .latest-blog-post .blog-index-item figure img {
      border-radius: 10px; }

.blog-choose-topic {
  padding: 4rem 0; }

@media (max-width: 768px) {
  #blog-topics.reveal-modal, dialog#blog-topics {
    padding: 1.875rem 0.5rem; } }

#blog-topics.reveal-modal h2, dialog#blog-topics h2 {
  margin: 0 0 1rem 0;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.2px;
  font-size: 1.25rem; }
  @media only screen and (min-width:40.063em) {
    #blog-topics.reveal-modal h2, dialog#blog-topics h2 {
      font-size: 1.625rem; } }
  @media only screen and (min-width:64.063em) {
    #blog-topics.reveal-modal h2, dialog#blog-topics h2 {
      font-size: 2rem; } }
#blog-topics.reveal-modal .cell a, dialog#blog-topics .cell a {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem; }
  @media only screen and (min-width:40.063em) {
    #blog-topics.reveal-modal .cell a, dialog#blog-topics .cell a {
      font-size: 1.125rem; } }
  @media only screen and (min-width:64.063em) {
    #blog-topics.reveal-modal .cell a, dialog#blog-topics .cell a {
      font-size: 1.25rem; } }
#blog-topics.reveal-modal a.close-reveal-modal, dialog#blog-topics a.close-reveal-modal {
  font-size: 2rem; }

@media only screen and (min-width:40.063em) {
  .blog-title .button {
    margin-bottom: 0; } }

.topics-covered {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif; }

.blog-list {
  margin-bottom: 4rem;
  margin-bottom: 1rem; }
  @media only screen and (min-width:40.063em) {
    .blog-list {
      margin-bottom: 2rem; } }
  @media only screen and (min-width:64.063em) {
    .blog-list {
      margin-bottom: 4rem; } }
.blog-label {
  color: #777;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.daily-verse.blog #article-content header h2 {
  font-size: 1.875rem;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.2px; }

.daily-verse.blog .dbv-list-item {
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; }

.blog #article-header .author-dateline {
  padding: 0.875rem;
  max-width: 400px;
  background: #f2f2f2;
  border-radius: 10px;
  margin: 0 auto; }

@media only screen and (min-width:40.063em) {
  .blog #article-header h1, .blog #article-header h2 {
    text-align: center; } }

.blog-author-date {
  gap: 8px;
  grid: "image author" auto "topics topics" auto "read read" auto / 40px auto;
  color: #5d6567;
  width: 100%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width:40.063em) {
    .blog-author-date {
      gap: 8px;
      grid: "image author read" 1fr "image topics read" 1fr / 60px 2fr 1fr; } }
  .blog-author-date p {
    line-height: 1;
    margin-bottom: 0; }
  .blog-author-date .author-image {
    grid-area: image; }
    .blog-author-date .author-image img {
      width: 60px;
      border: 1px solid #f2f0f0;
      aspect-ratio: 1/1;
      margin-right: 5px;
      border-radius: 50px; }
  .blog-author-date .author-name {
    grid-area: author; }
    @media only screen and (min-width:40.063em) {
      .blog-author-date .author-name {
        -ms-flex-item-align: end;
            align-self: end; } }
  .blog-author-date .blog-topics {
    grid-area: topics; }
    @media only screen and (min-width:40.063em) {
      .blog-author-date .blog-topics {
        -ms-flex-item-align: start;
            align-self: start; } }
  .blog-author-date .author-name a, .blog-author-date .blog-topics a {
    color: #333; }
    .blog-author-date .author-name a:hover, .blog-author-date .blog-topics a:hover {
      text-decoration: underline; }
  .blog-author-date .reading-share {
    grid-area: read; }
    @media only screen and (max-width: 40em) {
      .blog-author-date .reading-share {
        gap: 11px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media only screen and (min-width:40.063em) {
      .blog-author-date .reading-share {
        text-align: right; }
        .blog-author-date .reading-share p:not(:last-child) {
          margin-bottom: 0.5rem; } }
.share-button {
  color: #5d6567;
  border: 1px solid #f2f0f0;
  padding: 0.625rem 0.875rem;
  display: inline-block;
  line-height: 1;
  border-radius: 50px; }

.i-want-to {
  display: block;
  padding: 1.25rem;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: #fff; }
  @media only screen and (min-width:40.063em) {
    .i-want-to {
      padding: 2.5rem 1.25rem; } }
  .i-want-to:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }
  .i-want-to h3 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1.5px;
    line-height: 1.1em;
    font-size: 1.875rem; }
    @media only screen and (min-width:40.063em) {
      .i-want-to h3 {
        font-size: 1.875rem; } }
    @media only screen and (min-width:64.063em) {
      .i-want-to h3 {
        font-size: 2.5rem; } }
  .i-want-to.live-better h3 {
    background: var(--color-1-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline; }
  .i-want-to.explore-bible h3 {
    background: var(--color-2-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline; }
  .i-want-to.bigger-picture h3 {
    background: var(--color-3-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline; }
  .i-want-to h4 {
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 1rem;
    letter-spacing: -0.2px;
    font-size: 1.125rem; }
    @media only screen and (min-width:40.063em) {
      .i-want-to h4 {
        font-size: 1.125rem; } }
    @media only screen and (min-width:64.063em) {
      .i-want-to h4 {
        font-size: 1.125rem; } }
.subscribe-bar {
  --gradient-angle: to right;
  padding: 1rem 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 2.5rem;
  background: var(--gradient-light-mint-green-to-light-sky-blue-linear); }
  @media only screen and (min-width:40.063em) {
    .subscribe-bar {
      padding: 1.375rem 0; } }
  .subscribe-bar.cta {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media only screen and (min-width:40.063em) {
      .subscribe-bar.cta {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1.375rem;
        padding-bottom: 1.375rem; } }
    @media only screen and (min-width:64.063em) {
      .subscribe-bar.cta {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 1.375rem;
        padding-bottom: 1.375rem; } }
  .subscribe-bar > .grid-container {
    z-index: 9;
    position: relative; }
  .subscribe-bar p {
    font-weight: 700;
    font-size: 1rem; }
    @media only screen and (min-width:40.063em) {
      .subscribe-bar p {
        font-size: 1.125rem; } }
    @media only screen and (min-width:64.063em) {
      .subscribe-bar p {
        font-size: 1.25rem; } }
  .subscribe-bar a {
    color: #fff; }
    .subscribe-bar a:hover {
      color: rgba(255, 255, 255, 0.65); }
  @media only screen and (min-width:40.063em) {
    .subscribe-bar p {
      margin-bottom: 0; } }
  .subscribe-bar .button {
    width: 100%;
    margin-bottom: 0; }

.subscribe-newsletter-bar {
  padding: 0.625rem 0;
  font-weight: 700; }
  @media only screen and (min-width:40.063em) {
    .subscribe-newsletter-bar {
      padding: 1.25rem 0;
      font-size: 1.5rem;
      margin-left: -50%;
      margin-right: -50%; } }
.silo #page-title h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -1.5px; }
  .silo #page-title h1 span {
    display: inline-block;
    font-weight: 600;
    margin-left: 0.5rem; }

.silo article h2 {
  margin-bottom: 1.25rem; }

.silo article p, .silo article li {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif; }

.silo article .extended {
  display: block; }
  .silo article .extended.expand-hidden {
    display: none; }

.silo .related-articles h2 {
  font-weight: bolder;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  margin-bottom: 1.5rem;
  letter-spacing: -0.2px;
  font-size: 1.75rem; }
  @media only screen and (min-width:40.063em) {
    .silo .related-articles h2 {
      font-size: 2.375rem; } }
  @media only screen and (min-width:64.063em) {
    .silo .related-articles h2 {
      font-size: 3rem; } }
.silo .related-articles .collapsed li:nth-child(n+7) {
  display: none; }

.silo #featured-video-image-wrapper {
  float: none;
  width: 100%;
  display: block;
  max-width: 100%;
  margin-left: 0;
  border-radius: 10px; }

.silo-banner {
  color: #fff;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  background-size: cover; }
  .silo-banner::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.25); }
  .silo-banner.dark-screen::before {
    background: rgba(0, 0, 0, 0.55); }
  .silo-banner .grid-container {
    width: 100%;
    z-index: 9;
    position: relative; }
  .silo-banner a {
    color: #fff; }
  .silo-banner h1 {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: 800;
    letter-spacing: -1.5px; }
  .silo-banner p {
    font-size: 1.25rem;
    font-weight: bold; }
  .silo-banner .author-dateline {
    color: #fff; }

.pillar .silo-banner {
  margin-bottom: 0; }

.expand-more {
  text-align: center; }
  .expand-more .button {
    color: #1f9fc9;
    background: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase; }
    .expand-more .button:focus {
      outline: none; }
    .expand-more .button .more, .expand-more .button .less {
      display: none; }
      .expand-more .button .more span, .expand-more .button .less span {
        display: block; }
      .expand-more .button .more.show, .expand-more .button .less.show {
        display: block; }
    .expand-more .button [data-icon] {
      font-size: 1.0625rem; }

.silo.pillar #content .page-section {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media only screen and (min-width:40.063em) {
    .silo.pillar #content .page-section {
      padding-top: 2.625rem;
      padding-bottom: 2.625rem; } }
  .silo.pillar #content .page-section h2 {
    font-size: 1.375rem;
    color: #1f9fc9;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    letter-spacing: -0.2px; }
  .silo.pillar #content .page-section h3, .silo.pillar #content .page-section h4 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -0.2px; }
  .silo.pillar #content .page-section p {
    text-align: justify; }

.silo.pillar .related-articles-block {
  margin-bottom: 1.5rem; }
  .silo.pillar .related-articles-block.gray-border {
    border: 2px solid #e7e7e7;
    padding: 1rem; }
  .silo.pillar .related-articles-block.silo-border {
    border: 2px solid;
    padding: 1rem; }
  @media only screen and (max-width: 40em) {
    .silo.pillar .related-articles-block .cell {
      text-align: center; } }
.silo.pillar .pillar-article h4 {
  color: #222;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.2px;
  font-size: 1.125rem; }
  .silo.pillar .pillar-article h4 a {
    color: inherit; }

.silo.pillar.god .related-articles-block.silo-border, .silo.pillar.dios .related-articles-block.silo-border, .silo.pillar.dieu .related-articles-block.silo-border {
  border-color: #eb711b; }

.silo.pillar.god #content .page-section h2, .silo.pillar.dios #content .page-section h2, .silo.pillar.dieu #content .page-section h2 {
  color: #eb711b; }

.silo.pillar.life .related-articles-block.silo-border, .silo.pillar.vida .related-articles-block.silo-border, .silo.pillar.vie .related-articles-block.silo-border {
  border-color: #9acd34; }

.silo.pillar.life #content .page-section h2, .silo.pillar.vida #content .page-section h2, .silo.pillar.vie #content .page-section h2 {
  color: #9acd34; }

.silo.pillar.bible .related-articles-block.silo-border, .silo.pillar.biblia .related-articles-block.silo-border {
  border-color: #1f9fc9; }

.silo.pillar.bible #content .page-section h2, .silo.pillar.biblia #content .page-section h2 {
  color: #1f9fc9; }

.silo.pillar.prophecy .related-articles-block.silo-border, .silo.pillar.profecia .related-articles-block.silo-border, .silo.pillar.propheties .related-articles-block.silo-border {
  border-color: #cd3301; }

.silo.pillar.prophecy #content .page-section h2, .silo.pillar.profecia #content .page-section h2, .silo.pillar.propheties #content .page-section h2 {
  color: #cd3301; }

.silo.pillar.change .related-articles-block.silo-border, .silo.pillar.cambio .related-articles-block.silo-border, .silo.pillar.croitre .related-articles-block.silo-border {
  border-color: #612766; }

.silo.pillar.change #content .page-section h2, .silo.pillar.cambio #content .page-section h2, .silo.pillar.croitre #content .page-section h2 {
  color: #612766; }

.silo.pillar.relationships .related-articles-block.silo-border, .silo.pillar.relaciones .related-articles-block.silo-border, .silo.pillar.relations-personnelles .related-articles-block.silo-border {
  border-color: #d4a82a; }

.silo.pillar.relationships #content .page-section h2, .silo.pillar.relaciones #content .page-section h2, .silo.pillar.relations-personnelles #content .page-section h2 {
  color: #d4a82a; }

.panel.cta-silo-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f4));
  background-image: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border: none; }

.blog #page-title h1 {
  border: none; }

.article .article-header,
.article #page-title h1, .blog .article-header,
.blog #page-title h1 {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -1.5px; }
  @media only screen and (min-width:40.063em) {
    .article .article-header,
    .article #page-title h1, .blog .article-header,
    .blog #page-title h1 {
      font-size: 2.5rem;
      line-height: 1.3; } }
.article .video-outer-wrapper, .blog .video-outer-wrapper {
  position: relative; }
  .article .video-outer-wrapper cogwa-player, .blog .video-outer-wrapper cogwa-player {
    margin-bottom: 16px; }
  .article .video-outer-wrapper .article-video .flex-video, .blog .video-outer-wrapper .article-video .flex-video {
    padding-top: 0; }
    .article .video-outer-wrapper .article-video .flex-video.wistia, .blog .video-outer-wrapper .article-video .flex-video.wistia {
      padding-bottom: 56.35%; }
    .article .video-outer-wrapper .article-video .flex-video .wistia_embed, .blog .video-outer-wrapper .article-video .flex-video .wistia_embed {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute; }
  .article .video-outer-wrapper .article-video .vid-wrap, .blog .video-outer-wrapper .article-video .vid-wrap {
    right: 0;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    z-index: 5;
    position: absolute;
    border-radius: 20px; }
    .article .video-outer-wrapper .article-video .vid-wrap.aside, .blog .video-outer-wrapper .article-video .vid-wrap.aside {
      width: 100%;
      position: fixed; }
      @media only screen and (min-width:40.063em) {
        .article .video-outer-wrapper .article-video .vid-wrap.aside, .blog .video-outer-wrapper .article-video .vid-wrap.aside {
          top: 80px;
          right: 5px; } }
      @media only screen and (min-width: 641px) and (max-width: 1300px) {
        .article .video-outer-wrapper .article-video .vid-wrap.aside, .blog .video-outer-wrapper .article-video .vid-wrap.aside {
          width: 240px; }
          .article .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed, .article .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome, .article .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome > div, .article .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome > div > div:nth-child(2), .blog .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed, .blog .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome, .blog .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome > div, .blog .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome > div > div:nth-child(2) {
            width: 240px !important;
            height: 135px !important; } }
      @media only screen and (min-width: 1301px) and (max-width: 1440px) {
        .article .video-outer-wrapper .article-video .vid-wrap.aside, .blog .video-outer-wrapper .article-video .vid-wrap.aside {
          width: 280px; }
          .article .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed, .article .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome, .article .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome > div, .article .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome > div > div:nth-child(2), .blog .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed, .blog .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome, .blog .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome > div, .blog .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome > div > div:nth-child(2) {
            width: 280px !important;
            height: 157px !important; } }
      @media only screen and (min-width:90.063em) {
        .article .video-outer-wrapper .article-video .vid-wrap.aside, .blog .video-outer-wrapper .article-video .vid-wrap.aside {
          width: 350px; }
          .article .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed, .article .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome, .article .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome > div, .article .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome > div > div:nth-child(2), .blog .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed, .blog .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome, .blog .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome > div, .blog .video-outer-wrapper .article-video .vid-wrap.aside .wistia_embed .w-chrome > div > div:nth-child(2) {
            width: 350px !important;
            height: 197px !important; } }
  .article .video-outer-wrapper .article-video .wistia_embed, .article .video-outer-wrapper .article-video .wistia_embed .w-chrome, .article .video-outer-wrapper .article-video .wistia_embed .w-chrome > div, .article .video-outer-wrapper .article-video .wistia_embed .w-chrome > div > div:nth-child(2), .blog .video-outer-wrapper .article-video .wistia_embed, .blog .video-outer-wrapper .article-video .wistia_embed .w-chrome, .blog .video-outer-wrapper .article-video .wistia_embed .w-chrome > div, .blog .video-outer-wrapper .article-video .wistia_embed .w-chrome > div > div:nth-child(2) {
    width: 100% !important;
    height: 100% !important; }
  .article .video-outer-wrapper .article-video .vid-wrap .jwplayer, .blog .video-outer-wrapper .article-video .vid-wrap .jwplayer {
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 854px; }
  @media only screen and (min-width:40.063em) {
    .article .video-outer-wrapper .article-video .wistia_embed, .blog .video-outer-wrapper .article-video .wistia_embed {
      width: 100% !important;
      height: 100% !important; } }
.article #featured-video-image-wrapper .video-outer-wrapper, .article #featured-video-image-wrapper cogwa-player, .blog #featured-video-image-wrapper .video-outer-wrapper, .blog #featured-video-image-wrapper cogwa-player {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.25);
  border-top: 1px solid #f2f0f0;
  border-left: 1px solid #f2f0f0;
  border-radius: 20px; }

.article #featured-video-image-wrapper figcaption, .blog #featured-video-image-wrapper figcaption {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  text-align: center; }
  .article #featured-video-image-wrapper figcaption p, .blog #featured-video-image-wrapper figcaption p {
    text-align: center; }
  @media only screen and (min-width:40.063em) {
    .article #featured-video-image-wrapper figcaption, .blog #featured-video-image-wrapper figcaption {
      margin-left: 0;
      margin-right: 0; } }
.article #breadcrumb {
  text-align: center; }

.article #page-title h1 {
  text-align: center; }

.article .audio-player-wrapper {
  clear: both;
  width: 100%;
  margin: 0 auto 40px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase; }
  @media only screen and (min-width:40.063em) {
    .article .audio-player-wrapper {
      width: 300px; } }
  .article .audio-player-wrapper .audio-player-title {
    float: left;
    background-color: #e7e7e7;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 44px;
    color: #333 !important; }
  .article .audio-player-wrapper .audio-player {
    float: left; }
    .article .audio-player-wrapper .audio-player .jw-controlbar-center-group,
    .article .audio-player-wrapper .audio-player .jw-text-duration,
    .article .audio-player-wrapper .audio-player .jw-slider-volume,
    .article .audio-player-wrapper .audio-player .jw-text-elapsed,
    .article .audio-player-wrapper .audio-player .jw-icon-rewind,
    .article .audio-player-wrapper .audio-player .jw-icon-volume,
    .article .audio-player-wrapper .audio-player .jw-slider-time {
      display: none !important; }

#article-content, #blog-article {
  position: relative;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; }
  #article-content h2, #article-content h3, #article-content h4, #blog-article h2, #blog-article h3, #blog-article h4 {
    color: #612766; }
  #article-content h2:not(.with-line), #blog-article h2:not(.with-line) {
    font-size: 1.375rem;
    line-height: 1.2;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: 700;
    margin-bottom: 1.25rem;
    letter-spacing: -1px; }
  #article-content h3, #blog-article h3 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.2px; }
  #article-content ul li, #article-content ol li, #blog-article ul li, #blog-article ol li {
    margin-bottom: 0.75rem;
    line-height: 1.6; }
  #article-content .page-section, #blog-article .page-section {
    padding: 1.5rem 0; }
  #article-content .callout, #blog-article .callout {
    color: #fff;
    padding: 1.5rem;
    font-size: 1.125rem;
    background: #0f5694;
    -webkit-box-shadow: 10px 10px 0 0 #c0def9;
            box-shadow: 10px 10px 0 0 #c0def9;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    border-radius: 10px;
    margin-bottom: 2rem; }
    #article-content .callout h3, #blog-article .callout h3 {
      color: inherit;
      margin: 0 0 1rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #article-content .callout h3 [data-icon], #blog-article .callout h3 [data-icon] {
        color: #9acd34;
        padding: 4px;
        font-size: 2.5rem;
        background: radial-gradient(#fff 40%, #9acd34 41%);
        margin-right: 1rem;
        border-radius: 50%; }
    #article-content .callout *:last-child, #blog-article .callout *:last-child {
      margin-bottom: 0; }
  #article-content.continue-reading #article-body, #blog-article.continue-reading #article-body {
    overflow: hidden;
    max-height: 440px;
    margin-bottom: 40px; }
    @media only screen and (min-width:40.063em) {
      #article-content.continue-reading #article-body, #blog-article.continue-reading #article-body {
        max-height: 640px; } }
    @media only print {
      #article-content.continue-reading #article-body, #blog-article.continue-reading #article-body {
        max-height: none; }
        #article-content.continue-reading #article-body .read-more, #blog-article.continue-reading #article-body .read-more {
          display: none; } }
  #article-content.continue-reading.expanded #article-body, #blog-article.continue-reading.expanded #article-body {
    max-height: none; }
  #article-content .read-more, #blog-article .read-more {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0 1px 0;
    z-index: 100;
    /* "transparent" only works here because == rgba(0,0,0,0) */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); }
    #article-content .read-more .button, #blog-article .read-more .button {
      margin-bottom: 0;
      border: 1px solid #e7e7e7;
      border-bottom: 0px;
      background: #fff;
      color: #1f9fc9;
      font-weight: bold;
      -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.4);
              box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.4);
      text-transform: uppercase; }

#article-header {
  text-align: center; }
  #article-header.left-text {
    text-align: left; }
  #article-header .author-dateline {
    padding-top: 0.75rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -0.2px; }

#article-body {
  line-height: 1.6; }
  #article-body h2 > a[name]:first-of-type, #article-body h3 > a[name]:first-of-type, #article-body h4 > a[name]:first-of-type {
    top: -120px;
    position: relative; }
    @media only screen and (min-width:40.063em) {
      #article-body h2 > a[name]:first-of-type, #article-body h3 > a[name]:first-of-type, #article-body h4 > a[name]:first-of-type {
        top: -90px; } }
  #article-body table {
    width: 100%;
    display: block;
    overflow-x: auto; }
  #article-body figcaption {
    padding: 0 0.625rem;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    line-height: 1.3;
    letter-spacing: -0.2px; }
    #article-body figcaption p {
      font-size: 0.875rem;
      font-style: normal; }

.article-grid li {
  opacity: 1;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease; }
  .article-grid li a {
    display: block; }
  .article-grid li img {
    margin-bottom: 0.5rem;
    border-radius: 5px; }
  .article-grid li h4 {
    color: #333;
    margin: 0 0 0.5rem 0;
    font-size: 1.375rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.2px; }
  .article-grid li p {
    color: #333;
    font-size: 1rem; }
  .article-grid li:hover, .article-grid li:focus {
    opacity: 0.9; }

/*
.god, .dios, .dieu {
    #article-grid {
        h4 {
            color: $god-color;
        }
    }
}

.bible, .biblia {
    #article-grid {
        h4 {
            color: $bible-color;
        }
    }
}

.life, .vida, .vie {
    #article-grid {
        h4 {
            color: $life-color;
        }
    }
}

.prophecy, .profecia, .propheties {
    #article-grid {
        h4 {
            color: $prophecy-color;
        }
    }
}

.change, .cambio, .croitre {
    #article-grid {
        h4 {
            color: $change-color;
        }
    }
}

.relationships, .relaciones, .relations-personnelles {
    #article-grid {
        h4 {
            color: $relationships-color;
        }
    }
}
*/
ul#related-grid {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  margin-bottom: 2.5rem; }
  ul#related-grid li {
    opacity: 1;
    font-size: 1.125rem;
    -webkit-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
    line-height: 1.1;
    font-weight: 700; }
    ul#related-grid li img {
      width: 100%;
      border: 1px solid #f2f0f0;
      border-radius: 10px;
      margin-bottom: 0.5rem; }
    ul#related-grid li a {
      color: #333;
      display: block; }
    ul#related-grid li span {
      font-weight: 800; }
    ul#related-grid li:hover, ul#related-grid li:focus {
      opacity: 0.9; }

.podcast {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
  .podcast .date {
    margin: 0;
    font-size: 0.875rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -0.2px; }
  .podcast h3 {
    margin: 0 0 1rem 0;
    font-size: 1.375rem;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -0.2px; }
    .podcast h3 a {
      color: inherit; }

.podcast-banner {
  color: #fff;
  padding: 2rem 0;
  position: relative; }
  .podcast-banner:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: rgba(31, 159, 201, 0.7); }
  .podcast-banner h1, .podcast-banner h2 {
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: -0.2px; }
  .podcast-banner .button {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase; }
  .podcast-banner > * {
    z-index: 9;
    position: relative; }
  .podcast-banner + .page-section {
    padding: 2rem 0; }
  .podcast-banner a {
    color: #fff; }

.pillar #content .page-section .grid-container,
.pillar-page-2 #content .page-section .grid-container {
  z-index: 2;
  position: relative; }

.pillar #content .page-section .row .grid-x,
.pillar-page-2 #content .page-section .row .grid-x {
  margin: 0 -0.5rem; }

.pillar #content .page-section.divider,
.pillar-page-2 #content .page-section.divider {
  position: relative; }
  .pillar #content .page-section.divider::after,
  .pillar-page-2 #content .page-section.divider::after {
    left: 50%;
    width: 100%;
    bottom: 0;
    content: '';
    position: absolute;
    max-width: 803px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: 2px solid #e7e7e7; }

.pillar #content .page-section .related-articles-block h3,
.pillar-page-2 #content .page-section .related-articles-block h3 {
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  margin-bottom: 1.25rem;
  letter-spacing: -0.2px; }

.pillar #content .page-section .related-articles-block figure,
.pillar-page-2 #content .page-section .related-articles-block figure {
  margin: 0 0 0 0; }

.pillar #content .page-section .related-articles-block a,
.pillar-page-2 #content .page-section .related-articles-block a {
  color: inherit;
  font-size: 1.125rem;
  font-weight: bold; }

.pillar #content .page-section .related-articles-block > .grid-x,
.pillar-page-2 #content .page-section .related-articles-block > .grid-x {
  margin: 0 -0.5rem; }
  .pillar #content .page-section .related-articles-block > .grid-x > .cell,
  .pillar-page-2 #content .page-section .related-articles-block > .grid-x > .cell {
    padding: 0 0.5rem 0 0.5rem;
    max-width: 262px; }
  .pillar #content .page-section .related-articles-block > .grid-x .grid-x,
  .pillar-page-2 #content .page-section .related-articles-block > .grid-x .grid-x {
    margin: 0 -0.5rem; }
    .pillar #content .page-section .related-articles-block > .grid-x .grid-x .cell,
    .pillar-page-2 #content .page-section .related-articles-block > .grid-x .grid-x .cell {
      padding: 0 0.5rem 1rem 0.5rem; }

.pillar #content .page-section.dark-bg .related-articles-block h3,
.pillar-page-2 #content .page-section.dark-bg .related-articles-block h3 {
  font-weight: bold; }

.pillar #content .page-section.dark-bg .related-articles-block a,
.pillar-page-2 #content .page-section.dark-bg .related-articles-block a {
  color: #fff; }

.pillar #content .page-section .pillar-article,
.pillar-page-2 #content .page-section .pillar-article {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .pillar #content .page-section .pillar-article figure,
  .pillar-page-2 #content .page-section .pillar-article figure {
    margin-bottom: 1rem; }
  .pillar #content .page-section .pillar-article h4,
  .pillar-page-2 #content .page-section .pillar-article h4 {
    margin: 0 0 1.5rem 0;
    line-height: 1.4; }
  .pillar #content .page-section .pillar-article .description,
  .pillar-page-2 #content .page-section .pillar-article .description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .pillar #content .page-section .pillar-article p.date,
  .pillar-page-2 #content .page-section .pillar-article p.date {
    font-size: 1.125rem;
    margin-top: -10px;
    margin-bottom: 15px; }
  .pillar #content .page-section .pillar-article .read-more,
  .pillar-page-2 #content .page-section .pillar-article .read-more {
    margin-bottom: 0; }
  .pillar #content .page-section .pillar-article .article-overlay,
  .pillar-page-2 #content .page-section .pillar-article .article-overlay {
    position: relative; }
    .pillar #content .page-section .pillar-article .article-overlay img,
    .pillar-page-2 #content .page-section .pillar-article .article-overlay img {
      position: relative;
      height: 160px !important;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
      @media only screen and (min-width:40.063em) {
        .pillar #content .page-section .pillar-article .article-overlay img,
        .pillar-page-2 #content .page-section .pillar-article .article-overlay img {
          height: auto !important; } }
    .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper,
    .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: background-color 300ms ease;
      transition: background-color 300ms ease;
      background-color: rgba(0, 0, 0, 0.75); }
      .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.god,
      .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.god {
        background-color: rgba(235, 113, 27, 0.75); }
        .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.god:hover,
        .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.god:hover {
          background-color: rgba(235, 113, 27, 0.85); }
      .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.bible,
      .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.bible {
        background-color: rgba(31, 159, 201, 0.75); }
        .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.bible:hover,
        .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.bible:hover {
          background-color: rgba(31, 159, 201, 0.85); }
      .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.life,
      .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.life {
        background-color: rgba(154, 205, 52, 0.75); }
        .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.life:hover,
        .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.life:hover {
          background-color: rgba(154, 205, 52, 0.85); }
      .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.prophecy,
      .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.prophecy {
        background-color: rgba(205, 51, 1, 0.75); }
        .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.prophecy:hover,
        .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.prophecy:hover {
          background-color: rgba(205, 51, 1, 0.85); }
      .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.change,
      .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.change {
        background-color: rgba(97, 39, 102, 0.75); }
        .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.change:hover,
        .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.change:hover {
          background-color: rgba(97, 39, 102, 0.85); }
      .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.relationships,
      .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.relationships {
        background-color: rgba(212, 168, 42, 0.75); }
        .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.relationships:hover,
        .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.relationships:hover {
          background-color: rgba(212, 168, 42, 0.85); }
      .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-30,
      .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-30 {
        background-color: rgba(0, 0, 0, 0.3); }
        .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-30:hover,
        .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-30:hover {
          background-color: rgba(0, 0, 0, 0.4); }
      .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-40,
      .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-40 {
        background-color: rgba(0, 0, 0, 0.4); }
        .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-40:hover,
        .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-40:hover {
          background-color: rgba(0, 0, 0, 0.5); }
      .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-50,
      .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-50 {
        background-color: rgba(0, 0, 0, 0.5); }
        .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-50:hover,
        .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-50:hover {
          background-color: rgba(0, 0, 0, 0.6); }
      .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-60,
      .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-60 {
        background-color: rgba(0, 0, 0, 0.6); }
        .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-60:hover,
        .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper.black-60:hover {
          background-color: rgba(0, 0, 0, 0.7); }
      .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper:hover,
      .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper:hover {
        background-color: rgba(0, 0, 0, 0.85); }
      .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper a,
      .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px; }
        .pillar #content .page-section .pillar-article .article-overlay .article-overlay-wrapper a h3,
        .pillar-page-2 #content .page-section .pillar-article .article-overlay .article-overlay-wrapper a h3 {
          position: absolute;
          color: inherit;
          font-weight: bold;
          color: #fff;
          bottom: 0;
          font-size: 2rem; }

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

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

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

.slick-loading .slick-list {
  background: #fff; }

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../eot/slick.eot");
  src: url("../eot/slickd41d.eot#iefix") format("embedded-opentype"), url("../woff/slick.woff") format("woff"), url("../ttf/slick.ttf") format("truetype"), url("../svg/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }
.sub-nav.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.author-bio {
  padding: 1.25rem 1.5625rem 1.5625rem 1.5625rem;
  background: #f2f0f0;
  border-radius: 10px;
  margin-bottom: 0.9375rem; }
  .author-bio .heading {
    font-size: 1.25rem;
    font-style: italic;
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    margin-bottom: 0.9375rem; }
  .author-bio h4 {
    color: #333 !important;
    font-size: 1.25rem;
    margin-top: 0;
    font-weight: bold;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    border-bottom: 2px solid #bfbfbf;
    padding-bottom: 0.625rem;
    letter-spacing: -0.2px; }
  .author-bio p {
    margin: 0;
    text-align: inherit;
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; }
  .author-bio img {
    display: inline-block;
    margin-bottom: 0.625rem;
    border-radius: 5px; }
    @media only screen and (min-width:40.063em) {
      .author-bio img {
        margin-bottom: 0; } }
  .author-bio .medium-2 {
    padding-right: 10px; }

.author-profile {
  padding: 2.5rem 0 12.5rem; }
  .author-profile h1 {
    color: #1f9fc9;
    font-size: 1.625rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -0.2px; }
  .author-profile h2 {
    color: #9acd34;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -0.2px; }
    @media only screen and (max-width: 40em) {
      .author-profile h2 {
        font-size: 1.625rem; } }
  .author-profile h4 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -0.2px; }
    @media only screen and (max-width: 40em) {
      .author-profile h4 {
        font-size: 1.125rem; } }
  .author-profile figure {
    margin-bottom: 0.5rem; }

.color-box {
  --shadow-scale: 0.75;
  --icon-border-radius: 69px;
  color: #fff;
  display: block;
  padding: 3rem 1.5rem;
  position: relative;
  font-size: 1.125rem;
  background: var(--background, var(--color-3-hex));
  -webkit-box-shadow: 10px 10px 0 0 rgba(var(--shadow-color, var(--color-3-shadow-rgb)), var(--shadow-scale));
          box-shadow: 10px 10px 0 0 rgba(var(--shadow-color, var(--color-3-shadow-rgb)), var(--shadow-scale));
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  border-radius: 10px; }
  .color-box .icon {
    left: 50%;
    color: #fff;
    width: 110px;
    bottom: calc(100% - 1px);
    position: absolute;
    font-size: 3.4375rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: var(--background, #0f5694);
    border-radius: var(--icon-border-radius) var(--icon-border-radius) 0 0; }
    .color-box .icon.bottom {
      top: 100%;
      bottom: auto;
      border-radius: 0 0 var(--icon-border-radius) var(--icon-border-radius); }
    .color-box .icon.small {
      top: calc(100% - 42px);
      width: 72px;
      height: 64px;
      font-size: 1.75rem;
      -webkit-box-shadow: 8px 9px 0 0 rgba(var(--shadow-color), var(--shadow-scale));
              box-shadow: 8px 9px 0 0 rgba(var(--shadow-color), var(--shadow-scale));
      padding-bottom: 0.5rem;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .color-box h3 {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 1rem;
    letter-spacing: -0.2px;
    font-size: 1.375rem; }
    @media only screen and (min-width:40.063em) {
      .color-box h3 {
        font-size: 1.625rem; } }
    @media only screen and (min-width:64.063em) {
      .color-box h3 {
        font-size: 2rem; } }
  .color-box p {
    color: #fff; }
  .color-box > *:last-child {
    margin-bottom: 0; }
  .color-box:is(a) {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
    .color-box:is(a):hover {
      -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
              transform: scale(1.03); }

.common-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
  padding: 1.5rem; }
  @media only screen and (min-width:40.063em) {
    .common-topic {
      padding: 2rem; } }
  .common-topic::after {
    top: 15%;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    position: absolute;
    background: #F7F7F7;
    border-radius: 10px; }
    @media only screen and (min-width:40.063em) {
      .common-topic::after {
        top: 0;
        left: 15%; } }
  .common-topic .image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%; }
    @media only screen and (min-width:40.063em) {
      .common-topic .image {
        width: 40%; } }
    @media only screen and (min-width:64.063em) {
      .common-topic .image {
        width: 50%; } }
    .common-topic .image img {
      border-radius: 20px 20px 0 0;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
      @media only screen and (min-width:40.063em) {
        .common-topic .image img {
          border-radius: 20px; } }
      .common-topic .image img:hover {
        -webkit-transform: scale(1.04);
            -ms-transform: scale(1.04);
                transform: scale(1.04); }
  .common-topic .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }
    @media only screen and (min-width:40.063em) {
      .common-topic .content {
        width: 60%;
        padding: 1.5rem; } }
    @media only screen and (min-width:64.063em) {
      .common-topic .content {
        width: 50%; } }
  .common-topic .topic-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem;
    z-index: 1;
    margin-top: -1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .common-topic .topic-title h3 {
      margin: 0 auto;
      max-width: 450px; }
    @media only screen and (min-width:40.063em) {
      .common-topic .topic-title {
        height: 135px;
        margin-top: 0;
        margin-left: -7.5rem; } }
  .common-topic .topic-list {
    list-style: none; }
    .common-topic .topic-list li {
      padding: 0.25rem 0;
      position: relative;
      font-weight: bold;
      font-size: 1.0625rem; }
      @media only screen and (min-width:40.063em) {
        .common-topic .topic-list li {
          font-size: 1.3125rem; } }
      .common-topic .topic-list li a {
        color: #333;
        -webkit-transition: color 200ms ease;
        transition: color 200ms ease; }
      .common-topic .topic-list li [data-icon] {
        top: 8px;
        left: -28px;
        color: var(--background);
        width: 24px;
        height: 24px;
        display: inline-block;
        position: absolute;
        text-align: center;
        line-height: 1;
        padding-left: 1px; }
  @media only screen and (min-width:40.063em) {
    .common-topic.on-left::after {
      left: 0;
      right: 15%; }
    .common-topic.on-left .image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .common-topic.on-left .content {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }
@media only screen and (min-width:40.063em) and (min-width:40.063em) {
  .common-topic.on-left .topic-title {
    margin-left: 0;
    margin-right: -7.5rem; } }

.card-3 {
  gap: 16px;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  @media only screen and (min-width:64.063em) {
    .card-3 {
      max-height: 134px; } }
  .card-3.gray {
    background-color: #F7F7F7; }
  .card-3:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }
  .card-3 .image-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    width: 33%;
    max-width: 80px;
    aspect-ratio: 1/1; }
    .card-3 .image-col img {
      width: 100%;
      border: 1px solid #f2f0f0;
      height: 100% !important;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 5px; }
  .card-3 h3 {
    margin: 0;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    text-overflow: ellipsis;
    max-height: 70px;
    font-size: 1rem; }
    @media only screen and (min-width:40.063em) {
      .card-3 h3 {
        font-size: 1rem; } }
.green-gradient {
  background: linear-gradient(45deg, #689018 0%, #689018 35%, #9acd34 100%) !important; }

.blue-gradient {
  background: linear-gradient(45deg, #1287ad 0%, #1287ad 35%, #2cb6e3 100%) !important; }

.orange-gradient-1 {
  background: linear-gradient(45deg, #ff7a1b 0%, #fe6b10 35%, #fa4f00 100%) !important; }

.orange-gradient-2 {
  background: linear-gradient(315deg, #fa4f00 0%, #fe6b10 61%, #ff8614 78%, #ffa10a 100%) !important; }

.orange-gradient-3 {
  background: linear-gradient(315deg, #ffa10a 0%, #ff8614 20%, #fe6b10 58%, #fa4f00 100%) !important; }

.purple-gradient {
  background: linear-gradient(45deg, #612766 0%, #612766 35%, #98429f 100%) !important; }

.dark-blue-gradient-1 {
  background: linear-gradient(320deg, #105693 0%, #053a66 46%, #012341 100%) !important; }

.dark-blue-gradient-2 {
  background: linear-gradient(118deg, #105694 0%, #2079c8 61% a) !important; }

.questions-bible-gradient {
  background: linear-gradient(299deg, #1f9fc9 0%, #0f5593 65%) !important; }

.bible-life-gradient {
  background: linear-gradient(135deg, #1f9fc9 0%, #9acd34 100%) !important; }

.questions-life-gradient {
  background: linear-gradient(135deg, #0f5694 20%, #9acd34 100%) !important; }

.bible-light-life-light-gradient {
  background: linear-gradient(135deg, #cfeef8 0%, #ebf5d6 100%) !important; }

.author-dateline {
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-sans-serif);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: -0.2px; }
  .author-dateline p {
    margin-bottom: 0.5rem; }
  .author-dateline.middle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .author-dateline.center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .author-dateline.center .author-block {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .author-dateline.with-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .author-dateline .author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .author-dateline .author-block img {
      width: 35px;
      height: 35px !important;
      border: 1px solid #f2f0f0;
      margin-right: 5px;
      border-radius: 50px; }

.featured-media {
  gap: 30px;
  color: #333;
  display: grid;
  padding: 1.5rem;
  background: #f2f0f0;
  border-radius: 20px; }
  .featured-media:hover {
    color: inherit; }
  @media (min-width: 1000px) {
    .featured-media {
      grid-template-columns: minmax(-webkit-min-content, 550px) 1fr;
      grid-template-columns: minmax(min-content, 550px) 1fr; } }
  .featured-media .image-block {
    margin: 0;
    max-width: 550px; }
  .featured-media h2 {
    font-size: 1.5625rem;
    font-family: var(--font-sans-serif);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: -0.2px; }

.image-block {
  margin: 1rem 0 2rem 0;
  max-width: 100%; }
  .image-block img {
    border-radius: 10px; }
  @media (max-width: 799px) {
    .image-block {
      text-align: center; }
      .image-block.right {
        float: none !important; }
      .image-block.left {
        float: none !important; } }
  @media (min-width: 800px) {
    .image-block.left, .image-block.right {
      width: 340px; }
    .image-block.right {
      margin-left: 1.25rem;
      margin-right: -15%; }
    .image-block.left {
      margin-left: -15%;
      margin-right: 1.875rem; }
    .image-block.small {
      width: 350px; }
      .image-block.small.vertical {
        width: 230px; }
    .image-block.medium {
      width: 472px; }
      .image-block.medium.vertical {
        width: 312px; }
    .image-block.large {
      width: 725px; }
      .image-block.large.vertical {
        width: 480px; } }
  @media (min-width: 1024px) {
    .image-block.right {
      margin-right: -12rem; }
    .image-block.left {
      margin-left: -12rem; } }
  .image-block.featured-image .image-wrapper {
    position: relative; }
    .image-block.featured-image .image-wrapper figcaption {
      margin: 0.625rem 1.25rem; }
    .image-block.featured-image .image-wrapper img {
      -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
              box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
      border-top: 1px solid #f2f0f0; }
  .image-block img, .image-block.featured-image::after {
    border-radius: 20px; }
  .image-block figcaption {
    margin: 0.5rem 1rem;
    padding: 0;
    font-size: 0.875rem;
    text-align: left;
    font-style: normal;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    line-height: 1.2;
    letter-spacing: -0.2px; }
    .image-block figcaption p {
      margin: 0;
      font-size: 0.875rem;
      font-style: normal;
      line-height: 1.2; }
    .image-block figcaption .credit, .image-block figcaption .credit p {
      margin: 0;
      font-size: 0.8rem;
      text-align: left;
      font-style: italic; }
    .image-block figcaption .credit p:first-child {
      display: inline-block; }

#blog-article .image-block img, #article-body .image-block img {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25); }

.media-item {
  color: #333;
  display: block;
  border-radius: 10px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .media-item:hover {
    color: inherit; }
    .media-item:hover:not(.alt) {
      -webkit-box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
              box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .media-item figure {
    border: 1px solid #f2f0f0;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 0.375rem; }
    .media-item figure img {
      width: 100%;
      border-radius: initial; }
  .media-item h3 {
    font-weight: 700;
    font-family: var(--font-sans-serif);
    line-height: 1.2;
    margin-bottom: 0.5rem;
    letter-spacing: -0.2px;
    font-size: 1.125rem; }
    @media only screen and (min-width:40.063em) {
      .media-item h3 {
        font-size: 1.5rem; } }
  .media-item .media-info {
    padding: 1rem; }
    .media-item .media-info > *:last-child {
      margin-bottom: 0; }
  .media-item .author-dateline {
    color: #707070;
    margin-bottom: 0.5rem; }
  .media-item.horizontal {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .media-item.horizontal figure {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      width: 50%;
      margin-bottom: 0; }
    .media-item.horizontal .media-info {
      padding: 0; }
      .media-item.horizontal .media-info p {
        font-size: 1.0625rem;
        font-weight: bold;
        line-height: 1.2; }
  .media-item.alt .media-info {
    padding: 0; }
    .media-item.alt .media-info p {
      font-weight: 800;
      line-height: 1.1; }

.cell > .media-item {
  height: 100%; }

.media-time {
  color: #fff;
  right: 8px;
  bottom: 8px;
  padding: 0.1875rem 0.25rem;
  position: absolute;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  line-height: 1;
  border-radius: 5px; }

.media-list {
  gap: 32px;
  display: grid; }

.playlists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 2.625rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.playlist {
  padding: 1rem 0;
  border-top: 1px solid var(--border-color); }
  .playlist h2 {
    font-family: var(--font-sans-serif);
    font-weight: bold; }
  .playlist .playlist-description {
    max-width: 670px; }
    .playlist .playlist-description h2 {
      font-size: 1.375rem; }
    .playlist .playlist-description p {
      line-height: 1.2rem; }

.playlists:first-child .playlist:first-child {
  border-top: none; }

.playlist-video-list.carousel {
  text-align: left; }

.playlist-video-list .carousel__track {
  margin: 0; }

.playlist-video-list .carousel__slide {
  padding: 0 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .playlist-video-list .carousel__slide .media-item {
    width: 100%; }

.playlist-video-list .carousel__next, .playlist-video-list .carousel__prev {
  --vc-nav-background: #fff;
  --vc-nav-border-radius: 50%;
  top: 64px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2); }
  .playlist-video-list .carousel__next:focus, .playlist-video-list .carousel__next:hover, .playlist-video-list .carousel__prev:focus, .playlist-video-list .carousel__prev:hover {
    color: #000;
    background-color: #fff; }

.playlist-video-list .carousel__next--disabled,
.playlist-video-list .carousel__prev--disabled {
  display: none; }

.playlist-video-list .carousel__prev {
  left: -15px; }

.playlist-video-list .carousel__next {
  right: -15px; }

.playlist-title {
  color: var(--gray-600);
  margin-bottom: 0; }
  .playlist-title a {
    color: inherit; }

.related-content {
  gap: 16px;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: repeat(1, minmax(0, 1fr)); }
  @media only screen and (min-width:40.063em) {
    .related-content {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.series-title {
  text-align: center;
  padding-bottom: 2rem; }
  .series-title h1 {
    color: var(--color-3-hex); }

.video-title {
  font-size: 2.1875rem;
  font-family: var(--font-sans-serif);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1.5px; }

.video-description {
  margin-bottom: 2rem; }
  .video-description *:last-child {
    margin-bottom: 0; }

.watch-bar {
  position: relative; }
  .watch-bar::after {
    left: 0;
    width: var(--watch-percent);
    bottom: 0;
    height: 4px;
    content: '';
    opacity: 1;
    position: absolute;
    background: var(--color-1-hex);
    -webkit-transition: opacity 150ms ease, width 500ms linear;
    transition: opacity 150ms ease, width 500ms linear; }

.video-player {
  border: 1px solid var(--border-color);
  display: block;
  overflow: hidden;
  position: relative;
  background: var(--gray-200);
  border-radius: 20px; }
  .video-player:hover.watch-bar::after {
    opacity: 0; }
  .video-player .button {
    color: #000;
    right: 16px;
    bottom: 16px;
    position: absolute;
    background: #fff;
    margin-bottom: 0; }

.video-thumbnail {
  background: var(--gray-200); }

.video-presenter {
  padding: 1.5rem 0;
  border-top: 1px solid var(--border-color); }
  .video-presenter img {
    border: 1px solid var(--gray-200); }
  .video-presenter a {
    color: inherit; }

.watch-container {
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1fr;
  /*
    &.theater {
        .video-container {
            grid-area: 1 / 1 / 2 / 3;
            background: var(--gray-600);
        }

        .video-details {
            grid-area: 2 / 1 / 3 / 2;
        }

        .video-related {
            grid-area: 2 / 2 / 3 / 3;
        }
    }*/ }
  .watch-container .video-container {
    grid-area: 1 / 1 / 2 / 2; }
  .watch-container .video-details {
    grid-area: 2 / 1 / 3 / 2; }
  .watch-container .video-related {
    grid-area: 1 / 2 / 3 / 3; }
  @media only screen and (min-width:40.063em) {
    .watch-container {
      grid-template-columns: 66.66% 33.33%; } }
.series-watch-next {
  color: #333;
  display: block;
  padding: 1.5rem;
  font-size: 1.25rem;
  background: var(--background);
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 1.25rem; }

.page.about .tabs {
  margin-top: 1.5625rem;
  border-bottom: 1px solid #dadada; }
  .page.about .tabs dd {
    color: #555;
    border-top: 3px solid transparent; }
    .page.about .tabs dd.active {
      top: 1px;
      color: #333;
      font-weight: bold;
      border-top: 3px solid #1f9fc9;
      border-left: 1px solid #dadada;
      border-right: 1px solid #dadada;
      border-bottom: 1px solid #fff; }
    .page.about .tabs dd a {
      font: inherit;
      color: inherit;
      padding: 0.5625rem 1.25rem;
      font-size: 0.9375rem; }

.page.about .tabs-content p {
  line-height: 1.2; }

.page.about .tabs-content h3 {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif; }

.page.all-topics #all-topics-selector {
  border-bottom: 1px solid #e9e9e9; }
  .page.all-topics #all-topics-selector dd > a {
    font-weight: bold; }
    .page.all-topics #all-topics-selector dd > a.god-silo-color {
      color: #eb711b; }
    .page.all-topics #all-topics-selector dd > a.bible-silo-color {
      color: #1f9fc9; }
    .page.all-topics #all-topics-selector dd > a.life-silo-color {
      color: #9acd34; }
    .page.all-topics #all-topics-selector dd > a.prophecy-silo-color {
      color: #cd3301; }
    .page.all-topics #all-topics-selector dd > a.change-silo-color {
      color: #612766; }
    .page.all-topics #all-topics-selector dd > a.relationships-silo-color {
      color: #d4a82a; }
    .page.all-topics #all-topics-selector dd > a.bible-questions-silo-color {
      color: #0f5694; }
  .page.all-topics #all-topics-selector dd.active > a {
    color: #fff; }
    .page.all-topics #all-topics-selector dd.active > a.god-silo-color {
      background: #eb711b; }
    .page.all-topics #all-topics-selector dd.active > a.bible-silo-color {
      background: #1f9fc9; }
    .page.all-topics #all-topics-selector dd.active > a.life-silo-color {
      background: #9acd34; }
    .page.all-topics #all-topics-selector dd.active > a.prophecy-silo-color {
      background: #cd3301; }
    .page.all-topics #all-topics-selector dd.active > a.change-silo-color {
      background: #612766; }
    .page.all-topics #all-topics-selector dd.active > a.relationships-silo-color {
      background: #d4a82a; }
    .page.all-topics #all-topics-selector dd.active > a.bible-questions-silo-color {
      background: #0f5694; }

.page.all-topics .tabs-content h2 {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: -0.2px;
  font-size: 1.75rem; }

.page.all-topics .tabs-content h3 {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: -0.2px; }

.page.all-topics .accordion .accordion-navigation {
  border-top: 1px solid #e9e9e9; }
  .page.all-topics .accordion .accordion-navigation:last-child {
    border-bottom: 1px solid #e9e9e9; }
  .page.all-topics .accordion .accordion-navigation > a {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    background: #f6f6f6;
    cursor: pointer;
    margin: 0;
    padding: 15px;
    position: relative;
    -webkit-transition: background 0.15s linear 0s;
    transition: background 0.15s linear 0s;
    font-size: 1.125rem; }
    .page.all-topics .accordion .accordion-navigation > a:after {
      content: "";
      border: 6px solid transparent;
      border-right-color: #9d9d9d;
      width: 0;
      height: 0;
      top: 21px;
      right: 15px;
      display: block;
      position: absolute; }
  .page.all-topics .accordion .accordion-navigation.active > a {
    background: #fff; }
    .page.all-topics .accordion .accordion-navigation.active > a:after {
      content: "";
      border: 6px solid transparent;
      border-top-color: #9d9d9d; }
  .page.all-topics .accordion .accordion-navigation .content {
    padding: 0 0.9375rem 0.9375rem 0.9375rem;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9; }
    .page.all-topics .accordion .accordion-navigation .content ul > li > a {
      display: block;
      color: #444;
      padding: 0.125rem; }
      .page.all-topics .accordion .accordion-navigation .content ul > li > a:hover {
        background: #555;
        color: #fff; }

.bucket-page .bg-blue {
  background: #1f9fc9; }

.bucket-page .video-section {
  padding: 1.25rem 0;
  background-image: url("../jpg/video-background.jpg"); }
  .bucket-page .video-section .vidyard-player-container, .bucket-page .video-section cogwa-player {
    display: block;
    overflow: hidden;
    border-radius: 20px; }

.bucket-page .bucket-section {
  padding: 2.5rem 0; }
  .bucket-page .bucket-section h2 {
    color: #1f9fc9;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: -0.2px;
    font-size: 1.75rem; }
    @media only screen and (min-width:40.063em) {
      .bucket-page .bucket-section h2 {
        font-size: 2.5rem; } }
  .bucket-page .bucket-section .button {
    font-weight: bold;
    text-transform: uppercase; }

.bucket-page .has-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }

.bucket-page .bucket-list {
  margin-bottom: 1.875rem; }
  @media only screen and (min-width:40.063em) {
    .bucket-page .bucket-list {
      margin-bottom: 3.75rem; } }
  .bucket-page .bucket-list .bucket-title {
    color: #FFFFFF;
    padding: 1.875rem 2.5rem;
    z-index: 9;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    border-radius: 10px;
    margin-bottom: 2.5rem;
    letter-spacing: -0.2px;
    font-size: 2.125rem; }
    @media only screen and (min-width:40.063em) {
      .bucket-page .bucket-list .bucket-title {
        font-size: 3rem; } }
    @media only screen and (min-width:40.063em) {
      .bucket-page .bucket-list .bucket-title {
        padding: 2.5rem 3.125rem;
        margin-top: 3.75rem; } }
    .bucket-page .bucket-list .bucket-title .title {
      color: inherit;
      display: block;
      z-index: 4;
      position: relative; }
    .bucket-page .bucket-list .bucket-title .icon {
      top: 95%;
      left: 50%;
      width: 60px;
      height: 60px;
      display: block;
      padding: 1.0625rem;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center;
      border-radius: 50%; }
      @media only screen and (min-width:40.063em) {
        .bucket-page .bucket-list .bucket-title .icon {
          width: 90px;
          height: 90px;
          padding: 1.625rem; } }
      .bucket-page .bucket-list .bucket-title .icon [data-icon] {
        color: #FFFFFF; }
  @media only screen and (min-width:40.063em) {
    .bucket-page .bucket-list.image-right .bucket-title {
      margin-right: -6.875rem; }
    .bucket-page .bucket-list.image-left .bucket-title {
      margin-left: -6.875rem; } }
  .bucket-page .bucket-list .list-arrow {
    margin-left: 2.5rem; }
  .bucket-page .bucket-list.green .bucket-title {
    background: #9acd34; }
    .bucket-page .bucket-list.green .bucket-title .icon {
      background: #9acd34; }
  .bucket-page .bucket-list.blue .bucket-title {
    background: #1f9fc9; }
    .bucket-page .bucket-list.blue .bucket-title .icon {
      background: #1f9fc9; }
  .bucket-page .bucket-list.orange .bucket-title {
    background: #eb711b; }
    .bucket-page .bucket-list.orange .bucket-title .icon {
      background: #eb711b; }
  .bucket-page .bucket-list.purple .bucket-title {
    background: #612766; }
    .bucket-page .bucket-list.purple .bucket-title .icon {
      background: #612766; }
  .bucket-page .bucket-list .image-column {
    padding-top: 1.5rem; }
    .bucket-page .bucket-list .image-column img {
      border-radius: 10px; }

.bucket-page #spiritual-toolkit h2 {
  color: #9acd34;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  margin-bottom: 2rem;
  letter-spacing: -0.2px;
  font-size: 2rem; }
  @media only screen and (min-width:40.063em) {
    .bucket-page #spiritual-toolkit h2 {
      font-size: 3rem; } }
.bucket-page #spiritual-toolkit .panel {
  background: #fff;
  border-color: #9acd34;
  border-radius: 10px; }
  @media only screen and (min-width:40.063em) {
    .bucket-page #spiritual-toolkit .panel {
      padding: 2.8125rem 3.125rem; } }
.bucket-page #spiritual-toolkit .study-guide-item {
  text-align: center; }
  @media only screen and (min-width:40.063em) {
    .bucket-page #spiritual-toolkit .study-guide-item {
      text-align: left; } }
  .bucket-page #spiritual-toolkit .study-guide-item h3 {
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    margin-bottom: 0.9375rem;
    letter-spacing: -0.2px;
    font-size: 1.5rem; }
    @media only screen and (min-width:40.063em) {
      .bucket-page #spiritual-toolkit .study-guide-item h3 {
        font-size: 1.875rem; } }
    @media only screen and (min-width:64.063em) {
      .bucket-page #spiritual-toolkit .study-guide-item h3 {
        font-size: 2.25rem; } }
.bucket-page #spiritual-toolkit .article-box {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 2rem; }
  .bucket-page #spiritual-toolkit .article-box .article-image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover; }
  .bucket-page #spiritual-toolkit .article-box .article-text {
    padding: 2rem 1.75rem;
    z-index: 9;
    position: relative;
    background: rgba(31, 159, 201, 0.85); }
  .bucket-page #spiritual-toolkit .article-box .article-title {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: -0.2px;
    font-size: 1.375rem; }
    @media only screen and (min-width:40.063em) {
      .bucket-page #spiritual-toolkit .article-box .article-title {
        font-size: 1.75rem; } }
  .bucket-page #spiritual-toolkit .article-box .read {
    color: #333;
    font-weight: bold; }

.bucket-page #booklet {
  padding: 5rem 0; }
  @media only screen and (min-width:40.063em) {
    .bucket-page #booklet {
      padding: 3.75rem 0; } }
.bucket-page #something-else h2, .bucket-page #something-else h4 {
  text-align: center; }

.bucket-page #something-else h2 {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: -0.2px;
  font-size: 2rem; }
  @media only screen and (min-width:40.063em) {
    .bucket-page #something-else h2 {
      font-size: 3rem; } }
.bucket-page #something-else h3 {
  color: #1f9fc9;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: bold;
  margin-bottom: 2rem;
  letter-spacing: -0.2px;
  font-size: 1.875rem; }
  @media only screen and (min-width:40.063em) {
    .bucket-page #something-else h3 {
      font-size: 2.5rem; } }
.bucket-page #something-else h4 {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: bold;
  margin-bottom: 3rem;
  letter-spacing: -0.2px;
  font-size: 1.125rem; }
  @media only screen and (min-width:40.063em) {
    .bucket-page #something-else h4 {
      font-size: 1.3125rem; } }
.blog.daily-verse article {
  margin: 1.5625rem 0; }
  .blog.daily-verse article header h2 {
    font-size: 1.875rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    letter-spacing: -0.2px; }
    .blog.daily-verse article header h2 a {
      color: #333; }

.discern #discern-landing h3 {
  font-size: 23px;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  color: #0f5694; }

.discern #discern-landing article {
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; }

.discern #discern-landing h4 {
  font-size: 27px;
  margin-bottom: 6px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif; }
  .discern #discern-landing h4#visit-archive {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 18px; }
    .discern #discern-landing h4#visit-archive a {
      color: #669900; }
      .discern #discern-landing h4#visit-archive a:hover {
        color: #548000; }

.discern #discern-landing h5 {
  font-size: 20px;
  color: #0f5593; }

.discern #discern-landing .cover h5 {
  font-size: 27px; }

.discern #discern-landing .cover p {
  font-size: 20px; }

.discern #discern-landing .discern-contents-item {
  margin-bottom: 20px; }
  .discern #discern-landing .discern-contents-item h5 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    line-height: 1.5625rem; }
  .discern #discern-landing .discern-contents-item p {
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    line-height: 1.328125rem; }

.discern #discern-landing .panel p {
  font-size: 1em; }

.discern #discern-landing #discern-subscribe-ad.panel {
  margin: 20px 0;
  background: #219fca;
  border: 0; }
  .discern #discern-landing #discern-subscribe-ad.panel h3, .discern #discern-landing #discern-subscribe-ad.panel p {
    color: #fff !important; }
  .discern #discern-landing #discern-subscribe-ad.panel h3 {
    margin-bottom: 4px; }
  .discern #discern-landing #discern-subscribe-ad.panel p {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1em; }

.discern #discern-landing #discern-subscribe-ad a.button:hover {
  background-color: #ee8a2b; }

.discern #discern-landing #discern-subscribe-ad a.button {
  background-color: #ff961b; }

.discern #discern-landing #discern-subscribe-ad p {
  font-size: 1.2em; }

.discern #discern-landing #discern-about-panel {
  border: 1px solid #ccc;
  background: #fff; }
  .discern #discern-landing #discern-about-panel p {
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-style: italic; }

.discern #discern-landing #discern-in-this-issue h4 {
  margin-top: 20px; }

.discern #discern-landing #discern-archive-grid > li {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.discern #discern-landing #discern-archive-grid .discern-archive-grid-item h3 {
  color: #0f5694;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 17px;
  padding: 7px 4%;
  background-color: #f2f1f3;
  text-align: center;
  margin-top: -3px;
  margin-bottom: 0; }
  .discern #discern-landing #discern-archive-grid .discern-archive-grid-item h3 a {
    color: #0f5694; }

.discern #discern-landing #discern-archive-grid .discern-archive-grid-item p {
  font-size: 1em;
  padding: 0 4%; }

.discern #discern-landing #discern-connect,
.discern #discern-landing #discern-more-from-lht {
  margin-bottom: 30px; }
  .discern #discern-landing #discern-connect h3,
  .discern #discern-landing #discern-more-from-lht h3 {
    line-height: 45px;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -1px; }
  .discern #discern-landing #discern-connect img,
  .discern #discern-landing #discern-more-from-lht img {
    vertical-align: middle; }

.discern #discern-landing #discern-connect {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif; }

.discern.wonders h1 img {
  margin-bottom: 20px; }

.discern.wonders h1 span {
  display: none; }

.page.donate .medium-block-grid-2 h2 {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  line-height: 48px;
  padding-left: 72px;
  background-repeat: no-repeat;
  padding-top: 20px;
  color: #1f9fc9;
  font-weight: bold;
  font-size: 1.875rem;
  letter-spacing: -0.2px; }

.page.donate .medium-block-grid-2 #pray {
  background-image: url("../jpg/donate_icon_pray.jpg"); }

.page.donate .medium-block-grid-2 #spread {
  background-image: url("../jpg/donate_icon_spread.jpg"); }

.page.donate .medium-block-grid-2 #subscribe {
  background-image: url("../jpg/donate_icon_subscribe.jpg"); }

.page.donate .medium-block-grid-2 #give {
  background-image: url("../jpg/donate_icon_give.jpg"); }

.page.donate #sidebar {
  border: 3px solid #eee;
  padding: 0.9375rem;
  margin-bottom: 40px; }
  .page.donate #sidebar .sidebar-box {
    text-align: center; }
    .page.donate #sidebar .sidebar-box > h3 {
      margin-top: 0;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
      letter-spacing: -0.2px; }
    .page.donate #sidebar .sidebar-box p:last-child {
      margin-bottom: 0; }
    .page.donate #sidebar .sidebar-box p .button:last-child {
      margin-bottom: 0; }
    .page.donate #sidebar .sidebar-box .slick-single-booklet {
      margin-bottom: 0; }
      .page.donate #sidebar .sidebar-box .slick-single-booklet .slick-prev, .page.donate #sidebar .sidebar-box .slick-single-booklet .slick-next {
        width: 30px;
        height: 30px;
        z-index: 10; }
        .page.donate #sidebar .sidebar-box .slick-single-booklet .slick-prev:before, .page.donate #sidebar .sidebar-box .slick-single-booklet .slick-next:before {
          color: #99cc33;
          font-size: 1.875rem; }
      .page.donate #sidebar .sidebar-box .slick-single-booklet .slick-next {
        right: -5px; }
      .page.donate #sidebar .sidebar-box .slick-single-booklet .slick-prev {
        left: -5px; }
      .page.donate #sidebar .sidebar-box .slick-single-booklet .slick-slide {
        text-align: center; }
        .page.donate #sidebar .sidebar-box .slick-single-booklet .slick-slide img {
          margin: 0 auto; }
        .page.donate #sidebar .sidebar-box .slick-single-booklet .slick-slide .title {
          font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
          font-weight: 700; }
        .page.donate #sidebar .sidebar-box .slick-single-booklet .slick-slide .button {
          margin-bottom: 0; }

#___gcse_0 .gsc-control-cse {
  border: none;
  padding: 1rem 0 0 0;
  font-size: 16px;
  margin-bottom: 2rem; }
  #___gcse_0 .gsc-control-cse * {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif !important; }
  #___gcse_0 .gsc-control-cse table {
    margin: 0;
    border: none; }
    #___gcse_0 .gsc-control-cse table tr td {
      padding: 0; }
  #___gcse_0 .gsc-control-cse .gsc-search-box {
    margin-bottom: 16px; }
    #___gcse_0 .gsc-control-cse .gsc-search-box .gsc-input {
      border: none; }
    #___gcse_0 .gsc-control-cse .gsc-search-box .gsc-input-box {
      border: 1px solid #ccc;
      padding: 0;
      -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);
      border-radius: 0; }
      #___gcse_0 .gsc-control-cse .gsc-search-box .gsc-input-box .gsib_a {
        padding: 0; }
      #___gcse_0 .gsc-control-cse .gsc-search-box .gsc-input-box input[type="text"].gsc-input {
        height: 37px !important;
        margin: 0 !important;
        border: none;
        padding: 0.5rem !important;
        font-size: 1.5625rem;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: none !important; }
    #___gcse_0 .gsc-control-cse .gsc-search-box .gsc-search-button {
      margin: 0;
      padding: 0;
      background: #eb711b; }
    #___gcse_0 .gsc-control-cse .gsc-search-box .gsc-search-button-v2 {
      border: #eb711b 1px solid;
      height: 37px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.5rem;
      background: #eb711b;
      text-align: center;
      line-height: 2.125rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 0; }
      #___gcse_0 .gsc-control-cse .gsc-search-box .gsc-search-button-v2 svg {
        width: 16px;
        height: 16px; }
  #___gcse_0 .gsc-control-cse .gsc-resultsRoot .gsc-result {
    padding: 1rem 0; }
    #___gcse_0 .gsc-control-cse .gsc-resultsRoot .gsc-result .gs-title {
      margin-bottom: 6px; }
      #___gcse_0 .gsc-control-cse .gsc-resultsRoot .gsc-result .gs-title a.gs-title {
        color: #001ba0;
        font-size: 1.375rem;
        text-decoration: none; }
        #___gcse_0 .gsc-control-cse .gsc-resultsRoot .gsc-result .gs-title a.gs-title * {
          color: inherit;
          font-size: inherit;
          font-weight: inherit; }
    #___gcse_0 .gsc-control-cse .gsc-resultsRoot .gsc-result .gsc-table-result {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #___gcse_0 .gsc-control-cse .gsc-resultsRoot .gsc-result .gs-web-image-box,
    #___gcse_0 .gsc-control-cse .gsc-resultsRoot .gsc-result .gs-promotion-image-box {
      float: none;
      width: 128px; }
    #___gcse_0 .gsc-control-cse .gsc-resultsRoot .gsc-result .gs-image-box {
      margin-left: 0; }
    #___gcse_0 .gsc-control-cse .gsc-resultsRoot .gsc-result .gs-image {
      border: none; }
      #___gcse_0 .gsc-control-cse .gsc-resultsRoot .gsc-result .gs-image img.gs-image {
        width: 100%;
        border: none;
        max-width: 128px;
        max-height: 80px;
        -o-object-fit: contain;
           object-fit: contain;
        margin-right: 10px; }
    #___gcse_0 .gsc-control-cse .gsc-resultsRoot .gsc-result .gsc-url-top {
      font-size: 16px;
      margin-bottom: 4px; }
      #___gcse_0 .gsc-control-cse .gsc-resultsRoot .gsc-result .gsc-url-top .gs-visibleUrl {
        color: #006d21;
        font-style: normal;
        word-wrap: break-word; }
    #___gcse_0 .gsc-control-cse .gsc-resultsRoot .gsc-result .gs-snippet {
      color: #666;
      font-size: 1rem; }
    #___gcse_0 .gsc-control-cse .gsc-resultsRoot .gsc-result:hover .gs-title a.gs-title {
      text-decoration: underline; }
  #___gcse_0 .gsc-control-cse .gsc-cursor-box {
    margin: 1rem 0 0 0; }
    #___gcse_0 .gsc-control-cse .gsc-cursor-box .gsc-cursor {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #___gcse_0 .gsc-control-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
        color: #666;
        border: 3px solid transparent;
        height: 34px;
        display: block;
        min-width: 34px;
        text-align: center;
        line-height: 31px;
        margin-right: 6px; }
        #___gcse_0 .gsc-control-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover {
          color: #666;
          cursor: pointer;
          text-decoration: none;
          background-color: #f4f4f4; }
        #___gcse_0 .gsc-control-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
          font-weight: normal;
          border-color: #ededed;
          text-decoration: none; }
  #___gcse_0 .gsc-control-cse .gcsc-branding,
  #___gcse_0 .gsc-control-cse .gcsc-find-more-on-google-root,
  #___gcse_0 .gsc-control-cse .gcsc-more-maybe-branding-root {
    display: none !important; }

.home .home-section {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media only screen and (min-width:40.063em) {
    .home .home-section {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media only screen and (min-width:40.063em) {
    .home .home-section .section-title {
      margin: 1em; } }
  .home .home-section .section-title h2 {
    color: var(--color-3-hex);
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.2px;
    font-size: 1.75rem; }
    @media only screen and (min-width:40.063em) {
      .home .home-section .section-title h2 {
        font-size: 3rem; } }
  .home .home-section .section-title h3 {
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: 700;
    font-size: 1.125rem; }
    @media only screen and (min-width:40.063em) {
      .home .home-section .section-title h3 {
        font-size: 1.125rem; } }
.home #start-here {
  position: relative;
  background-color: #1f9fc9;
  background-image: radial-gradient(circle at bottom center, rgba(154, 205, 52, 0.6), transparent 80%), radial-gradient(circle at 100% 10%, rgba(15, 85, 147, 0.6), transparent 50%), radial-gradient(circle at bottom left, rgba(15, 85, 147, 0.6), transparent 50%);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  @media only screen and (min-width:40.063em) {
    .home #start-here {
      background-image: radial-gradient(circle at bottom left, rgba(154, 205, 52, 0.8), transparent 50%), radial-gradient(circle at 100% 10%, #0f5593, transparent 50%); } }
  @media only screen and (min-width:40.063em) {
    .home #start-here {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .home #start-here h1 {
    color: #0f5694;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -0.2px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(95, 95, 95, 0.4);
    font-size: 2rem; }
    @media only screen and (min-width:40.063em) {
      .home #start-here h1 {
        font-size: 2.25rem; } }
    .home #start-here h1 span {
      color: inherit;
      display: block;
      font-weight: 900;
      font-size: 2.625rem;
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; }
      @media only screen and (min-width:40.063em) {
        .home #start-here h1 span {
          font-size: 3rem; } }
      @media only screen and (min-width:40.063em) {
        .home #start-here h1 span {
          margin-top: 1.25rem;
          margin-bottom: 1.25rem; } }
  .home #start-here input[type="text"] {
    color: #96999B;
    border: none;
    height: auto;
    padding: 0.75rem 0.9375rem 0.8125rem 0.9375rem;
    font-size: 1.3125rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    border-radius: 5px; }
    .home #start-here input[type="text"]:focus {
      color: #333;
      background: #FFFFFF; }
  .home #start-here .postfix {
    color: #fff;
    height: auto;
    padding: 0.375rem 0;
    font-size: 1.875rem;
    margin-left: 0.1875rem;
    border-radius: 5px; }
    .home #start-here .postfix:hover {
      color: #1f9fc9; }
  .home #start-here #start-here-images {
    position: relative; }
    .home #start-here #start-here-images .gradient-circle {
      position: absolute;
      z-index: 2;
      max-width: 150px;
      border-radius: 100%;
      border: solid 3px transparent;
      background-clip: padding-box;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
      .home #start-here #start-here-images .gradient-circle img {
        border-radius: inherit;
        max-width: 100%; }
      .home #start-here #start-here-images .gradient-circle:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background: -webkit-gradient(linear, left top, right bottom, from(#1f9fc9), to(#9acd34));
        background: linear-gradient(to bottom right, #1f9fc9, #9acd34); }
    .home #start-here #start-here-images #start-here-image-1 {
      top: -50px; }
      .home #start-here #start-here-images #start-here-image-1:hover {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
    .home #start-here #start-here-images #start-here-image-2 {
      top: 20px;
      left: 250px;
      max-width: 225px; }
      .home #start-here #start-here-images #start-here-image-2:hover {
        -webkit-transform: scale(1.03);
            -ms-transform: scale(1.03);
                transform: scale(1.03); }
    .home #start-here #start-here-images #start-here-image-3 {
      top: 150px;
      left: 50px;
      max-width: 175px; }
      .home #start-here #start-here-images #start-here-image-3:hover {
        -webkit-transform: scale(1.09);
            -ms-transform: scale(1.09);
                transform: scale(1.09); }

.home #i-want-to .section-title h3 {
  font-size: 1.375rem; }
  @media only screen and (min-width:40.063em) {
    .home #i-want-to .section-title h3 {
      font-size: 1.75rem; } }
.home #the-latest {
  background: #F7F7F7;
  margin-top: 40px; }
  .home #the-latest .panel {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 20px; }
    @media only screen and (min-width:64.063em) {
      .home #the-latest .panel > .grid-x > .cell:not(:last-child) {
        border-right: 1px solid #e7e7e7; } }
  .home #the-latest .latest-grid {
    display: grid;
    grid-row-gap: 16px;
    margin-bottom: 1.5rem;
    grid-column-gap: 16px;
    grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: 1fr; }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .home #the-latest .latest-grid {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (min-width:64.063em) {
      .home #the-latest .latest-grid {
        margin-bottom: 0; } }
  .home #the-latest h3 {
    color: var(--color-3-hex);
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: 900;
    font-size: 1.375rem;
    margin-bottom: 1.5rem; }
  .home #the-latest .grid-item {
    gap: 16px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .home #the-latest .grid-item:hover {
      -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
              transform: scale(1.03); }
    @media only screen and (min-width: 641px) and (max-width: 900px) {
      .home #the-latest .grid-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (min-width:64.063em) {
      .home #the-latest .grid-item {
        max-height: 134px; } }
    .home #the-latest .grid-item .image-col {
      max-width: 88px; }
      .home #the-latest .grid-item .image-col img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        border: 1px solid #f2f0f0;
        height: 100% !important;
        aspect-ratio: 1/1;
        border-radius: 5px; }
      @media only screen and (min-width: 641px) and (max-width: 900px) {
        .home #the-latest .grid-item .image-col {
          max-width: 100%; }
          .home #the-latest .grid-item .image-col img {
            aspect-ratio: 16/9; } }
    .home #the-latest .grid-item h4 {
      margin: 0;
      overflow: hidden;
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
      font-weight: 700;
      text-overflow: ellipsis;
      font-size: 1.125rem; }
      @media only screen and (min-width:40.063em) {
        .home #the-latest .grid-item h4 {
          font-size: 1.125rem; } }
    .home #the-latest .grid-item.featured {
      grid-area: 1 / 1 / 5 / 2;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .home #the-latest .grid-item.featured .image-col {
        height: auto;
        max-width: 100%;
        aspect-ratio: 16/9; }
        @media only screen and (min-width:64.063em) {
          .home #the-latest .grid-item.featured .image-col {
            height: 100%; } }
      @media only screen and (min-width:40.063em) {
        .home #the-latest .grid-item.featured {
          grid-area: 1 / 1 / 4 / 2; } }
      @media only screen and (min-width:64.063em) {
        .home #the-latest .grid-item.featured {
          grid-area: 1 / 1 / 3 / 3;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          max-height: 284px; }
          .home #the-latest .grid-item.featured .image-col {
            aspect-ratio: 1/1; } }
      .home #the-latest .grid-item.featured h3 {
        margin-bottom: 0.75rem;
        font-size: 1.375rem; }
        @media only screen and (min-width:40.063em) {
          .home #the-latest .grid-item.featured h3 {
            font-size: 1.625rem; } }
  .home #the-latest hr {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    @media only screen and (min-width:40.063em) {
      .home #the-latest hr {
        margin-top: 2rem;
        margin-bottom: 2rem; } }
  .home #the-latest .video-section .logo {
    margin: 0 auto 10px auto;
    max-width: 250px; }
    @media only screen and (min-width:40.063em) {
      .home #the-latest .video-section .logo {
        margin: 0 0 10px 0; } }
  .home #the-latest .video-section h3 {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: 900;
    line-height: 1.1;
    font-size: 1.625rem; }
    @media only screen and (min-width:40.063em) {
      .home #the-latest .video-section h3 {
        font-size: 1.875rem; } }
    @media only screen and (min-width:40.063em) {
      .home #the-latest .video-section h3 {
        text-align: left; } }
    .home #the-latest .video-section h3 a {
      color: inherit; }
  .home #the-latest .video-section .video-player {
    margin-bottom: 1rem; }
    .home #the-latest .video-section .video-player img {
      border-radius: 10px; }

.home #who-we-are {
  background-image: url("../png/home_world_map.png"), var(--color-6-gradient);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center center;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media only screen and (min-width:40.063em) {
    .home #who-we-are {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }
  .home #who-we-are h2, .home #who-we-are h3 {
    color: var(--color-3-hex);
    margin-bottom: 2rem;
    font-weight: 900;
    letter-spacing: -0.2px;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif; }
  .home #who-we-are h2 {
    font-size: 2.25rem; }
    @media only screen and (min-width:40.063em) {
      .home #who-we-are h2 {
        font-size: 2.625rem; } }
  .home #who-we-are h3 {
    font-size: 1.375rem; }
    @media only screen and (min-width:40.063em) {
      .home #who-we-are h3 {
        font-size: 1.875rem; } }
  .home #who-we-are .cell {
    position: relative; }

.fr.home #start-here .not-sure-where-to-start {
  padding: 3.75rem 1.25rem 0 1.25rem;
  max-width: 700px; }
  @media only screen and (min-width:40.063em) {
    .fr.home #start-here .not-sure-where-to-start {
      padding: 5rem 1.25rem 0 1.25rem; } }
.fr.home #i-want-to .i-want-to.panel h3 {
  font-size: 1.875rem; }
  @media only screen and (min-width:40.063em) {
    .fr.home #i-want-to .i-want-to.panel h3 {
      font-size: 1.5rem; } }
  @media only screen and (min-width:64.063em) {
    .fr.home #i-want-to .i-want-to.panel h3 {
      font-size: 2rem; } }
.fr.home #common-topics .common-topic h3 {
  font-size: 1.875rem; }
  @media only screen and (min-width:40.063em) {
    .fr.home #common-topics .common-topic h3 {
      font-size: 1.875rem; } }
  @media only screen and (min-width:64.063em) {
    .fr.home #common-topics .common-topic h3 {
      font-size: 3rem; } }
.learning-center .cta-row {
  padding: 0 0 1rem 0; }
  @media only screen and (min-width:40.063em) {
    .learning-center .cta-row {
      padding: 1rem 0; } }
  @media only screen and (max-width: 40em) {
    .learning-center .cta-row .columns:not(:last-child) {
      padding-bottom: 1rem; } }
.learning-center #eei-bar {
  padding: 2rem 0;
  background: #F7F7F7;
  margin-bottom: -2.5rem; }
  .learning-center #eei-bar .button {
    margin-bottom: 0; }
  @media only screen and (min-width:40.063em) {
    .learning-center #eei-bar p {
      margin-bottom: 0; } }
.pillar-page .page-section h1, .pillar-page .page-section h2, .pillar-page .page-section h3, .pillar-page .page-section h4, .pillar-page .page-section p {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: -0.2px; }

.pillar-page .page-section.p-lg p {
  font-size: 1.125rem; }
  @media only screen and (min-width:40.063em) {
    .pillar-page .page-section.p-lg p {
      font-size: 1.5rem; } }
.pillar-page .page-section h3 {
  font-size: 1.25rem; }
  @media only screen and (min-width:40.063em) {
    .pillar-page .page-section h3 {
      font-size: 1.5rem; } }
.pillar-page .page-section .read-more {
  text-transform: uppercase; }

.pillar-page .page-section .article-grid p {
  font-size: 1rem; }

.pillar-page .panel {
  background: #fff;
  border-radius: 10px; }

.pillar-page #pillar-banner {
  color: #FFFFFF;
  padding: 5rem 0;
  background-position: center center; }
  .pillar-page #pillar-banner h1, .pillar-page #pillar-banner h2, .pillar-page #pillar-banner h3, .pillar-page #pillar-banner h4, .pillar-page #pillar-banner p {
    color: #FFFFFF; }
  .pillar-page #pillar-banner h1, .pillar-page #pillar-banner h2 {
    font-weight: bold;
    font-size: 1.75rem; }
    @media only screen and (min-width:40.063em) {
      .pillar-page #pillar-banner h1, .pillar-page #pillar-banner h2 {
        font-size: 2.25rem; } }
.pillar-page #text-row {
  padding: 1.875rem 0;
  background: #efedee; }
  .pillar-page #text-row p:not(:last-child) {
    margin-bottom: 2rem; }

.pillar-page #article-cta {
  padding: 1.875rem 0;
  background: #dcdcdc; }
  .pillar-page #article-cta h2 {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem; }
    @media only screen and (min-width:40.063em) {
      .pillar-page #article-cta h2 {
        font-size: 1.875rem; } }
  .pillar-page #article-cta h3 {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 700; }
    @media only screen and (min-width:40.063em) {
      .pillar-page #article-cta h3 {
        font-size: 1.875rem; } }
    .pillar-page #article-cta h3 a {
      color: inherit; }
  .pillar-page #article-cta img {
    border-radius: 5px; }

.pillar-page #spacer {
  padding: 2.5rem 0;
  background: #efedee; }

.pillar-page #video-series {
  background: #efedee;
  padding-top: 1.875rem; }
  .pillar-page #video-series h2 {
    font-size: 1.5rem;
    font-weight: bold; }
    @media only screen and (min-width:40.063em) {
      .pillar-page #video-series h2 {
        font-size: 1.875rem; } }
  .pillar-page #video-series #lc-video-player {
    padding-left: 15px;
    padding-right: 15px; }
    .pillar-page #video-series #lc-video-player .thumbnail-play {
      display: block;
      position: relative; }
      .pillar-page #video-series #lc-video-player .thumbnail-play .play-button {
        top: 50%;
        left: 50%;
        width: 90px;
        height: 90px;
        padding: 29px 24px;
        z-index: 1;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: #eb711b;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25);
                box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25);
        pointer-events: none; }
  .pillar-page #video-series #lc-video-playlist {
    background: #fff;
    margin: 0;
    padding: 2.5rem 0 2.4375rem; }
    .pillar-page #video-series #lc-video-playlist .slick-prev, .pillar-page #video-series #lc-video-playlist .slick-next {
      color: #1f9fc9;
      font-size: 1.25rem; }
      .pillar-page #video-series #lc-video-playlist .slick-prev::before, .pillar-page #video-series #lc-video-playlist .slick-next::before {
        display: none; }
    .pillar-page #video-series #lc-video-playlist .slick-prev {
      top: 0;
      margin-top: 0; }
    .pillar-page #video-series #lc-video-playlist .slick-next {
      bottom: 0;
      margin-bottom: 0; }

.pillar-page #callout-bar {
  padding: 1.875rem 0;
  background: #9acd34; }
  .pillar-page #callout-bar h2 {
    color: #FFFFFF;
    font-size: 1.875rem;
    font-weight: 900;
    margin-bottom: 0;
    text-transform: uppercase; }
    @media only screen and (min-width:40.063em) {
      .pillar-page #callout-bar h2 {
        font-size: 3rem; } }
  .pillar-page #callout-bar h3 {
    font-size: 1.5rem;
    font-weight: 600; }
    @media only screen and (min-width:40.063em) {
      .pillar-page #callout-bar h3 {
        font-size: 1.875rem; } }
.pillar-page #articles .icon {
  color: #9acd34;
  font-size: 3.125rem;
  line-height: 1;
  margin-bottom: 0; }

.pillar-page #articles .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  line-height: 1.1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pillar-page #articles .icon-list .icon {
    margin-right: 0.5rem; }
  .pillar-page #articles .icon-list a {
    color: inherit; }

.pillar-page #articles h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem; }
  @media only screen and (min-width:40.063em) {
    .pillar-page #articles h2 {
      font-size: 1.875rem; } }
.pillar-page #plan {
  padding: 1.875rem 0; }
  .pillar-page #plan .icon {
    color: #FFFFFF;
    font-size: 3.125rem;
    line-height: 1;
    margin-bottom: 0; }
  .pillar-page #plan h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem; }
    @media only screen and (min-width:40.063em) {
      .pillar-page #plan h2 {
        font-size: 1.875rem; } }
  .pillar-page #plan .article-item img {
    border-radius: 10px; }
  .pillar-page #plan .article-item h4 {
    color: #000000;
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .pillar-page #plan .article-item h4 {
        font-size: 1.875rem; } }
    .pillar-page #plan .article-item h4 a {
      color: inherit; }
  .pillar-page #plan .article-item .read-more {
    font-weight: 600;
    text-decoration: underline; }

.pillar-page .subscribe-bar {
  margin-bottom: 0; }

.pillar-page #subscribe {
  color: #FFFFFF;
  padding: 1.25rem 0;
  background: #9acd34; }
  .pillar-page #subscribe h3 {
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase; }
  .pillar-page #subscribe .button {
    background-color: #749b26;
    font-weight: 700; }
    .pillar-page #subscribe .button:hover {
      background-color: #6c9024; }

.pillar-page #questions h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem; }
  @media only screen and (min-width:40.063em) {
    .pillar-page #questions h2 {
      font-size: 1.875rem; } }
.pillar-page #questions .icon {
  color: #9acd34;
  font-size: 3.125rem;
  line-height: 1;
  margin-bottom: 0; }

.pillar-page #ask-a-question {
  display: none; }

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.mb-6 {
  margin-bottom: 1.5rem; }

.mt-6 {
  margin-top: 1.5rem; }

.pillar-page-2 #content {
  overflow-x: hidden; }
  .pillar-page-2 #content + .row {
    display: none; }
  .pillar-page-2 #content .anchor {
    position: absolute; }
  .pillar-page-2 #content h1 span, .pillar-page-2 #content h2 span, .pillar-page-2 #content h3 span, .pillar-page-2 #content h4 span {
    color: inherit;
    font-size: 100%; }
  .pillar-page-2 #content h1 small, .pillar-page-2 #content h2 small, .pillar-page-2 #content h3 small, .pillar-page-2 #content h4 small {
    color: inherit;
    font-size: 80%;
    font-style: normal; }
  .pillar-page-2 #content h1 a:not(:hover), .pillar-page-2 #content h2 a:not(:hover), .pillar-page-2 #content h3 a:not(:hover), .pillar-page-2 #content h4 a:not(:hover) {
    color: inherit; }
  .pillar-page-2 #content h1 {
    font-size: 2.125rem; }
    @media only screen and (min-width:40.063em) {
      .pillar-page-2 #content h1 {
        font-size: 2.625rem; } }
    @media only screen and (min-width:64.063em) {
      .pillar-page-2 #content h1 {
        font-size: 3.375rem; } }
  .pillar-page-2 #content h2 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.2px;
    font-size: 1.5rem; }
    @media only screen and (min-width:40.063em) {
      .pillar-page-2 #content h2 {
        font-size: 1.875rem; } }
    @media only screen and (min-width:64.063em) {
      .pillar-page-2 #content h2 {
        font-size: 2.25rem; } }
  .pillar-page-2 #content h2:not(.color-silo) {
    color: #333; }
  .pillar-page-2 #content h3 {
    margin: 0 0 1rem 0;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.2px;
    font-size: 1.5rem; }
    @media only screen and (min-width:40.063em) {
      .pillar-page-2 #content h3 {
        font-size: 1.625rem; } }
    @media only screen and (min-width:64.063em) {
      .pillar-page-2 #content h3 {
        font-size: 1.75rem; } }
  .pillar-page-2 #content h4 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.2px;
    font-size: 1.375rem; }
  .pillar-page-2 #content .alt-h2 h2 {
    margin: 0 0 0.75rem 0;
    line-height: 1.3;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    text-transform: uppercase; }
  .pillar-page-2 #content .subscribe-bar {
    margin-bottom: 0; }
  .pillar-page-2 #content .page-section {
    padding: 3.125rem 0;
    position: relative; }
    .pillar-page-2 #content .page-section .grid-padding-x {
      margin-right: -0.625rem;
      margin-left: -0.625rem; }
      @media only screen and (min-width:40.063em) {
        .pillar-page-2 #content .page-section .grid-padding-x {
          margin-right: -0.9375rem;
          margin-left: -0.9375rem; } }
    @media only screen and (min-width:40.063em) {
      .pillar-page-2 #content .page-section {
        padding: 4.375rem 0; } }
    .pillar-page-2 #content .page-section.pad-xs {
      padding: 1rem 0; }
      @media only screen and (min-width:40.063em) {
        .pillar-page-2 #content .page-section.pad-xs {
          padding: 1.25rem 0; } }
    .pillar-page-2 #content .page-section.pad-sm {
      padding: 1.5625rem 0; }
      @media only screen and (min-width:40.063em) {
        .pillar-page-2 #content .page-section.pad-sm {
          padding: 2.5rem 0; } }
    .pillar-page-2 #content .page-section:not(.text-sm) p, .pillar-page-2 #content .page-section:not(.text-sm) ul {
      font-size: 1.125rem; }
      @media only screen and (min-width:40.063em) {
        .pillar-page-2 #content .page-section:not(.text-sm) p, .pillar-page-2 #content .page-section:not(.text-sm) ul {
          font-size: 1.375rem; } }
    .pillar-page-2 #content .page-section.dark-bg h1, .pillar-page-2 #content .page-section.dark-bg h2, .pillar-page-2 #content .page-section.dark-bg h3, .pillar-page-2 #content .page-section.dark-bg h4, .pillar-page-2 #content .page-section.dark-bg p, .pillar-page-2 #content .page-section.dark-bg ul, .pillar-page-2 #content .page-section.dark-bg ol {
      color: #fff; }
    .pillar-page-2 #content .page-section.dark-bg h3 {
      font-weight: normal; }
    .pillar-page-2 #content .page-section.linkback h3 a {
      color: #1f9fc9; }
    .pillar-page-2 #content .page-section.linkback h3:hover a {
      color: #1a87ab; }
    .pillar-page-2 #content .page-section blockquote {
      color: #fff;
      border: none;
      margin: 1.625rem 0;
      padding: 0;
      font-style: italic;
      font-size: 1.1875rem; }
      @media only screen and (min-width:40.063em) {
        .pillar-page-2 #content .page-section blockquote {
          font-size: 1.5625rem; } }
      @media only screen and (min-width:64.063em) {
        .pillar-page-2 #content .page-section blockquote {
          font-size: 1.75rem; } }
      .pillar-page-2 #content .page-section blockquote cite {
        color: inherit;
        display: inline-block;
        font-size: 80%;
        font-style: normal; }
        .pillar-page-2 #content .page-section blockquote cite::before {
          display: none; }
  .pillar-page-2 #content .title-divider {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem; }
    @media only screen and (min-width:40.063em) {
      .pillar-page-2 #content .title-divider {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem; } }
    .pillar-page-2 #content .title-divider h2 {
      color: #fff;
      margin: 0; }
  .pillar-page-2 #content .circle {
    color: #fff;
    width: 50px;
    border: 3px solid transparent;
    height: 50px;
    display: inline-block;
    padding: 0.5rem;
    font-size: 1.25rem;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    border-radius: 50%;
    background-clip: padding-box; }
  .pillar-page-2 #content .pillar-grid .cell {
    margin-bottom: 1rem; }
  .pillar-page-2 #content .with-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (min-width:40.063em) {
      .pillar-page-2 #content .with-number {
        text-align: left;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media only screen and (min-width:40.063em) {
      .pillar-page-2 #content .with-number .circle {
        margin-right: 0.75rem; } }
    @media only screen and (min-width:64.063em) {
      .pillar-page-2 #content .with-number .circle {
        left: -60px;
        position: absolute; } }
  .pillar-page-2 #content .article-cell figure {
    margin-bottom: 1rem; }
  .pillar-page-2 #content .read-more {
    font-weight: bold;
    text-decoration: underline; }
    .pillar-page-2 #content .read-more:not(.alt) {
      text-transform: uppercase; }
  .pillar-page-2 #content .icon-list {
    color: #950101;
    list-style: none;
    margin-left: 2.625rem; }
    .pillar-page-2 #content .icon-list li {
      position: relative; }
      .pillar-page-2 #content .icon-list li a {
        color: inherit;
        font-weight: bold; }
    .pillar-page-2 #content .icon-list [data-icon] {
      top: 7px;
      left: -28px;
      position: absolute; }
  .pillar-page-2 #content .button {
    padding: 1rem 4.375rem;
    min-width: 250px;
    font-weight: bold;
    text-transform: uppercase; }
    .pillar-page-2 #content .button.inherit {
      color: #fff;
      background: #950101; }
      .pillar-page-2 #content .button.inherit:hover {
        background: #770101; }
    .pillar-page-2 #content .button.black {
      color: #fff;
      background: #000; }
      .pillar-page-2 #content .button.black:hover {
        background: #460000; }
  .pillar-page-2 #content .page-section {
    position: relative; }
    .pillar-page-2 #content .page-section.has-overlay::before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      position: absolute;
      background: rgba(0, 0, 0, 0.3); }
    .pillar-page-2 #content .page-section.has-overlay > .grid-container {
      position: relative; }
    .pillar-page-2 #content .page-section.pillar-banner {
      padding: 3.75rem 0;
      background-size: cover; }
      @media only screen and (min-width:40.063em) {
        .pillar-page-2 #content .page-section.pillar-banner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          min-height: 550px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .pillar-page-2 #content .page-section.pillar-banner h1 {
        color: #fffedb;
        text-align: center;
        line-height: 1.1;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase; }
        .pillar-page-2 #content .page-section.pillar-banner h1 small {
          text-transform: none; }
        @media only screen and (min-width:40.063em) {
          .pillar-page-2 #content .page-section.pillar-banner h1 {
            text-align: center;
            line-height: 1.3; } }
        .pillar-page-2 #content .page-section.pillar-banner h1 span {
          display: block;
          margin-top: 0.75rem; }
          @media only screen and (min-width:40.063em) {
            .pillar-page-2 #content .page-section.pillar-banner h1 span {
              margin-top: 0.25rem; } }
      .pillar-page-2 #content .page-section.pillar-banner h2 {
        color: #fffedb;
        margin-bottom: 1.875rem; }
        @media only screen and (min-width:40.063em) {
          .pillar-page-2 #content .page-section.pillar-banner h2 {
            margin-bottom: 0.5rem; } }
      .pillar-page-2 #content .page-section.pillar-banner p {
        color: #fff;
        line-height: 1.3;
        font-size: 1.125rem; }
        @media only screen and (min-width:40.063em) {
          .pillar-page-2 #content .page-section.pillar-banner p {
            font-size: 1.25rem; } }
      .pillar-page-2 #content .page-section.pillar-banner .panel {
        border: 2px solid #fff;
        background: transparent;
        border-radius: 10px; }
    .pillar-page-2 #content .page-section.pillar-topics {
      color: #fff;
      padding: 2rem 0;
      text-align: center; }
      .pillar-page-2 #content .page-section.pillar-topics a:hover {
        color: #fffedb; }
      .pillar-page-2 #content .page-section.pillar-topics h2 {
        color: #fffedb;
        margin-bottom: 2rem; }
      .pillar-page-2 #content .page-section.pillar-topics .grid-x {
        color: #fff;
        font-weight: normal; }
      .pillar-page-2 #content .page-section.pillar-topics .cell {
        padding: 0 0.375rem;
        position: relative;
        font-size: 1.25rem;
        line-height: 1.2; }
        .pillar-page-2 #content .page-section.pillar-topics .cell a {
          color: inherit;
          display: block; }
      .pillar-page-2 #content .page-section.pillar-topics .circle {
        margin: 0.75rem auto 1rem;
        display: block;
        border-color: #efedee; }
        @media only screen and (min-width:40.063em) {
          .pillar-page-2 #content .page-section.pillar-topics .circle {
            top: 118%;
            left: 50%;
            margin: 0;
            z-index: 1;
            position: absolute;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%); } }
.share .sub-nav {
  margin-top: 1rem;
  margin-left: 0; }
  .share .sub-nav dd {
    margin-left: 0; }

.share .carousel {
  margin: 0 0 0 -0.625rem; }

.shareable-images-lightbox .clearing-caption .clearing-share-box {
  color: #ccc;
  font-size: 2rem;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: -0.2px; }
  .shareable-images-lightbox .clearing-caption .clearing-share-box a {
    color: #ccc; }
    .shareable-images-lightbox .clearing-caption .clearing-share-box a.fb:hover {
      color: #3b5998; }
    .shareable-images-lightbox .clearing-caption .clearing-share-box a.pinterest:hover {
      color: #ce2028; }
    .shareable-images-lightbox .clearing-caption .clearing-share-box a.twitter:hover {
      color: #4099FF; }

.shareable-images-lightbox .clearing-assembled .hidden {
  display: none; }

.shareable-images-lightbox .clearing-assembled.clearing-blackout .hidden {
  display: block; }

@media only screen and (min-width:40.063em) {
  .clearing-container .visible-img img {
    padding-bottom: 92px; } }

.subscribe #subscribe-row h3 {
  line-height: 104px;
  text-align: center; }

.subscribe #subscribe-row p {
  text-align: center; }

.who-we-are .page-section p, .quienes-somos .page-section p, .qui-sommes-nous .page-section p {
  font-size: 1.125rem; }
  @media only screen and (min-width:40.063em) {
    .who-we-are .page-section p, .quienes-somos .page-section p, .qui-sommes-nous .page-section p {
      font-size: 1.5rem; } }
  .who-we-are .page-section p.disclaimer, .quienes-somos .page-section p.disclaimer, .qui-sommes-nous .page-section p.disclaimer {
    font-size: 0.75rem;
    margin-top: 2.5rem;
    text-align: center;
    line-height: 1.2; }

.who-we-are .page-section .button, .quienes-somos .page-section .button, .qui-sommes-nous .page-section .button {
  font-weight: 600;
  text-transform: uppercase; }
  .who-we-are .page-section .button.text, .quienes-somos .page-section .button.text, .qui-sommes-nous .page-section .button.text {
    color: #444444;
    padding: 0;
    font-size: 1rem;
    background: transparent; }
    .who-we-are .page-section .button.text:hover, .quienes-somos .page-section .button.text:hover, .qui-sommes-nous .page-section .button.text:hover {
      color: #FFFFFF; }

.who-we-are .page-section .block-section, .quienes-somos .page-section .block-section, .qui-sommes-nous .page-section .block-section {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #1d97bf; }
  @media only screen and (min-width:40.063em) {
    .who-we-are .page-section .block-section, .quienes-somos .page-section .block-section, .qui-sommes-nous .page-section .block-section {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .who-we-are .page-section .block-section [data-icon], .quienes-somos .page-section .block-section [data-icon], .qui-sommes-nous .page-section .block-section [data-icon] {
    color: #FFFFFF;
    font-size: 3rem; }
  .who-we-are .page-section .block-section p, .quienes-somos .page-section .block-section p, .qui-sommes-nous .page-section .block-section p {
    color: #FFFFFF;
    font-size: 1.75rem;
    line-height: 1.1; }
    @media only screen and (min-width:40.063em) {
      .who-we-are .page-section .block-section p, .quienes-somos .page-section .block-section p, .qui-sommes-nous .page-section .block-section p {
        font-size: 1.875rem; } }
  .who-we-are .page-section .block-section .content-cell, .quienes-somos .page-section .block-section .content-cell, .qui-sommes-nous .page-section .block-section .content-cell {
    padding: 2rem; }

.who-we-are #we-dont-do, .quienes-somos #we-dont-do, .qui-sommes-nous #we-dont-do {
  position: relative;
  background-image: url("../jpg/who_we_are_bnr.jpg");
  background-position: center right; }
  @media only screen and (max-width: 40em) {
    .who-we-are #we-dont-do::after, .quienes-somos #we-dont-do::after, .qui-sommes-nous #we-dont-do::after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      position: absolute;
      background: rgba(255, 255, 255, 0.85); }
    .who-we-are #we-dont-do > .row, .quienes-somos #we-dont-do > .row, .qui-sommes-nous #we-dont-do > .row {
      z-index: 9;
      position: relative; } }
  .who-we-are #we-dont-do h2, .quienes-somos #we-dont-do h2, .qui-sommes-nous #we-dont-do h2 {
    color: #1f9fc9;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    line-height: 1.1;
    margin-bottom: 2rem;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .who-we-are #we-dont-do h2, .quienes-somos #we-dont-do h2, .qui-sommes-nous #we-dont-do h2 {
        font-size: 4.0625rem; } }
  .who-we-are #we-dont-do h3, .quienes-somos #we-dont-do h3, .qui-sommes-nous #we-dont-do h3 {
    font-size: 1.5rem; }
    @media only screen and (min-width:40.063em) {
      .who-we-are #we-dont-do h3, .quienes-somos #we-dont-do h3, .qui-sommes-nous #we-dont-do h3 {
        font-size: 1.875rem; } }
.who-we-are #road-we-are-walking, .quienes-somos #road-we-are-walking, .qui-sommes-nous #road-we-are-walking {
  background-image: url("../jpg/road.jpg"); }
  .who-we-are #road-we-are-walking p, .who-we-are #road-we-are-walking h2, .quienes-somos #road-we-are-walking p, .quienes-somos #road-we-are-walking h2, .qui-sommes-nous #road-we-are-walking p, .qui-sommes-nous #road-we-are-walking h2 {
    color: #FFFFFF; }
  .who-we-are #road-we-are-walking h2, .quienes-somos #road-we-are-walking h2, .qui-sommes-nous #road-we-are-walking h2 {
    font-size: 1.875rem;
    line-height: 1.2;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .who-we-are #road-we-are-walking h2, .quienes-somos #road-we-are-walking h2, .qui-sommes-nous #road-we-are-walking h2 {
        font-size: 3rem; } }
  .who-we-are #road-we-are-walking p, .quienes-somos #road-we-are-walking p, .qui-sommes-nous #road-we-are-walking p {
    margin-bottom: 3rem; }
    @media only screen and (min-width:40.063em) {
      .who-we-are #road-we-are-walking p, .quienes-somos #road-we-are-walking p, .qui-sommes-nous #road-we-are-walking p {
        margin-bottom: 4.375rem; } }
.who-we-are #our-job p, .who-we-are #cogwa p, .quienes-somos #our-job p, .quienes-somos #cogwa p, .qui-sommes-nous #our-job p, .qui-sommes-nous #cogwa p {
  font-size: 1rem; }
  @media only screen and (min-width:40.063em) {
    .who-we-are #our-job p, .who-we-are #cogwa p, .quienes-somos #our-job p, .quienes-somos #cogwa p, .qui-sommes-nous #our-job p, .qui-sommes-nous #cogwa p {
      font-size: 1.125rem; } }
.who-we-are #our-job, .quienes-somos #our-job, .qui-sommes-nous #our-job {
  padding-bottom: 3.125rem; }

.who-we-are #cogwa, .quienes-somos #cogwa, .qui-sommes-nous #cogwa {
  padding-top: 3.125rem; }
  .who-we-are #cogwa .row:first-child, .quienes-somos #cogwa .row:first-child, .qui-sommes-nous #cogwa .row:first-child {
    margin-bottom: 2.5rem; }
  @media only screen and (min-width:40.063em) {
    .who-we-are #cogwa .booklet-image p, .quienes-somos #cogwa .booklet-image p, .qui-sommes-nous #cogwa .booklet-image p {
      margin-bottom: 0; } }
.who-we-are #gods-plan, .quienes-somos #gods-plan, .qui-sommes-nous #gods-plan {
  background: #1f9fc9; }
  .who-we-are #gods-plan h2, .who-we-are #gods-plan h3, .quienes-somos #gods-plan h2, .quienes-somos #gods-plan h3, .qui-sommes-nous #gods-plan h2, .qui-sommes-nous #gods-plan h3 {
    color: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -0.2px; }
  .who-we-are #gods-plan h2, .quienes-somos #gods-plan h2, .qui-sommes-nous #gods-plan h2 {
    font-size: 2.5rem;
    font-weight: 800; }
    @media only screen and (min-width:40.063em) {
      .who-we-are #gods-plan h2, .quienes-somos #gods-plan h2, .qui-sommes-nous #gods-plan h2 {
        font-size: 5rem; } }
  .who-we-are #gods-plan h3, .quienes-somos #gods-plan h3, .qui-sommes-nous #gods-plan h3 {
    font-size: 1.875rem;
    font-weight: 800;
    margin-bottom: 1.875rem; }
    @media only screen and (min-width:40.063em) {
      .who-we-are #gods-plan h3, .quienes-somos #gods-plan h3, .qui-sommes-nous #gods-plan h3 {
        font-size: 3rem;
        margin-bottom: 3.125rem; } }
.who-we-are #beliefs, .quienes-somos #beliefs, .qui-sommes-nous #beliefs {
  background-image: url("../jpg/bible.jpg"); }
  .who-we-are #beliefs [data-icon], .quienes-somos #beliefs [data-icon], .qui-sommes-nous #beliefs [data-icon] {
    color: #FFFFFF;
    font-size: 3rem; }
  .who-we-are #beliefs p, .quienes-somos #beliefs p, .qui-sommes-nous #beliefs p {
    color: #FFFFFF;
    font-size: 1.75rem;
    line-height: 1.3; }
    @media only screen and (min-width:40.063em) {
      .who-we-are #beliefs p, .quienes-somos #beliefs p, .qui-sommes-nous #beliefs p {
        font-size: 1.875rem; } }
  .who-we-are #beliefs .row:first-child, .quienes-somos #beliefs .row:first-child, .qui-sommes-nous #beliefs .row:first-child {
    margin-bottom: 2.1875rem; }

.who-we-are #fi-online,
.who-we-are #what-we-do, .quienes-somos #fi-online,
.quienes-somos #what-we-do, .qui-sommes-nous #fi-online,
.qui-sommes-nous #what-we-do {
  background: #1f9fc9; }
  .who-we-are #fi-online .block-section,
  .who-we-are #what-we-do .block-section, .quienes-somos #fi-online .block-section,
  .quienes-somos #what-we-do .block-section, .qui-sommes-nous #fi-online .block-section,
  .qui-sommes-nous #what-we-do .block-section {
    margin-bottom: 3.125rem; }
  .who-we-are #fi-online h2,
  .who-we-are #what-we-do h2, .quienes-somos #fi-online h2,
  .quienes-somos #what-we-do h2, .qui-sommes-nous #fi-online h2,
  .qui-sommes-nous #what-we-do h2 {
    color: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .who-we-are #fi-online h2,
      .who-we-are #what-we-do h2, .quienes-somos #fi-online h2,
      .quienes-somos #what-we-do h2, .qui-sommes-nous #fi-online h2,
      .qui-sommes-nous #what-we-do h2 {
        font-size: 1.875rem; } }
.who-we-are #fi-online .block-section, .quienes-somos #fi-online .block-section, .qui-sommes-nous #fi-online .block-section {
  margin-bottom: 0; }

.who-we-are #we-believe, .quienes-somos #we-believe, .qui-sommes-nous #we-believe {
  background-image: url("../jpg/next_generation.jpg"); }
  @media only screen and (min-width:40.063em) {
    .who-we-are #we-believe, .quienes-somos #we-believe, .qui-sommes-nous #we-believe {
      padding: 11.25rem 0; } }
  .who-we-are #we-believe h2, .who-we-are #we-believe p, .quienes-somos #we-believe h2, .quienes-somos #we-believe p, .qui-sommes-nous #we-believe h2, .qui-sommes-nous #we-believe p {
    color: #FFFFFF; }
  .who-we-are #we-believe .lg, .quienes-somos #we-believe .lg, .qui-sommes-nous #we-believe .lg {
    font-size: 3rem;
    margin-right: 0.5rem; }
  .who-we-are #we-believe .sm, .quienes-somos #we-believe .sm, .qui-sommes-nous #we-believe .sm {
    font-size: 1.875rem;
    margin-right: 0.5rem; }
  .who-we-are #we-believe h2, .quienes-somos #we-believe h2, .qui-sommes-nous #we-believe h2 {
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    margin-bottom: 0.9375rem;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .who-we-are #we-believe h2, .quienes-somos #we-believe h2, .qui-sommes-nous #we-believe h2 {
        font-size: 1.875rem; } }
.who-we-are #our-life, .quienes-somos #our-life, .qui-sommes-nous #our-life {
  padding-bottom: 2rem; }
  .who-we-are #our-life h2, .quienes-somos #our-life h2, .qui-sommes-nous #our-life h2 {
    color: #1f9fc9;
    font-size: 2.5rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 5rem;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .who-we-are #our-life h2, .quienes-somos #our-life h2, .qui-sommes-nous #our-life h2 {
        font-size: 5rem; } }
  .who-we-are #our-life h3, .quienes-somos #our-life h3, .qui-sommes-nous #our-life h3 {
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .who-we-are #our-life h3, .quienes-somos #our-life h3, .qui-sommes-nous #our-life h3 {
        font-size: 1.875rem; } }
.who-we-are #ask-a-question, .quienes-somos #ask-a-question, .qui-sommes-nous #ask-a-question {
  display: none; }

.gradient-image-wrapper {
  position: relative; }

.gradient-image-wrapper:after {
  pointer-events: none;
  content: "";
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  display: block;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0; }

.lht-presents.index h1, .lht-presents.index h2, .lht-presents.index h3, .lht-presents.index h4, .lht-presents.entry h1, .lht-presents.entry h2, .lht-presents.entry h3, .lht-presents.entry h4, .lht-presents.listing h1, .lht-presents.listing h2, .lht-presents.listing h3, .lht-presents.listing h4 {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: bold; }

.lht-presents.index h1, .lht-presents.entry h1, .lht-presents.listing h1 {
  line-height: 1.3; }

.lht-presents .padding-minimum {
  padding: 10px 0; }

.lht-presents .padding-small {
  padding: 20px 0; }

.lht-presents .padding-medium {
  padding: 60px 0; }

.lht-presents .padding-large {
  padding: 100px 0; }

.lht-presents .page-header {
  text-align: left;
  margin-bottom: 2.1875rem; }
  .lht-presents .page-header .grid-x .cell {
    border-bottom: 1px solid #e7e7e7; }
  .lht-presents .page-header a {
    color: inherit; }
  .lht-presents .page-header h1, .lht-presents .page-header .h1 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: 800;
    font-size: 2.625rem;
    letter-spacing: -1px;
    color: #0f5593; }

.lht-presents .video-feature-item {
  margin-bottom: 1.5rem; }
  .lht-presents .video-feature-item > .cell {
    padding: 1.5rem;
    background: #f2f0f0;
    background: linear-gradient(315deg, #f3f1f1 0%, #eeeded 50%, #e8e8e8 100%);
    border-radius: 20px; }
  .lht-presents .video-feature-item img {
    border-radius: 10px; }
  .lht-presents .video-feature-item h2 {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-weight: 900;
    font-size: 2.1875rem;
    letter-spacing: -1.5px;
    line-height: 1.2; }
  .lht-presents .video-feature-item p:last-child {
    margin-bottom: 0; }
  .lht-presents .video-feature-item.crystalized > .cell {
    border-radius: 20px;
    background-size: 100%;
    background-repeat: no-repeat; }
    .lht-presents .video-feature-item.crystalized > .cell .grid-x {
      border-radius: 20px;
      background-color: #ffffff7d;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: rgba(0, 0, 0, 0.8);
      -webkit-backdrop-filter: blur(33px);
              backdrop-filter: blur(33px);
      background-blend-mode: overlay; }
      .lht-presents .video-feature-item.crystalized > .cell .grid-x.grid-padding-x {
        margin-left: -1.875rem;
        margin-right: -1.875rem; }
      .lht-presents .video-feature-item.crystalized > .cell .grid-x.grid-padding-y {
        margin-top: -1.875rem;
        margin-bottom: -1.875rem; }

.lht-presents.section-sub-page .page-header h1, .lht-presents.section-sub-page .page-header .h1 {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.5px; }

.lht-presents.index .page-header {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 900;
  font-size: 2.625rem;
  letter-spacing: -1.5px; }

.lht-presents.index .video-section .video-section-header p {
  line-height: 1.2rem; }

.lht-presents.index .video-section .video-selector img {
  border-radius: 10px;
  margin-bottom: 0.5rem; }

.lht-presents.index .video-section .video-selector p {
  font-weight: 800;
  line-height: 1.1rem; }

.lht-presents.listing .listing-title h1, .lht-presents.listing .listing-title .h1 {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 800;
  font-size: 2.625rem;
  letter-spacing: -1px;
  color: #0f5593; }

.lht-presents.listing .listing-grid img {
  border-radius: 10px;
  margin-bottom: 0.5rem; }

.lht-presents.listing .listing-grid p {
  font-weight: 800;
  line-height: 1.1rem; }

.lht-presents.entry h1 {
  font-weight: 900;
  font-size: 2.1875rem;
  letter-spacing: -1.5px; }

.lht-presents.entry .responsive-embed {
  border-radius: 20px; }

.lht-presents.entry .series-title {
  color: #656c6e;
  margin-bottom: 0; }
  .lht-presents.entry .series-title a {
    color: inherit; }

.lht-presents.entry .watch-next .video-ad img {
  border-radius: 10px; }

.lht-presents.entry .watch-next .watch-next-item {
  margin-bottom: 1.5rem; }
  .lht-presents.entry .watch-next .watch-next-item .responsive-embed {
    margin-bottom: 0; }
  .lht-presents.entry .watch-next .watch-next-item img {
    border-radius: 10px; }

.lht-presents.entry.series .series-watch-next {
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, #cfeef8 0%, #ebf5d6 100%); }
  .lht-presents.entry.series .series-watch-next img {
    border-radius: 10px; }

.gradients .page-header h1, .gradients .page-header h2 {
  color: white; }

.video-library h2, .video-library h3, .video-library h4 {
  margin-top: 0;
  font-family: var(--font-sans-serif);
  font-weight: bold; }

.video-library #page-title h2, .video-library #page-title h1 {
  font-size: 1.5rem; }
  .video-library #page-title h2 a, .video-library #page-title h1 a {
    color: inherit; }

.video-library #app {
  min-height: 100vh; }
  .video-library #app .loader {
    top: 50%;
    left: 50%;
    color: #fff;
    width: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1/1;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .video-library #app .loader .svg-inline--fa {
      font-size: 62px; }
    .video-library #app .loader span {
      display: block;
      padding: 16px 0 0;
      font-size: 18px;
      font-weight: bold; }

.button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem; }
  .button-list .button-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #333;
    margin: 0 0.125rem 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.9375rem;
    position: relative;
    background: #efeded;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .button-list .button-item:first-child, .button-list .button-item:last-child {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 10%;
              flex: 1 1 10%; }
    .button-list .button-item:last-child {
      color: #1f9fc9; }
    .button-list .button-item.active, .button-list .button-item:hover {
      background: #dadada; }
    .button-list .button-item.active:after {
      top: 100%;
      left: 0;
      right: 0;
      height: 10px;
      content: '';
      position: absolute;
      background: #dadada; }
  .button-list .f-dropdown {
    outline: none; }

@media only screen and (min-width:40.063em) {
  .journey-pages:not(.journey-overview) #learning-body {
    padding-top: 0; } }

.journey-pages hr {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  border-width: 2px; }

.journey-pages #header .contain-to-grid.fixed {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.journey-pages #color-background-title {
  padding: 3.125rem 0; }
  .journey-pages #color-background-title h1, .journey-pages #color-background-title h2 {
    color: #FFFFFF;
    font-size: 2.1875rem !important;
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 300 !important; }
    @media only screen and (min-width:40.063em) {
      .journey-pages #color-background-title h1, .journey-pages #color-background-title h2 {
        font-size: 3.4375rem !important; } }
    .journey-pages #color-background-title h1 > span, .journey-pages #color-background-title h2 > span {
      color: #FFFFFF;
      display: block;
      position: relative;
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 1.25rem;
      padding-bottom: 1.25rem; }
      @media only screen and (min-width:40.063em) {
        .journey-pages #color-background-title h1 > span, .journey-pages #color-background-title h2 > span {
          font-size: 1.375rem; } }
      .journey-pages #color-background-title h1 > span:after, .journey-pages #color-background-title h2 > span:after {
        top: 100%;
        left: 50%;
        width: 100px;
        content: '';
        position: absolute;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        border-bottom: 2px solid #FFFFFF; }
  .journey-pages #color-background-title h1 {
    letter-spacing: 6px; }
  .journey-pages #color-background-title .breadcrumb {
    top: -45px;
    left: 17px;
    color: #FFFFFF;
    position: absolute;
    font-size: 0.875rem; }
    @media only screen and (max-width: 40em) {
      .journey-pages #color-background-title .breadcrumb {
        right: 17px;
        text-align: center; } }
    .journey-pages #color-background-title .breadcrumb a {
      color: #FFFFFF; }

.journey-pages #learning-body {
  padding-bottom: 1.875rem; }
  .journey-pages #learning-body h1, .journey-pages #learning-body h2, .journey-pages #learning-body h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    text-transform: uppercase; }
  .journey-pages #learning-body h2 {
    font-size: 1.875rem;
    letter-spacing: 6px; }
  .journey-pages #learning-body h3 {
    font-size: 1.75rem;
    letter-spacing: 6px; }
  .journey-pages #learning-body .go-to-day {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase; }

.journey-pages #journey-content {
  padding-bottom: 3.125rem; }

.journey-pages.journey-overview #journey-content {
  padding-top: 2rem; }

@media only screen and (min-width:40.063em) {
  .journey-pages .discuss h2 {
    font-size: 1.875rem; } }

.journey-pages a[data-reveal-id="table-of-contents"] {
  color: #eb711b;
  font-size: 1.125rem;
  font-weight: bold; }

.journey-pages .journey-day-list {
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  padding-top: 0; }
  .journey-pages .journey-day-list li {
    margin-bottom: 0; }
    .journey-pages .journey-day-list li:not(:last-child) {
      border-bottom: 1px solid #333; }
    .journey-pages .journey-day-list li a {
      color: #1f9fc9;
      padding: 0.9375rem 0.9375rem;
      text-transform: uppercase;
      line-height: 1.1em; }
      .journey-pages .journey-day-list li a span {
        display: inline-block;
        font-weight: 700; }

@media only screen and (min-width:40.063em) {
  .journey-pages .journey-overview-downloads {
    padding-left: 0.9375rem; } }

.journey-pages .further-reading {
  padding: 1.875rem 0; }
  .journey-pages .further-reading h2 {
    margin-bottom: 1.25rem; }
  .journey-pages .further-reading h4 {
    color: #FFFFFF;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0.5rem 0.625rem 0.375rem 0.625rem;
    background: #ccc;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700; }
  .journey-pages .further-reading ul {
    border: 1px solid #ccc;
    padding: 0.5rem 0.625rem 0.5rem 1.875rem;
    margin-left: 0; }
    .journey-pages .further-reading ul a {
      padding: 0.3125rem 0; }

@media only screen and (max-width: 40em) {
  .journey-pages #table-of-contents br {
    display: none; } }

.journey-pages.viaje-1-conociendo-a-dios #color-background-title, .journey-pages.journey-1-knowing-god #color-background-title {
  background: #1f9fc9; }

.journey-pages.viaje-1-conociendo-a-dios #learning-body h1, .journey-pages.journey-1-knowing-god #learning-body h1 {
  color: #1f9fc9; }

.journey-pages.viaje-1-conociendo-a-dios #learning-body h2, .journey-pages.journey-1-knowing-god #learning-body h2 {
  color: #1f9fc9; }

.journey-pages.viaje-1-conociendo-a-dios #learning-body h3, .journey-pages.journey-1-knowing-god #learning-body h3 {
  color: #1f9fc9; }

.journey-pages.viaje-1-conociendo-a-dios #learning-body hr, .journey-pages.journey-1-knowing-god #learning-body hr {
  border-color: #1f9fc9; }

.journey-pages.viaje-1-conociendo-a-dios .journey-day-list li a, .journey-pages.journey-1-knowing-god .journey-day-list li a {
  color: #1f9fc9; }

.journey-pages.viaje-1-conociendo-a-dios .further-reading h4, .journey-pages.journey-1-knowing-god .further-reading h4 {
  background: #1f9fc9;
  border-color: #1f9fc9; }

.journey-pages.viaje-1-conociendo-a-dios .further-reading ul, .journey-pages.journey-1-knowing-god .further-reading ul {
  border-color: #1f9fc9; }

.journey-pages.viaje-2-el-problema-de-la-maldad #color-background-title, .journey-pages.journey-2-the-problem-of-evil #color-background-title, .journey-pages.seven-churches-of-revelation #color-background-title {
  background: #eb711b; }

.journey-pages.viaje-2-el-problema-de-la-maldad #learning-body h1, .journey-pages.journey-2-the-problem-of-evil #learning-body h1, .journey-pages.seven-churches-of-revelation #learning-body h1 {
  color: #eb711b; }

.journey-pages.viaje-2-el-problema-de-la-maldad #learning-body h2, .journey-pages.journey-2-the-problem-of-evil #learning-body h2, .journey-pages.seven-churches-of-revelation #learning-body h2 {
  color: #eb711b; }

.journey-pages.viaje-2-el-problema-de-la-maldad #learning-body h3, .journey-pages.journey-2-the-problem-of-evil #learning-body h3, .journey-pages.seven-churches-of-revelation #learning-body h3 {
  color: #eb711b; }

.journey-pages.viaje-2-el-problema-de-la-maldad #learning-body hr, .journey-pages.journey-2-the-problem-of-evil #learning-body hr, .journey-pages.seven-churches-of-revelation #learning-body hr {
  border-color: #eb711b; }

.journey-pages.viaje-2-el-problema-de-la-maldad .journey-day-list li a, .journey-pages.journey-2-the-problem-of-evil .journey-day-list li a, .journey-pages.seven-churches-of-revelation .journey-day-list li a {
  color: #eb711b; }

.journey-pages.viaje-2-el-problema-de-la-maldad .journey-overview-downloads, .journey-pages.journey-2-the-problem-of-evil .journey-overview-downloads, .journey-pages.seven-churches-of-revelation .journey-overview-downloads {
  color: #eb711b; }
  .journey-pages.viaje-2-el-problema-de-la-maldad .journey-overview-downloads .button, .journey-pages.journey-2-the-problem-of-evil .journey-overview-downloads .button, .journey-pages.seven-churches-of-revelation .journey-overview-downloads .button {
    background-color: #eb711b; }
    .journey-pages.viaje-2-el-problema-de-la-maldad .journey-overview-downloads .button:hover, .journey-pages.journey-2-the-problem-of-evil .journey-overview-downloads .button:hover, .journey-pages.seven-churches-of-revelation .journey-overview-downloads .button:hover {
      background-color: #b55410; }

.journey-pages.viaje-2-el-problema-de-la-maldad .further-reading h4, .journey-pages.journey-2-the-problem-of-evil .further-reading h4, .journey-pages.seven-churches-of-revelation .further-reading h4 {
  background: #eb711b;
  border-color: #eb711b; }

.journey-pages.viaje-2-el-problema-de-la-maldad .further-reading ul, .journey-pages.journey-2-the-problem-of-evil .further-reading ul, .journey-pages.seven-churches-of-revelation .further-reading ul {
  border-color: #eb711b; }

.journey-pages.the-fruit-of-the-spirit #color-background-title, .journey-pages.viaje-3-el-plan-de-dios #color-background-title, .journey-pages.journey-3-the-plan-of-god #color-background-title {
  background: #9acd34; }

.journey-pages.the-fruit-of-the-spirit #learning-body h1, .journey-pages.viaje-3-el-plan-de-dios #learning-body h1, .journey-pages.journey-3-the-plan-of-god #learning-body h1 {
  color: #9acd34; }

.journey-pages.the-fruit-of-the-spirit #learning-body h2, .journey-pages.viaje-3-el-plan-de-dios #learning-body h2, .journey-pages.journey-3-the-plan-of-god #learning-body h2 {
  color: #9acd34; }

.journey-pages.the-fruit-of-the-spirit #learning-body h3, .journey-pages.viaje-3-el-plan-de-dios #learning-body h3, .journey-pages.journey-3-the-plan-of-god #learning-body h3 {
  color: #9acd34; }

.journey-pages.the-fruit-of-the-spirit #learning-body hr, .journey-pages.viaje-3-el-plan-de-dios #learning-body hr, .journey-pages.journey-3-the-plan-of-god #learning-body hr {
  border-color: #9acd34; }

.journey-pages.the-fruit-of-the-spirit .journey-day-list li a, .journey-pages.viaje-3-el-plan-de-dios .journey-day-list li a, .journey-pages.journey-3-the-plan-of-god .journey-day-list li a {
  color: #9acd34; }

.journey-pages.the-fruit-of-the-spirit .journey-overview-downloads, .journey-pages.viaje-3-el-plan-de-dios .journey-overview-downloads, .journey-pages.journey-3-the-plan-of-god .journey-overview-downloads {
  color: #9acd34; }
  .journey-pages.the-fruit-of-the-spirit .journey-overview-downloads .button, .journey-pages.viaje-3-el-plan-de-dios .journey-overview-downloads .button, .journey-pages.journey-3-the-plan-of-god .journey-overview-downloads .button {
    background-color: #9acd34; }
    .journey-pages.the-fruit-of-the-spirit .journey-overview-downloads .button:hover, .journey-pages.viaje-3-el-plan-de-dios .journey-overview-downloads .button:hover, .journey-pages.journey-3-the-plan-of-god .journey-overview-downloads .button:hover {
      background-color: #749b26; }

.journey-pages.the-fruit-of-the-spirit .further-reading h4, .journey-pages.viaje-3-el-plan-de-dios .further-reading h4, .journey-pages.journey-3-the-plan-of-god .further-reading h4 {
  background: #9acd34;
  border-color: #9acd34; }

.journey-pages.the-fruit-of-the-spirit .further-reading ul, .journey-pages.viaje-3-el-plan-de-dios .further-reading ul, .journey-pages.journey-3-the-plan-of-god .further-reading ul {
  border-color: #9acd34; }

.journey-pages.the-armor-of-god #color-background-title, .journey-pages.viaje-4-el-pueblo-de-dios #color-background-title, .journey-pages.journey-4-the-people-of-god #color-background-title {
  background: #612766; }

.journey-pages.the-armor-of-god #learning-body h1, .journey-pages.viaje-4-el-pueblo-de-dios #learning-body h1, .journey-pages.journey-4-the-people-of-god #learning-body h1 {
  color: #612766; }

.journey-pages.the-armor-of-god #learning-body h2, .journey-pages.viaje-4-el-pueblo-de-dios #learning-body h2, .journey-pages.journey-4-the-people-of-god #learning-body h2 {
  color: #612766; }

.journey-pages.the-armor-of-god #learning-body h3, .journey-pages.viaje-4-el-pueblo-de-dios #learning-body h3, .journey-pages.journey-4-the-people-of-god #learning-body h3 {
  color: #612766; }

.journey-pages.the-armor-of-god #learning-body hr, .journey-pages.viaje-4-el-pueblo-de-dios #learning-body hr, .journey-pages.journey-4-the-people-of-god #learning-body hr {
  border-color: #612766; }

.journey-pages.the-armor-of-god .journey-day-list li a, .journey-pages.viaje-4-el-pueblo-de-dios .journey-day-list li a, .journey-pages.journey-4-the-people-of-god .journey-day-list li a {
  color: #612766; }

.journey-pages.the-armor-of-god .journey-overview-downloads, .journey-pages.viaje-4-el-pueblo-de-dios .journey-overview-downloads, .journey-pages.journey-4-the-people-of-god .journey-overview-downloads {
  color: #612766; }
  .journey-pages.the-armor-of-god .journey-overview-downloads .button, .journey-pages.viaje-4-el-pueblo-de-dios .journey-overview-downloads .button, .journey-pages.journey-4-the-people-of-god .journey-overview-downloads .button {
    background-color: #612766; }
    .journey-pages.the-armor-of-god .journey-overview-downloads .button:hover, .journey-pages.viaje-4-el-pueblo-de-dios .journey-overview-downloads .button:hover, .journey-pages.journey-4-the-people-of-god .journey-overview-downloads .button:hover {
      background-color: #491d4d; }

.journey-pages.the-armor-of-god .further-reading h4, .journey-pages.viaje-4-el-pueblo-de-dios .further-reading h4, .journey-pages.journey-4-the-people-of-god .further-reading h4 {
  background: #612766;
  border-color: #612766; }

.journey-pages.the-armor-of-god .further-reading ul, .journey-pages.viaje-4-el-pueblo-de-dios .further-reading ul, .journey-pages.journey-4-the-people-of-god .further-reading ul {
  border-color: #612766; }

.journey-pages.viaje-el-fruto-del-espiritu #color-background-title, .journey-pages.the-fruit-of-the-spirit #color-background-title {
  background: #9acd34; }

.journey-pages.viaje-el-fruto-del-espiritu #learning-body h1, .journey-pages.the-fruit-of-the-spirit #learning-body h1 {
  color: #9acd34; }

.journey-pages.viaje-el-fruto-del-espiritu #learning-body h2, .journey-pages.the-fruit-of-the-spirit #learning-body h2 {
  color: #9acd34; }

.journey-pages.viaje-el-fruto-del-espiritu #learning-body h3, .journey-pages.the-fruit-of-the-spirit #learning-body h3 {
  color: #9acd34; }

.journey-pages.viaje-el-fruto-del-espiritu #learning-body hr, .journey-pages.the-fruit-of-the-spirit #learning-body hr {
  border-color: #9acd34; }

.journey-pages.viaje-el-fruto-del-espiritu .journey-day-list li a, .journey-pages.the-fruit-of-the-spirit .journey-day-list li a {
  color: #9acd34; }

.journey-pages.viaje-el-fruto-del-espiritu .journey-overview-downloads, .journey-pages.the-fruit-of-the-spirit .journey-overview-downloads {
  color: #9acd34; }
  .journey-pages.viaje-el-fruto-del-espiritu .journey-overview-downloads .button, .journey-pages.the-fruit-of-the-spirit .journey-overview-downloads .button {
    background-color: #9acd34; }
    .journey-pages.viaje-el-fruto-del-espiritu .journey-overview-downloads .button:hover, .journey-pages.the-fruit-of-the-spirit .journey-overview-downloads .button:hover {
      background-color: #749b26; }

.journey-pages.viaje-el-fruto-del-espiritu .further-reading h4, .journey-pages.the-fruit-of-the-spirit .further-reading h4 {
  background: #9acd34;
  border-color: #9acd34; }

.journey-pages.viaje-el-fruto-del-espiritu .further-reading ul, .journey-pages.the-fruit-of-the-spirit .further-reading ul {
  border-color: #9acd34; }

.journey-banner-area {
  padding: 2rem 0; }

.journey-banner {
  border-radius: 20px;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width:40.063em) {
    .journey-banner {
      background-position: center; } }
  .journey-banner .banner-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.625rem 2rem;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px); }
    .journey-banner .banner-text-wrapper.align-left {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    @media only screen and (min-width:40.063em) {
      .journey-banner .banner-text-wrapper {
        padding: 5.125rem 4rem;
        min-height: 420px;
        background: none;
        -webkit-backdrop-filter: none;
                backdrop-filter: none; } }
    @media only screen and (min-width:64.063em) {
      .journey-banner .banner-text-wrapper {
        min-height: 520px; } }
  .journey-banner h2:not(.fat-heading) {
    color: var(--color-vivid-sky-blue-hex);
    font-size: 1.5rem;
    font-family: var(--font-sans-serif);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.875rem;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .journey-banner h2:not(.fat-heading) {
        font-size: 2rem; } }
  .journey-banner p {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.2px; }
    @media only screen and (min-width:40.063em) {
      .journey-banner p {
        font-size: 1.5rem; } }
  .journey-banner .banner-text {
    max-width: 550px; }
    .journey-banner .banner-text.lg {
      max-width: 670px; }

.journey-item {
  color: inherit;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .journey-item:hover {
    color: inherit; }
  .journey-item img {
    margin-bottom: 1.25rem; }
  .journey-item p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-wrap: pretty; }

@media only screen {
  .show-for-print {
    display: none; } }

@media only print {
  body {
    padding-top: 0 !important; }
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 1.375rem; }
  h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.0625rem; }
  h5 {
    font-size: 1rem; }
  .show-for-print {
    display: block; }
  a,
  a:visited {
    text-decoration: none; }
  a[href]:after {
    content: ''; }
  abbr[title]:after {
    content: ''; }
  #breadcrumb {
    margin-top: 0; }
    #breadcrumb * {
      color: #898989 !important; }
  [data-equalizer-watch] {
    height: auto !important; }
  #content,
  article {
    font-size: 0.875rem; }
    #content figure,
    article figure {
      display: none !important; }
    #content p,
    article p {
      font-size: inherit; }
  .pillar-grid .cell {
    width: 100%; }
  .pillar #content .page-section .pillar-article,
  .pillar-page-2 #content .page-section .pillar-article {
    display: none; }
  footer {
    border-top: 1px solid #eee; }
  .blog .page-header h2 img,
  .blog .page-header h1 img {
    float: none; }
  .author-bio .heading {
    text-align: center; }
  .expand-more {
    display: none; }
  .silo-banner h1 {
    font-size: 1.75rem; }
  .silo-banner p {
    font-size: 1rem; }
  .silo article .extended.expand-hidden {
    display: block; }
  .silo #article-content {
    padding-bottom: 1rem; }
  .silo .grid-x > .large-6 {
    width: 75%; }
  .silo .silo-banner {
    height: auto; }
    .silo .silo-banner .large-8 {
      width: 83.3333333333%; } }

@media only screen and (min-width:64.063em) {
  .es #home-social-row h3 {
    line-height: 133px !important; } }

@media only screen and (min-width:64.063em) {
  .fr #home-social-row h3 {
    line-height: 133px !important; } }
