/*!
Theme Name: Faith Direct sass
Theme URI: http://underscores.me/
Author: Ministry Brands
Author URI: http://underscores.me/
Description: Faith Direct Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: faithdirect
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Faith Direct sass is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

.grecaptcha-badge {
  visibility: hidden; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    margin: 3px 10px 3px 10px; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 62em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em; }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  text-align: center;
  font-size: 1.2rem;
  flex: 1 0 50%; }
  .comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a {
    text-decoration: none; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  font-size: 1.2rem;
  text-align: center;
  flex: 1 0 50%; }
  .comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
    text-decoration: none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Faith Direct
--------------------------------------------------------------*/
p:empty {
  height: 0;
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden; }

.body {
  width: 100%;
  justify-items: center;
  font-family: Lato, sans-serif;
  font-style: normal; }

.grid-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  padding: 50px 10px 50px 10px; }

.bg-purple1 {
  background: #f3f4fb;
  width: 100%; }
.bg-white {
  background: #fff;
  width: 100%; }
.bg-purple6 {
  background-color: #1c2375;
  width: 100%; }

.button {
  border-radius: 4px;
  min-height: 44px;
  min-width: 142px;
  max-width: 300px;
  margin: 5px 10px;
  padding: 0px 24px 0px 24px;
  text-decoration: none;
  font-family: Catamaran, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  flex: none;
  order: 0;
  align-self: center;
  justify-content: center;
  position: relative;
  z-index: 1; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .button {
      position: relative; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .button {
      padding: 8px 24px 0px 24px; } }
  .button-orange {
    background: #ff991f;
    border: none;
    color: white; }
    .button-orange:hover {
      background: #5579b8;
      color: white !important; }
    .button-orange:active, .button-orange:focus {
      color: rgba(28, 35, 117, 0.66) !important; }
    .button-orange a {
      color: white; }
  .button-purple {
    color: white;
    background: rgba(28, 35, 117, 0.66);
    border: 2px solid #ffffff; }
    .button-purple:hover {
      background: #5579b8; }
    .button-purple:active, .button-purple:focus {
      color: #ff991f; }
    .button-purple a {
      color: white; }
  .button-white {
    border: 2px solid #1c2375;
    background-color: white;
    box-sizing: border-box;
    color: #1c2375; }
    .button-white:hover {
      background: #a8a7a7; }
    .button-white:active, .button-white:focus {
      color: #6069d1; }
    .button-white a {
      color: #1c2375; }

.p {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px; }
  .p-white {
    color: #ffffff; }
  .p-purple {
    color: #1c2375; }
  .p-black {
    color: #000000; }
  .p-grey {
    color: #3c3737; }
  .p-small {
    font-size: 1rem !important;
    line-height: 1.5 !important; }

.center-text {
  text-align: center; }
.center-justify {
  justify-content: center;
  align-items: center; }

.vertical-margin-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem; }
.vertical-margin-25 {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem; }
.vertical-margin-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }
.vertical-margin-75 {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem; }
.vertical-margin-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem; }

.bottom-margin-10 {
  margin-bottom: 0.625rem; }
.bottom-margin-25 {
  margin-bottom: 1.5625rem; }
.bottom-margin-50 {
  margin-bottom: 3.125rem; }
.bottom-margin-75 {
  margin-bottom: 4.6875rem; }
.bottom-margin-100 {
  margin-bottom: 6.25rem; }

.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center; }
.flex-col {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.flex-wrap {
  flex-wrap: wrap; }
.flex-grow2 {
  flex-grow: 2; }

@media (max-width: 576px) {
  .display-sm-none {
    display: none !important; } }
@media (max-width: 768px) {
  .display-md-none {
    display: none !important; } }
@media (max-width: 992px) {
  .display-lg-none {
    display: none !important; } }
@media (max-width: 1098px) {
  .display-xlg-none {
    display: none !important; } }
@media (min-width: 576px) {
  .display-min-sm-none {
    display: none !important; } }
@media (min-width: 768px) {
  .display-min-md-none {
    display: none !important; } }
@media (min-width: 992px) {
  .display-min-lg-none {
    display: none !important; } }
@media (min-width: 1098px) {
  .display-min-xlg-none {
    display: none !important; } }
h1 {
  font-size: 54px;
  line-height: 58px; }

h2 {
  font-size: 41px;
  line-height: 47px; }

h3 {
  font-size: 31px;
  line-height: 35px; }

.color-white {
  color: white; }
.color-purple {
  color: #1c2375; }
.color-orange {
  color: #ffab00; }
.color-lightblue {
  color: #6384c3; }

p,
ul,
li {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px; }

.generic-card {
  background: #ffffff;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  max-width: 431px;
  min-width: 300px;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  margin: 25px 13px 25px 13px;
  align-items: center;
  z-index: 1; }
  .generic-card img {
    height: 45px;
    width: auto; }
  .generic-card span {
    font-family: Lato, sans-serif !important;
    font-style: normal !important;
    font-weight: 900 !important;
    font-size: 31px !important;
    line-height: 35px !important;
    color: #1c2375 !important;
    margin: 10px 0px; }
  .generic-card h4 {
    font-weight: 900;
    font-size: 24px;
    line-height: 25px;
    color: #1c2375; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .generic-card p {
      width: 300px; } }
.generic-img {
  position: relative;
  width: auto;
  max-height: 376px;
  top: -258px;
  right: 100px; }
.generic-banner {
  background-image: url("../png/backgroundblurrlylights.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 420px;
  margin-top: -150px; }
.generic-banner-text {
  margin-top: 100px; }
  .generic-banner-text p {
    font-weight: 900;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: #ffffff; }

.zero-auto {
  margin: 0 auto; }

.page-a a {
  color: #6384c3 !important;
  text-decoration: none; }
  .page-a a:visited {
    color: #6384c3 !important; }
  .page-a a:hover, .page-a a:focus, .page-a a:active {
    color: color__link-hover; }

.no-bg-card {
  max-width: 431px;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  margin: 25px 13px 25px 13px;
  justify-content: center;
  align-items: center;
  z-index: 1; }
  .no-bg-card a {
    color: blue; }
    .no-bg-card a:visited {
      color: #1c2375; }
    .no-bg-card a:hover, .no-bg-card a:focus, .no-bg-card a:active {
      color: color__link-hover; }
  .no-bg-card img {
    height: auto;
    width: 45px; }
  .no-bg-card h3 {
    font-weight: 900;
    font-size: 31px;
    line-height: 35px;
    color: #1c2375; }
  .no-bg-card h4 {
    font-weight: 900;
    font-size: 24px;
    color: #1c2375; }

.border-top-purple2 {
  border-top: 3px solid #1c23758c; }

.post {
  max-width: 90% !important;
  margin: 0 auto; }

.single-post-widths {
  width: 100%;
  max-width: 800px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .single-post-widths {
      width: 800px; } }

.entry-footer {
  border-top: 1px solid #1c237580;
  border-bottom: 1px solid #1c237580;
  padding: 10px; }

.salesforce_w2l_lead label {
  font-weight: bold; }

a {
  color: #6384c3;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: color__link-hover; }

.width100 {
  width: 100% !important; }
.width75 {
  width: 75% !important; }

.fp-carousel {
  max-width: 100vw;
  max-height: 625px; }
  .fp-carousel-svg {
    margin-bottom: 25px; }
  .fp-carousel-title {
    font-weight: 900;
    font-size: 31px;
    line-height: 35px;
    text-align: center;
    color: #ffffff; }
  .fp-carousel-row {
    justify-content: center;
    align-content: center;
    align-items: center; }
  .fp-carousel-img {
    height: 100px;
    width: auto;
    margin: 0% 20px 0% 20px; }
.fp-lets {
  max-height: 372px;
  margin: 0 auto; }
  .fp-lets-textarea {
    z-index: 1;
    max-width: 525px;
    display: flex;
    flex-direction: column; }
  .fp-lets h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 31px;
    line-height: 35px;
    text-align: center;
    color: #1c2375; }
  .fp-lets-image {
    position: relative;
    width: auto;
    max-height: 350px;
    bottom: 198px;
    left: 500px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .fp-lets-image {
        display: none; } }
.fp-works h3 {
  font-weight: 900;
  font-size: 41px;
  line-height: 47px;
  text-align: center;
  color: #ffffff; }
.fp-works-card {
  width: 300px;
  max-height: auto;
  background: #ffffff;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 25px;
  margin: 25px 13px 25px 13px; }
  .fp-works-card-ul {
    margin: 0 auto; }
  .fp-works-card figure {
    height: 36px;
    margin: 0; }
  .fp-works-card-img,
  .fp-works-card img {
    height: auto;
    width: 36px; }
  .fp-works-card h4 {
    font-weight: 900;
    font-size: 21px;
    min-width: 260px;
    line-height: 24px;
    color: #1c2375; }
.fp-h2 {
  font-weight: 900;
  font-size: 41px;
  line-height: 47px;
  color: #1c2375;
  margin-top: 0px !important; }
.fp-choose {
  flex-wrap: wrap;
  justify-content: center; }
  .fp-choose-title {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 41px;
    line-height: 47px;
    color: #1c2375; }
  .fp-choose-textarea {
    margin: 0% 13px 50px 13px;
    max-width: 500px; }
  .fp-choose-video {
    z-index: 100;
    margin: 0% 13px 0% 13px; }
    .fp-choose-video iframe {
      border-radius: 18px;
      background: #c4c4c4;
      border-radius: 18px;
      width: 550px;
      height: 346px; }
.fp-leader {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px; }
  .fp-leader-title {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 41px;
    line-height: 47px;
    color: #1c2375; }
  .fp-leader-image {
    width: auto;
    max-height: 292px;
    position: relative;
    top: 138px;
    right: 90px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .fp-leader-image {
        display: none; } }
  .fp-leader-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 700px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .fp-leader-content {
        flex: 0 0 auto; } }
    .fp-leader-content-sub {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
    .fp-leader-content-text1 {
      max-width: 260px; }
    .fp-leader-content-text2 {
      font-weight: 900;
      font-size: 41px;
      line-height: 47px;
      text-align: center;
      color: #ffab00;
      max-width: 300px; }
    .fp-leader-content-left {
      margin: 0% 15px 5px 15px; }
    @media (min-width: 754px) {
      .fp-leader-content-left2 {
        margin-left: 50px; } }
@media (min-width: 1098px) {
  .fp-focused {
    max-height: 700px; } }
.fp-focused-cards {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
.fp-focused-card {
  background: #ffffff;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  max-width: 431px;
  min-width: 300px;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  margin: 25px 13px 25px 13px;
  z-index: 1; }
  .fp-focused-card figure {
    height: 40px;
    margin: 0; }
  .fp-focused-card img {
    height: auto;
    width: 45px; }
  .fp-focused-card h3 {
    font-weight: 900;
    font-size: 31px;
    line-height: 35px;
    color: #1c2375; }
.fp-focused-img {
  position: relative;
  width: auto;
  max-height: 376px;
  bottom: 237px;
  right: 100px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fp-focused-img {
      display: none; } }
.fp-focused button {
  justify-content: center;
  align-items: center;
  margin: 0 auto; }

.header-banner {
  font-weight: 900;
  font-size: 54px;
  line-height: 58px;
  color: #ffffff; }

.banner-background-one {
  background-image: url("../png/backgroundprayer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -152px; }
  @media (min-width: 600px) {
    .banner-background-one {
      height: 650px; } }

.cta-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 623; }
  .cta-banner-textarea {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
    max-width: 95%; }
    @media (min-width: 600px) {
      .cta-banner-textarea {
        width: 600px; } }
  .cta-banner-title {
    font-weight: 900;
    font-size: 54px;
    line-height: 58px;
    color: #ffffff; }
  .cta-banner-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 1025px) {
      .cta-banner-buttons {
        margin-right: 75px; } }
  .cta-banner-image {
    width: auto;
    max-height: 409px;
    position: relative;
    top: 200px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .cta-banner-image {
        display: none; } }
    @media (max-width: 1150px) {
      .cta-banner-image {
        display: none; } }

.bg-blurry-cross {
  background-image: url("../png/backgroundcross.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.owl-prev {
  padding: 20px 10px; }

.owl-carousel {
  max-width: 1200px; }

.owl-item {
  max-width: 1200px; }

.owl-carousel .owl-item img {
  max-width: 100px !important; }

.fp-blog-card2 {
  border-radius: 5px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  width: 298px;
  height: 350px;
  margin: 25px; }
  @media (min-width: 1264px) {
    .fp-blog-card2 {
      margin-top: 50px; } }
  .fp-blog-card2 img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 298px;
    height: auto; }
  .fp-blog-card2-p,
  .fp-blog-card2 a {
    font-weight: 900;
    font-size: 21px;
    line-height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #1c2375;
    margin: 0 38px;
    text-decoration: none; }
    @media (min-width: 1264px) {
      .fp-blog-card2-p,
      .fp-blog-card2 a {
        position: relative;
        width: 225px; } }
.fp-blog-info {
  max-width: 95%;
  margin: 0 auto; }
  .fp-blog-info-h2 {
    font-weight: 900;
    font-size: 41px;
    color: #1c2375; }
    @media (min-width: 1264px) {
      .fp-blog-info-h2 {
        line-height: 10px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .fp-blog-info-h2 {
        display: table;
        width: 600px; } }
  .fp-blog-info-a {
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #1c2375;
    text-decoration: none; }
  .fp-blog-info-p {
    text-decoration: none;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px; }
    @media (min-width: 1264px) {
      .fp-blog-info-p {
        line-height: 0%; } }
    .fp-blog-info-p a {
      color: #1c2375 !important; }
      .fp-blog-info-p a:visited {
        color: #373c72b4 !important; }
      .fp-blog-info-p a:hover, .fp-blog-info-p a:focus, .fp-blog-info-p a:active {
        color: color__link-hover !important;
        text-decoration: underline; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hiw-direct {
    height: auto; } }
@media (min-width: 1172px) {
  .hiw-direct {
    height: 650px; } }
.hiw-church-bg {
  width: 300px;
  height: auto;
  position: relative;
  bottom: 166px;
  z-index: 1; }
  @media (max-width: 1316px) {
    .hiw-church-bg {
      left: 800px; } }
  @media (min-width: 1316px) {
    .hiw-church-bg {
      left: 931px; } }
  @media (min-width: 1527px) {
    .hiw-church-bg {
      left: 1049px; } }
  @media (max-width: 1172px) {
    .hiw-church-bg {
      display: none !important; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hiw-church-bg {
      display: none; } }
.hiw-cards-bg {
  background-image: url("../png/programmanagement.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.hiw-card {
  background: #ffffff;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  max-width: 350px;
  min-width: 300px;
  height: auto;
  padding: 25px;
  margin: 25px 13px 25px 13px;
  z-index: 1; }
  .hiw-card-p {
    font-size: 18px;
    text-align: left; }
  .hiw-card-icon {
    max-width: 200px;
    margin: 10px auto;
    height: 130px; }
  .hiw-card-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 0px !important; }
  .hiw-card-subtitle {
    font-weight: 900;
    font-size: 24px;
    line-height: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #6384c3;
    align-items: center;
    text-align: center;
    margin: 10px 0px !important; }
  .hiw-card-list {
    margin: 0 auto; }
    .hiw-card-list-item {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0.65rem auto;
      align-items: center; }
    .hiw-card-list-icon {
      width: 35px !important;
      margin-right: 10px !important;
      fill: #404040; }
.hiw-block2 {
  height: auto; }
  @media (min-width: 1200px) {
    .hiw-block2 {
      height: 900px; } }
.hiw-lets {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto; }
  .hiw-lets-h3 {
    font-weight: 900;
    font-size: 41px;
    line-height: 47px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    margin-top: 75px; }
  .hiw-lets p {
    margin-bottom: 50px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .hiw-lets p {
        width: 800px; } }
  .hiw-lets button {
    margin-bottom: 100px; }
.hiw-bg-orange {
  background-image: url("../png/backgroundorange.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
@media (max-width: 600px) {
  .hiw-block {
    max-width: 90%; } }
@media (min-width: 600px) {
  .hiw-block svg {
    margin-right: 20px; } }
.hiw-block-left {
  max-width: 515px; }
  @media (min-width: 1200px) {
    .hiw-block-left {
      margin-right: 75px; } }
  @media (min-width: 1100px) {
    .hiw-block-left {
      margin-right: 25px; } }
  .hiw-block-left p {
    max-width: 425px;
    margin-top: 13px !important; }
.hiw-block-church-image {
  width: 300px;
  height: auto;
  position: relative;
  bottom: 139px; }
  @media (max-width: 1316px) {
    .hiw-block-church-image {
      left: 750px; } }
  @media (min-width: 1316px) {
    .hiw-block-church-image {
      left: 900px; } }
  @media (max-width: 1172px) {
    .hiw-block-church-image {
      display: none !important; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hiw-block-church-image {
      display: none; } }
.hiw-block-title {
  font-weight: 900;
  font-size: 54px;
  line-height: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #6384c3; }
  @media (min-width: 600px) {
    .hiw-block-title {
      margin-top: 0 !important; } }
  @media (max-width: 600px) {
    .hiw-block-title {
      font-size: 33px; } }
.hiw-block-subtitle {
  font-weight: 900;
  font-size: 41px;
  line-height: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #6384c3; }
  @media (min-width: 600px) {
    .hiw-block-subtitle {
      margin-top: 0 !important; } }
  @media (max-width: 600px) {
    .hiw-block-subtitle {
      font-size: 33px; } }
.hiw-block-title2 {
  font-weight: 900;
  font-size: 54px;
  line-height: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white; }
  @media (min-width: 600px) {
    .hiw-block-title2 {
      margin-top: 0 !important; } }
  @media (max-width: 600px) {
    .hiw-block-title2 {
      font-size: 33px; } }
.hiw-block-subtitle2 {
  font-weight: 900;
  font-size: 41px;
  line-height: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white; }
  @media (min-width: 600px) {
    .hiw-block-subtitle2 {
      margin-top: 0 !important; } }
  @media (max-width: 600px) {
    .hiw-block-subtitle2 {
      font-size: 33px; } }
.hiw-block-img {
  max-height: 550px;
  min-height: 400px;
  width: auto;
  max-width: 347px; }
.hiw-block-list {
  max-width: 650px;
  margin-top: 10px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hiw-block-list {
      width: 600px; } }
  .hiw-block-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0.75rem 0rem 0.75rem 0rem; }
    .hiw-block-list-item svg {
      height: auto !important;
      width: 45px !important;
      margin-right: 15px !important; }
      @media (max-width: 600px) {
        .hiw-block-list-item svg {
          height: auto !important;
          width: 35px !important; } }
  .hiw-block-list-p {
    font-weight: bold;
    font-size: 33px;
    line-height: 85px;
    color: #1c2375; }
    @media (max-width: 600px) {
      .hiw-block-list-p {
        font-size: 33px; } }
    .hiw-block-list-p-2 {
      font-weight: bold;
      font-size: 33px;
      line-height: 68px;
      color: white; }
      @media (max-width: 600px) {
        .hiw-block-list-p-2 {
          font-size: 33px; } }
.hiw-banner {
  background-image: url("../png/backgroundblurrlylights.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 420px;
  margin-top: -150px; }
.hiw-banner-text {
  margin-top: 100px; }
  .hiw-banner-text p {
    font-weight: 900;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: #ffffff; }
.hiw-inspiring-img {
  width: 350px; }
.hiw-inspiring h2 {
  font-weight: 900;
  font-size: 41px;
  line-height: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1c2375;
  justify-content: center; }
.hiw-inspiring-row {
  flex-wrap: wrap; }
.hiw-inspiring-textarea {
  max-width: 420px; }
  @media (min-width: 768px) {
    .hiw-inspiring-textarea {
      margin-right: 50px; } }

.fd-footer a {
  color: #fff; }
  .fd-footer a:visited {
    color: #fff0e0; }
  .fd-footer a:hover, .fd-footer a:focus, .fd-footer a:active {
    color: #ff991f; }
  .fd-footer a:focus {
    outline: thin dotted; }
  .fd-footer a:hover, .fd-footer a:active {
    outline: 0; }
.fd-footer-bg {
  background-image: url("../png/bg-stainedglass.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%; }
.fd-footer-row {
  flex-wrap: wrap; }
.fd-footer-col-1 {
  max-width: 350px;
  min-width: 300px; }
  @media (min-width: 1025px) {
    .fd-footer-col-1 {
      margin-right: 100px; } }
.fd-footer-logo img {
  max-height: 80px;
  width: auto; }
.fd-footer-address {
  margin-top: 20px;
  max-width: 275px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff; }
.fd-footer-privacy {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff; }
  .fd-footer-privacy-a,
  .fd-footer-privacy a {
    color: #fff; }
    .fd-footer-privacy-a:visited,
    .fd-footer-privacy a:visited {
      color: #fff0e0; }
    .fd-footer-privacy-a:hover, .fd-footer-privacy-a:focus, .fd-footer-privacy-a:active,
    .fd-footer-privacy a:hover,
    .fd-footer-privacy a:focus,
    .fd-footer-privacy a:active {
      color: #ff991f; }
    .fd-footer-privacy-a:focus,
    .fd-footer-privacy a:focus {
      outline: thin dotted; }
    .fd-footer-privacy-a:hover, .fd-footer-privacy-a:active,
    .fd-footer-privacy a:hover,
    .fd-footer-privacy a:active {
      outline: 0; }
.fd-footer-social {
  justify-content: start !important; }
  .fd-footer-social-a {
    margin-right: 35px; }
.fd-footer-col-2 {
  width: 300px; }
  @media (min-width: 1025px) {
    .fd-footer-col-2 {
      margin-right: 100px; } }
  .fd-footer-col-2 ul {
    list-style: none;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin-top: 50px; }
  .fd-footer-col-2 a {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none; }
    .fd-footer-col-2 a:visited {
      color: #fff0e0; }
    .fd-footer-col-2 a:hover, .fd-footer-col-2 a:focus, .fd-footer-col-2 a:active {
      color: #ff991f; }
    .fd-footer-col-2 a:focus {
      outline: thin dotted; }
    .fd-footer-col-2 a:hover, .fd-footer-col-2 a:active {
      outline: 0; }
.fd-footer-col-3 {
  padding-top: 50px; }
  .fd-footer-col-3 button {
    margin-bottom: 20px; }

.grecaptcha-badge {
  visibility: hidden; }

@media (max-width: 1096px) {
  .site-navigation {
    display: none !important; } }
.main-navigation ul ul a {
  width: 200px;
  position: relative;
  right: 35px;
  color: #1c2375; }
  .main-navigation ul ul a:visited {
    color: #2b3275; }
  .main-navigation ul ul a:hover, .main-navigation ul ul a:focus, .main-navigation ul ul a:active {
    color: #ff991f; }
  .main-navigation ul ul a:focus {
    outline: 0; }
  .main-navigation ul ul a:hover, .main-navigation ul ul a:active {
    outline: 0; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  margin-left: -35px;
  width: 225px; }

.sub-menu {
  background-color: #f3f4fb !important;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical; }

.site-branding {
  padding: 5px;
  flex: 1 0 auto;
  max-width: 260px;
  position: relative; }
  .site-branding a img {
    max-width: 325px;
    height: auto; }

.menu-main-menu-container {
  flex: 1 0;
  margin-left: 2em; }

.sub-head {
  list-style: none;
  justify-content: flex-end;
  align-items: center; }
  .sub-head ul {
    list-style: none;
    display: inline-flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end; }
    .sub-head ul li {
      margin: 3px 5px 3px 5px;
      font-weight: normal;
      font-size: 14px;
      line-height: 28px;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #ffffff; }

.menu-item {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff; }

.menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end; }

.menu-item {
  margin: 0% 5px 0% 5px; }

.sub-head-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-end;
  margin: 10px 10px 0% 0%; }

.fd-menu-right {
  margin-left: auto;
  margin-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fd-menu-right {
      width: 900px; } }

.main-navigation {
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  .main-navigation li a {
    color: #fff; }
    .main-navigation li a:visited {
      color: #fff0e0; }
    .main-navigation li a:hover, .main-navigation li a:focus, .main-navigation li a:active {
      color: #ff991f; }
    .main-navigation li a:focus {
      outline: 0; }
    .main-navigation li a:hover, .main-navigation li a:active {
      outline: 0; }

.drop-btn_container {
  position: relative; }

.drop-btn_btn {
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  min-height: 44px;
  min-width: 142px;
  max-width: 300px;
  margin: 5px 10px;
  padding: 0px 24px 0px 24px;
  text-decoration: none;
  font-family: Catamaran, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  background: #ff991f;
  border: none;
  color: white; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .drop-btn_btn {
    position: relative; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .drop-btn_btn {
    padding: 8px 24px 0px 24px; } }
.drop-btn_btn:hover {
  background: #5579b8;
  color: white !important; }

.drop-btn_btn:focus .drop-btn_dropdown,
.drop-btn_btn:active .drop-btn_dropdown {
  transform: translate(0, 10px);
  opacity: 1;
  visibility: visible; }

.drop-btn_btn .drop-btn_dropdown {
  position: absolute;
  top: 100%;
  left: -21px;
  border-radius: 4px;
  visibility: hidden;
  transition: 0.3s ease;
  background: #f3f4fb;
  border: none; }

.drop-btn_btn .drop-btn_dropdown:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 96px;
  width: 0;
  height: 0;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
  border-top: 8px solid #f3f4fb;
  border-right: 6px solid #f3f4fb;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(-45deg);
  mix-blend-mode: multiple; }

.drop-btn_btn .drop-btn_dropdown li {
  z-index: 1;
  position: relative;
  padding: 0 15px; }

.drop-btn_btn .drop-btn_dropdown a {
  display: block;
  text-decoration: none;
  color: rgba(28, 35, 117, 0.66) !important;
  font-weight: bold; }

.drop-btn_btn .drop-btn_dropdown a:hover {
  color: #ff991f !important; }

.drop-btn_btn ul {
  padding: 0px; }

.drop-btn_btn .drop-btn_dropdown li svg {
  margin-top: 13px; }

.drop-btn_btn-divider {
  border: solid 2px #00000040;
  height: 64px;
  border-radius: 3px;
  top: 10px;
  position: relative;
  background-color: #0000000f; }

.drop-btn_btn .drop-btn_dropdown .nc-icon-wrapper {
  stroke: rgba(28, 35, 117, 0.66); }

.fa-bars {
  color: white; }

.fa-bars {
  color: white; }

.fd-mobile-nav {
  width: 100%;
  overflow: hidden;
  z-index: 2; }
  .fd-mobile-nav a {
    color: #fff; }
    .fd-mobile-nav a:visited {
      color: #fff0e0; }
    .fd-mobile-nav a:hover, .fd-mobile-nav a:focus, .fd-mobile-nav a:active {
      color: #ff991f; }
    .fd-mobile-nav a:focus {
      outline: 0; }
    .fd-mobile-nav a:hover, .fd-mobile-nav a:active {
      outline: 0; }
  @media (min-width: 1098px) {
    .fd-mobile-nav {
      display: none; } }
  .fd-mobile-nav-a:hover {
    opacity: 0.5; }
  .fd-mobile-nav nav {
    height: 100px; }
  .fd-mobile-nav .dropdown {
    position: relative;
    display: inline-block;
    height: 51px;
    margin: 20px 10px;
    width: 300px;
    max-width: 90vw;
    border-radius: 4px; }
  .fd-mobile-nav .dropdown span {
    padding: 0.75em 15px;
    line-height: 1em;
    font-size: 1.15em;
    color: #fff;
    text-decoration: none;
    font-weight: bold; }
  .fd-mobile-nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 4px;
    margin-left: -6px; }
  .fd-mobile-nav .dropdown:hover .dropdown-content {
    display: block;
    width: 300px;
    max-width: 95vw;
    z-index: 9; }
  .fd-mobile-nav .dropdown-content ul {
    background: #f9f9f9 !important;
    display: flex;
    flex-direction: revert;
    justify-content: space-around; }
  .fd-mobile-nav .mobile-drop-btn_btn-divider {
    border: solid 2px #00000040;
    height: 64px;
    border-radius: 3px;
    top: 10px;
    position: relative;
    background-color: #0000000f; }
  .fd-mobile-nav .nc-icon-wrapper {
    stroke: rgba(28, 35, 117, 0.66); }
  .fd-mobile-nav .dropdown a {
    display: block;
    text-decoration: none;
    color: rgba(28, 35, 117, 0.66) !important;
    font-weight: bold; }

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

/* Button styling */
.fd-menu-toggle {
  display: inline-block;
  line-height: 1em;
  font-size: 1em;
  color: #333;
  height: 50px;
  width: 50px;
  left: 20px;
  position: relative; }

.fd-menu-toggle:focus {
  color: #ff991f; }

/*
 Default styles + Mobile first
 Offscreen menu style
*/
.fd-main-menu {
  position: absolute;
  display: none;
  left: -200px;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  transition: left 0.3s ease, box-shadow 0.3s ease;
  z-index: 999; }

.fd-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0 0;
  height: 100%;
  width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fd-main-menu ul {
      height: 100vh;
      width: 100vw; } }

.fd-main-menu a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.75em 15px;
  line-height: 1em;
  font-size: 1.15em;
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

.fd-main-menu-sub a {
  padding: 1em 35px !important;
  font-size: 1em !important;
  font-weight: normal; }

.fd-main-menu .menu-close {
  position: absolute;
  right: 0;
  top: 0; }

/*
 On small devices, allow it to toggle...
*/
/*
 :target for non-JavaScript
 [aria-expanded] will be used if/when JavaScript is added to improve interaction, though it's completely optional.
*/
.fd-main-menu:target,
.fd-main-menu[aria-expanded="true"] {
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  outline: none;
  -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16); }

.fd-menu-close {
  margin-right: auto; }

.mobile-nav-logo {
  margin-left: auto;
  max-width: 200px; }

.fd-main-menu:target .fd-menu-close,
.fd-main-menu[aria-expanded="true"] .fd-menu-close {
  z-index: 1001; }

.fd-main-menu:target ul,
.fd-main-menu[aria-expanded="true"] ul {
  z-index: 1000;
  width: 100%;
  background-image: url("../png/backgroundblurrlylights.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fd-main-menu:target ul,
    .fd-main-menu[aria-expanded="true"] ul {
      width: 100vw; } }

/* 
 We could us `.main-menu:target:after`, but
 it wouldn't be clickable.
*/
.fd-main-menu:target + .fd-backdrop,
.fd-main-menu[aria-expanded="true"] + .fd-backdrop {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #1c2375;
  cursor: default; }

@supports (position: fixed) {
  .fd-main-menu,
  .fd-main-menu:target + .fd-backdrop,
  .fd-main-menu[aria-expanded="true"] + .fd-backdrop {
    position: fixed; } }
.fd-mobile-logo {
  margin: 0 30px 0 10px;
  font-size: 1.5em; }

.mobile-drop-btn_container {
  position: relative; }

.mobile-drop-btn_btn {
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  min-height: 51px;
  min-width: 300px;
  max-width: 100%;
  margin: 5px 10px;
  padding: 8px 0px 10px 0px;
  text-decoration: none;
  font-family: Catamaran, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.15em;
  line-height: 24px;
  background: #ff991f;
  border: none;
  color: white; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mobile-drop-btn_btn {
    position: relative; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mobile-drop-btn_btn {
    padding: 8px 24px 0px 24px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fd-wcu-p-iebug {
    margin: 0; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fd-wcu > p {
    width: 800px; } }
.fd-wcu-img {
  margin: 3rem;
  max-width: 120px;
  border-radius: 50%;
  -moz-transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -o-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fd-wcu-img {
      width: 120px; } }
.fd-wcu-person {
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  margin: 0 auto; }
  .fd-wcu-person-right {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center; }
    @media (min-width: 576px) {
      .fd-wcu-person-right {
        max-width: 700px;
        margin-left: 25px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .fd-wcu-person-right {
        width: 700px; } }
  .fd-wcu-person-subtitle {
    font-weight: 900;
    font-size: 21px;
    line-height: 25px;
    color: #1c2375; }
  .fd-wcu-person-title {
    font-weight: 900;
    font-size: 31px;
    line-height: 25px;
    color: #1c2375; }
  .fd-wcu-person-contact {
    margin-bottom: 1.33em; }

.fd-faq-question {
  font-weight: 900;
  font-size: 31px;
  line-height: 35px;
  color: #1c2375; }
.fd-faq-answer a {
  color: #6384c3 !important;
  text-decoration: none; }
  .fd-faq-answer a:visited {
    color: #6384c3 !important; }
  .fd-faq-answer a:hover, .fd-faq-answer a:focus, .fd-faq-answer a:active {
    color: color__link-hover; }
.fd-faq-container {
  margin: 10px 0%;
  border-top: 3px solid #1c23758c; }
  .fd-faq-container:first-child {
    border: 0; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fd-faq-container {
      width: 800px;
      margin: 0 auto; } }

.fd-blog a {
  color: #6384c3 !important;
  text-decoration: none; }
  .fd-blog a:visited {
    color: #6384c3 !important; }
  .fd-blog a:hover, .fd-blog a:focus, .fd-blog a:active {
    color: #ed8100 !important; }
.fd-blog-h2-a {
  text-decoration: none;
  color: #1c2375; }
  .fd-blog-h2-a:active {
    text-decoration: none; }
.fd-blog-categories-area {
  padding: 4px 0 28px 0;
  overflow: hidden; }
.fd-blog-categories {
  background: url(../bgr_comments.html) no-repeat right center;
  float: left;
  padding-right: 6px; }
.fd-blog-categories span {
  font-size: 13px;
  color: #ababab;
  font-family: "Lato, sans-serif";
  text-transform: uppercase; }
.fd-blog-categories a {
  font-size: 13px;
  margin-left: 3px;
  font-family: "Lato, sans-serif";
  text-transform: uppercase; }
  .fd-blog-categories a a {
    color: #1c2375 !important;
    text-decoration: none; }
    .fd-blog-categories a a:visited {
      color: #373c72b4 !important; }
    .fd-blog-categories a a:hover, .fd-blog-categories a a:focus, .fd-blog-categories a a:active {
      color: color__link-hover !important;
      text-decoration: underline; }
.fd-blog-col {
  width: 95%;
  max-width: 750px;
  margin: 0 15px; }
.fd-sidebar-col {
  width: 95%;
  max-width: 300px;
  margin: 45px 15px 15px 15px; }

.wp-caption {
  margin: 0 20px; }

.post-thumbnail {
  display: none; }

.entry p {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #3c3737;
  padding-bottom: 5px; }

.entry-header,
h2 {
  text-align: center; }

.categories a {
  color: #1c2375 !important;
  text-decoration: none; }
  .categories a:visited {
    color: #6384c3 !important; }
  .categories a:hover, .categories a:focus, .categories a:active {
    color: #ed8100 !important;
    text-decoration: underline; }

.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.blog_content p a {
  color: #1c2375 !important;
  text-decoration: none; }
  .widget_recent_entries ul li a:visited,
  .widget_archive ul li a:visited,
  .widget_categories ul li a:visited,
  .widget_meta ul li a:visited,
  .blog_content p a:visited {
    color: #6384c3 !important; }
  .widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:focus, .widget_recent_entries ul li a:active,
  .widget_archive ul li a:hover,
  .widget_archive ul li a:focus,
  .widget_archive ul li a:active,
  .widget_categories ul li a:hover,
  .widget_categories ul li a:focus,
  .widget_categories ul li a:active,
  .widget_meta ul li a:hover,
  .widget_meta ul li a:focus,
  .widget_meta ul li a:active,
  .blog_content p a:hover,
  .blog_content p a:focus,
  .blog_content p a:active {
    color: #ed8100 !important;
    text-decoration: underline; }

.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul li {
  list-style: none; }

.widget_meta ul li {
  display: none; }

.widget_archive .widget-title {
  color: #1c2375; }

.widget_recent_entries,
.widget-title {
  color: #1c2375; }

.search-submit {
  border-radius: 4px;
  height: 44px;
  max-width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0% 24px 0% 24px;
  text-decoration: none;
  font-family: Catamaran, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  flex: none;
  order: 0;
  align-self: center;
  justify-content: center;
  background: #ff991f;
  border: none; }

.search-submit:hover {
  background: #5579b8;
  color: white; }

.search-submit:active,
.search-submit:focus {
  color: rgba(28, 35, 117, 0.66); }

.search-submit {
  color: white; }

.categories_area {
  margin: 10px auto;
  border-top: 1px solid #1c237580;
  border-bottom: 1px solid #1c237580;
  padding: 10px; }

.search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.widget_recent_entries,
ul,
li {
  text-decoration: none; }

.widget_archive,
ul,
li {
  text-decoration: none; }

.cat-item {
  text-decoration: none; }

.widget_meta,
ul,
li {
  text-decoration: none; }

.posts-navigation .nav-previous {
  max-width: 1200px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; }

.widget_meta {
  display: none; }

.protfolio_prev,
.protfolio_next {
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  margin: 10px auto; }
  .protfolio_prev a,
  .protfolio_next a {
    color: #6384c3 !important;
    text-decoration: none; }
    .protfolio_prev a:visited,
    .protfolio_next a:visited {
      color: #6384c3 !important; }
    .protfolio_prev a:hover, .protfolio_prev a:focus, .protfolio_prev a:active,
    .protfolio_next a:hover,
    .protfolio_next a:focus,
    .protfolio_next a:active {
      color: color__link-hover; }

.cat-links a,
.tags-links a,
.entry-content a {
  text-decoration: none;
  color: #6384c3 !important;
  text-decoration: none; }
  .cat-links a:visited,
  .tags-links a:visited,
  .entry-content a:visited {
    color: #6384c3 !important; }
  .cat-links a:hover, .cat-links a:focus, .cat-links a:active,
  .tags-links a:hover,
  .tags-links a:focus,
  .tags-links a:active,
  .entry-content a:hover,
  .entry-content a:focus,
  .entry-content a:active {
    color: color__link-hover; }

.fd-cu-contact-col {
  max-width: 300px;
  margin: 25px auto; }
.fd-cu-text-col {
  max-width: 500px;
  margin: 25px auto; }
.fd-cu-image-col {
  max-width: 400px;
  margin: 25px auto; }

.fd-sec-graphic {
  display: flex;
  justify-content: center;
  margin: 0 auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fd-sec-graphic {
      display: none; } }
.fd-sec-pci-img {
  min-width: 300px;
  width: 400px;
  height: auto; }
  @media (min-width: 576px) {
    .fd-sec-pci-img {
      margin-bottom: 50px; } }
.fd-sec-pci-p {
  max-width: 550px; }
.fd-sec-a {
  color: #6384c3 !important;
  text-decoration: none; }
  .fd-sec-a:visited {
    color: #6384c3 !important; }
  .fd-sec-a:hover, .fd-sec-a:focus, .fd-sec-a:active {
    color: color__link-hover; }

.fd-car li {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: black; }
.fd-car-a {
  color: blue; }
  .fd-car-a :visited {
    color: #1c2375; }
  .fd-car-a :hover,
  .fd-car-a :focus,
  .fd-car-a :active {
    color: black; }

.fd-give-button-right {
  margin-right: 87px; }
.fd-give-cta-col {
  margin: 0 auto;
  max-width: 500px;
  min-width: 300px;
  padding: 25px;
  align-items: center; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fd-give-cta-col {
      margin: 0;
      width: 500px; } }
  .fd-give-cta-col ul {
    list-style: none; }
.fd-give-input {
  font-family: Lato, sans-serif; }
.fd-give-button-input {
  font-family: Lato, sans-serif;
  background: transparent;
  border: none; }
.fd-give li {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: black; }
.fd-give-a {
  color: blue !important; }
  .fd-give-a :visited {
    color: #1c2375 !important; }
  .fd-give-a :hover,
  .fd-give-a :focus,
  .fd-give-a :active {
    color: black !important; }
.fd-give-form-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px; }
.fd-give-signin-col1 {
  max-width: 600px;
  margin: 0 25px; }
.fd-give-signin-col2 {
  max-width: 600px;
  margin: 0 25px; }
.fd-give-info {
  max-width: 600px;
  margin: 0 20px; }
.fd-give-phone {
  max-width: 200px;
  margin: 0 20px; }
.fd-give-apps {
  width: 240px;
  margin: 0 20px; }
.fd-give-input-text {
  margin: 5px 10px;
  max-width: 400px;
  min-width: 300px; }
.fd-give-input-orange {
  border-radius: 4px;
  height: 44px;
  max-width: 300px;
  padding: 0% 24px 0% 24px;
  margin: 5px 10px;
  text-decoration: none;
  font-family: Catamaran, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  flex: none;
  order: 0;
  align-self: center;
  justify-content: center;
  background: #ff991f;
  border: none;
  color: white; }
  .fd-give-input-orange:hover {
    background: #bb6903; }
  .fd-give-input-orange:active, .fd-give-input-orange:focus {
    color: rgba(28, 35, 117, 0.66); }
.fd-give-input-purple {
  border-radius: 4px;
  height: 44px;
  max-width: 300px;
  padding: 0% 24px 0% 24px;
  margin: 5px 10px;
  text-decoration: none;
  font-family: Catamaran, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  flex: none;
  order: 0;
  align-self: center;
  justify-content: center;
  background: rgba(28, 35, 117, 0.66);
  border: 2px solid #ffffff;
  color: white; }
  .fd-give-input-purple:hover {
    background: rgba(91, 102, 223, 0.66); }
  .fd-give-input-purple:active, .fd-give-input-purple:focus {
    color: #ff991f; }

.fd-sign-indiv {
  max-width: 500px;
  margin: 0% 25px; }
.fd-sign-sign {
  max-width: 500px;
  margin: 0% 25px; }

.PopUp {
  display: none;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .PopUp .container {
    width: 100%;
    max-width: 1240px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto; }
  .PopUp__close {
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjMuOTU0IDIxLjAzbC05LjE4NC05LjA5NSA5LjA5Mi05LjE3NC0yLjgzMi0yLjgwNy05LjA5IDkuMTc5LTkuMTc2LTkuMDg4LTIuODEgMi44MSA5LjE4NiA5LjEwNS05LjA5NSA5LjE4NCAyLjgxIDIuODEgOS4xMTItOS4xOTIgOS4xOCA5LjF6IiBmaWxsPSIjRkZGRkZGIi8+PC9zdmc+");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 100; }
  .PopUp__columns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 60px 0 0;
    margin: -60px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .PopUp__column {
    flex: 0 1 460px;
    padding: 0 0 60px 60px; }
  .PopUp__content {
    font-family: "Lato", sans-serif;
    text-align: center; }
    .PopUp__content h2 {
      display: inline-block;
      color: #fff;
      font-size: 30px;
      line-height: 32px;
      border-bottom: 1px solid #fff;
      padding: 0 0 4px;
      margin: 0; }
    .PopUp__content p {
      color: #fff;
      font-size: 18px;
      line-height: 24px;
      margin: 0; }
    .PopUp__content a {
      color: #fff;
      text-decoration: underline; }
  .PopUp__form {
    margin: 30px 0; }
    .PopUp__form input {
      display: block;
      border: 0;
      border-radius: 4px;
      padding: 8px 12px;
      margin: 0 auto 16px;
      -webkit-appearance: none;
      -moz-appearance: none; }
    .PopUp__form input[type="submit"] {
      background: #ff991f;
      color: #fff;
      border: 0;
      border-radius: 4px;
      padding: 12px 24px; }

/* Cookie Notice */
body.active-cookie-notice #cookie-notice {
  opacity: 1;
  transform: translateY(0); }

#cookie-notice {
  opacity: 0;
  z-index: 999999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1em 0;
  color: #fff;
  background: #6384c3;
  transform: translateY(100%);
  transition: opacity 0.35s ease-in-out, transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1); }

#cookie-notice .flex-wrap2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 1em 1em 0 0;
  margin: -1em 2em; }

#cookie-notice .flex-wrap2 > * {
  flex: 1 1 auto;
  margin: 0 0 1em 1em; }

#cookie-notice .msg {
  -webkit-flex-basis: 15rem;
  flex-basis: 15rem; }

#cookie-notice .msg p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0; }

#cookie-notice .cta {
  flex-grow: 0; }

#cookie-notice .cta a {
  text-align: center;
  padding: 0.5em 0.75em;
  border: none;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 0.75em;
  background-color: tranparent;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out; }

#cookie-notice a:focus,
#cookie-notice a:hover {
  color: #607d8b;
  border-color: #fff;
  background-color: #fff; }

.PricingCalculator {
  background: #f3f4fb;
  padding: 60px 30px; }
  .PricingCalculator .container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .PricingCalculator__heading {
    text-align: center;
    max-width: 700px;
    margin: 0; }
    .PricingCalculator__heading h2 {
      font-size: 40px;
      font-weight: 700;
      margin: 0 0 0.5em; }
  .PricingCalculator__disclaimer {
    text-align: center;
    max-width: 700px;
    margin: 0;
    margin-top: 60px; }
  .PricingCalculator__items {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
    width: 100%;
    max-width: 600px; }
  .PricingCalculator__single {
    width: 100%;
    margin: 0 0 25px;
    padding: 40px 23px 40px;
    box-shadow: 0px 4px 33px rgba(92, 206, 248, 0.28);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; }
    .PricingCalculator__single:last-child {
      margin-bottom: 0; }
    .PricingCalculator__single-title {
      text-transform: uppercase;
      margin: 0;
      margin-bottom: 21px; }
    .PricingCalculator__single-heading {
      font-size: 3em;
      text-align: center;
      margin: 0;
      margin-bottom: 31px; }
    .PricingCalculator__single-subheading {
      font-size: 30px;
      font-weight: 600;
      margin: 20px 0; }
      .PricingCalculator__single-subheading-2 {
        font-size: 16px;
        font-weight: 600; }
    .PricingCalculator__single-content {
      margin: 0;
      margin-bottom: 34px; }
    .PricingCalculator__single-link {
      margin: 0 !important; }
  .PricingCalculator__records input {
    background: transparent;
    max-width: 100px;
    color: #000;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    border-width: 2px;
    border-color: #eceff1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 0 !important;
    margin: 0 10px; }
    .PricingCalculator__records input:focus {
      border-color: #000; }
    .PricingCalculator__records input::selection {
      background: #000; }
  .PricingCalculator__records-container {
    display: inline-block; }
    .PricingCalculator__records-container.beyond {
      position: relative; }
      .PricingCalculator__records-container.beyond:after {
        content: '+';
        font-size: 1.5em;
        position: absolute;
        top: 0.25em;
        right: 0.35em; }
  .PricingCalculator__range {
    width: 100%;
    max-width: 300px;
    margin: 15px 0; }
    .PricingCalculator__range input {
      border: 0; }
  .PricingCalculator [type='range'] {
    -webkit-appearance: none;
    background: transparent;
    margin: 15px 0;
    width: 100%; }
    .PricingCalculator [type='range']::-moz-focus-outer {
      border: 0; }
    .PricingCalculator [type='range']:focus {
      outline: 0; }
      .PricingCalculator [type='range']:focus::-webkit-slider-runnable-track {
        background: #fbfbfc; }
      .PricingCalculator [type='range']:focus::-ms-fill-lower {
        background: #eceff1; }
      .PricingCalculator [type='range']:focus::-ms-fill-upper {
        background: #fbfbfc; }
    .PricingCalculator [type='range']::-webkit-slider-runnable-track {
      cursor: default;
      height: 4px;
      transition: all .2s ease;
      width: 100%;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
      background: #eceff1;
      border: 1px solid #eceff1;
      border-radius: 5px; }
    .PricingCalculator [type='range']::-webkit-slider-thumb {
      box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
      background: #fff;
      border: 0px solid #eceff1;
      border-radius: 15px;
      box-sizing: border-box;
      cursor: grab;
      height: 30px;
      width: 30px;
      -webkit-appearance: none;
      margin-top: -14px; }
      .PricingCalculator [type='range']::-webkit-slider-thumb:active {
        cursor: grabbing; }
    .PricingCalculator [type='range']::-moz-range-track {
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
      cursor: default;
      height: 4px;
      transition: all .2s ease;
      width: 100%;
      background: #eceff1;
      border: 1px solid #eceff1;
      border-radius: 5px;
      height: 2px; }
    .PricingCalculator [type='range']::-moz-range-thumb {
      box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
      background: #fff;
      border: 0px solid #eceff1;
      border-radius: 15px;
      box-sizing: border-box;
      cursor: grab;
      height: 30px;
      width: 30px; }
      .PricingCalculator [type='range']::-moz-range-thumb:active {
        cursor: grabbing; }
    .PricingCalculator [type='range']::-ms-track {
      cursor: default;
      height: 4px;
      transition: all .2s ease;
      width: 100%;
      background: transparent;
      border-color: transparent;
      border-width: 15px 0;
      color: transparent; }
    .PricingCalculator [type='range']::-ms-fill-lower {
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
      background: #dde3e6;
      border: 1px solid #eceff1;
      border-radius: 10px; }
    .PricingCalculator [type='range']::-ms-fill-upper {
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
      background: #eceff1;
      border: 1px solid #eceff1;
      border-radius: 10px; }
    .PricingCalculator [type='range']::-ms-thumb {
      box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
      background: #fff;
      border: 0px solid #eceff1;
      border-radius: 15px;
      box-sizing: border-box;
      cursor: grab;
      height: 30px;
      width: 30px;
      margin-top: 1px; }
      .PricingCalculator [type='range']::-ms-thumb:active {
        cursor: grabbing; }
    .PricingCalculator [type='range']:disabled::-webkit-slider-thumb, .PricingCalculator [type='range']:disabled::-moz-range-thumb, .PricingCalculator [type='range']:disabled::-ms-thumb, .PricingCalculator [type='range']:disabled::-webkit-slider-runnable-track, .PricingCalculator [type='range']:disabled::-ms-fill-lower, .PricingCalculator [type='range']:disabled::-ms-fill-upper {
      cursor: not-allowed; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fd-features-generic-cards {
    height: auto; } }
@media (min-width: 1172px) {
  .fd-features-generic-cards {
    height: 1900px; } }
.fd-features-church-image {
  width: 300px;
  height: auto;
  position: relative;
  bottom: 130px; }
  @media (max-width: 1316px) {
    .fd-features-church-image {
      left: 800px;
      z-index: inherit; } }
  @media (min-width: 1316px) {
    .fd-features-church-image {
      left: 931px;
      z-index: 100; } }
  @media (max-width: 1172px) {
    .fd-features-church-image {
      display: none !important; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fd-features-church-image {
      display: none; } }
.fd-features-custom {
  background-image: url("../png/bg-features.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.fd-features-cards {
  justify-content: center; }
.fd-features-card {
  background: #ffffff;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  max-width: 350px;
  min-width: 300px;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  margin: 25px 13px 25px 13px;
  z-index: 1; }
  .fd-features-card h3 {
    font-weight: 900;
    font-size: 31px;
    line-height: 35px;
    color: #1c2375; }
.fd-features-complete-title {
  font-style: normal;
  font-weight: 900;
  font-size: 31px;
  line-height: 35px;
  color: #6384c3; }
.fd-features-complete-left {
  max-width: 500px;
  min-width: 300px; }
  @media (min-width: 1200px) {
    .fd-features-complete-left {
      margin-right: 25px; } }
.fd-features-complete-right {
  max-width: 500px;
  min-width: 300px; }
  @media (min-width: 1200px) {
    .fd-features-complete-right {
      margin-left: 25px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fd-features-complete-img {
    height: 300px;
    width: auto; } }

.learn-how-image img {
  height: 300px;
  width: auto;
  margin: 50px auto 50px auto; }

.vincent-apprecaite-textarea {
  margin: 50px 13px 50px 50px;
  max-width: 400px; }

.banner-background-july2020 {
  background-image: url(../png/july2020bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -152px; }

.vincent-header-form {
  padding: 50px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  min-height: 300px;
  max-height: 400px;
  max-width: 400px;
  min-width: 300px; }
  @media (max-width: 1115px) {
    .vincent-header-form {
      margin: 25px auto 25px auto; } }
  @media (min-width: 1115px) {
    .vincent-header-form {
      margin: 150px auto 50px auto; } }

.july2020-banner-title {
  font-weight: 900 !important;
  font-size: 36px !important;
  line-height: 48px !important; }

.july2020-banner-left {
  max-width: 640px;
  min-width: 300px;
  margin-top: 100px; }

.fd-lead-form {
  font-family: Lato, sans-serif;
  background-color: #fff;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 25px;
  color: #1c2375;
  width: 800px; }
.fd-lead-inputs {
  width: 100%;
  border-radius: 3px; }

.olor-banner-background {
  background-image: url("../png/bg-ourlady.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -152px; }
.olor-banner-row {
  margin-top: 100px; }
.olor-banner-right {
  margin-left: 50px; }
  @media (min-width: 992px) {
    .olor-banner-right {
      margin-top: 75px; } }
.olor-banner-left {
  max-width: 600px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .olor-banner-left {
      width: 600px; } }
.olor-banner-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 48px;
  color: #FFFFFF; }
.olor-image {
  width: 516px;
  height: auto; }
  @media (min-width: 1250px) {
    .olor-image {
      margin-right: 100px; } }
.olor-h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 47px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1C2375; }

.fp-focused-card h4 {
  font-weight: 900;
  font-size: 24px;
  line-height: 21px;
  color: #1c2375; }

.page-template-lp-tipping-point-ebook {
  font-family: Catamaran !important;
  /* top */
  /* whats */
  /* leader */
  /* inspiring */
  /* faq */
  /* end */ }
  .page-template-lp-tipping-point-ebook .large-orange-button {
    background: #ff991f;
    border: none;
    color: white;
    border-radius: 4px;
    min-height: 44px;
    min-width: 142px;
    max-width: 450px;
    padding: 15px 24px 15px 24px;
    line-height: 37px;
    font-size: 32px;
    margin: 5px 20px;
    text-decoration: none;
    font-family: Catamaran, sans-serif;
    font-style: normal;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
    flex: none;
    order: 0;
    align-self: center;
    justify-content: center;
    position: relative;
    z-index: 1; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .page-template-lp-tipping-point-ebook .large-orange-button {
        position: relative; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .page-template-lp-tipping-point-ebook .large-orange-button {
        padding: 15px 24px 15px 24px; } }
    .page-template-lp-tipping-point-ebook .large-orange-button:hover {
      background: #5579b8;
      color: white !important; }
    .page-template-lp-tipping-point-ebook .large-orange-button:active, .page-template-lp-tipping-point-ebook .large-orange-button:focus {
      color: rgba(28, 35, 117, 0.66) !important; }
    .page-template-lp-tipping-point-ebook .large-orange-button a {
      color: white; }
  .page-template-lp-tipping-point-ebook html {
    background-color: #1C2474;
    font-family: 'Catamaran' !important;
    font-family: Catamaran !important; }
  .page-template-lp-tipping-point-ebook body,
  .page-template-lp-tipping-point-ebook button,
  .page-template-lp-tipping-point-ebook input,
  .page-template-lp-tipping-point-ebook select,
  .page-template-lp-tipping-point-ebook optgroup,
  .page-template-lp-tipping-point-ebook textarea {
    font-family: 'Catamaran', sans-serif; }
  .page-template-lp-tipping-point-ebook .main-navigation,
  .page-template-lp-tipping-point-ebook .fd-mobile-nav {
    visibility: hidden;
    /* display: none; */ }
  .page-template-lp-tipping-point-ebook .site-footer {
    display: none; }
  .page-template-lp-tipping-point-ebook h2, .page-template-lp-tipping-point-ebook h3, .page-template-lp-tipping-point-ebook h4, .page-template-lp-tipping-point-ebook h5, .page-template-lp-tipping-point-ebook h6 {
    font-weight: bold;
    font-family: 'Catamaran', sans-serif; }
  .page-template-lp-tipping-point-ebook h2,
  .page-template-lp-tipping-point-ebook h3,
  .page-template-lp-tipping-point-ebook h5, .page-template-lp-tipping-point-ebook h6 {
    font-size: 40px;
    line-height: 66px; }
  .page-template-lp-tipping-point-ebook h3, .page-template-lp-tipping-point-ebook h4, .page-template-lp-tipping-point-ebook h6 {
    color: #1C2474; }
  .page-template-lp-tipping-point-ebook h2 {
    color: #fff; }
    @media (max-width: 576px) {
      .page-template-lp-tipping-point-ebook h2 {
        font-size: 30px;
        line-height: 48px; } }
  .page-template-lp-tipping-point-ebook h5 {
    color: #fff;
    margin: 50px auto 15px auto; }
  .page-template-lp-tipping-point-ebook h3 {
    margin-top: 200px;
    margin-bottom: 5px; }
  .page-template-lp-tipping-point-ebook h4 {
    font-size: 36px;
    line-height: 58px;
    margin-top: 100px;
    background-color: #f3f4fab0;
    padding: 25px;
    border-radius: 10px; }
  @media (max-width: 576px) {
    .page-template-lp-tipping-point-ebook h2,
    .page-template-lp-tipping-point-ebook h3,
    .page-template-lp-tipping-point-ebook h5,
    .page-template-lp-tipping-point-ebook h6 {
      font-size: 36px;
      line-height: 48px; }
    .page-template-lp-tipping-point-ebook h4 {
      font-size: 34px;
      line-height: 48px; } }
  @media (max-width: 365px) {
    .page-template-lp-tipping-point-ebook h2 {
      max-width: 88%; } }
  .page-template-lp-tipping-point-ebook h3 img {
    left: 50px;
    position: relative;
    bottom: 39px; }
  .page-template-lp-tipping-point-ebook h4 img {
    right: 50px;
    position: relative;
    bottom: 39px; }
  .page-template-lp-tipping-point-ebook h6 img {
    position: relative;
    bottom: 39px; }
  .page-template-lp-tipping-point-ebook .top-section h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 66px;
    color: #FFFFFF;
    font-family: 'Catamaran', sans-serif; }
  .page-template-lp-tipping-point-ebook .top-section h1 span {
    font-weight: bold;
    font-size: 45px;
    line-height: 58px;
    font-family: 'Catamaran', sans-serif; }
  @media (max-width: 576px) {
    .page-template-lp-tipping-point-ebook .top-section h1 {
      font-size: 36px;
      line-height: 48px; }
    .page-template-lp-tipping-point-ebook .top-section h1 span {
      font-size: 40px;
      line-height: 48px; } }
  .page-template-lp-tipping-point-ebook .top-section p {
    font-size: 24px;
    font-family: 'Catamaran', sans-serif; }
  .page-template-lp-tipping-point-ebook .top-section .logo {
    display: flex;
    margin: 50px auto; }
  .page-template-lp-tipping-point-ebook .top-section .banner-left {
    width: 475px;
    max-width: 90%; }
  .page-template-lp-tipping-point-ebook .top-section .banner-background {
    background-image: url(../png/bg-stainedglass.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -152px; }
  .page-template-lp-tipping-point-ebook .top-section .form-container {
    width: 500px;
    max-width: 90%;
    margin: 0 auto -50px auto;
    font-family: 'Catamaran', sans-serif; }
  @media (max-width: 768px) {
    .page-template-lp-tipping-point-ebook .top-section .form-container {
      margin-bottom: 50px; } }
  .page-template-lp-tipping-point-ebook .whats-section {
    background-color: #E5E5E5;
    color: #3E358B;
    font-family: 'Catamaran', sans-serif; }
    .page-template-lp-tipping-point-ebook .whats-section .whats-right {
      padding-bottom: 20px; }
    .page-template-lp-tipping-point-ebook .whats-section .whats-left img {
      width: 475px;
      max-width: 90%;
      top: 49px;
      position: relative; }
    .page-template-lp-tipping-point-ebook .whats-section .whats-title {
      font-family: 'Catamaran', sans-serif; }
    .page-template-lp-tipping-point-ebook .whats-section p {
      font-size: 24px;
      font-weight: bold;
      font-family: 'Catamaran', sans-serif; }
    @media (min-width: 576px) {
      .page-template-lp-tipping-point-ebook .whats-section p {
        margin-left: -20px; } }
  .page-template-lp-tipping-point-ebook .leader-section {
    background-color: #FF991F;
    color: white;
    min-height: 250px;
    font-family: 'Catamaran', sans-serif; }
    .page-template-lp-tipping-point-ebook .leader-section p {
      padding: 105px 10px 10px 10px;
      margin-top: -25px;
      font-weight: 500;
      font-size: 32px;
      line-height: 50px;
      display: flex;
      align-items: center;
      text-align: center;
      font-feature-settings: "kern" off;
      color: #FFFFFF;
      font-family: 'Catamaran', sans-serif; }
  .page-template-lp-tipping-point-ebook .inspiring-section {
    background-color: #F3F4FA;
    color: #3E358B;
    background-image: url(../png/tpe_white-church.png);
    background-repeat: no-repeat;
    background-position: 41% 100%;
    background-size: 173px;
    min-height: 400px;
    font-family: 'Catamaran', sans-serif; }
    @media only screen and (min-width: 320px) and (max-width: 576px) {
      .page-template-lp-tipping-point-ebook .inspiring-section {
        background-position: 41% 100%; } }
    .page-template-lp-tipping-point-ebook .inspiring-section p {
      background-color: #f3f4fad4;
      border-radius: 10px;
      font-weight: normal;
      font-size: 25px;
      line-height: 33px;
      color: #0A007C;
      font-family: 'Catamaran', sans-serif; }
    .page-template-lp-tipping-point-ebook .inspiring-section p:first-child {
      margin-top: 100px;
      padding: 25px 25px 5px 25px; }
    .page-template-lp-tipping-point-ebook .inspiring-section p:last-child {
      padding: 5px 25px 25px 25px; }
  .page-template-lp-tipping-point-ebook .faq-section {
    background-color: #1C2474;
    color: white;
    background-image: url(../png/churchwhite-bluetrim-2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 400px;
    font-family: 'Catamaran', sans-serif; }
    .page-template-lp-tipping-point-ebook .faq-section .TPE_faq-container {
      background-color: #1c247499;
      padding: 25px;
      border-radius: 10px;
      font-family: 'Catamaran', sans-serif; }
    .page-template-lp-tipping-point-ebook .faq-section .TPE_faq-title {
      border-top: 3px solid #e5e5e5;
      font-weight: 600;
      font-size: 30px;
      line-height: 49px;
      color: #FFFFFF;
      padding-top: 40px;
      font-family: 'Catamaran', sans-serif; }
    .page-template-lp-tipping-point-ebook .faq-section .TPE_faq-title:first-child {
      border: 0;
      padding-top: 0px; }
    .page-template-lp-tipping-point-ebook .faq-section .TPE_faq-text {
      font-weight: 400;
      font-size: 25px;
      line-height: 41px;
      color: #FFFFFF;
      margin-bottom: 15px;
      font-family: 'Catamaran', sans-serif; }
    .page-template-lp-tipping-point-ebook .faq-section .TPE_faq-text:last-child {
      margin-bottom: 50px; }
  .page-template-lp-tipping-point-ebook .end-section {
    background-color: #F3F4FA;
    color: #3E358B;
    min-height: 150px;
    font-family: 'Catamaran', sans-serif; }
    .page-template-lp-tipping-point-ebook .end-section .end-title {
      width: 110%;
      max-width: 90vw;
      font-family: 'Catamaran', sans-serif; }

.v-faq {
  background-color: transparent;
  /*   border: 1px solid #9fa4a8; */
  border-radius: 10px;
  margin: 20px 0;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.3 ease; }

.v-faq.active {
  /*   background-color: #fff; */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1); }

.v-faq-title {
  margin: 0 35px 0 0;
  color: #fff !important; }

.v-faq-text {
  display: none;
  margin: 30px 0 0;
  color: #fff !important; }

.v-faq.active .v-faq-text {
  display: block; }

.v-faq-toggle {
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px; }

.v-faq-toggle:focus {
  outline: 0; }

.v-faq-toggle .fa-times {
  display: none; }

.v-faq.active .v-faq-toggle .fa-times {
  color: #fff;
  display: block; }

.v-faq.active .v-faq-toggle .fa-chevron-down {
  display: none; }

.v-faq.active .v-faq-toggle {
  background-color: #9fa4a8; }

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
::after,
::before {
  box-sizing: inherit; }

.fd-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .fd-container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .fd-container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .fd-container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .fd-container {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .fd-container {
    max-width: 1320px; } }
.fd-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

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

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

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

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

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

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

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

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

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

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

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

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

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

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

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

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

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

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

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

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

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

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

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

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

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

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

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

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

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

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

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

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

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

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

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

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

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

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

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

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

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

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

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

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

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (max-width: 576px) {
  .max-d-sm-none {
    display: none !important; } }
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

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

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (max-width: 768px) {
  .max-d-md-none {
    display: none !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

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

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (max-width: 992px) {
  .max-d-lg-none {
    display: none !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

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

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (max-width: 1200px) {
  .max-d-xl-none {
    display: none !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

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

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

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

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

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

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

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

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

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

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

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

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

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

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

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

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

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

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
.page-template-lp-join-faith-direct .main-navigation,
.page-template-lp-join-faith-direct .fd-mobile-nav {
  visibility: hidden; }
.page-template-lp-join-faith-direct .site-footer {
  display: none; }
.page-template-lp-join-faith-direct h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.4em;
  color: #FFFFFF;
  margin: 50px auto 35px auto; }
.page-template-lp-join-faith-direct h2, .page-template-lp-join-faith-direct h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.5em;
  text-align: center;
  color: #1C2474; }
.page-template-lp-join-faith-direct h4 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.4em;
  text-align: center;
  color: #1C2474; }
.page-template-lp-join-faith-direct h5, .page-template-lp-join-faith-direct h6 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.4em;
  text-align: center;
  color: #FFFFFF; }
.page-template-lp-join-faith-direct h6 {
  margin: 0 auto; }
.page-template-lp-join-faith-direct h2 img,
.page-template-lp-join-faith-direct h3 img,
.page-template-lp-join-faith-direct h4 img,
.page-template-lp-join-faith-direct h5 img,
.page-template-lp-join-faith-direct h6 img {
  position: relative;
  bottom: 39px; }
@media (max-width: 768px) {
  .page-template-lp-join-faith-direct h2 img,
  .page-template-lp-join-faith-direct h3 img,
  .page-template-lp-join-faith-direct h4 img,
  .page-template-lp-join-faith-direct h5 img,
  .page-template-lp-join-faith-direct h6 img {
    display: none; }
  .page-template-lp-join-faith-direct h1 {
    font-size: 36px;
    line-height: 45px; }
  .page-template-lp-join-faith-direct h2,
  .page-template-lp-join-faith-direct h3 {
    font-size: 32px;
    line-height: 42px; }
  .page-template-lp-join-faith-direct h4 {
    font-size: 32px;
    line-height: 48px; }
  .page-template-lp-join-faith-direct h5,
  .page-template-lp-join-faith-direct h6 {
    font-size: 32px;
    line-height: 42px; } }
@media (max-width: 998px) {
  .page-template-lp-join-faith-direct .zero20 {
    margin: 0 20px; } }
.page-template-lp-join-faith-direct .form-container {
  width: 500px;
  max-width: 90%;
  margin: 0 auto; }
.page-template-lp-join-faith-direct .first-section {
  background-image: url(../png/bg-stainedglass.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -152px;
  padding: 50px 5px; }
  .page-template-lp-join-faith-direct .first-section .logo img {
    width: 400px;
    max-width: 90%; }
  .page-template-lp-join-faith-direct .first-section .subtitle-p {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4em;
    color: #F3F4FB;
    margin-bottom: 1em; }
  .page-template-lp-join-faith-direct .first-section p {
    font-weight: 600;
    font-size: 26px;
    color: #F3F4FB; }
  .page-template-lp-join-faith-direct .first-section .checkmark img {
    max-width: 35px !important; }
  @media (max-width: 576px) {
    .page-template-lp-join-faith-direct .first-section .subtitle-p {
      font-size: 24px;
      line-height: 36px; }
    .page-template-lp-join-faith-direct .first-section p {
      font-size: 20px;
      line-height: 1.2em; } }
.page-template-lp-join-faith-direct .second-section {
  padding: 50px 5px; }
  .page-template-lp-join-faith-direct .second-section .basilica-image img {
    height: auto !important;
    width: 200px !important; }
  .page-template-lp-join-faith-direct .second-section p {
    font-weight: bold;
    font-size: 33px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 1px;
    color: #1C2474; }
  @media (max-width: 576px) {
    .page-template-lp-join-faith-direct .second-section p {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .page-template-lp-join-faith-direct .second-section .p2 {
      margin-top: 97px; }
    .page-template-lp-join-faith-direct .second-section .p3 {
      margin-top: 75px; }
    .page-template-lp-join-faith-direct .second-section .p4 {
      margin-top: 57px; } }
.page-template-lp-join-faith-direct .third-section {
  padding: 50px 5px; }
  .page-template-lp-join-faith-direct .third-section p {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #1C2474; }
  @media (max-width: 768px) {
    .page-template-lp-join-faith-direct .third-section p {
      font-size: 20px; } }
  .page-template-lp-join-faith-direct .third-section .iconImage img {
    max-width: 80%;
    margin: 0 auto;
    display: flex; }
.page-template-lp-join-faith-direct .fourth-section {
  padding: 50px 5px; }
  .page-template-lp-join-faith-direct .fourth-section .image1 img {
    margin-top: 25px; }
  .page-template-lp-join-faith-direct .fourth-section .image2a img, .page-template-lp-join-faith-direct .fourth-section .image2b img, .page-template-lp-join-faith-direct .fourth-section .image3 img {
    margin-top: 50px; }
  @media (min-width: 1025px) {
    .page-template-lp-join-faith-direct .fourth-section .image2a {
      display: none !important; } }
  @media (max-width: 1024px) {
    .page-template-lp-join-faith-direct .fourth-section .image2b {
      display: none !important; } }
  .page-template-lp-join-faith-direct .fourth-section .sub-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.5em;
    text-align: center;
    color: #1C2474; }
  .page-template-lp-join-faith-direct .fourth-section-card-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5em;
    color: #1C2474;
    margin-bottom: 5px; }
  .page-template-lp-join-faith-direct .fourth-section-card-p {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.4em;
    color: #1C2474;
    margin-bottom: 25px; }
  .page-template-lp-join-faith-direct .fourth-section-card-p-sub {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3em;
    color: #6384C3;
    margin-bottom: 5px; }
  @media (max-width: 576px) {
    .page-template-lp-join-faith-direct .fourth-section .sub-title {
      font-size: 24px;
      line-height: 46px; }
    .page-template-lp-join-faith-direct .fourth-section-card-title {
      font-size: 26px;
      line-height: 55px; }
    .page-template-lp-join-faith-direct .fourth-section-card-p {
      font-weight: 600;
      font-size: 24px;
      line-height: 46px; }
    .page-template-lp-join-faith-direct .fourth-section-card-p-sub {
      font-weight: 600;
      font-size: 20px;
      line-height: 39px; } }
.page-template-lp-join-faith-direct .fith-section {
  padding: 50px 5px; }
  @media (min-width: 992px) {
    .page-template-lp-join-faith-direct .fith-section .info2 {
      margin-top: 95px; } }
  .page-template-lp-join-faith-direct .fith-section-card {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 5px 25px;
    min-height: 450px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .page-template-lp-join-faith-direct .fith-section-card {
        min-height: 598px; } }
    @media (max-width: 992px) {
      .page-template-lp-join-faith-direct .fith-section-card {
        margin-bottom: 50px;
        min-height: auto !important; } }
    @media (max-width: 1400px) {
      .page-template-lp-join-faith-direct .fith-section-card {
        min-height: 547px; } }
    .page-template-lp-join-faith-direct .fith-section-card-quote {
      font-weight: normal;
      font-size: 30px;
      line-height: 49px;
      color: #1C2474; }
    .page-template-lp-join-faith-direct .fith-section-card-info {
      font-size: 26px;
      line-height: 43px;
      text-align: center;
      color: #1C2474;
      font-weight: 600; }
  @media (max-width: 576px) {
    .page-template-lp-join-faith-direct .fith-section-card-quote {
      font-size: 24px;
      line-height: 39px; }
    .page-template-lp-join-faith-direct .fith-section-card-info {
      font-size: 20px;
      line-height: 33px; } }
.page-template-lp-join-faith-direct .sixth-section {
  padding: 50px 5px; }
  .page-template-lp-join-faith-direct .sixth-section .fd-faq-container {
    border-top: 3px solid #bdbdbd; }
    .page-template-lp-join-faith-direct .sixth-section .fd-faq-container:first-child {
      border: 0; }
  .page-template-lp-join-faith-direct .sixth-section .fd-faq-question {
    font-weight: 600;
    font-size: 30px;
    line-height: 49px;
    color: #FFFFFF; }
  .page-template-lp-join-faith-direct .sixth-section .fd-faq-answer {
    font-weight: 400;
    font-size: 25px;
    line-height: 41px;
    color: #FFFFFF;
    margin-bottom: 15px; }
  @media (max-width: 576px) {
    .page-template-lp-join-faith-direct .sixth-section .fd-faq-question {
      font-size: 24px;
      line-height: 46px; }
    .page-template-lp-join-faith-direct .sixth-section .fd-faq-answer {
      font-size: 20px;
      line-height: 36px; } }
.page-template-lp-join-faith-direct .seventh-section {
  padding: 50px 5px; }
  .page-template-lp-join-faith-direct .seventh-section-p {
    font-size: 52px;
    line-height: 61px;
    color: #FFFFFF; }
  @media (max-width: 576px) {
    .page-template-lp-join-faith-direct .seventh-section-p {
      font-size: 30px;
      line-height: 40px; } }

.pardot-form {
  font-family: Lato, sans-serif;
  background-color: #fff;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 25px;
  color: #1c2375; }
  .pardot-form .mb-pardot .Form button {
    border-radius: 4px;
    margin: 0;
    height: 44px;
    max-width: 300px;
    padding: 0px 24px 0px 24px;
    font-family: Catamaran, sans-serif;
    font-weight: bold;
    background: #ff991f !important; }

/*# sourceMappingURL=style.css.map */
