* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1.5;
	font: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

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

html, body {
	height: 100%;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	color: inherit;
}

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

input, button, textarea, select {
	font: inherit;
}

input {
	-webkit-appearance: none;
}

audio, canvas, iframe, img, svg, video {
	display: block;
	max-width: 100%;
}

/* Prevents img without src to appear */
img:not([src]) {
	visibility: hidden;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/* ==========================================================================
Theme Custom Style
========================================================================== */

:root {
    --dark: #193A6C;
    --blue: #4174C7;
    --pink: #D30D6C;
    --light: #FAFBFE;
    --white: #FFFFFF;
    --main-color: var(--dark);
}

/* https://google-webfonts-helper.herokuapp.com/fonts/inter?subsets=latin */
/* inter-regular - latin */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/inter-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}

/* inter-800 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../fonts/inter-v12-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/inter-v12-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}

body {
    font-family: "Inter","Helvetica",sans-serif;
    color: var(--main-color);
    line-height: 1.45em;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    font-size: 100%;
    font-weight: 400;
}

body {
  opacity: 1;
  transition: .6s opacity;
}

body.fade {
  opacity: 0;
  transition: none;
}

body.overflow-hidden {
	overflow: hidden !important;
}

main, section, header, footer {
	position: relative;
}

.mobile-only {
  display: none;
}

/* MEDIAS */

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

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

.fade-in img {
  opacity: 0;
  transition: opacity .6s ease-in-out;
}

.fade-in.visible img {
  opacity: 1;
}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
  line-height: 1.15em;
}

h2 {
  font-size: 2.625em; /* 42px */
  font-weight: 800;
}

p {
  line-height: 1.618em;
  margin-bottom: 2em;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

strong, b {
  font-weight: 800;
}

/* BUTTONS */

.btn {
  position: relative;
  display: inline-block;
  color: var(--white);
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: .05em;
  text-align: center;
  padding: 18px 24px;
  border-radius: 2em;
  transition: all .2s ease-in-out 0s;
  overflow: hidden;
}

.btn-large {
  font-size: 1em;
  letter-spacing: .075em;
  padding: 20px 26px;
}

.btn.btn-primary {
  background: var(--pink);
}

.btn.btn-primary:hover {
  background-color: #BF0B62;
  color: rgba(255, 255, 255, .85);
}

.btn.btn-secondary {
  background: var(--dark);
}

.btn.btn-secondary:hover {
  background-color: #132C52;
  color: rgba(255, 255, 255, .85);
}

/* ==========================================================================
Animations on Scroll
========================================================================== */

/* .scroll {
  opacity: 0;
  visibility: hidden;
  transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: .4s;
}

.scroll.is-visible {
  opacity: 1;
  visibility: visible;
} */

/* ==========================================================================
Slider
========================================================================== */

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: var(--dark);
  border: none;
  color: white;
  text-indent: -9999px;
}

.flickity-button:hover {
  background: var(--dark);
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:active {
  /* opacity: 0.6; */
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: -95px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.previous { right: 60px; display: none; }
.flickity-prev-next-button.next { right: 0; }

.flickity-prev-next-button.next {
  background: var(--dark) url('../images/arrow-white.svg') no-repeat center;
  transition: all .25s ease-in;
  display: none !important;
}

.flickity-prev-next-button.next:hover {
  background: #00817F url('../images/arrow-white.svg') no-repeat center;
}


/* .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
} */

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -45px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: var(--dark);
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


/* ==========================================================================
Layouts and backgrounds
========================================================================== */

header, section, footer {
  padding: 80px 0;
}

.container {
  margin: 0 auto;
  width: 96%;
  max-width: 1200px;
}

.section-header {
  text-align: center;
  padding: 0 0 80px;
}

/* Sticky Elements */

.is-sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 30px;
}

/* Flex Blocks */

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
}

/* Backgrounds */

.bg-blue {
  background: rgb(25,58,108);
  background: linear-gradient(125deg, rgba(25,58,108,1) 0%, rgba(65,116,199,1) 100%);
  color: var(--white);
}

.bg-light {
  background-color: var(--light);
}

/* ==========================================================================
Header & Footer
========================================================================== */

#menu-footer-nav li,
.btn-cookies {
  margin-left: 30px;
}

