/**
 * Font Sizes
 *
**/
/**
 * Clearfix
 *
 */
/**
 * Icon Position
 *
 */
/* HTML5 Reset
--------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible; }

progress,
sub,
sup {
  vertical-align: baseline; }

[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  margin: 0.67em 0;
  font-size: 2em; }

hr {
  box-sizing: content-box;
  height: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15; }

button,
select {
  text-transform: none; }

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button; }

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden],
template {
  display: none; }

/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

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

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  display: table;
  content: " "; }

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  content: "";
  display: table;
  clear: both; }

.js .animated {
  opacity: 0;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.js .animatedGo {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

/* Animations
--------------------------------------------- */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
            transform: translateX(500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
            transform: translateX(500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.growIn {
  -webkit-animation-name: growIn;
          animation-name: growIn; }

@-webkit-keyframes growIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px) scale(0.1);
            transform: translateY(100px) scale(0.1); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes growIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px) scale(0.1);
            transform: translateY(100px) scale(0.1); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.delayed_02s {
  -webkit-animation-delay: .2s;
          animation-delay: .2s; }

.delayed_03s {
  -webkit-animation-delay: .3s;
          animation-delay: .3s; }

.delayed_04s {
  -webkit-animation-delay: .4s;
          animation-delay: .4s; }

.delayed_05s {
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

.delayed_06s {
  -webkit-animation-delay: .6s;
          animation-delay: .6s; }

.delayed_07s {
  -webkit-animation-delay: .7s;
          animation-delay: .7s; }

.delayed_08s {
  -webkit-animation-delay: .8s;
          animation-delay: .8s; }

.delayed_09s {
  -webkit-animation-delay: .9s;
          animation-delay: .9s; }

.delayed_10s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.delayed_15s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }

.delayed_20s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

.animated.fadeInLeft_onScroll.animationGo {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

.animated.fadeInRight_onScroll.animationGo {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

.animated.growIn_onScroll.animationGo {
  -webkit-animation-name: growIn;
          animation-name: growIn; }

.animated.fadeInUp_onScroll.animationGo {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

.animated.fadeInDown_onScroll.animationGo {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

.wp-block-authentik-block-authentik-wrapper-content {
  position: relative;
  z-index: 2; }

.wp-block-authentik-block-authentik-wrapper {
  margin: 0;
  position: relative;
  background-color: #000;
  overflow: hidden; }

.wp-block-authentik-block-authentik-wrapper.has-background-dim::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1; }

.wp-block-authentik-block-authentik-wrapper.has-background-dim.has-background-dim-10::before {
  opacity: 0.1; }

.wp-block-authentik-block-authentik-wrapper.has-background-dim.has-background-dim-20::before {
  opacity: 0.2; }

.wp-block-authentik-block-authentik-wrapper.has-background-dim.has-background-dim-30::before {
  opacity: 0.3; }

.wp-block-authentik-block-authentik-wrapper.has-background-dim.has-background-dim-40::before {
  opacity: 0.4; }

.wp-block-authentik-block-authentik-wrapper.has-background-dim.has-background-dim-50::before {
  opacity: 0.5; }

.wp-block-authentik-block-authentik-wrapper.has-background-dim.has-background-dim-60::before {
  opacity: 0.6; }

.wp-block-authentik-block-authentik-wrapper.has-background-dim.has-background-dim-70::before {
  opacity: 0.7; }

.wp-block-authentik-block-authentik-wrapper.has-background-dim.has-background-dim-80::before {
  opacity: 0.8; }

.wp-block-authentik-block-authentik-wrapper.has-background-dim.has-background-dim-90::before {
  opacity: 0.9; }

.wp-block-authentik-block-authentik-wrapper.has-background-dim.has-background-dim-100::before {
  opacity: 1; }

.tm-tweet-clear {
  zoom: 1; }

.tm-tweet-clear:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: '.'; }

.tm-click-to-tweet {
  display: block;
  background-color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 15px 30px;
  margin: 15px 0px;
  zoom: 1; }

.tm-click-to-tweet .clearfix {
  zoom: 1; }

.tm-click-to-tweet .clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: '.'; }

.tm-click-to-tweet .clear {
  clear: both; }

.tm-click-to-tweet .f-left {
  float: left;
  display: inline-block;
  position: relative; }

.tm-click-to-tweet .f-right {
  float: right;
  display: inline-block;
  position: relative; }

.tm-click-to-tweet .list-reset {
  list-style: none;
  margin: 0;
  padding: 0; }

.tm-click-to-tweet .list-reset li {
  list-style: none;
  margin: 0;
  padding: 0; }

.tm-click-to-tweet .list-float {
  zoom: 1; }

.tm-click-to-tweet .list-float:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: '.'; }

.tm-click-to-tweet .list-float li {
  float: left;
  display: inline-block; }

.tm-click-to-tweet .kill-box-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.tm-click-to-tweet .alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: right; }

.tm-click-to-tweet .alignleft {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: right; }

.tm-click-to-tweet:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.tm-click-to-tweet .tm-ctt-reset {
  margin: 0;
  padding: 0;
  position: relative; }

.tm-click-to-tweet:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: '.'; }

.tm-click-to-tweet a {
  text-decoration: none;
  text-transform: none; }

.tm-click-to-tweet a:hover {
  text-decoration: none; }

.tm-click-to-tweet .tm-ctt-text {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 10px;
  word-wrap: break-word; }

.tm-click-to-tweet .tm-ctt-text a {
  margin: 0;
  padding: 0;
  position: relative;
  color: #999999;
  font-size: 24px;
  line-height: 140%;
  text-transform: none;
  letter-spacing: 0.05em;
  font-weight: 100;
  text-decoration: none;
  text-transform: none; }

