html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* a {
  position: relative; }

a {
  outline: none; }

a img {
  border: none; }

/* ==|== font families ======================================== */
/* ==|== colors ======================================== */
/* ==|== font sizes ======================================== */
/* ==|== breakpoints ======================================== */
/* ==|== mixins ======================================== */
html {
  font-size: 20px; }

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent; }
  html.js,
  body.js {
    padding-top: 0 !important; }

body {
  background: #fcc853;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1rem;
  line-height: 1.618em;
  font-weight: 300;
  color: #0c1824;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

::-moz-selection {
  background: #0c1824;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #0c1824;
  color: #fff;
  text-shadow: none; }

/* ==|== links ======================================== */
a {
  text-decoration: none;
  color: #fcc853;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-tap-highlight-color: transparent; }
  a:hover {
    text-decoration: underline;
    color: #fcc03a; }
  a:focus {
    outline: none; }

/* ==|== typography ======================================== */
.font-primary {
  font-family: "aktiv-grotesk", sans-serif; }

.font-primary {
  font-family: "aktiv-grotesk", sans-serif; }

h1, .entry-content h1,
h2, .entry-content h2,
h3, .entry-content h3,
h4, .entry-content h4,
h5, .entry-content h5,
h6, .entry-content h6 {
  font-family: "aktiv-grotesk", sans-serif;
  line-height: 1.6em;
  color: #0c1824;
  margin: 0 0 .5em; }

h1,
.entry-content h1,
h1.entry-title,
.ast-single-post .entry-title,
.fl-builder-content .fl-module-heading h1.fl-heading,
h1.fl-heading {
  font-size: 2.824rem; }

h2,
.entry-content h2 {
  font-size: 2.618rem; }

h3,
.entry-content h3 {
  font-size: 2.036rem; }

h4,
.entry-content h4 {
  font-size: 1.618rem; }

h5,
.entry-content h5 {
  font-size: 1.258rem; }

h6,
.entry-content h6 {
  font-size: 1rem; }

p,
.entry-content p {
  font-size: 1rem;
  line-height: 1.618em;
  margin-bottom: 1.618em; }
  p.kicker,
  .entry-content p.kicker {
    font-size: 1.618rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 1em; }
  p.big,
  .entry-content p.big {
    font-size: 2.618rem; }
  p.white,
  .entry-content p.white {
    color: #fff; }

em, .em {
  font-style: italic; }

strong, b, .bold {
  font-weight: 700; }

ol {
  list-style-type: decimal;
  margin-bottom: 1.618em;
  margin-left: 2.5rem;
  font-size: 1rem; }
  ol li {
    margin-bottom: 0; }

ul {
  list-style: disc outside none;
  margin-bottom: 1.618em;
  margin-left: 2.5rem;
  font-size: 1rem; }
  ul li {
    margin-bottom: 0; }

hr {
  height: 2px;
  border-bottom: 2px solid #e5e5e5;
  width: 72px;
  margin: 2rem auto; }
  hr.features {
    margin: 2rem 0;
    width: 20px;
    border-bottom: 4px solid #fff; }

blockquote p, .entry-content blockquote p {
    color: #0c1824;
    font-size: 1.2rem;
    line-height: 1.4em;
	margin-left: 25px;
	font-style: italic;
    /* margin-bottom: 1.618em; */
    /* border-top: 1px solid #f6f9fc; */
    /* border-bottom: 1px solid grey; */
    /* text-align: center; */
    /* padding: 1em 0; */
}

cite {
  display: block;
  margin-bottom: 1.618em; }

/* ==|== buttons ======================================== */
.button,
.fl-button {
  display: inline-block;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  background: #fcc853;
  color: #fff;
  text-decoration: none !important;
  padding: 15px 35px;
  line-height: 1em;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .button:hover,
  .fl-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px 0 rgba(0, 0, 0, 0.3);
    opacity: 1; }
  .button.pill,
  .fl-button.pill {
    border-radius: 100px; }
  .button.outlined,
  .fl-button.outlined {
    position: relative;
    background: transparent;
    color: #fcc853;
    border: 1px solid #fcc853; }
    .button.outlined:hover,
    .fl-button.outlined:hover {
      background: #fcc853;
      color: #fff; }

/* ==|== layout ======================================== */
.section {
  padding: 0; }
  @media (min-width: 768px) {
    .section {
      padding: 60px 80px; } }

/* ==|== header ======================================== */
header.fl-builder-content .main-header .logo img {
  width: 100%;
  max-width: 60px; }

header.fl-builder-content .main-header .menu {
  text-align: right; }
  header.fl-builder-content .main-header .menu li {
    margin-bottom: 0;
    border: none;
    display: inline-block; }
    header.fl-builder-content .main-header .menu li:hover {
      background: transparent;
      border: none;
      transform: none;
      box-shadow: none; }
    header.fl-builder-content .main-header .menu li a {
      font-size: 0.778rem;
      font-weight: 700;
      color: #0c1824;
      padding: 15px 25px;
      line-height: 1.618em; }
      header.fl-builder-content .main-header .menu li a:hover {
        color: rgba(12, 24, 36, 0.9);
        text-decoration: underline;
        background: transparent; }
    header.fl-builder-content .main-header .menu li.button a {
      font-size: 0.778rem;
      display: block;
      text-decoration: none !important;
      padding: 15px 25px;
      line-height: 1em;
      position: relative;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      header.fl-builder-content .main-header .menu li.button a:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 32px 0 rgba(0, 0, 0, 0.3);
        opacity: 1; }
    header.fl-builder-content .main-header .menu li.button.outlined a {
      position: relative;
      background: transparent;
      color: #0c1824;
      border: 4px solid #0c1824;
      border-radius: 5px; }
      header.fl-builder-content .main-header .menu li.button.outlined a:hover {
        background: #0c1824;
        color: #fff; }

/* ==|== footer ======================================== */
footer.fl-builder-content .fl-module-content p {
  font-size: 0.778rem;
  text-align: left; }
  @media (min-width: 768px) {
    footer.fl-builder-content .fl-module-content p {
      text-align: right; } }

footer.fl-builder-content .fl-module-content ul {
  list-style: none;
  margin: 0; }
  footer.fl-builder-content .fl-module-content ul li {
    font-size: 0.667rem; }

footer.fl-builder-content .fl-module-content a {
  color: #0c1824;
  font-weight: 400; }
  footer.fl-builder-content .fl-module-content a:hover {
    text-decoration: underline;
    opacity: .8; }

footer.fl-builder-content .fl-module-content h6.fl-heading {
  text-transform: uppercase;
  font-weight: 700; }

footer.fl-builder-content .copyright {
  font-weight: 400; }
footer.fl-builder-content .copyright .fl-module-content p {
  font-size: 14px; }

/* ==|== global styles ======================================== */
.fl-builder-content .newsletter-wrap .fl-module-content h3, .fl-builder-content .newsletter-wrap .fl-module-content p {
  color: #fff; }

.fl-builder-content .newsletter-wrap .fl-module-content p {
  margin-bottom: 0.5em; }

.fl-builder-content .newsletter-wrap .fl-module-content h3 {
  margin-bottom: 0; }

.fl-builder-content .newsletter-wrap .fl-module-content .gform_wrapper .gform_body label {
  display: none; }

.fl-builder-content .newsletter-wrap .fl-module-content .gform_wrapper .gform_body li {
  padding-right: 0 !important; }

.fl-builder-content .newsletter-wrap .fl-module-content .gform_wrapper .gform_body input[type="text"] {
  height: 50px !important;
  width: 100% !important;
  padding: 0 20px !important; }

.fl-builder-content .newsletter-wrap .fl-module-content .gform_wrapper .gform_footer {
  margin: 0 !important; }
  .fl-builder-content .newsletter-wrap .fl-module-content .gform_wrapper .gform_footer input[type="submit"] {
    height: 50px !important;
    display: block !important;
    width: 100% !important;
    line-height: 1em !important;
    background: #fcc853 !important;
    color: #0c1824 !important; }
    .fl-builder-content .newsletter-wrap .fl-module-content .gform_wrapper .gform_footer input[type="submit"]:hover {
      background: #fcc853 !important;
      color: #0c1824 !important;
      opacity: .7 !important; }

/* ==|== homepage ======================================== */
.home .fl-builder-content .hero .fl-module-content h1 {
  font-size: 1.618rem; }
  @media (min-width: 768px) {
    .home .fl-builder-content .hero .fl-module-content h1 {
      font-size: 2.824rem; } }

.home .fl-builder-content .arrow .fl-module-content img {
  max-width: 60px; }

.home .fl-builder-content .features-wrap h2,
.home .fl-builder-content .features-wrap p {
  color: #fff; }

.home .fl-builder-content .features-wrap .features-intro-wrap p {
  font-size: 1.618rem;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .home .fl-builder-content .features-wrap .features-intro-wrap p {
      font-size: 2.618rem; } }

.home .fl-builder-content .features-wrap .features-item-wrap {
  margin-bottom: 4em; }
  .home .fl-builder-content .features-wrap .features-item-wrap h2 {
    font-size: 1.258rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700; }
  .home .fl-builder-content .features-wrap .features-item-wrap img {
    display: block;
    margin: 0 auto 3em auto;
    height: 138px;
    width: auto; }

/* ==|== blog styles ======================================== */
.fl-builder-content .fl-module-content .fl-post-grid-post {
  border-radius: 5px;
  overflow: hidden; }
  .fl-builder-content .fl-module-content .fl-post-grid-post .fl-post-text {
    padding: 20px 25px 40px; }
  .fl-builder-content .fl-module-content .fl-post-grid-post h2.fl-post-title {
    font-size: 1.618rem;
    font-weight: 700; }
    .fl-builder-content .fl-module-content .fl-post-grid-post h2.fl-post-title a {
      color: #0c1824; }
  .fl-builder-content .fl-module-content .fl-post-grid-post .fl-post-excerpt p {
    font-size: 0.778rem; }
  .fl-builder-content .fl-module-content .fl-post-grid-post .fl-post-more-link a {
    background: #fcc853;
    color: #0c1824;
    padding: 15px 25px;
    border-radius: 5px; }