#menu-footer-nav li a,
.btn-cookies {
  transition: all .2s ease-in-out 0s;
  cursor: pointer;
}

#menu-footer-nav li a:hover,
.btn-cookies:hover {
  opacity: .75;
}

/* ==========================================================================
Landing Page Sections
========================================================================== */


/* Home Section */

.section-home h1 {
  font-size: 3.5vw;
  text-transform: uppercase;
  font-weight: 800;
}

.section-home p {
  font-size: 1.25em;
  line-height: 1.45em;
}

.section-home .container {
  align-items: center;
}

.section-home .container .col-left {
  width: 55%;
}

.section-home .container .col-right {
  width: 40%;
}

.arrow-container {
  position: relative;
  margin: 30px 0 45px;
}

.arrow-container img {
  position: absolute;
  right: -12.5%;
  top: -15px;
  width: 50%;
  pointer-events: none;
}

.home-cta {
  display: flex;
  flex-direction: column;
}

.home-cta p {
  font-size: .875em;
  color: #B7C4D8;
}

.home-cta p a span {
  font-weight: 800;
  color: #fff;
}

.home-cta .btn-container {
  margin-top: 30px;
}

/* About Section */

.section-about .col-right {
  width: 50%;
}

.section-about .col-left {
  width: 40%;
}

.about-recommendations {
  margin-bottom: 6em;
}

.recommendation {
  margin-bottom: 3em;
}

.recommendation quote {
  display: block;
  font-size: 24px;
}

.recommendation cite {
  display: block;
  font-weight: 800;
  margin-top: 0.5em;
  text-transform: uppercase;
  font-size: .875em;
  letter-spacing: .05em;
}

.recommendation cite span {
  margin-right: 5px;
  font-weight: 500;
}

.hero-text p {
  font-size: 1.125em;
}

/* Endorsements Section */

.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(21, 21, 69, .25);
  /* background: var(--light); */
  min-height: 280px;
  padding: 2.5em 2em 2em;
}

.testimonial quote {
  line-height: 1.618em;
}

.testimonial cite {
  font-size: .875em;
  margin-top: 2em;
  line-height: 1.25em;  
}

.testimonial cite strong {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .875em;
  letter-spacing: .05em;
}

.carousel-cell {
  display: flex;
  align-items: stretch;
  min-height: 100%;
  width: 30%;
  margin-right: 5%;
}

.carousel .flickity-slider {
	height: 100%;
}

/* Author Section */

.section-author {
  border-top: 1px solid rgba(25, 58, 108, .3);
  text-align: center;
}

.section-author .container {
  max-width: 630px;
}

.author-portrait {
  width: 350px;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  overflow: hidden;
  background: var(--light);
  margin: 0 auto 2em;
}

.author-header .h3-container {
  position: relative;
}

.author-header .h3-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: rgba(25, 58, 108, .3);
  z-index: -1;
}

.author-header h3 {
  display: inline-block;
  background: var(--white);
  position: relative;
  font-size: 1.125em; /* 18px */
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .05em;
  padding: 15px 30px; 
  z-index: 1;
}

.author-description {
  margin-top: calc(2em - 25px);
  margin-bottom: 2em;
}

.author-links {
  border-top: 1px solid rgba(25, 58, 108, .3);
  border-bottom: 1px solid rgba(25, 58, 108, .3);
  padding: 10px 5px;
}

.author-links a {
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 800;
  letter-spacing: .05em;
  margin: 0 15px;
  transition: all .2s ease-in-out 0s;
}

.author-links a:hover {
  opacity: .75;
}

/* Banner Section */

.section-banner {
  padding-bottom: 0;
}

.section-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background: var(--light);
  bottom: 0;
  left: 0;
  right: 0;
}

.section-banner .container {
  margin-top: 25px;
  max-width: 1000px;
  position: relative;
  z-index: 1;
}

.section-banner .container .col-left {
  width: 50%;
}

.section-banner .container .col-right {
  width: 40%;
}

.section-banner .container .col-left p {
  font-size: 1.125em;
  line-height: 1.45em;
}

.btn-container {
  margin-top: 45px;
}

.btn-container img {
  margin-left: 60px;
  pointer-events: none;
}

/* Events Section */