.tm-click-to-tweet .tm-ctt-text a:hover {
  text-decoration: none;
  color: #666666; }

.tm-click-to-tweet a.tm-ctt-btn {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
  color: #999999;
  float: right;
  padding-right: 24px;
  text-decoration: none;
  background: transparent url(../img/twitter-little-bird.png) no-repeat right top; }

.tm-click-to-tweet a.tm-ctt-btn:hover {
  text-decoration: none;
  color: #666666;
  text-transform: uppercase; }

.tm-click-to-tweet .tm-powered-by {
  font-size: 10px;
  color: #999999; }

.tm-click-to-tweet .tm-powered-by a {
  font-size: 10px;
  color: #999999 !important; }

.tm-click-to-tweet .tm-powered-by a:hover {
  color: #999999 !important;
  text-decoration: underline !important; }

/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll; }

html,
body {
  overflow-x: hidden; }

body {
  color: #140e26;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0; }
  @media (min-width: 768px) {
    body {
      font-size: 17px; } }
  @media (min-width: 960px) {
    body {
      font-size: 18px; } }
  @media (min-width: 768px) {
    body {
      line-height: 1.7; } }

a {
  color: #4732ca;
  text-decoration: underline;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

a:focus,
a:hover {
  color: #362699;
  text-decoration: none; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 32px 0; }

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

cite {
  font-style: normal; }

mark {
  background: #ddd;
  color: #484848; }

button,
input:focus,
input[type='button'],
input[type='reset'],
input[type='submit'],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: 0.2s;
  transition: 0.2s; }

p.intro,
.single-post .content .entry-content > p:first-child {
  font-family: whitman-display, serif;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 24px;
  font-weight: 500; }
  @media (min-width: 768px) {
    p.intro,
    .single-post .content .entry-content > p:first-child {
      font-size: 24px; } }
  @media (min-width: 960px) {
    p.intro,
    .single-post .content .entry-content > p:first-child {
      font-size: 26px; } }
  @media (min-width: 1140px) {
    p.intro,
    .single-post .content .entry-content > p:first-child {
      font-size: 28px; } }
  @media (min-width: 960px) {
    p.intro,
    .single-post .content .entry-content > p:first-child {
      margin-bottom: 48px; } }
  p.intro a,
  .single-post .content .entry-content > p:first-child a {
    font-weight: 700;
    font-style: italic;
    color: #140e26;
    text-decoration: none;
    border-bottom: 1px solid #4732ca; }
    p.intro a:hover,
    .single-post .content .entry-content > p:first-child a:hover {
      color: #4732ca; }

.full-width-content .content p.intro {
  margin-bottom: 24px;
  max-width: 800px;
  font-size: 26px; }
  @media (min-width: 768px) {
    .full-width-content .content p.intro {
      font-size: 28px; } }
  @media (min-width: 960px) {
    .full-width-content .content p.intro {
      font-size: 30px; } }
  @media (min-width: 1140px) {
    .full-width-content .content p.intro {
      font-size: 30px; } }
  @media (min-width: 960px) {
    .full-width-content .content p.intro {
      margin-bottom: 48px; } }

p.disclaimer {
  color: #767087;
  font-size: 12px; }
  @media (min-width: 768px) {
    p.disclaimer {
      font-size: 14px; } }
  @media (min-width: 960px) {
    p.disclaimer {
      font-size: 16px; } }
  @media (min-width: 1140px) {
    p.disclaimer {
      font-size: 16px; } }

.textcenter {
  text-align: center; }

p.has-drop-cap::first-letter {
  font-size: 100px;
  float: left;
  line-height: 1;
  font-weight: 300;
  display: block;
  margin: -10px 20px -10px 0;
  text-transform: uppercase; }

/* Paragraphs
--------------------------------------------- */
p {
  margin: 0 0 20px;
  padding: 0; }
  @media (min-width: 600px) {
    p {
      margin: 0 0 24px; } }
  @media (min-width: 768px) {
    p {
      margin: 0 0 32px; } }
  p.large, p.has-large-font-size {
    font-size: 20px; }
    @media (min-width: 960px) {
      p.large, p.has-large-font-size {
        font-size: 24px; } }
  p.has-regular-font-size {
    font-size: 20px; }
  p.small, p.has-small-font-size {
    font-size: 16px; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 16px; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #4732ca; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: #362699;
      text-decoration: none; }
  h1:focus,
  h2:focus,
  h3:focus,
  h4:focus,
  h5:focus,
  h6:focus {
    outline: none; }

h1,
.about-heading {
  font-family: whitman-display, serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h1,
    .about-heading {
      font-size: 54px; } }
  @media (min-width: 960px) {
    h1,
    .about-heading {
      font-size: 64px; } }
  @media (min-width: 1140px) {
    h1,
    .about-heading {
      font-size: 70px; } }

h2 {
  font-size: 24px;
  font-weight: 700; }
  @media (min-width: 768px) {
    h2 {
      font-size: 24px; } }
  @media (min-width: 960px) {
    h2 {
      font-size: 26px; } }
  @media (min-width: 1140px) {
    h2 {
      font-size: 26px; } }

h3 {
  font-size: 18px;
  font-weight: 700; }
  @media (min-width: 768px) {
    h3 {
      font-size: 18px; } }
  @media (min-width: 960px) {
    h3 {
      font-size: 20px; } }
  @media (min-width: 1140px) {
    h3 {
      font-size: 20px; } }

h4 {
  color: #4732ca;
  font-size: 18px;
  font-weight: 700; }
  @media (min-width: 768px) {
    h4 {
      font-size: 18px; } }
  @media (min-width: 960px) {
    h4 {
      font-size: 20px; } }
  @media (min-width: 1140px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 16px;
  font-weight: 700; }
  @media (min-width: 768px) {
    h5 {
      font-size: 16px; } }
  @media (min-width: 960px) {
    h5 {
      font-size: 18px; } }
  @media (min-width: 1140px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px; }

/* Button
--------------------------------------------- */
.wp-block-button.aligncenter .wp-block-button__link {
  float: none; }

.wp-block-button {
  margin-top: 48px; }

.wp-block-button__link {
  border: 0;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 20px 24px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  clear: both;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .wp-block-button__link {
      display: inline-block; } }
  .wp-block-button__link:hover {
    text-decoration: none; }
  .is-style-full .wp-block-button__link, .wp-block-button__link.full {
    display: block;
    width: 100%; }
  .wp-block-button__link:not(.has-text-color) {
    color: white; }
    .wp-block-button__link:not(.has-text-color):hover {
      color: white; }
  .wp-block-button__link:not(.has-background) {
    background-color: #4732ca; }
    .wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
      background-color: #6a59d6;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 20px; }
  .wp-block-button__link.has-purple-color:hover, .wp-block-button__link.has-purple-color:focus {
    color: #4732ca; }
  .wp-block-button__link.has-purple-background-color:hover, .wp-block-button__link.has-purple-background-color:focus {
    background-color: #6a59d6;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; }
  .big-arrow .wp-block-button__link.has-purple-background-color:hover, .big-arrow .wp-block-button__link.has-purple-background-color:focus {
    background-color: #402db6; }
  .wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
    color: #140e26; }
  .wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
    background-color: #281c4b;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; }
  .big-arrow .wp-block-button__link.has-black-background-color:hover, .big-arrow .wp-block-button__link.has-black-background-color:focus {
    background-color: #0a0713; }
  .wp-block-button__link.has-gold-color:hover, .wp-block-button__link.has-gold-color:focus {
    color: #f8cf65; }
  .wp-block-button__link.has-gold-background-color:hover, .wp-block-button__link.has-gold-background-color:focus {
    background-color: #fade96;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; }
  .big-arrow .wp-block-button__link.has-gold-background-color:hover, .big-arrow .wp-block-button__link.has-gold-background-color:focus {
    background-color: #f7c74d; }
  .wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
    color: #767087; }
  .wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
    background-color: #908b9f;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; }
  .big-arrow .wp-block-button__link.has-grey-background-color:hover, .big-arrow .wp-block-button__link.has-grey-background-color:focus {
    background-color: #6a6479; }
  .wp-block-button__link.has-light-grey-color:hover, .wp-block-button__link.has-light-grey-color:focus {
    color: #f9f9fa; }
  .wp-block-button__link.has-light-grey-background-color:hover, .wp-block-button__link.has-light-grey-background-color:focus {
    background-color: white;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; }
  .big-arrow .wp-block-button__link.has-light-grey-background-color:hover, .big-arrow .wp-block-button__link.has-light-grey-background-color:focus {
    background-color: #ebebee; }
  .wp-block-button__link.has-light-grey-2-color:hover, .wp-block-button__link.has-light-grey-2-color:focus {
    color: #eae9eb; }
  .wp-block-button__link.has-light-grey-2-background-color:hover, .wp-block-button__link.has-light-grey-2-background-color:focus {
    background-color: white;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; }
  .big-arrow .wp-block-button__link.has-light-grey-2-background-color:hover, .big-arrow .wp-block-button__link.has-light-grey-2-background-color:focus {
    background-color: #dddcdf; }
  .wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
    color: #ffffff; }
  .wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
    background-color: white;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; }
  .big-arrow .wp-block-button__link.has-white-background-color:hover, .big-arrow .wp-block-button__link.has-white-background-color:focus {
    background-color: #f2f2f2; }
  .is-style-text .wp-block-button__link {
    background-color: transparent;
    border-bottom: 1px solid #4732ca;
    border-radius: 0;
    padding: 4px 0 6px;
    color: #4732ca; }
    .is-style-text .wp-block-button__link:hover, .is-style-text .wp-block-button__link:focus {
      background-color: transparent;
      border-top-right-radius: 0;
      border-bottom-left-radius: 0;
      color: #6a59d6;
      border-color: #6a59d6; }

.wp-block-button.is-style-text.button-arrow .wp-block-button__link {
  position: relative; }
  .wp-block-button.is-style-text.button-arrow .wp-block-button__link::after {
    background-size: contain;
    content: '\27F6';
    display: block;
    right: -32px;
    position: absolute;
    top: 2px;
    font-size: 12px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    font-weight: 400; }
  .wp-block-button.is-style-text.button-arrow .wp-block-button__link:hover:after, .wp-block-button.is-style-text.button-arrow .wp-block-button__link:focus:after {
    right: -40px; }

.wp-block-button.big-arrow .wp-block-button__link {
  position: relative;
  padding-right: 80px;
  padding-left: 32px; }
  .wp-block-button.big-arrow .wp-block-button__link::after {
    content: '';
    background: url("../images/long-arrow-right-grey.png") no-repeat center center;
    background-size: contain;
    height: 13px;
    width: 21px;
    position: absolute;
    right: 36px;
    top: calc(50% - 7px);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    opacity: 0.3; }
  .wp-block-button.big-arrow .wp-block-button__link:hover:after {
    right: 28px;
    opacity: 1; }

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent;
  text-align: left;
  margin: 48px 0 48px;
  position: relative; }
  blockquote::before,
  blockquote.wp-block-quote::before {
    background-color: #4732ca;
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    position: absolute;
    left: -64px; }
  blockquote p,
  blockquote.wp-block-quote p {
    font-family: whitman-display, serif;
    font-size: 22px;
    font-weight: 500; }
    @media (min-width: 768px) {
      blockquote p,
      blockquote.wp-block-quote p {
        font-size: 24px; } }
    @media (min-width: 960px) {
      blockquote p,
      blockquote.wp-block-quote p {
        font-size: 26px; } }
    @media (min-width: 1140px) {
      blockquote p,
      blockquote.wp-block-quote p {
        font-size: 28px; } }
  blockquote cite,
  blockquote .wp-block-quote__citation,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote .wp-block-quote__citation {
    color: #140e26;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 32px;
    padding-bottom: 28px; }
    @media (min-width: 768px) {
      blockquote cite,
      blockquote .wp-block-quote__citation,
      blockquote.wp-block-quote cite,
      blockquote.wp-block-quote .wp-block-quote__citation {
        font-size: 18px; } }
    blockquote cite img,
    blockquote .wp-block-quote__citation img,
    blockquote.wp-block-quote cite img,
    blockquote.wp-block-quote .wp-block-quote__citation img {
      float: left;
      max-width: 52px;
      max-height: 52px;
      border-radius: 50%;
      margin: -8px 24px 0 0; }
  blockquote p:last-of-type,
  blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0; }
  blockquote.is-large, blockquote.is-style-large,
  blockquote.wp-block-quote.is-large,
  blockquote.wp-block-quote.is-style-large {
    margin: calc(2 * $block-margin) auto; }
    blockquote.is-large p, blockquote.is-style-large p,
    blockquote.wp-block-quote.is-large p,
    blockquote.wp-block-quote.is-style-large p {
      font-size: 24px; }
      @media (min-width: 768px) {
        blockquote.is-large p, blockquote.is-style-large p,
        blockquote.wp-block-quote.is-large p,
        blockquote.wp-block-quote.is-style-large p {
          font-size: 36px; } }
    blockquote.is-large cite, blockquote.is-style-large cite,
    blockquote.wp-block-quote.is-large cite,
    blockquote.wp-block-quote.is-style-large cite {
      text-align: left; }

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0; }
  .wp-block-pullquote blockquote {
    border-left: 0;
    border-top: 4px solid #767087;
    border-bottom: 8px solid #767087;
    padding: 16px 0;
    text-align: center;
    max-width: 50%;
    margin: 0 auto; }
  .wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
    max-width: 100%; }

/* Separator
--------------------------------------------- */
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #767087;
  border: 0;
  height: 2px; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 4px;
  background: transparent; }
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
  hr:not(.is-style-wide):not(.is-style-dots)::before {
    content: '';
    display: block;
    height: 4px;
    width: 40px;
    background: #767087; }

.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #767087;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top; }

figure {
  margin: 0; }

.wp-block-image {
  margin: 16px 0; }
  @media (min-width: 768px) {
    .wp-block-image {
      margin: 48px 0; } }
  .wp-block-image img {
    box-shadow: 0px 40px 70px rgba(43, 51, 68, 0.15); }

.wp-block-image.no-shadow img {
  box-shadow: none; }

.wp-smiley{display: inline-block !important; vertical-align: baseline !important;}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }
  .gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px; }
    .gallery img:focus, .gallery img:hover {
      border: 1px solid #e7e7ea;
      outline: none; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left; }

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center; }

/* Tables
--------------------------------------------- */
table,
.wp-block-table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 32px;
  width: 100%;
  word-break: break-all; }
  table tbody,
  .wp-block-table tbody {
    border-bottom: 1px solid #eee; }
  table td,
  table th,
  .wp-block-table td,
  .wp-block-table th {
    text-align: left; }
  table td,
  .wp-block-table td {
    border-top: 1px solid #eee;
    padding: 6px; }
  table th,
  .wp-block-table th {
    font-weight: 400;
    padding: 0 6px; }
  table td:first-child,
  table th:first-child,
  .wp-block-table td:first-child,
  .wp-block-table th:first-child {
    padding-left: 0; }

/* Color Options
--------------------------------------------- */
.has-purple-color {
  color: #4732ca; }

.has-purple-background-color {
  background-color: #4732ca; }

.has-black-color {
  color: #140e26; }

.has-black-background-color {
  background-color: #140e26; }

.has-gold-color {
  color: #f8cf65; }

.has-gold-background-color {
  background-color: #f8cf65; }

.has-grey-color {
  color: #767087; }

.has-grey-background-color {
  background-color: #767087; }

.has-light-grey-color {
  color: #f9f9fa; }

.has-light-grey-background-color {
  background-color: #f9f9fa; }

.has-light-grey-2-color {
  color: #eae9eb; }

.has-light-grey-2-background-color {
  background-color: #eae9eb; }

.has-white-color {
  color: #ffffff; }

.has-white-background-color {
  background-color: #ffffff; }

/* Utilities
---------------------------------------------------------------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

/**
* 
* GRID!!!!!!!
* Grid layout utility classes.
* 
---------------------------------------------------------------------------------------------------- */
/* Blcks
--------------------------------------------- */
.blck {
  padding: 64px 0; }

.blck-grey {
  background-color: #f9f9fa; }

.blck-2-cols > div {
  float: left;
  width: 47%;
  margin-right: 6%; }
  .blck-2-cols > div:nth-of-type(2) {
    margin-right: 0; }

.blck-3-cols > div {
  float: left;
  width: 30%;
  margin-right: 5%; }
  .blck-3-cols > div:nth-of-type(3) {
    margin-right: 0; }

@supports (grid-area: auto) {
  .blck-2-cols,
  .blck-3-cols {
    display: block; }
    .blck-2-cols > div,
    .blck-3-cols > div {
      float: none;
      margin-bottom: 32px;
      margin-right: 0;
      width: 100%; }
      .blck-2-cols > div:last-child,
      .blck-3-cols > div:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .blck-2-cols > div,
        .blck-3-cols > div {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .blck-2-cols,
      .blck-3-cols {
        display: grid;
        grid-gap: 32px; } }
  .blck-content-middle div {
    -webkit-align-self: center;
            align-self: center;
    justify-self: center; }
  .blck-2-cols {
    grid-gap: 128px;
    grid-template-columns: 1fr 1fr; }
  .blck-3-cols {
    grid-template-columns: 1fr 1fr 1fr; } }

/* Custom Block Styles
--------------------------------------------- */
.entry-content .tm-click-to-tweet {
  border: none;
  padding: 0 0 0 8%;
  color: #140e26;
  font-family: whitman-display, serif;
  font-size: 20px;
  position: relative;
  margin: 2.5% 0 7%; }
  @media (min-width: 768px) {
    .entry-content .tm-click-to-tweet {
      font-size: 24px; } }
  @media (min-width: 960px) {
    .entry-content .tm-click-to-tweet {
      font-size: 28px; } }
  @media (min-width: 768px) {
    .entry-content .tm-click-to-tweet {
      padding: 0; } }
  @media (min-width: 960px) {
    .entry-content .tm-click-to-tweet {
      margin: 32px 0 48px; } }
  .entry-content .tm-click-to-tweet::before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #4732ca;
    display: block;
    position: absolute;
    left: 0; }
    @media (min-width: 768px) {
      .entry-content .tm-click-to-tweet::before {
        left: -40px; } }
    @media (min-width: 960px) {
      .entry-content .tm-click-to-tweet::before {
        left: -60px; } }
  .entry-content .tm-click-to-tweet .tm-ctt-text a {
    color: #140e26;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      .entry-content .tm-click-to-tweet .tm-ctt-text a {
        font-size: 26px; } }
    @media (min-width: 960px) {
      .entry-content .tm-click-to-tweet .tm-ctt-text a {
        font-size: 28px; } }
  .entry-content .tm-click-to-tweet p {
    margin-bottom: 8px; }
  .entry-content .tm-click-to-tweet a.tm-ctt-btn {
    float: none;
    background-color: #e7e7ea;
    width: auto;
    display: inline-block;
    padding: 12px 20px 12px 44px;
    color: #140e26;
    letter-spacing: 1px;
    background-position: 16px center;
    background-image: url("../icons/brands/twitter.svg");
    background-size: 15px;
    opacity: 0.5; }
    .entry-content .tm-click-to-tweet a.tm-ctt-btn:hover, .entry-content .tm-click-to-tweet a.tm-ctt-btn:focus {
      background-color: #e7e7ea;
      color: #140e26;
      opacity: 0.8; }

.block-section {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .block-section {
      padding: 72px 0; } }

.padding-top-small {
  padding-top: 24px; }
  @media (min-width: 768px) {
    .padding-top-small {
      padding-top: 32px; } }

.padding-top {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .padding-top {
      padding-top: 72px; } }

.padding-top-large {
  padding-top: 80px; }
  @media (min-width: 768px) {
    .padding-top-large {
      padding-top: 160px; } }

.padding-bottom {
  padding-bottom: 4%; }
  @media (min-width: 960px) {
    .padding-bottom {
      padding-bottom: 5%; } }
  @media (min-width: 1140px) {
    .padding-bottom {
      padding-bottom: 72px; } }

.padding-bottom-large {
  padding-bottom: 5%; }
  @media (min-width: 960px) {
    .padding-bottom-large {
      padding-bottom: 8%; } }
  @media (min-width: 1140px) {
    .padding-bottom-large {
      padding-bottom: 160px; } }

.margin-bottom {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .margin-bottom {
      margin-bottom: 72px; } }

.margin-bottom-large {
  margin-bottom: 72px; }
  @media (min-width: 768px) {
    .margin-bottom-large {
      margin-bottom: 160px; } }

.btlr,
.btlr img {
  border-top-left-radius: 40px; }

.bbrr,
.bbrr img {
  border-bottom-right-radius: 40px; }

.bblr,
.bblr img {
  border-bottom-left-radius: 40px; }

.btrr,
.btrr img {
  border-top-right-radius: 40px; }

.section-title-line,
.entry-content h3.section-title-line {
  color: #4732ca;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  margin-left: 48px;
  position: relative;
  text-transform: uppercase; }
  .section-title-line::before,
  .entry-content h3.section-title-line::before {
    background-color: #4732ca;
    content: '';
    display: block;
    height: 2px;
    left: -48px;
    position: absolute;
    top: 8px;
    width: 24px; }

.z-index-up {
  z-index: 99999; }

.wp-block-authentik-block-authentik-wrapper {
  overflow: visible; }

.wp-block-authentik-block-authentik-wrapper {
  background-color: #f9f9fa;
  padding: 8% 0; }
  @media (min-width: 1140px) {
    .wp-block-authentik-block-authentik-wrapper {
      padding: 128px 0; } }

.blck-2-cols.contact-page-grid {
  display: block; }
  @media (min-width: 960px) {
    .blck-2-cols.contact-page-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 4fr 6fr;
      grid-template-columns: 4fr 6fr;
      grid-gap: 72px; } }
  @media (min-width: 1140px) {
    .blck-2-cols.contact-page-grid {
      -ms-grid-columns: 3fr 7fr;
      grid-template-columns: 3fr 7fr;
      grid-gap: 108px; } }

.ci-grid {
  margin-top: 0;
  position: relative;
  z-index: 999; }
  @media (min-width: 768px) {
    .ci-grid {
      margin-top: 32px; } }
  .ci-grid .ci-item {
    background-color: #fff;
    border-radius: 0 20px;
    color: #140e26;
    float: left;
    margin: 0 1% 1% 1%;
    text-align: center;
    width: 23%;
    text-decoration: none;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    z-index: 1; }
    .ci-grid .ci-item .bumper {
      padding: 12% 10%;
      background-color: #fff;
      display: -ms-grid;
      display: grid;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 9;
      border-radius: 0 20px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      min-height: 100px; }
      @media (min-width: 600px) {
        .ci-grid .ci-item .bumper {
          min-height: 124px; } }
      @media (min-width: 960px) {
        .ci-grid .ci-item .bumper {
          min-height: 113px; } }
    .ci-grid .ci-item p {
      margin-bottom: 0;
      font-size: 15px; }
    .ci-grid .ci-item img {
      position: relative;
      max-height: 51px;
      max-width: 186px;
      width: auto;
      margin: 0 auto; }
      @media (max-width: 600px) {
        .ci-grid .ci-item img {
          max-width: 100%; } }
    .ci-grid .ci-item .ci-item-title {
      color: #140e26;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 4px; }
    .ci-grid .ci-item .ci-item-hidden {
      background-color: #fff;
      display: block;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      z-index: 1;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      padding: 2% 4% 10%;
      border-bottom-left-radius: 20px;
      opacity: 1;
      color: rgba(255, 255, 255, 0);
      border-top-right-radius: 20px;
      box-shadow: 0px 30px 30px rgba(43, 51, 68, 0);
      height: 100%; }
    .ci-grid .ci-item:hover {
      border-bottom-left-radius: 0;
      box-shadow: 0px 30px 60px rgba(43, 51, 68, 0.15);
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
      z-index: 9; }
      .ci-grid .ci-item:hover .ci-item-hidden {
        background-color: #fff;
        box-shadow: 0px 30px 30px rgba(43, 51, 68, 0.15);
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateY(83%);
                transform: translateY(83%);
        z-index: 1;
        opacity: 1;
        color: #140e26;
        border-top-right-radius: 0;
        height: 120%; }
        @media (min-width: 768px) {
          .ci-grid .ci-item:hover .ci-item-hidden {
            z-index: 2; } }
  @supports (grid-area: auto) {
    .ci-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 30px; }
      @media (min-width: 600px) {
        .ci-grid {
          grid-template-columns: repeat(2, 1fr); } }
      @media (min-width: 960px) {
        .ci-grid {
          grid-template-columns: repeat(3, 1fr); } }
      @media (min-width: 1140px) {
        .ci-grid {
          grid-template-columns: repeat(4, 1fr); } }
      .ci-grid .ci-item {
        float: none;
        margin: 0;
        width: 100%; } }

.previous-presentation {
  padding-bottom: 0; }
  .previous-presentation > .wrap {
    margin: 0 auto; }
  .previous-presentation .blck-2-cols {
    grid-gap: 24px; }
    .previous-presentation .blck-2-cols > div:first-of-type img {
      border-top-left-radius: 40px; }
    .previous-presentation .blck-2-cols > div:last-of-type img {
      border-bottom-right-radius: 40px; }
  .previous-presentation img {
    margin-bottom: 30px;
    border: 20px solid #fff;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  .previous-presentation .presentation-content {
    margin-left: 20px; }
  .previous-presentation h4,
  .previous-presentation h4 a {
    color: #140e26;
    margin-bottom: 4px;
    text-decoration: none; }
  .previous-presentation p {
    font-size: 16px;
    color: #4d495b; }
  .previous-presentation h4 a:hover {
    color: #4732ca; }
  .previous-presentation a img:hover {
    box-shadow: 0px 30px 60px rgba(43, 51, 68, 0.15);
    border-color: #f9f9fa;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }

.block-quote-image {
  background-color: #4732ca; }
  .block-quote-image .image-quote-inner {
    overflow: hidden;
    background-color: transparent;
    box-shadow: 0px 40px 70px rgba(43, 51, 68, 0.15); }
  .block-quote-image.top-left .image-quote-inner, .block-quote-image.top-left {
    border-top-left-radius: 40px; }
  .block-quote-image.bottom-right .image-quote-inner, .block-quote-image.bottom-right {
    border-bottom-right-radius: 40px; }
  .block-quote-image img {
    opacity: 0.75; }
  .block-quote-image blockquote {
    background-color: #4732ca;
    color: #fff;
    margin: 0;
    padding: 5% 5% 2% 10%;
    font-family: whitman-display, serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .block-quote-image blockquote {
        padding: 10% 10% 10% 15%; } }
    .block-quote-image blockquote::before {
      content: '\201c';
      width: auto;
      height: auto;
      font-size: 20px;
      background-color: transparent;
      left: 3.5%;
      font-size: 48px;
      top: 12px; }
      @media (min-width: 768px) {
        .block-quote-image blockquote::before {
          left: 7%;
          top: 28px; } }
    .block-quote-image blockquote cite {
      font-family: proxima-nova, sans-serif;
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .block-quote-image blockquote cite {
          margin-top: 20px; } }

.landing-page-one-hero {
  background-color: #140e26;
  color: #fff;
  padding: 5% 0 8%;
  margin-bottom: 42px; }
  @media (min-width: 768px) {
    .landing-page-one-hero {
      padding: 80px 0 120px;
      margin-bottom: 90px; } }
  .landing-page-one-hero .site-title a {
    margin: 0 auto 40px;
    text-align: center;
    cursor: default; }
    @media (min-width: 768px) {
      .landing-page-one-hero .site-title a {
        margin: 0 auto 80px; } }
  .landing-page-one-hero .wrap {
    max-width: 860px; }
  .landing-page-one-hero h1 {
    color: #fff;
    text-align: center; }
  .landing-page-one-hero .sub-title {
    text-align: center;
    color: #e7e7ea;
    padding: 5%; }
  .landing-page-one-hero .call-to-action {
    text-align: center; }

.landing-page-two-hero {
  background-color: #f9f9fa;
  color: #140e26;
  padding: 5% 0 8%;
  margin-bottom: 42px; }
  @media (min-width: 768px) {
    .landing-page-two-hero {
      padding: 80px 0 120px;
      margin-bottom: 90px; } }
  .landing-page-two-hero .site-title a {
    margin: 0 0 40px;
    background: url(../images/logo_dark.svg) no-repeat center left;
    background-size: contain;
    display: block;
    text-indent: -9999em;
    width: 100%;
    width: 157px;
    height: 28px;
    cursor: default; }
    @media (min-width: 1140px) {
      .landing-page-two-hero .site-title a {
        margin: 0 0 80px; } }
  .landing-page-two-hero .wrap {
    margin: 0 auto;
    max-width: calc(600px + 10%);
    padding: 0 5%; }
    @media (min-width: 1140px) {
      .landing-page-two-hero .wrap {
        margin: 0 auto;
        max-width: 600px;
        padding: 0; } }
  .landing-page-two-hero h1 {
    color: #140e26;
    margin-bottom: 40px; }
  .landing-page-two-hero .sub-title {
    color: #140e26;
    margin-bottom: 40px; }

.inline-cta {
  background-color: #f8f7fe;
  font-size: 16px;
  padding: 5% 8% 4%;
  border-radius: 20px 0;
  display: block;
  margin-bottom: 40px; }

.wide-cta {
  background-color: #f8f7fe;
  padding: 10% 11% 9%;
  border-radius: 20px 0;
  display: block;
  margin: 48px -12% 48px -12%;
  width: 124%;
  text-align: center; }

.front-page-hero {
  color: #fff;
  padding: 100px 0 0;
  position: relative;
  background-position: right 25% top; }
  @media (min-width: 768px) {
    .front-page-hero {
      padding: 160px 0 0; } }
  @media (min-width: 1023px) {
    .front-page-hero {
      padding: 180px 0 80px;
      background-position: right top; } }
  .front-page-hero .front-hero-content {
    max-width: 400px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .front-page-hero .front-hero-content {
        max-width: 600px; } }
    @media (min-width: 960px) {
      .front-page-hero .front-hero-content {
        margin-bottom: 80px;
        max-width: 720px; } }
    .front-page-hero .front-hero-content h1 {
      margin-bottom: 30px;
      max-width: 300px; }
      @media (min-width: 768px) {
        .front-page-hero .front-hero-content h1 {
          max-width: 600px; } }
      @media (min-width: 960px) {
        .front-page-hero .front-hero-content h1 {
          max-width: none; } }
    .front-page-hero .front-hero-content .hero-description {
      max-width: 560px;
      margin-bottom: 20px; }
      @media (min-width: 960px) {
        .front-page-hero .front-hero-content .hero-description {
          margin-bottom: 60px; } }
  .front-page-hero .call-to-action .button {
    position: relative; }
    .front-page-hero .call-to-action .button::after {
      content: '\2193';
      position: absolute;
      right: -40px;
      font-size: 15px;
      -webkit-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s;
      top: 10px; }
    .front-page-hero .call-to-action .button:hover::after {
      -webkit-transform: translate(1px, 9px) scale(1.5);
              transform: translate(1px, 9px) scale(1.5); }
  .front-page-hero .featured-in {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.5);
    max-width: 435px; }
    @media (min-width: 1140px) {
      .front-page-hero .featured-in {
        max-width: 505px; } }
    .front-page-hero .featured-in .featured-in-headline {
      display: block;
      margin-bottom: 20px; }
    .front-page-hero .featured-in img {
      opacity: 0.5; }

.section-heading {
  margin-bottom: 20px;
  padding: 0; }
  .section-heading .wrap {
    margin: 0 auto; }
  .section-heading .section-heading-grid {
    display: block; }
    @media (min-width: 768px) {
      .section-heading .section-heading-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 2fr 8fr;
        grid-template-columns: 2fr 8fr;
        grid-gap: 80px; } }
  .section-heading h3 {
    margin-top: 10px; }
  .section-heading .intro {
    max-width: none; }
    .section-heading .intro a {
      font-weight: 700;
      font-style: italic;
      color: #140e26;
      text-decoration: none;
      border-bottom: 1px solid #4732ca; }
      .section-heading .intro a:hover {
        color: #4732ca; }
  .section-heading p.intro {
    max-width: none !important; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #f9f9fa;
  border: none;
  color: #140e26;
  font-size: 16px;
  font-weight: 400;
  padding: 16px;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    input,
    select,
    textarea {
      font-size: 18px; } }
  @media (min-width: 960px) {
    input,
    select,
    textarea {
      font-size: 18px; } }
  @media (min-width: 1140px) {
    input,
    select,
    textarea {
      font-size: 20px; } }

label {
  font-size: 16px;
  font-weight: 600; }

input:focus,
textarea:focus {
  border: 1px solid #e7e7ea;
  outline: none; }

input[type='checkbox'],
input[type='image'],
input[type='radio'] {
  width: auto; }

::-moz-placeholder {
  color: #767087;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #767087; }

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  background-color: #4732ca;
  border: 0;
  border-radius: 0 10px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 20px 24px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover,
.button:focus,
.button:hover {
  background-color: #6c57f2;
  color: #fff;
  border-radius: 0 20px; }

a.button.ghost,
button.ghost,
input[type='button'].ghost,
input[type='reset'].ghost,
input[type='submit'].ghost {
  background-color: transparent;
  border: 2px solid #4732ca;
  color: #4732ca; }

a.button.ghost:focus,
a.button.ghost:hover,
button.ghost:focus,
button.ghost:hover,
input[type='button'].ghost:focus,
input[type='button'].ghost:hover,
input[type='reset'].ghost:focus,
input[type='reset'].ghost:hover,
input[type='submit'].ghost:focus,
input[type='submit'].ghost:hover {
  background-color: transparent;
  border: 2px solid #362699;
  color: #362699; }

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff; }

.button {
  display: inline-block; }

a.button.small,
button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 4px 12px; }
  @media (min-width: 768px) {
    a.button.small,
    button.small,
    input[type='button'].small,
    input[type='reset'].small,
    input[type='submit'].small {
      font-size: 14px; } }
  @media (min-width: 960px) {
    a.button.small,
    button.small,
    input[type='button'].small,
    input[type='reset'].small,
    input[type='submit'].small {
      font-size: 15px; } }
  @media (min-width: 1140px) {
    a.button.small,
    button.small,
    input[type='button'].small,
    input[type='reset'].small,
    input[type='submit'].small {
      font-size: 15px; } }
  @media (min-width: 768px) {
    a.button.small,
    button.small,
    input[type='button'].small,
    input[type='reset'].small,
    input[type='submit'].small {
      padding: 5px 12px; } }

a.button.large,
button.large,
input[type='button'].large,
input[type='reset'].large,
input[type='submit'].large {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 24px; }
  @media (min-width: 768px) {
    a.button.large,
    button.large,
    input[type='button'].large,
    input[type='reset'].large,
    input[type='submit'].large {
      font-size: 18px; } }
  @media (min-width: 960px) {
    a.button.large,
    button.large,
    input[type='button'].large,
    input[type='reset'].large,
    input[type='submit'].large {
      font-size: 20px; } }
  @media (min-width: 1140px) {
    a.button.large,
    button.large,
    input[type='button'].large,
    input[type='reset'].large,
    input[type='submit'].large {
      font-size: 22px; } }
  @media (min-width: 768px) {
    a.button.large,
    button.large,
    input[type='button'].large,
    input[type='reset'].large,
    input[type='submit'].large {
      letter-spacing: 2px;
      padding: 18px 30px; } }

a.button.secondary,
button.secondary,
input[type='button'].secondary,
input[type='reset'].secondary,
input[type='submit'].secondary {
  color: #140e26;
  background-color: #f8cf65; }

a.button.secondary:focus,
a.button.secondary:hover,
button.secondary:focus,
button.secondary:hover,
input[type='button'].secondary:focus,
input[type='button'].secondary:hover,
input[type='reset'].secondary:focus,
input[type='reset'].secondary:hover,
input[type='submit'].secondary:focus,
input[type='submit'].secondary:hover {
  color: #140e26;
  background-color: #fbe1a0; }

a.button.text,
button.text,
input[type='button'].text,
input[type='reset'].text,
input[type='submit'].text {
  background-color: transparent;
  border-bottom: 1px solid #f8cf65;
  border-radius: 0;
  color: #f8cf65;
  font-weight: 700;
  padding: 10px 0 4px 0;
  letter-spacing: 2px;
  border-radius: 0; }
  @media (min-width: 768px) {
    a.button.text,
    button.text,
    input[type='button'].text,
    input[type='reset'].text,
    input[type='submit'].text {
      padding: 10px 0 4px 0; } }

a.button.text:focus,
a.button.text:hover,
button.text:focus,
button.text:hover,
input[type='button'].text:focus,
input[type='button'].text:hover,
input[type='reset'].text:focus,
input[type='reset'].text:hover,
input[type='submit'].text:focus,
input[type='submit'].text:hover {
  background-color: transparent;
  color: #fbe1a0;
  border-bottom: 1px solid #fbe1a0;
  border-radius: 0; }

a.button.small.text,
button.small.text,
input[type='button'].small.text,
input[type='reset'].small.text,
input[type='submit'].small.text {
  border-bottom: 1px solid #f8cf65;
  font-weight: 500;
  padding: 10px 0 2px 0; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type='button']:disabled,
.site-container input[type='button']:disabled:hover,
.site-container input[type='reset']:disabled,
.site-container input[type='reset']:disabled:hover,
.site-container input[type='submit']:disabled,
.site-container input[type='submit']:disabled:hover {
  background-color: #f9f9fa;
  border-width: 0;
  color: #767087;
  cursor: not-allowed; }

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button {
  display: none; }

.button-group a.button,
.button-group button,
.button-group input[type='button'],
.button-group input[type='reset'],
.button-group input[type='submit'] {
  margin-right: 32px; }

/* Search Form
--------------------------------------------- */
.search-form {
  max-width: 400px;
  position: relative;
  overflow: hidden; }
  .search-form .search-field {
    border: none;
    padding-right: 32px; }
  .search-form .search-submit {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 12px; }
    .search-form .search-submit svg {
      fill: #4732ca;
      width: 16px;
      height: 16px;
      margin-top: calc((14px - 16px) / 2); }

.entry-content .search-form {
  margin-bottom: 32px;
  width: 50%; }

.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  margin-top: 10px; }

.widget_search input[type='submit'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Box Sizing
--------------------------------------------- */
html,
input[type='search'] {
  box-sizing: border-box; }

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

/* Site Containers
--------------------------------------------- */
.site-container {
  word-wrap: break-word; }

.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 32px 0 0; }
  @media (min-width: 768px) {
    .site-inner {
      padding: 60px 0 0; } }
  @media (min-width: 1140px) {
    .site-inner {
      padding: 72px 0 0; } }
  .single-post .site-inner,
  .landing-page .site-inner {
    padding-top: 0; }

.wrap {
  margin: 0 5%;
  max-width: 100%;
  width: auto; }
  .wrap::before {
    display: table;
    content: " "; }
  .wrap::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1140px) {
    .wrap {
      margin: 0 auto;
      max-width: 1110px; } }

/* Content
--------------------------------------------- */
.content {
  margin: 0 auto;
  max-width: 600px; }
  @media (min-width: 960px) {
    .content {
      float: left;
      width: 600px; } }

@media (min-width: 960px) {
  .sidebar-content .content {
    float: right; } }

@media (min-width: 960px) {
  .full-width-content-narrow .content,
  .landing-page .content {
    float: none;
    margin-left: auto;
    margin-right: auto; } }

.sidebar {
  margin: 0 auto;
  max-width: 600px; }
  @media (min-width: 960px) {
    .sidebar {
      float: right;
      width: 30%; } }

@media (min-width: 960px) {
  .sidebar-content .sidebar {
    float: left; } }

.full-width-content .content {
  margin: 0 auto;
  width: 100%;
  max-width: none; }
  @media (min-width: 960px) {
    .full-width-content .content {
      float: none;
      max-width: 1140px;
      width: 100%; } }

/* Sidebar Layout
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5; }

.sidebar .widget {
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 32px;
  padding: 32px; }

.sidebar p {
  margin-bottom: 20px; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type='submit']:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #484848;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  position: relative; }

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden; }
  .genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0; }

/* Column Classes - For old school...
--------------------------------------------- */
@media (min-width: 768px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }
  .one-fourth {
    width: 48.717948717948715%; }
    .one-fourth:nth-of-type(even), .one-fourth.first {
      margin-left: 0; }
  .three-fourths {
    width: 74.35897435897436%; }
  .one-sixth {
    width: 14.52991452991453%; }
  .five-sixths {
    width: 82.90598290598291%; }
  .first {
    clear: both;
    margin-left: 0; } }

@media (min-width: 960px) {
  .one-fourth {
    width: 23.076923076923077%; }
    .one-fourth:nth-of-type(even) {
      margin-left: 2.564102564102564%; }
    .one-fourth.first {
      margin-left: 0; } }

/*
Wp Block Styles ------------------------------- */
/* Blcks
--------------------------------------------- */
.wp-block-columns.has-2-columns .wp-block-column {
  float: left;
  width: 47%;
  margin-right: 6%; }
  .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2) {
    margin-right: 0; }

.wp-block-columns.has-3-columns .wp-block-column {
  float: left;
  width: 30%;
  margin-right: 5%; }
  .wp-block-columns.has-3-columns .wp-block-column:nth-of-type(3) {
    margin-right: 0; }

@supports (grid-area: auto) {
  .wp-block-columns.has-2-columns {
    display: block; }
    .wp-block-columns.has-2-columns .wp-block-column {
      float: none;
      margin-top: 32px;
      margin-right: 0;
      width: 100%; }
      .wp-block-columns.has-2-columns .wp-block-column:first-child {
        margin-top: 0; }
      @media (min-width: 768px) {
        .wp-block-columns.has-2-columns .wp-block-column {
          margin-top: 0; } }
    @media (min-width: 768px) {
      .wp-block-columns.has-2-columns {
        display: grid;
        grid-gap: 32px; } }
  .wp-block-columns.has-2-columns .wp-block-column {
    -webkit-align-self: center;
            align-self: center;
    justify-self: center; }
  .wp-block-columns.has-2-columns {
    grid-gap: 128px;
    grid-template-columns: 1fr 1fr; }
  .wp-block-columns.has-3-columns {
    grid-template-columns: 1fr 1fr 1fr; } }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 32px 0; }
  @media (min-width: 768px) {
    .pagination {
      margin: 96px 0 72px; } }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  order: 3;
  margin-right: 5px; }
  .archive-pagination li.pagination-omission {
    margin: 0 16px; }
  .archive-pagination li a {
    background-color: #e7e7ea;
    color: #140e26;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 4px;
    padding: 14px 17px 12px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .archive-pagination li a:focus, .archive-pagination li a:hover {
      background-color: #140e26;
      color: #fff; }
  .archive-pagination li:nth-of-type(2) a {
    border-top-left-radius: 10px; }
  .archive-pagination li:nth-last-of-type(2) a {
    border-bottom-right-radius: 10px; }
  .archive-pagination li.active a {
    background-color: #140e26;
    color: #fff; }

.paged .archive-pagination li:nth-of-type(2) a {
  border-top-left-radius: 10px; }

.paged .archive-pagination li:nth-last-of-type(2) a {
  border-bottom-right-radius: 10px; }

.archive-pagination li.pagination-next a,
.archive-pagination li.pagination-previous a {
  background-color: transparent;
  color: #4732ca; }
  .archive-pagination li.pagination-next a:focus, .archive-pagination li.pagination-next a:hover,
  .archive-pagination li.pagination-previous a:focus,
  .archive-pagination li.pagination-previous a:hover {
    color: #6c57f2; }

.archive-pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 768px) {
    .archive-pagination ul {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center; } }

.archive-pagination li.pagination-next,
.archive-pagination li.pagination-previous {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 10px; }

.archive-pagination li.pagination-previous {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1; }

.archive-pagination li.pagination-next {
  text-align: right; }
  @media (max-width: 768px) {
    .archive-pagination li.pagination-next {
      order: 2;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2; } }
  .archive-pagination li.pagination-next a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin-right: -30px; }
    .archive-pagination li.pagination-next a::after {
      content: ' ';
      display: inline-block;
      width: 21px;
      height: 9px;
      top: 10px;
      right: 0;
      margin-left: 16px;
      background-repeat: no-repeat;
      background-position: right;
      background-size: cover;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background-image: url("../images/purple_arrow_short.svg");
      margin-right: 15px; }
    .archive-pagination li.pagination-next a:hover::after {
      background-image: url("../images/purple_arrow_short.svg");
      width: 36px;
      margin-right: 0; }

.archive-pagination li.pagination-previous a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-left: -30px; }
  .archive-pagination li.pagination-previous a::before {
    content: ' ';
    display: inline-block;
    width: 21px;
    height: 9px;
    top: 10px;
    right: 0;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url("../images/purple_arrow_short.svg");
    margin-left: 15px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .archive-pagination li.pagination-previous a:hover::before {
    background-image: url("../images/purple_arrow_short.svg");
    width: 36px;
    margin-left: 0; }

.archive-pagination li.pagination-previous span {
  color: #2c263c;
  margin-left: -30px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 14px 17px 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.4; }
  .archive-pagination li.pagination-previous span::before {
    content: ' ';
    opacity: 0.7;
    display: inline-block;
    width: 21px;
    height: 9px;
    top: 10px;
    right: 0;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url("../images/purple_arrow_short.svg");
    margin-left: 15px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); }

.archive-pagination li.pagination-next span {
  color: #2c263c;
  margin-right: -30px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 14px 17px 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.4; }
  .archive-pagination li.pagination-next span::after {
    content: ' ';
    opacity: 0.7;
    display: inline-block;
    width: 21px;
    height: 9px;
    top: 10px;
    right: 0;
    margin-left: 16px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url("../images/purple_arrow_short.svg");
    margin-right: 15px;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); }

/* Breadcrumbs
--------------------------------------------- */
.breadcrumb {
  border-bottom: 1px solid #f4f4f5;
  font-size: 16px;
  margin-bottom: 32px;
  padding-bottom: 16px; }

/* Blog Layout
--------------------------------------------- */
.archive-description {
  background-color: #140e26;
  color: #fff;
  padding: 12px 0 0;
  position: relative; }
  @media (min-width: 768px) {
    .archive-description {
      padding: 16px 0 0; } }
  @media (min-width: 1023px) {
    .archive-description {
      padding: 32px 0 48px; } }
  .archive-description .wrap > p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    max-width: 450px; }
  .archive-description.search-description {
    text-align: center; }
    .archive-description.search-description .archive-title {
      font-size: 40px; }

.archive-header-cta {
  background-color: rgba(10, 8, 20, 0.6);
  padding: 4% 5%; }
  @media (min-width: 1023px) {
    .archive-header-cta {
      position: absolute;
      max-width: 520px;
      padding: 30px 30px 20px 40px;
      right: 0;
      bottom: 0;
      border-top-left-radius: 40px; } }
  @media (min-width: 1140px) {
    .archive-header-cta {
      padding: 50px 50px 40px 64px;
      max-width: 600px; } }
  .archive-header-cta .cta-book {
    float: left;
    width: 24%; }
    .archive-header-cta .cta-book img {
      border-top-left-radius: 30px;
      box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25); }
  .archive-header-cta .cta-content {
    float: right;
    width: 70%; }
    .archive-header-cta .cta-content p {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 18px; }
  .archive-header-cta .cta-action {
    float: right;
    width: 70%; }
  @supports (grid-area: auto) {
    .archive-header-cta {
      display: grid;
      grid-template-columns: 1fr 4fr;
      grid-template-rows: auto auto;
      grid-template-areas: 'book content' 'cta cta';
      grid-column-gap: 10%;
      grid-row-gap: 10px;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
      @media (min-width: 600px) {
        .archive-header-cta {
          grid-template-columns: 1fr 5fr 4fr;
          grid-template-rows: auto;
          grid-template-areas: 'book content cta';
          grid-column-gap: 40px; } }
      @media (min-width: 1023px) {
        .archive-header-cta {
          grid-template-columns: 1fr 3fr;
          grid-template-rows: auto auto;
          grid-template-areas: 'book content' 'book cta';
          grid-column-gap: 40px; } }
      .archive-header-cta .cta-book,
      .archive-header-cta .cta-content,
      .archive-header-cta .cta-action {
        width: 100%;
        float: none; }
      .archive-header-cta .cta-book {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: book; }
      .archive-header-cta .cta-content {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-area: content; }
        .archive-header-cta .cta-content p {
          max-width: 240px;
          margin-bottom: 0; }
          @media (min-width: 600px) {
            .archive-header-cta .cta-content p {
              max-width: none; } }
      .archive-header-cta .cta-action {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-area: cta; }
        .archive-header-cta .cta-action .button {
          display: block; }
          @media (min-width: 600px) {
            .archive-header-cta .cta-action .button {
              display: inline-block; } } }

.content .post-summary h2.entry-title {
  font-family: whitman-display, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .content .post-summary h2.entry-title {
      font-size: 26px; } }
  @media (min-width: 960px) {
    .content .post-summary h2.entry-title {
      font-size: 28px; } }
  @media (min-width: 1140px) {
    .content .post-summary h2.entry-title {
      font-size: 32px; } }
  .content .post-summary h2.entry-title a {
    color: #140e26;
    text-decoration: none; }
    .content .post-summary h2.entry-title a:focus, .content .post-summary h2.entry-title a:hover {
      color: #4732ca;
      text-decoration: none; }

.archive.full-width-content .content .entry .entry-title {
  font-size: 24px; }
  @media (min-width: 768px) {
    .archive.full-width-content .content .entry .entry-title {
      font-size: 28px; } }
  @media (min-width: 960px) {
    .archive.full-width-content .content .entry .entry-title {
      font-size: 32px; } }
  @media (min-width: 1140px) {
    .archive.full-width-content .content .entry .entry-title {
      font-size: 36px; } }

.archive .site-inner {
  background-color: #f9f9fa; }

.archive .post-summary,
.display-posts-listing .post-summary {
  background-color: #fff;
  margin-bottom: 16px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .archive .post-summary,
    .display-posts-listing .post-summary {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 5.5fr 5fr;
      grid-template-columns: 5.5fr 5fr;
      grid-gap: 96px;
      padding: 0 8% 0 0;
      margin-bottom: 40px; } }
  .archive .post-summary:first-of-type,
  .display-posts-listing .post-summary:first-of-type {
    border-top-left-radius: 40px; }
  .archive .post-summary:last-of-type,
  .display-posts-listing .post-summary:last-of-type {
    border-bottom-right-radius: 40px; }
  .archive .post-summary .post-summary-image,
  .display-posts-listing .post-summary .post-summary-image {
    background-color: #4732ca;
    min-height: 200px;
    position: relative;
    overflow: hidden; }
    .archive .post-summary .post-summary-image a,
    .display-posts-listing .post-summary .post-summary-image a {
      min-height: 200px;
      background-size: cover !important;
      display: block;
      height: 100%;
      position: absolute;
      width: 100%;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform ease-in-out 1s;
      transition: -webkit-transform ease-in-out 1s;
      transition: transform ease-in-out 1s;
      transition: transform ease-in-out 1s, -webkit-transform ease-in-out 1s; }
      .archive .post-summary .post-summary-image a:focus, .archive .post-summary .post-summary-image a:hover,
      .display-posts-listing .post-summary .post-summary-image a:focus,
      .display-posts-listing .post-summary .post-summary-image a:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    @media (min-width: 768px) {
      .archive .post-summary .post-summary-image,
      .display-posts-listing .post-summary .post-summary-image {
        min-height: 375px; }
        .archive .post-summary .post-summary-image a,
        .display-posts-listing .post-summary .post-summary-image a {
          min-height: 375px; } }
  .archive .post-summary .post-summary-content,
  .display-posts-listing .post-summary .post-summary-content {
    -webkit-align-self: center;
                -ms-grid-row-align: center;
            align-self: center;
    padding: 72px 0; }
    @media (max-width: 767px) {
      .archive .post-summary .post-summary-content,
      .display-posts-listing .post-summary .post-summary-content {
        padding: 8% 10% 10% 10%;
        text-align: center; } }
  .archive .post-summary .read-more-wrap,
  .display-posts-listing .post-summary .read-more-wrap {
    margin-bottom: 0; }
    .archive .post-summary .read-more-wrap a,
    .display-posts-listing .post-summary .read-more-wrap a {
      border-bottom: 1px solid #4732ca;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      padding-bottom: 3px;
      text-transform: uppercase;
      text-decoration: none;
      position: relative; }
      .archive .post-summary .read-more-wrap a:after,
      .display-posts-listing .post-summary .read-more-wrap a:after {
        background-size: contain;
        content: '\27F6';
        display: block;
        right: -32px;
        position: absolute;
        top: -2px;
        font-size: 12px;
        -webkit-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
        font-weight: 400; }
      .archive .post-summary .read-more-wrap a:hover, .archive .post-summary .read-more-wrap a:focus,
      .display-posts-listing .post-summary .read-more-wrap a:hover,
      .display-posts-listing .post-summary .read-more-wrap a:focus {
        border-bottom: 1px solid #4732ca;
        color: #6c57f2; }
        .archive .post-summary .read-more-wrap a:hover:after, .archive .post-summary .read-more-wrap a:focus:after,
        .display-posts-listing .post-summary .read-more-wrap a:hover:after,
        .display-posts-listing .post-summary .read-more-wrap a:focus:after {
          right: -40px; }

/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 32px; }

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

.widget-title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (min-width: 768px) {
    .widget-title {
      margin-bottom: 30px; } }

/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #140e26;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .site-header {
      padding: 28px 0; } }
  @media (min-width: 960px) {
    .site-header {
      padding: 48px 0; } }

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 0;
  position: relative;
  z-index: 1000; }
  @media (min-width: 768px) {
    .title-area {
      margin-right: 5%; } }
  @media (min-width: 1140px) {
    .title-area {
      margin-right: 140px; } }

.site-title {
  margin: 0; }
  .site-title a {
    background: url(../images/logo.svg) no-repeat center left;
    background-size: contain;
    display: block;
    text-indent: -9999em;
    width: 100%;
    width: 157px;
    height: 28px; }

.site-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-primary ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%; }

.nav-primary .menu-item {
  float: left;
  list-style: none;
  position: relative; }
  .nav-primary .menu-item a {
    border: none;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    text-decoration: none; }
    @media (min-width: 768px) {
      .nav-primary .menu-item a {
        font-size: 18px; } }
    @media (min-width: 960px) {
      .nav-primary .menu-item a {
        font-size: 20px; } }
    @media (min-width: 1140px) {
      .nav-primary .menu-item a {
        font-size: 20px; } }
  .nav-primary .menu-item:hover > a,
  .nav-primary .menu-item.current-menu-item > a,
  .nav-primary .menu-item.current-menu-ancestor > a {
    color: #f8cf65; }

.nav-primary .sub-menu {
  padding: 7px; }

/* Primary
--------------------------------------------- */
@media (min-width: 769px) {
  .mobile-wrap {
    float: right;
    max-width: 480px; } }

@media (min-width: 1040px) {
  .mobile-wrap {
    float: none;
    max-width: none; } }

@media (max-width: 768px) {
  .mobile-wrap {
    display: none; }
    .mobile-menu-expanded .mobile-wrap, .mobile-wrap.active {
      background-color: #140e26;
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 999;
      padding-top: 100px;
      height: 100%;
      display: block; } }

.header-social-search {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr auto;
  grid-template-rows: 1fr 1fr auto;
  max-width: 240px;
  margin: 24px auto 0;
  grid-gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  justify-items: center; }
  @media (min-width: 768px) {
    .header-social-search {
      display: block;
      float: right;
      margin: 8px 0 0 0; } }
  @media (min-width: 1040px) {
    .header-social-search {
      margin: 0; } }
  .header-social-search .social-icon {
    line-height: 1;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    @media (min-width: 768px) {
      .header-social-search .social-icon {
        opacity: 0.5;
        margin-left: 16px; } }
    .header-social-search .social-icon svg {
      fill: #fff;
      width: 28px;
      height: 28px;
      margin-top: calc((28px - 28px) / 2);
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
      @media (min-width: 768px) {
        .header-social-search .social-icon svg {
          width: 15px;
          height: 15px;
          margin-top: calc((15px - 15px) / 2); } }
    .header-social-search .social-icon:focus, .header-social-search .social-icon:hover {
      opacity: 1; }
      .header-social-search .social-icon:focus svg, .header-social-search .social-icon:hover svg {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }

@media (max-width: 768px) {
  .nav-primary {
    clear: both;
    display: block;
    padding: 0;
    position: relative;
    text-align: center; }
    .nav-primary .menu-item.search,
    .nav-primary .sub-menu {
      display: none; }
    .nav-primary .menu-item {
      float: none; }
    .nav-primary .submenu-active .submenu-expand {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .nav-primary .submenu-active > .sub-menu {
      display: block; }
    .nav-primary .menu > .menu-item > a {
      font-size: 22px;
      font-family: whitman-display, serif;
      font-weight: 700;
      padding: 20px; }
    .nav-primary .menu > .menu-item.menu-item-has-children {
      padding-right: 32px; }
    .nav-primary .sub-menu .menu-item > a {
      padding: 10px 0 10px 32px; }
    .nav-primary .submenu-expand {
      position: absolute;
      right: 0;
      top: 0;
      width: 32px;
      height: 56px;
      text-align: center;
      line-height: 0;
      cursor: pointer;
      outline: none; }
      .nav-primary .submenu-expand svg {
        width: 16px;
        height: 16px;
        margin-top: calc((56px - 16px) / 2); }
      .nav-primary .submenu-expand:hover svg {
        fill: #f8cf65; } }

@media (min-width: 769px) {
  .nav-primary {
    float: right;
    width: auto; }
    .nav-primary .menu > .menu-item {
      margin: 0 16px 0; }
      .nav-primary .menu > .menu-item:last-child {
        margin-right: 0; }
      .nav-primary .menu > .menu-item > a {
        font-size: 14px;
        padding: 8px 0 6px;
        border-bottom: 2px solid rgba(255, 255, 255, 0); }
      .nav-primary .menu > .menu-item:hover > a,
      .nav-primary .menu > .menu-item.current-menu-item > a,
      .nav-primary .menu > .menu-item.current-menu-ancestor > a {
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      .nav-primary .menu > .menu-item.current-menu-item > a,
      .nav-primary .menu > .menu-item.current-menu-ancestor > a {
        font-weight: 700; }
      .nav-primary .menu > .menu-item:hover > .sub-menu {
        left: auto;
        opacity: 1;
        -webkit-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
      .nav-primary .menu > .menu-item.menu-item-has-children > a {
        padding-right: 26px; }
    .nav-primary .submenu-expand {
      position: absolute;
      right: 8px;
      top: 50%;
      margin-top: -5px;
      line-height: 0; }
      .nav-primary .submenu-expand svg {
        width: 10px;
        height: 10px; }
    .nav-primary .sub-menu {
      background: #f9f9fa;
      left: -9999px;
      opacity: 0;
      padding: 7px;
      position: absolute;
      width: 180px;
      z-index: 99;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
      .nav-primary .sub-menu .menu-item {
        float: none; }
        .nav-primary .sub-menu .menu-item > a {
          padding: 10px; }
      .nav-primary .sub-menu .sub-menu {
        margin: -54px 0 0 199px; } }

@media (min-width: 1040px) {
  .nav-primary {
    float: left;
    width: auto; }
    .nav-primary .menu > .menu-item {
      margin: 0 20px; }
      .nav-primary .menu > .menu-item:last-child {
        margin-right: 0; } }

/* Mobile
--------------------------------------------- */
.nav-mobile {
  float: right;
  width: auto; }
  @media (min-width: 769px) {
    .nav-mobile {
      display: none; } }

.mobile-menu-toggle {
  border: none;
  border-radius: 0;
  display: block;
  padding: 8px 10px 4px 10px;
  width: 100%;
  position: relative;
  z-index: 1000;
  background-color: transparent;
  font-size: 15px; }
  .mobile-menu-toggle:focus, .mobile-menu-toggle:hover,
  .mobile-menu-expanded .mobile-menu-toggle {
    outline: none;
    background-color: transparent; }
    .mobile-menu-toggle:focus svg, .mobile-menu-toggle:hover svg,
    .mobile-menu-expanded .mobile-menu-toggle svg {
      fill: #fff; }
  .mobile-menu-toggle svg {
    fill: #fff;
    vertical-align: middle;
    margin-right: 10px; }
  .mobile-menu-toggle .menu-close {
    display: none; }
  .mobile-menu-expanded .mobile-menu-toggle .menu-close {
    display: inline; }
  .mobile-menu-expanded .mobile-menu-toggle .menu-open {
    display: none; }

/* Header Search
-------------------------------------- */
.header-search {
  position: relative;
  display: block;
  float: right;
  width: auto; }
  @media (max-width: 767px) {
    .header-search {
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-column-span: 3;
      grid-column-end: 4;
      -ms-grid-row: 3;
          grid-row-start: 3;
      -ms-grid-row-span: 1;
      grid-row-end: 4; }
      .header-search ::-moz-placeholder {
        color: #2c263c;
        opacity: 1; }
      .header-search ::-webkit-input-placeholder {
        color: #2c263c; } }
  .header-search input {
    margin-bottom: 0;
    border-radius: 15px 0; }
  .header-search ::-moz-placeholder {
    color: #f4f4f5;
    opacity: 1; }
  .header-search ::-webkit-input-placeholder {
    color: #f4f4f5; }
  .header-search .search-form {
    display: block; }
    @media (min-width: 768px) {
      .header-search .search-form {
        display: none; } }
  .header-search .search-submit svg {
    fill: #4732ca;
    width: 15px;
    height: 15px;
    margin-top: calc((15px - 15px) / 2); }
    @media (min-width: 768px) {
      .header-search .search-submit svg {
        fill: #f4f4f5; } }
  .header-search .mobile-search-toggle {
    display: none;
    background-color: transparent;
    padding: 5px 0 0 0;
    border-radius: 9px;
    opacity: 1; }
    @media (min-width: 768px) {
      .header-search .mobile-search-toggle {
        display: block; } }
    @media (min-width: 768px) {
      .header-search .mobile-search-toggle {
        float: right;
        margin: 0 0 0 16px;
        opacity: 0.7; } }
    .header-search .mobile-search-toggle svg {
      fill: #fff;
      width: 28px;
      height: 28px;
      margin-top: calc((28px - 28px) / 2); }
      @media (min-width: 768px) {
        .header-search .mobile-search-toggle svg {
          width: 15px;
          height: 15px;
          margin-top: calc((15px - 15px) / 2); } }
    .header-search .mobile-search-toggle .search-close {
      display: none; }
    @media (min-width: 1400px) {
      .header-search .mobile-search-toggle {
        display: block; } }
  .header-search.search-active .mobile-search-toggle {
    background-color: transparent;
    opacity: 1; }
  .header-search.search-active .search-form {
    background-color: #4732ca;
    border: none;
    display: block;
    position: absolute !important;
    right: 0;
    top: calc(100% + 10px);
    z-index: 999;
    width: 300px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 4px;
    box-shadow: 0px 30px 60px rgba(43, 51, 68, 0.35); }
    .header-search.search-active .search-form input {
      background-color: #4732ca;
      color: #fff; }
  .header-search.search-active .search-close {
    display: inline;
    fill: #fff; }
  .header-search.search-active .search-icon {
    display: none; }

/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 32px; }
  @media (min-width: 960px) {
    .entry {
      margin-bottom: 48px; } }
  .page .entry {
    margin-bottom: 0; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 32px;
  margin-left: 0; }

.entry-content ol > li {
  list-style-type: decimal;
  margin-bottom: 24px; }

.entry-content ul > li {
  list-style-type: disc;
  margin-bottom: 24px; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #f5f5f5; }

.entry-content svg {
  vertical-align: middle; }

.entry-content .caption,
.entry-content figcaption {
  color: #767087;
  font-size: 14px;
  font-weight: 500;
  text-align: center; }

.entry-content h3 {
  font-size: 26px; }

.entry-content h2 {
  font-family: whitman-display, serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .entry-content h2 {
      font-size: 54px; } }
  @media (min-width: 960px) {
    .entry-content h2 {
      font-size: 64px; } }
  @media (min-width: 1140px) {
    .entry-content h2 {
      font-size: 70px; } }

.entry-content ul.list-arrow li,
.entry-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 40px; }
  .entry-content ul.list-arrow li::before,
  .entry-content ul li::before {
    background: url("../images/arrow-right.png") no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 16px; }

.content .sticky {
  background-color: #f5f5f5;
  padding: 32px; }

/* Entry Meta
--------------------------------------------- */
.single-post .entry-header {
  background-color: #140e26;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 1000%;
  display: block;
  padding: 24px 5% 120px; }
  @media (min-width: 768px) {
    .single-post .entry-header {
      padding: 48px 5% 120px; } }
  @media (min-width: 768px) {
    .single-post .entry-header {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: 100vw;
      max-width: 1000%;
      display: block;
      padding: 24px 0 140px; } }
  @media (min-width: 960px) {
    .single-post .entry-header {
      padding: 72px 0 160px; } }
  .single-post .entry-header .entry-title {
    color: #fff;
    max-width: 750px;
    margin: 0 auto;
    text-align: center; }

p.entry-meta {
  color: #95939d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 24px;
  text-transform: uppercase; }
  p.entry-meta a {
    color: #2c263c;
    font-weight: 700;
    margin-left: 16px; }
  .single-post p.entry-meta {
    margin-bottom: 12px;
    text-align: center;
    color: #8c8995; }

.entry-footer .entry-meta {
  border-bottom: 1px solid #e7e7ea;
  padding: 48px 0; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: '\2014';
  margin: 0 6px 0 2px; }

.single-image-wrap {
  margin-top: -80px;
  margin-bottom: 30px; }
  .single-image-wrap img {
    box-shadow: 0px 40px 70px rgba(43, 51, 68, 0.2);
    border-radius: 40px 0;
    height: auto;
    margin: 0 auto; }
  @media (min-width: 960px) {
    .single-image-wrap {
      background-color: transparent;
      border-radius: 40px 0;
      margin-top: -100px;
      margin-bottom: 36px;
      margin-left: -112px;
      margin-right: -112px;
      width: calc(100% + 224px);
      display: block; }
      .single-image-wrap img {
        border-radius: 40px 0; } }

/* Author Box 
--------------------------------------------- */
.author-box {
  margin-bottom: 32px; }
  .author-box p {
    color: #2c263c;
    font-size: 16px;
    line-height: 1.6; }
  @media (min-width: 960px) {
    .author-box {
      margin-bottom: 48px; } }
  .author-box .avatar {
    float: none;
    box-shadow: 0px 20px 40px rgba(43, 51, 68, 0.15);
    margin: 0 auto 20px auto; }
    @media (min-width: 600px) {
      .author-box .avatar {
        margin: 0 72px 0 0;
        float: left; } }
  .author-box .author-box-title {
    color: #2c263c;
    margin: 16px 0;
    text-align: center; }
    @media (min-width: 600px) {
      .author-box .author-box-title {
        text-align: left; } }
  .author-box .author-box-content {
    text-align: center; }
    @media (min-width: 600px) {
      .author-box .author-box-content {
        margin-left: 164px;
        text-align: left; } }
    .author-box .author-box-content a {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      margin-top: 20px;
      text-transform: uppercase;
      text-decoration: none;
      border-bottom: 1px solid #4732ca;
      line-height: 2; }
      .author-box .author-box-content a:focus, .author-box .author-box-content a:hover {
        color: #6c57f2;
        border-bottom: 1px solid #6c57f2; }

/* After Entry CTA
--------------------------------------------- */
.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px; }
  @media (min-width: 960px) {
    .after-entry {
      padding: 32px 64px; }
      .after-entry .enews {
        padding-left: 32px;
        padding-right: 32px; } }
  .after-entry .widget:last-of-type {
    margin-bottom: 0; }

/* WordPress
--------------------------------------------- */
.aligncenter {
  text-align: center; }

a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft,
.alignright {
  display: block;
  margin: 0 auto 16px;
  width: 100%; }

@media (min-width: 600px) {
  .alignright {
    float: right;
    margin: 0 0 32px 16px;
    text-align: right;
    width: auto; }
  .alignleft {
    float: left;
    margin: 0 32px 16px 0;
    text-align: left;
    width: auto; } }

.alignfull {
  margin-left: -5.5%;
  margin-right: -5.5%;
  width: 111%;
  max-width: 111%;
  display: block; }
  @media (min-width: 600px) {
    .alignfull {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: 100vw;
      max-width: 1000%;
      display: block; } }
  .alignfull img {
    width: 100%; }

.alignwide {
  margin-left: -32px;
  margin-right: -32px;
  width: calc(100% + 32px * 2);
  max-width: calc(100% + 32px * 2);
  display: block; }
  @media (min-width: 768px) {
    .alignwide {
      margin-left: -128px;
      margin-right: -128px;
      width: auto;
      max-width: calc(100% + 64px * 4);
      display: block; } }
  @media (min-width: 1140px) {
    .alignwide {
      margin-left: -219px;
      margin-right: -219px;
      width: auto;
      max-width: 1140px;
      display: block; }
      .full-width-content .alignwide {
        margin-left: 0;
        margin-right: 0; } }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 32px; }

img.alignnone,
.alignnone {
  margin-bottom: 16px; }

a.alignleft,
.wp-caption.alignleft {
  margin: 0 16px 16px 0; }

a.alignright,
.wp-caption.alignright {
  margin: 0 0 16px 16px; }

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 16px; }

/* Page heading
--------------------------------------------- */
.page h1.entry-title {
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .page h1.entry-title {
      margin-bottom: 48px; } }
  @media (min-width: 1140px) {
    .page h1.entry-title {
      margin-bottom: 64px; } }

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 18px;
  margin-bottom: 40px; }
  @media (min-width: 960px) {
    .comment-respond,
    .entry-comments,
    .entry-pings {
      margin-bottom: 60px; } }

.entry-comments {
  margin-top: 60px; }
  @media (min-width: 768px) {
    .entry-comments {
      margin: 120px -65px 0;
      width: calc(100% + 130px); } }
  .entry-comments h3 {
    text-align: center;
    font-family: whitman-display, serif;
    font-size: 32px;
    margin-bottom: 60px; }

.comment-list li {
  padding: 10px 0 0 60px; }

.comment-list > li:first-child > article {
  border-top-left-radius: 40px; }

.comment-list .depth-1 {
  padding-left: 0;
  position: relative;
  z-index: 2; }
  .comment-list .depth-1::before {
    content: '';
    height: calc(100% - 10px);
    width: 2px;
    display: block;
    background-color: #eae9eb;
    position: absolute;
    left: 30px;
    z-index: -1; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-respond input[type='email'],
.comment-respond input[type='text'],
.comment-respond input[type='url'] {
  width: 100%; }
  @media (min-width: 960px) {
    .comment-respond input[type='email'],
    .comment-respond input[type='text'],
    .comment-respond input[type='url'] {
      width: 50%; } }

.comment-respond label {
  display: block;
  margin: 0 12px 4px 0;
  font-size: 16px; }

.comment-respond {
  margin-top: 60px; }
  @media (min-width: 768px) {
    .comment-respond {
      margin: 120px -65px 0;
      width: calc(100% + 130px); } }
  .comment-respond h3.comment-reply-title {
    text-align: center;
    font-family: whitman-display, serif;
    font-size: 32px; }
  .comment-respond .comment-notes {
    text-align: center;
    margin-bottom: 48px;
    display: block; }
  .comment-respond .comment-form-comment {
    margin-bottom: 0; }
    .comment-respond .comment-form-comment textarea {
      border-top-left-radius: 16px; }
  @media (min-width: 768px) {
    .comment-respond .comment-form-author {
      width: 45%;
      float: left; } }
  .comment-respond .comment-form-author input {
    width: 100%; }
  @media (min-width: 768px) {
    .comment-respond .comment-form-email {
      width: 45%;
      float: right; } }
  .comment-respond .comment-form-email input {
    width: 100%;
    border-bottom-right-radius: 16px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.comment-form-cookies-consent input {
  float: left;
  display: block;
  margin-top: 6px; }

.comment-form-cookies-consent label {
  margin-left: 20px; }

.comment .avatar {
  margin: 0 0 12px;
  border: 3px solid #fff;
  display: block;
  float: none; }
  @media (min-width: 600px) {
    .comment .avatar {
      margin: 0 auto 20px; } }

.comment-list .comment article {
  background-color: #f9f9fa;
  margin-bottom: 15px;
  padding: 28px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  -ms-grid-rows: auto 20px auto 20px auto;
      grid-template-areas: 'meta' 'content' 'reply';
  grid-column-gap: 32px; }
  @media (min-width: 600px) {
    .comment-list .comment article {
      padding: 48px;
      -ms-grid-columns: 1fr 32px 4fr;
      grid-template-columns: 1fr 4fr;
          grid-template-areas: 'meta content' 'meta reply';
      grid-column-gap: 32px; }
    .comment-list .comment article > .cta-content {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  @media (min-width: 768px) {
    .comment-list .comment article {
      grid-column-gap: 60px; } }
  .comment-list .comment article .comment-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: meta;
    text-align: left; }
    @media (min-width: 600px) {
      .comment-list .comment article .comment-header {
        text-align: center; } }
  .comment-list .comment article .comment-content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: content; }
  .comment-list .comment article .comment-reply {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: reply; }
  @media (min-width: 600px) {
        .archive-header-cta .cta-book {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
        .archive-header-cta .cta-content {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
        .archive-header-cta .cta-action {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
    .comment-list .comment article .comment-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1; }
        .comment-list .comment article .comment-content {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .comment-list .comment article > .comment-content {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .comment-list .comment article .comment-reply {
    -ms-grid-row: 2;
    -ms-grid-column: 3; } }
  @media (min-width: 1023px) {
        .archive-header-cta .cta-book {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1; }
        .archive-header-cta .cta-content {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
        .archive-header-cta .cta-action {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
        .comment-list .comment article .comment-content {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }

.comment-list .children .comment article {
  background-color: #f8f7fe; }

.comment-header .comment-author-name {
  display: block;
  color: #140e26;
  font-weight: 700;
  text-decoration: none;
  line-height: 1; }
  .comment-header .comment-author-name a {
    color: #140e26;
    font-weight: 700;
    text-decoration: none; }

.comment-reply a.comment-reply-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 2px;
  border-bottom: 1px solid #4732ca;
  padding-bottom: 4px; }
  .comment-reply a.comment-reply-link:focus, .comment-reply a.comment-reply-link:hover {
    color: #6c57f2;
    border-color: #6c57f2; }

p.comment-meta {
  line-height: 1;
  margin-top: 4px; }

.comment-time {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #938f9b;
  text-decoration: none;
  font-weight: 700;
  line-height: 1; }

.single-more-posts {
  background-color: #f9f9fa;
  padding: 48px 0 36px; }
  @media (min-width: 768px) {
    .single-more-posts {
      padding: 90px 0 64px; } }
  @media (min-width: 1140px) {
    .single-more-posts {
      padding: 120px 0 72px; } }
  .single-more-posts #unslider {
    position: relative; }
  .single-more-posts #unslider ul {
    margin: 0 !important;
    padding: 0; }
  .single-more-posts #unslider ul > li {
    float: left;
    margin: 0;
    padding: 24px 0 12px;
    list-style-type: none;
    height: 540px; }
    @media (min-width: 768px) {
      .single-more-posts #unslider ul > li {
        padding: 48px 0 12px; } }
    @media (min-width: 1140px) {
      .single-more-posts #unslider ul > li {
        padding: 72px 0 12px; } }
  .single-more-posts #unslider ol.dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 14px;
    margin: 12px 0 0 0;
    padding: 0 !important; }
  .single-more-posts #unslider ol.dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 20px 0 0;
    background: #ddd;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer; }
  .single-more-posts #unslider ol.dots li.active {
    background: #4732ca; }
  .single-more-posts .more-posts-date {
    color: #767087;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 8px 0 0 0;
    display: block;
    text-transform: uppercase; }

.single-more-posts .post-summary {
  background-color: #fff;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .single-more-posts .post-summary {
      margin-bottom: 0; } }
  .single-more-posts .post-summary:first-child {
    border-top-left-radius: 40px;
    overflow: hidden; }
  .single-more-posts .post-summary:last-child {
    border-bottom-right-radius: 40px;
    overflow: hidden; }
  .single-more-posts .post-summary .post-summary-content {
    padding: 10% 12%; }
  .single-more-posts .post-summary h2.entry-title {
    font-size: 24px; }
  .single-more-posts .post-summary p.entry-meta {
    text-align: left; }

.more-posts-gird-more.blck-3-cols {
  grid-column-gap: 120px;
  grid-row-gap: 32px; }

.more-posts-gird-more a {
  color: #140e26;
  display: block;
  font-weight: 700;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .more-posts-gird-more a {
      margin-bottom: 0; } }

@media (max-width: 767px) {
  .single-more-posts #unslider ul > li {
    height: auto;
    padding-bottom: 48px; }
  .single-more-posts #unslider ol.dots {
    margin-top: 50px; } }

@media (max-width: 768px) {
  .singe-shares-wrap {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; } }

.single-post-shares-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 40px; }
  @media (min-width: 768px) {
    .single-post-shares-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      margin: 0 0 50px; } }
  .single-post-shares-section .share-title {
    color: #767087;
    margin-right: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-top: 12px; }
    @media (min-width: 768px) {
      .single-post-shares-section .share-title {
        margin-top: 6px; } }

.single-post-shares-section .sharebutton a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 24px 10px;
  margin-right: 8px;
  line-height: 1;
  display: block;
  border-radius: 9px 0; }
  @media (min-width: 768px) {
    .single-post-shares-section .sharebutton a {
      padding: 9px 40px 7px 8px;
      border-radius: 0;
      margin-right: 6px; } }
  .single-post-shares-section .sharebutton a span {
    display: none; }
    @media (min-width: 768px) {
      .single-post-shares-section .sharebutton a span {
        display: inline-block; } }
  .single-post-shares-section .sharebutton a svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    margin-top: calc((16px - 16px) / 2);
    margin: 0 0 -1px 0; }
    @media (min-width: 768px) {
      .single-post-shares-section .sharebutton a svg {
        width: 13px;
        height: 13px;
        margin-top: calc((13px - 13px) / 2);
        margin: 0 32px -1px 0; } }
  .single-post-shares-section .sharebutton a:hover {
    opacity: 0.8; }

.single-post-shares-section .sharebutton.fb-like a {
  background-color: #4164ab;
  border-top-left-radius: 7px; }

.single-post-shares-section .sharebutton.sharertwitter a {
  background-color: #4199d0; }

.single-post-shares-section .sharebutton.sharerlinkedin a {
  background-color: #0f73b0;
  border-bottom-right-radius: 7px; }

.single-post-shares-section .share-total-count {
  margin-left: 2%;
  color: #767087;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 3fr;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
      grid-template-areas: 'icon count' 'icon label'; }
  .single-post-shares-section .share-total-count svg {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: icon;
    fill: #767087; }
  .single-post-shares-section .share-total-count span {
    display: block;
    line-height: 1; }
  .single-post-shares-section .share-total-count .number {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: count;
    -ms-grid-row-align: end;
        align-self: end; }
  .single-post-shares-section .share-total-count .label {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    grid-area: label;
    -ms-grid-row-align: start;
        align-self: start; }

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #2c263c;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  padding: 48px 0 32px;
  text-align: center; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 60px 0 48px; } }
  .site-footer a {
    color: #fff; }
  .site-footer .footer-menu a {
    margin: 12px; }
  .site-footer p {
    margin-bottom: 18px; }

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #2c263c;
  clear: both;
  font-size: 15px; }

.footer-widgets .wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 400px;
  margin: 0 auto;
  padding: 5%;
  text-align: center; }
  @media (min-width: 500px) {
    .footer-widgets .wrap {
      text-align: left;
      padding: 5% 0; } }
  @media (min-width: 768px) {
    .footer-widgets .wrap {
      margin-left: 5%;
      margin-right: 5%;
      max-width: none; } }
  @media (min-width: 1140px) {
    .footer-widgets .wrap {
      margin-left: auto;
      margin-right: auto;
      max-width: 1110px;
      padding: 120px 0 90px; } }

.footer-widget-area {
  float: left;
  display: block; }
  .footer-widget-area .widget-title {
    color: #fff; }
  .footer-widget-area a {
    color: #fff;
    opacity: 0.5; }
    .footer-widget-area a:focus, .footer-widget-area a:hover {
      opacity: 1; }
  .footer-widget-area h5 {
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .footer-widget-area.footer-widgets-1, .footer-widget-area.footer-widgets-2, .footer-widget-area.footer-widgets-3, .footer-widget-area.footer-widgets-4, .footer-widget-area.footer-widgets-5 {
    margin-right: 0;
    width: 100%;
    margin-bottom: 32px; }
  @media (min-width: 500px) {
    .footer-widget-area.footer-widgets-1 {
      margin-right: 0;
      width: 100%;
      text-align: center; }
    .footer-widget-area.footer-widgets-2, .footer-widget-area.footer-widgets-3, .footer-widget-area.footer-widgets-4, .footer-widget-area.footer-widgets-5 {
      margin-right: 8%;
      width: 46%; }
    .footer-widget-area.footer-widgets-3, .footer-widget-area.footer-widgets-5 {
      margin-right: 0; } }
  @media (min-width: 768px) {
    .footer-widget-area.footer-widgets-1 {
      margin-right: 20%;
      width: 40%;
      text-align: left; }
    .footer-widget-area.footer-widgets-2 {
      margin-right: 0;
      width: 40%; }
    .footer-widget-area.footer-widgets-3, .footer-widget-area.footer-widgets-4, .footer-widget-area.footer-widgets-5 {
      margin-right: 5%;
      width: 30%; }
    .footer-widget-area.footer-widgets-5 {
      margin-right: 0; } }
  @media (min-width: 960px) {
    .footer-widget-area.footer-widgets-1 {
      margin-right: 5%;
      width: 20%;
      margin-bottom: 0; }
    .footer-widget-area.footer-widgets-2, .footer-widget-area.footer-widgets-3, .footer-widget-area.footer-widgets-4, .footer-widget-area.footer-widgets-5 {
      margin-right: 2.75%;
      width: 16.6875%;
      margin-bottom: 0; }
    .footer-widget-area.footer-widgets-5 {
      margin-right: 0;
      margin-bottom: 0; } }

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0; }

.footer-logo {
  margin: 0 auto 24px; }
  @media (min-width: 768px) {
    .footer-logo {
      margin: -10px 0 40px 0; } }

@media (max-width: 768px) {
  .footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 24px; } }

.footer-social a {
  background-color: #251f35;
  padding: 12px 16px 8px 16px;
  line-height: 1;
  border-radius: 0 10px;
  margin: 16px 16px 0 0;
  display: block;
  float: left;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 1; }
  .footer-social a svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    margin-top: calc((16px - 16px) / 2); }
  .footer-social a:focus, .footer-social a:hover {
    background-color: #4732ca; }

/* Front Page
---------------------------------------------------------------------------------------------------- */
.front-page .site-inner {
  padding-top: 0; }

.front-page .site-header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 99999; }

.front-page .archive-header-cta {
  margin: 30px -5% 0; }
  @media (min-width: 1023px) {
    .front-page .archive-header-cta {
      margin: 0; } }

.front-page .front-about-section {
  background: url("../images/s_bg_light_new.png") no-repeat;
  background-size: 100%;
  background-position: left -100px top -100px; }
  @media (min-width: 600px) {
    .front-page .front-about-section {
      background-size: 90%; } }
  @media (min-width: 960px) {
    .front-page .front-about-section {
      background-size: 50%; } }

.front-page
.front-about-section.wp-block-authentik-block-authentik-wrapper.has-background-dim::before {
  background-color: #fff;
  opacity: 0; }

.front-page.mobile-menu-expanded .site-header {
  position: static; }

.front-page-social-icons {
  margin-top: 24px; }
  @media (min-width: 768px) {
    .front-page-social-icons {
      margin-top: 60px; } }
  .front-page-social-icons a {
    background-color: #f4f4f5;
    border-radius: 0 12px;
    padding: 8px 24px;
    margin: 12px 8px 12px 0;
    display: block;
    float: left;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    .front-page-social-icons a:hover, .front-page-social-icons a:focus {
      background-color: #e7e7ea;
      border-radius: 0 16px; }
      .front-page-social-icons a:hover svg, .front-page-social-icons a:focus svg {
        fill: #4732ca; }
    .front-page-social-icons a svg {
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      fill: #2c263c; }

@media (max-width: 768px) {
  .front-page .front-about-section p.intro {
    margin-bottom: 0; } }

@media (max-width: 1139px) {
  .front-page .front-about-section .wp-block-columns.has-2-columns {
    grid-gap: 72px; }
    .front-page .front-about-section .wp-block-columns.has-2-columns .wp-block-column {
      -webkit-align-self: start;
                  -ms-grid-row-align: start;
              align-self: start; }
      .front-page .front-about-section .wp-block-columns.has-2-columns .wp-block-column .wp-block-image {
        margin-top: 0; } }

@media (max-width: 767px) {
  .front-page .front-about-image-1 img {
    float: right;
    max-width: 47%;
    margin: 0 0 5% 3%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 30px; } }

@media (max-width: 499px) {
  .front-page .front-about-image-1 img {
    float: none;
    max-width: none;
    margin: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 0; } }

@media (max-width: 767px) {
  .front-page .front-about-image-2 .alignright {
    float: none;
    margin: 0; }
  .front-page .front-about-image-2 img {
    float: left;
    width: 47%;
    margin: 0 3% 5% 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 0; } }

@media (max-width: 499px) {
  .front-page .front-about-image-2 img {
    float: none;
    max-width: 100%;
    margin: 0;
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-right-radius: 30px; } }

.front-page .front-about-section .wp-block-button__link {
  display: inline; }

.front-my-companies.wp-block-authentik-block-authentik-wrapper {
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .front-my-companies.wp-block-authentik-block-authentik-wrapper {
      padding-bottom: 72px; } }

.front-page .front-work-with-me .wp-block-columns.has-2-columns .wp-block-column {
  margin-top: 0; }

@media (max-width: 767px) {
  .front-page .front-work-with-me .padding-top {
    padding-top: 20px; } }

@media (max-width: 767px) {
  .front-page .front-more-button.padding-top {
    padding-top: 24px;
    margin-bottom: 0; } }

.footer-cta {
  background: #140e26 url("../images/s_bg_grey.png") no-repeat;
  background-position: -20px -40px;
  background-size: 40%;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5%; }
  @media (min-width: 768px) {
    .footer-cta {
      padding: 6% 0; } }
  @media (min-width: 1140px) {
    .footer-cta {
      padding: 100px 0; } }

.footer-cta-grid {
  display: block; }
  @supports (grid-area: auto) {
    .footer-cta-grid {
      display: grid;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      grid-column-gap: 32px;
      grid-row-gap: 20px;
      grid-template-columns: 3fr 9fr;
      grid-template-areas: 'cover headline' 'features features' 'action action'; }
      .footer-cta-grid > div {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
      @media (min-width: 600px) {
        .footer-cta-grid {
          grid-column-gap: 32px;
          grid-row-gap: 20px;
          grid-template-columns: 2fr 9fr;
          grid-template-areas: 'cover headline' 'features features' 'action action'; } }
      @media (min-width: 768px) {
        .footer-cta-grid {
          grid-column-gap: 72px;
          grid-row-gap: 0;
          grid-template-columns: 3fr 8fr;
          grid-template-areas: 'cover headline' 'cover features' 'action action'; } }
      @media (min-width: 860px) {
        .footer-cta-grid {
          grid-column-gap: 72px;
          grid-row-gap: 0;
          grid-template-columns: 3fr 7fr;
          grid-template-areas: 'cover headline' 'cover features' 'cover action'; } }
      @media (min-width: 1070px) {
        .footer-cta-grid {
          grid-column-gap: 72px;
          grid-row-gap: 0;
          grid-template-columns: 1.6fr 6fr;
          grid-template-areas: 'cover headline' 'cover features' 'cover action'; } }
      @media (min-width: 1140px) {
        .footer-cta-grid {
          grid-column-gap: 154px;
          grid-row-gap: 0;
          grid-template-columns: 1fr 3.5fr;
          grid-template-areas: 'cover headline' 'cover features' 'cover action'; } } }

.footer-cta-cover {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  float: left;
  width: 20%;
  margin-right: 13%;
  grid-area: cover; }

.tool-kit-cover {
  border-radius: 0 30px;
  box-shadow: 0px 40px 70px rgba(0, 0, 0, 0.15); }

.footer-cta-headline {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  float: left;
  width: 65%;
  margin-top: 12px;
  grid-area: headline; }
  .footer-cta-headline h2 {
    font-family: whitman-display, serif;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 3.5%; }
    @media (min-width: 768px) {
      .footer-cta-headline h2 {
        font-size: 28px; } }
    @media (min-width: 960px) {
      .footer-cta-headline h2 {
        font-size: 36px; } }
    @media (min-width: 1140px) {
      .footer-cta-headline h2 {
        font-size: 40px; } }
    @media (min-width: 1140px) {
      .footer-cta-headline h2 {
        margin-bottom: 32px; } }
    @media (max-width: 499px) {
      .footer-cta-headline h2 {
        font-size: 20px;
        font-weight: 700; } }

.footer-cta-features {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  float: left;
  width: 67%;
  grid-area: features; }
  .footer-cta-features .cta-features {
    display: block; }
    @media (min-width: 768px) {
      .footer-cta-features .cta-features {
        margin: 0 0 48px 0; } }
    .footer-cta-features .cta-features span {
      font-size: 16px;
      margin-right: 32px;
      position: relative;
      padding-left: 28px;
      display: inline-block; }
      @media (min-width: 768px) {
        .footer-cta-features .cta-features span {
          display: block; } }
      @media (min-width: 1070px) {
        .footer-cta-features .cta-features span {
          display: inline-block; } }
      @media (min-width: 1140px) {
        .footer-cta-features .cta-features span {
          margin-right: 48px; } }
      .footer-cta-features .cta-features span::before {
        background: url("../images/check_white.png") no-repeat;
        background-size: contain;
        content: '';
        height: 16px;
        left: 0;
        position: absolute;
        top: 3px;
        width: 16px; }

.footer-cta-action {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  float: left;
  grid-area: action;
  width: 67%; }

@media (min-width: 600px) {
        .footer-cta-cover {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
        .footer-cta-headline {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
        .footer-cta-features {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
        .footer-cta-action {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; } }

@media (min-width: 768px) {
        .footer-cta-cover {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1; }
        .footer-cta-headline {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
        .footer-cta-features {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
        .footer-cta-action {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; } }

@media (min-width: 860px) {
        .footer-cta-cover {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1; }
        .footer-cta-headline {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
        .footer-cta-features {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
        .footer-cta-action {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; } }

@media (min-width: 1070px) {
        .footer-cta-cover {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1; }
        .footer-cta-headline {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
        .footer-cta-features {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
        .footer-cta-action {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; } }

@media (min-width: 1140px) {
        .footer-cta-cover {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1; }
        .footer-cta-headline {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
        .footer-cta-features {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
        .footer-cta-action {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; } }
  @media (min-width: 860px) {
    .footer-cta-action {
      margin-bottom: 24px; } }
  .footer-cta-action .button {
    display: block; }
    @media (min-width: 768px) {
      .footer-cta-action .button {
        margin-top: 20px; } }
    @media (min-width: 860px) {
      .footer-cta-action .button {
        margin-top: 0;
        display: inline-block; } }

.my-companies.footer-cta {
  padding: 5% 6.5%; }
  @media (min-width: 1140px) {
    .my-companies.footer-cta {
      padding: 72px 0 60px; } }

.my-companies h2 {
  font-family: whitman-display, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .my-companies h2 {
      font-size: 26px; } }
  @media (min-width: 960px) {
    .my-companies h2 {
      font-size: 36px; } }
  @media (min-width: 1140px) {
    .my-companies h2 {
      font-size: 40px; } }

.my-companies .footer-cta-grid {
  display: block;
  text-align: center; }
  @media (min-width: 768px) {
    .my-companies .footer-cta-grid {
      text-align: left;
      display: -ms-grid;
      display: grid;
      grid-gap: 90px;
      -ms-grid-columns: 7fr 90px 3fr;
      grid-template-columns: 7fr 3fr;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
          grid-template-areas: 'content action'; }
    .my-companies .footer-cta-grid > .footer-cta-action {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; } }

/* Page Templates
---------------------------------------------------------------------------------------------------- */
/* Landing Page
    --------------------------------------------- */
.landing-page .nav-mobile {
  display: none; }

/* Contact Page --------------------------------------------- */
.contact-page .content h1.entry-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px; }

.contact-page .social-links strong {
  display: block;
  margin-bottom: 20px; }

.contact-page .social-links a {
  color: #140e26;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  background-color: #f9f9fa;
  letter-spacing: 1px;
  margin: 0 16px 16px 0;
  padding: 12px 16px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1; }
  @media (min-width: 960px) {
    .contact-page .social-links a {
      display: block;
      margin: 0 0 12px 0; } }
  .contact-page .social-links a svg {
    margin-right: 20px;
    width: 15px;
    height: 15px;
    margin-top: calc((9px - 15px) / 2); }
  .contact-page .social-links a:focus, .contact-page .social-links a:hover {
    background-color: #e7e7ea; }

.contact-page .block-section {
  padding: 12px; }
  @media (min-width: 768px) {
    .contact-page .block-section {
      padding: 20px 0; } }
  @media (min-width: 1140px) {
    .contact-page .block-section {
      padding: 72px 0; } }

.contact-page .wpforms-container .wpforms-recaptcha-container {
  padding: 0 0 38px 0; }

/* About Page --------------------------------------------- */
.about-page .site-inner {
  padding-top: 0; }

.about-page .school-title {
  margin: 60px 0 40px; }

.about-page .schools-columns {
  grid-gap: 10%; }

.about-page .schools-columns h3 {
  margin-bottom: 4px;
  font-size: 20px; }

.about-intro .blck-2-cols {
  display: block; }
  @media (min-width: 550px) {
    .about-intro .blck-2-cols {
      -ms-grid-columns: 2fr 5fr;
      grid-template-columns: 2fr 5fr;
      display: -ms-grid;
      display: grid;
      grid-gap: 32px; } }

@media (max-width: 549px) {
  .about-intro .intro-image {
    float: left;
    width: 40%;
    min-width: 120px;
    margin: 0 6% 2.5% 0; }
    .about-intro .intro-image img {
      border-radius: 20px 0; } }

.about-intro {
  background-color: #140e26;
  color: #fff;
  padding-bottom: 2.5%; }
  @media (min-width: 1140px) {
    .about-intro {
      padding-bottom: 96px; } }
  .about-intro .blck-2-cols {
    -ms-grid-columns: 4fr 5fr;
    grid-template-columns: 4fr 5fr; }
    @media (min-width: 768px) {
      .about-intro .blck-2-cols {
        grid-gap: 90px; } }
    @media (min-width: 960px) {
      .about-intro .blck-2-cols {
        grid-gap: 128px; } }
  .about-intro .intro-image img {
    border-radius: 50px 0;
    box-shadow: 0px 40px 70px rgba(43, 51, 68, 0.15); }
  .about-intro .sub-title {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 4px;
    text-transform: uppercase; }
  .about-intro h1.entry-title {
    margin-bottom: 30px; }
  .about-intro .about-intro-description {
    font-family: whitman-display, serif;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .about-intro .about-intro-description {
        font-size: 24px; } }
    @media (min-width: 960px) {
      .about-intro .about-intro-description {
        font-size: 28px; } }
  .about-intro .list-arrow.list-arrow-purple {
    color: #f8cf65;
    margin-left: 40px; }
    .about-intro .list-arrow.list-arrow-purple a {
      color: #f8cf65;
      font-weight: 700;
      text-decoration: none;
      border-bottom: 1px solid #f8cf65;
      padding-bottom: 2px; }
      .about-intro .list-arrow.list-arrow-purple a:focus, .about-intro .list-arrow.list-arrow-purple a:hover {
        color: #fff;
        border-bottom: 1px solid #fff; }
    .about-intro .list-arrow.list-arrow-purple li {
      margin-bottom: 16px;
      padding-left: 0; }
      .about-intro .list-arrow.list-arrow-purple li::before {
        background: url("../images/arrow-right-yellow.png") no-repeat;
        background-size: contain;
        content: '';
        display: block;
        height: 15px;
        left: -40px;
        position: absolute;
        top: 8px;
        width: 16px; }

.about-intro .intro-content {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .about-social-icons {
    margin-top: 60px; } }

.about-social-icons a {
  background-color: #4732ca;
  border-radius: 0 12px;
  padding: 8px 24px;
  margin: 12px 8px 12px 0;
  display: block;
  float: left;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .about-social-icons a:hover, .about-social-icons a:focus {
    background-color: #2c263c;
    border-radius: 0 16px; }
    .about-social-icons a:hover svg, .about-social-icons a:focus svg {
      fill: #fff; }
  .about-social-icons a svg {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    fill: #fff; }

.about-heading {
  margin: 0 0 20px 0; }
  @media (min-width: 768px) {
    .about-heading {
      margin: 0 0 40px; } }
  @media (min-width: 1140px) {
    .about-heading {
      margin: 0 0 60px; } }

.about-page .wp-block-authentik-block-authentik-wrapper .wrap {
  max-width: 600px; }
  @media (min-width: 768px) {
    .about-page .wp-block-authentik-block-authentik-wrapper .wrap {
      margin: 0 auto; } }

.wpforms-container .wpforms-field {
  position: static; }

.wpforms-container .wpforms-one-half,
.wpforms-container .wpforms-three-sixths,
.wpforms-container .wpforms-two-fourths {
  width: 100%; }
  @media (min-width: 768px) {
    .wpforms-container .wpforms-one-half,
    .wpforms-container .wpforms-three-sixths,
    .wpforms-container .wpforms-two-fourths {
      width: 46%; } }

.wpforms-container .wpforms-five-sixths,
.wpforms-container .wpforms-four-sixths,
.wpforms-container .wpforms-four-fifths,
.wpforms-container .wpforms-one-fifth,
.wpforms-container .wpforms-one-fourth,
.wpforms-container .wpforms-one-half,
.wpforms-container .wpforms-one-sixth,
.wpforms-container .wpforms-one-third,
.wpforms-container .wpforms-three-fourths,
.wpforms-container .wpforms-three-fifths,
.wpforms-container .wpforms-three-sixths,
.wpforms-container .wpforms-two-fourths,
.wpforms-container .wpforms-two-fifths,
.wpforms-container .wpforms-two-sixths,
.wpforms-container .wpforms-two-thirds {
  margin-left: 0; }
  @media (min-width: 768px) {
    .wpforms-container .wpforms-five-sixths,
    .wpforms-container .wpforms-four-sixths,
    .wpforms-container .wpforms-four-fifths,
    .wpforms-container .wpforms-one-fifth,
    .wpforms-container .wpforms-one-fourth,
    .wpforms-container .wpforms-one-half,
    .wpforms-container .wpforms-one-sixth,
    .wpforms-container .wpforms-one-third,
    .wpforms-container .wpforms-three-fourths,
    .wpforms-container .wpforms-three-fifths,
    .wpforms-container .wpforms-three-sixths,
    .wpforms-container .wpforms-two-fourths,
    .wpforms-container .wpforms-two-fifths,
    .wpforms-container .wpforms-two-sixths,
    .wpforms-container .wpforms-two-thirds {
      margin-left: 8%; } }

#wpforms-4845-field_1,
.input-btlr {
  border-top-left-radius: 20px; }

#wpforms-4845-field_3,
.input-bbrr {
  border-bottom-right-radius: 20px;
  resize: none; }

/* Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #484848 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }
/*# sourceMappingURL=main.css.map */