.upcoming-event {
  border-bottom: 1px solid rgba(25, 58, 108, .3);  
  padding: 30px 15px;
  align-items: center;
}

.upcoming-event:first-of-type {
  border-top: 1px solid rgba(25, 58, 108, .3);
}

.event-date {
  font-size: 1.125em;
  line-height: 1.25em;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.event-description {
  max-width: 460px;
}

/* Newsletter Section */

.section-newsletter {
  text-align: center;
}

.section-newsletter .newsletter-desciption {
  max-width: 700px;
  margin: 1em auto;
}

.section-newsletter .form-container {
  max-width: 720px;
  margin: 3em auto 0;
}

.formkit-powered-by-convertkit-container {
  display: none !important;
}

/* Formkit Newsletter Form */

.formkit-form[data-uid="58b530da59"] * {
	box-sizing: border-box;
}

.formkit-form[data-uid="58b530da59"] {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.formkit-form[data-uid="58b530da59"] legend {
	border: none;
	font-size: inherit;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
	display: table;
}

.formkit-form[data-uid="58b530da59"] fieldset {
	border: 0;
	padding: 0.01em 0 0 0;
	margin: 0;
	min-width: 0;
}

.formkit-form[data-uid="58b530da59"] body:not(:-moz-handler-blocked) fieldset {
	display: table-cell;
}

.formkit-form[data-uid="58b530da59"] h1,
.formkit-form[data-uid="58b530da59"] h2,
.formkit-form[data-uid="58b530da59"] h3,
.formkit-form[data-uid="58b530da59"] h4,
.formkit-form[data-uid="58b530da59"] h5,
.formkit-form[data-uid="58b530da59"] h6 {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.formkit-form[data-uid="58b530da59"] h2 {
	font-size: 1.5em;
	margin: 1em 0;
}

.formkit-form[data-uid="58b530da59"] h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

.formkit-form[data-uid="58b530da59"] p {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.formkit-form[data-uid="58b530da59"] ol:not([template-default]),
.formkit-form[data-uid="58b530da59"] ul:not([template-default]),
.formkit-form[data-uid="58b530da59"] blockquote:not([template-default]) {
	text-align: left;
}

.formkit-form[data-uid="58b530da59"] p:not([template-default]),
.formkit-form[data-uid="58b530da59"] hr:not([template-default]),
.formkit-form[data-uid="58b530da59"] blockquote:not([template-default]),
.formkit-form[data-uid="58b530da59"] ol:not([template-default]),
.formkit-form[data-uid="58b530da59"] ul:not([template-default]) {
	color: inherit;
	font-style: initial;
}

.formkit-form[data-uid="58b530da59"] .ordered-list,
.formkit-form[data-uid="58b530da59"] .unordered-list {
	list-style-position: outside !important;
	padding-left: 1em;
}

.formkit-form[data-uid="58b530da59"] .list-item {
	padding-left: 0;
}

.formkit-form[data-uid="58b530da59"][data-format="modal"] {
	display: none;
}

.formkit-form[data-uid="58b530da59"][data-format="slide in"] {
	display: none;
}

.formkit-form[data-uid="58b530da59"][data-format="sticky bar"] {
	display: none;
}

.formkit-sticky-bar .formkit-form[data-uid="58b530da59"][data-format="sticky bar"] {
	display: block;
}

.formkit-form[data-uid="58b530da59"] .formkit-input,
.formkit-form[data-uid="58b530da59"] .formkit-select,
.formkit-form[data-uid="58b530da59"] .formkit-checkboxes {
	width: 100%;
}

.formkit-form[data-uid="58b530da59"] .formkit-button,
.formkit-form[data-uid="58b530da59"] .formkit-submit {
	border: 0;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.formkit-form[data-uid="58b530da59"] .formkit-button:hover,
.formkit-form[data-uid="58b530da59"] .formkit-submit:hover,
.formkit-form[data-uid="58b530da59"] .formkit-button:focus,
.formkit-form[data-uid="58b530da59"] .formkit-submit:focus {
	outline: none;
}

.formkit-form[data-uid="58b530da59"] .formkit-button:hover>span,
.formkit-form[data-uid="58b530da59"] .formkit-submit:hover>span,
.formkit-form[data-uid="58b530da59"] .formkit-button:focus>span,
.formkit-form[data-uid="58b530da59"] .formkit-submit:focus>span {
	background-color: rgba(0, 0, 0, 0.1);
}

.formkit-form[data-uid="58b530da59"] .formkit-button>span,
.formkit-form[data-uid="58b530da59"] .formkit-submit>span {
	display: block;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	padding: 12px 24px;
}

.formkit-form[data-uid="58b530da59"] .formkit-input {
	background: #ffffff;
	font-size: 15px;
	padding: 12px;
	border: 1px solid #e3e3e3;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	line-height: 1.4;
	margin: 0;
	-webkit-transition: border-color ease-out 300ms;
	transition: border-color ease-out 300ms;
}

.formkit-form[data-uid="58b530da59"] .formkit-input:focus {
	outline: none;
	border-color: #1677be;
	-webkit-transition: border-color ease 300ms;
	transition: border-color ease 300ms;
}

.formkit-form[data-uid="58b530da59"] .formkit-input::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.8;
}

.formkit-form[data-uid="58b530da59"] .formkit-input::-moz-placeholder {
	color: inherit;
	opacity: 0.8;
}

.formkit-form[data-uid="58b530da59"] .formkit-input:-ms-input-placeholder {
	color: inherit;
	opacity: 0.8;
}

.formkit-form[data-uid="58b530da59"] .formkit-input::placeholder {
	color: inherit;
	opacity: 0.8;
}

.formkit-form[data-uid="58b530da59"] [data-group="dropdown"] {
	position: relative;
	display: inline-block;
	width: 100%;
}

.formkit-form[data-uid="58b530da59"] [data-group="dropdown"]::before {
	content: "";
	top: calc(50% - 2.5px);
	right: 10px;
	position: absolute;
	pointer-events: none;
	border-color: #4f4f4f transparent transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	height: 0;
	width: 0;
	z-index: 999;
}

.formkit-form[data-uid="58b530da59"] [data-group="dropdown"] select {
	height: auto;
	width: 100%;
	cursor: pointer;
	color: #333333;
	line-height: 1.4;
	margin-bottom: 0;
	padding: 0 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 15px;
	padding: 12px;
	padding-right: 25px;
	border: 1px solid #e3e3e3;
	background: #ffffff;
}

.formkit-form[data-uid="58b530da59"] [data-group="dropdown"] select:focus {
	outline: none;
}

.formkit-form[data-uid="58b530da59"] [data-group="checkboxes"] {
	text-align: left;
	margin: 0;
}

.formkit-form[data-uid="58b530da59"] [data-group="checkboxes"] [data-group="checkbox"] {
	margin-bottom: 10px;
}

.formkit-form[data-uid="58b530da59"] [data-group="checkboxes"] [data-group="checkbox"] * {
	cursor: pointer;
}

.formkit-form[data-uid="58b530da59"] [data-group="checkboxes"] [data-group="checkbox"]:last-of-type {
	margin-bottom: 0;
}

.formkit-form[data-uid="58b530da59"] [data-group="checkboxes"] [data-group="checkbox"] input[type="checkbox"] {
	display: none;
}

.formkit-form[data-uid="58b530da59"] [data-group="checkboxes"] [data-group="checkbox"] input[type="checkbox"]+label::after {
	content: none;
}

.formkit-form[data-uid="58b530da59"] [data-group="checkboxes"] [data-group="checkbox"] input[type="checkbox"]:checked+label::after {
	border-color: #ffffff;
	content: "";
}

.formkit-form[data-uid="58b530da59"] [data-group="checkboxes"] [data-group="checkbox"] input[type="checkbox"]:checked+label::before {
	background: #10bf7a;
	border-color: #10bf7a;
}

.formkit-form[data-uid="58b530da59"] [data-group="checkboxes"] [data-group="checkbox"] label {
	position: relative;
	display: inline-block;
	padding-left: 28px;
}

.formkit-form[data-uid="58b530da59"] [data-group="checkboxes"] [data-group="checkbox"] label::before,
.formkit-form[data-uid="58b530da59"] [data-group="checkboxes"] [data-group="checkbox"] label::after {
	position: absolute;
	content: "";
	display: inline-block;
}

.formkit-form[data-uid="58b530da59"] [data-group="checkboxes"] [data-group="checkbox"] label::before {
	height: 16px;
	width: 16px;
	border: 1px solid #e3e3e3;
	background: #ffffff;
	left: 0px;
	top: 3px;
}

.formkit-form[data-uid="58b530da59"] [data-group="checkboxes"] [data-group="checkbox"] label::after {
	height: 4px;
	width: 8px;
	border-left: 2px solid #4d4d4d;
	border-bottom: 2px solid #4d4d4d;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 4px;
	top: 8px;
}

.formkit-form[data-uid="58b530da59"] .formkit-alert {
	background: #f9fafb;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	list-style: none;
	margin: 25px auto;
	padding: 12px;
	text-align: center;
	width: 100%;
}

.formkit-form[data-uid="58b530da59"] .formkit-alert:empty {
	display: none;
}

.formkit-form[data-uid="58b530da59"] .formkit-alert-success {
	background: #d3fbeb;
	border-color: #10bf7a;
	color: #0c905c;
}

.formkit-form[data-uid="58b530da59"] .formkit-alert-error {
	background: #fde8e2;
	border-color: #f2643b;
	color: #ea4110;
}

.formkit-form[data-uid="58b530da59"] .formkit-spinner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 0px;
	width: 0px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.formkit-form[data-uid="58b530da59"] .formkit-spinner>div {
	margin: auto;
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 0.3;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: formkit-bouncedelay-formkit-form-data-uid-58b530da59- 1.4s infinite ease-in-out both;
	animation: formkit-bouncedelay-formkit-form-data-uid-58b530da59- 1.4s infinite ease-in-out both;
}

.formkit-form[data-uid="58b530da59"] .formkit-spinner>div:nth-child(1) {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.formkit-form[data-uid="58b530da59"] .formkit-spinner>div:nth-child(2) {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.formkit-form[data-uid="58b530da59"] .formkit-submit[data-active] .formkit-spinner {
	opacity: 1;
	height: 100%;
	width: 50px;
}

.formkit-form[data-uid="58b530da59"] .formkit-submit[data-active] .formkit-spinner~span {
	opacity: 0;
}

@-webkit-keyframes formkit-bouncedelay-formkit-form-data-uid-58b530da59- {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes formkit-bouncedelay-formkit-form-data-uid-58b530da59- {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.formkit-form[data-uid="58b530da59"] blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #e1e1e1;
}

.formkit-form[data-uid="58b530da59"] .seva-custom-content {
	padding: 15px;
	font-size: 16px;
	color: #fff;
	mix-blend-mode: difference;
}

.formkit-form[data-uid="58b530da59"] .formkit-modal.guard {
	max-width: 420px;
	width: 100%;
}

.formkit-form[data-uid="58b530da59"] {
	max-width: 700px;
}

.formkit-form[data-uid="58b530da59"] [data-style="clean"] {
	width: 100%;
}

.formkit-form[data-uid="58b530da59"] .formkit-fields {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; */
	margin: 0 auto;
}

.formkit-form[data-uid="58b530da59"] .formkit-field,
.formkit-form[data-uid="58b530da59"] .formkit-submit {
	margin: 0 0 15px 0;
	/* -webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%; */
} 

.formkit-form[data-uid="58b530da59"] .formkit-submit {
	position: static;
}

.formkit-form[data-uid="58b530da59"][min-width~="700"] [data-style="clean"],
.formkit-form[data-uid="58b530da59"][min-width~="800"] [data-style="clean"] {
	padding: 10px;
}

.formkit-form[data-uid="58b530da59"][min-width~="700"] .formkit-fields[data-stacked="false"],
.formkit-form[data-uid="58b530da59"][min-width~="800"] .formkit-fields[data-stacked="false"] {
	margin-left: -5px;
	margin-right: -5px;
}

.formkit-form[data-uid="58b530da59"][min-width~="700"] .formkit-fields[data-stacked="false"] .formkit-field,
.formkit-form[data-uid="58b530da59"][min-width~="800"] .formkit-fields[data-stacked="false"] .formkit-field,
.formkit-form[data-uid="58b530da59"][min-width~="700"] .formkit-fields[data-stacked="false"] .formkit-submit,
.formkit-form[data-uid="58b530da59"][min-width~="800"] .formkit-fields[data-stacked="false"] .formkit-submit {
	margin: 0 5px 15px 5px;
}

.formkit-form[data-uid="58b530da59"][min-width~="700"] .formkit-fields[data-stacked="false"] .formkit-field,
.formkit-form[data-uid="58b530da59"][min-width~="800"] .formkit-fields[data-stacked="false"] .formkit-field {
	-webkit-flex: 100 1 auto;
	-ms-flex: 100 1 auto;
	flex: 100 1 auto;
}

.formkit-form[data-uid="58b530da59"][min-width~="700"] .formkit-fields[data-stacked="false"] .formkit-submit,
.formkit-form[data-uid="58b530da59"][min-width~="800"] .formkit-fields[data-stacked="false"] .formkit-submit {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

/* ==========================================================================
Legals
========================================================================== */

.legal-page {
  padding-bottom: 60px;
}

.legal-page .container {
  max-width: 700px;
}

.legal-page h1,
.legal-page h2,
.legal-page h3,
.legal-page h4 {
  font-weight: 800;
}

.legal-page h1 {
  font-size: 2.625em;
}

.legal-page h2 {
  font-size: 1.5em;
}

.legal-page h3 {
  font-size: 1.15em;
}

.legal-page h2 {
  margin: 2em 0 1em;
  line-height: 1.35em;
}

.legal-page h3 {
  margin: 2em 0 .25em;
}

.legal-page li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 1em;
}

.legal-page li:last-of-type {
  margin-bottom: 0;
}

.legal-page ul, 
.legal-page ol {
  margin:  2em 0;
}

.legal-page a {
  border-bottom: 1px solid rgba(25, 58, 108, 1);
  transition: all .2s ease-in-out 0s;
}

.legal-page a:hover {
  border-bottom: 1px solid rgba(25, 58, 108, .25);
}

.btn-back {
  position: fixed;
  top: 30px;
  left: 30px;
  border: none !important;
  align-items: center;
  z-index: 1;
}

.btn-back span {
  margin-left: 10px;
}

.btn-back img {
  transition: all .2s ease-in-out 0s;
}

.btn-back:hover img {
  opacity: .85;
}

/* ==========================================================================
Error 404
========================================================================== */

.error404 .logo {
  display: none;
}

.error404 .logo-404 {
  display: block;
}

.error404 footer {
  display: none;
}

.error404 {
  color: white;
  background: rgb(25,58,108);
  background: linear-gradient(125deg, rgba(25,58,108,1) 0%, rgba(65,116,199,1) 100%);
  background-size: cover;
  height: 100vh;
}

.error404 main {
  height: calc(100vh - 93px);
}

.error404 main > section {
  position: absolute;
  top:  50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.error404 main > section a {
  transition: all .2s ease-in-out 0s;
}

.error404 main > section a:hover {
  opacity: .85;
}

.error404 main > section h1 {
  font-size: 20vw;
  font-weight: 800;
  line-height: .9;
  margin-bottom: 0;
  letter-spacing: -.05em;
}

.error404 main > section span {
  font-size: 4vw;
}

.error404 .btn-trigger {
  color: var(--white);
}

.error404  .menu-opener span {
  background: var(--white);
}

/* ==========================================================================
Theme Media Queries
========================================================================== */

/* Desktop Computer based on screen width */
@media screen 
  and (min-width: 1490px) {	
  
  .section-home h1 {
    font-size: 3.25em;
  }
}

/* Large Laptop based on screen width */
@media screen 
  and (min-width: 1281px) 
  and (max-width: 1566px) {	
}

/* Small Laptop based on screen width */
@media screen 
  and (min-width: 1081px) 
  and (max-width: 1280px) {	
  
  .container {
    width: 90%;
  }
  
}

/* iPad Landscape based on screen width */
@media screen 
  and (min-width: 769px) 
  and (max-width: 1080px)  {	
  
  .container {
    width: 85%;
  }
  
}

/* iPad Portrait based on screen width */
@media screen 
  and (max-width: 768px)  {	
  
  /* General */
  
  header, section, footer {
    padding: 40px 0;
  }
  
  .container {
    width: 82.5%;
  }
  
  .section-header {
    padding: 0 0 40px;
  }
  
  h2 {
    font-size: 2.25em;
  }
  
  .btn, .btn-large  {
    width: 100%;
    padding: 14px 24px;
  }
  
  /* Home */
  
  .section-home .container {
    flex-direction: column-reverse;
  }
  
  .section-home .container .col-left, 
  .section-home .container .col-right {
    width: 100%;
  }
  
  .section-home h1 {
    font-size: 6.25vw;
    margin-top: 20px;
  }
  
  .arrow-container {
    margin: 10px 0 30px;
  }
  
  .arrow-container img {
    display: none;
  }
  
  .section-home p {
    font-size: 1.125em;
  }
  
  .home-cta {
    flex-direction: column-reverse;
  }
  
  .section-home .home-cta p {
    font-size: .875em;
  }
  
  .home-cta .btn-container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  
  /* About */
  
  .about-recommendations {
    margin: 2em 0 4em;
    text-align: center;  
  }
  
  .recommendation cite span {
    display: none;
  }
  
  .section-about .col-right {
    width: 100%;
  }
  
  .section-about .col-left {
    display: none;
  }
  
  .section-banner .container {
    flex-direction: column-reverse;
  }
  
  /* Endorsements */
  
  .section-endorsements {
    padding-bottom: 80px;
  }
  
  .carousel-cell {
    width: 100%;
  }
  
  /* Author */
  
  .author-portrait {
    width: 70%;
  }
  
  /* Banner */
  
  .section-banner {
    padding-bottom: 40px;
  }
  
  .section-banner:after {
    display: none;
  }
  
  .section-banner .container .col-right,
  .section-banner .container .col-left {
    width: 100%;
  }
  
  .section-banner .container .col-right {
    margin-bottom: 20px;
  }
  
  .btn-container.flex {
    flex-direction: column-reverse;
  } 
 
 .btn-container img {
   width: 100px;
   margin-left: 0;
   margin-bottom: 40px;
 } 
  
  /* Events */
  
  .upcoming-event {
    padding: 30px 0;
    text-align: center;
  }
  
  .upcoming-event.flex {
    display: block;
  }
  
  .dateClass br {
    display: none;
  }
  
  .event-date {
    text-align: left;
  }
  
  .dateClass br:after {
    content: " ";
  }
  
  .event-description {
    margin: .5em 0 2em;
  }
  
  /* Newsletter */
  
  .formkit-form[data-uid="58b530da59"] .formkit-submit>span {
    padding: 14px 24px;
  }
  
  .formkit-form[data-uid="58b530da59"] .formkit-fields {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	margin: 0 auto;
  }
  
  .formkit-form[data-uid="58b530da59"] .formkit-field,
  .formkit-form[data-uid="58b530da59"] .formkit-submit {
  	margin: 0 0 15px 0;
  	-webkit-flex: 1 0 100%;
  	-ms-flex: 1 0 100%;
  	flex: 1 0 100%;
  } 
  
  /* Footer */
  
  footer .container.flex {
    flex-direction: column-reverse;
  }
  
  nav.flex,
  #menu-footer-nav.flex {
    display: block;
  }
  
  #menu-footer-nav li, .btn-cookies {
    margin-left: 0;
    line-height: 2em;
  }
  
  .copyright {
    margin-top: 40px;
  }
  
  /* Legals */
  
  .btn-back {
    position: relative;
    left: 10%;
    width: 80%;
  }
  
  .legal-page p {
    overflow-wrap: break-word;
  }  
  
  .page-header {
    padding: 80px 0 0;
  }
}

/* iPhone Portrait based on screen width */
@media screen 
  and (max-width: 480px)  {	
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
  and (min-device-width : 320px) 
  and (max-device-width : 480px) {
}

/* Smartphones (landscape) ----------- */
@media only screen 
  and (min-width : 321px) {
}

/* Smartphones (portrait) ----------- */
@media only screen 
  and (max-width : 320px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) {
}

/* iPads (portrait) ----------- */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : portrait) {
}

/* iPads (landscape) ----------- */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : landscape) {
}


/* iPad3 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : portrait) 
  and (-webkit-min-device-pixel-ratio : 2) {
}

/* Landscape */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : landscape) 
  and (-webkit-min-device-pixel-ratio : 2) {
}

/* iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
}

/* Phone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
}


/* Samsung Galaxy S3 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : portrait) 
  and (-webkit-device-pixel-ratio: 2) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : landscape) 
  and (-webkit-device-pixel-ratio: 2) {
}

/* Samsung Galaxy S4 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : portrait) 
  and (-webkit-device-pixel-ratio: 3) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : landscape) 
  and (-webkit-device-pixel-ratio: 3) {
}

/* ==========================================================================
Cookie Consent Banner
========================================================================== */

.termsfeed-com---pc-dialog .cc-cp-body-content-entry-title {
  font-size: 20px !important;
}

.termsfeed-com---nb .cc-nb-title {
  font-size: 16px !important;
  color: var(--dark) !important;
}

.termsfeed-com---nb .cc-nb-text,
.termsfeed-com---pc-dialog .cc-cp-body-content-entry-text {
    font-size: 1em !important;
    color: var(--dark) !important;
}

.termsfeed-com---nb .cc-nb-main-container {
  padding: 1.5rem 2rem !important;
  background: #fff;
  border: 1px solid rgba(25, 58, 108, .3) !important;
}

.termsfeed-com---nb .cc-nb-main-container {
    padding: 1.5rem !important;
}

.cc-cp-body-tabs li:nth-child(3),
.cc-cp-body-tabs li:nth-child(5) {
  display: none !important;
}

.termsfeed-com---nb-simple {
  position: fixed !important;
  top: auto !important;
  left: auto !important;
  bottom: 20px !important;
  right: 20px !important;
  width: calc(100% - 4rem) !important;
  max-width: 410px !important;
}

.termsfeed-com---reset p {
  margin-bottom: .35rem !important;
}

.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-cp-foot-save {
  background-color: var(--dark) !important;
}

.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-cp-foot-save,
.termsfeed-com---palette-light .cc-nb-changep,
.termsfeed-com---palette-light .cc-nb-reject {
  border-radius: 30px !important;
  padding: 10px 30px;
}


.termsfeed-com---palette-light .cc-nb-reject {
  background-color: var(--light) !important;
  color: var(--dark) !important;
}

.termsfeed-com---palette-light .cc-nb-changep {
  background-color: var(--white) !important;
  color: var(--dark) !important;
  padding: 10px;
  font-weight: 400;
}

.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---nb .cc-nb-reject, .termsfeed-com---nb .cc-nb-changep {
  font-size: 14px !important;
}

.termsfeed-com---nb .cc-nb-okagree, 
.termsfeed-com---nb .cc-nb-reject {
  text-transform: uppercase;
  letter-spacing: .05em;
}


.cc-nb-text-container {
  margin-bottom: .75rem !important;
}

.termsfeed-com---palette-light .cc-cp-foot-byline {
  opacity: 0 !important;
}

.termsfeed-com---pc-dialog {
  transform: translateY(-50%) !important;
  top: 48% !important;
}

.termsfeed-com---palette-light .cc-nb-changep:focus {
  box-shadow: none !important;
}


@media only screen 
  and (min-device-width : 320px) 
  and (max-device-width : 660px) {
  
  .termsfeed-com---nb-headline {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    bottom: 0px !important;
    right: 0px !important;
    width: 100% !important;
    max-width: none !important;
  }
}

.termsfeed-com---nb-interstitial {
    max-width: 400px !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 1.5em !important;
    -webkit-box-shadow: 0 0 150px 0 rgba(5, 50, 153,.075);
    box-shadow: 0 0 150px 0 rgba(5, 50, 153,.075);
}

.termsfeed-com---nb .cc-nb-title {
    font-size: 22px !important;
    margin-bottom: 0.5em !important;
    font-weight: 800 !important;
}

.termsfeed-com---reset p {
    margin-bottom: 1.35rem !important;
}

.termsfeed-com---palette-light .cc-nb-okagree:focus {
  box-shadow: none !important;
}

.termsfeed-com---nb-interstitial-overlay {
  background: rgba(1, 17, 107, .9) !important;
}

@media only screen 
  and (min-device-width : 320px) 
  and (max-device-width : 660px) { 
    .termsfeed-com---nb-interstitial {
      max-width: 100% !important;
      width: 90% !important;
    }
    
    .termsfeed-com---palette-light .cc-nb-okagree {
      margin-bottom: 1em !important;
    }
}