@charset "UTF-8";
/*
  Based on the Eric Meyer CSS Reset v2.0 (http://meyerweb.com/eric/tools/css/reset/)
*/
@import url("https://use.typekit.net/lju5mwr.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

@keyframes appear {
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes fadeIn {
  to {
    opacity: 1; } }

@keyframes load {
  to {
    transform: rotate(360deg); } }

body {
  color: #021945;
  font-family: "sofia-pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%; }

h1 {
  font-family: "paralucent", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.1; }
  @media (max-width: 1024px) {
    h1 {
      font-size: 25.08px;
      font-size: 1.5675rem; } }
  @media (max-width: 736px) {
    h1 {
      font-size: 22.8px;
      font-size: 1.425rem; } }
  h1:not(:last-child) {
    margin-bottom: .4em; }

h2 {
  font-family: "paralucent", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #2673BA;
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: .5em; }
  @media (max-width: 1024px) {
    h2 {
      font-size: 25.08px;
      font-size: 1.5675rem; } }
  @media (max-width: 736px) {
    h2 {
      font-size: 22.8px;
      font-size: 1.425rem; } }

h3 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  color: #2673BA;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0.85em;
  line-height: 1.25; }
  @media (max-width: 1024px) {
    h3 {
      font-size: 23.1px;
      font-size: 1.44375rem; } }
  @media (max-width: 736px) {
    h3 {
      font-size: 21px;
      font-size: 1.3125rem; } }
  @media (max-width: 736px) {
    h3 {
      margin-bottom: 5vw; } }

h4 {
  font-family: "paralucent", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0.85em;
  line-height: 1.25; }
  @media (max-width: 1024px) {
    h4 {
      font-size: 19.8px;
      font-size: 1.2375rem; } }
  @media (max-width: 736px) {
    h4 {
      font-size: 18px;
      font-size: 1.125rem; } }

h5 {
  font-family: "paralucent", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 0.85em; }
  @media (max-width: 1024px) {
    h5 {
      font-size: 17.16px;
      font-size: 1.0725rem; } }
  @media (max-width: 736px) {
    h5 {
      font-size: 15.6px;
      font-size: 0.975rem; } }

h6 {
  font-family: "paralucent", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin-bottom: 0.85em; }
  @media (max-width: 1024px) {
    h6 {
      font-size: 15.84px;
      font-size: 0.99rem; } }
  @media (max-width: 736px) {
    h6 {
      font-size: 14.4px;
      font-size: 0.9rem; } }
  @media (max-width: 736px) {
    h6 {
      font-size: 18px; } }



p {
  font-family: "sofia-pro", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4;
  margin: 0 0 1em; }
  @media (max-width: 1024px) {
    p {
      font-size: 17px;
      font-size: 1.0625rem; } }
  @media (max-width: 736px) {
    p {
      font-size: 16px;
      font-size: 1rem; } }
  p a {
    color: #021945;
    transition: 0.1s cubic-bezier(0.5, 0, 0, 1);
    box-shadow: inset 0 -2px 0 rgba(116, 197, 250, 0.5); }
    p a:hover {
      box-shadow: inset 0 -3px 0 #74C5FA; }

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

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

address {
  font-size: 1rem;
  font-style: italic; }

blockquote {
  padding-left: 0;
  position: relative;
  text-align: center;
  margin: 2em 0;
  clear: both; }
  blockquote:before, blockquote:after {
    font-size: 1.3em; }
    @media (max-width: 1024px) {
      blockquote:before, blockquote:after {
        font-size: 1.15em; } }
    @media (max-width: 736px) {
      blockquote:before, blockquote:after {
        font-size: 1em; } }
  blockquote:before {
    font-family: "fontello";
    content: '\e91d';
    color: #74C5FA;
    left: -1.75em;
    top: 0;
    position: absolute; }
  blockquote:after {
    font-family: "fontello";
    content: '\e91c';
    color: #74C5FA;
    right: -1.5em;
    bottom: 0;
    position: absolute; }
    @media (max-width: 1024px) {
      blockquote:after {
        right: -1.75em; } }
    @media (max-width: 736px) {
      blockquote:after {
        right: -1.65em; } }
  blockquote p {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.2;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      blockquote p {
        font-size: 16.5px;
        font-size: 1.03125rem; } }
    @media (max-width: 736px) {
      blockquote p {
        font-size: 15px;
        font-size: 0.9375rem; } }

cite {
  font-style: italic; }

code {
  font-size: 0.96rem;
  font-family: monospace;
  background: #EEEEEE;
  border: 1px solid #e1e1e1;
  padding: 0.125em 0.25em;
  line-height: 150%; }

em,
i {
  font-style: italic; }

strong,
b {
  font-weight: bold; }

hr {
  outline: none;
  border: none;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #EEEEEE; }

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 2em; }
  ol li,
  ul li {
    font-size: 1.1875rem;
    list-style-position: outside; }
 @media (max-width: 1024px) {
    ul li {
    font-size: 1rem; } }
ul li {
  list-style: none inside none; }

ol li {
  list-style: decimal; }

main .content ol,
main .content ul {
  padding-left: 1em;
  line-height: 1.6; }
  main .content ol li,
  main .content ul li {
    position: relative; }
  main .content ol[style*="list-"] li,
  main .content ul[style*="list-"] li {
    list-style: inherit; }
  main .content ol[style*="list-"] li:before,
  main .content ul[style*="list-"] li:before {
    content: none; }

main .content a:not(.button) {
  color: #021945;
  transition: 0.1s cubic-bezier(0.5, 0, 0, 1);
  box-shadow: inset 0 -2px 0 rgba(116, 197, 250, 0.5); }
  main .content a:not(.button):hover {
    box-shadow: inset 0 -3px 0 #74C5FA; }

main .content ol {
  margin: 1em 0;
  padding: 0 0 0 1.5em; }
  main .content ol li {
    font-size: 1em;
    list-style: none;
    padding-left: 1em;
    line-height: 1.4; }
    main .content ol li:not(:last-of-type) {
      margin-bottom: 1em; }
    main .content ol li:before {
      margin-right: .7em;
      display: inline-block;
      color: #74C5FA;
      font-family: "paralucent", sans-serif;
      font-weight: 600;
      position: absolute;
      left: 0;
      top: .05em; }

main .content ul > li {
  padding-left: 1.25em; }
  main .content ul > li:before {
    content: '';
    width: 6px;
    top: calc(.5em + 1px);
    color: #74C5FA;
    padding-bottom: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    vertical-align: baseline;
    border: 2px solid currentColor;
    background: currentColor; }

main .content ul li > li:before,
main .content ul ul li:before {
  background: transparent; }

main .content ol > li {
  counter-increment: steps; }
  main .content ol > li:before {
    content: counter(steps); }

main .content ol li > li,
main .content ol ol li {
  counter-increment: more; }
  main .content ol li > li:before,
  main .content ol ol li:before {
    content: counter(more); }

ul.products, ul[class*="woocommerce-"], ul[class*="wc_"], ol.products, ol[class*="woocommerce-"], ol[class*="wc_"] {
  padding: 0;
  margin: 0; }
  ul.products li, ul[class*="woocommerce-"] li, ul[class*="wc_"] li, ol.products li, ol[class*="woocommerce-"] li, ol[class*="wc_"] li {
    padding-left: 0; }
    ul.products li:before, ul[class*="woocommerce-"] li:before, ul[class*="wc_"] li:before, ol.products li:before, ol[class*="woocommerce-"] li:before, ol[class*="wc_"] li:before {
      display: none; }

form {
  margin: 1em 0; }

dl {
  margin: 1em 0; }
  dl dt {
    font-weight: bold; }
  dl dd {
    margin: 0 0 0.5em; }

table {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #EEEEEE; }
  table:first-child {
    margin-top: 0; }
  table th {
    padding: 1em;
    border: 1px solid #EEEEEE;
    background: #f7f7f7;
    text-align: left;
    font-weight: bold; }
  table td {
    padding: 1em;
    border: 1px solid rgba(2, 25, 69, 0.1); }
    table td img {
      border-radius: 0.3em; }
    @media (max-width: 736px) {
      table td {
        width: 100% !important;
        height: auto !important;
        display: block; }
        table td:not(:last-of-type) {
          border-bottom: none; } }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/fontello.eot?59575301");
  src: url("../fonts/fontello/fontello.eot?59575301#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff?59575301") format("woff"), url("../fonts/fontello/fontello.ttf?59575301") format("truetype"), url("../fonts/fontello/fontello.svg?59575301#entypo") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/ffor-turtle/fontello.eot?59575301");
  src: url("../fonts/ffor-turtle/fontello.eot?59575301#iefix") format("embedded-opentype"), url("../fonts/ffor-turtle/fontello.woff?59575301") format("woff"), url("../fonts/ffor-turtle/fontello.ttf?59575301") format("truetype"), url("../fonts/ffor-turtle/fontello.svg?59575301#entypo") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('../font/entypo.svg?59575301#entypo') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-note:before {
  content: '\e800'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e801'; }

/* '' */
.icon-cancel-squared:before {
  content: '\e802'; }

/* '' */
.icon-note-beamed:before {
  content: '\e803'; }

/* '' */
.icon-upload-cloud:before {
  content: '\e804'; }

/* '' */
.icon-music:before {
  content: '\e805'; }

/* '' */
.icon-plus:before {
  content: '\e806'; }

/* '' */
.icon-bookmark:before {
  content: '\e807'; }

/* '' */
.icon-chat:before {
  content: '\e808'; }

/* '' */
.icon-bell:before {
  content: '\e809'; }

/* '' */
.icon-light-down:before {
  content: '\e80a'; }

/* '' */
.icon-basket:before {
  content: '\e80b'; }

/* '' */
.icon-down:before {
  content: '\e80c'; }

/* '' */
.icon-left-dir:before {
  content: '\e80d'; }

/* '' */
.icon-left-circled:before {
  content: '\e80e'; }

/* '' */
.icon-search:before {
  content: '\e80f'; }

/* '' */
.icon-mail:before {
  content: '\e810'; }

/* '' */
.icon-heart:before {
  content: '\e811'; }

/* '' */
.icon-flashlight:before {
  content: '\e812'; }

/* '' */
.icon-heart-empty:before {
  content: '\e813'; }

/* '' */
.icon-star:before {
  content: '\e814'; }

/* '' */
.icon-star-empty:before {
  content: '\e815'; }

/* '' */
.icon-user:before {
  content: '\e816'; }

/* '' */
.icon-users:before {
  content: '\e817'; }

/* '' */
.icon-user-add:before {
  content: '\e818'; }

/* '' */
.icon-video:before {
  content: '\e819'; }

/* '' */
.icon-camera:before {
  content: '\e81a'; }

/* '' */
.icon-picture:before {
  content: '\e81b'; }

/* '' */
.icon-layout:before {
  content: '\e81c'; }

/* '' */
.icon-check:before {
  content: '\e81d'; }

/* '' */
.icon-tag:before {
  content: '\e81e'; }

/* '' */
.icon-cancel:before {
  content: '\e81f'; }

/* '' */
.icon-eye:before {
  content: '\e820'; }

/* '' */
.icon-lock-open:before {
  content: '\e821'; }

/* '' */
.icon-menu:before {
  content: '\e822'; }

/* '' */
.icon-lock:before {
  content: '\e823'; }

/* '' */
.icon-attach:before {
  content: '\e824'; }

/* '' */
.icon-link:before {
  content: '\e825'; }

/* '' */
.icon-home:before {
  content: '\e826'; }

/* '' */
.icon-back:before {
  content: '\e827'; }

/* '' */
.icon-info-circled:before {
  content: '\e828'; }

/* '' */
.icon-info:before {
  content: '\e829'; }

/* '' */
.icon-help-circled:before {
  content: '\e82a'; }

/* '' */
.icon-help:before {
  content: '\e82b'; }

/* '' */
.icon-minus-circled:before {
  content: '\e82c'; }

/* '' */
.icon-minus:before {
  content: '\e82d'; }

/* '' */
.icon-plus-squared:before {
  content: '\e82e'; }

/* '' */
.icon-plus-circled:before {
  content: '\e82f'; }

/* '' */
.icon-minus-squared:before {
  content: '\e830'; }

/* '' */
.icon-bookmarks:before {
  content: '\e831'; }

/* '' */
.icon-flag:before {
  content: '\e832'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e833'; }

/* '' */
.icon-upload:before {
  content: '\e834'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e835'; }

/* '' */
.icon-download:before {
  content: '\e836'; }

/* '' */
.icon-reply:before {
  content: '\e837'; }

/* '' */
.icon-reply-all:before {
  content: '\e838'; }

/* '' */
.icon-forward:before {
  content: '\e839'; }

/* '' */
.icon-quote:before {
  content: '\e83a'; }

/* '' */
.icon-code:before {
  content: '\e83b'; }

/* '' */
.icon-export:before {
  content: '\e83c'; }

/* '' */
.icon-pencil:before {
  content: '\e83d'; }

/* '' */
.icon-feather:before {
  content: '\e83e'; }

/* '' */
.icon-print:before {
  content: '\e83f'; }

/* '' */
.icon-retweet:before {
  content: '\e840'; }

/* '' */
.icon-keyboard:before {
  content: '\e841'; }

/* '' */
.icon-comment:before {
  content: '\e842'; }

/* '' */
.icon-book:before {
  content: '\e843'; }

/* '' */
.icon-book-open:before {
  content: '\e844'; }

/* '' */
.icon-newspaper:before {
  content: '\e845'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\e846'; }

/* '' */
.icon-doc-text:before {
  content: '\e847'; }

/* '' */
.icon-doc-landscape:before {
  content: '\e848'; }

/* '' */
.icon-doc:before {
  content: '\e849'; }

/* '' */
.icon-trash:before {
  content: '\e84a'; }

/* '' */
.icon-cup:before {
  content: '\e84b'; }

/* '' */
.icon-compass:before {
  content: '\e84c'; }

/* '' */
.icon-direction:before {
  content: '\e84d'; }

/* '' */
.icon-map:before {
  content: '\e84e'; }

/* '' */
.icon-location:before {
  content: '\e84f'; }

/* '' */
.icon-address:before {
  content: '\e850'; }

/* '' */
.icon-vcard:before {
  content: '\e851'; }

/* '' */
.icon-alert:before {
  content: '\e852'; }

/* '' */
.icon-attention:before {
  content: '\e853'; }

/* '' */
.icon-folder:before {
  content: '\e854'; }

/* '' */
.icon-archive:before {
  content: '\e855'; }

/* '' */
.icon-box:before {
  content: '\e856'; }

/* '' */
.icon-rss:before {
  content: '\e857'; }

/* '' */
.icon-phone:before {
  content: '\e858'; }

/* '' */
.icon-cog:before {
  content: '\e859'; }

/* '' */
.icon-tools:before {
  content: '\e85a'; }

/* '' */
.icon-share:before {
  content: '\e85b'; }

/* '' */
.icon-shareable:before {
  content: '\e85c'; }

/* '' */
.icon-bag:before {
  content: '\e85d'; }

/* '' */
.icon-calendar:before {
  content: '\e85e'; }

/* '' */
.icon-login:before {
  content: '\e85f'; }

/* '' */
.icon-logout:before {
  content: '\e860'; }

/* '' */
.icon-mic:before {
  content: '\e861'; }

/* '' */
.icon-mute:before {
  content: '\e862'; }

/* '' */
.icon-docs:before {
  content: '\e863'; }

/* '' */
.icon-sound:before {
  content: '\e864'; }

/* '' */
.icon-volume:before {
  content: '\e865'; }

/* '' */
.icon-clock:before {
  content: '\e866'; }

/* '' */
.icon-hourglass:before {
  content: '\e867'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e868'; }

/* '' */
.icon-up-open:before {
  content: '\e869'; }

/* '' */
.icon-right-open:before {
  content: '\e86a'; }

/* '' */
.icon-left-open:before {
  content: '\e86b'; }

/* '' */
.icon-down-open:before {
  content: '\e86c'; }

/* '' */
.icon-right-circled:before {
  content: '\e86d'; }

/* '' */
.icon-down-circled:before {
  content: '\e86e'; }

/* '' */
.icon-up-circled:before {
  content: '\e86f'; }

/* '' */
.icon-arrow-combo:before {
  content: '\e870'; }

/* '' */
.icon-window:before {
  content: '\e871'; }

/* '' */
.icon-publish:before {
  content: '\e872'; }

/* '' */
.icon-popup:before {
  content: '\e873'; }

/* '' */
.icon-resize-small:before {
  content: '\e874'; }

/* '' */
.icon-resize-full:before {
  content: '\e875'; }

/* '' */
.icon-block:before {
  content: '\e876'; }

/* '' */
.icon-adjust:before {
  content: '\e877'; }

/* '' */
.icon-light-up:before {
  content: '\e878'; }

/* '' */
.icon-lamp:before {
  content: '\e879'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e87a'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e87b'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e87c'; }

/* '' */
.icon-down-open-big:before {
  content: '\e87d'; }

/* '' */
.icon-left-open-big:before {
  content: '\e87e'; }

/* '' */
.icon-right-open-big:before {
  content: '\e87f'; }

/* '' */
.icon-arrows-ccw:before {
  content: '\e880'; }

/* '' */
.icon-cw:before {
  content: '\e881'; }

/* '' */
.icon-ccw:before {
  content: '\e882'; }

/* '' */
.icon-up-open-big:before {
  content: '\e883'; }

/* '' */
.icon-level-down:before {
  content: '\e884'; }

/* '' */
.icon-up-thin:before {
  content: '\e885'; }

/* '' */
.icon-left-thin:before {
  content: '\e886'; }

/* '' */
.icon-progress-1:before {
  content: '\e887'; }

/* '' */
.icon-progress-2:before {
  content: '\e888'; }

/* '' */
.icon-right-thin:before {
  content: '\e889'; }

/* '' */
.icon-progress-3:before {
  content: '\e88a'; }

/* '' */
.icon-target:before {
  content: '\e88b'; }

/* '' */
.icon-palette:before {
  content: '\e88c'; }

/* '' */
.icon-list:before {
  content: '\e88d'; }

/* '' */
.icon-list-add:before {
  content: '\e88e'; }

/* '' */
.icon-signal:before {
  content: '\e88f'; }

/* '' */
.icon-level-up:before {
  content: '\e890'; }

/* '' */
.icon-left:before {
  content: '\e891'; }

/* '' */
.icon-shuffle:before {
  content: '\e892'; }

/* '' */
.icon-trophy:before {
  content: '\e893'; }

/* '' */
.icon-loop:before {
  content: '\e894'; }

/* '' */
.icon-right:before {
  content: '\e895'; }

/* '' */
.icon-battery:before {
  content: '\e896'; }

/* '' */
.icon-back-in-time:before {
  content: '\e897'; }

/* '' */
.icon-switch:before {
  content: '\e898'; }

/* '' */
.icon-up:before {
  content: '\e899'; }

/* '' */
.icon-down-dir:before {
  content: '\e89a'; }

/* '' */
.icon-play:before {
  content: '\e89b'; }

/* '' */
.icon-monitor:before {
  content: '\e89c'; }

/* '' */
.icon-mobile:before {
  content: '\e89d'; }

/* '' */
.icon-stop:before {
  content: '\e89e'; }

/* '' */
.icon-right-dir:before {
  content: '\e89f'; }

/* '' */
.icon-pause:before {
  content: '\e8a0'; }

/* '' */
.icon-network:before {
  content: '\e8a1'; }

/* '' */
.icon-cd:before {
  content: '\e8a2'; }

/* '' */
.icon-record:before {
  content: '\e8a3'; }

/* '' */
.icon-up-dir:before {
  content: '\e8a4'; }

/* '' */
.icon-down-bold:before {
  content: '\e8a5'; }

/* '' */
.icon-to-end:before {
  content: '\e8a6'; }

/* '' */
.icon-inbox:before {
  content: '\e8a7'; }

/* '' */
.icon-install:before {
  content: '\e8a8'; }

/* '' */
.icon-to-start:before {
  content: '\e8a9'; }

/* '' */
.icon-left-bold:before {
  content: '\e8aa'; }

/* '' */
.icon-right-bold:before {
  content: '\e8ab'; }

/* '' */
.icon-fast-forward:before {
  content: '\e8ac'; }

/* '' */
.icon-globe:before {
  content: '\e8ad'; }

/* '' */
.icon-cloud:before {
  content: '\e8ae'; }

/* '' */
.icon-fast-backward:before {
  content: '\e8af'; }

/* '' */
.icon-down-thin:before {
  content: '\e8b0'; }

/* '' */
.icon-progress-0:before {
  content: '\e8b1'; }

/* '' */
.icon-up-bold:before {
  content: '\e8b2'; }

/* '' */
.icon-cloud-thunder:before {
  content: '\e8b3'; }

/* '' */
.icon-chart-area:before {
  content: '\e8b4'; }

/* '' */
.icon-chart-bar:before {
  content: '\e8b5'; }

/* '' */
.icon-flow-tree:before {
  content: '\e8b6'; }

/* '' */
.icon-flow-line:before {
  content: '\e8b7'; }

/* '' */
.icon-vimeo:before {
  content: '\e8b8'; }

/* '' */
.icon-flickr-circled:before {
  content: '\e8b9'; }

/* '' */
.icon-lastfm:before {
  content: '\e8ba'; }

/* '' */
.icon-lastfm-circled:before {
  content: '\e8bb'; }

/* '' */
.icon-vkontakte:before {
  content: '\e8bc'; }

/* '' */
.icon-behance:before {
  content: '\e8bd'; }

/* '' */
.icon-mixi:before {
  content: '\e8be'; }

/* '' */
.icon-stumbleupon:before {
  content: '\e8bf'; }

/* '' */
.icon-stumbleupon-circled:before {
  content: '\e8c0'; }

/* '' */
.icon-flickr:before {
  content: '\e8c1'; }

/* '' */
.icon-github-circled:before {
  content: '\e8c2'; }

/* '' */
.icon-flow-cascade:before {
  content: '\e8c3'; }

/* '' */
.icon-flow-branch:before {
  content: '\e8c4'; }

/* '' */
.icon-chart-line:before {
  content: '\e8c5'; }

/* '' */
.icon-chart-pie:before {
  content: '\e8c6'; }

/* '' */
.icon-erase:before {
  content: '\e8c7'; }

/* '' */
.icon-key:before {
  content: '\e8c8'; }

/* '' */
.icon-github:before {
  content: '\e8c9'; }

/* '' */
.icon-dribbble-circled:before {
  content: '\e8ca'; }

/* '' */
.icon-picasa:before {
  content: '\e8cb'; }

/* '' */
.icon-dribbble:before {
  content: '\e8cc'; }

/* '' */
.icon-infinity:before {
  content: '\e8cd'; }

/* '' */
.icon-magnet:before {
  content: '\e8ce'; }

/* '' */
.icon-bucket:before {
  content: '\e8cf'; }

/* '' */
.icon-linkedin-circled:before {
  content: '\e8d0'; }

/* '' */
.icon-paypal:before {
  content: '\e8d1'; }

/* '' */
.icon-sina-weibo:before {
  content: '\e8d2'; }

/* '' */
.icon-linkedin:before {
  content: '\e8d3'; }

/* '' */
.icon-cc-zero:before {
  content: '\e8d4'; }

/* '' */
.icon-drive:before {
  content: '\e8d5'; }

/* '' */
.icon-brush:before {
  content: '\e8d6'; }

/* '' */
.icon-dot-3:before {
  content: '\e8d7'; }

/* '' */
.icon-database:before {
  content: '\e8d8'; }

/* '' */
.icon-cc-pd:before {
  content: '\e8d9'; }

/* '' */
.icon-tumblr-circled:before {
  content: '\e8da'; }

/* '' */
.icon-renren:before {
  content: '\e8db'; }

/* '' */
.icon-skype-circled:before {
  content: '\e8dc'; }

/* '' */
.icon-tumblr:before {
  content: '\e8dd'; }

/* '' */
.icon-cc-nd:before {
  content: '\e8de'; }

/* '' */
.icon-megaphone:before {
  content: '\e8df'; }

/* '' */
.icon-dot-2:before {
  content: '\e8e0'; }

/* '' */
.icon-dot:before {
  content: '\e8e1'; }

/* '' */
.icon-clipboard:before {
  content: '\e8e2'; }

/* '' */
.icon-cc-sa:before {
  content: '\e8e3'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\e8e4'; }

/* '' */
.icon-cc-remix:before {
  content: '\e8e5'; }

/* '' */
.icon-thermometer:before {
  content: '\e8e6'; }

/* '' */
.icon-soundcloud:before {
  content: '\e8e7'; }

/* '' */
.icon-cc-share:before {
  content: '\e8e8'; }

/* '' */
.icon-google-circles:before {
  content: '\e8e9'; }

/* '' */
.icon-skype:before {
  content: '\e8ea'; }

/* '' */
.icon-flattr:before {
  content: '\e8eb'; }

/* '' */
.icon-cc-nc-jp:before {
  content: '\e8ec'; }

/* '' */
.icon-cc-nc-eu:before {
  content: '\e8ed'; }

/* '' */
.icon-cc-nc:before {
  content: '\e8ee'; }

/* '' */
.icon-cc-by:before {
  content: '\e8ef'; }

/* '' */
.icon-cc:before {
  content: '\e8f0'; }

/* '' */
.icon-traffic-cone:before {
  content: '\e8f1'; }

/* '' */
.icon-gauge:before {
  content: '\e8f2'; }

/* '' */
.icon-rocket:before {
  content: '\e8f3'; }

/* '' */
.icon-flow-parallel:before {
  content: '\e8f4'; }

/* '' */
.icon-vimeo-circled:before {
  content: '\e8f5'; }

/* '' */
.icon-twitter:before {
  content: '\e8f6'; }

/* '' */
.icon-twitter-circled:before {
  content: '\e8f7'; }

/* '' */
.icon-facebook:before {
  content: '\e8f8'; }

/* '' */
.icon-facebook-circled:before {
  content: '\e8f9'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e8fa'; }

/* '' */
.icon-gplus:before {
  content: '\e8fb'; }

/* '' */
.icon-gplus-circled:before {
  content: '\e8fc'; }

/* '' */
.icon-pinterest:before {
  content: '\e8fd'; }

/* '' */
.icon-evernote:before {
  content: '\e8fe'; }

/* '' */
.icon-dropbox:before {
  content: '\e8ff'; }

/* '' */
.icon-instagram:before {
  content: '\e900'; }

/* '' */
.icon-qq:before {
  content: '\e901'; }

/* '' */
.icon-spotify-circled:before {
  content: '\e902'; }

/* '' */
.icon-spotify:before {
  content: '\e903'; }

/* '' */
.icon-rdio-circled:before {
  content: '\e904'; }

/* '' */
.icon-rdio:before {
  content: '\e905'; }

/* '' */
.icon-smashing:before {
  content: '\e906'; }

/* '' */
.icon-sweden:before {
  content: '\e907'; }

/* '' */
.icon-db-shape:before {
  content: '\e908'; }

/* '' */
.icon-logo-db:before {
  content: '\e909'; }

/* '' */
.icon-tape:before {
  content: '\e90a'; }

/* '' */
.icon-flash:before {
  content: '\e90b'; }

/* '' */
.icon-graduation-cap:before {
  content: '\e90c'; }

/* '' */
.icon-language:before {
  content: '\e90d'; }

/* '' */
.icon-flight:before {
  content: '\e90e'; }

/* '' */
.icon-moon:before {
  content: '\e90f'; }

/* '' */
.icon-paper-plane:before {
  content: '\e910'; }

/* '' */
.icon-ticket:before {
  content: '\e911'; }

/* '' */
.icon-leaf:before {
  content: '\e912'; }

/* '' */
.icon-lifebuoy:before {
  content: '\e913'; }

/* '' */
.icon-droplet:before {
  content: '\e914'; }

/* '' */
.icon-water:before {
  content: '\e915'; }

/* '' */
.icon-air:before {
  content: '\e916'; }

/* '' */
.icon-mouse:before {
  content: '\e917'; }

/* '' */
.icon-briefcase:before {
  content: '\e918'; }

/* '' */
.icon-credit-card:before {
  content: '\e919'; }

/* '' */
.icon-floppy:before {
  content: '\e91a'; }

/* '' */
.icon-suitcase:before {
  content: '\e91b'; }

/* '' */
.icon-quote-close:before {
  content: '\e91c'; }

/* '' */
.icon-quote-open:before {
  content: '\e91d'; }

/* '' */
.icon-fish:before {
  content: '\e91e'; }

/* '' */
.icon-turtle:before {
  content: '\e91df'; }

/* '' */
* {
  box-sizing: border-box; }

html {
  position: relative;
  overflow-x: hidden; }

body {
  position: relative; }
  @media (max-width: 736px) {
    body {
      overflow-x: hidden; } }
  body.woocommerce .view-cart-btn {
    display: block;
    position: fixed;
    bottom: 5px;
    right: 15px;
    z-index: 99; }
    body.woocommerce .view-cart-btn a {
      margin-left: auto;
      margin-right: auto;
      color: #021945 !important;
      background-color: #74C5FA !important; }
    body.woocommerce .view-cart-btn.over_ride_orange a {
      padding-left: 2em;
      padding-right: 2em;
      background-color: #FE8601 !important;
      bottom: 15px; }

.view-cart-btn {
  display: none; }

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

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1200px) {
    .container {
      max-width: 100%; } }
  @media (max-width: 1200px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1025px) {
    .container {
      max-width: 100%; } }
  @media (max-width: 1024px) {
    .container {
      max-width: 100%; } }
  @media (max-width: 736px) {
    .container {
      max-width: 100%; } }
  @media (max-width: 400px) {
    .container {
      max-width: 100%; } }

.error {
  color: #e6144c; }

.success {
  color: #00AA00; }

.sub {
  font-family: "sofia-pro", sans-serif;
  letter-spacing: .05em;
  color: #021945; }

.split-main {
  display: block;
  float: left;
  width: 44.42857%;
  margin-left: 4.57143%;
  margin-right: 1%; }
  @media (min-width: 1200px) {
    .split-main {
      display: block;
      float: left;
      width: 44.42857%;
      margin-left: 4.57143%;
      margin-right: 1%; } }
  @media (max-width: 1200px) {
    .split-main {
      display: block;
      float: left;
      width: 44.42857%;
      margin-left: 4.57143%;
      margin-right: 1%; } }
  @media (min-width: 1025px) {
    .split-main {
      display: block;
      float: left;
      width: 36.42857%;
      margin-left: 8.57143%;
      margin-right: 5%; } }
  @media (max-width: 1024px) {
    .split-main {
      display: block;
      float: left;
      width: 36.42857%;
      margin-left: 8.57143%;
      margin-right: 5%; } }
  @media (max-width: 736px) {
    .split-main {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 400px) {
    .split-main {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }

.split-aside {
  display: block;
  float: left;
  width: 44.42857%;
  margin-left: 1%;
  margin-right: 1%; }
  @media (min-width: 1200px) {
    .split-aside {
      display: block;
      float: left;
      width: 44.42857%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (max-width: 1200px) {
    .split-aside {
      display: block;
      float: left;
      width: 44.42857%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (min-width: 1025px) {
    .split-aside {
      display: block;
      float: left;
      width: 36.42857%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 1024px) {
    .split-aside {
      display: block;
      float: left;
      width: 36.42857%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 736px) {
    .split-aside {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 400px) {
    .split-aside {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }

.wysiwyg {
  padding: 10vh 0em; }

.hide {
  font-size: 0;
  color: rgba(255, 255, 255, 0);
  position: absolute;
  left: 100vw; }

.screen-reader-text {
  position: absolute;
  left: 150vw;
  font-size: 0;
  color: transparent; }

.show-mobile {
  display: none !important; }
  @media (max-width: 736px) {
    .show-mobile {
      display: inherit; } }

@media (max-width: 736px) {
  .hide-mobile {
    display: none !important; } }

.page-template-default.page header + .basic-section {
  padding: 10vh 0; }
  @media (max-width: 736px) {
    .page-template-default.page header + .basic-section {
      padding: 10vw; } }

.page-template-default.page .hidebtn .wFormContainer .wForm form input[type="submit"] {
  display: none; }

body.admin-bar {
  margin-top: -32px; }
  @media (max-width: 1024px) {
    body.admin-bar {
      margin-top: -46px; } }

#wpadminbar:not(override) {
  transition: .3s;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0); }
  @media (max-width: 1024px) {
    #wpadminbar:not(override) {
      display: none !important; } }
  #wpadminbar:not(override) .quicklinks {
    transform: translate3d(0, -2.5em, 0);
    transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
    background: #000E29; }
    #wpadminbar:not(override) .quicklinks:after {
      content: "";
      display: table;
      clear: both; }
  #wpadminbar:not(override):hover {
    opacity: 1; }
    #wpadminbar:not(override):hover .quicklinks {
      transition: 0.5s cubic-bezier(0.5, 0, 0, 1) 0.3s;
      transform: translate3d(0, 0, 0); }
  @media (max-width: 736px) {
    #wpadminbar:not(override) {
      display: none !important; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  left: -1.5vw;
  right: -1.5vw;
  width: calc(100% + 3vw);
  overflow: hidden;
  margin-bottom: 1em; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.button,
[class^="button"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  padding: 0.65em 1.5em;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  letter-spacing: 0.025em;
  line-height: 100%;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  font-family: "paralucent", sans-serif;
  border-radius: 5rem;
  text-align: center;
  transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
  font-weight: 500;
  position: relative;
  will-change: background, color;
  font-size: 1.35rem;
  color: #021945;
  background-color: #EEEEEE; }
  @media (max-width: 1024px) {
    .button,
    [class^="button"],
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
      font-size: 1.2rem; } }
  .button.-outline,
  [class^="button"].-outline,
  input[type="button"].-outline,
  input[type="submit"].-outline,
  input[type="reset"].-outline {
    box-shadow: inset 0 0 0 2px #EEEEEE;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    background: transparent;
    will-change: background, color; }
    .button.-outline.-secondary, .button.-outline.-dark,
    [class^="button"].-outline.-secondary,
    [class^="button"].-outline.-dark,
    input[type="button"].-outline.-secondary,
    input[type="button"].-outline.-dark,
    input[type="submit"].-outline.-secondary,
    input[type="submit"].-outline.-dark,
    input[type="reset"].-outline.-secondary,
    input[type="reset"].-outline.-dark {
      color: #021945; }
    .button.-outline:hover, .button.-outline:focus,
    [class^="button"].-outline:hover,
    [class^="button"].-outline:focus,
    input[type="button"].-outline:hover,
    input[type="button"].-outline:focus,
    input[type="submit"].-outline:hover,
    input[type="submit"].-outline:focus,
    input[type="reset"].-outline:hover,
    input[type="reset"].-outline:focus {
      background: #EEEEEE;
      color: #021945; }
  .button.disabled,
  [class^="button"].disabled,
  input[type="button"].disabled,
  input[type="submit"].disabled,
  input[type="reset"].disabled {
    cursor: not-allowed;
    box-shadow: inset 0 0 0 2px #EEEEEE;
    background-color: transparent;
    color: rgba(238, 238, 238, 0.75); }
    .button.disabled:before, .button.disabled:after,
    [class^="button"].disabled:before,
    [class^="button"].disabled:after,
    input[type="button"].disabled:before,
    input[type="button"].disabled:after,
    input[type="submit"].disabled:before,
    input[type="submit"].disabled:after,
    input[type="reset"].disabled:before,
    input[type="reset"].disabled:after {
      content: none; }
  .button:before, .button:after,
  [class^="button"]:before,
  [class^="button"]:after,
  input[type="button"]:before,
  input[type="button"]:after,
  input[type="submit"]:before,
  input[type="submit"]:after,
  input[type="reset"]:before,
  input[type="reset"]:after {
    content: '';
    position: absolute;
    border: 2px solid currentColor;
    box-sizing: content-box;
    border-radius: 50%;
    opacity: 0;
    transform: translate3d(0, 0.15em, 0); }
  .button:before,
  [class^="button"]:before,
  input[type="button"]:before,
  input[type="submit"]:before,
  input[type="reset"]:before {
    top: -3.2px;
    right: 25.6px;
    width: 4px;
    height: 4px;
    transition: box-shadow 1s linear;
    transform: translate3d(0, 0.2em, 0);
    box-shadow: -8px -4px 0 -3px white, -8px -4px 0 -1px currentColor; }
  .button:after,
  [class^="button"]:after,
  input[type="button"]:after,
  input[type="submit"]:after,
  input[type="reset"]:after {
    top: -13px;
    right: 16px;
    width: 5.6px;
    height: 5.6px;
    transform: translate3d(0, 0.3em, 0); }
  .button:not(:last-child),
  [class^="button"]:not(:last-child),
  input[type="button"]:not(:last-child),
  input[type="submit"]:not(:last-child),
  input[type="reset"]:not(:last-child) {
    margin-bottom: 1em; }
  .button:not(:last-of-type),
  [class^="button"]:not(:last-of-type),
  input[type="button"]:not(:last-of-type),
  input[type="submit"]:not(:last-of-type),
  input[type="reset"]:not(:last-of-type) {
    margin-right: .8em; }
    @media (max-width: 736px) {
      .button:not(:last-of-type),
      [class^="button"]:not(:last-of-type),
      input[type="button"]:not(:last-of-type),
      input[type="submit"]:not(:last-of-type),
      input[type="reset"]:not(:last-of-type) {
        margin-right: 0; } }
  .button.huge,
  [class^="button"].huge,
  input[type="button"].huge,
  input[type="submit"].huge,
  input[type="reset"].huge {
    font-size: 1.25rem; }



@keyframes bubbles {
  50% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, -0.15em, 0); } }

button.-primary,
.button.-primary,
input.button-primary {
  color: #001F5C;
  background-color: #74C5FA; }
  button.-primary.-outline,
  .button.-primary.-outline,
  input.button-primary.-outline {
    box-shadow: inset 0 0 0 2px #74C5FA;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    background: #74C5FA;
    will-change: background, color; }
    button.-primary.-outline.-secondary, button.-primary.-outline.-dark,
    .button.-primary.-outline.-secondary,
    .button.-primary.-outline.-dark,
    input.button-primary.-outline.-secondary,
    input.button-primary.-outline.-dark {
      color: #021945; }
    button.-primary.-outline:hover, button.-primary.-outline:focus,
    .button.-primary.-outline:hover,
    .button.-primary.-outline:focus,
    input.button-primary.-outline:hover,
    input.button-primary.-outline:focus {
      background: #74C5FA;
      color: #001F5C; }
  button.-primary.disabled,
  .button.-primary.disabled,
  input.button-primary.disabled {
    cursor: not-allowed;
    box-shadow: inset 0 0 0 2px #74C5FA;
    background-color: transparent;
    color: rgba(116, 197, 250, 0.75); }
    button.-primary.disabled:before, button.-primary.disabled:after,
    .button.-primary.disabled:before,
    .button.-primary.disabled:after,
    input.button-primary.disabled:before,
    input.button-primary.disabled:after {
      content: none; }

button.-secondary,
.button.-secondary,
input.button-secondary {
  color: #CAE5F5;
  background-color: #194F90; }
  button.-secondary.-outline,
  .button.-secondary.-outline,
  input.button-secondary.-outline {
    box-shadow: inset 0 0 0 2px #194F90;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    background: transparent;
    will-change: background, color; }
    button.-secondary.-outline.-secondary, button.-secondary.-outline.-dark,
    .button.-secondary.-outline.-secondary,
    .button.-secondary.-outline.-dark,
    input.button-secondary.-outline.-secondary,
    input.button-secondary.-outline.-dark {
      color: #021945; }
    button.-secondary.-outline:hover, button.-secondary.-outline:focus,
    .button.-secondary.-outline:hover,
    .button.-secondary.-outline:focus,
    input.button-secondary.-outline:hover,
    input.button-secondary.-outline:focus {
      background: #194F90;
      color: #CAE5F5; }
  button.-secondary.disabled,
  .button.-secondary.disabled,
  input.button-secondary.disabled {
    cursor: not-allowed;
    box-shadow: inset 0 0 0 2px #194F90;
    background-color: transparent;
    color: rgba(25, 79, 144, 0.75); }
    button.-secondary.disabled:before, button.-secondary.disabled:after,
    .button.-secondary.disabled:before,
    .button.-secondary.disabled:after,
    input.button-secondary.disabled:before,
    input.button-secondary.disabled:after {
      content: none; }

input[type="submit"],
button.-dark,
.button.-dark,
input.button-secondary {
  color: #FFF0DD;
  background-color: #021945; }
  input[type="submit"].-outline,
  button.-dark.-outline,
  .button.-dark.-outline,
  input.button-secondary.-outline {
    box-shadow: inset 0 0 0 2px #021945;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    background: transparent;
    will-change: background, color; }
    input[type="submit"].-outline.-secondary, input[type="submit"].-outline.-dark,
    button.-dark.-outline.-secondary,
    button.-dark.-outline.-dark,
    .button.-dark.-outline.-secondary,
    .button.-dark.-outline.-dark,
    input.button-secondary.-outline.-secondary,
    input.button-secondary.-outline.-dark {
      color: #021945; }
    input[type="submit"].-outline:hover, input[type="submit"].-outline:focus,
    button.-dark.-outline:hover,
    button.-dark.-outline:focus,
    .button.-dark.-outline:hover,
    .button.-dark.-outline:focus,
    input.button-secondary.-outline:hover,
    input.button-secondary.-outline:focus {
      background: #021945;
      color: #FFF0DD; }
  input[type="submit"].disabled,
  button.-dark.disabled,
  .button.-dark.disabled,
  input.button-secondary.disabled {
    cursor: not-allowed;
    box-shadow: inset 0 0 0 2px #021945;
    background-color: transparent;
    color: rgba(2, 25, 69, 0.75); }
    input[type="submit"].disabled:before, input[type="submit"].disabled:after,
    button.-dark.disabled:before,
    button.-dark.disabled:after,
    .button.-dark.disabled:before,
    .button.-dark.disabled:after,
    input.button-secondary.disabled:before,
    input.button-secondary.disabled:after {
      content: none; }

button.-action,
.button.-action,
input.button-secondary {
  color: #021945;
  background-color: #FE8601; }
  button.-action.-outline,
  .button.-action.-outline,
  input.button-secondary.-outline {
    box-shadow: inset 0 0 0 2px #FE8601;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    background: transparent;
    will-change: background, color; }
    button.-action.-outline.-secondary, button.-action.-outline.-dark,
    .button.-action.-outline.-secondary,
    .button.-action.-outline.-dark,
    input.button-secondary.-outline.-secondary,
    input.button-secondary.-outline.-dark {
      color: #021945; }
    button.-action.-outline:hover, button.-action.-outline:focus,
    .button.-action.-outline:hover,
    .button.-action.-outline:focus,
    input.button-secondary.-outline:hover,
    input.button-secondary.-outline:focus {
      background: #FE8601;
      color: #021945; }
  button.-action.disabled,
  .button.-action.disabled,
  input.button-secondary.disabled {
    cursor: not-allowed;
    box-shadow: inset 0 0 0 2px #FE8601;
    background-color: transparent;
    color: rgba(254, 134, 1, 0.75); }
    button.-action.disabled:before, button.-action.disabled:after,
    .button.-action.disabled:before,
    .button.-action.disabled:after,
    input.button-secondary.disabled:before,
    input.button-secondary.disabled:after {
      content: none; }

button.-action,
.button.-action {
  color: #021945;
  background-color: #FE8601; }
  button.-action.-outline,
  .button.-action.-outline {
    box-shadow: inset 0 0 0 2px #FE8601;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    background: transparent;
    will-change: background, color; }
    button.-action.-outline.-secondary, button.-action.-outline.-dark,
    .button.-action.-outline.-secondary,
    .button.-action.-outline.-dark {
      color: #021945; }
    button.-action.-outline:hover, button.-action.-outline:focus,
    .button.-action.-outline:hover,
    .button.-action.-outline:focus {
      background: #FE8601;
      color: #021945; }
  button.-action.disabled,
  .button.-action.disabled {
    cursor: not-allowed;
    box-shadow: inset 0 0 0 2px #FE8601;
    background-color: transparent;
    color: rgba(254, 134, 1, 0.75); }
    button.-action.disabled:before, button.-action.disabled:after,
    .button.-action.disabled:before,
    .button.-action.disabled:after {
      content: none; }

button.facebook,
.button-facebook,
input.button-facebook {
  color: white;
  background-color: #3B5998;
  padding-left: 0.6em; }
  button.facebook.-outline,
  .button-facebook.-outline,
  input.button-facebook.-outline {
    box-shadow: inset 0 0 0 2px #3B5998;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    background: transparent;
    will-change: background, color; }
    button.facebook.-outline.-secondary, button.facebook.-outline.-dark,
    .button-facebook.-outline.-secondary,
    .button-facebook.-outline.-dark,
    input.button-facebook.-outline.-secondary,
    input.button-facebook.-outline.-dark {
      color: #021945; }
    button.facebook.-outline:hover, button.facebook.-outline:focus,
    .button-facebook.-outline:hover,
    .button-facebook.-outline:focus,
    input.button-facebook.-outline:hover,
    input.button-facebook.-outline:focus {
      background: #3B5998;
      color: white; }
  button.facebook.disabled,
  .button-facebook.disabled,
  input.button-facebook.disabled {
    cursor: not-allowed;
    box-shadow: inset 0 0 0 2px #3B5998;
    background-color: transparent;
    color: rgba(59, 89, 152, 0.75); }
    button.facebook.disabled:before, button.facebook.disabled:after,
    .button-facebook.disabled:before,
    .button-facebook.disabled:after,
    input.button-facebook.disabled:before,
    input.button-facebook.disabled:after {
      content: none; }
  button.facebook.disabled,
  .button-facebook.disabled,
  input.button-facebook.disabled {
    background: #9099ae;
    color: white;
    cursor: default; }

button.twitter,
.button-twitter,
input.button-twitter {
  color: white;
  background-color: #00ACED; }
  button.twitter.-outline,
  .button-twitter.-outline,
  input.button-twitter.-outline {
    box-shadow: inset 0 0 0 2px #00ACED;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    background: transparent;
    will-change: background, color; }
    button.twitter.-outline.-secondary, button.twitter.-outline.-dark,
    .button-twitter.-outline.-secondary,
    .button-twitter.-outline.-dark,
    input.button-twitter.-outline.-secondary,
    input.button-twitter.-outline.-dark {
      color: #021945; }
    button.twitter.-outline:hover, button.twitter.-outline:focus,
    .button-twitter.-outline:hover,
    .button-twitter.-outline:focus,
    input.button-twitter.-outline:hover,
    input.button-twitter.-outline:focus {
      background: #00ACED;
      color: white; }
  button.twitter.disabled,
  .button-twitter.disabled,
  input.button-twitter.disabled {
    cursor: not-allowed;
    box-shadow: inset 0 0 0 2px #00ACED;
    background-color: transparent;
    color: rgba(0, 172, 237, 0.75); }
    button.twitter.disabled:before, button.twitter.disabled:after,
    .button-twitter.disabled:before,
    .button-twitter.disabled:after,
    input.button-twitter.disabled:before,
    input.button-twitter.disabled:after {
      content: none; }
  button.twitter.disabled,
  .button-twitter.disabled,
  input.button-twitter.disabled {
    background-color: #aebcc7;
    color: white;
    cursor: default; }

.search-icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  position: relative;
  padding: 0;
  box-sizing: content-box;
  border: none;
  outline: none;
  cursor: pointer;
  color: #021945;
  background: transparent; }
  .search-icon:hover, .search-icon:focus, .search-icon.-active {
    color: #194F90; }
  .search-icon:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 17.16px;
    height: 17.16px;
    box-shadow: inset 0 0 0 3px currentColor;
    border-radius: 50%;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    -ms-transform-origin: top left;
    transform-origin: top left; }
  .search-icon span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .search-icon span:before, .search-icon span:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 3px;
      background: currentColor;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1); }
    .search-icon span:before {
      -ms-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg);
      transform: translate3d(20%, 150%, 0) rotate(45deg) scale3d(0.5, 1, 1); }
    .search-icon span:after {
      opacity: 0;
      -ms-transform: translate(0, -50%) rotate(-45deg) scale(0.4, 1);
      transform: translate(0, -50%) rotate(-45deg) scale(0.4, 1);
      transform: translate3d(0, -50%, 0) rotate(-45deg) scale3d(0.4, 1, 1); }
  .search-icon.-active:before {
    opacity: 0;
    -ms-transform: scale(0.7, 0.8);
    transform: scale(0.7, 0.8);
    transform: scale3d(0.7, 0.8, 1); }
  .search-icon.-active span:before {
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg); }
  .search-icon.-active span:after {
    opacity: 1;
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    transform: translate3d(0, -50%, 0) rotate(-45deg); }

.-content .card-action:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 2.25vw;
  left: 2.25vw;
  height: 2rem;
  z-index: 1;
  opacity: 1;
  background: linear-gradient(to top, currentColor, transparent); }
  @media (max-width: 736px) {
    .-content .card-action:before {
      right: 3.75vw;
      left: 3.75vw; } }

.-content .card-action.-primary:before {
  background: linear-gradient(to top, #74C5FA, rgba(116, 197, 250, 0)); }

.-content .card-action.-secondary:before {
  background: linear-gradient(to top, #194F90, rgba(25, 79, 144, 0)); }

.-content .card-action.-dark:before {
  background: linear-gradient(to top, #021945, rgba(2, 25, 69, 0)); }

.-content .card-action.-action:before {
  background: linear-gradient(to top, #FE8601, rgba(254, 134, 1, 0)); }

.-content .card-action.-light:before {
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0)); }

.-content .card-action .action-content {
  top: 2.25vw;
  -ms-transform: translate(0, 30vh);
  transform: translate(0, 30vh);
  transform: translate3d(0, 30vh, 0);
  transition: 0.6s cubic-bezier(0.5, 0, 0, 1);
  height: 100%; }
  .-content .card-action .action-content:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: white;
    z-index: -1;
    transition: 0.6s cubic-bezier(0.5, 0, 0, 1); }
  @media (max-width: 1024px) {
    .-content .card-action .action-content {
      left: auto;
      right: auto; } }
  @media (max-width: 736px) {
    .-content .card-action .action-content {
      left: auto;
      right: auto;
      margin: 0 3.75vw;
      position: relative;
      -ms-transform: translate(0, calc(100% - 9rem - 7.5vw));
      transform: translate(0, calc(100% - 9rem - 7.5vw));
      transform: translate3d(0, calc(100% - 9rem - 7.5vw), 0); } }

.-content .card-action h4 {
  height: auto; }
  @media (max-width: 1024px) {
    .-content .card-action h4 {
      font-size: 18px;
      font-size: 1.125rem; } }

@media (max-width: 736px) {
  .-content .card-action .card-content {
    opacity: 0; } }

.card-action {
  height: 40vw;
  min-height: 300px;
  max-height: 500px;
  background: #CAE5F5;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .card-action .action-content {
    position: absolute;
    right: 2.25vw;
    bottom: 0;
    left: 2.25vw;
    padding: 2.25vw;
    -ms-transform: translate(0, 4em);
    transform: translate(0, 4em);
    transform: translate3d(0, 4em, 0);
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1); }
    @media (max-width: 736px) {
      .card-action .action-content {
        padding: 3.75vw;
        left: 3.75vw;
        padding: 3.75vw;
        -ms-transform: none;
        transform: none; } }
    .card-action .action-content h4, .card-action .action-content p {
      position: relative; }
    .card-action .action-content p {
      font-size: 16px;
      font-size: 1rem; }
    .card-action .action-content h4 {
      margin-bottom: .8rem; }
      @media (max-width: 736px) {
        .card-action .action-content h4 {
          height: auto; } }
    .card-action .action-content:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .96;
      transition: 0.6s cubic-bezier(0.5, 0, 0, 1);
      background: linear-gradient(40deg, currentColor 60%, transparent) no-repeat bottom/300% 100%; }
  .card-action .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .card-action .card-content {
    opacity: 0;
    height: 3em;
    transition: 0.6s cubic-bezier(0.5, 0, 0, 1);
    -ms-transform: translate(0, 0.5em);
    transform: translate(0, 0.5em);
    transform: translate3d(0, 0.5em, 0); }
    .card-action .card-content p:first-of-type {
      display: none; }
    @media (max-width: 736px) {
      .card-action .card-content {
        height: auto;
        -ms-transform: none;
        transform: none;
        opacity: 1; } }
  .card-action:hover .action-content, .card-action:focus .action-content {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0); }
    .card-action:hover .action-content:before, .card-action:focus .action-content:before {
      opacity: 1; }
      .-content .card-action:hover .action-content:before, .-content .card-action:focus .action-content:before {
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1); }
    .card-action:hover .action-content:after, .card-action:focus .action-content:after {
      opacity: .3;
      -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      transform: scale3d(1.2, 1.2, 1); }
  .card-action:hover .card-content, .card-action:focus .card-content {
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0); }
  .card-action.action-1 .action-content {
    width: calc(50% - 2.25vw); }
  .card-action.action-2 {
    width: 50%;
    float: left; }
    @media (max-width: 736px) {
      .card-action.action-2 {
        width: 100%;
        min-height: auto;
        height: 40vh; } }
  .card-action.action-3 {
    width: 33.333%;
    float: left; }
    @media (max-width: 736px) {
      .card-action.action-3 {
        width: 100%;
        min-height: auto;
        height: 35vh; } }
    .card-action.action-3 h4 {
      font-size: 24px;
      font-size: 1.5rem;
      height: 3.5em; }
      @media (max-width: 736px) {
        .card-action.action-3 h4 {
          height: auto; } }
      .-content .card-action.action-3 h4 {
        font-size: 19px;
        font-size: 1.1875rem;
        height: auto;
        max-height: 3.5em; }
  @media (max-width: 736px) {
    .-content .card-action {
      height: auto; } }
  .card-action.-light {
    color: white; }
    .card-action.-light .action-content:before, .card-action.-light:before {
      color: white; }
    .card-action.-light .action-content {
      color: #194F90; }
  .card-action.-dark {
    color: #021945; }
    .card-action.-dark .action-content:before, .card-action.-dark:before {
      color: #021945; }
    .card-action.-dark .action-content {
      color: #FE8601; }
      .card-action.-dark .action-content:after {
        background: #021945; }
      .card-action.-dark .action-content p,
      .card-action.-dark .action-content .button {
        color: white; }
  .card-action.-primary {
    color: #74C5FA; }
    .card-action.-primary .action-content:before, .card-action.-primary:before {
      color: #74C5FA; }
    .card-action.-primary .action-content {
      color: #021945; }
      .card-action.-primary .action-content:after {
        background: #74C5FA; }
      .card-action.-primary .action-content .button {
        color: #194F90;
        background-color: white; }
        .card-action.-primary .action-content .button.-outline {
          box-shadow: inset 0 0 0 2px white;
          transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
          background: transparent;
          will-change: background, color; }
          .card-action.-primary .action-content .button.-outline.-secondary, .card-action.-primary .action-content .button.-outline.-dark {
            color: #021945; }
          .card-action.-primary .action-content .button.-outline:hover, .card-action.-primary .action-content .button.-outline:focus {
            background: white;
            color: #194F90; }
        .card-action.-primary .action-content .button.disabled {
          cursor: not-allowed;
          box-shadow: inset 0 0 0 2px white;
          background-color: transparent;
          color: rgba(255, 255, 255, 0.75); }
          .card-action.-primary .action-content .button.disabled:before, .card-action.-primary .action-content .button.disabled:after {
            content: none; }

.card-featured {
  background: linear-gradient(130deg, currentColor 10%, transparent) no-repeat left/200% 100%;
  border-radius: 0.6em; }
  .card-featured:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 736px) {
    .card-featured {
      border-radius: 0; }
      .card-featured:before {
        content: '';
        position: absolute;
        top: 30vh;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(130deg, currentColor 10%, transparent) no-repeat left/200% 100%; } }
  .card-featured .feature-content {
    color: white;
    padding: 2.25vw 2.25vw calc(2.25vw + 4rem);
    min-height: 28vw;
    width: 40%;
    position: relative; }
    @media (max-width: 736px) {
      .card-featured .feature-content {
        float: left;
        padding: 5vw 5vw calc(5vw + 4em);
        width: 100%; } }
    .card-featured .feature-content h6 {
      font-family: "paralucent", sans-serif;
      font-weight: 600;
      line-height: 1.1;
      font-size: 38px;
      font-size: 2.375rem; }
      @media (max-width: 1024px) {
        .card-featured .feature-content h6 {
          font-size: 25.08px;
          font-size: 1.5675rem; } }
      @media (max-width: 736px) {
        .card-featured .feature-content h6 {
          font-size: 22.8px;
          font-size: 1.425rem; } }
  .card-featured .button {
    position: absolute;
    bottom: 2.25vw;
    left: 2.25vw;
    margin-bottom: 0;
    z-index: 1; }
    @media (max-width: 736px) {
      .card-featured .button {
        width: calc(100% - 10vw);
        left: 5vw;
        bottom: 5vw;
        text-align: center; } }
    .card-featured .button:hover ~ .image span, .card-featured .button:focus ~ .image span {
      -ms-transform: none;
      transform: none; }
  .card-featured .image {
    position: absolute;
    top: -0.75vw;
    right: 0;
    bottom: -0.75vw;
    left: 45%;
    border-radius: 0.6em;
    overflow: hidden; }
    @media (max-width: 736px) {
      .card-featured .image {
        width: 100%;
        height: 30vh;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto; } }
    .card-featured .image > span {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1);
      transition: 3s; }
  .card-featured .meta {
    position: absolute;
    width: 100%;
    bottom: calc(100% + 1.8vw);
    font-size: 1.1rem; }
    @media (max-width: 736px) {
      .card-featured .meta {
        right: 0;
        left: 0; } }
    .card-featured .meta .caption {
      font-family: "paralucent", sans-serif;
      color: #194F90;
      font-weight: 600; }
      .card-featured .meta .caption em {
        font-style: normal;
        font-weight: 400; }
    .card-featured .meta .sub {
      float: right; }
  .-primary .card-featured {
    color: #74C5FA; }
    .-primary .card-featured .button {
      color: white;
      background-color: #194F90; }
      .-primary .card-featured .button.-outline {
        box-shadow: inset 0 0 0 2px #194F90;
        transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
        background: transparent;
        will-change: background, color; }
        .-primary .card-featured .button.-outline.-secondary, .-primary .card-featured .button.-outline.-dark {
          color: #021945; }
        .-primary .card-featured .button.-outline:hover, .-primary .card-featured .button.-outline:focus {
          background: #194F90;
          color: white; }
      .-primary .card-featured .button.disabled {
        cursor: not-allowed;
        box-shadow: inset 0 0 0 2px #194F90;
        background-color: transparent;
        color: rgba(25, 79, 144, 0.75); }
        .-primary .card-featured .button.disabled:before, .-primary .card-featured .button.disabled:after {
          content: none; }
    .-primary .card-featured .feature-content {
      color: #021945; }
  .-secondary .card-featured {
    color: #194F90; }
  .-dark .card-featured {
    color: #021945; }
    .-dark .card-featured .button:before,
    .-dark .card-featured .button:after {
      color: white; }
  .-action .card-featured {
    color: #FE8601; }
    .-action .card-featured .button {
      color: white;
      background-color: #194F90; }
      .-action .card-featured .button.-outline {
        box-shadow: inset 0 0 0 2px #194F90;
        transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
        background: transparent;
        will-change: background, color; }
        .-action .card-featured .button.-outline.-secondary, .-action .card-featured .button.-outline.-dark {
          color: #021945; }
        .-action .card-featured .button.-outline:hover, .-action .card-featured .button.-outline:focus {
          background: #194F90;
          color: white; }
      .-action .card-featured .button.disabled {
        cursor: not-allowed;
        box-shadow: inset 0 0 0 2px #194F90;
        background-color: transparent;
        color: rgba(25, 79, 144, 0.75); }
        .-action .card-featured .button.disabled:before, .-action .card-featured .button.disabled:after {
          content: none; }
    .-action .card-featured .feature-content {
      color: #021945; }

.card.-product {
  width: 100%;
  background: #E6F2FA;
  color: #021945;
  text-align: left;
  height: 100%; }
  .card.-product .product-link:not(.button) {
    width: 100%;
    padding: 0;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    will-change: border-color;
    border: 1px solid #194F90; }
  .card.-product .star-rating {
    display: none; }
  .card.-product .content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 1.8vw 2.25vw; }
    @media (max-width: 736px) {
      .card.-product .content {
        padding: 3.75vw 3.75vw; } }
    .card.-product .content:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      top: -15em;
      background: linear-gradient(140deg, white, #74C5FA 50%, #47CBC4 100%) no-repeat center/100% 200%;
      background-position: 0%;
      opacity: 0;
      transition: 1s cubic-bezier(0.5, 0, 0, 1);
      will-change: background-position, opacity;
      z-index: 0;
      border-radius: 0.6em; }
    .card.-product .content * {
      position: relative; }
    .card.-product .content .title {
      font-size: 22px;
      font-size: 1.375rem;
      height: 2.1em;
      display: block;
      width: 100%;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-bottom: .5em; }
    .card.-product .content .price {
      color: #194F90;
      font-size: 22px;
      font-size: 1.375rem;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
      -ms-flex-item-align: end;
      align-self: flex-end; }
      .card.-product .content .price del {
        opacity: .32; }
      .card.-product .content .price ins {
        text-decoration: none; }
  .card.-product .image {
    padding-bottom: 0;
    height: 15em;
    background: white;
    overflow: hidden;
    border-radius: 0.6em 0.6em 0 0; }
    .card.-product .image:before {
      content: none; }
    .card.-product .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      height: auto; }
    .card.-product .image.-contained img {
      height: 80%; }
    .card.-product .image.-full img {
      min-width: 100%;
      min-height: 100%; }
  .card.-product .product-link:hover,
  .card.-product .product-link:focus {
    border-color: #74C5FA; }
    .card.-product .product-link:hover .content:before,
    .card.-product .product-link:focus .content:before {
      opacity: 1;
      background-position: 0% 100%; }

.card {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #F6B092;
  float: left;
  background: white;
  border-radius: 0.6em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.9vw;
  outline: none; }
  .card > a {
    width: 100%;
    border-radius: 0.6em;
    overflow: hidden;
    outline: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 2vw; }
    @media (max-width: 736px) {
      .card > a {
        padding-bottom: 5vw; } }
  .card .date {
    padding: 1.5vw 2.4vw 0;
    margin-bottom: -1vw;
    position: relative;
    z-index: 1;
    color: rgba(25, 79, 144, 0.6);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    text-align: left;
    font-size: .85em; }
  .card h6 {
    padding: 1.5vw 2.4vw;
    position: relative;
    z-index: 1;
    text-align: left;
    color: #194F90;
    -ms-flex-positive: 1;
    flex-grow: 1;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    will-change: color; }
    @media (max-width: 736px) {
      .card h6 {
        padding: 5vw 5vw 0; } }
  .card .caption {
    padding: .75em;
    background: rgba(116, 197, 250, 0.3);
    font-family: "paralucent", sans-serif;
    color: #194F90;
    text-align: left;
    font-weight: 600;
    position: relative;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    z-index: 1;
    margin: 0 1px; }
    .card .caption em {
      font-style: normal;
      font-weight: 400; }
  .card .image {
    padding-bottom: 66.5%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 0; }
    .card .image:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: currentColor;
      opacity: .4;
      z-index: -1; }
    .card .image > span:not(.onsale) {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: 2s cubic-bezier(0.5, 0, 0, 1);
      -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1); }
  .card .button {
    margin-top: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    margin-right: 0; }
    .card .button:hover {
      background: white; }
    @media (max-width: 736px) {
      .card .button {
        margin-top: 2vh; } }
  .card .background {
    border-radius: .6em;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .card .background:before, .card .background:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .card .background:before {
      box-shadow: inset 0 0 0 1px currentColor;
      border-radius: .6em;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1); }
    .card .background:after {
      background: linear-gradient(140deg, white, #74C5FA 50%, #47CBC4 100%) no-repeat center/100% 200%;
      border-radius: .6em;
      background-position: 0%;
      opacity: 0;
      transition: 1s cubic-bezier(0.5, 0, 0, 1);
      will-change: background-position, opacity; }
  .card header.progress {
    opacity: 0;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    padding: 1.25vw; }
    .card header.progress .percent {
      display: none; }
    .card header.progress i {
      -ms-transform: translate(calc(-100% + 1em), 0);
      transform: translate(calc(-100% + 1em), 0);
      transform: translate3d(calc(-100% + 1em), 0, 0);
      animation: none;
      opacity: 0;
      transition: 0.2s cubic-bezier(0.5, 0, 0, 1), transform 0s 0.2s; }
    .card header.progress .progress > span {
      opacity: 0;
      transition: 0.2s cubic-bezier(0.5, 0, 0, 1);
      -ms-transform: translate(-0.4em, 0);
      transform: translate(-0.4em, 0);
      transform: translate3d(-0.4em, 0, 0); }
    .card header.progress .milestone.-right {
      left: auto !important;
      right: .75em;
      -ms-transform-origin: right;
      transform-origin: right; }
    .card header.progress .milestone,
    .card header.progress .progress > span,
    .card header.progress .progress:before {
      animation: none;
      transition: 0s .4s; }
  @supports not (background: linear-gradient(0deg, white, white) no-repeat center/cover) {
    .card a:hover,
    .card a:focus {
      background: #74C5FA; } }
  .card a:hover h6,
  .card a:focus h6 {
    color: #021945; }
  .card a:hover .image > span,
  .card a:focus .image > span {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transform: scale3d(1, 1, 1); }
  .card a:hover .caption,
  .card a:focus .caption {
    background: rgba(2, 25, 69, 0.05);
    color: #021945; }
  .card a:hover .background:before,
  .card a:focus .background:before {
    opacity: 0;
    transition-delay: .3s; }
  .card a:hover .background:after,
  .card a:focus .background:after {
    opacity: 1;
    background-position: 0% 100%; }
  .card a:hover header.progress,
  .card a:focus header.progress {
    opacity: 1; }
    .card a:hover header.progress .progress:before,
    .card a:focus header.progress .progress:before {
      -ms-transform: none;
      transform: none;
      transition: 1s cubic-bezier(0.5, 0, 0, 1); }
    .card a:hover header.progress .progress > span,
    .card a:focus header.progress .progress > span {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0);
      transition: 1s cubic-bezier(0.5, 0, 0, 1) 0.3s; }
    .card a:hover header.progress i,
    .card a:focus header.progress i {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      transition: 0.6s cubic-bezier(0.5, 0, 0, 1) 0.3s; }
    .card a:hover header.progress .milestone,
    .card a:focus header.progress .milestone {
      -ms-transform: none;
      transform: none;
      opacity: 1;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1) 0.3s; }
  .card a:hover .button,
  .card a:focus .button {
    background: white; }
  .card .meta {
    position: absolute;
    bottom: 100%;
    margin-bottom: 1em;
    color: #021945;
    left: 0;
    right: 0; }
    .card .meta .sub {
      float: left;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1); }
      .card .meta .sub:hover, .card .meta .sub:focus {
        box-shadow: inset 0 -0.15em 0 #74C5FA, 0 0.1em 0 #74C5FA; }
    .card .meta .-cat {
      float: right; }
    @media (max-width: 736px) {
      .card .meta {
        padding: 4vw 0 0;
        font-size: .85em; } }

.filter-dropdown {
  position: relative;
  z-index: 2;
  text-align: left;
  min-width: 15em;
  height: 3rem;
  float: right;
  -ms-flex: 0 0 27vw;
  flex: 0 0 27vw;
  -ms-flex-item-align: end;
  align-self: flex-end;
  outline: none; }
  @supports not (display: flex) {
    .filter-dropdown {
      max-width: 27vw; } }
  @media (max-width: 736px) {
    .filter-dropdown {
      -ms-flex: auto;
      flex: auto;
      margin-left: 0;
      width: 100%; } }
  .filter-dropdown + .filter-dropdown:not(:first-of-type) {
    margin-left: 1em; }
  @media (max-width: 736px) {
    .filter-dropdown + .filter-dropdown {
      margin-left: 0;
      margin-top: 1em; } }
  .filter-dropdown ul,
  .filter-dropdown li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .filter-dropdown .active {
    padding: .9em;
    border-radius: .3rem;
    border: 2px solid #74C5FA;
    background: white;
    display: inline-block;
    width: 100%;
    outline: none;
    cursor: pointer;
    height: 3rem; }
  .filter-dropdown ul {
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    top: calc(100% - 2px);
    background: white;
    border-radius: 0 0 .3rem .3rem;
    border: 2px solid #74C5FA;
    border-top-color: #bee4fd;
    transition: .3s; }
    .filter-dropdown ul:hover {
      opacity: 1;
      pointer-events: all;
      z-index: 3; }
    .filter-dropdown ul li {
      cursor: pointer; }
      .filter-dropdown ul li:not(:last-of-type) {
        border-bottom: 2px solid #bee4fd; }
      .filter-dropdown ul li a {
        padding: .75em 1em;
        display: block;
        transition: 0.3s cubic-bezier(0.5, 0, 0, 1); }
        .filter-dropdown ul li a.-filtered {
          background: #e5f4fe; }
        .filter-dropdown ul li a:hover, .filter-dropdown ul li a:focus {
          background: #bee4fd; }
  .filter-dropdown .active {
    position: relative;
    overflow: hidden; }
    .filter-dropdown .active:before {
      content: '';
      position: absolute;
      background: #74C5FA;
      top: -10%;
      right: 0;
      bottom: -10%;
      width: 2.8em;
      z-index: 3;
      border-top-left-radius: 50%;
      border-bottom-left-radius: 50%; }
    .filter-dropdown .active.active {
      box-shadow: inset -2px 0 0 #74C5FA; }
      .filter-dropdown .active.active:after {
        content: '';
        position: absolute;
        top: calc(50% - 6px);
        right: calc(1.4em - 6px);
        width: 8px;
        height: 8px;
        border-left: 2px solid #021945;
        border-bottom: 2px solid #021945;
        z-index: 3;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: 0.4s cubic-bezier(0.5, 0, 0, 1); }
  .filter-dropdown.-active {
    z-index: 3; }
    .filter-dropdown.-active .active {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .filter-dropdown.-active .active:after {
        -ms-transform: translate(0, 30%) rotate(135deg);
        transform: translate(0, 30%) rotate(135deg);
        transform: translate3d(0, 30%, 0) rotate(135deg); }
    .filter-dropdown.-active ul {
      opacity: 1;
      pointer-events: all;
      z-index: 3; }

form {
  display: block; }

fieldset {
  display: block;
  margin: 1.25em 0;
  padding: 0; }

legend {
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
  font-weight: bold; }

label {
  display: block;
  margin: 0 0 0.25em;
  font-weight: bold; }

.wForm:not(.this) .oneField input,
textarea,
select,
.select2-selection,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="image"],
input[type="color"] {
  padding: .4em .65em .6em;
  margin: 0 1em .5em 0;
  vertical-align: middle;
  border: 2px solid currentColor;
  border-radius: .3em;
  outline: none;
  line-height: 1.4;
  font-weight: 400;
  font-family: inherit;
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "sofia-pro", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #021945;
  background: white;
  width: 100%;
  max-width: 100%;
  display: block;
  transition: 0.3s cubic-bezier(0.5, 0, 0, 1); }
  @media (max-width: 736px) {
    .wForm:not(.this) .oneField input,
    textarea,
    select,
    .select2-selection,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="image"],
    input[type="color"] {
      font-size: 1em;
      padding: .5em 0 .5em .65em; } }
  .wForm:not(.this) .oneField input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  .select2-selection:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="image"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder {
    color: rgba(2, 25, 69, 0.7); }
  .wForm:not(.this) .oneField input::placeholder,
  textarea::placeholder,
  select::placeholder,
  .select2-selection::placeholder,
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="time"]::placeholder,
  input[type="week"]::placeholder,
  input[type="number"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="image"]::placeholder,
  input[type="color"]::placeholder {
    color: rgba(2, 25, 69, 0.7); }
  .wForm:not(.this) .oneField input:focus,
  textarea:focus,
  select:focus,
  .select2-selection:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="image"]:focus,
  input[type="color"]:focus {
    border-color: #74C5FA; }

input[type="submit"],
input[type="button"] {
  display: block;
  margin: 0 auto; }

input[type="file"] {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 100%; }

.wForm:not(.this) .oneField input[type="radio"],
.wForm:not(.this) .oneField input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] {
  background: rgba(246, 176, 146, 0.3);
  vertical-align: middle !important;
  display: inline-block;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 0 .75em 0 0;
  width: 25px;
  height: 25px;
  padding: 0 !important;
  display: inline-block;
  border: 0;
  border: 2px solid #001F5C;
  transition: 0.4s cubic-bezier(0.5, 0, 0, 1), background 0s !important;
  box-sizing: border-box;
  cursor: pointer; }
  .wForm:not(.this) .oneField input[type="radio"][type="radio"],
  .wForm:not(.this) .oneField input[type="checkbox"][type="radio"],
  input[type="radio"][type="radio"],
  input[type="checkbox"][type="radio"] {
    border-radius: 49%; }
  .wForm:not(.this) .oneField input[type="radio"][type="checkbox"],
  .wForm:not(.this) .oneField input[type="checkbox"][type="checkbox"],
  input[type="radio"][type="checkbox"],
  input[type="checkbox"][type="checkbox"] {
    border-radius: 2px; }
  .wForm:not(.this) .oneField input[type="radio"]:hover, .wForm:not(.this) .oneField input[type="radio"]:focus,
  .wForm:not(.this) .oneField input[type="checkbox"]:hover,
  .wForm:not(.this) .oneField input[type="checkbox"]:focus,
  input[type="radio"]:hover,
  input[type="radio"]:focus,
  input[type="checkbox"]:hover,
  input[type="checkbox"]:focus {
    outline: none;
    background: #d6eefe; }
  .woocommerce-invalid .wForm:not(.this) .oneField input[type="radio"], .woocommerce-invalid
  .wForm:not(.this) .oneField input[type="checkbox"], .woocommerce-invalid
  input[type="radio"], .woocommerce-invalid
  input[type="checkbox"] {
    border-color: #e6144c; }

.wForm:not(.this) .oneField input[type="checkbox"],
.wForm:not(.this) .oneChoice input[type="checkbox"],
input[type="checkbox"] {
  background: white !important;
  float: left; }
  .wForm:not(.this) .oneField input[type="checkbox"]:checked,
  .wForm:not(.this) .oneChoice input[type="checkbox"]:checked,
  input[type="checkbox"]:checked {
    background: white url("/wp-content/themes/amcs/assets/dist/img/tick.png") no-repeat center/60% !important; }
  .wForm:not(.this) .oneField input[type="checkbox"] + label,
  .wForm:not(.this) .oneChoice input[type="checkbox"] + label,
  input[type="checkbox"] + label {
    display: inline-block;
    float: left;
    max-width: calc(100% - 25px - 1em); }

.wForm:not(.this) .oneField input[type="radio"],
.wForm:not(.this) .oneChoice input[type="radio"],
input[type="radio"] {
  box-shadow: inset 0 0 0 .9em white; }
  .wForm:not(.this) .oneField input[type="radio"]:checked,
  .wForm:not(.this) .oneChoice input[type="radio"]:checked,
  input[type="radio"]:checked {
    box-shadow: inset 0 0 0 3px white;
    border: 2px solid #021945;
    background: #021945; }
  .wForm:not(.this) .oneField input[type="radio"] + label,
  .wForm:not(.this) .oneChoice input[type="radio"] + label,
  input[type="radio"] + label {
    display: inline-block;
    float: left;
    max-width: calc(100% - 25px - 1em); }

textarea {
  padding: 0.55em .7em;
  min-height: 9em;
  font-size: .9em; }

.select2-selection,
select {
  width: 100%;
  padding-right: 2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#001F5C'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background: url("/wp-content/themes/amcs/assets/dist/img/dropdown.png") no-repeat;
  background-size: 12px;
  background-position: calc(100% - .9em) 53%;
  background-repeat: no-repeat;
  background-color: white; }
  .select2-selection::-ms-expand,
  select::-ms-expand {
    display: none; }

.select2-container--default:not(.override) .select2-selection--single {
  color: #021945;
  height: auto;
  border: 2px solid #021945; }
  .select2-container--default:not(.override) .select2-selection--single .select2-selection__rendered {
    padding: 0;
    min-height: 1.66em; }
  .select2-container--default:not(.override) .select2-selection--single .select2-selection__arrow {
    display: none; }

.select2-container--below.select2-container--open .select2-selection {
  border-color: #74C5FA; }

.select2-container--open.select2-container--default:not(.override) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .select2-container--open.select2-container--default:not(.override) .select2-results__option {
    padding: .75em; }
    .select2-container--open.select2-container--default:not(.override) .select2-results__option:not(:last-of-type) {
      border-bottom: 1px solid rgba(2, 25, 69, 0.1); }
  .select2-container--open.select2-container--default:not(.override) .select2-dropdown {
    border: 2px solid #74C5FA;
    border-right-width: 1px;
    box-shadow: 1px 0 0 #74C5FA;
    border-top: none; }

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

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

.svg-icon {
  width: 100%;
  position: relative; }
  .svg-icon:before {
    display: block;
    content: "";
    width: 100%; }
  .svg-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 105%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform: translate3d(-50%, -50%, 0); }

.-donate + .marquee,
.-appeal + .marquee {
  color: #5079AB;
  background: linear-gradient(83.48deg, #194F90 0%, currentColor 100%) no-repeat 0/100% 100%; }
  .-donate + .marquee:before,
  .-appeal + .marquee:before {
    background: linear-gradient(to left, #5079AB, rgba(80, 121, 171, 0)); }

.marquee {
  width: 100vw;
  overflow: hidden;
  position: relative;
  margin: 0;
  overflow: hidden;
  box-sizing: content-box;
  position: relative;
  color: #14417e;
  background: linear-gradient(83.48deg, #021945 0%, #14417e 100%) no-repeat 0/100% 100%; }
  .marquee:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 736px) {
    .marquee.-still {
      padding-left: 5vw;
      overflow-x: auto;
      box-sizing: border-box; }
      .marquee.-still:before {
        content: none; } }
  .marquee.-still ul:not(.-sub) {
    animation: none; }
  .marquee.-still .-sub {
    display: none; }
  .marquee:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4em;
    z-index: 1;
    background: linear-gradient(to left, currentColor, rgba(20, 65, 126, 0)); }
    @media (max-width: 736px) {
      .marquee:before {
        content: none; } }
  .marquee h4 {
    color: #74C5FA;
    font-family: "sofia-pro", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 3em 4vw -2em; }
  .marquee ul {
    display: inline-block;
    margin: 0;
    padding: 3em 0;
    white-space: nowrap;
    box-sizing: content-box;
    color: #fff; }
    @media (max-width: 736px) {
      .marquee ul {
        padding: 5vh 0; } }

@keyframes ticker {
  to {
    transform: translate(-100%, 0);
    transform: translate3d(-100%, 0, 0); } }
    .marquee ul ul {
      position: absolute;
      top: 0;
      left: 100%;
      animation: none; }
  .marquee li {
    list-style: none;
    display: inline-block;
    padding: 0 4vw; }
  .marquee .name {
    color: #6CD5CE;
    font-weight: 600; }
    .single-campaign-action .marquee .name {
      pointer-events: none;
      box-shadow: none !important; }
  .marquee p {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "paralucent", sans-serif;
    margin-bottom: 0.25em; }
    @media (max-width: 1024px) {
      .marquee p {
        font-size: 13.2px;
        font-size: 0.825rem; } }
    @media (max-width: 736px) {
      .marquee p {
        font-size: 12px;
        font-size: 0.75rem; } }
  .marquee small {
    font-size: 12px; }
  .marquee.--items-1 ul:not(.-sub) {
    animation: ticker 5s linear infinite; }
  .marquee.--items-2 ul:not(.-sub) {
    animation: ticker 10s linear infinite; }
  .marquee.--items-3 ul:not(.-sub) {
    animation: ticker 15s linear infinite; }
  .marquee.--items-4 ul:not(.-sub) {
    animation: ticker 20s linear infinite; }
  .marquee.--items-5 ul:not(.-sub) {
    animation: ticker 25s linear infinite; }
  .marquee.--items-6 ul:not(.-sub) {
    animation: ticker 30s linear infinite; }
  .marquee.--items-7 ul:not(.-sub) {
    animation: ticker 35s linear infinite; }
  .marquee.--items-8 ul:not(.-sub) {
    animation: ticker 40s linear infinite; }
  .marquee.--items-9 ul:not(.-sub) {
    animation: ticker 45s linear infinite; }
  .marquee.--items-10 ul:not(.-sub) {
    animation: ticker 50s linear infinite; }
  .marquee.--items-11 ul:not(.-sub) {
    animation: ticker 55s linear infinite; }
  .marquee.--items-12 ul:not(.-sub) {
    animation: ticker 60s linear infinite; }
  .marquee.--items-13 ul:not(.-sub) {
    animation: ticker 65s linear infinite; }
  .marquee.--items-14 ul:not(.-sub) {
    animation: ticker 70s linear infinite; }
  .marquee.--items-15 ul:not(.-sub) {
    animation: ticker 75s linear infinite; }
  .marquee.--items-16 ul:not(.-sub) {
    animation: ticker 80s linear infinite; }
  .marquee.--items-17 ul:not(.-sub) {
    animation: ticker 85s linear infinite; }
  .marquee.--items-18 ul:not(.-sub) {
    animation: ticker 90s linear infinite; }
  .marquee.--items-19 ul:not(.-sub) {
    animation: ticker 95s linear infinite; }
  .marquee.--items-20 ul:not(.-sub) {
    animation: ticker 100s linear infinite; }
  .marquee + footer .wave path {
    fill: none; }

ul[class*="menu-"] {
  margin: 0;
  padding: 0; }
  ul[class*="menu-"] li {
    position: relative;
    list-style: none; }
    ul[class*="menu-"] li a {
      display: inline-block; }

ul.menu-secondary li {
  display: block; }
  ul.menu-secondary li a {
    display: block; }

.onsale {
  font-weight: 600;
  position: absolute;
  top: 1.5em;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 3;
  background: #FE8601;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: .5em .8em;
  font-size: 1.1em;
  font-family: "paralucent", sans-serif;
  border-radius: 0.45em 0 0 0.45em; }

.woocommerce-pagination,
.pagination {
  text-align: center;
  margin: -5vh 0 10vh; }
  .woocommerce-pagination ul,
  .pagination ul {
    display: block;
    text-align: center; }
    .woocommerce-pagination ul li,
    .pagination ul li {
      display: inline-block;
      vertical-align: middle; }
  .woocommerce-pagination li > *,
  .woocommerce-pagination .page-numbers:not(ul),
  .pagination li > *,
  .pagination .page-numbers:not(ul) {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "paralucent", sans-serif;
    color: #194F90;
    font-weight: 600;
    width: 2.2em;
    height: 2.2em;
    padding: .6em;
    position: relative; }
    .woocommerce-pagination li > *:before,
    .woocommerce-pagination .page-numbers:not(ul):before,
    .pagination li > *:before,
    .pagination .page-numbers:not(ul):before {
      content: '';
      position: absolute;
      top: 15%;
      right: 15%;
      bottom: 15%;
      left: 15%;
      border-radius: 50%;
      box-shadow: 0 0 0 2px #CAE5F5;
      opacity: 0;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1); }
    .woocommerce-pagination li > *.current:before,
    .woocommerce-pagination .page-numbers:not(ul).current:before,
    .pagination li > *.current:before,
    .pagination .page-numbers:not(ul).current:before {
      opacity: 1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      box-shadow: 0 0 0 2px #74C5FA; }
    .woocommerce-pagination li > *:hover:before, .woocommerce-pagination li > *:focus:before,
    .woocommerce-pagination .page-numbers:not(ul):hover:before,
    .woocommerce-pagination .page-numbers:not(ul):focus:before,
    .pagination li > *:hover:before,
    .pagination li > *:focus:before,
    .pagination .page-numbers:not(ul):hover:before,
    .pagination .page-numbers:not(ul):focus:before {
      opacity: 1; }
    .woocommerce-pagination li > *.prev, .woocommerce-pagination li > *.next,
    .woocommerce-pagination .page-numbers:not(ul).prev,
    .woocommerce-pagination .page-numbers:not(ul).next,
    .pagination li > *.prev,
    .pagination li > *.next,
    .pagination .page-numbers:not(ul).prev,
    .pagination .page-numbers:not(ul).next {
      width: 1.5em;
      height: 1.5em;
      margin: 0 .75em;
      background: #CAE5F5;
      color: transparent;
      border-radius: 50%; }
      .woocommerce-pagination li > *.prev:after, .woocommerce-pagination li > *.next:after,
      .woocommerce-pagination .page-numbers:not(ul).prev:after,
      .woocommerce-pagination .page-numbers:not(ul).next:after,
      .pagination li > *.prev:after,
      .pagination li > *.next:after,
      .pagination .page-numbers:not(ul).prev:after,
      .pagination .page-numbers:not(ul).next:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        opacity: 1;
        top: calc(50% - 4px);
        left: calc(50% - 4px);
        border-top: 2px solid #021945;
        box-sizing: border-box; }
      .woocommerce-pagination li > *.prev.prev:after, .woocommerce-pagination li > *.next.prev:after,
      .woocommerce-pagination .page-numbers:not(ul).prev.prev:after,
      .woocommerce-pagination .page-numbers:not(ul).next.prev:after,
      .pagination li > *.prev.prev:after,
      .pagination li > *.next.prev:after,
      .pagination .page-numbers:not(ul).prev.prev:after,
      .pagination .page-numbers:not(ul).next.prev:after {
        border-left: 2px solid #021945;
        transform: translate3d(15%, 0, 0) rotate(-45deg); }
      .woocommerce-pagination li > *.prev.next:after, .woocommerce-pagination li > *.next.next:after,
      .woocommerce-pagination .page-numbers:not(ul).prev.next:after,
      .woocommerce-pagination .page-numbers:not(ul).next.next:after,
      .pagination li > *.prev.next:after,
      .pagination li > *.next.next:after,
      .pagination .page-numbers:not(ul).prev.next:after,
      .pagination .page-numbers:not(ul).next.next:after {
        transform: translate3d(-25%, 0, 0) rotate(45deg);
        border-right: 2px solid #021945; }
  .woocommerce-pagination a.page-numbers,
  .pagination a.page-numbers {
    width: 2em;
    height: 2em;
    padding: .6em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: .9;
    transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
    z-index: 1;
    border-radius: 50%; }

.post-pagination {
  display: block;
  float: left;
  width: 85.71429%;
  margin-left: 7.14286%;
  margin-right: 0;
  margin-top: -5vh;
  margin-bottom: 10vh;
  text-align: center; }
  @media (min-width: 1200px) {
    .post-pagination {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .post-pagination {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .post-pagination {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .post-pagination {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .post-pagination {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .post-pagination {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  .post-pagination .button:first-of-type:not(:last-of-type) {
    float: left; }
  .post-pagination .button:last-of-type:not(:first-of-type) {
    float: right; }

body .search {
  padding-left: 1.8vw;
  margin-right: -.2em; }
  @media (max-width: 1024px) {
    body .search {
      padding-left: 1em;
      padding-top: 12px;
      padding-bottom: 7px;
      opacity: 0;
      pointer-events: none;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1); }
      body .search .search-icon {
        color: white; }
        body .search .search-icon.-active {
          color: #021945; } }
  @media (max-width: 736px) {
    body .search .search-icon {
      color: #021945; } }
  body .search .searchform {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-left: 3.5em;
    z-index: -1;
    opacity: 0;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1), z-index 0s 0.4s; }
    body .search .searchform .button {
      font-size: 18px;
      font-size: 1.125rem;
      padding: .65em 1.5em;
      font-weight: 500;
      position: absolute;
      top: calc(50% - 1.1em);
      right: 1.8vw; }
      @media (max-width: 1024px) {
        body .search .searchform .button {
          display: none; } }
    @media (max-width: 1024px) {
      body .search .searchform {
        padding-left: 0;
        height: 47px; }
        body .search .searchform input {
          padding-left: 3em;
          border-radius: 0; } }
    body .search .searchform input {
      height: 100%;
      width: 100%;
      border: none;
      border-radius: 0.6em; }
      @media (max-width: 1024px) {
        body .search .searchform input {
          border-radius: 0; } }
      body .search .searchform input:-ms-input-placeholder {
        opacity: 0;
        color: rgba(2, 25, 69, 0.7);
        transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
        -ms-transform: translate(0.5em, 0);
        transform: translate(0.5em, 0);
        transform: translate3d(0.5em, 0, 0); }
      body .search .searchform input::placeholder {
        opacity: 0;
        color: rgba(2, 25, 69, 0.7);
        transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
        -ms-transform: translate(0.5em, 0);
        transform: translate(0.5em, 0);
        transform: translate3d(0.5em, 0, 0); }
  body .search .-active {
    z-index: 2; }
    body .search .-active ~ .searchform {
      z-index: 1;
      opacity: 1;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1), z-index 0s; }
      body .search .-active ~ .searchform input:-ms-input-placeholder {
        transition: 0.4s cubic-bezier(0.5, 0, 0, 1) 0.2s;
        opacity: 1;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0); }
      body .search .-active ~ .searchform input::placeholder {
        transition: 0.4s cubic-bezier(0.5, 0, 0, 1) 0.2s;
        opacity: 1;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0); }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }
  .slick-initialized .slick-track .slick-slide {
    position: relative;
    left: -5vw; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

[data-tooltip] {
  position: relative;
  height: 100%;
  cursor: pointer;
  display: inline-block; }
  [data-tooltip]:before, [data-tooltip]:after {
    transition: all .2s ease-out;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }
  [data-tooltip]:before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #021945;
    content: '';
    top: 0;
    left: 50%;
    margin-left: -3.25px;
    z-index: 10001;
    bottom: -10px; }
  [data-tooltip]:after {
    box-sizing: border-box;
    content: attr(data-tooltip);
    padding: 0.5em 0.75em;
    border-radius: 3px;
    font-size: 0.95em;
    z-index: 10000;
    left: 50%;
    bottom: 100%;
    margin-left: -7.5em;
    margin-top: 10px;
    width: 15em;
    line-height: 120%;
    background: #021945;
    color: #EEEEEE; }
  [data-tooltip]:hover:before, [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1; }

.wave {
  position: absolute;
  z-index: 1;
  left: -1px;
  right: -1px;
  max-width: 100%;
  width: calc(100vw + 2px);
  max-width: calc(100vw + 2px); }
  .wave:before {
    padding-top: 2.15278%; }
  .wave path {
    fill: white; }

[data-donation] .wForm:not(.override) .section.group.-toggle,
[data-donation] .wForm:not(.override) .section.group.-amount,
[data-donation] .wForm:not(.override) .section.group.-other,
[data-donation] .wForm:not(.override) .section.group.-card-details,
[data-donation] .wForm:not(.override) .section.group.-half,
[data-donation] .wForm:not(.override) .section.group.-third,
[data-donation] .wForm:not(.override) .section.group.-two-thirds,
[data-donation] .wForm:not(.override) fieldset.-toggle,
[data-donation] .wForm:not(.override) fieldset.-amount,
[data-donation] .wForm:not(.override) fieldset.-other,
[data-donation] .wForm:not(.override) fieldset.-card-details,
[data-donation] .wForm:not(.override) fieldset.-half,
[data-donation] .wForm:not(.override) fieldset.-third,
[data-donation] .wForm:not(.override) fieldset.-two-thirds,
.-fa .wForm:not(.override) .section.group.-toggle,
.-fa .wForm:not(.override) .section.group.-amount,
.-fa .wForm:not(.override) .section.group.-other,
.-fa .wForm:not(.override) .section.group.-card-details,
.-fa .wForm:not(.override) .section.group.-half,
.-fa .wForm:not(.override) .section.group.-third,
.-fa .wForm:not(.override) .section.group.-two-thirds,
.-fa .wForm:not(.override) fieldset.-toggle,
.-fa .wForm:not(.override) fieldset.-amount,
.-fa .wForm:not(.override) fieldset.-other,
.-fa .wForm:not(.override) fieldset.-card-details,
.-fa .wForm:not(.override) fieldset.-half,
.-fa .wForm:not(.override) fieldset.-third,
.-fa .wForm:not(.override) fieldset.-two-thirds,
.wForm:not(.override) .section.group.-toggle,
.wForm:not(.override) .section.group.-amount,
.wForm:not(.override) .section.group.-other,
.wForm:not(.override) .section.group.-card-details,
.wForm:not(.override) .section.group.-half,
.wForm:not(.override) .section.group.-third,
.wForm:not(.override) .section.group.-two-thirds,
.wForm:not(.override) fieldset.-toggle,
.wForm:not(.override) fieldset.-amount,
.wForm:not(.override) fieldset.-other,
.wForm:not(.override) fieldset.-card-details,
.wForm:not(.override) fieldset.-half,
.wForm:not(.override) fieldset.-third,
.wForm:not(.override) fieldset.-two-thirds {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  [data-donation] .wForm:not(.override) .section.group.-toggle:after,
  [data-donation] .wForm:not(.override) .section.group.-amount:after,
  [data-donation] .wForm:not(.override) .section.group.-other:after,
  [data-donation] .wForm:not(.override) .section.group.-card-details:after,
  [data-donation] .wForm:not(.override) .section.group.-half:after,
  [data-donation] .wForm:not(.override) .section.group.-third:after,
  [data-donation] .wForm:not(.override) .section.group.-two-thirds:after,
  [data-donation] .wForm:not(.override) fieldset.-toggle:after,
  [data-donation] .wForm:not(.override) fieldset.-amount:after,
  [data-donation] .wForm:not(.override) fieldset.-other:after,
  [data-donation] .wForm:not(.override) fieldset.-card-details:after,
  [data-donation] .wForm:not(.override) fieldset.-half:after,
  [data-donation] .wForm:not(.override) fieldset.-third:after,
  [data-donation] .wForm:not(.override) fieldset.-two-thirds:after,
  .-fa .wForm:not(.override) .section.group.-toggle:after,
  .-fa .wForm:not(.override) .section.group.-amount:after,
  .-fa .wForm:not(.override) .section.group.-other:after,
  .-fa .wForm:not(.override) .section.group.-card-details:after,
  .-fa .wForm:not(.override) .section.group.-half:after,
  .-fa .wForm:not(.override) .section.group.-third:after,
  .-fa .wForm:not(.override) .section.group.-two-thirds:after,
  .-fa .wForm:not(.override) fieldset.-toggle:after,
  .-fa .wForm:not(.override) fieldset.-amount:after,
  .-fa .wForm:not(.override) fieldset.-other:after,
  .-fa .wForm:not(.override) fieldset.-card-details:after,
  .-fa .wForm:not(.override) fieldset.-half:after,
  .-fa .wForm:not(.override) fieldset.-third:after,
  .-fa .wForm:not(.override) fieldset.-two-thirds:after,
  .wForm:not(.override) .section.group.-toggle:after,
  .wForm:not(.override) .section.group.-amount:after,
  .wForm:not(.override) .section.group.-other:after,
  .wForm:not(.override) .section.group.-card-details:after,
  .wForm:not(.override) .section.group.-half:after,
  .wForm:not(.override) .section.group.-third:after,
  .wForm:not(.override) .section.group.-two-thirds:after,
  .wForm:not(.override) fieldset.-toggle:after,
  .wForm:not(.override) fieldset.-amount:after,
  .wForm:not(.override) fieldset.-other:after,
  .wForm:not(.override) fieldset.-card-details:after,
  .wForm:not(.override) fieldset.-half:after,
  .wForm:not(.override) fieldset.-third:after,
  .wForm:not(.override) fieldset.-two-thirds:after {
    content: "";
    display: table;
    clear: both; }
  [data-donation] .wForm:not(.override) .section.group.-toggle:before,
  [data-donation] .wForm:not(.override) .section.group.-amount:before,
  [data-donation] .wForm:not(.override) .section.group.-other:before,
  [data-donation] .wForm:not(.override) .section.group.-card-details:before,
  [data-donation] .wForm:not(.override) .section.group.-half:before,
  [data-donation] .wForm:not(.override) .section.group.-third:before,
  [data-donation] .wForm:not(.override) .section.group.-two-thirds:before,
  [data-donation] .wForm:not(.override) fieldset.-toggle:before,
  [data-donation] .wForm:not(.override) fieldset.-amount:before,
  [data-donation] .wForm:not(.override) fieldset.-other:before,
  [data-donation] .wForm:not(.override) fieldset.-card-details:before,
  [data-donation] .wForm:not(.override) fieldset.-half:before,
  [data-donation] .wForm:not(.override) fieldset.-third:before,
  [data-donation] .wForm:not(.override) fieldset.-two-thirds:before,
  .-fa .wForm:not(.override) .section.group.-toggle:before,
  .-fa .wForm:not(.override) .section.group.-amount:before,
  .-fa .wForm:not(.override) .section.group.-other:before,
  .-fa .wForm:not(.override) .section.group.-card-details:before,
  .-fa .wForm:not(.override) .section.group.-half:before,
  .-fa .wForm:not(.override) .section.group.-third:before,
  .-fa .wForm:not(.override) .section.group.-two-thirds:before,
  .-fa .wForm:not(.override) fieldset.-toggle:before,
  .-fa .wForm:not(.override) fieldset.-amount:before,
  .-fa .wForm:not(.override) fieldset.-other:before,
  .-fa .wForm:not(.override) fieldset.-card-details:before,
  .-fa .wForm:not(.override) fieldset.-half:before,
  .-fa .wForm:not(.override) fieldset.-third:before,
  .-fa .wForm:not(.override) fieldset.-two-thirds:before,
  .wForm:not(.override) .section.group.-toggle:before,
  .wForm:not(.override) .section.group.-amount:before,
  .wForm:not(.override) .section.group.-other:before,
  .wForm:not(.override) .section.group.-card-details:before,
  .wForm:not(.override) .section.group.-half:before,
  .wForm:not(.override) .section.group.-third:before,
  .wForm:not(.override) .section.group.-two-thirds:before,
  .wForm:not(.override) fieldset.-toggle:before,
  .wForm:not(.override) fieldset.-amount:before,
  .wForm:not(.override) fieldset.-other:before,
  .wForm:not(.override) fieldset.-card-details:before,
  .wForm:not(.override) fieldset.-half:before,
  .wForm:not(.override) fieldset.-third:before,
  .wForm:not(.override) fieldset.-two-thirds:before {
    content: none; }
  [data-donation] .wForm:not(.override) .section.group.-toggle.-toggle .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-toggle.-amount .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-toggle.-other .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-toggle > label.preField,
  [data-donation] .wForm:not(.override) .section.group.-toggle legend,
  [data-donation] .wForm:not(.override) .section.group.-amount.-toggle .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-amount.-amount .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-amount.-other .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-amount > label.preField,
  [data-donation] .wForm:not(.override) .section.group.-amount legend,
  [data-donation] .wForm:not(.override) .section.group.-other.-toggle .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-other.-amount .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-other.-other .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-other > label.preField,
  [data-donation] .wForm:not(.override) .section.group.-other legend,
  [data-donation] .wForm:not(.override) .section.group.-card-details.-toggle .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-card-details.-amount .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-card-details.-other .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-card-details > label.preField,
  [data-donation] .wForm:not(.override) .section.group.-card-details legend,
  [data-donation] .wForm:not(.override) .section.group.-half.-toggle .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-half.-amount .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-half.-other .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-half > label.preField,
  [data-donation] .wForm:not(.override) .section.group.-half legend,
  [data-donation] .wForm:not(.override) .section.group.-third.-toggle .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-third.-amount .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-third.-other .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-third > label.preField,
  [data-donation] .wForm:not(.override) .section.group.-third legend,
  [data-donation] .wForm:not(.override) .section.group.-two-thirds.-toggle .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-two-thirds.-amount .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-two-thirds.-other .oneField > label,
  [data-donation] .wForm:not(.override) .section.group.-two-thirds > label.preField,
  [data-donation] .wForm:not(.override) .section.group.-two-thirds legend,
  [data-donation] .wForm:not(.override) fieldset.-toggle.-toggle .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-toggle.-amount .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-toggle.-other .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-toggle > label.preField,
  [data-donation] .wForm:not(.override) fieldset.-toggle legend,
  [data-donation] .wForm:not(.override) fieldset.-amount.-toggle .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-amount.-amount .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-amount.-other .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-amount > label.preField,
  [data-donation] .wForm:not(.override) fieldset.-amount legend,
  [data-donation] .wForm:not(.override) fieldset.-other.-toggle .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-other.-amount .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-other.-other .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-other > label.preField,
  [data-donation] .wForm:not(.override) fieldset.-other legend,
  [data-donation] .wForm:not(.override) fieldset.-card-details.-toggle .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-card-details.-amount .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-card-details.-other .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-card-details > label.preField,
  [data-donation] .wForm:not(.override) fieldset.-card-details legend,
  [data-donation] .wForm:not(.override) fieldset.-half.-toggle .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-half.-amount .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-half.-other .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-half > label.preField,
  [data-donation] .wForm:not(.override) fieldset.-half legend,
  [data-donation] .wForm:not(.override) fieldset.-third.-toggle .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-third.-amount .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-third.-other .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-third > label.preField,
  [data-donation] .wForm:not(.override) fieldset.-third legend,
  [data-donation] .wForm:not(.override) fieldset.-two-thirds.-toggle .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-two-thirds.-amount .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-two-thirds.-other .oneField > label,
  [data-donation] .wForm:not(.override) fieldset.-two-thirds > label.preField,
  [data-donation] .wForm:not(.override) fieldset.-two-thirds legend,
  .-fa .wForm:not(.override) .section.group.-toggle.-toggle .oneField > label,
  .-fa .wForm:not(.override) .section.group.-toggle.-amount .oneField > label,
  .-fa .wForm:not(.override) .section.group.-toggle.-other .oneField > label,
  .-fa .wForm:not(.override) .section.group.-toggle > label.preField,
  .-fa .wForm:not(.override) .section.group.-toggle legend,
  .-fa .wForm:not(.override) .section.group.-amount.-toggle .oneField > label,
  .-fa .wForm:not(.override) .section.group.-amount.-amount .oneField > label,
  .-fa .wForm:not(.override) .section.group.-amount.-other .oneField > label,
  .-fa .wForm:not(.override) .section.group.-amount > label.preField,
  .-fa .wForm:not(.override) .section.group.-amount legend,
  .-fa .wForm:not(.override) .section.group.-other.-toggle .oneField > label,
  .-fa .wForm:not(.override) .section.group.-other.-amount .oneField > label,
  .-fa .wForm:not(.override) .section.group.-other.-other .oneField > label,
  .-fa .wForm:not(.override) .section.group.-other > label.preField,
  .-fa .wForm:not(.override) .section.group.-other legend,
  .-fa .wForm:not(.override) .section.group.-card-details.-toggle .oneField > label,
  .-fa .wForm:not(.override) .section.group.-card-details.-amount .oneField > label,
  .-fa .wForm:not(.override) .section.group.-card-details.-other .oneField > label,
  .-fa .wForm:not(.override) .section.group.-card-details > label.preField,
  .-fa .wForm:not(.override) .section.group.-card-details legend,
  .-fa .wForm:not(.override) .section.group.-half.-toggle .oneField > label,
  .-fa .wForm:not(.override) .section.group.-half.-amount .oneField > label,
  .-fa .wForm:not(.override) .section.group.-half.-other .oneField > label,
  .-fa .wForm:not(.override) .section.group.-half > label.preField,
  .-fa .wForm:not(.override) .section.group.-half legend,
  .-fa .wForm:not(.override) .section.group.-third.-toggle .oneField > label,
  .-fa .wForm:not(.override) .section.group.-third.-amount .oneField > label,
  .-fa .wForm:not(.override) .section.group.-third.-other .oneField > label,
  .-fa .wForm:not(.override) .section.group.-third > label.preField,
  .-fa .wForm:not(.override) .section.group.-third legend,
  .-fa .wForm:not(.override) .section.group.-two-thirds.-toggle .oneField > label,
  .-fa .wForm:not(.override) .section.group.-two-thirds.-amount .oneField > label,
  .-fa .wForm:not(.override) .section.group.-two-thirds.-other .oneField > label,
  .-fa .wForm:not(.override) .section.group.-two-thirds > label.preField,
  .-fa .wForm:not(.override) .section.group.-two-thirds legend,
  .-fa .wForm:not(.override) fieldset.-toggle.-toggle .oneField > label,
  .-fa .wForm:not(.override) fieldset.-toggle.-amount .oneField > label,
  .-fa .wForm:not(.override) fieldset.-toggle.-other .oneField > label,
  .-fa .wForm:not(.override) fieldset.-toggle > label.preField,
  .-fa .wForm:not(.override) fieldset.-toggle legend,
  .-fa .wForm:not(.override) fieldset.-amount.-toggle .oneField > label,
  .-fa .wForm:not(.override) fieldset.-amount.-amount .oneField > label,
  .-fa .wForm:not(.override) fieldset.-amount.-other .oneField > label,
  .-fa .wForm:not(.override) fieldset.-amount > label.preField,
  .-fa .wForm:not(.override) fieldset.-amount legend,
  .-fa .wForm:not(.override) fieldset.-other.-toggle .oneField > label,
  .-fa .wForm:not(.override) fieldset.-other.-amount .oneField > label,
  .-fa .wForm:not(.override) fieldset.-other.-other .oneField > label,
  .-fa .wForm:not(.override) fieldset.-other > label.preField,
  .-fa .wForm:not(.override) fieldset.-other legend,
  .-fa .wForm:not(.override) fieldset.-card-details.-toggle .oneField > label,
  .-fa .wForm:not(.override) fieldset.-card-details.-amount .oneField > label,
  .-fa .wForm:not(.override) fieldset.-card-details.-other .oneField > label,
  .-fa .wForm:not(.override) fieldset.-card-details > label.preField,
  .-fa .wForm:not(.override) fieldset.-card-details legend,
  .-fa .wForm:not(.override) fieldset.-half.-toggle .oneField > label,
  .-fa .wForm:not(.override) fieldset.-half.-amount .oneField > label,
  .-fa .wForm:not(.override) fieldset.-half.-other .oneField > label,
  .-fa .wForm:not(.override) fieldset.-half > label.preField,
  .-fa .wForm:not(.override) fieldset.-half legend,
  .-fa .wForm:not(.override) fieldset.-third.-toggle .oneField > label,
  .-fa .wForm:not(.override) fieldset.-third.-amount .oneField > label,
  .-fa .wForm:not(.override) fieldset.-third.-other .oneField > label,
  .-fa .wForm:not(.override) fieldset.-third > label.preField,
  .-fa .wForm:not(.override) fieldset.-third legend,
  .-fa .wForm:not(.override) fieldset.-two-thirds.-toggle .oneField > label,
  .-fa .wForm:not(.override) fieldset.-two-thirds.-amount .oneField > label,
  .-fa .wForm:not(.override) fieldset.-two-thirds.-other .oneField > label,
  .-fa .wForm:not(.override) fieldset.-two-thirds > label.preField,
  .-fa .wForm:not(.override) fieldset.-two-thirds legend,
  .wForm:not(.override) .section.group.-toggle.-toggle .oneField > label,
  .wForm:not(.override) .section.group.-toggle.-amount .oneField > label,
  .wForm:not(.override) .section.group.-toggle.-other .oneField > label,
  .wForm:not(.override) .section.group.-toggle > label.preField,
  .wForm:not(.override) .section.group.-toggle legend,
  .wForm:not(.override) .section.group.-amount.-toggle .oneField > label,
  .wForm:not(.override) .section.group.-amount.-amount .oneField > label,
  .wForm:not(.override) .section.group.-amount.-other .oneField > label,
  .wForm:not(.override) .section.group.-amount > label.preField,
  .wForm:not(.override) .section.group.-amount legend,
  .wForm:not(.override) .section.group.-other.-toggle .oneField > label,
  .wForm:not(.override) .section.group.-other.-amount .oneField > label,
  .wForm:not(.override) .section.group.-other.-other .oneField > label,
  .wForm:not(.override) .section.group.-other > label.preField,
  .wForm:not(.override) .section.group.-other legend,
  .wForm:not(.override) .section.group.-card-details.-toggle .oneField > label,
  .wForm:not(.override) .section.group.-card-details.-amount .oneField > label,
  .wForm:not(.override) .section.group.-card-details.-other .oneField > label,
  .wForm:not(.override) .section.group.-card-details > label.preField,
  .wForm:not(.override) .section.group.-card-details legend,
  .wForm:not(.override) .section.group.-half.-toggle .oneField > label,
  .wForm:not(.override) .section.group.-half.-amount .oneField > label,
  .wForm:not(.override) .section.group.-half.-other .oneField > label,
  .wForm:not(.override) .section.group.-half > label.preField,
  .wForm:not(.override) .section.group.-half legend,
  .wForm:not(.override) .section.group.-third.-toggle .oneField > label,
  .wForm:not(.override) .section.group.-third.-amount .oneField > label,
  .wForm:not(.override) .section.group.-third.-other .oneField > label,
  .wForm:not(.override) .section.group.-third > label.preField,
  .wForm:not(.override) .section.group.-third legend,
  .wForm:not(.override) .section.group.-two-thirds.-toggle .oneField > label,
  .wForm:not(.override) .section.group.-two-thirds.-amount .oneField > label,
  .wForm:not(.override) .section.group.-two-thirds.-other .oneField > label,
  .wForm:not(.override) .section.group.-two-thirds > label.preField,
  .wForm:not(.override) .section.group.-two-thirds legend,
  .wForm:not(.override) fieldset.-toggle.-toggle .oneField > label,
  .wForm:not(.override) fieldset.-toggle.-amount .oneField > label,
  .wForm:not(.override) fieldset.-toggle.-other .oneField > label,
  .wForm:not(.override) fieldset.-toggle > label.preField,
  .wForm:not(.override) fieldset.-toggle legend,
  .wForm:not(.override) fieldset.-amount.-toggle .oneField > label,
  .wForm:not(.override) fieldset.-amount.-amount .oneField > label,
  .wForm:not(.override) fieldset.-amount.-other .oneField > label,
  .wForm:not(.override) fieldset.-amount > label.preField,
  .wForm:not(.override) fieldset.-amount legend,
  .wForm:not(.override) fieldset.-other.-toggle .oneField > label,
  .wForm:not(.override) fieldset.-other.-amount .oneField > label,
  .wForm:not(.override) fieldset.-other.-other .oneField > label,
  .wForm:not(.override) fieldset.-other > label.preField,
  .wForm:not(.override) fieldset.-other legend,
  .wForm:not(.override) fieldset.-card-details.-toggle .oneField > label,
  .wForm:not(.override) fieldset.-card-details.-amount .oneField > label,
  .wForm:not(.override) fieldset.-card-details.-other .oneField > label,
  .wForm:not(.override) fieldset.-card-details > label.preField,
  .wForm:not(.override) fieldset.-card-details legend,
  .wForm:not(.override) fieldset.-half.-toggle .oneField > label,
  .wForm:not(.override) fieldset.-half.-amount .oneField > label,
  .wForm:not(.override) fieldset.-half.-other .oneField > label,
  .wForm:not(.override) fieldset.-half > label.preField,
  .wForm:not(.override) fieldset.-half legend,
  .wForm:not(.override) fieldset.-third.-toggle .oneField > label,
  .wForm:not(.override) fieldset.-third.-amount .oneField > label,
  .wForm:not(.override) fieldset.-third.-other .oneField > label,
  .wForm:not(.override) fieldset.-third > label.preField,
  .wForm:not(.override) fieldset.-third legend,
  .wForm:not(.override) fieldset.-two-thirds.-toggle .oneField > label,
  .wForm:not(.override) fieldset.-two-thirds.-amount .oneField > label,
  .wForm:not(.override) fieldset.-two-thirds.-other .oneField > label,
  .wForm:not(.override) fieldset.-two-thirds > label.preField,
  .wForm:not(.override) fieldset.-two-thirds legend {
    font-size: 0;
    color: transparent;
    height: 0; }

[data-donation] .wForm:not(.override) .section.group.-toggle .errMsg,
[data-donation] .wForm:not(.override) .section.group.-amount .errMsg,
[data-donation] .wForm:not(.override) .section.group.-other .errMsg,
[data-donation] .wForm:not(.override) fieldset.-toggle .errMsg,
[data-donation] .wForm:not(.override) fieldset.-amount .errMsg,
[data-donation] .wForm:not(.override) fieldset.-other .errMsg,
.-fa .wForm:not(.override) .section.group.-toggle .errMsg,
.-fa .wForm:not(.override) .section.group.-amount .errMsg,
.-fa .wForm:not(.override) .section.group.-other .errMsg,
.-fa .wForm:not(.override) fieldset.-toggle .errMsg,
.-fa .wForm:not(.override) fieldset.-amount .errMsg,
.-fa .wForm:not(.override) fieldset.-other .errMsg,
.wForm:not(.override) .section.group.-toggle .errMsg,
.wForm:not(.override) .section.group.-amount .errMsg,
.wForm:not(.override) .section.group.-other .errMsg,
.wForm:not(.override) fieldset.-toggle .errMsg,
.wForm:not(.override) fieldset.-amount .errMsg,
.wForm:not(.override) fieldset.-other .errMsg {
  display: block;
  margin-top: .5em;
  border-radius: 0.24em; }

[data-donation] .wForm:not(.override) .section.group.-toggle,
[data-donation] .wForm:not(.override) fieldset.-toggle,
.-fa .wForm:not(.override) .section.group.-toggle,
.-fa .wForm:not(.override) fieldset.-toggle,
.wForm:not(.override) .section.group.-toggle,
.wForm:not(.override) fieldset.-toggle {
  text-align: center;
  margin-bottom: 1.7em; }
  @media (max-width: 736px) {
    [data-donation] .wForm:not(.override) .section.group.-toggle,
    [data-donation] .wForm:not(.override) fieldset.-toggle,
    .-fa .wForm:not(.override) .section.group.-toggle,
    .-fa .wForm:not(.override) fieldset.-toggle,
    .wForm:not(.override) .section.group.-toggle,
    .wForm:not(.override) fieldset.-toggle {
      margin-bottom: .75em; } }
  [data-donation] .wForm:not(.override) .section.group.-toggle .oneField,
  [data-donation] .wForm:not(.override) fieldset.-toggle .oneField,
  .-fa .wForm:not(.override) .section.group.-toggle .oneField,
  .-fa .wForm:not(.override) fieldset.-toggle .oneField,
  .wForm:not(.override) .section.group.-toggle .oneField,
  .wForm:not(.override) fieldset.-toggle .oneField {
    margin-bottom: 0; }
  [data-donation] .wForm:not(.override) .section.group.-toggle input[type="radio"],
  [data-donation] .wForm:not(.override) fieldset.-toggle input[type="radio"],
  .-fa .wForm:not(.override) .section.group.-toggle input[type="radio"],
  .-fa .wForm:not(.override) fieldset.-toggle input[type="radio"],
  .wForm:not(.override) .section.group.-toggle input[type="radio"],
  .wForm:not(.override) fieldset.-toggle input[type="radio"] {
    display: none; }
  [data-donation] .wForm:not(.override) .section.group.-toggle .choices,
  [data-donation] .wForm:not(.override) fieldset.-toggle .choices,
  .-fa .wForm:not(.override) .section.group.-toggle .choices,
  .-fa .wForm:not(.override) fieldset.-toggle .choices,
  .wForm:not(.override) .section.group.-toggle .choices,
  .wForm:not(.override) fieldset.-toggle .choices {
    display: inline-block;
    box-shadow: inset 0 0 0 2px #CAE5F5;
    border-radius: 4em;
    color: #021945;
    letter-spacing: .1em;
    padding-bottom: 0; }
    [data-donation] .wForm:not(.override) .section.group.-toggle .choices label,
    [data-donation] .wForm:not(.override) fieldset.-toggle .choices label,
    .-fa .wForm:not(.override) .section.group.-toggle .choices label,
    .-fa .wForm:not(.override) fieldset.-toggle .choices label,
    .wForm:not(.override) .section.group.-toggle .choices label,
    .wForm:not(.override) fieldset.-toggle .choices label {
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "paralucent", sans-serif; }
      @media (max-width: 1024px) {
        [data-donation] .wForm:not(.override) .section.group.-toggle .choices label,
        [data-donation] .wForm:not(.override) fieldset.-toggle .choices label,
        .-fa .wForm:not(.override) .section.group.-toggle .choices label,
        .-fa .wForm:not(.override) fieldset.-toggle .choices label,
        .wForm:not(.override) .section.group.-toggle .choices label,
        .wForm:not(.override) fieldset.-toggle .choices label {
          font-size: 15.84px;
          font-size: 0.99rem; } }
      @media (max-width: 736px) {
        [data-donation] .wForm:not(.override) .section.group.-toggle .choices label,
        [data-donation] .wForm:not(.override) fieldset.-toggle .choices label,
        .-fa .wForm:not(.override) .section.group.-toggle .choices label,
        .-fa .wForm:not(.override) fieldset.-toggle .choices label,
        .wForm:not(.override) .section.group.-toggle .choices label,
        .wForm:not(.override) fieldset.-toggle .choices label {
          font-size: 14.4px;
          font-size: 0.9rem; } }
  [data-donation] .wForm:not(.override) .section.group.-toggle .oneChoice,
  [data-donation] .wForm:not(.override) fieldset.-toggle .oneChoice,
  .-fa .wForm:not(.override) .section.group.-toggle .oneChoice,
  .-fa .wForm:not(.override) fieldset.-toggle .oneChoice,
  .wForm:not(.override) .section.group.-toggle .oneChoice,
  .wForm:not(.override) fieldset.-toggle .oneChoice {
    display: inline-block;
    margin-bottom: 0; }
    [data-donation] .wForm:not(.override) .section.group.-toggle .oneChoice input:checked ~ label,
    [data-donation] .wForm:not(.override) fieldset.-toggle .oneChoice input:checked ~ label,
    .-fa .wForm:not(.override) .section.group.-toggle .oneChoice input:checked ~ label,
    .-fa .wForm:not(.override) fieldset.-toggle .oneChoice input:checked ~ label,
    .wForm:not(.override) .section.group.-toggle .oneChoice input:checked ~ label,
    .wForm:not(.override) fieldset.-toggle .oneChoice input:checked ~ label {
      background: #CAE5F5; }
    [data-donation] .wForm:not(.override) .section.group.-toggle .oneChoice label,
    [data-donation] .wForm:not(.override) fieldset.-toggle .oneChoice label,
    .-fa .wForm:not(.override) .section.group.-toggle .oneChoice label,
    .-fa .wForm:not(.override) fieldset.-toggle .oneChoice label,
    .wForm:not(.override) .section.group.-toggle .oneChoice label,
    .wForm:not(.override) fieldset.-toggle .oneChoice label {
      padding: .8em 1.4em;
      font-weight: 500;
      border-radius: 4em;
      margin: 0;
      cursor: pointer;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
      will-change: background; }
    [data-donation] .wForm:not(.override) .section.group.-toggle .oneChoice input ~ label,
    [data-donation] .wForm:not(.override) fieldset.-toggle .oneChoice input ~ label,
    .-fa .wForm:not(.override) .section.group.-toggle .oneChoice input ~ label,
    .-fa .wForm:not(.override) fieldset.-toggle .oneChoice input ~ label,
    .wForm:not(.override) .section.group.-toggle .oneChoice input ~ label,
    .wForm:not(.override) fieldset.-toggle .oneChoice input ~ label {
      max-width: none; }

[data-donation] .wForm:not(.override) .section.group.-amount,
[data-donation] .wForm:not(.override) fieldset.-amount,
.-fa .wForm:not(.override) .section.group.-amount,
.-fa .wForm:not(.override) fieldset.-amount,
.wForm:not(.override) .section.group.-amount,
.wForm:not(.override) fieldset.-amount {
  text-align: center;
  margin-bottom: .5em; }
  [data-donation] .wForm:not(.override) .section.group.-amount > label.preField,
  [data-donation] .wForm:not(.override) .section.group.-amount legend,
  [data-donation] .wForm:not(.override) fieldset.-amount > label.preField,
  [data-donation] .wForm:not(.override) fieldset.-amount legend,
  .-fa .wForm:not(.override) .section.group.-amount > label.preField,
  .-fa .wForm:not(.override) .section.group.-amount legend,
  .-fa .wForm:not(.override) fieldset.-amount > label.preField,
  .-fa .wForm:not(.override) fieldset.-amount legend,
  .wForm:not(.override) .section.group.-amount > label.preField,
  .wForm:not(.override) .section.group.-amount legend,
  .wForm:not(.override) fieldset.-amount > label.preField,
  .wForm:not(.override) fieldset.-amount legend {
    display: none; }
  [data-donation] .wForm:not(.override) .section.group.-amount > label,
  [data-donation] .wForm:not(.override) fieldset.-amount > label,
  .-fa .wForm:not(.override) .section.group.-amount > label,
  .-fa .wForm:not(.override) fieldset.-amount > label,
  .wForm:not(.override) .section.group.-amount > label,
  .wForm:not(.override) fieldset.-amount > label {
    display: none; }
  [data-donation] .wForm:not(.override) .section.group.-amount .choices,
  [data-donation] .wForm:not(.override) fieldset.-amount .choices,
  .-fa .wForm:not(.override) .section.group.-amount .choices,
  .-fa .wForm:not(.override) fieldset.-amount .choices,
  .wForm:not(.override) .section.group.-amount .choices,
  .wForm:not(.override) fieldset.-amount .choices {
    padding-bottom: 0; }
  [data-donation] .wForm:not(.override) .section.group.-amount + .-other,
  [data-donation] .wForm:not(.override) fieldset.-amount + .-other,
  .-fa .wForm:not(.override) .section.group.-amount + .-other,
  .-fa .wForm:not(.override) fieldset.-amount + .-other,
  .wForm:not(.override) .section.group.-amount + .-other,
  .wForm:not(.override) fieldset.-amount + .-other {
    margin-top: -.5em; }
  [data-donation] .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice,
  [data-donation] .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice,
  .-fa .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice,
  .-fa .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice,
  .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice,
  .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice {
    display: inline-block;
    width: 30%; }
    @media (min-width: 736px) {
      [data-donation] .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:not(:last-of-type),
      [data-donation] .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:not(:last-of-type),
      .-fa .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:not(:last-of-type),
      .-fa .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:not(:last-of-type),
      .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:not(:last-of-type),
      .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:not(:last-of-type) {
        margin: 0 0 .75em 0; }
      [data-donation] .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:not(:last-of-type):not(:nth-of-type(3n)),
      [data-donation] .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:not(:last-of-type):not(:nth-of-type(3n)),
      .-fa .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:not(:last-of-type):not(:nth-of-type(3n)),
      .-fa .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:not(:last-of-type):not(:nth-of-type(3n)),
      .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:not(:last-of-type):not(:nth-of-type(3n)),
      .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:not(:last-of-type):not(:nth-of-type(3n)) {
        margin-right: .75em; } }
    @media (max-width: 736px) {
      [data-donation] .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice,
      [data-donation] .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice,
      .-fa .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice,
      .-fa .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice,
      .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice,
      .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice {
        width: calc(50% - .5em); }
        [data-donation] .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:not(:nth-of-type(2n)),
        [data-donation] .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:not(:nth-of-type(2n)),
        .-fa .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:not(:nth-of-type(2n)),
        .-fa .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:not(:nth-of-type(2n)),
        .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:not(:nth-of-type(2n)),
        .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:not(:nth-of-type(2n)) {
          margin-right: .25em; }
        [data-donation] .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:not(:nth-of-type(2n+1)),
        [data-donation] .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:not(:nth-of-type(2n+1)),
        .-fa .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:not(:nth-of-type(2n+1)),
        .-fa .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:not(:nth-of-type(2n+1)),
        .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:not(:nth-of-type(2n+1)),
        .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:not(:nth-of-type(2n+1)) {
          margin-left: .25em; } }
    [data-donation] .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:last-of-type,
    [data-donation] .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:last-of-type,
    .-fa .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:last-of-type,
    .-fa .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:last-of-type,
    .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice:last-of-type,
    .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice:last-of-type {
      margin-bottom: 0; }
    [data-donation] .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice input[type="radio"],
    [data-donation] .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice input[type="radio"],
    .-fa .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice input[type="radio"],
    .-fa .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice input[type="radio"],
    .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice input[type="radio"],
    .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice input[type="radio"] {
      display: none; }
      [data-donation] .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice input[type="radio"]:checked ~ label,
      [data-donation] .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice input[type="radio"]:checked ~ label,
      .-fa .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice input[type="radio"]:checked ~ label,
      .-fa .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice input[type="radio"]:checked ~ label,
      .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice input[type="radio"]:checked ~ label,
      .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice input[type="radio"]:checked ~ label {
        background: #001F5C;
        color: #FE8601; }
      [data-donation] .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice input[type="radio"] ~ label,
      [data-donation] .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice input[type="radio"] ~ label,
      .-fa .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice input[type="radio"] ~ label,
      .-fa .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice input[type="radio"] ~ label,
      .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice input[type="radio"] ~ label,
      .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice input[type="radio"] ~ label {
        max-width: none; }
    [data-donation] .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice label,
    [data-donation] .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice label,
    .-fa .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice label,
    .-fa .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice label,
    .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice label,
    .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice label {
      width: 100%;
      font-family: "paralucent", sans-serif;
      color: #021945;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
      border-radius: 0.3em;
      font-size: 21px;
      font-size: 1.3125rem;
      padding: .8em;
      background: white;
      cursor: pointer;
      margin: 0; }
      [data-donation] .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice label:not(.-other):before,
      [data-donation] .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice label:not(.-other):before,
      .-fa .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice label:not(.-other):before,
      .-fa .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice label:not(.-other):before,
      .wForm:not(.override) .section.group.-amount .inputWrapper .oneChoice label:not(.-other):before,
      .wForm:not(.override) fieldset.-amount .inputWrapper .oneChoice label:not(.-other):before {
        content: '$'; }

[data-donation] .wForm:not(.override) .section.group.-other,
[data-donation] .wForm:not(.override) fieldset.-other,
.-fa .wForm:not(.override) .section.group.-other,
.-fa .wForm:not(.override) fieldset.-other,
.wForm:not(.override) .section.group.-other,
.wForm:not(.override) fieldset.-other {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: auto;
  float: none;
  max-width: 25ch; }
  [data-donation] .wForm:not(.override) .section.group.-other .inputWrapper,
  [data-donation] .wForm:not(.override) fieldset.-other .inputWrapper,
  .-fa .wForm:not(.override) .section.group.-other .inputWrapper,
  .-fa .wForm:not(.override) fieldset.-other .inputWrapper,
  .wForm:not(.override) .section.group.-other .inputWrapper,
  .wForm:not(.override) fieldset.-other .inputWrapper {
    display: inline-block;
    position: relative; }
    [data-donation] .wForm:not(.override) .section.group.-other .inputWrapper .delimiterBefore, [data-donation] .wForm:not(.override) .section.group.-other .inputWrapper:before,
    [data-donation] .wForm:not(.override) fieldset.-other .inputWrapper .delimiterBefore,
    [data-donation] .wForm:not(.override) fieldset.-other .inputWrapper:before,
    .-fa .wForm:not(.override) .section.group.-other .inputWrapper .delimiterBefore,
    .-fa .wForm:not(.override) .section.group.-other .inputWrapper:before,
    .-fa .wForm:not(.override) fieldset.-other .inputWrapper .delimiterBefore,
    .-fa .wForm:not(.override) fieldset.-other .inputWrapper:before,
    .wForm:not(.override) .section.group.-other .inputWrapper .delimiterBefore,
    .wForm:not(.override) .section.group.-other .inputWrapper:before,
    .wForm:not(.override) fieldset.-other .inputWrapper .delimiterBefore,
    .wForm:not(.override) fieldset.-other .inputWrapper:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      content: '$';
      line-height: 2.85;
      padding-left: .8em;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (max-width: 736px) {
        [data-donation] .wForm:not(.override) .section.group.-other .inputWrapper .delimiterBefore, [data-donation] .wForm:not(.override) .section.group.-other .inputWrapper:before,
        [data-donation] .wForm:not(.override) fieldset.-other .inputWrapper .delimiterBefore,
        [data-donation] .wForm:not(.override) fieldset.-other .inputWrapper:before,
        .-fa .wForm:not(.override) .section.group.-other .inputWrapper .delimiterBefore,
        .-fa .wForm:not(.override) .section.group.-other .inputWrapper:before,
        .-fa .wForm:not(.override) fieldset.-other .inputWrapper .delimiterBefore,
        .-fa .wForm:not(.override) fieldset.-other .inputWrapper:before,
        .wForm:not(.override) .section.group.-other .inputWrapper .delimiterBefore,
        .wForm:not(.override) .section.group.-other .inputWrapper:before,
        .wForm:not(.override) fieldset.-other .inputWrapper .delimiterBefore,
        .wForm:not(.override) fieldset.-other .inputWrapper:before {
          line-height: 2.5;
          font-size: 1em;
          font-size: 13.75px; } }
    [data-donation] .wForm:not(.override) .section.group.-other .inputWrapper input,
    [data-donation] .wForm:not(.override) fieldset.-other .inputWrapper input,
    .-fa .wForm:not(.override) .section.group.-other .inputWrapper input,
    .-fa .wForm:not(.override) fieldset.-other .inputWrapper input,
    .wForm:not(.override) .section.group.-other .inputWrapper input,
    .wForm:not(.override) fieldset.-other .inputWrapper input {
      padding-left: 1.5em;
      max-width: 270px;
      border: 2px solid #021945;
      margin-bottom: 0; }
      [data-donation] .wForm:not(.override) .section.group.-other .inputWrapper input + .field-hint-inactive,
      [data-donation] .wForm:not(.override) fieldset.-other .inputWrapper input + .field-hint-inactive,
      .-fa .wForm:not(.override) .section.group.-other .inputWrapper input + .field-hint-inactive,
      .-fa .wForm:not(.override) fieldset.-other .inputWrapper input + .field-hint-inactive,
      .wForm:not(.override) .section.group.-other .inputWrapper input + .field-hint-inactive,
      .wForm:not(.override) fieldset.-other .inputWrapper input + .field-hint-inactive {
        display: none; }
    [data-donation] .wForm:not(.override) .section.group.-other .inputWrapper .field-hint,
    [data-donation] .wForm:not(.override) fieldset.-other .inputWrapper .field-hint,
    .-fa .wForm:not(.override) .section.group.-other .inputWrapper .field-hint,
    .-fa .wForm:not(.override) fieldset.-other .inputWrapper .field-hint,
    .wForm:not(.override) .section.group.-other .inputWrapper .field-hint,
    .wForm:not(.override) fieldset.-other .inputWrapper .field-hint {
      background: #001F5C;
      color: white;
      display: block;
      font-weight: 600;
      margin-top: -2px;
      padding: .5em .5em .75em;
      font-size: .8rem;
      border-bottom-left-radius: .5em;
      border-bottom-right-radius: .5em; }
      .oneField.errFld .field-hint {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important; }
    [data-donation] .wForm:not(.override) .section.group.-other .inputWrapper + .errMsg,
    [data-donation] .wForm:not(.override) fieldset.-other .inputWrapper + .errMsg,
    .-fa .wForm:not(.override) .section.group.-other .inputWrapper + .errMsg,
    .-fa .wForm:not(.override) fieldset.-other .inputWrapper + .errMsg,
    .wForm:not(.override) .section.group.-other .inputWrapper + .errMsg,
    .wForm:not(.override) fieldset.-other .inputWrapper + .errMsg {
      margin-top: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

[data-donation] .wForm:not(.override) .section.group.-card-details:after,
[data-donation] .wForm:not(.override) fieldset.-card-details:after,
[data-donation] .wForm:not(.override) .section.group.-half:after,
[data-donation] .wForm:not(.override) fieldset.-half:after,
[data-donation] .wForm:not(.override) .section.group.-third:after,
[data-donation] .wForm:not(.override) fieldset.-third:after,
[data-donation] .wForm:not(.override) .section.group.-two-thirds:after,
[data-donation] .wForm:not(.override) fieldset.-two-thirds:after,
.-fa .wForm:not(.override) .section.group.-card-details:after,
.-fa .wForm:not(.override) fieldset.-card-details:after,
.-fa .wForm:not(.override) .section.group.-half:after,
.-fa .wForm:not(.override) fieldset.-half:after,
.-fa .wForm:not(.override) .section.group.-third:after,
.-fa .wForm:not(.override) fieldset.-third:after,
.-fa .wForm:not(.override) .section.group.-two-thirds:after,
.-fa .wForm:not(.override) fieldset.-two-thirds:after,
.wForm:not(.override) .section.group.-card-details:after,
.wForm:not(.override) fieldset.-card-details:after,
.wForm:not(.override) .section.group.-half:after,
.wForm:not(.override) fieldset.-half:after,
.wForm:not(.override) .section.group.-third:after,
.wForm:not(.override) fieldset.-third:after,
.wForm:not(.override) .section.group.-two-thirds:after,
.wForm:not(.override) fieldset.-two-thirds:after {
  content: "";
  display: table;
  clear: both; }

[data-donation] .wForm:not(.override) .section.group.-card-details .oneField,
[data-donation] .wForm:not(.override) fieldset.-card-details .oneField,
[data-donation] .wForm:not(.override) .section.group.-half .oneField,
[data-donation] .wForm:not(.override) fieldset.-half .oneField,
[data-donation] .wForm:not(.override) .section.group.-third .oneField,
[data-donation] .wForm:not(.override) fieldset.-third .oneField,
[data-donation] .wForm:not(.override) .section.group.-two-thirds .oneField,
[data-donation] .wForm:not(.override) fieldset.-two-thirds .oneField,
.-fa .wForm:not(.override) .section.group.-card-details .oneField,
.-fa .wForm:not(.override) fieldset.-card-details .oneField,
.-fa .wForm:not(.override) .section.group.-half .oneField,
.-fa .wForm:not(.override) fieldset.-half .oneField,
.-fa .wForm:not(.override) .section.group.-third .oneField,
.-fa .wForm:not(.override) fieldset.-third .oneField,
.-fa .wForm:not(.override) .section.group.-two-thirds .oneField,
.-fa .wForm:not(.override) fieldset.-two-thirds .oneField,
.wForm:not(.override) .section.group.-card-details .oneField,
.wForm:not(.override) fieldset.-card-details .oneField,
.wForm:not(.override) .section.group.-half .oneField,
.wForm:not(.override) fieldset.-half .oneField,
.wForm:not(.override) .section.group.-third .oneField,
.wForm:not(.override) fieldset.-third .oneField,
.wForm:not(.override) .section.group.-two-thirds .oneField,
.wForm:not(.override) fieldset.-two-thirds .oneField {
  -ms-flex-positive: 1;
  flex-grow: 1;
  float: left;
  display: inline-block; }

[data-donation] .wForm:not(.override) .section.group.-card-details .oneField,
[data-donation] .wForm:not(.override) fieldset.-card-details .oneField,
.-fa .wForm:not(.override) .section.group.-card-details .oneField,
.-fa .wForm:not(.override) fieldset.-card-details .oneField,
.wForm:not(.override) .section.group.-card-details .oneField,
.wForm:not(.override) fieldset.-card-details .oneField {
  width: calc(40% - .75em);
  -ms-flex-preferred-size: calc(35% - .75em);
  flex-basis: calc(35% - .75em);
  margin-right: 1em;
  padding-right: 0; }
  @media (max-width: 1024px) {
    [data-donation] .wForm:not(.override) .section.group.-card-details .oneField,
    [data-donation] .wForm:not(.override) fieldset.-card-details .oneField,
    .-fa .wForm:not(.override) .section.group.-card-details .oneField,
    .-fa .wForm:not(.override) fieldset.-card-details .oneField,
    .wForm:not(.override) .section.group.-card-details .oneField,
    .wForm:not(.override) fieldset.-card-details .oneField {
      width: 100%;
      margin-right: 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  [data-donation] .wForm:not(.override) .section.group.-card-details .oneField:last-of-type,
  [data-donation] .wForm:not(.override) fieldset.-card-details .oneField:last-of-type,
  .-fa .wForm:not(.override) .section.group.-card-details .oneField:last-of-type,
  .-fa .wForm:not(.override) fieldset.-card-details .oneField:last-of-type,
  .wForm:not(.override) .section.group.-card-details .oneField:last-of-type,
  .wForm:not(.override) fieldset.-card-details .oneField:last-of-type {
    margin-right: 0; }

[data-donation] .wForm:not(.override) .section.group.-card-details .oneField:last-child,
[data-donation] .wForm:not(.override) fieldset.-card-details .oneField:last-child,
.-fa .wForm:not(.override) .section.group.-card-details .oneField:last-child,
.-fa .wForm:not(.override) fieldset.-card-details .oneField:last-child,
.wForm:not(.override) .section.group.-card-details .oneField:last-child,
.wForm:not(.override) fieldset.-card-details .oneField:last-child {
  width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }

[data-donation] .wForm:not(.override) .section.group.-half .oneField,
[data-donation] .wForm:not(.override) fieldset.-half .oneField,
.-fa .wForm:not(.override) .section.group.-half .oneField,
.-fa .wForm:not(.override) fieldset.-half .oneField,
.wForm:not(.override) .section.group.-half .oneField,
.wForm:not(.override) fieldset.-half .oneField {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }
  @media (max-width: 736px) {
    [data-donation] .wForm:not(.override) .section.group.-half .oneField,
    [data-donation] .wForm:not(.override) fieldset.-half .oneField,
    .-fa .wForm:not(.override) .section.group.-half .oneField,
    .-fa .wForm:not(.override) fieldset.-half .oneField,
    .wForm:not(.override) .section.group.-half .oneField,
    .wForm:not(.override) fieldset.-half .oneField {
      width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

[data-donation] .wForm:not(.override) .section.group.-half .oneField:nth-of-type(odd):not(:last-of-type),
[data-donation] .wForm:not(.override) fieldset.-half .oneField:nth-of-type(odd):not(:last-of-type),
.-fa .wForm:not(.override) .section.group.-half .oneField:nth-of-type(odd):not(:last-of-type),
.-fa .wForm:not(.override) fieldset.-half .oneField:nth-of-type(odd):not(:last-of-type),
.wForm:not(.override) .section.group.-half .oneField:nth-of-type(odd):not(:last-of-type),
.wForm:not(.override) fieldset.-half .oneField:nth-of-type(odd):not(:last-of-type) {
  padding-right: .5em; }
  @media (max-width: 736px) {
    [data-donation] .wForm:not(.override) .section.group.-half .oneField:nth-of-type(odd):not(:last-of-type),
    [data-donation] .wForm:not(.override) fieldset.-half .oneField:nth-of-type(odd):not(:last-of-type),
    .-fa .wForm:not(.override) .section.group.-half .oneField:nth-of-type(odd):not(:last-of-type),
    .-fa .wForm:not(.override) fieldset.-half .oneField:nth-of-type(odd):not(:last-of-type),
    .wForm:not(.override) .section.group.-half .oneField:nth-of-type(odd):not(:last-of-type),
    .wForm:not(.override) fieldset.-half .oneField:nth-of-type(odd):not(:last-of-type) {
      padding-right: 0; } }

[data-donation] .wForm:not(.override) .section.group.-half .oneField:nth-of-type(even),
[data-donation] .wForm:not(.override) fieldset.-half .oneField:nth-of-type(even),
.-fa .wForm:not(.override) .section.group.-half .oneField:nth-of-type(even),
.-fa .wForm:not(.override) fieldset.-half .oneField:nth-of-type(even),
.wForm:not(.override) .section.group.-half .oneField:nth-of-type(even),
.wForm:not(.override) fieldset.-half .oneField:nth-of-type(even) {
  padding-left: .5em;
  float: right; }
  @media (max-width: 736px) {
    [data-donation] .wForm:not(.override) .section.group.-half .oneField:nth-of-type(even),
    [data-donation] .wForm:not(.override) fieldset.-half .oneField:nth-of-type(even),
    .-fa .wForm:not(.override) .section.group.-half .oneField:nth-of-type(even),
    .-fa .wForm:not(.override) fieldset.-half .oneField:nth-of-type(even),
    .wForm:not(.override) .section.group.-half .oneField:nth-of-type(even),
    .wForm:not(.override) fieldset.-half .oneField:nth-of-type(even) {
      padding-left: 0; } }

[data-donation] .wForm:not(.override) .section.group.-third .oneField,
[data-donation] .wForm:not(.override) fieldset.-third .oneField,
.-fa .wForm:not(.override) .section.group.-third .oneField,
.-fa .wForm:not(.override) fieldset.-third .oneField,
.wForm:not(.override) .section.group.-third .oneField,
.wForm:not(.override) fieldset.-third .oneField {
  width: calc(33.33% - .75em);
  -ms-flex-preferred-size: calc(33.33% - .75em);
  flex-basis: calc(33.33% - .75em);
  margin-right: 1em;
  padding-right: 0; }
  @media (max-width: 1024px) {
    [data-donation] .wForm:not(.override) .section.group.-third .oneField,
    [data-donation] .wForm:not(.override) fieldset.-third .oneField,
    .-fa .wForm:not(.override) .section.group.-third .oneField,
    .-fa .wForm:not(.override) fieldset.-third .oneField,
    .wForm:not(.override) .section.group.-third .oneField,
    .wForm:not(.override) fieldset.-third .oneField {
      width: 100%;
      margin-right: 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  [data-donation] .wForm:not(.override) .section.group.-third .oneField:last-of-type,
  [data-donation] .wForm:not(.override) fieldset.-third .oneField:last-of-type,
  .-fa .wForm:not(.override) .section.group.-third .oneField:last-of-type,
  .-fa .wForm:not(.override) fieldset.-third .oneField:last-of-type,
  .wForm:not(.override) .section.group.-third .oneField:last-of-type,
  .wForm:not(.override) fieldset.-third .oneField:last-of-type {
    margin-right: 0; }

[data-donation] .wForm:not(.override) .section.group.-two-thirds .oneField:nth-of-type(odd):not(:last-of-type),
[data-donation] .wForm:not(.override) fieldset.-two-thirds .oneField:nth-of-type(odd):not(:last-of-type),
.-fa .wForm:not(.override) .section.group.-two-thirds .oneField:nth-of-type(odd):not(:last-of-type),
.-fa .wForm:not(.override) fieldset.-two-thirds .oneField:nth-of-type(odd):not(:last-of-type),
.wForm:not(.override) .section.group.-two-thirds .oneField:nth-of-type(odd):not(:last-of-type),
.wForm:not(.override) fieldset.-two-thirds .oneField:nth-of-type(odd):not(:last-of-type) {
  padding-right: .5em;
  width: calc(60% - .75em);
  -ms-flex-preferred-size: calc(60% - .75em);
  flex-basis: calc(60% - .75em); }
  @media (max-width: 1024px) {
    [data-donation] .wForm:not(.override) .section.group.-two-thirds .oneField:nth-of-type(odd):not(:last-of-type),
    [data-donation] .wForm:not(.override) fieldset.-two-thirds .oneField:nth-of-type(odd):not(:last-of-type),
    .-fa .wForm:not(.override) .section.group.-two-thirds .oneField:nth-of-type(odd):not(:last-of-type),
    .-fa .wForm:not(.override) fieldset.-two-thirds .oneField:nth-of-type(odd):not(:last-of-type),
    .wForm:not(.override) .section.group.-two-thirds .oneField:nth-of-type(odd):not(:last-of-type),
    .wForm:not(.override) fieldset.-two-thirds .oneField:nth-of-type(odd):not(:last-of-type) {
      padding-right: 0;
      width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

[data-donation] .wForm:not(.override) .section.group.-two-thirds .oneField:nth-of-type(even),
[data-donation] .wForm:not(.override) fieldset.-two-thirds .oneField:nth-of-type(even),
.-fa .wForm:not(.override) .section.group.-two-thirds .oneField:nth-of-type(even),
.-fa .wForm:not(.override) fieldset.-two-thirds .oneField:nth-of-type(even),
.wForm:not(.override) .section.group.-two-thirds .oneField:nth-of-type(even),
.wForm:not(.override) fieldset.-two-thirds .oneField:nth-of-type(even) {
  padding-left: .5em;
  width: calc(40% - .75em);
  -ms-flex-preferred-size: calc(40% - .75em);
  flex-basis: calc(40% - .75em);
  float: right; }
  @media (max-width: 1024px) {
    [data-donation] .wForm:not(.override) .section.group.-two-thirds .oneField:nth-of-type(even),
    [data-donation] .wForm:not(.override) fieldset.-two-thirds .oneField:nth-of-type(even),
    .-fa .wForm:not(.override) .section.group.-two-thirds .oneField:nth-of-type(even),
    .-fa .wForm:not(.override) fieldset.-two-thirds .oneField:nth-of-type(even),
    .wForm:not(.override) .section.group.-two-thirds .oneField:nth-of-type(even),
    .wForm:not(.override) fieldset.-two-thirds .oneField:nth-of-type(even) {
      padding-left: 0;
      width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

.wForm .choices {
  display: block;
  margin: .75em 0;
  padding-bottom: .5em; }
  .wForm .choices .oneChoice {
    display: block;
    clear: both; }
    .wForm .choices .oneChoice:after {
      content: "";
      display: table;
      clear: both; }
    .wForm .choices .oneChoice:not(:last-of-type) {
      margin-bottom: .5em; }

.wForm .actions {
  text-align: center; }

.action-wrap:not(.darkbg) {
  background-color: #74C5FA; }

.wFormContainer {
  margin: 0 auto;
  max-width: 550px; }
  @media (max-width: 736px) {
    .wFormContainer {
      max-width: none; } }
  .wFormContainer .wFormContainer {
    background: none;
    border: none; }
  .wFormContainer .field,
  .wFormContainer .oneField:not(that) {
    position: relative;
    margin-bottom: 1em; }
    .wFormContainer .field input[type="checkbox"],
    .wFormContainer .oneField:not(that) input[type="checkbox"] {
      display: inline-block; }
  .wFormContainer .section {
    padding: 0;
    display: block;
    width: 100%;
    position: relative; }
    .wFormContainer .section:after {
      content: "";
      display: table;
      clear: both; }
  .wFormContainer br {
    display: none; }
  .wFormContainer .labelsHidden > label {
    display: none; }
  .wFormContainer .inputWrapper {
    position: relative;
    z-index: 1; }
    .wFormContainer .inputWrapper:after {
      content: "";
      display: table;
      clear: both; }
    .wFormContainer .inputWrapper > * {
      margin-bottom: 0 !important; }
  .wFormContainer .oneField {
    float: left;
    width: 100%; }
  .wFormContainer input[type="button"],
  .wFormContainer input[type="submit"]:not(.wfHideSubmit) {
    display: inline-block;
    margin: 0 auto;
    color: white;
    background-color: #001F5C;
    border-radius: 4em; }
    .wFormContainer input[type="button"].-outline,
    .wFormContainer input[type="submit"]:not(.wfHideSubmit).-outline {
      box-shadow: inset 0 0 0 2px #001F5C;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
      background: transparent;
      will-change: background, color; }
      .wFormContainer input[type="button"].-outline.-secondary, .wFormContainer input[type="button"].-outline.-dark,
      .wFormContainer input[type="submit"]:not(.wfHideSubmit).-outline.-secondary,
      .wFormContainer input[type="submit"]:not(.wfHideSubmit).-outline.-dark {
        color: #021945; }
      .wFormContainer input[type="button"].-outline:hover, .wFormContainer input[type="button"].-outline:focus,
      .wFormContainer input[type="submit"]:not(.wfHideSubmit).-outline:hover,
      .wFormContainer input[type="submit"]:not(.wfHideSubmit).-outline:focus {
        background: #001F5C;
        color: white; }
    .wFormContainer input[type="button"].disabled,
    .wFormContainer input[type="submit"]:not(.wfHideSubmit).disabled {
      cursor: not-allowed;
      box-shadow: inset 0 0 0 2px #001F5C;
      background-color: transparent;
      color: rgba(0, 31, 92, 0.75); }
      .wFormContainer input[type="button"].disabled:before, .wFormContainer input[type="button"].disabled:after,
      .wFormContainer input[type="submit"]:not(.wfHideSubmit).disabled:before,
      .wFormContainer input[type="submit"]:not(.wfHideSubmit).disabled:after {
        content: none; }
    .wFormContainer input[type="button"]:hover, .wFormContainer input[type="button"]:focus,
    .wFormContainer input[type="submit"]:not(.wfHideSubmit):hover,
    .wFormContainer input[type="submit"]:not(.wfHideSubmit):focus {
      box-shadow: none;
      color: #74C5FA; }
  .wFormContainer input[type="submit"]:not(.wfHideSubmit):not(:last-of-type) {
    margin-bottom: .7em; }
    .wFormContainer input[type="submit"]:not(.wfHideSubmit):not(:last-of-type)[disabled] {
      opacity: .3; }
  .wFormContainer .wfPage:not(.wfCurrentPage),
  .wFormContainer .wFormTitle,
  .wFormContainer .offstate,
  .wFormContainer .wfHideSubmit,
  .wFormContainer h4 {
    display: none !important; }
  .wFormContainer .htmlSection {
    margin-top: 1em; }
  .wFormContainer .wForm form .errFld {
    border: none;
    margin-bottom: .5em; }
    .wFormContainer .wForm form .errFld select,
    .wFormContainer .wForm form .errFld input {
      border-radius: .3em .3em 0 0; }
    .wFormContainer .wForm form .errFld .errMsg {
      top: 0;
      right: 0;
      font-weight: 600;
      color: white;
      border-radius: 0 0 .3em .3em;
      background: rgba(0, 31, 92, 0.4);
      padding: .25em .35em;
      font-size: 1.1em;
      font-family: "sofia-pro", sans-serif; }
      .wFormContainer .wForm form .errFld .errMsg span {
        font-size: 14px;
        font-size: 0.875rem; }
  .wFormContainer .supportInfo {
    position: absolute;
    top: calc(100% + 1em);
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    width: 100%; }
    .wFormContainer .supportInfo a {
      color: #021945;
      display: inline-block;
      margin: 0 auto; }

.action-box.-fa {
  margin-bottom: 4em; }
  .action-box.-fa header.progress {
    padding: 0 0 3vw;
    margin-bottom: 0; }
  .action-box.-fa.-stepped header.progress {
    padding: 3vw 3vw 0; }
  .action-box.-fa .caption {
    margin-bottom: 0; }
  .action-box.-fa .form-header {
    margin: 0; }
  .action-box.-fa input[type="text"],
  .action-box.-fa input[type="email"],
  .action-box.-fa select {
    opacity: .9;
    border: none;
    transition: 0.3s cubic-bezier(0.5, 0, 0, 1); }
    .action-box.-fa input[type="text"]:focus,
    .action-box.-fa input[type="email"]:focus,
    .action-box.-fa select:focus {
      border: none;
      opacity: 1; }
  .action-box.-fa fieldset > legend {
    text-align: center;
    margin-top: -1.5em;
    display: inline-block;
    display: none;
    width: auto;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: white;
    background: #194F90;
    padding: .5em 1em;
    border-radius: 0.24em; }
  .action-box.-fa label {
    font-family: "sofia-pro", sans-serif;
    font-size: 1.2em;
    margin-bottom: .4em; }
  @media (max-width: 736px) {
    .action-box.-fa label.preField:before {
      font-size: 13.75px;
      line-height: 2.5; } }
  .action-box.-fa.inline-form {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important; }

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

.captchaHelp {
  clear: both;
  margin-bottom: 1em;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600; }

.inline-form > *:not(.wFormContainer) {
  display: none; }

.inline-form .wFormContainer {
  max-width: none;
  background-color: #74C5FA;
  border-radius: .75rem; }
  .inline-form .wFormContainer img {
    display: none; }
  .inline-form .wFormContainer form {
    padding: 2.25vw; }
    @media (max-width: 736px) {
      .inline-form .wFormContainer form {
        padding: 3.75vw; } }

.action-box.-fa:not(.-stepped) {
  padding: 3vw;
  background-color: #74C5FA; }
  .action-box.-fa:not(.-stepped) form {
    margin: 3.5vw; }
  .action-box.-fa:not(.-stepped) fieldset {
    margin: 1em 0; }
    .action-box.-fa:not(.-stepped) fieldset:not(:last-of-type) {
      margin: 0 0 1.5em; }
      .action-box.-fa:not(.-stepped) fieldset:not(:last-of-type):before {
        content: '';
        position: absolute;
        top: 100%;
        height: 5vw;
        left: -3vw;
        right: -3vw;
        background: linear-gradient(to bottom, rgba(25, 79, 144, 0.2), transparent); }
  .action-box.-fa:not(.-stepped) br {
    display: none; }
  .action-box.-fa:not(.-stepped) input[type="checkbox"] ~ label {
    color: #021945;
    width: calc(100% - 2px - 4em);
    display: inline-block; }
  .action-box.-fa:not(.-stepped) form {
    width: 100%;
    float: left;
    margin: 0;
    font-family: "paralucent", sans-serif; }
    .action-box.-fa:not(.-stepped) form select {
      height: 2.55em;
      margin-bottom: 0.5em; }
    .action-box.-fa:not(.-stepped) form input[type=button] {
      background-image: none !important;
      outline: none;
      border: none;
      box-shadow: none; }
    .action-box.-fa:not(.-stepped) form ::-webkit-input-placeholder {
      opacity: 0.6; }
    .action-box.-fa:not(.-stepped) form :-moz-placeholder {
      opacity: 0.6; }
    .action-box.-fa:not(.-stepped) form ::-moz-placeholder {
      opacity: 0.6; }
    .action-box.-fa:not(.-stepped) form :-ms-input-placeholder {
      opacity: 0.6; }
    .action-box.-fa:not(.-stepped) form .inputWrapper {
      position: relative; }
      .action-box.-fa:not(.-stepped) form .inputWrapper .prepend {
        position: absolute;
        font-size: 20px;
        font-size: 1.25rem;
        left: 0.7em;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 1024px) {
          .action-box.-fa:not(.-stepped) form .inputWrapper .prepend {
            font-size: 13.2px;
            font-size: 0.825rem; } }
        @media (max-width: 736px) {
          .action-box.-fa:not(.-stepped) form .inputWrapper .prepend {
            font-size: 12px;
            font-size: 0.75rem; } }
      .action-box.-fa:not(.-stepped) form .inputWrapper .prepend + input {
        padding-left: 1.5em; }
  .action-box.-fa:not(.-stepped) .section {
    padding: 0 0 1em;
    clear: both; }
    .action-box.-fa:not(.-stepped) .section .section {
      padding-bottom: 0; }
  .action-box.-fa:not(.-stepped) .wFormContainer {
    border: none;
    font-size: 100%; }
  .action-box.-fa:not(.-stepped) .wFormTitle,
  .action-box.-fa:not(.-stepped) .wfTabNavLabel,
  .action-box.-fa:not(.-stepped) .wfTabSep {
    display: none; }
  .action-box.-fa:not(.-stepped) .wfTabNav .wfTab {
    width: 33.33333%;
    float: left;
    text-align: center;
    font-family: "paralucent", sans-serif;
    font-weight: 700;
    font-size: 25px;
    font-size: 1.5625rem;
    display: block;
    line-height: 1;
    padding: 2.5vh;
    border-bottom: 1px solid rgba(25, 79, 144, 0.4); }
    @media (max-width: 1024px) {
      .action-box.-fa:not(.-stepped) .wfTabNav .wfTab {
        font-size: 16.5px;
        font-size: 1.03125rem; } }
    @media (max-width: 736px) {
      .action-box.-fa:not(.-stepped) .wfTabNav .wfTab {
        font-size: 15px;
        font-size: 0.9375rem; } }
    .action-box.-fa:not(.-stepped) .wfTabNav .wfTab:nth-of-type(1), .action-box.-fa:not(.-stepped) .wfTabNav .wfTab:nth-of-type(2) {
      border-right: 1px solid rgba(25, 79, 144, 0.4); }
    .action-box.-fa:not(.-stepped) .wfTabNav .wfTab.wfTabCurrentPage {
      background-color: #021945;
      color: #fff; }
  .action-box.-fa:not(.-stepped) .pageSection {
    display: block;
    float: left;
    width: 83.71429%;
    margin-left: 8.14286%;
    margin-right: 1%; }
    @media (min-width: 1200px) {
      .action-box.-fa:not(.-stepped) .pageSection {
        display: block;
        float: left;
        width: 83.71429%;
        margin-left: 8.14286%;
        margin-right: 1%; } }
    @media (max-width: 1200px) {
      .action-box.-fa:not(.-stepped) .pageSection {
        display: block;
        float: left;
        width: 83.71429%;
        margin-left: 8.14286%;
        margin-right: 1%; } }
    @media (min-width: 1025px) {
      .action-box.-fa:not(.-stepped) .pageSection {
        display: block;
        float: left;
        width: 75.71429%;
        margin-left: 12.14286%;
        margin-right: 5%; } }
    @media (max-width: 1024px) {
      .action-box.-fa:not(.-stepped) .pageSection {
        display: block;
        float: left;
        width: 75.71429%;
        margin-left: 12.14286%;
        margin-right: 5%; } }
    @media (max-width: 736px) {
      .action-box.-fa:not(.-stepped) .pageSection {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 400px) {
      .action-box.-fa:not(.-stepped) .pageSection {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
  .action-box.-fa:not(.-stepped) .oneField.-freq {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .action-box.-fa:not(.-stepped) .oneField input[type=text]:not(override),
  .action-box.-fa:not(.-stepped) .oneField select:not(override) {
    width: 100% !important; }
  .action-box.-fa:not(.-stepped) .oneField {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0; }
    @media (min-width: 1200px) {
      .action-box.-fa:not(.-stepped) .oneField {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      .action-box.-fa:not(.-stepped) .oneField {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      .action-box.-fa:not(.-stepped) .oneField {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .action-box.-fa:not(.-stepped) .oneField {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .action-box.-fa:not(.-stepped) .oneField {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      .action-box.-fa:not(.-stepped) .oneField {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
  .action-box.-fa:not(.-stepped) .oneField.-half {
    display: block;
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }
    @media (min-width: 1200px) {
      .action-box.-fa:not(.-stepped) .oneField.-half {
        display: block;
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (max-width: 1200px) {
      .action-box.-fa:not(.-stepped) .oneField.-half {
        display: block;
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (min-width: 1025px) {
      .action-box.-fa:not(.-stepped) .oneField.-half {
        display: block;
        float: left;
        width: 40%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 1024px) {
      .action-box.-fa:not(.-stepped) .oneField.-half {
        display: block;
        float: left;
        width: 40%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 736px) {
      .action-box.-fa:not(.-stepped) .oneField.-half {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 400px) {
      .action-box.-fa:not(.-stepped) .oneField.-half {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    .action-box.-fa:not(.-stepped) .oneField.-half:not(.-right) {
      padding-right: 0.25vw; }
    .action-box.-fa:not(.-stepped) .oneField.-half.-right {
      padding-left: 0.25vw; }
  .action-box.-fa:not(.-stepped) .oneField.-third {
    display: block;
    float: left;
    width: 31.32857%;
    margin-left: 1%;
    margin-right: 1%; }
    @media (min-width: 1200px) {
      .action-box.-fa:not(.-stepped) .oneField.-third {
        display: block;
        float: left;
        width: 31.32857%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (max-width: 1200px) {
      .action-box.-fa:not(.-stepped) .oneField.-third {
        display: block;
        float: left;
        width: 31.32857%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (min-width: 1025px) {
      .action-box.-fa:not(.-stepped) .oneField.-third {
        display: block;
        float: left;
        width: 23.32857%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 1024px) {
      .action-box.-fa:not(.-stepped) .oneField.-third {
        display: block;
        float: left;
        width: 23.32857%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 736px) {
      .action-box.-fa:not(.-stepped) .oneField.-third {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 400px) {
      .action-box.-fa:not(.-stepped) .oneField.-third {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 1024px) {
      .action-box.-fa:not(.-stepped) .oneField.-third {
        width: 30% !important; } }
    .action-box.-fa:not(.-stepped) .oneField.-third:nth-of-type(1n) {
      padding-right: 0.33em; }
      @media (max-width: 1024px) {
        .action-box.-fa:not(.-stepped) .oneField.-third:nth-of-type(1n) {
          margin-right: 0; } }
    .action-box.-fa:not(.-stepped) .oneField.-third:nth-of-type(2n) {
      padding-left: 0.165em;
      padding-right: 0.165em; }
      @media (max-width: 1024px) {
        .action-box.-fa:not(.-stepped) .oneField.-third:nth-of-type(2n) {
          margin: 0; } }
    .action-box.-fa:not(.-stepped) .oneField.-third:nth-of-type(3n) {
      padding-left: 0.33em;
      padding-right: 0; }
      @media (max-width: 1024px) {
        .action-box.-fa:not(.-stepped) .oneField.-third:nth-of-type(3n) {
          margin-left: 0; } }
  .action-box.-fa:not(.-stepped) .oneChoice.-radio-btns input[type=radio] {
    width: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
    position: absolute;
    left: -100000px; }
  .action-box.-fa:not(.-stepped) label.-hidden {
    display: none; }
  .action-box.-fa:not(.-stepped) .oneField.offstate,
  .action-box.-fa:not(.-stepped) .wfPage {
    display: none !important; }
  .action-box.-fa:not(.-stepped) .wfPage,
  .action-box.-fa:not(.-stepped) .wfCurrentPage {
    margin-top: 4vh; }

@media (max-width: 736px) {
  .action-box.-stepped form {
    margin: 5vw; } }

.action-box.-stepped .wfCurrentPage:not(#wfPgIndex-1) {
  padding: .5em 1em; }

.action-box.-stepped .wfPagingButtons {
  text-align: center;
  position: relative; }
  .action-box.-stepped .wfPagingButtons:after {
    content: "";
    display: table;
    clear: both; }
  .action-box.-stepped .wfPagingButtons input[class*="Prev"] {
    background: rgba(2, 25, 69, 0.2);
    font-weight: 400;
    box-shadow: none;
    margin-right: .5em;
    float: left; }
    .action-box.-stepped .wfPagingButtons input[class*="Prev"]:hover, .action-box.-stepped .wfPagingButtons input[class*="Prev"]:focus {
      color: #021945; }
    .action-box.-stepped .wfPagingButtons input[class*="Prev"] + input[class*="Next"] {
      float: right; }

.action-box.-stepped.show-progress .wfTabNav {
  border-top: 1px solid rgba(2, 25, 69, 0.2);
  border-radius: 0;
  margin-top: 3vw; }

.action-box.-stepped .wfTabNav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  border-radius: 0.6em 0.6em 0 0;
  overflow: hidden;
  box-shadow: inset 0 -1px 0 rgba(2, 25, 69, 0.2); }
  .action-box.-stepped .wfTabNav .wfTabNavLabel,
  .action-box.-stepped .wfTabNav .wfTabSep {
    display: none; }
  .action-box.-stepped .wfTabNav a {
    display: inline-block;
    width: 33.333%;
    float: left;
    text-align: center;
    padding: .6em 1em;
    font-family: "paralucent", sans-serif;
    font-weight: 600;
    color: #001F5C;
    font-family: "paralucent", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.02em; }
    @media (max-width: 1024px) {
      .action-box.-stepped .wfTabNav a {
        font-size: 15.84px;
        font-size: 0.99rem; } }
    @media (max-width: 736px) {
      .action-box.-stepped .wfTabNav a {
        font-size: 14.4px;
        font-size: 0.9rem; } }
    @media (max-width: 736px) {
      .action-box.-stepped .wfTabNav a {
        font-size: 18px; } }
    .action-box.-stepped .wfTabNav a:not(:first-of-type):not(:last-of-type) {
      box-shadow: inset -1px 0 0 rgba(2, 25, 69, 0.2), inset 1px 0 0 rgba(2, 25, 69, 0.2); }
    .action-box.-stepped .wfTabNav a[class*="Current"] {
      background: #001F5C;
      color: white; }

.action-box.-stepped #wfPgIndex-1 .pageSection {
  text-align: left; }

.action-box.-stepped #wfPgIndex-1 .wfPagingButtons {
  margin: 1em 0 3em; }

.action-box.-stepped #wfPgIndex-1.wfCurrentPage ~ .actions .captcha {
  display: none; }

.action-box.-stepped .actions {
  text-align: center; }

.action-box.-stepped #wfPgIndex-3 .wfPagingButtons {
  display: none; }

.event-box {
  background-color: #74C5FA;
  position: relative;
  z-index: 1;
  border-radius: 0.6em;
  margin-bottom: calc(5vh + 3em);
  overflow: hidden; }
  @media (max-width: 736px) {
    .event-box {
      margin-top: 3vh !important; } }
  .event-box iframe {
    width: 100%; }
  .event-box .inner {
    padding: 3.5vw; }
  .event-box .info span {
    display: block; }
  .event-box .info span + span {
    margin-top: 2vh; }
  .event-box .info strong {
    text-transform: uppercase;
    font-family: "paralucent", sans-serif;
    display: block; }
  .event-box .event-action {
    display: block;
    text-align: center;
    margin: 1.5em 0 -.5vw; }

.feed-actions {
  position: relative;
  z-index: 2;
  margin: 0 7.14286vw;
  margin-bottom: 5vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc(100% - 14.28571vw);
  margin-top: -2vh; }
  .feed-actions:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 736px) {
    .feed-actions {
      padding: 5vw 0;
      margin-top: 0; } }
  .feed-actions:not(:first-child) {
    padding-left: 1em; }
    .feed-actions:not(:first-child) .filter-dropdown {
      margin-left: auto; }
    @media (max-width: 736px) {
      .feed-actions:not(:first-child) {
        padding-left: 0; } }
  .feed-actions.-shop {
    margin-bottom: 0; }
  .feed-actions .search-form {
    width: calc(66% - 1.7vw); }
    @media (max-width: 1024px) {
      .feed-actions .search-form {
        width: calc(50% - 1.7vw); } }
    @media (max-width: 736px) {
      .feed-actions .search-form {
        width: 100%;
        margin-bottom: 5vw; } }
    .feed-actions .search-form .aws-container {
      overflow: hidden;
      border-radius: .3em;
      position: relative;
      height: 3rem; }
      .feed-actions .search-form .aws-container:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1em;
        border: 2px solid #74C5FA;
        border-right-color: transparent;
        border-radius: .3em 0 0 .3em;
        left: 0;
        z-index: 3;
        pointer-events: none; }
    .feed-actions .search-form form {
      margin: 0; }
      .feed-actions .search-form form:after {
        right: calc(-100% + 1em); }
  .feed-actions .search-form {
    position: relative;
    overflow: hidden; }
    .feed-actions .search-form:before {
      content: '';
      position: absolute;
      background: #74C5FA;
      top: -10%;
      right: 0;
      bottom: -10%;
      width: 2.8em;
      z-index: 3;
      border-top-left-radius: 50%;
      border-bottom-left-radius: 50%; }
    .feed-actions .search-form.active {
      box-shadow: inset -2px 0 0 #74C5FA; }
      .feed-actions .search-form.active:after {
        content: '';
        position: absolute;
        top: calc(50% - 6px);
        right: calc(1.4em - 6px);
        width: 8px;
        height: 8px;
        border-left: 2px solid #021945;
        border-bottom: 2px solid #021945;
        z-index: 3;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .feed-actions .search-form {
    border-radius: .3rem; }
    .feed-actions .search-form:before {
      right: 50%;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1) 0.2s;
      will-change: right; }
      @media (max-width: 1024px) {
        .feed-actions .search-form:before {
          right: 0; } }
    .feed-actions .search-form .search-icon {
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1) 0.2s;
      will-change: right;
      position: absolute;
      top: .75em;
      right: calc(50% + .5em);
      z-index: 3;
      -ms-transform: scale(0.8, 0.8);
      transform: scale(0.8, 0.8);
      transform: scale3d(0.8, 0.8, 1); }
      @media (max-width: 1024px) {
        .feed-actions .search-form .search-icon {
          right: .5em; } }
    .feed-actions .search-form.-focus .search-icon {
      right: .5em; }
    .feed-actions .search-form.-focus:before {
      right: 0; }
  .feed-actions .aws-search-form {
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate3d(-50%, 0, 0);
    height: 100%; }
    @media (max-width: 1024px) {
      .feed-actions .aws-search-form {
        -ms-transform: none;
        transform: none; } }
  .feed-actions input[type="text"][name="s"] {
    border-radius: .3rem !important;
    border-width: 2px;
    border-color: #74C5FA;
    padding: .4em .65em .4em;
    background: white;
    line-height: normal;
    height: auto;
    width: 100%;
    height: 3rem;
    font-size: 18px;
    font-size: 1.125rem;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1) 0.2s;
    margin-bottom: 0; }
    .feed-actions input[type="text"][name="s"]:-ms-input-placeholder {
      color: rgba(2, 25, 69, 0.5);
      opacity: 1;
      padding-left: calc(50% + .8em);
      transition: 0.3s cubic-bezier(0.5, 0, 0, 1) 0.6s; }
    .feed-actions input[type="text"][name="s"]::placeholder {
      color: rgba(2, 25, 69, 0.5);
      opacity: 1;
      padding-left: calc(50% + .8em);
      transition: 0.3s cubic-bezier(0.5, 0, 0, 1) 0.6s; }
      @media (max-width: 1024px) {
        .feed-actions input[type="text"][name="s"]:-ms-input-placeholder {
          padding-left: 0; }
        .feed-actions input[type="text"][name="s"]::placeholder {
          padding-left: 0; } }
    .feed-actions input[type="text"][name="s"]:focus {
      -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
      transform: translate3d(50%, 0, 0);
      border-bottom-right-radius: 0 !important;
      border-bottom-left-radius: 0 !important; }
      @media (max-width: 1024px) {
        .feed-actions input[type="text"][name="s"]:focus {
          -ms-transform: none;
          transform: none; } }
      .feed-actions input[type="text"][name="s"]:focus:-ms-input-placeholder {
        color: transparent;
        opacity: 1;
        transition: 0.2s cubic-bezier(0.5, 0, 0, 1); }
      .feed-actions input[type="text"][name="s"]:focus::placeholder {
        color: transparent;
        opacity: 1;
        transition: 0.2s cubic-bezier(0.5, 0, 0, 1); }
  .feed-actions input[type="search"][name="s"] {
    border-radius: .3rem !important;
    border-width: 2px;
    border-color: #74C5FA;
    padding: .4em .65em .4em;
    background: white;
    line-height: normal;
    height: auto;
    width: 100%;
    height: 3rem;
    font-size: 18px;
    font-size: 1.125rem;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1) 0.2s;
    margin-bottom: 0; }
    .feed-actions input[type="search"][name="s"]:-ms-input-placeholder {
      color: rgba(2, 25, 69, 0.5);
      opacity: 1;
      padding-left: calc(50% + .8em);
      transition: 0.3s cubic-bezier(0.5, 0, 0, 1) 0.6s; }
    .feed-actions input[type="search"][name="s"]::placeholder {
      color: rgba(2, 25, 69, 0.5);
      opacity: 1;
      padding-left: calc(50% + .8em);
      transition: 0.3s cubic-bezier(0.5, 0, 0, 1) 0.6s; }
      @media (max-width: 1024px) {
        .feed-actions input[type="search"][name="s"]:-ms-input-placeholder {
          padding-left: 0; }
        .feed-actions input[type="search"][name="s"]::placeholder {
          padding-left: 0; } }
    .feed-actions input[type="search"][name="s"]:focus {
      -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
      transform: translate3d(50%, 0, 0);
      border-bottom-right-radius: 0 !important;
      border-bottom-left-radius: 0 !important; }
      @media (max-width: 1024px) {
        .feed-actions input[type="search"][name="s"]:focus {
          -ms-transform: none;
          transform: none; } }
      .feed-actions input[type="search"][name="s"]:focus:-ms-input-placeholder {
        color: transparent;
        opacity: 1;
        transition: 0.2s cubic-bezier(0.5, 0, 0, 1); }
      .feed-actions input[type="search"][name="s"]:focus::placeholder {
        color: transparent;
        opacity: 1;
        transition: 0.2s cubic-bezier(0.5, 0, 0, 1); }

.aws-search-result:not(override) {
  border: 2px solid #74C5FA;
  border-radius: 0 0 .3rem .3rem;
  margin-top: -3px;
  border-top-color: #bee4fd; }
  .aws-search-result:not(override) .aws_result_sale {
    height: auto;
    width: auto; }
  .aws-search-result:not(override) .aws_result_item:hover,
  .aws-search-result:not(override) .aws_result_item.hovered {
    background: #eff8fe; }
  .aws-search-result:not(override) .aws_result_link {
    padding: 1em; }
  .aws-search-result:not(override) .aws_result_title {
    font-family: "paralucent", sans-serif;
    color: #021945;
    font-size: 1.2em;
    margin-bottom: .5em; }
  .aws-search-result:not(override) .aws_onsale {
    -ms-transform: none;
    transform: none;
    background: #FE8601;
    color: #021945;
    font-weight: 600;
    height: auto;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-family: "paralucent", sans-serif;
    padding: .4em .6em;
    border-radius: 0 0 0 .4em;
    right: 0;
    top: 0; }

.feed-actions.-shop {
  margin-top: 4vh; }
  .feed-actions.-shop .filter-dropdown {
    margin-left: auto; }
    @media (max-width: 736px) {
      .feed-actions.-shop .filter-dropdown {
        margin-left: 0; } }

body[class*="ffor"]:not(.override) main .content ul > li:before,
body[class*="ffor"]:not(.override) .basic-section .content ul > li:before,
body[class*="ffor"]:not(.override) main .content blockquote:before,
body[class*="ffor"]:not(.override) .basic-section .content blockquote:before,
body[class*="ffor"]:not(.override) main .content ul > li:after,
body[class*="ffor"]:not(.override) .basic-section .content ul > li:after,
body[class*="ffor"]:not(.override) main .content blockquote:after,
body[class*="ffor"]:not(.override) .basic-section .content blockquote:after {
  color: #E6144C; }

body[class*="ffor"]:not(.override) .inline-form {
  color: white; }

body[class*="ffor"]:not(.override) .primary-navigation {
  display: block;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 92.85714%;
  margin-left: 3.57143%;
  margin-right: 0;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 1200px) {
    body[class*="ffor"]:not(.override) .primary-navigation {
      display: block;
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 92.85714%;
      margin-left: 3.57143%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    body[class*="ffor"]:not(.override) .primary-navigation {
      display: block;
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 92.85714%;
      margin-left: 3.57143%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    body[class*="ffor"]:not(.override) .primary-navigation {
      display: block;
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 92.85714%;
      margin-left: 3.57143%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    body[class*="ffor"]:not(.override) .primary-navigation {
      display: block;
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 92.85714%;
      margin-left: 3.57143%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    body[class*="ffor"]:not(.override) .primary-navigation {
      display: block;
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    body[class*="ffor"]:not(.override) .primary-navigation {
      display: block;
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  body[class*="ffor"]:not(.override) .primary-navigation .logo {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 1.5vw;
    max-width: 200px; }
    @media (max-width: 1024px) {
      body[class*="ffor"]:not(.override) .primary-navigation .logo {
        margin-top: 3vw; } }
    @media (max-width: 736px) {
      body[class*="ffor"]:not(.override) .primary-navigation .logo {
        max-width: 35vw; } }
  body[class*="ffor"]:not(.override) .primary-navigation .menu {
    margin-left: auto; }
  @media (min-width: 1025px) {
    body[class*="ffor"]:not(.override) .primary-navigation .menu {
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-left: 2vw;
      width: auto; } }
  body[class*="ffor"]:not(.override) .primary-navigation .sub-menu {
    color: #F97BA3 !important; }
  body[class*="ffor"]:not(.override) .primary-navigation .menu-fight-for-our-reef-container ul > li:not(.button) > a:before {
    background: #E6144C; }

body[class*="ffor"]:not(.override) .mobile-nav-action {
  background: #E6144C;
  color: white; }
  body[class*="ffor"]:not(.override) .mobile-nav-action i {
    color: #18154A; }

body[class*="ffor"]:not(.override) header.default.-gradient:not(.-block) .content {
  margin-top: 40vh; }
  @media (max-width: 736px) {
    body[class*="ffor"]:not(.override) header.default.-gradient:not(.-block) .content {
      margin-top: auto; } }

body[class*="ffor"]:not(.override) header.default.-block .content {
  margin-top: 35vh; }
  @media (max-width: 1024px) {
    body[class*="ffor"]:not(.override) header.default.-block .content {
      margin-top: auto; } }

body[class*="ffor"]:not(.override) header.default .content:not(override) .header-meta {
  color: #F4F3FF; }
  body[class*="ffor"]:not(.override) header.default .content:not(override) .header-meta.-type {
    color: #F97BA3; }

body[class*="ffor"]:not(.override) header.default:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 20vh;
  background: linear-gradient(to bottom, #0b0a22, transparent);
  z-index: 1;
  opacity: .8; }

body[class*="ffor"]:not(.override) header.default .social {
  background: #E6144C; }

body[class*="ffor"]:not(.override) header.default.-gradient .image:before {
  background-image: linear-gradient(43deg, rgba(24, 21, 74, 0.9) 0%, rgba(24, 21, 74, 0) 80%); }

body[class*="ffor"]:not(.override) header.default.-block .content {
  color: white;
  background: linear-gradient(to right, #18154A 10%, transparent) no-repeat left/200% 100%; }
  body[class*="ffor"]:not(.override) header.default.-block .content:before {
    content: none; }
  body[class*="ffor"]:not(.override) header.default.-block .content:after, body[class*="ffor"]:not(.override) header.default.-block .content:before {
    background: linear-gradient(to right, #18154A 10%, transparent) no-repeat left/200% 100%;
    opacity: 1;
    mix-blend-mode: normal; }

body[class*="ffor"]:not(.override) [class^="button -"]:not(.-outline),
body[class*="ffor"]:not(.override) input[type="submit"]:not(override):not(.-outline) {
  background: #E6144C !important;
  color: white !important; }
  body[class*="ffor"]:not(.override) [class^="button -"]:not(.-outline) i,
  body[class*="ffor"]:not(.override) input[type="submit"]:not(override):not(.-outline) i {
    color: #18154A; }

body[class*="ffor"]:not(.override) [class*="button -"][class*="outline"],
body[class*="ffor"]:not(.override) input[type="submit"]:not(override) {
  box-shadow: inset 0 0 0 2px #E6144C; }
  body[class*="ffor"]:not(.override) [class*="button -"][class*="outline"]:hover, body[class*="ffor"]:not(.override) [class*="button -"][class*="outline"]:focus,
  body[class*="ffor"]:not(.override) input[type="submit"]:not(override):hover,
  body[class*="ffor"]:not(.override) input[type="submit"]:not(override):focus {
    background: #E6144C; }
  body[class*="ffor"]:not(.override) [class*="button -"][class*="outline"] i,
  body[class*="ffor"]:not(.override) input[type="submit"]:not(override) i {
    color: #18154A; }

body[class*="ffor"]:not(.override) input[type="checkbox"],
body[class*="ffor"]:not(.override) input[type="radio"] {
  border-color: #E6144C; }

body[class*="ffor"]:not(.override) textarea,
body[class*="ffor"]:not(.override) select,
body[class*="ffor"]:not(.override) input:not([type="checkbox"]):not([type="radio"]) {
  border-color: transparent; }
  body[class*="ffor"]:not(.override) textarea:focus, body[class*="ffor"]:not(.override) textarea:hover,
  body[class*="ffor"]:not(.override) select:focus,
  body[class*="ffor"]:not(.override) select:hover,
  body[class*="ffor"]:not(.override) input:not([type="checkbox"]):not([type="radio"]):focus,
  body[class*="ffor"]:not(.override) input:not([type="checkbox"]):not([type="radio"]):hover {
    border-color: #E6144C; }

body[class*="ffor"]:not(.override) .section.group.-toggle .oneChoice input:not(:checked) ~ label {
  color: white !important; }

body[class*="ffor"]:not(.override) .section.group.-toggle .oneChoice input:checked ~ label {
  background: #F97BA3 !important; }

body[class*="ffor"]:not(.override) .supportInfo a {
  color: #18154A !important; }

body[class*="ffor"]:not(.override) .section.group.-toggle .choices {
  box-shadow: inset 0 0 0 2px #F97BA3 !important; }

body[class*="ffor"]:not(.override) .section.group.-amount .inputWrapper .oneChoice input[type="radio"]:checked ~ label {
  color: white !important;
  background: #E6144C !important; }

body[class*="ffor"]:not(.override) .section.group.-other {
  color: #18154A; }
  body[class*="ffor"]:not(.override) .section.group.-other .inputWrapper .field-hint {
    background: transparent !important; }

body[class*="ffor"]:not(.override) .inline-illustration:before {
  background: #18154A; }

body[class*="ffor"]:not(.override) [class*="-section"]:not(.panel-section):not(.featured-panels):not(.subscribe-section):not(.feed-section) {
  color: #E6144C; }
  body[class*="ffor"]:not(.override) [class*="-section"]:not(.panel-section):not(.featured-panels):not(.subscribe-section):not(.feed-section) h3 {
    color: #18154A; }
  body[class*="ffor"]:not(.override) [class*="-section"]:not(.panel-section):not(.featured-panels):not(.subscribe-section):not(.feed-section) p {
    color: #18154A; }
  body[class*="ffor"]:not(.override) [class*="-section"]:not(.panel-section):not(.featured-panels):not(.subscribe-section):not(.feed-section) .illustration {
    opacity: .6; }

body[class*="ffor"]:not(.override) .card h6, body[class*="ffor"]:not(.override) .card {
  color: #18154A; }

body[class*="ffor"]:not(.override) .card:hover .button {
  background: white;
  color: #18154A; }

body[class*="ffor"]:not(.override) .card .background:after {
  background: linear-gradient(140deg, white, #F97BA3 50%, #E6144C 100%) no-repeat center/100% 200%; }

body[class*="ffor"]:not(.override) .card .caption {
  background: rgba(24, 21, 74, 0.05);
  color: #18154A; }

body[class*="ffor"]:not(.override) .card .progress .milestone {
  background: transparent; }

body[class*="ffor"]:not(.override) .card-featured {
  color: #18154A; }

body[class*="ffor"]:not(.override) .tab-section:not(override),
body[class*="ffor"]:not(.override) .feed-section:not(override) {
  background: #F4F3FF; }
  body[class*="ffor"]:not(.override) .tab-section:not(override) + footer .wave path,
  body[class*="ffor"]:not(.override) .tab-section:not(override) svg path,
  body[class*="ffor"]:not(.override) .feed-section:not(override) + footer .wave path,
  body[class*="ffor"]:not(.override) .feed-section:not(override) svg path {
    fill: #F4F3FF; }
  body[class*="ffor"]:not(.override) .tab-section:not(override) h3,
  body[class*="ffor"]:not(.override) .feed-section:not(override) h3 {
    color: #18154A; }
  body[class*="ffor"]:not(.override) .tab-section:not(override) .meta a,
  body[class*="ffor"]:not(.override) .feed-section:not(override) .meta a {
    color: #18154A; }
  body[class*="ffor"]:not(.override) .tab-section:not(override) .illustration,
  body[class*="ffor"]:not(.override) .feed-section:not(override) .illustration {
    opacity: 1; }
  body[class*="ffor"]:not(.override) .tab-section:not(override) .-outline:not(:hover),
  body[class*="ffor"]:not(.override) .tab-section:not(override) .-outline:not(:focus),
  body[class*="ffor"]:not(.override) .feed-section:not(override) .-outline:not(:hover),
  body[class*="ffor"]:not(.override) .feed-section:not(override) .-outline:not(:focus) {
    color: #18154A; }

body[class*="ffor"]:not(.override) .feed-section .button,
body[class*="ffor"]:not(.override) .primary-navigation .button {
  transition: 0.4s cubic-bezier(0.5, 0, 0, 1); }

body[class*="ffor"]:not(.override) .feed-section .icon-fish:before,
body[class*="ffor"]:not(.override) .primary-navigation .icon-fish:before {
  content: '\e91df'; }

body[class*="ffor"]:not(.override) .tab-section .tab-nav {
  color: rgba(24, 21, 74, 0.3); }

body[class*="ffor"]:not(.override) .tab-section .nav-item {
  color: #18154A; }
  body[class*="ffor"]:not(.override) .tab-section .nav-item:not(:first-of-type) {
    box-shadow: -1px 0 0 rgba(24, 21, 74, 0.3); }

body[class*="ffor"]:not(.override) .subscribe-section.-action h3,
body[class*="ffor"]:not(.override) .subscribe-section.-action p {
  color: white; }

body[class*="ffor"]:not(.override) .subscribe-section input:not([type="checkbox"]):not([type="radio"]) {
  border-color: #E6144C; }

body[class*="ffor"]:not(.override) .basic-section h4,
body[class*="ffor"]:not(.override) .basic-section ul,
body[class*="ffor"]:not(.override) .basic-section blockquote,
body[class*="ffor"]:not(.override) .basic-section p {
  color: #18154A; }

body[class*="ffor"]:not(.override) .basic-section .section-text {
  color: rgba(24, 21, 74, 0.8); }

body[class*="ffor"]:not(.override) footer .image {
  color: #18154A; }

body[class*="ffor"]:not(.override) footer .actions .button:first-of-type {
  background: transparent;
  color: white;
  box-shadow: inset 0 0 0 2px #E6144C; }

body[class*="ffor"]:not(.override) footer .button.-donate .icon-turtle {
  font-size: 85%; }

body[class*="ffor"]:not(.override) footer .social {
  box-shadow: inset 0 0 0 2px #F97BA3; }
  @media (max-width: 736px) {
    body[class*="ffor"]:not(.override) footer .social {
      box-shadow: none; } }

body[class*="ffor"]:not(.override) footer .secondary-navigation li:not(:last-of-type):after {
  border-color: #F97BA3; }

body[class*="ffor"]:not(.override) footer .sub-navigation > div[class*="sub-menu"] {
  background: linear-gradient(67deg, #18154A 40%, transparent) no-repeat center/150% 100%; }

body[class*="ffor"]:not(.override) .inline-form .wFormContainer {
  background: #18154A; }

body[class*="ffor"]:not(.override) .action-box {
  background: #18154A;
  color: white; }
  body[class*="ffor"]:not(.override) .action-box p, body[class*="ffor"]:not(.override) .action-box a {
    color: inherit; }
  body[class*="ffor"]:not(.override) .action-box .illustration {
    filter: invert(1);
    opacity: .2; }
  body[class*="ffor"]:not(.override) .action-box div.action-tweet {
    color: #18154A; }
    body[class*="ffor"]:not(.override) .action-box div.action-tweet small {
      color: #F4F3FF; }
  body[class*="ffor"]:not(.override) .action-box.-fa:not(.-stepped) input[type="checkbox"] ~ label,
  body[class*="ffor"]:not(.override) .action-box .caption {
    color: white; }
  body[class*="ffor"]:not(.override) .action-box.-stepped .wfTabNav {
    box-shadow: inset 0 -1px 0 #565293; }
    body[class*="ffor"]:not(.override) .action-box.-stepped .wfTabNav a:not(:first-of-type):not(:last-of-type) {
      box-shadow: inset -1px 0 0 #565293, inset 1px 0 0 #565293; }
    body[class*="ffor"]:not(.override) .action-box.-stepped .wfTabNav a[class*="Current"] {
      background: #565293; }
  body[class*="ffor"]:not(.override) .action-box.-stepped .wFormContainer input[type="button"] {
    background: #E6144C;
    color: white; }

body[class*="ffor"]:not(.override) .progress {
  color: #18154A; }
  body[class*="ffor"]:not(.override) .progress .progress:before {
    background: linear-gradient(to right, #E6144C 20%, #EC527B); }

body[class*="ffor"]:not(.override) aside .milestone {
  background: #F97BA3; }

body[class*="ffor"]:not(.override) aside .milestone:after {
  border-right-color: #F97BA3; }

body[class*="ffor"]:not(.override) .progress-bar .progress span {
  right: 1.8em; }

body[class*="ffor"]:not(.override) .progress-bar .progress .icon-turtle {
  margin-right: .3em; }

.card body[class*="ffor"]:not(.override).icon-turtle:before {
  line-height: 1.3; }

body[class*="ffor"]:not(.override) .marquee {
  background: linear-gradient(83.48deg, #18154A 0%, #252072 100%) no-repeat 0/100% 100%;
  color: #252072; }
  body[class*="ffor"]:not(.override) .marquee h4 {
    color: #F97BA3; }
  body[class*="ffor"]:not(.override) .marquee .marquee-item .name {
    color: #E6144C;
    box-shadow: inset 0 -2px 0 #F97BA3; }
    body[class*="ffor"]:not(.override) .marquee .marquee-item .name:hover, body[class*="ffor"]:not(.override) .marquee .marquee-item .name:focus {
      box-shadow: inset 0 -4px 0 #F97BA3; }

body[class*="ffor"]:not(.override).post-type-archive-campaign-action header.default .wave path {
  fill: #F4F3FF; }

footer {
  position: relative;
  float: left;
  width: 100%;
  background-color: black;
  color: #FFF;
  padding: 10vh 0em;
  height: 350px;
  z-index: 1; }
  footer:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 736px) {
    footer {
      padding: 7.5vw 10vw 5vw;
      height: auto; } }
  footer .image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #001F5C; }
    footer .image:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(to bottom, currentColor, transparent); }
  footer .content {
    display: block;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 85.71429%;
    margin-left: 7.14286%;
    margin-right: 0; }
    @media (min-width: 1200px) {
      footer .content {
        display: block;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 85.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      footer .content {
        display: block;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 85.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      footer .content {
        display: block;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 85.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      footer .content {
        display: block;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 85.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      footer .content {
        display: block;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      footer .content {
        display: block;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
  footer .actions {
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
    footer .actions .button:before, footer .actions .button:after {
      color: white; }
    footer .actions .button i {
      margin-right: 0.5em; }
    footer .actions .button:first-of-type {
      color: white; }
    footer .actions .social {
      height: auto;
      float: right;
      padding: 0.65em 1em;
      font-size: 1.35rem;
      border: none;
      border-radius: 3em;
      box-shadow: inset 0 0 0 2px #74C5FA;
      line-height: 1; }
      @media (max-width: 736px) {
        footer .actions .social {
          padding-top: 0;
          box-shadow: none; } }
      footer .actions .social .social-button {
        line-height: 1; }
    @media (max-width: 736px) {
      footer .actions {
        text-align: center; }
        footer .actions .button,
        footer .actions .social {
          width: 100%; } }
  footer .copyright {
    display: inline-block;
    float: left;
    position: relative;
    margin-right: auto; }
    @media (max-width: 736px) {
      footer .copyright {
        float: left;
        margin-bottom: 5vw;
        -ms-flex-order: -1;
        order: -1;
        z-index: 1; } }
    footer .copyright span {
      display: inline-block;
      position: relative;
      margin-right: .1em; }
  footer .secondary-navigation {
    float: right;
    display: inline-block;
    text-align: right; }
    @media (max-width: 1024px) {
      footer .secondary-navigation {
        line-height: 1.5; } }
    @media (max-width: 736px) {
      footer .secondary-navigation {
        width: 100%; }
        footer .secondary-navigation li.menu-item {
          text-align: center; } }
    footer .secondary-navigation .menu-item {
      display: inline-block;
      font-size: 19px;
      font-size: 1.1875rem;
      font-family: "paralucent", sans-serif;
      position: relative; }
      footer .secondary-navigation .menu-item:not(:last-of-type):after {
        content: '';
        width: 4px;
        height: 4px;
        margin: 0 1.5vw;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        border-radius: 50%;
        border: 2px solid #74C5FA; }
        @media (max-width: 1024px) {
          footer .secondary-navigation .menu-item:not(:last-of-type):after {
            content: none; } }
      @media (max-width: 1024px) {
        footer .secondary-navigation .menu-item {
          display: block;
          text-align: right; }
          footer .secondary-navigation .menu-item a {
            max-width: calc(100% - 4px - 3vw); }
          footer .secondary-navigation .menu-item:before {
            content: none; } }
  footer .sub-navigation {
    position: absolute;
    bottom: 5vh;
    right: 0;
    left: 0;
    text-align: center; }
    @media (max-width: 736px) {
      footer .sub-navigation {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 736px) {
      footer .sub-navigation {
        margin-top: 5vw;
        position: relative;
        bottom: unset;
        margin-bottom: 5vw; } }
    footer .sub-navigation > div[class*="sub-menu"] {
      display: inline-block;
      border-radius: 4em;
      background: linear-gradient(67deg, #001F5C 40%, transparent) no-repeat center/150% 100%;
      padding: .6em 1.6em .4em; }
      @media (max-width: 736px) {
        footer .sub-navigation > div[class*="sub-menu"] {
          border-radius: 1em;
          padding: 1em;
          width: 100%; } }
      footer .sub-navigation > div[class*="sub-menu"] .menu-item {
        font-family: "paralucent", sans-serif;
        text-transform: uppercase;
        display: inline-block;
        letter-spacing: 0.02em; }
        footer .sub-navigation > div[class*="sub-menu"] .menu-item:not(:last-of-type):after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          margin: 0 2.25vw;
          width: 1px;
          background: white;
          height: 1em; }
          @media (max-width: 736px) {
            footer .sub-navigation > div[class*="sub-menu"] .menu-item:not(:last-of-type):after {
              content: none; } }
        @media (max-width: 736px) {
          footer .sub-navigation > div[class*="sub-menu"] .menu-item {
            display: block; } }
    footer .sub-navigation .credit {
      display: none;
      margin-top: 2.5vh;
      font-size: 14px;
      font-size: 0.875rem; }
      footer .sub-navigation .credit a {
        color: white; }
    footer .sub-navigation .acknowledgement {
      position: relative;
      text-align: center;
      margin-top: 19px;
      display: block;
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; }
      @media (min-width: 1200px) {
        footer .sub-navigation .acknowledgement {
          display: block;
          float: left;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 85.71429%;
          margin-left: 7.14286%;
          margin-right: 0; } }
      @media (max-width: 1200px) {
        footer .sub-navigation .acknowledgement {
          display: block;
          float: left;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 85.71429%;
          margin-left: 7.14286%;
          margin-right: 0; } }
      @media (min-width: 1025px) {
        footer .sub-navigation .acknowledgement {
          display: block;
          float: left;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 85.71429%;
          margin-left: 7.14286%;
          margin-right: 0; } }
      @media (max-width: 1024px) {
        footer .sub-navigation .acknowledgement {
          display: block;
          float: left;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 85.71429%;
          margin-left: 7.14286%;
          margin-right: 0; } }
      @media (max-width: 736px) {
        footer .sub-navigation .acknowledgement {
          display: block;
          float: left;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 400px) {
        footer .sub-navigation .acknowledgement {
          display: block;
          float: left;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
  footer .wave {
    top: -1px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      footer .wave {
        top: -.5px; } }
  .subscribe-section:not(.override) + footer .wave {
    transform: scale3d(-1, -1, 1);
    top: auto;
    bottom: calc(100% - 1px); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .subscribe-section:not(.override) + footer .wave {
        bottom: calc(100% - .5px); } }
    .subscribe-section:not(.override) + footer .wave svg path {
      fill: #001F5C; }
  footer .footer_company_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -ms-flex-align: center;
    align-items: center; }
    footer .footer_company_info > div img {
      margin-right: 15px; }
    footer .footer_company_info > div p {
      margin-bottom: 0; }

article.grid-examples {
  display: block;
  float: left;
  width: 83.71429%;
  margin-left: 1%;
  margin-right: 1%; }
  @media (min-width: 1200px) {
    article.grid-examples {
      display: block;
      float: left;
      width: 83.71429%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (max-width: 1200px) {
    article.grid-examples {
      display: block;
      float: left;
      width: 83.71429%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (min-width: 1025px) {
    article.grid-examples {
      display: block;
      float: left;
      width: 75.71429%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 1024px) {
    article.grid-examples {
      display: block;
      float: left;
      width: 75.71429%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 736px) {
    article.grid-examples {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 400px) {
    article.grid-examples {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  article.grid-examples .container {
    text-align: center;
    background: #EEEEEE; }
    article.grid-examples .container code {
      display: block;
      font-size: 0.94rem;
      background: none;
      border: none; }
    article.grid-examples .container > code {
      padding: 20px; }
  article.grid-examples .box {
    position: relative;
    padding: 10px;
    height: 120px;
    margin-bottom: 2%;
    background: #e1e1e1;
    border: 1px solid #dfdfdf; }
    @media (max-width: 736px) {
      article.grid-examples .box {
        height: auto; } }
    article.grid-examples .box.-b1 {
      display: block;
      float: left;
      width: 19.42857%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1200px) {
        article.grid-examples .box.-b1 {
          display: block;
          float: left;
          width: 19.42857%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1200px) {
        article.grid-examples .box.-b1 {
          display: block;
          float: left;
          width: 19.42857%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (min-width: 1025px) {
        article.grid-examples .box.-b1 {
          display: block;
          float: left;
          width: 11.42857%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b1 {
          display: block;
          float: left;
          width: 11.42857%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b1 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 400px) {
        article.grid-examples .box.-b1 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b2 {
      display: block;
      float: left;
      width: 26.57143%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1200px) {
        article.grid-examples .box.-b2 {
          display: block;
          float: left;
          width: 26.57143%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1200px) {
        article.grid-examples .box.-b2 {
          display: block;
          float: left;
          width: 26.57143%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (min-width: 1025px) {
        article.grid-examples .box.-b2 {
          display: block;
          float: left;
          width: 18.57143%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b2 {
          display: block;
          float: left;
          width: 18.57143%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b2 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 400px) {
        article.grid-examples .box.-b2 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b3 {
      display: block;
      float: left;
      width: 33.71429%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1200px) {
        article.grid-examples .box.-b3 {
          display: block;
          float: left;
          width: 33.71429%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1200px) {
        article.grid-examples .box.-b3 {
          display: block;
          float: left;
          width: 33.71429%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (min-width: 1025px) {
        article.grid-examples .box.-b3 {
          display: block;
          float: left;
          width: 25.71429%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b3 {
          display: block;
          float: left;
          width: 25.71429%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b3 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 400px) {
        article.grid-examples .box.-b3 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b4 {
      display: block;
      float: left;
      width: 33.71429%;
      margin-left: 15.28571%;
      margin-right: 1%; }
      @media (min-width: 1200px) {
        article.grid-examples .box.-b4 {
          display: block;
          float: left;
          width: 33.71429%;
          margin-left: 15.28571%;
          margin-right: 1%; } }
      @media (max-width: 1200px) {
        article.grid-examples .box.-b4 {
          display: block;
          float: left;
          width: 33.71429%;
          margin-left: 15.28571%;
          margin-right: 1%; } }
      @media (min-width: 1025px) {
        article.grid-examples .box.-b4 {
          display: block;
          float: left;
          width: 25.71429%;
          margin-left: 19.28571%;
          margin-right: 5%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b4 {
          display: block;
          float: left;
          width: 25.71429%;
          margin-left: 19.28571%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b4 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 400px) {
        article.grid-examples .box.-b4 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b5 {
      display: block;
      float: left;
      width: 33.71429%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1200px) {
        article.grid-examples .box.-b5 {
          display: block;
          float: left;
          width: 33.71429%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1200px) {
        article.grid-examples .box.-b5 {
          display: block;
          float: left;
          width: 33.71429%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (min-width: 1025px) {
        article.grid-examples .box.-b5 {
          display: block;
          float: left;
          width: 25.71429%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b5 {
          display: block;
          float: left;
          width: 25.71429%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b5 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 400px) {
        article.grid-examples .box.-b5 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b6 {
      display: block;
      float: left;
      width: 62.28571%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1200px) {
        article.grid-examples .box.-b6 {
          display: block;
          float: left;
          width: 62.28571%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1200px) {
        article.grid-examples .box.-b6 {
          display: block;
          float: left;
          width: 62.28571%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (min-width: 1025px) {
        article.grid-examples .box.-b6 {
          display: block;
          float: left;
          width: 54.28571%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b6 {
          display: block;
          float: left;
          width: 54.28571%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b6 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 400px) {
        article.grid-examples .box.-b6 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      article.grid-examples .box.-b6 code {
        padding-bottom: 10px; }
      article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
        display: block;
        float: left;
        width: 40.85714%;
        margin-left: 1%;
        margin-right: 1%;
        height: 50px;
        background: #d7d7d7;
        border: 1px solid #d5d5d5; }
        @media (min-width: 1200px) {
          article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
            display: block;
            float: left;
            width: 40.85714%;
            margin-left: 1%;
            margin-right: 1%; } }
        @media (max-width: 1200px) {
          article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
            display: block;
            float: left;
            width: 40.85714%;
            margin-left: 1%;
            margin-right: 1%; } }
        @media (min-width: 1025px) {
          article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
            display: block;
            float: left;
            width: 32.85714%;
            margin-left: 5%;
            margin-right: 5%; } }
        @media (max-width: 1024px) {
          article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
            display: block;
            float: left;
            width: 32.85714%;
            margin-left: 5%;
            margin-right: 5%; } }
        @media (max-width: 736px) {
          article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
            display: block;
            float: left;
            width: 90%;
            margin-left: 5%;
            margin-right: 5%; } }
        @media (max-width: 400px) {
          article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
            display: block;
            float: left;
            width: 90%;
            margin-left: 5%;
            margin-right: 5%; } }
    article.grid-examples .box.-b7 {
      display: block;
      float: left;
      width: 19.42857%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1200px) {
        article.grid-examples .box.-b7 {
          display: block;
          float: left;
          width: 19.42857%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1200px) {
        article.grid-examples .box.-b7 {
          display: block;
          float: left;
          width: 19.42857%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (min-width: 1025px) {
        article.grid-examples .box.-b7 {
          display: block;
          float: left;
          width: 11.42857%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b7 {
          display: block;
          float: left;
          width: 11.42857%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b7 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 400px) {
        article.grid-examples .box.-b7 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b8 {
      display: block;
      float: left;
      width: 44.28571%;
      margin-left: 10%;
      margin-right: 10%; }
      @media (min-width: 1200px) {
        article.grid-examples .box.-b8 {
          display: block;
          float: left;
          width: 44.28571%;
          margin-left: 10%;
          margin-right: 10%; } }
      @media (max-width: 1200px) {
        article.grid-examples .box.-b8 {
          display: block;
          float: left;
          width: 44.28571%;
          margin-left: 10%;
          margin-right: 10%; } }
      @media (min-width: 1025px) {
        article.grid-examples .box.-b8 {
          display: block;
          float: left;
          width: 44.28571%;
          margin-left: 10%;
          margin-right: 10%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b8 {
          display: block;
          float: left;
          width: 44.28571%;
          margin-left: 10%;
          margin-right: 10%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b8 {
          display: block;
          float: left;
          width: 80%;
          margin-left: 10%;
          margin-right: 10%; } }
      @media (max-width: 400px) {
        article.grid-examples .box.-b8 {
          display: block;
          float: left;
          width: 80%;
          margin-left: 10%;
          margin-right: 10%; } }
    article.grid-examples .box.-b9 {
      display: block;
      float: left;
      width: 19.42857%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1200px) {
        article.grid-examples .box.-b9 {
          display: block;
          float: left;
          width: 19.42857%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1200px) {
        article.grid-examples .box.-b9 {
          display: block;
          float: left;
          width: 19.42857%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (min-width: 1025px) {
        article.grid-examples .box.-b9 {
          display: block;
          float: left;
          width: 11.42857%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b9 {
          display: block;
          float: left;
          width: 11.42857%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b9 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 400px) {
        article.grid-examples .box.-b9 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
      display: block;
      float: left;
      width: 40.85714%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1200px) {
        article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
          display: block;
          float: left;
          width: 40.85714%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1200px) {
        article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
          display: block;
          float: left;
          width: 40.85714%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (min-width: 1025px) {
        article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
          display: block;
          float: left;
          width: 32.85714%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
          display: block;
          float: left;
          width: 32.85714%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 400px) {
        article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
          display: block;
          float: left;
          width: 40%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b12 {
      display: block;
      float: left;
      width: 35.71429%;
      margin-left: 0%;
      margin-right: 0; }
      @media (min-width: 1200px) {
        article.grid-examples .box.-b12 {
          display: block;
          float: left;
          width: 35.71429%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 1200px) {
        article.grid-examples .box.-b12 {
          display: block;
          float: left;
          width: 35.71429%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (min-width: 1025px) {
        article.grid-examples .box.-b12 {
          display: block;
          float: left;
          width: 35.71429%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b12 {
          display: block;
          float: left;
          width: 35.71429%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b12 {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 400px) {
        article.grid-examples .box.-b12 {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b12 {
          display: block;
          float: left;
          width: 40%;
          margin-left: 0%;
          margin-right: 0; } }
    article.grid-examples .box.-b13 {
      display: block;
      float: left;
      width: 50%;
      margin-left: 0%;
      margin-right: 0; }
      @media (min-width: 1200px) {
        article.grid-examples .box.-b13 {
          display: block;
          float: left;
          width: 50%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 1200px) {
        article.grid-examples .box.-b13 {
          display: block;
          float: left;
          width: 50%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (min-width: 1025px) {
        article.grid-examples .box.-b13 {
          display: block;
          float: left;
          width: 50%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b13 {
          display: block;
          float: left;
          width: 50%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b13 {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 400px) {
        article.grid-examples .box.-b13 {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b13 {
          display: block;
          float: left;
          width: 60%;
          margin-left: 0%;
          margin-right: 0; } }
    @media (max-width: 736px) {
      article.grid-examples .box.-tall {
        height: 200px; } }
    @media (max-width: 736px) {
      article.grid-examples .box.-tall code {
        font-size: 0.8rem; } }

header.default {
  position: relative;
  color: white;
  background-color: #aaa; }
  header.default:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 736px) {
    header.default {
      min-height: 60vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      .home header.default {
        min-height: 90vh; } }
  @media (min-height: 480px) and (max-width: 736px) {
    header.default {
      min-height: 50vh; }
      .home header.default {
        min-height: 75vh; } }
  header.default .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1; }
    header.default .image span {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1);
      animation: appear 2.5s cubic-bezier(0.5, 0, 0, 1) forwards; }
      header.default .image span:first-of-type {
        filter: blur(20px); }
      header.default .image span:last-of-type {
        opacity: 0; }
  header.default .content {
    position: relative;
    z-index: 1; }
    header.default .content .header-title {
      opacity: 0;
      animation: appear 1s forwards 1s; }
      header.default .content .header-title.-long {
        font-size: 35px;
        font-size: 2.1875rem; }
  header.default h1 {
    position: relative;
    z-index: 1; }
  body.home header.default .content {
    margin-bottom: 8vh; }
  body.home header.default h1 {
    position: relative;
    font-size: 55px;
    font-size: 3.4375rem; }
    @media (max-width: 1024px) {
      body.home header.default h1 {
        font-size: 36.3px;
        font-size: 2.26875rem; } }
    @media (max-width: 736px) {
      body.home header.default h1 {
        font-size: 33px;
        font-size: 2.0625rem; } }
    @media (max-width: 1024px) {
      body.home header.default h1 {
        font-size: 45px; } }
    @media (max-width: 736px) {
      body.home header.default h1 {
        font-size: 25px; } }
    body.home header.default h1 .bubbles span {
      content: '';
      color: #74C5FA;
      position: absolute;
      border: 2px solid currentColor;
      box-sizing: content-box;
      border-radius: 50%;
      -ms-transform: translate(0, 0.1em) scale(0.5, 0.5, 1);
      transform: translate(0, 0.1em) scale(0.5, 0.5, 1);
      transform: translate3d(0, 0.1em, 0) scale3d(0.5, 0.5, 1);
      opacity: 0;
      animation: appear 0.6s cubic-bezier(0.5, 0, 0, 1) forwards; }
      body.home header.default h1 .bubbles span:nth-of-type(1) {
        top: -10px;
        left: -16px;
        width: 6px;
        height: 6px;
        transition: box-shadow 1s linear;
        animation-delay: 1.3s; }
      body.home header.default h1 .bubbles span:nth-of-type(2) {
        top: -18px;
        left: -27px;
        width: 3px;
        height: 3px;
        transition: box-shadow 1s linear;
        animation-delay: 1.1s; }
      body.home header.default h1 .bubbles span:nth-of-type(3) {
        top: -30px;
        left: -2px;
        width: 12px;
        height: 12px;
        -ms-transform: translate(0, 0.15em) scale(0.5, 0.5);
        transform: translate(0, 0.15em) scale(0.5, 0.5);
        transform: translate3d(0, 0.15em, 0) scale3d(0.5, 0.5, 1);
        animation-delay: 1.2s; }
  body.home header.default .header-activity {
    position: relative;
    clear: both; }
    body.home header.default .header-activity .marquee {
      background: transparent;
      padding-bottom: 1.5vw; }
      body.home header.default .header-activity .marquee h4 {
        display: none; }
      body.home header.default .header-activity .marquee:before {
        background: linear-gradient(to left, #021945, rgba(2, 25, 69, 0)); }
    body.home header.default .header-activity .wave {
      bottom: calc(100% - 1px); }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        body.home header.default .header-activity .wave {
          bottom: calc(100% - .5px); } }
    body.home header.default .header-activity .back {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #021945;
      opacity: .8; }
      body.home header.default .header-activity .back path {
        fill: #021945; }
  header.default.-gradient:not(.-block) .content {
    margin: 17vh 0 6vh;
    display: block;
    float: left;
    width: 42.85714%;
    margin-left: 7.14286%;
    margin-right: 0; }
    @media (min-width: 1200px) {
      header.default.-gradient:not(.-block) .content {
        display: block;
        float: left;
        width: 42.85714%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      header.default.-gradient:not(.-block) .content {
        display: block;
        float: left;
        width: 42.85714%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      header.default.-gradient:not(.-block) .content {
        display: block;
        float: left;
        width: 42.85714%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      header.default.-gradient:not(.-block) .content {
        display: block;
        float: left;
        width: 42.85714%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      header.default.-gradient:not(.-block) .content {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      header.default.-gradient:not(.-block) .content {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      header.default.-gradient:not(.-block) .content {
        margin: auto 0 0;
        width: 100%;
        text-align: center;
        padding: 10vw 10vw; } }
    header.default.-gradient:not(.-block) .content .button:before,
    header.default.-gradient:not(.-block) .content .button:after {
      color: white; }
  header.default.-gradient:not(.-block) .image {
    z-index: 0; }
  header.default.-gradient:not(.-block) .image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(43deg, rgba(0, 14, 41, 0.9) 0%, rgba(0, 14, 41, 0) 80%);
    z-index: 1; }
    @supports (mix-blend-mode: multiply) {
      header.default.-gradient:not(.-block) .image:before {
        mix-blend-mode: multiply;
        background-image: linear-gradient(43deg, #021945 0%, rgba(2, 25, 69, 0) 80%); } }
  header.default.-block .content {
    display: block;
    float: left;
    width: 42.85714%;
    margin-left: 7.14286%;
    margin-right: 0;
    padding: 2.25vw;
    color: white;
    border-radius: 0.6em 0.6em 0 0;
    overflow: hidden;
    margin-top: 8vh; }
    @media (min-width: 1200px) {
      header.default.-block .content {
        display: block;
        float: left;
        width: 42.85714%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      header.default.-block .content {
        display: block;
        float: left;
        width: 42.85714%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      header.default.-block .content {
        display: block;
        float: left;
        width: 42.85714%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      header.default.-block .content {
        display: block;
        float: left;
        width: 42.85714%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      header.default.-block .content {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      header.default.-block .content {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      header.default.-block .content {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 736px) {
      header.default.-block .content {
        padding: 5vw;
        margin-top: auto; } }
    header.default.-block .content > * {
      z-index: 2; }
    header.default.-block .content:before, header.default.-block .content:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      border-radius: 0.6em 0.6em 0 0; }
    header.default.-block .content.-primary {
      color: #001F5C;
      background: linear-gradient(30deg, #74C5FA 10%, rgba(116, 197, 250, 0)) no-repeat left/166% 100%; }
      header.default.-block .content.-primary .header-meta {
        color: #194F90; }
      header.default.-block .content.-primary:before {
        background: linear-gradient(30deg, #74C5FA 10%, rgba(116, 197, 250, 0)) no-repeat left/166% 100%;
        background: #74C5FA;
        mix-blend-mode: screen; }
      header.default.-block .content.-primary:after {
        background: linear-gradient(30deg, #74C5FA 10%, rgba(116, 197, 250, 0)) no-repeat left/166% 100%;
        background: #74C5FA;
        opacity: .4; }
    header.default.-block .content.-secondary {
      background: linear-gradient(30deg, #194F90 10%, rgba(25, 79, 144, 0)) no-repeat left/166% 100%; }
      header.default.-block .content.-secondary:before {
        background: linear-gradient(30deg, #194F90 10%, rgba(25, 79, 144, 0)) no-repeat left/166% 100%;
        background: #194F90;
        mix-blend-mode: screen; }
      header.default.-block .content.-secondary:after {
        background: linear-gradient(30deg, #194F90 10%, rgba(25, 79, 144, 0)) no-repeat left/166% 100%;
        background: #194F90;
        opacity: .6; }
    header.default.-block .content.-social {
      padding-bottom: calc(2.25vw + 1em); }
      @media (max-width: 736px) {
        header.default.-block .content.-social {
          padding-bottom: calc(3.75vw + 1em); } }
    header.default.-block .content.-action {
      color: #021945;
      background: linear-gradient(30deg, #FE8601 10%, rgba(254, 134, 1, 0)) no-repeat left/166% 100%; }
      header.default.-block .content.-action .header-meta {
        color: rgba(2, 25, 69, 0.8); }
      header.default.-block .content.-action:before {
        background: linear-gradient(30deg, #FE8601 10%, rgba(254, 134, 1, 0)) no-repeat left/166% 100%;
        background: #FE8601;
        opacity: .6; }
      header.default.-block .content.-action:after {
        background: linear-gradient(30deg, #FE8601 10%, rgba(254, 134, 1, 0)) no-repeat left/166% 100%;
        background: #FE8601;
        mix-blend-mode: overlay; }
      @media (max-width: 736px) {
        header.default.-block .content.-action {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    header.default.-block .content.-dark {
      background: linear-gradient(30deg, #000E29 10%, rgba(0, 14, 41, 0)) no-repeat left/166% 100%; }
      header.default.-block .content.-dark:before {
        background: linear-gradient(30deg, #000E29 10%, rgba(0, 14, 41, 0)) no-repeat left/166% 100%;
        mix-blend-mode: overlay; }
      header.default.-block .content.-dark:after {
        background: linear-gradient(30deg, #000E29 10%, rgba(0, 14, 41, 0)) no-repeat left/166% 100%;
        opacity: .3; }
  header.default .wave {
    bottom: -1px;
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    transform: scale3d(1, -1, 1); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      header.default .wave {
        bottom: -.5px; } }
  header.default .social-container {
    display: block;
    float: left;
    width: 35.71429%;
    margin-left: 7.14286%;
    margin-right: 0;
    position: absolute;
    bottom: -1.65em;
    left: 0;
    z-index: 2; }
    @media (min-width: 1200px) {
      header.default .social-container {
        display: block;
        float: left;
        width: 35.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      header.default .social-container {
        display: block;
        float: left;
        width: 35.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      header.default .social-container {
        display: block;
        float: left;
        width: 35.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      header.default .social-container {
        display: block;
        float: left;
        width: 35.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      header.default .social-container {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      header.default .social-container {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      header.default .social-container {
        left: calc(5% + 2.5vw);
        bottom: -1.2rem; } }
  header.default .social {
    background-color: #0C71B7;
    height: 3rem; }
    header.default .social .social-button {
      line-height: 3rem; }
      header.default .social .social-button:before {
        line-height: inherit; }
    @media (max-width: 736px) {
      header.default .social {
        height: 2.4rem; }
        header.default .social .social-button {
          line-height: 2.4rem; } }

header .social {
  margin-left: 2vw;
  border-radius: 5em;
  display: inline-block;
  padding: 0 .5vw; }
  @media (max-width: 736px) {
    header .social {
      padding-left: 1.3vw;
      padding-right: 1.3vw; } }
  header .social:hover .social-button {
    color: rgba(255, 255, 255, 0.5); }
  header .social .social-button {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 1vw;
    color: #fff;
    transition: 0.3s cubic-bezier(0.5, 0, 0, 1); }
    header .social .social-button:first-of-type {
      padding-right: .25vw; }
    header .social .social-button:last-of-type {
      padding-left: .25vw; }
    header .social .social-button:hover {
      color: #fff; }

.header-meta {
  font-size: .9em;
  font-family: "paralucent", sans-serif;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #74C5FA;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: .25em; }
  .header-meta a {
    transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
    box-shadow: inset 0 -.1em 0 transparent; }
    .header-meta a:hover {
      color: #fff;
      box-shadow: inset 0 -0.35em 0 rgba(255, 255, 255, 0.25); }
  .header-meta + .header-meta:before {
    content: '';
    width: 4px;
    height: 4px;
    margin: 0 1vw 0 .5vw;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    border: 2px solid #74C5FA;
    opacity: 0.25; }
  .-action .header-meta + .header-meta:before {
    content: '';
    width: 4px;
    height: 4px;
    margin: 0 1vw 0 .5vw;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    border: 2px solid white;
    opacity: 0.25; }

.header-text {
  position: relative;
  z-index: 1; }

body.error404 footer.default .wave path {
  fill: white; }

.wp-caption {
  position: relative;
  overflow: hidden;
  border-radius: 5px 10px 10px 10px;
  margin: 2em 0;
  max-width: 100%; }
  .wp-caption img {
    max-width: 100%;
    height: auto;
    width: 100%; }
  .wp-caption-text {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 2.4vw;
    width: calc(100% - 4.8vw);
    background: linear-gradient(160.15deg, #021945 0%, rgba(2, 25, 69, 0) 100%);
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    padding: 1em 1em;
    color: #fff;
    line-height: 1.18; }
    @media (max-width: 736px) {
      .wp-caption-text {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        background: #194F90;
        width: 100%;
        margin-top: -1em;
        padding-top: 2em;
        z-index: -1; } }

.alignnone {
  width: 100%;
  height: auto; }
  .alignnone img {
    width: 100%; }

.alignright,
.alignleft {
  margin-top: 1em; }
  .alignright .wp-caption-text,
  .alignleft .wp-caption-text {
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(160.15deg, #021945 50%, rgba(2, 25, 69, 0) 100%) no-repeat center/250% 100%; }

.alignright {
  float: right;
  margin-left: 2.25vw;
  margin-right: -2.25vw; }

.alignleft {
  float: left;
  margin-right: 2.25vw;
  margin-left: -2.25vw; }

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

.single .basic-section {
  text-align: left;
  color: #000; }
  .single .basic-section .meta {
    display: inline-block;
    color: #194F90;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    text-align: left;
    font-size: .85em;
    margin-bottom: 1em;
    vertical-align: middle; }
    .single .basic-section .meta.-date {
      color: rgba(25, 79, 144, 0.6); }
    .single .basic-section .meta + .meta:before {
      content: '';
      width: 4px;
      height: 4px;
      margin: 0 1vw 0 .5vw;
      display: inline-block;
      position: relative;
      border-radius: 50%;
      border: 2px solid #74C5FA;
      opacity: 0.25; }
  .single .basic-section h1, .single .basic-section h2, .single .basic-section h3, .single .basic-section h4, .single .basic-section h5 {
    text-align: center;
    margin-bottom: 1em; }
  .single .basic-section h1, .single .basic-section h2, .single .basic-section h3, .single .basic-section h4, .single .basic-section h5, .single .basic-section blockquote {
    color: #021945; }

.single p > img.alignnone {
  margin-left: -2.25vw;
  margin-right: -2.25vw;
  max-width: calc(100% + 4.5vw);
  width: calc(100% + 4.5vw); }

.single img {
  max-width: 100%;
  height: auto;
  border-radius: 0.6em; }

.primary-navigation {
  z-index: 2;
  position: relative;
  display: block;
  float: left;
  width: 85.71429%;
  margin-left: 7.14286%;
  margin-right: 0; }
  @media (min-width: 1200px) {
    .primary-navigation {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .primary-navigation {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .primary-navigation {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .primary-navigation {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .primary-navigation {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .primary-navigation {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .primary-navigation {
      display: block;
      float: left;
      width: 100%;
      margin-left: 3.57143%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .primary-navigation {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .primary-navigation {
      z-index: inherit;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; } }
  .primary-navigation .logo {
    display: inline-block;
    width: 20.5vw;
    margin: 12px 0 40px 0;}
    .primary-navigation .logo img {
      width: 100%;
      border-radius: 0; }
    @media (max-width: 1200px) {
      .primary-navigation .logo {
        margin: 12px 0 30px 0;} }
    @media (max-width: 1024px) {
      .primary-navigation .logo {
        z-index: 2;
        position: relative; 
      margin: 10px 0 7px 7px;} }
    @media (max-width: 736px) {
      .primary-navigation .logo {
        margin-left: 5vw;
        width: 55vw;
        max-width: 12em; 
        margin: 10px 0 0 7px;} }
    body[class*="page-donate"] .primary-navigation .logo:hover ~ .menu {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0); }
  .primary-navigation .social {
    padding: 1.8vw 0 1.8vw 0;
    margin: 0;
    margin-left: .75vw;
    margin-right: -.5vw; }
    @media (max-width: 1024px) {
      .primary-navigation .social {
        padding: 14px 1.8vw 0;
        margin-left: 0;
        opacity: 0;
        pointer-events: none;
        transition: 0.4s cubic-bezier(0.5, 0, 0, 1); } }
    .primary-navigation .social a {
      display: inline-block;
      vertical-align: middle;
      margin-left: .25vw;
      font-size: 1.25rem;
      color: #021945;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1); }
      @media (max-width: 1024px) {
        .primary-navigation .social a {
          color: white; } }
      @media (max-width: 736px) {
        .primary-navigation .social a {
          color: #021945; } }
      .primary-navigation .social a:hover, .primary-navigation .social a:focus {
        color: #194F90; }
      @media (max-width: 736px) {
        .primary-navigation .social a {
          margin-left: 3vw; } }
  .primary-navigation .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*background: white;*/
    float: right;
    width: 45.71429vw;
    border-radius: 0 0 .75rem .75rem;
    color: #021945;
    transition: 0.6s cubic-bezier(0.5, 0, 0, 1), width 0s;
    position: relative; }
    @media (max-width: 1200px) {
      .primary-navigation .menu {
        width: 67.78571vw; } }
    @media (max-width: 1024px) {
      .primary-navigation .menu {
        display: block;
        float: left;
        width: 55.71429%;
        margin-left: 7.14286%;
        margin-right: 0;
        max-height: 0px;
        display: block;
        position: fixed;
        -ms-transform: none;
        transform: none;
        top: 0;
        left: 0;
        z-index: 5; } }
  @media (max-width: 1024px) and (min-width: 1200px) {
    .primary-navigation .menu {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1024px) and (max-width: 1200px) {
    .primary-navigation .menu {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1024px) and (min-width: 1025px) {
    .primary-navigation .menu {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .primary-navigation .menu {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1024px) and (max-width: 736px) {
    .primary-navigation .menu {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) and (max-width: 400px) {
    .primary-navigation .menu {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
    @media (max-width: 1024px) {
      .primary-navigation .menu.-active {
        display: block;
        max-height: 15000px; }
        .primary-navigation .menu.-active .search,
        .primary-navigation .menu.-active .social {
          pointer-events: all;
          opacity: 1; }
        .primary-navigation .menu.-active div:last-of-type {
          pointer-events: all;
          max-height: 15000px; }
          .primary-navigation .menu.-active div:last-of-type:before {
            opacity: 1;
            transition-delay: .2s; } }
    .primary-navigation .menu.-active + .mobile-nav-action {
      width: calc(45px + 4em);
      overflow: hidden;
      opacity: 0;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(45%, 0, 0); }
    @media (max-width: 1024px) {
      .primary-navigation .menu.-active ul[class*="-header"] > li {
        opacity: 1;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0);
        transition: 0.6s cubic-bezier(0.5, 0, 0, 1); }
        .primary-navigation .menu.-active ul[class*="-header"] > li:nth-of-type(1) {
          transition-delay: 0.05s; }
        .primary-navigation .menu.-active ul[class*="-header"] > li:nth-of-type(2) {
          transition-delay: 0.1s; }
        .primary-navigation .menu.-active ul[class*="-header"] > li:nth-of-type(3) {
          transition-delay: 0.15s; }
        .primary-navigation .menu.-active ul[class*="-header"] > li:nth-of-type(4) {
          transition-delay: 0.2s; }
        .primary-navigation .menu.-active ul[class*="-header"] > li:nth-of-type(5) {
          transition-delay: 0.25s; }
        .primary-navigation .menu.-active ul[class*="-header"] > li:nth-of-type(6) {
          transition-delay: 0.3s; }
        .primary-navigation .menu.-active ul[class*="-header"] > li:nth-of-type(7) {
          transition-delay: 0.35s; }
        .primary-navigation .menu.-active ul[class*="-header"] > li:nth-of-type(8) {
          transition-delay: 0.4s; }
        .primary-navigation .menu.-active ul[class*="-header"] > li:nth-of-type(9) {
          transition-delay: 0.45s; } }
    @media (min-width: 1025px) {
      body[class*="page-donate"] .primary-navigation .menu {
        opacity: 0;
        -ms-transform: translate(0, -3%);
        transform: translate(0, -3%);
        transform: translate3d(0, -3%, 0); }
        body[class*="page-donate"] .primary-navigation .menu:hover {
          opacity: 1;
          -ms-transform: translate(0, 0);
          transform: translate(0, 0);
          transform: translate3d(0, 0, 0); } }
    .primary-navigation .menu > div {
      display: inline-block;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 1024px) {
        .primary-navigation .menu > div {
          display: inline-block; } }
      .primary-navigation .menu > div:last-of-type {
        float: right;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        @media (max-width: 1024px) {
          .primary-navigation .menu > div:last-of-type {
            width: 100%;
            pointer-events: none;
            max-height: 0;
            overflow: hidden;
            transition: 0.6s cubic-bezier(0.5, 0, 0, 1); } }
        @media (max-width: 1024px) {
          .primary-navigation .menu > div:last-of-type:before {
            content: '';
            z-index: -1;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: linear-gradient(to bottom, #021945, transparent);
            pointer-events: none;
            opacity: 0;
            transition: 0.4s cubic-bezier(0.5, 0, 0, 1); } }
        @media (max-width: 736px) {
          .primary-navigation .menu > div:last-of-type:before {
            position: absolute;
            top: calc(100% - 5vw);
            right: 0;
            height: 100vh;
            left: 0; } }
    @media (max-width: 1024px) {
      .primary-navigation .menu [class*="menu-container"]r {
        width: 100%;
        clear: both; } }
    .primary-navigation .menu ul[class*="-header"] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      padding: 1.8vw;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 1024px) {
        .primary-navigation .menu ul[class*="-header"] {
          padding: 0;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
          border-radius: 0 0 1em 1em;
          overflow: hidden; } }
      .primary-navigation .menu ul[class*="-header"] > li {
        display: inline-block;
        font-family: "paralucent", sans-serif;
        margin-bottom: 0;
        height: 2.7rem; }
        .primary-navigation .menu ul[class*="-header"] > li:not(.button) {
          margin-right: 1vw; }
          @media (min-width: 1500px) {
            .primary-navigation .menu ul[class*="-header"] > li:not(.button) {
              margin-right: 2vw; } }
        @media (max-width: 1024px) {
          .primary-navigation .menu ul[class*="-header"] > li {
            width: 100%;
            padding: 0 5vw;
            height: auto;
            opacity: 0;
            border-top: 2px solid #D7E1EC; }
            .primary-navigation .menu ul[class*="-header"] > li:not(.-action) {
              border: 0;
              border-bottom: 2px solid #74C5FA;
              margin-bottom: -2px;
              font-weight: 500; }
              .primary-navigation .menu ul[class*="-header"] > li:not(.-action) + .button {
                margin-bottom: 0; }
            .primary-navigation .menu ul[class*="-header"] > li:not(.-action) {
              background: white; } }
        .primary-navigation .menu ul[class*="-header"] > li:not(.button) > a {
          padding: calc(1.35rem - .5em) 0;
          display: block; }
          .primary-navigation .menu ul[class*="-header"] > li:not(.button) > a:before {
            content: '';
            position: absolute;
            right: 0;
            left: 0;
            height: 3px;
            background: #74C5FA;
            bottom: .4em;
            transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
            opacity: 0; }
            @media (max-width: 1024px) {
              .primary-navigation .menu ul[class*="-header"] > li:not(.button) > a:before {
                display: none; } }
          @media (max-width: 1024px) {
            .primary-navigation .menu ul[class*="-header"] > li:not(.button) > a {
              padding: 5vw 0; } }
        .primary-navigation .menu ul[class*="-header"] > li.button {
          font-size: 18px;
          font-size: 1.125rem;
          text-align: center;
          margin: 0;
          padding: 0;
          margin-left: 0;
          -ms-flex-positive: 1;
          flex-grow: 1; }
          .primary-navigation .menu ul[class*="-header"] > li.button + .button {
            margin-left: 1vw; }
            @media (max-width: 1024px) {
              .primary-navigation .menu ul[class*="-header"] > li.button + .button {
                margin-left: 0; } }
          @media (max-width: 1200px) {
            .primary-navigation .menu ul[class*="-header"] > li.button {
              font-size: 16px;
              font-size: 1rem; } }
          @media (max-width: 1024px) {
            .primary-navigation .menu ul[class*="-header"] > li.button {
              border-radius: 0;
              box-shadow: none;
              text-align: left;
              padding: 0 5vw;
              font-size: 18px;
              font-size: 1.125rem; }
              .primary-navigation .menu ul[class*="-header"] > li.button .submenu-toggle {
                top: 5vw; } }
          @media (max-width: 1024px) {
            .primary-navigation .menu ul[class*="-header"] > li.button.-action {
              border: none; } }
          .primary-navigation .menu ul[class*="-header"] > li.button > a {
            padding: .65em;
            font-weight: 500; }
            .primary-navigation .menu ul[class*="-header"] > li.button > a i {
              margin-right: 0.5em; }
              .primary-navigation .menu ul[class*="-header"] > li.button > a i.icon-turtle {
                margin-right: .75em;
                margin-left: -.25em; }
            @media (max-width: 1200px) {
              .primary-navigation .menu ul[class*="-header"] > li.button > a {
                padding: .85em 1.2em; } }
            @media (max-width: 1024px) {
              .primary-navigation .menu ul[class*="-header"] > li.button > a {
                padding: 5vw 0; } }
          .primary-navigation .menu ul[class*="-header"] > li.button.-action .sub-menu {
            color: #FE8601; }
          .primary-navigation .menu ul[class*="-header"] > li.button.-primary .sub-menu {
            color: #74C5FA; }
        .primary-navigation .menu ul[class*="-header"] > li.current_page_item a:before,
        .primary-navigation .menu ul[class*="-header"] > li:not(.button) a:hover:before,
        .primary-navigation .menu ul[class*="-header"] > li:not(.button) a:focus:before {
          opacity: 1; }
      .primary-navigation .menu ul[class*="-header"] > li > ul {
        position: absolute;
        z-index: 1;
        width: 300px;
        left: calc(50% - 150px);
        color: #CAE5F5;
        border-radius: 0.6em;
        padding: 1.5em 0 .5em;
        margin: 0;
        text-align: left;
        top: 100%;
        -ms-transform: translate(0, -50vh);
        transform: translate(0, -50vh);
        transform: translate3d(0, -50vh, 0);
        transition: 0s .6s; }
        @media (max-width: 1024px) {
          .primary-navigation .menu ul[class*="-header"] > li > ul {
            position: relative;
            width: 100%;
            left: auto;
            -ms-transform: none;
            transform: none;
            padding: 0;
            display: none;
            top: auto; } }
        .primary-navigation .menu ul[class*="-header"] > li > ul:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          top: 1em;
          -ms-transform-origin: top;
          transform-origin: top;
          background: currentColor;
          border-radius: 0.6em;
          z-index: -1;
          opacity: 0;
          transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
          -ms-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
          transform: scale3d(0.5, 0.5, 1); }
        .primary-navigation .menu ul[class*="-header"] > li > ul:before {
          content: '';
          position: absolute;
          width: 16px;
          height: 16px;
          border-radius: 0.18em;
          top: calc(1em + -6.95652px);
          left: calc(50% - 8px);
          background: currentColor;
          opacity: 0;
          transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
          -ms-transform: scale(0.4, 0.4) rotate(45deg);
          transform: scale(0.4, 0.4) rotate(45deg);
          transform: scale3d(0.4, 0.4, 1) rotate(45deg); }
        .primary-navigation .menu ul[class*="-header"] > li > ul:hover li a {
          opacity: .6; }
        .primary-navigation .menu ul[class*="-header"] > li > ul li {
          display: block;
          padding: .5em 1em;
          opacity: 0;
          -ms-transform: translate(0, -0.25em);
          transform: translate(0, -0.25em);
          transform: translate3d(0, -0.25em, 0);
          transition: 0.3s cubic-bezier(0.5, 0, 0, 1); }
          @media (max-width: 1024px) {
            .primary-navigation .menu ul[class*="-header"] > li > ul li {
              padding: .5em .5em; } }
          .primary-navigation .menu ul[class*="-header"] > li > ul li a {
            font-weight: 500;
            display: block;
            color: #021945;
            transition: 0.3s cubic-bezier(0.5, 0, 0, 1); }
            @media (max-width: 1024px) {
              .primary-navigation .menu ul[class*="-header"] > li > ul li a {
                font-weight: 300; } }
            .primary-navigation .menu ul[class*="-header"] > li > ul li a:hover {
              opacity: 1; }
          .primary-navigation .menu ul[class*="-header"] > li > ul li ul {
            display: none; }
      @media (min-width: 1025px) {
        .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul,
        .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul,
        .primary-navigation .menu ul[class*="-header"] > li ul:hover {
          transition: 0s;
          pointer-events: all;
          -ms-transform: none;
          transform: none; }
          .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul li,
          .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul li,
          .primary-navigation .menu ul[class*="-header"] > li ul:hover li {
            opacity: 1;
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
            transition: 0.6s cubic-bezier(0.5, 0, 0, 1); }
            .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul li:nth-of-type(1),
            .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul li:nth-of-type(1),
            .primary-navigation .menu ul[class*="-header"] > li ul:hover li:nth-of-type(1) {
              transition-delay: 0.05s; }
            .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul li:nth-of-type(2),
            .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul li:nth-of-type(2),
            .primary-navigation .menu ul[class*="-header"] > li ul:hover li:nth-of-type(2) {
              transition-delay: 0.1s; }
            .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul li:nth-of-type(3),
            .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul li:nth-of-type(3),
            .primary-navigation .menu ul[class*="-header"] > li ul:hover li:nth-of-type(3) {
              transition-delay: 0.15s; }
            .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul li:nth-of-type(4),
            .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul li:nth-of-type(4),
            .primary-navigation .menu ul[class*="-header"] > li ul:hover li:nth-of-type(4) {
              transition-delay: 0.2s; }
            .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul li:nth-of-type(5),
            .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul li:nth-of-type(5),
            .primary-navigation .menu ul[class*="-header"] > li ul:hover li:nth-of-type(5) {
              transition-delay: 0.25s; }
            .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul li:nth-of-type(6),
            .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul li:nth-of-type(6),
            .primary-navigation .menu ul[class*="-header"] > li ul:hover li:nth-of-type(6) {
              transition-delay: 0.3s; }
            .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul li:nth-of-type(7),
            .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul li:nth-of-type(7),
            .primary-navigation .menu ul[class*="-header"] > li ul:hover li:nth-of-type(7) {
              transition-delay: 0.35s; }
            .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul li:nth-of-type(8),
            .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul li:nth-of-type(8),
            .primary-navigation .menu ul[class*="-header"] > li ul:hover li:nth-of-type(8) {
              transition-delay: 0.4s; }
            .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul li:nth-of-type(9),
            .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul li:nth-of-type(9),
            .primary-navigation .menu ul[class*="-header"] > li ul:hover li:nth-of-type(9) {
              transition-delay: 0.45s; }
          .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul:before,
          .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul:before,
          .primary-navigation .menu ul[class*="-header"] > li ul:hover:before {
            opacity: 1;
            transition: 0.3s cubic-bezier(0.5, 0, 0, 1) 0.2s;
            -ms-transform: scale(1, 1) rotate(45deg);
            transform: scale(1, 1) rotate(45deg);
            transform: scale3d(1, 1, 1) rotate(45deg); } }
    @media (min-width: 1025px) and (max-width: 1024px) {
      .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul:before,
      .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul:before,
      .primary-navigation .menu ul[class*="-header"] > li ul:hover:before {
        display: none; } }
      @media (min-width: 1025px) {
          .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul:after,
          .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul:after,
          .primary-navigation .menu ul[class*="-header"] > li ul:hover:after {
            opacity: 1;
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
            transform: scale3d(1, 1, 1); } }
    @media (min-width: 1025px) and (max-width: 1024px) {
      .primary-navigation .menu ul[class*="-header"] > li a:hover ~ ul:after,
      .primary-navigation .menu ul[class*="-header"] > li a:focus ~ ul:after,
      .primary-navigation .menu ul[class*="-header"] > li ul:hover:after {
        display: none; } }
      .primary-navigation .menu ul[class*="-header"] > li.-open ul {
        transition: 0s;
        pointer-events: all;
        -ms-transform: none;
        transform: none;
        max-height: 10000px; }
        @media (max-width: 1024px) {
          .primary-navigation .menu ul[class*="-header"] > li.-open ul {
            padding-bottom: 5vw;
            display: block; } }
        .primary-navigation .menu ul[class*="-header"] > li.-open ul li {
          opacity: 1;
          -ms-transform: translate(0, 0);
          transform: translate(0, 0);
          transform: translate3d(0, 0, 0);
          transition: 0.6s cubic-bezier(0.5, 0, 0, 1); }
          .primary-navigation .menu ul[class*="-header"] > li.-open ul li:nth-of-type(1) {
            transition-delay: 0.05s; }
          .primary-navigation .menu ul[class*="-header"] > li.-open ul li:nth-of-type(2) {
            transition-delay: 0.1s; }
          .primary-navigation .menu ul[class*="-header"] > li.-open ul li:nth-of-type(3) {
            transition-delay: 0.15s; }
          .primary-navigation .menu ul[class*="-header"] > li.-open ul li:nth-of-type(4) {
            transition-delay: 0.2s; }
          .primary-navigation .menu ul[class*="-header"] > li.-open ul li:nth-of-type(5) {
            transition-delay: 0.25s; }
          .primary-navigation .menu ul[class*="-header"] > li.-open ul li:nth-of-type(6) {
            transition-delay: 0.3s; }
          .primary-navigation .menu ul[class*="-header"] > li.-open ul li:nth-of-type(7) {
            transition-delay: 0.35s; }
          .primary-navigation .menu ul[class*="-header"] > li.-open ul li:nth-of-type(8) {
            transition-delay: 0.4s; }
          .primary-navigation .menu ul[class*="-header"] > li.-open ul li:nth-of-type(9) {
            transition-delay: 0.45s; }
      @media (max-width: 1024px) {
        .primary-navigation .menu ul[class*="-header"] a {
          font-size: 18px; } }

.ham {
  width: 100%;
  max-width: 52px;
  height: 45px;
  min-width: auto !important;
  display: block;
  position: relative;
  margin: 0;
  padding: 1.5em 0;
  background: #fff;
  border: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  display: none; }
  .ham:focus, .ham:active {
    outline: none;
    border: none; }
  @media (max-width: 1024px) {
    .ham {
      display: block;
      right: 7.14286%; } }
  @media (max-width: 736px) {
    .ham {
      right: 0; } }
  .ham span {
    width: 20px;
    height: 3px;
    position: absolute;
    left: 0;
    left: 15px;
    right: 0;
    top: calc(50% - (5px * 0.6 / 2)); }
    .ham span:nth-of-type(1):before, .ham span:nth-of-type(1):after, .ham span:nth-of-type(3):before, .ham span:nth-of-type(3):after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #194F90; }
    .ham span:nth-of-type(1):before, .ham span:nth-of-type(3):before {
      transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1) 0.4s; }
    .ham span:nth-of-type(1):after, .ham span:nth-of-type(3):after {
      transition: transform 0.32s cubic-bezier(0.5, 0, 0, 1) 0.4s; }
    .ham span:nth-of-type(1) {
      transition: transform 0.44s cubic-bezier(0.5, 0, 0, 1); }
      .ham span:nth-of-type(1):before, .ham span:nth-of-type(1):after {
        transform: translate3d(0, -250%, 0); }
    .ham span:nth-of-type(2) {
      background: #194F90;
      transition: opacity 0s 0.4s; }
    .ham span:nth-of-type(3) {
      transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1); }
      .ham span:nth-of-type(3):before, .ham span:nth-of-type(3):after {
        transform: translate3d(0, 250%, 0); }
  .ham.-active {
    background-color: #021945;
    height: 47px; }
    .ham.-active span:nth-of-type(1):before, .ham.-active span:nth-of-type(1):after, .ham.-active span:nth-of-type(3):before, .ham.-active span:nth-of-type(3):after {
      background: #fff; }
    .ham.-active span:nth-of-type(1) {
      transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1);
      transform: rotate(45deg) translate3d(0, 0, 0); }
      .ham.-active span:nth-of-type(1):after, .ham.-active span:nth-of-type(1):before {
        transform: translate3d(0, 0, 0); }
    .ham.-active span:nth-of-type(2) {
      opacity: 0; }
    .ham.-active span:nth-of-type(1),
    .ham.-active span:nth-of-type(3) {
      transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1) 0.4s; }
      .ham.-active span:nth-of-type(1):before,
      .ham.-active span:nth-of-type(3):before {
        transition: transform 0.4s cubic-bezier(0.8, 0, 0.5, 1); }
      .ham.-active span:nth-of-type(1):after,
      .ham.-active span:nth-of-type(3):after {
        transition: transform 0.32s cubic-bezier(0.8, 0, 0.5, 1); }
    .ham.-active span:nth-of-type(3) {
      transition: transform 0.48s cubic-bezier(0.5, 0, 0, 1) 0.44s;
      transform: rotate(-45deg) translate3d(0, 0, 0); }
      .ham.-active span:nth-of-type(3):after, .ham.-active span:nth-of-type(3):before {
        transform: translate3d(0, 0, 0); }
    .ham.-active ~ .menu-primary-navigation-container {
      left: 0;
      opacity: 1;
      transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1), left 0s; }
      .ham.-active ~ .menu-primary-navigation-container .menu-primary {
        transform: translate3d(0, 0, 0);
        transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1); }
  @media (max-width: 400px) {
    .ham.active span:nth-of-type(1) {
      transform: rotate(45deg) scale3d(0.8, 1, 1) translate3d(0, 0, 0); }
    .ham.active span:nth-of-type(3) {
      transform: rotate(-45deg) scale3d(0.8, 1, 1) translate3d(0, 0, 0); } }

.mobile-nav-action {
  width: auto;
  height: 45px;
  background-color: #74C5FA;
  border-radius: 0 0 0 20px;
  line-height: 45px;
  float: right;
  display: inline-block;
  padding: 0 1.5em;
  position: fixed;
  z-index: 20;
  padding-left: 20px;
  right: 52px;
  top: 0;
  font-family: "paralucent", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  display: none;
  transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }
  .mobile-nav-action i {
    margin-right: 0.5em; }
    .mobile-nav-action i:before {
      margin-left: 0; }
  @media (max-width: 1024px) {
    .mobile-nav-action {
      display: block;
      right: calc(7.14286% + 45px); } }
  @media (max-width: 736px) {
    .mobile-nav-action {
      right: 45px; } }

.submenu-toggle {
  width: 1em;
  height: 1em;
  position: relative;
  float: right;
  margin-left: 14px;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 5vw;
  top: 5vw;
  display: none; }
  @media (max-width: 1024px) {
    .submenu-toggle {
      display: inline-block; } }
  .submenu-toggle:before {
    content: '\e86c';
    font-family: "fontello";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 24px;
    color: #021945; }
  li.menu-item-has-children.-open .submenu-toggle:before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.search-results .feed-section.-products .card {
  border-color: #194F90; }

.search-results .feed-section.-products .background:before {
  box-shadow: inset 0 0 0 1px #194F90; }

.basic-section.-centered {
  text-align: center; }

.basic-section .content {
  max-width: 800px;
  width: 50vw;
  margin: 0 auto; }
  .basic-section .content ol,
  .basic-section .content ul {
    padding-left: 1em;
    line-height: 1.6; }
    .basic-section .content ol li,
    .basic-section .content ul li {
      position: relative; }
    .basic-section .content ol[style*="list-"] li,
    .basic-section .content ul[style*="list-"] li {
      list-style: inherit; }
    .basic-section .content ol[style*="list-"] li:before,
    .basic-section .content ul[style*="list-"] li:before {
      content: none; }
  .basic-section .content a:not(.button) {
    color: #021945;
    transition: 0.1s cubic-bezier(0.5, 0, 0, 1);
    box-shadow: inset 0 -2px 0 rgba(116, 197, 250, 0.5); }
    .basic-section .content a:not(.button):hover {
      box-shadow: inset 0 -3px 0 #74C5FA; }
  .basic-section .content ol {
    margin: 1em 0;
    padding: 0 0 0 1.5em; }
    .basic-section .content ol li {
      font-size: 1em;
      list-style: none;
      padding-left: 1em;
      line-height: 1.4; }
      .basic-section .content ol li:not(:last-of-type) {
        margin-bottom: 1em; }
      .basic-section .content ol li:before {
        margin-right: .7em;
        display: inline-block;
        color: #74C5FA;
        font-family: "paralucent", sans-serif;
        font-weight: 600;
        position: absolute;
        left: 0;
        top: .05em; }
  .basic-section .content ul > li {
    padding-left: 1.25em; }
    .basic-section .content ul > li:before {
      content: '';
      width: 6px;
      top: calc(.5em + 1px);
      color: #74C5FA;
      padding-bottom: 6px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      vertical-align: baseline;
      border: 2px solid currentColor;
      background: currentColor; }
  .basic-section .content ul li > li:before,
  .basic-section .content ul ul li:before {
    background: transparent; }
  .basic-section .content ol > li {
    counter-increment: steps; }
    .basic-section .content ol > li:before {
      content: counter(steps); }
  .basic-section .content ol li > li,
  .basic-section .content ol ol li {
    counter-increment: more; }
    .basic-section .content ol li > li:before,
    .basic-section .content ol ol li:before {
      content: counter(more); }
  @media (max-width: 736px) {
    .basic-section .content {
      width: 80vw; } }
  .basic-section .content a img {
    display: block; }

.basic-section .inline-illustration {
  display: block;
  width: 60vw;
  max-width: 250px;
  margin: 3vh auto 0;
  position: relative; }
  @media (max-width: 736px) {
    .basic-section .inline-illustration {
      margin-bottom: 5vw; } }
  .basic-section .inline-illustration:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #194F90; }
  .basic-section .inline-illustration img {
    max-width: 100%;
    background: white;
    position: relative;
    mix-blend-mode: screen;
    vertical-align: middle;
    border-radius: 0; }

.basic-section img {
  border-radius: 0.6em; }

.pagination + .basic-section,
.--is-archive + .basic-section,
.basic-section + .panel-section,
.basic-section + .featured-panels {
  padding-top: 0; }

.basic-section + .featured-post-section {
  padding-top: 0;
  margin-top: -3vh; }

.section.featured-panels {
  z-index: 2;
  clear: both; }
  .section.featured-panels.-footer {
    padding-bottom: 0 !important;
    margin-top: -5vh;
    bottom: -10vh; }
    @media (max-width: 736px) {
      .section.featured-panels.-footer {
        bottom: -1px;
        margin-top: 2.5vw; } }
  .section.featured-panels .content {
    display: block;
    float: left;
    width: 92.85714%;
    margin-left: 3.57143%;
    margin-right: 0;
    border-radius: 0.6em;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .section.featured-panels .content {
        display: block;
        float: left;
        width: 92.85714%;
        margin-left: 3.57143%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      .section.featured-panels .content {
        display: block;
        float: left;
        width: 92.85714%;
        margin-left: 3.57143%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      .section.featured-panels .content {
        display: block;
        float: left;
        width: 92.85714%;
        margin-left: 3.57143%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .section.featured-panels .content {
        display: block;
        float: left;
        width: 92.85714%;
        margin-left: 3.57143%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .section.featured-panels .content {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      .section.featured-panels .content {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .section.featured-panels .content {
        padding: 0;
        border-radius: 0; } }
  @media (min-width: 736px) {
    .section.featured-panels ~ footer {
      padding-top: calc(10vh + 4em); } }
  .section.featured-panels ~ footer .wave {
    display: none; }

[class*="archive-product"] .featured-panels.-footer {
  padding-top: 5vh; }

.section.featured-post-section {
  position: relative;
  z-index: 1; }
  @media (max-width: 736px) {
    .section.featured-post-section {
      padding-top: 15vw;
      padding-bottom: 0; } }
  .section.featured-post-section .container {
    position: relative;
    display: block;
    float: left;
    width: 85.71429%;
    margin-left: 7.14286%;
    margin-right: 0;
    background: white;
    border-radius: 0.6em; }
    @media (min-width: 1200px) {
      .section.featured-post-section .container {
        display: block;
        float: left;
        width: 85.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      .section.featured-post-section .container {
        display: block;
        float: left;
        width: 85.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      .section.featured-post-section .container {
        display: block;
        float: left;
        width: 85.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .section.featured-post-section .container {
        display: block;
        float: left;
        width: 85.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .section.featured-post-section .container {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      .section.featured-post-section .container {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .section.featured-post-section .container {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .section.featured-post-section .container {
        margin-top: 3em; }
        .section.featured-post-section .container .meta {
          padding: 0 5vw 1.25vw; } }
  .section.featured-post-section + .feed-section {
    padding-top: 20vh;
    margin-top: -22vh; }
    @media (max-width: 736px) {
      .section.featured-post-section + .feed-section {
        padding: 10vw 0 10vw;
        margin-top: 0; } }
    .section.featured-post-section + .feed-section .wave:nth-last-of-type(2) {
      z-index: 0; }
  .section.featured-post-section.-primary .wave path,
  .section.featured-post-section.-secondary .wave path,
  .section.featured-post-section.-action .wave path,
  .section.featured-post-section.-dark .wave path,
  .section.featured-post-section + footer .wave path {
    fill: white; }
  .section.featured-post-section.-feed .wave {
    margin-top: -22vh;
    z-index: -1; }

.feed-section {
  text-align: center; }
  @media (max-width: 736px) {
    .feed-section {
      padding: 5vw; } }
  .feed-section .feed {
    display: block;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 85.71429%;
    margin-left: 7.14286%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
    @media (min-width: 1200px) {
      .feed-section .feed {
        display: block;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 85.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      .feed-section .feed {
        display: block;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 85.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      .feed-section .feed {
        display: block;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 85.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .feed-section .feed {
        display: block;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 85.71429%;
        margin-left: 7.14286%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .feed-section .feed {
        display: block;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      .feed-section .feed {
        display: block;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    .feed-section .feed:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 736px) {
      .feed-section .feed {
        display: block;
        -ms-flex-wrap: none;
        flex-wrap: none;
        padding: 0 5vw;
        overflow: visible; } }
    @media (max-width: 736px) {
      .feed-section .feed.slick-slider {
        position: relative;
        z-index: 2; } }
    .feed-section .feed .slick-list {
      overflow: visible; }
      @media (max-width: 736px) {
        .feed-section .feed .slick-list:before, .feed-section .feed .slick-list:after {
          content: " ";
          position: absolute;
          top: -20vw;
          height: calc(100% + 30vw);
          width: 30vw;
          background: transparent;
          z-index: 3; }
        .feed-section .feed .slick-list:before {
          left: -25vw;
          background-image: radial-gradient(rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 70%); }
        .feed-section .feed .slick-list:after {
          right: -25vw;
          background-image: radial-gradient(rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 70%); } }
    .feed-section .feed .card {
      margin-right: 2.9vw;
      margin-bottom: 2.9vw;
      margin-top: 2%;
      width: calc(33% - 1.7vw); }
      @media (max-width: 1024px) {
        .feed-section .feed .card {
          width: calc(50% - 1.7vw); } }
      @media (max-width: 736px) {
        .feed-section .feed .card {
          width: 100%;
          margin-bottom: 5vw; } }
      .feed-section .feed .card.has-meta ~ .card, .feed-section .feed .card.has-meta {
        margin-top: 2.3em; }
        @media (max-width: 736px) {
          .feed-section .feed .card.has-meta ~ .card, .feed-section .feed .card.has-meta {
            margin-top: 2em; } }
      @media (max-width: 736px) {
        .feed-section .feed .card.slick-slide {
          width: calc(100% - 5vw);
          margin-right: 2.5vw;
          margin-left: 2.5vw;
          padding-bottom: 4vh; }
          .feed-section .feed .card.slick-slide:nth-of-type(2n) {
            margin-right: 2.5vw; } }
      @media (max-width: 736px) {
        .feed-section .feed .card.slick-slide h6 {
          text-align: center;
          padding-top: 4vh; } }
      @media (min-width: 1025px) {
        .feed-section .feed .card:nth-of-type(3n) {
          margin-right: 0; } }
      @media (max-width: 1024px) {
        .feed-section .feed .card:nth-of-type(2n) {
          margin-right: 0; } }
    .feed-section .feed ~ .button {
      margin-top: 5vh; }
  .feed-section .feed-footer {
    display: block;
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center; }
    @media (min-width: 1200px) {
      .feed-section .feed-footer {
        display: block;
        float: left;
        width: 98%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (max-width: 1200px) {
      .feed-section .feed-footer {
        display: block;
        float: left;
        width: 98%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (min-width: 1025px) {
      .feed-section .feed-footer {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 1024px) {
      .feed-section .feed-footer {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 736px) {
      .feed-section .feed-footer {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 400px) {
      .feed-section .feed-footer {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    .feed-section .feed-footer .button {
      margin-right: 0; }
  .feed-section.-secondary h3 {
    color: white; }
  .feed-section.-secondary .card {
    color: #001F5C; }
    .feed-section.-secondary .card .meta a {
      color: white; }
  .feed-section.-secondary .button.-outline {
    color: white; }
  .feed-section.-dark h3 {
    color: white; }
  .feed-section.-dark .card {
    color: #74C5FA; }
    .feed-section.-dark .card .meta a {
      color: white; }
  .feed-section.-dark .button.-outline {
    color: white; }

.intro-section {
  background: #E6F2FA;
  text-align: center;
  position: relative;
  padding: 6.66667vh 0 10vh; }
  @media (max-width: 736px) {
    .intro-section {
      padding: 6.66667vh 7.5vw 10vh; }
      .intro-section .feed-actions {
        margin: 0 auto -5vh;
        width: 100%; } }
  .intro-section .content {
    max-width: 560px;
    margin: 0 auto; }
    .intro-section .content,
    .intro-section .content p {
      line-height: 1.6;
      font-weight: 500; }
  .intro-section .wave:nth-last-of-type(2) {
    top: auto;
    bottom: calc(100% - 2px);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    transform: scale3d(1, -1, 1); }
  .intro-section .wave:last-of-type {
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    transform: scale3d(-1, 1, 1); }
  .intro-section path {
    fill: #E6F2FA; }
  .woocommerce .intro-section {
    margin-bottom: -15vh; }

.section.panel-section .content {
  display: block;
  float: left;
  width: 85.71429%;
  margin-left: 7.14286%;
  margin-right: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .section.panel-section .content {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .section.panel-section .content {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .section.panel-section .content {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .section.panel-section .content {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .section.panel-section .content {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .section.panel-section .content {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .section.panel-section .content {
      padding: 0 5vw 5vw; } }

@media only screen and (max-width: 480px) {
  .section.panel-section .js-swipe {
    width: 100%;
    padding: 0;
    margin: 0; } }

.section.panel-section h4 {
  color: #021945; }

.section.panel-section .panel {
  width: calc(50% - 1.5vw);
  border-radius: 0.6em;
  overflow: hidden;
  background: currentColor;
  display: inline-block;
  float: left;
  position: relative;
  margin-bottom: 3vw;
  cursor: pointer;
  outline: none; }
  .section.panel-section .panel:nth-of-type(2n) {
    margin-left: 3vw; }
  @media (max-width: 736px) {
    .section.panel-section .panel {
      width: 100%; }
      .section.panel-section .panel:not(:last-of-type) {
        margin-bottom: 5vw; }
      .section.panel-section .panel:nth-of-type(2n) {
        margin-left: 0; } }
  .section.panel-section .panel .panel-content {
    position: relative;
    min-height: 9.1em;
    min-height: 370px;
    height: calc(35vw - 6vw);
    z-index: 1;
    padding: 2.25vw;
    transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
    -ms-transform: translateY(100%) translateY(-12.75rem);
    transform: translateY(100%) translateY(-12.75rem);
    -ms-transform: translate(0, calc(100% - 12.75rem));
    transform: translate(0, calc(100% - 12.75rem));
    transform: translate3d(0, calc(100% - 12.75rem), 0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2.25vw 2.25vw 0;
    width: calc(100% - 4.5vw); }
    .section.panel-section .panel .panel-content:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .96;
      z-index: -1;
      background: linear-gradient(150deg, currentColor 50%, transparent) no-repeat center/300% 400%; }
    @media (max-width: 736px) {
      .section.panel-section .panel .panel-content {
        padding: 5vw;
        margin: 3.75vw 3.75vw 0;
        width: calc(100% - 7.5vw); } }
    .section.panel-section .panel .panel-content .hidden {
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: column;
      flex-direction: column; }
      .section.panel-section .panel .panel-content .hidden p {
        opacity: 0;
        transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
        -ms-transform: translate(0, 0.1em);
        transform: translate(0, 0.1em);
        transform: translate3d(0, 0.1em, 0); }
      .section.panel-section .panel .panel-content .hidden .action {
        margin-top: auto;
        transition: 0.6s cubic-bezier(0.5, 0, 0, 1);
        opacity: 0;
        -ms-transform: translate(0, 0.5em);
        transform: translate(0, 0.5em);
        transform: translate3d(0, 0.5em, 0); }
    .section.panel-section .panel .panel-content .title {
      line-height: 1;
      margin-bottom: .5em; }
  .section.panel-section .panel p {
    color: white; }
  .section.panel-section .panel .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 1s cubic-bezier(0.5, 0, 0, 1); }
  .section.panel-section .panel:focus .panel-content, .section.panel-section .panel:hover .panel-content {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0); }
    .section.panel-section .panel:focus .panel-content .hidden p, .section.panel-section .panel:hover .panel-content .hidden p {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0); }
    .section.panel-section .panel:focus .panel-content .hidden .action, .section.panel-section .panel:hover .panel-content .hidden .action {
      transition: 0.6s cubic-bezier(0.5, 0, 0, 1) 0.3s;
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0); }

.section.panel-section.-action p, .section.panel-section.-primary p {
  color: #021945; }

.section.panel-section.-action .button, .section.panel-section.-primary .button {
  color: white;
  background-color: #021945;
  color: #021945; }
  .section.panel-section.-action .button.-outline, .section.panel-section.-primary .button.-outline {
    box-shadow: inset 0 0 0 2px #021945;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    background: transparent;
    will-change: background, color; }
    .section.panel-section.-action .button.-outline.-secondary, .section.panel-section.-action .button.-outline.-dark, .section.panel-section.-primary .button.-outline.-secondary, .section.panel-section.-primary .button.-outline.-dark {
      color: #021945; }
    .section.panel-section.-action .button.-outline:hover, .section.panel-section.-action .button.-outline:focus, .section.panel-section.-primary .button.-outline:hover, .section.panel-section.-primary .button.-outline:focus {
      background: #021945;
      color: white; }
  .section.panel-section.-action .button.disabled, .section.panel-section.-primary .button.disabled {
    cursor: not-allowed;
    box-shadow: inset 0 0 0 2px #021945;
    background-color: transparent;
    color: rgba(2, 25, 69, 0.75); }
    .section.panel-section.-action .button.disabled:before, .section.panel-section.-action .button.disabled:after, .section.panel-section.-primary .button.disabled:before, .section.panel-section.-primary .button.disabled:after {
      content: none; }

.section.panel-section.-dark {
  color: #000e29; }
  .section.panel-section.-dark h4 {
    color: #74C5FA; }
  .section.panel-section.-dark .button {
    color: white;
    background-color: #74C5FA; }
    .section.panel-section.-dark .button.-outline {
      box-shadow: inset 0 0 0 2px #74C5FA;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
      background: transparent;
      will-change: background, color; }
      .section.panel-section.-dark .button.-outline.-secondary, .section.panel-section.-dark .button.-outline.-dark {
        color: #021945; }
      .section.panel-section.-dark .button.-outline:hover, .section.panel-section.-dark .button.-outline:focus {
        background: #74C5FA;
        color: white; }
    .section.panel-section.-dark .button.disabled {
      cursor: not-allowed;
      box-shadow: inset 0 0 0 2px #74C5FA;
      background-color: transparent;
      color: rgba(116, 197, 250, 0.75); }
      .section.panel-section.-dark .button.disabled:before, .section.panel-section.-dark .button.disabled:after {
        content: none; }

.section.panel-section.-secondary h4 {
  color: #74C5FA; }

.section.panel-section.-secondary .button {
  color: white;
  background-color: #74C5FA; }
  .section.panel-section.-secondary .button.-outline {
    box-shadow: inset 0 0 0 2px #74C5FA;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    background: transparent;
    will-change: background, color; }
    .section.panel-section.-secondary .button.-outline.-secondary, .section.panel-section.-secondary .button.-outline.-dark {
      color: #021945; }
    .section.panel-section.-secondary .button.-outline:hover, .section.panel-section.-secondary .button.-outline:focus {
      background: #74C5FA;
      color: white; }
  .section.panel-section.-secondary .button.disabled {
    cursor: not-allowed;
    box-shadow: inset 0 0 0 2px #74C5FA;
    background-color: transparent;
    color: rgba(116, 197, 250, 0.75); }
    .section.panel-section.-secondary .button.disabled:before, .section.panel-section.-secondary .button.disabled:after {
      content: none; }

.section.panel-section ~ .featured-panels.-footer {
  padding-top: 5vh; }

.section.panel-section.-primary .wave path,
.section.panel-section.-secondary .wave path,
.section.panel-section.-action .wave path,
.section.panel-section.-dark .wave path,
.section.panel-section + footer .wave path {
  fill: white; }

.section.subscribe-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10% center; }
  @media (max-width: 736px) {
    .section.subscribe-section {
      text-align: center;
      background-position: center; } }
  .section.subscribe-section h3 {
    margin-bottom: 2vh;
    text-align: left;
    text-shadow: 0 0 10px white;
    max-width: 35ch; }
    @media (max-width: 736px) {
      .section.subscribe-section h3 {
        text-align: center; } }
  .section.subscribe-section p {
    color: #021945;
    max-width: 500px;
    text-shadow: 0 0 10px white; }
  .section.subscribe-section .content {
    display: block;
    float: left;
    width: 71.42857%;
    margin-left: 14.28571%;
    margin-right: 0;
    padding: 10vh 0; }
    @media (min-width: 1200px) {
      .section.subscribe-section .content {
        display: block;
        float: left;
        width: 71.42857%;
        margin-left: 14.28571%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      .section.subscribe-section .content {
        display: block;
        float: left;
        width: 71.42857%;
        margin-left: 14.28571%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      .section.subscribe-section .content {
        display: block;
        float: left;
        width: 71.42857%;
        margin-left: 14.28571%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .section.subscribe-section .content {
        display: block;
        float: left;
        width: 71.42857%;
        margin-left: 14.28571%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .section.subscribe-section .content {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      .section.subscribe-section .content {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .section.subscribe-section .content {
        display: block;
        float: left;
        width: 61.42857%;
        margin-left: 19.28571%;
        margin-right: 5%; } }
  .section.subscribe-section .subscribe input {
    margin-bottom: 0;
    display: inline-block;
    max-width: 23vw;
    background: rgba(255, 255, 255, 0.8); }
    @media (max-width: 736px) {
      .section.subscribe-section .subscribe input {
        max-width: none; } }
    @media (max-width: 1024px) {
      .section.subscribe-section .subscribe input {
        margin-bottom: 0.5em;
        margin-right: 0; } }
  .section.subscribe-section .subscribe input,
  .section.subscribe-section .subscribe button {
    margin-bottom: 1em; }
    .section.subscribe-section .subscribe input:before, .section.subscribe-section .subscribe input:after,
    .section.subscribe-section .subscribe button:before,
    .section.subscribe-section .subscribe button:after {
      color: white; }
  .section.subscribe-section .subscribe .button:last-of-type {
    margin-top: 0; }
  .section.subscribe-section .wFormContainer {
    max-width: none; }
    .section.subscribe-section .wFormContainer form {
      margin: 0; }
    .section.subscribe-section .wFormContainer .lengthIndicator,
    .section.subscribe-section .wFormContainer .label {
      display: none; }
    .section.subscribe-section .wFormContainer .oneField {
      display: inline-block;
      margin-right: 1.5em;
      margin-bottom: 1.5em;
      width: auto; }
      @media (max-width: 736px) {
        .section.subscribe-section .wFormContainer .oneField {
          margin-right: 0;
          margin-bottom: 1em;
          width: 100%; } }
    .section.subscribe-section .wFormContainer input {
      max-width: 23vw;
      margin-bottom: 0 !important; }
      @media (max-width: 736px) {
        .section.subscribe-section .wFormContainer input {
          width: 100%;
          max-width: 100%; } }
    .section.subscribe-section .wFormContainer .actions {
      float: left; }
      @media (max-width: 736px) {
        .section.subscribe-section .wFormContainer .actions {
          width: 100%; }
          .section.subscribe-section .wFormContainer .actions input[type="submit"] {
            width: 100%;
            max-width: none; } }
    .section.subscribe-section .wFormContainer .wFormFooter {
      float: left; }
      @media (max-width: 736px) {
        .section.subscribe-section .wFormContainer .wFormFooter {
          width: 100%;
          margin-top: 1em;
          text-align: center; } }
      .section.subscribe-section .wFormContainer .wFormFooter .supportInfo {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin-bottom: 0; }
  .section.subscribe-section.-action h3 {
    color: #FEAB01;
    text-shadow: 0 0 10px #000E29; }
  .section.subscribe-section.-action input,
  .section.subscribe-section.-action input:-ms-input-placeholder {
    color: white;
    display: inline-block;
    border-color: #FE8601; }
  .section.subscribe-section.-action input,
  .section.subscribe-section.-action input::placeholder {
    color: white;
    display: inline-block;
    border-color: #FE8601; }
  .section.subscribe-section.-action input {
    background: rgba(0, 0, 0, 0.5); }
  .section.subscribe-section.-action p, .section.subscribe-section.-action a {
    color: white;
    text-shadow: 0 0 10px #000E29; }
  .section.subscribe-section.-action .wFormContainer:not(override) input[type="submit"] {
    color: #021945;
    background-color: #FE8601; }
    .section.subscribe-section.-action .wFormContainer:not(override) input[type="submit"].-outline {
      box-shadow: inset 0 0 0 2px #FE8601;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
      background: transparent;
      will-change: background, color; }
      .section.subscribe-section.-action .wFormContainer:not(override) input[type="submit"].-outline.-secondary, .section.subscribe-section.-action .wFormContainer:not(override) input[type="submit"].-outline.-dark {
        color: #021945; }
      .section.subscribe-section.-action .wFormContainer:not(override) input[type="submit"].-outline:hover, .section.subscribe-section.-action .wFormContainer:not(override) input[type="submit"].-outline:focus {
        background: #FE8601;
        color: #021945; }
    .section.subscribe-section.-action .wFormContainer:not(override) input[type="submit"].disabled {
      cursor: not-allowed;
      box-shadow: inset 0 0 0 2px #FE8601;
      background-color: transparent;
      color: rgba(254, 134, 1, 0.75); }
      .section.subscribe-section.-action .wFormContainer:not(override) input[type="submit"].disabled:before, .section.subscribe-section.-action .wFormContainer:not(override) input[type="submit"].disabled:after {
        content: none; }
  .section.subscribe-section.-primary h3 {
    color: #74C5FA;
    text-shadow: 0 0 10px #000E29; }
  .section.subscribe-section.-primary input,
  .section.subscribe-section.-primary input:-ms-input-placeholder {
    color: white;
    display: inline-block;
    border-color: #74C5FA; }
  .section.subscribe-section.-primary input,
  .section.subscribe-section.-primary input::placeholder {
    color: white;
    display: inline-block;
    border-color: #74C5FA; }
  .section.subscribe-section.-primary input {
    background: rgba(0, 0, 0, 0.5); }
  .section.subscribe-section.-primary p, .section.subscribe-section.-primary a {
    color: white;
    text-shadow: 0 0 10px #000E29; }
  .section.subscribe-section.-primary .wFormContainer:not(override) input[type="submit"] {
    color: #001F5C;
    background-color: #74C5FA; }
    .section.subscribe-section.-primary .wFormContainer:not(override) input[type="submit"].-outline {
      box-shadow: inset 0 0 0 2px #74C5FA;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
      background: transparent;
      will-change: background, color; }
      .section.subscribe-section.-primary .wFormContainer:not(override) input[type="submit"].-outline.-secondary, .section.subscribe-section.-primary .wFormContainer:not(override) input[type="submit"].-outline.-dark {
        color: #021945; }
      .section.subscribe-section.-primary .wFormContainer:not(override) input[type="submit"].-outline:hover, .section.subscribe-section.-primary .wFormContainer:not(override) input[type="submit"].-outline:focus {
        background: #74C5FA;
        color: #001F5C; }
    .section.subscribe-section.-primary .wFormContainer:not(override) input[type="submit"].disabled {
      cursor: not-allowed;
      box-shadow: inset 0 0 0 2px #74C5FA;
      background-color: transparent;
      color: rgba(116, 197, 250, 0.75); }
      .section.subscribe-section.-primary .wFormContainer:not(override) input[type="submit"].disabled:before, .section.subscribe-section.-primary .wFormContainer:not(override) input[type="submit"].disabled:after {
        content: none; }
  .section.subscribe-section.-dark .wFormContainer:not(override) input[type="submit"] {
    color: #FFF0DD;
    background-color: #021945; }
    .section.subscribe-section.-dark .wFormContainer:not(override) input[type="submit"].-outline {
      box-shadow: inset 0 0 0 2px #021945;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
      background: transparent;
      will-change: background, color; }
      .section.subscribe-section.-dark .wFormContainer:not(override) input[type="submit"].-outline.-secondary, .section.subscribe-section.-dark .wFormContainer:not(override) input[type="submit"].-outline.-dark {
        color: #021945; }
      .section.subscribe-section.-dark .wFormContainer:not(override) input[type="submit"].-outline:hover, .section.subscribe-section.-dark .wFormContainer:not(override) input[type="submit"].-outline:focus {
        background: #021945;
        color: #FFF0DD; }
    .section.subscribe-section.-dark .wFormContainer:not(override) input[type="submit"].disabled {
      cursor: not-allowed;
      box-shadow: inset 0 0 0 2px #021945;
      background-color: transparent;
      color: rgba(2, 25, 69, 0.75); }
      .section.subscribe-section.-dark .wFormContainer:not(override) input[type="submit"].disabled:before, .section.subscribe-section.-dark .wFormContainer:not(override) input[type="submit"].disabled:after {
        content: none; }

.tab-section .content {
  display: block;
  float: left;
  width: 85.71429%;
  margin-left: 7.14286%;
  margin-right: 0;
  text-align: left;
  border-radius: 0.6em;
  overflow: hidden;
  background-image: linear-gradient(35deg, #FFFFFF 67%, rgba(255, 255, 255, 0) 100%);
  background-size: 120% 100%; }
  @media (min-width: 1200px) {
    .tab-section .content {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .tab-section .content {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .tab-section .content {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .tab-section .content {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .tab-section .content {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .tab-section .content {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .tab-section .content {
      margin: 0 5vw;
      width: 90vw; } }

.tab-section .tab-nav {
  box-shadow: 0 1px 0 currentColor;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  .tab-section .tab-nav:after {
    content: "";
    display: table;
    clear: both; }

.tab-section .-secondary .nav-item,
.tab-section .-secondary .tab-nav {
  color: #001F5C; }

.tab-section .-dark .nav-item,
.tab-section .-dark .tab-nav {
  color: #194F90; }

.tab-section.-secondary h3, .tab-section.-dark h3 {
  color: white; }

.tab-section.-secondary .content, .tab-section.-dark .content {
  background-size: 150% 100%; }

.tab-section.-primary .nav-item {
  color: #194F90; }
  .tab-section.-primary .nav-item:not(:first-of-type) {
    box-shadow: -1px 0 0 #74C5FA; }

.tab-section.-primary .tab-nav {
  color: #74C5FA; }

.tab-section .nav-item {
  float: left;
  border-radius: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #194F90;
  outline: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  pointer-events: all;
  background: transparent;
  padding: 3.3vw 1vw; }
  .tab-section .nav-item.-long {
    padding: 2vw 1vw; }
  .tab-section .nav-item:before {
    content: '';
    position: absolute;
    transition: 1s cubic-bezier(0.5, 0, 0, 1);
    will-change: transform, opacity;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: -1000%;
    left: 0;
    background: linear-gradient(155deg, transparent 10%, currentColor 80%); }
  .tab-section .nav-item.-active {
    pointer-events: none; }
    @media (max-width: 736px) {
      .tab-section .nav-item.-active {
        pointer-events: all; } }
    .tab-section .nav-item.-active:before {
      -ms-transform: translate(0, -75%);
      transform: translate(0, -75%);
      transform: translate3d(0, -83%, 0);
      opacity: 1; }
    .tab-section .nav-item.-active .illy {
      opacity: .2;
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      transform: scale3d(1, 1, 1); }
    .tab-section .nav-item.-active h5 {
      color: white; }
    @media only screen and (min-width: 736px) {
      .tab-section .nav-item.-active h5 {
        -ms-transform: translate(calc(13px + .5em / 2), 0);
        transform: translate(calc(13px + .5em / 2), 0);
        transform: translate3d(calc(13px + .5em / 2), 0, 0); } }
    .tab-section .nav-item.-active .tab-inidcator {
      opacity: 0;
      -ms-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      transform: scale3d(0.9, 0.9, 1); }
      @media (max-width: 736px) {
        .tab-section .nav-item.-active .tab-inidcator {
          opacity: 1;
          -ms-transform: scale(1, 1);
          transform: scale(1, 1);
          transform: scale3d(1, 1, 1);
          border-color: white; }
          .tab-section .nav-item.-active .tab-inidcator:before {
            content: '-';
            color: white; } }
  .tab-section .nav-item h5 {
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: 0.6s cubic-bezier(0.5, 0, 0, 1);
    will-change: color, transform;
    vertical-align: middle;
    margin: 0;
    max-width: calc(100% - calc(26px + 1em)); }
    .tab-section .nav-item h5.-long {
      margin-bottom: .2em; }
  .tab-section .nav-item .illy {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 2s cubic-bezier(0.5, 0, 0, 1);
    will-change: transform, filter;
    -ms-transform: scale(1.05, 1.05) rotate(2deg);
    transform: scale(1.05, 1.05) rotate(2deg);
    transform: scale3d(1.05, 1.05, 1) rotate(2deg);
    mix-blend-mode: overlay;
    filter: invert(1); }
  .tab-section .nav-item:not(:first-of-type) {
    box-shadow: -1px 0 0 currentColor; }
  .tab-section .nav-item .tab-inidcator {
    display: inline-block;
    margin-left: 1em;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(25, 79, 144, 0.4);
    border-radius: 50%;
    position: relative;
    box-sizing: content-box;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    will-change: transform, opacity; }
    .tab-section .nav-item .tab-inidcator:before {
      content: '+';
      position: absolute;
      font-size: 1.8em;
      font-weight: 600;
      top: 0;
      left: 0;
      right: 0;
      line-height: 1.15;
      text-align: center;
      color: #194F90; }

.tab-section .tab {
  color: #001F5C;
  position: relative;
  overflow: hidden;
  float: left;
  visibility: hidden;
  height: 0;
  display: block;
  width: 100%; }
  .tab-section .tab .tab-content {
    padding: 3vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: auto;
    min-height: 30vw;
    width: 55%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-align: start;
    align-items: flex-start;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1) 0.2s; }
    .tab-section .tab .tab-content p {
      width: 100%; }
    @media (max-width: 736px) {
      .tab-section .tab .tab-content {
        width: 100%;
        padding: 5vw;
        border-bottom: 1px solid rgba(25, 79, 144, 0.2); } }
  .tab-section .tab .image {
    background-color: grey;
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 60%;
    transition: 0.5s cubic-bezier(0.5, 0, 0, 1);
    border-radius: 0 0 0.6em 0; }
    @media (max-width: 736px) {
      .tab-section .tab .image {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        height: 40vh;
        border-radius: 0 0 0.3em 0.3em; } }
  .tab-section .tab .button {
    margin-top: auto; }

@media (max-width: 736px) {
  .tab-section .tab-nav {
    display: none; } }

.tab-section .tab-nav[class*="active-"] ~ .tabs .tab {
  visibility: hidden;
  height: 0; }

@media only screen and (min-width: 736px) {
  .tab-section .tab-nav.tabs-1 .nav-item {
    width: calc(100% / 1);
    float: left; }
  .tab-section .tab-nav.active-1 ~ .tabs .tab .tab-content {
    opacity: 0;
    -ms-transform: translate(1vw, 0);
    transform: translate(1vw, 0);
    transform: translate3d(1vw, 0, 0);
    will-change: transform, opacity; }
  .tab-section .tab-nav.active-1 ~ .tabs .tab .image {
    -ms-transform: translate(1vw, 0, 0);
    transform: translate(1vw, 0, 0);
    transform: translate3d(1vw, 0, 0);
    opacity: 0; }
  .tab-section .tab-nav.active-1 ~ .tabs .tab:nth-of-type(1) {
    visibility: visible;
    height: auto; }
    .tab-section .tab-nav.active-1 ~ .tabs .tab:nth-of-type(1) .tab-content {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0); }
    .tab-section .tab-nav.active-1 ~ .tabs .tab:nth-of-type(1) .image {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0);
      transition: 0.5s cubic-bezier(0.5, 0, 0, 1) 0.3s; }
  .tab-section .tab-nav.tabs-2 .nav-item {
    width: calc(100% / 2);
    float: left; }
  .tab-section .tab-nav.active-2 ~ .tabs .tab .tab-content {
    opacity: 0;
    -ms-transform: translate(1vw, 0);
    transform: translate(1vw, 0);
    transform: translate3d(1vw, 0, 0);
    will-change: transform, opacity; }
  .tab-section .tab-nav.active-2 ~ .tabs .tab .image {
    -ms-transform: translate(1vw, 0, 0);
    transform: translate(1vw, 0, 0);
    transform: translate3d(1vw, 0, 0);
    opacity: 0; }
  .tab-section .tab-nav.active-2 ~ .tabs .tab:nth-of-type(2) {
    visibility: visible;
    height: auto; }
    .tab-section .tab-nav.active-2 ~ .tabs .tab:nth-of-type(2) .tab-content {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0); }
    .tab-section .tab-nav.active-2 ~ .tabs .tab:nth-of-type(2) .image {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0);
      transition: 0.5s cubic-bezier(0.5, 0, 0, 1) 0.3s; }
  .tab-section .tab-nav.tabs-3 .nav-item {
    width: calc(100% / 3);
    float: left; }
  .tab-section .tab-nav.active-3 ~ .tabs .tab .tab-content {
    opacity: 0;
    -ms-transform: translate(1vw, 0);
    transform: translate(1vw, 0);
    transform: translate3d(1vw, 0, 0);
    will-change: transform, opacity; }
  .tab-section .tab-nav.active-3 ~ .tabs .tab .image {
    -ms-transform: translate(1vw, 0, 0);
    transform: translate(1vw, 0, 0);
    transform: translate3d(1vw, 0, 0);
    opacity: 0; }
  .tab-section .tab-nav.active-3 ~ .tabs .tab:nth-of-type(3) {
    visibility: visible;
    height: auto; }
    .tab-section .tab-nav.active-3 ~ .tabs .tab:nth-of-type(3) .tab-content {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0); }
    .tab-section .tab-nav.active-3 ~ .tabs .tab:nth-of-type(3) .image {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0);
      transition: 0.5s cubic-bezier(0.5, 0, 0, 1) 0.3s; }
  .tab-section .tab-nav.tabs-4 .nav-item {
    width: calc(100% / 4);
    float: left; }
  .tab-section .tab-nav.active-4 ~ .tabs .tab .tab-content {
    opacity: 0;
    -ms-transform: translate(1vw, 0);
    transform: translate(1vw, 0);
    transform: translate3d(1vw, 0, 0);
    will-change: transform, opacity; }
  .tab-section .tab-nav.active-4 ~ .tabs .tab .image {
    -ms-transform: translate(1vw, 0, 0);
    transform: translate(1vw, 0, 0);
    transform: translate3d(1vw, 0, 0);
    opacity: 0; }
  .tab-section .tab-nav.active-4 ~ .tabs .tab:nth-of-type(4) {
    visibility: visible;
    height: auto; }
    .tab-section .tab-nav.active-4 ~ .tabs .tab:nth-of-type(4) .tab-content {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0); }
    .tab-section .tab-nav.active-4 ~ .tabs .tab:nth-of-type(4) .image {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0);
      transition: 0.5s cubic-bezier(0.5, 0, 0, 1) 0.3s; }
  .tab-section .tab-nav.tabs-5 .nav-item {
    width: calc(100% / 5);
    float: left; }
  .tab-section .tab-nav.active-5 ~ .tabs .tab .tab-content {
    opacity: 0;
    -ms-transform: translate(1vw, 0);
    transform: translate(1vw, 0);
    transform: translate3d(1vw, 0, 0);
    will-change: transform, opacity; }
  .tab-section .tab-nav.active-5 ~ .tabs .tab .image {
    -ms-transform: translate(1vw, 0, 0);
    transform: translate(1vw, 0, 0);
    transform: translate3d(1vw, 0, 0);
    opacity: 0; }
  .tab-section .tab-nav.active-5 ~ .tabs .tab:nth-of-type(5) {
    visibility: visible;
    height: auto; }
    .tab-section .tab-nav.active-5 ~ .tabs .tab:nth-of-type(5) .tab-content {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0); }
    .tab-section .tab-nav.active-5 ~ .tabs .tab:nth-of-type(5) .image {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0);
      transition: 0.5s cubic-bezier(0.5, 0, 0, 1) 0.3s; } }

.tab-section .tabs .nav-item {
  display: none;
  width: 100%; }
  @media (max-width: 736px) {
    .tab-section .tabs .nav-item {
      display: block; } }
  .tab-section .tabs .nav-item:not(:last-of-type) {
    box-shadow: inset 0 -1px 0 rgba(25, 79, 144, 0.2); }
  .tab-section .tabs .nav-item.-active + .tab {
    visibility: visible;
    height: auto; }
    .tab-section .tabs .nav-item.-active + .tab .tab-content {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0); }
    .tab-section .tabs .nav-item.-active + .tab .image {
      opacity: 1;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0);
      transition: 0.5s cubic-bezier(0.5, 0, 0, 1) 0.3s; }

main.section,
section.section {
  padding: 10vh 0em;
  position: relative; }
  main.section:after,
  section.section:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 736px) {
    main.section,
    section.section {
      padding: 7.5vw 0; } }
  @media (min-width: 1500px) {
    main.section,
    section.section {
      padding: 7.5vh 0; } }
  main.section:not(.subscribe-section):not(.basic-section):not(.feed-section) + main.section:not(.subscribe-section):not(.basic-section):not(.feed-section),
  section.section:not(.subscribe-section):not(.basic-section):not(.feed-section) + main.section:not(.subscribe-section):not(.basic-section):not(.feed-section), main.section:not(.subscribe-section):not(.basic-section):not(.feed-section) +
  section.section:not(.subscribe-section):not(.basic-section):not(.feed-section),
  section.section:not(.subscribe-section):not(.basic-section):not(.feed-section) +
  section.section:not(.subscribe-section):not(.basic-section):not(.feed-section) {
    padding-top: 5vh; }
    @media (max-width: 736px) {
      main.section:not(.subscribe-section):not(.basic-section):not(.feed-section) + main.section:not(.subscribe-section):not(.basic-section):not(.feed-section),
      section.section:not(.subscribe-section):not(.basic-section):not(.feed-section) + main.section:not(.subscribe-section):not(.basic-section):not(.feed-section), main.section:not(.subscribe-section):not(.basic-section):not(.feed-section) +
      section.section:not(.subscribe-section):not(.basic-section):not(.feed-section),
      section.section:not(.subscribe-section):not(.basic-section):not(.feed-section) +
      section.section:not(.subscribe-section):not(.basic-section):not(.feed-section) {
        padding: 5vw 0 7.5vw; } }
  main.section[id*="tfa"],
  section.section[id*="tfa"] {
    padding: 0; }
  main.section.section-split,
  section.section.section-split {
    padding-top: 0; }
    @media (max-width: 736px) {
      .single-campaign-action main.section.section-split, .single-campaign-action
      section.section.section-split {
        padding-top: 2.3em; } }
    @media (max-width: 736px) {
      [class*="page-donate"] main.section.section-split, [class*="page-donate"]
      section.section.section-split {
        padding-top: 2.3em; } }
    main.section.section-split .split-main,
    section.section.section-split .split-main {
      margin-top: 5vh; }
      @media (max-width: 736px) {
        main.section.section-split .split-main,
        section.section.section-split .split-main {
          margin-top: 5vw; } }
      @media (min-width: 1500px) {
        main.section.section-split .split-main,
        section.section.section-split .split-main {
          margin-top: unset;
          padding: 15vh 0; } }
  main.section .section-title,
  section.section .section-title {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 5vh; }
    @media (max-width: 736px) {
      main.section .section-title,
      section.section .section-title {
        margin-top: 1em;
        margin-bottom: 5vw; } }
  main.section .content,
  section.section .content {
    position: relative; }
    main.section .content table:not([class*="woocommerce"]),
    main.section .content table:not([class*="woocommerce"]) td,
    section.section .content table:not([class*="woocommerce"]),
    section.section .content table:not([class*="woocommerce"]) td {
      border: none; }
  main.section .section-default,
  section.section .section-default {
    display: block;
    float: left;
    width: 55.14286%;
    margin-left: 15.28571%;
    margin-right: 1%; }
    @media (min-width: 1200px) {
      main.section .section-default,
      section.section .section-default {
        display: block;
        float: left;
        width: 55.14286%;
        margin-left: 15.28571%;
        margin-right: 1%; } }
    @media (max-width: 1200px) {
      main.section .section-default,
      section.section .section-default {
        display: block;
        float: left;
        width: 55.14286%;
        margin-left: 15.28571%;
        margin-right: 1%; } }
    @media (min-width: 1025px) {
      main.section .section-default,
      section.section .section-default {
        display: block;
        float: left;
        width: 47.14286%;
        margin-left: 19.28571%;
        margin-right: 5%; } }
    @media (max-width: 1024px) {
      main.section .section-default,
      section.section .section-default {
        display: block;
        float: left;
        width: 47.14286%;
        margin-left: 19.28571%;
        margin-right: 5%; } }
    @media (max-width: 736px) {
      main.section .section-default,
      section.section .section-default {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 400px) {
      main.section .section-default,
      section.section .section-default {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    main.section .section-default .section-text,
    section.section .section-default .section-text {
      margin-top: 1em; }
    main.section .section-default .section-buttons,
    section.section .section-default .section-buttons {
      margin-top: 1em; }
  main.section .illustration,
  section.section .illustration {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @supports (mix-blend-mode: overlay) {
      main.section .illustration,
      section.section .illustration {
        mix-blend-mode: overlay; } }
  main.section .wave,
  section.section .wave {
    top: calc(100% - 2px); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      main.section .wave,
      section.section .wave {
        top: calc(100% - .5px); } }
    header + .section .wave:nth-last-of-type(2) {
      top: auto;
      bottom: calc(100% - 2px);
      -ms-transform: scale(1, -1);
      transform: scale(1, -1);
      transform: scale3d(1, -1, 1); }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        header + .section .wave:nth-last-of-type(2) {
          bottom: calc(100% - .5px); } }
  main.section.-primary,
  section.section.-primary {
    color: #74C5FA; }
    main.section.-primary h3,
    section.section.-primary h3 {
      color: #021945; }
    main.section.-primary .illustration,
    section.section.-primary .illustration {
      opacity: .03; }
      @supports (mix-blend-mode: overlay) {
        main.section.-primary .illustration,
        section.section.-primary .illustration {
          opacity: .2; } }
    main.section.-primary.feed-section, main.section.-primary.tab-section,
    section.section.-primary.feed-section,
    section.section.-primary.tab-section {
      background: #CAE5F5; }
    main.section.-primary + footer .wave path,
    main.section.-primary .wave path,
    section.section.-primary + footer .wave path,
    section.section.-primary .wave path {
      fill: #CAE5F5; }
  main.section.-secondary,
  section.section.-secondary {
    color: #194F90; }
    main.section.-secondary .illustration,
    section.section.-secondary .illustration {
      opacity: .1; }
      @supports (mix-blend-mode: overlay) {
        main.section.-secondary .illustration,
        section.section.-secondary .illustration {
          opacity: .1; } }
    main.section.-secondary.feed-section, main.section.-secondary.tab-section,
    section.section.-secondary.feed-section,
    section.section.-secondary.tab-section {
      background: #194F90; }
    main.section.-secondary + footer .wave path,
    main.section.-secondary .wave path,
    section.section.-secondary + footer .wave path,
    section.section.-secondary .wave path {
      fill: #194F90; }
  main.section.-action,
  section.section.-action {
    color: #FE8601; }
    main.section.-action h3,
    section.section.-action h3 {
      color: #021945; }
    main.section.-action .illustration,
    section.section.-action .illustration {
      opacity: .03; }
      @supports (mix-blend-mode: overlay) {
        main.section.-action .illustration,
        section.section.-action .illustration {
          opacity: .6; } }
    main.section.-action.feed-section, main.section.-action.tab-section,
    section.section.-action.feed-section,
    section.section.-action.tab-section {
      background: #FFF0DD; }
    main.section.-action + footer .wave path,
    main.section.-action .wave path,
    section.section.-action + footer .wave path,
    section.section.-action .wave path {
      fill: #FFF0DD; }
  main.section.-dark,
  section.section.-dark {
    color: #001F5C; }
    main.section.-dark .illustration,
    section.section.-dark .illustration {
      opacity: .2;
      filter: invert(1); }
    main.section.-dark.feed-section, main.section.-dark.tab-section,
    section.section.-dark.feed-section,
    section.section.-dark.tab-section {
      background: #001F5C; }
    main.section.-dark + footer .wave path,
    main.section.-dark .wave path,
    section.section.-dark + footer .wave path,
    section.section.-dark .wave path {
      fill: #001F5C; }

.lightbg {
  background-color: #fff; }

.darkbg {
  background-color: #EEEEEE; }

.lightbg + .lightbg {
  padding-top: 0; }

.darkbg + .darkbg {
  padding-top: 0; }

.woocommerce-cart.page header + main.section {
  padding-left: 0;
  padding-right: 0; }

.woocommerce-cart header {
  display: none; }
  .woocommerce-cart header .content {
    margin-top: 5vh !important; }

.woocommerce-cart .container {
  width: 90vw;
  max-width: 800px;
  text-align: center; }
  .woocommerce-cart .container .content {
    width: 100%; }
  @media (max-width: 736px) {
    .woocommerce-cart .container {
      max-width: 100vw;
      display: block;
      float: left;
      width: 83.71429%;
      margin-left: 8.14286%;
      margin-right: 1%; } }
  @media (max-width: 736px) and (min-width: 1200px) {
    .woocommerce-cart .container {
      display: block;
      float: left;
      width: 83.71429%;
      margin-left: 8.14286%;
      margin-right: 1%; } }
  @media (max-width: 736px) and (max-width: 1200px) {
    .woocommerce-cart .container {
      display: block;
      float: left;
      width: 83.71429%;
      margin-left: 8.14286%;
      margin-right: 1%; } }
  @media (max-width: 736px) and (min-width: 1025px) {
    .woocommerce-cart .container {
      display: block;
      float: left;
      width: 75.71429%;
      margin-left: 12.14286%;
      margin-right: 5%; } }
  @media (max-width: 736px) and (max-width: 1024px) {
    .woocommerce-cart .container {
      display: block;
      float: left;
      width: 75.71429%;
      margin-left: 12.14286%;
      margin-right: 5%; } }
  @media (max-width: 736px) and (max-width: 736px) {
    .woocommerce-cart .container {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 736px) and (max-width: 400px) {
    .woocommerce-cart .container {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }

.woocommerce-cart .woocommerce-message:not(.override),
.woocommerce-cart .woocommerce-error:not(.override) {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
  text-align: left; }
  @media (min-width: 1200px) {
    .woocommerce-cart .woocommerce-message:not(.override),
    .woocommerce-cart .woocommerce-error:not(.override) {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .woocommerce-cart .woocommerce-message:not(.override),
    .woocommerce-cart .woocommerce-error:not(.override) {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .woocommerce-cart .woocommerce-message:not(.override),
    .woocommerce-cart .woocommerce-error:not(.override) {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .woocommerce-cart .woocommerce-message:not(.override),
    .woocommerce-cart .woocommerce-error:not(.override) {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-cart .woocommerce-message:not(.override),
    .woocommerce-cart .woocommerce-error:not(.override) {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .woocommerce-cart .woocommerce-message:not(.override),
    .woocommerce-cart .woocommerce-error:not(.override) {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }

.woocommerce-cart .wysiwyg {
  padding-top: 0; }
  .woocommerce-cart .wysiwyg:after {
    content: "";
    display: table;
    clear: both; }
  .woocommerce-cart .wysiwyg .woocommerce:after {
    content: "";
    display: table;
    clear: both; }

.woocommerce-cart table th {
  background: #021945;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2); }

.woocommerce-cart table th.product-thumbnail, .woocommerce-cart table td.product-thumbnail {
  width: 10em; }

.woocommerce-cart table th.product-price, .woocommerce-cart table th.product-subtotal, .woocommerce-cart table th.product-quantity, .woocommerce-cart table td.product-price, .woocommerce-cart table td.product-subtotal, .woocommerce-cart table td.product-quantity {
  width: 7em; }

.woocommerce-cart .cart-collaterals {
  margin-top: 5vh; }

.woocommerce-cart .donation-block > td:before {
  display: none; }

.woocommerce-cart .donation-block .donation {
  display: block;
  float: left;
  width: 69.42857%;
  margin-left: 15.28571%;
  margin-right: 1%; }
  @media (min-width: 1200px) {
    .woocommerce-cart .donation-block .donation {
      display: block;
      float: left;
      width: 69.42857%;
      margin-left: 15.28571%;
      margin-right: 1%; } }
  @media (max-width: 1200px) {
    .woocommerce-cart .donation-block .donation {
      display: block;
      float: left;
      width: 69.42857%;
      margin-left: 15.28571%;
      margin-right: 1%; } }
  @media (min-width: 1025px) {
    .woocommerce-cart .donation-block .donation {
      display: block;
      float: left;
      width: 61.42857%;
      margin-left: 19.28571%;
      margin-right: 5%; } }
  @media (max-width: 1024px) {
    .woocommerce-cart .donation-block .donation {
      display: block;
      float: left;
      width: 61.42857%;
      margin-left: 19.28571%;
      margin-right: 5%; } }
  @media (max-width: 736px) {
    .woocommerce-cart .donation-block .donation {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 400px) {
    .woocommerce-cart .donation-block .donation {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }

.woocommerce-cart .donation-block .input.text {
  position: relative;
  color: transparent; }
  .woocommerce-cart .donation-block .input.text:before {
    content: '$';
    position: absolute;
    left: 0.75em;
    top: 0;
    color: #021945;
    content: '$';
    line-height: 2.7;
    padding-left: .5em;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (max-width: 736px) {
      .woocommerce-cart .donation-block .input.text:before {
        line-height: 2.3;
        left: 0.1em; } }

.woocommerce-cart .donation-block input[name=ok-donation] {
  padding-left: 1.5em; }

.woocommerce-cart .donation,
.woocommerce-cart .coupon {
  display: block;
  float: left;
  width: 69.42857%;
  margin-left: 15.28571%;
  margin-right: 1%;
  float: left !important;
  margin-bottom: 1em; }
  @media (min-width: 1200px) {
    .woocommerce-cart .donation,
    .woocommerce-cart .coupon {
      display: block;
      float: left;
      width: 69.42857%;
      margin-left: 15.28571%;
      margin-right: 1%; } }
  @media (max-width: 1200px) {
    .woocommerce-cart .donation,
    .woocommerce-cart .coupon {
      display: block;
      float: left;
      width: 69.42857%;
      margin-left: 15.28571%;
      margin-right: 1%; } }
  @media (min-width: 1025px) {
    .woocommerce-cart .donation,
    .woocommerce-cart .coupon {
      display: block;
      float: left;
      width: 61.42857%;
      margin-left: 19.28571%;
      margin-right: 5%; } }
  @media (max-width: 1024px) {
    .woocommerce-cart .donation,
    .woocommerce-cart .coupon {
      display: block;
      float: left;
      width: 61.42857%;
      margin-left: 19.28571%;
      margin-right: 5%; } }
  @media (max-width: 736px) {
    .woocommerce-cart .donation,
    .woocommerce-cart .coupon {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 400px) {
    .woocommerce-cart .donation,
    .woocommerce-cart .coupon {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 736px) {
    .woocommerce-cart .donation,
    .woocommerce-cart .coupon {
      margin-top: 1em; } }
  .woocommerce-cart .donation label,
  .woocommerce-cart .coupon label {
    display: none; }
  .woocommerce-cart .donation input,
  .woocommerce-cart .coupon input {
    display: block;
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    clear: none; }
    @media (min-width: 1200px) {
      .woocommerce-cart .donation input,
      .woocommerce-cart .coupon input {
        display: block;
        float: left;
        width: 46%;
        margin-left: 2%;
        margin-right: 2%; } }
    @media (max-width: 1200px) {
      .woocommerce-cart .donation input,
      .woocommerce-cart .coupon input {
        display: block;
        float: left;
        width: 46%;
        margin-left: 2%;
        margin-right: 2%; } }
    @media (min-width: 1025px) {
      .woocommerce-cart .donation input,
      .woocommerce-cart .coupon input {
        display: block;
        float: left;
        width: 46%;
        margin-left: 2%;
        margin-right: 2%; } }
    @media (max-width: 1024px) {
      .woocommerce-cart .donation input,
      .woocommerce-cart .coupon input {
        display: block;
        float: left;
        width: 46%;
        margin-left: 2%;
        margin-right: 2%; } }
    @media (max-width: 736px) {
      .woocommerce-cart .donation input,
      .woocommerce-cart .coupon input {
        display: block;
        float: left;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%; } }
    @media (max-width: 400px) {
      .woocommerce-cart .donation input,
      .woocommerce-cart .coupon input {
        display: block;
        float: left;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%; } }
    @media (max-width: 736px) {
      .woocommerce-cart .donation input,
      .woocommerce-cart .coupon input {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0; } }
  .woocommerce-cart .donation input.button,
  .woocommerce-cart .coupon input.button {
    color: #021945;
    background-color: #74C5FA;
    box-shadow: inset 0 0 0 2px #74C5FA;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    background: transparent;
    will-change: background, color; }
    .woocommerce-cart .donation input.button.-outline,
    .woocommerce-cart .coupon input.button.-outline {
      box-shadow: inset 0 0 0 2px #74C5FA;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
      background: transparent;
      will-change: background, color; }
      .woocommerce-cart .donation input.button.-outline.-secondary, .woocommerce-cart .donation input.button.-outline.-dark,
      .woocommerce-cart .coupon input.button.-outline.-secondary,
      .woocommerce-cart .coupon input.button.-outline.-dark {
        color: #021945; }
      .woocommerce-cart .donation input.button.-outline:hover, .woocommerce-cart .donation input.button.-outline:focus,
      .woocommerce-cart .coupon input.button.-outline:hover,
      .woocommerce-cart .coupon input.button.-outline:focus {
        background: #74C5FA;
        color: #021945; }
    .woocommerce-cart .donation input.button.-secondary, .woocommerce-cart .donation input.button.-dark,
    .woocommerce-cart .coupon input.button.-secondary,
    .woocommerce-cart .coupon input.button.-dark {
      color: #021945; }
    .woocommerce-cart .donation input.button:hover, .woocommerce-cart .donation input.button:focus,
    .woocommerce-cart .coupon input.button:hover,
    .woocommerce-cart .coupon input.button:focus {
      background: #74C5FA;
      color: #021945; }
    .woocommerce-cart .donation input.button.disabled,
    .woocommerce-cart .coupon input.button.disabled {
      cursor: not-allowed;
      box-shadow: inset 0 0 0 2px #74C5FA;
      background-color: transparent;
      color: rgba(116, 197, 250, 0.75); }
      .woocommerce-cart .donation input.button.disabled:before, .woocommerce-cart .donation input.button.disabled:after,
      .woocommerce-cart .coupon input.button.disabled:before,
      .woocommerce-cart .coupon input.button.disabled:after {
        content: none; }

@media (max-width: 736px) {
  .woocommerce-cart button[name=update_cart] {
    width: 100%;
    float: left;
    margin-top: 4vh;
    clear: both;
    display: block; } }

.woocommerce-cart td:after {
  content: "";
  display: table;
  clear: both; }

.woocommerce-cart .woocommerce-cart-form__cart-item td {
  text-align: left;
  border: none; }

@media (max-width: 736px) {
  .woocommerce-cart .woocommerce-cart-form__cart-item {
    padding: 2.5vw;
    border-bottom: 1px solid rgba(2, 25, 69, 0.2); }
    .woocommerce-cart .woocommerce-cart-form__cart-item .product-remove a {
      padding: .5em 1em;
      display: block;
      text-align: center;
      border-radius: 2em;
      border: 1px solid #74C5FA; }
      .woocommerce-cart .woocommerce-cart-form__cart-item .product-remove a:before {
        content: attr(aria-label);
        margin-right: 1em; } }

.woocommerce-cart .shop_table,
.woocommerce-cart .woocommerce-cart-form__contents {
  background: white; }

.woocommerce-cart .woocommerce-cart-form__contents .product-remove {
  font-size: 170%;
  padding-right: .5em;
  padding-left: .75em;
  width: 3rem; }
  @media (max-width: 736px) {
    .woocommerce-cart .woocommerce-cart-form__contents .product-remove {
      font-size: 100%; } }

.woocommerce-cart .woocommerce-cart-form__contents tr:nth-of-type(2n) {
  background: rgba(25, 79, 144, 0.03); }
  .woocommerce-cart .woocommerce-cart-form__contents tr:nth-of-type(2n) td {
    background: transparent !important; }

.woocommerce-cart .wc-proceed-to-checkout {
  margin-top: 1rem; }

.woocommerce-cart td.product-quantity label.screen-reader-text {
  position: absolute;
  left: -100000px;
  visibility: hidden; }

abbr {
  text-decoration: none;
  border-bottom: none;
  color: #e6144c; }

.woocommerce-checkout header {
  display: none; }

.woocommerce-checkout .primary-navigation {
  position: relative;
  margin-bottom: 1em; }

.woocommerce-checkout .wave path {
  fill: #E6F2FA; }

.woocommerce-checkout .wysiwyg {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0; }
  @media (min-width: 1200px) {
    .woocommerce-checkout .wysiwyg {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .woocommerce-checkout .wysiwyg {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .woocommerce-checkout .wysiwyg {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .woocommerce-checkout .wysiwyg {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-checkout .wysiwyg {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .woocommerce-checkout .wysiwyg {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }

.woocommerce-checkout .col2-set {
  display: block;
  float: left;
  width: 42.85714%;
  margin-left: 0%;
  margin-right: 0;
  padding: 2vw;
  background: white;
  border-radius: 0.6em; }
  @media (min-width: 1200px) {
    .woocommerce-checkout .col2-set {
      display: block;
      float: left;
      width: 42.85714%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .woocommerce-checkout .col2-set {
      display: block;
      float: left;
      width: 42.85714%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .woocommerce-checkout .col2-set {
      display: block;
      float: left;
      width: 42.85714%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .woocommerce-checkout .col2-set {
      display: block;
      float: left;
      width: 42.85714%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-checkout .col2-set {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .woocommerce-checkout .col2-set {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-checkout .col2-set {
      padding: 4vw;
      margin-bottom: 4vh;
      width: 100%;
      margin-right: 0;
      margin-left: 0; } }

@media (max-width: 736px) {
  .woocommerce-checkout #order_review_heading {
    clear: both; } }

.woocommerce-checkout .basic-section .content {
  width: 100%;
  max-width: 80vw; }

.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0; }
  @media (min-width: 1200px) {
    .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0; }
    @media (min-width: 1200px) {
      .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }

.woocommerce-checkout .woocommerce-checkout-review-order {
  padding: 2vw;
  background: white;
  border-radius: 0.6em;
  display: block;
  float: left;
  width: 53.57143%;
  margin-left: 3.57143%;
  margin-right: 0; }
  @media (min-width: 1200px) {
    .woocommerce-checkout .woocommerce-checkout-review-order {
      display: block;
      float: left;
      width: 53.57143%;
      margin-left: 3.57143%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .woocommerce-checkout .woocommerce-checkout-review-order {
      display: block;
      float: left;
      width: 53.57143%;
      margin-left: 3.57143%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .woocommerce-checkout .woocommerce-checkout-review-order {
      display: block;
      float: left;
      width: 53.57143%;
      margin-left: 3.57143%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .woocommerce-checkout .woocommerce-checkout-review-order {
      display: block;
      float: left;
      width: 53.57143%;
      margin-left: 3.57143%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-checkout .woocommerce-checkout-review-order {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .woocommerce-checkout .woocommerce-checkout-review-order {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-checkout .woocommerce-checkout-review-order {
      padding: 4vw; } }
  .woocommerce-checkout .woocommerce-checkout-review-order > div > h3 {
    font-family: "sofia-pro", sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      .woocommerce-checkout .woocommerce-checkout-review-order > div > h3 {
        font-size: 17px;
        font-size: 1.0625rem; } }
    @media (max-width: 736px) {
      .woocommerce-checkout .woocommerce-checkout-review-order > div > h3 {
        font-size: 16px;
        font-size: 1rem; } }
  .woocommerce-checkout .woocommerce-checkout-review-order > div > a {
    color: #74C5FA;
    text-decoration: underline; }

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-account-fields,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  text-align: left; }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type=text],
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type=tel],
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type=number],
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type=email],
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type=password],
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper textarea,
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper select,
  .woocommerce-checkout .woocommerce-account-fields input[type=text],
  .woocommerce-checkout .woocommerce-account-fields input[type=tel],
  .woocommerce-checkout .woocommerce-account-fields input[type=number],
  .woocommerce-checkout .woocommerce-account-fields input[type=email],
  .woocommerce-checkout .woocommerce-account-fields input[type=password],
  .woocommerce-checkout .woocommerce-account-fields textarea,
  .woocommerce-checkout .woocommerce-account-fields select,
  .woocommerce-checkout .woocommerce-additional-fields__field-wrapper input[type=text],
  .woocommerce-checkout .woocommerce-additional-fields__field-wrapper input[type=tel],
  .woocommerce-checkout .woocommerce-additional-fields__field-wrapper input[type=number],
  .woocommerce-checkout .woocommerce-additional-fields__field-wrapper input[type=email],
  .woocommerce-checkout .woocommerce-additional-fields__field-wrapper input[type=password],
  .woocommerce-checkout .woocommerce-additional-fields__field-wrapper textarea,
  .woocommerce-checkout .woocommerce-additional-fields__field-wrapper select {
    width: 100%; }

.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 5vh; }

.woocommerce-checkout .woocommerce-error {
  margin-bottom: 5vh;
  color: #e6144c; }
  .woocommerce-checkout .woocommerce-error li + li {
    margin-top: 2vh; }

.woocommerce-checkout td.product-name {
  text-align: left; }

@media (max-width: 736px) {
  .woocommerce-checkout .shop_table td {
    display: table-cell; } }

.woocommerce-checkout .wc-terms-and-conditions {
  position: relative;
  margin-left: 36px;
  text-align: left; }
  .woocommerce-checkout .wc-terms-and-conditions input[type=checkbox] {
    position: absolute;
    left: -36px;
    top: 3px; }

.woocommerce-checkout .wc_payment_methods:after {
  content: "";
  display: table;
  clear: both; }

.woocommerce-checkout .wc_payment_methods .wc_payment_method {
  position: relative;
  clear: both;
  padding: .5em 0 0 2em;
  display: block;
  height: auto; }
  .woocommerce-checkout .wc_payment_methods .wc_payment_method:before {
    display: none; }
  .woocommerce-checkout .wc_payment_methods .wc_payment_method .input-radio {
    position: absolute;
    left: -1em; }
  .woocommerce-checkout .wc_payment_methods .wc_payment_method .payment_box {
    clear: both;
    text-align: left;
    font-size: .7rem; }
    .woocommerce-checkout .wc_payment_methods .wc_payment_method .payment_box p {
      font-size: .7rem; }

.woocommerce-checkout .place-order:after {
  content: "";
  display: table;
  clear: both; }

.woocommerce-cart .cross-sells .products {
  margin-left: -7.14286vw;
  margin-right: -7.14286vw;
  width: calc(100% + 14.28571vw); }
  @media (max-width: 1024px) {
    .woocommerce-cart .cross-sells .products {
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }

.woocommerce-cart .cross-sells ul, .woocommerce-cart .cross-sells li {
  padding: 0; }
  .woocommerce-cart .cross-sells ul .-product, .woocommerce-cart .cross-sells li .-product {
    background: white; }

.woocommerce.single-product .ecard-fields.variations {
  background: #CAE5F5;
  border: none;
  border-radius: 0.6em; }
  .woocommerce.single-product .ecard-fields.variations textarea, .woocommerce.single-product .ecard-fields.variations select, .woocommerce.single-product .ecard-fields.variations .select2-selection, .woocommerce.single-product .ecard-fields.variations input[type="text"], .woocommerce.single-product .ecard-fields.variations input[type="password"], .woocommerce.single-product .ecard-fields.variations input[type="datetime"], .woocommerce.single-product .ecard-fields.variations input[type="datetime-local"], .woocommerce.single-product .ecard-fields.variations input[type="date"], .woocommerce.single-product .ecard-fields.variations input[type="month"], .woocommerce.single-product .ecard-fields.variations input[type="time"], .woocommerce.single-product .ecard-fields.variations input[type="week"], .woocommerce.single-product .ecard-fields.variations input[type="number"], .woocommerce.single-product .ecard-fields.variations input[type="email"], .woocommerce.single-product .ecard-fields.variations input[type="url"], .woocommerce.single-product .ecard-fields.variations input[type="search"], .woocommerce.single-product .ecard-fields.variations input[type="tel"], .woocommerce.single-product .ecard-fields.variations input[type="image"], .woocommerce.single-product .ecard-fields.variations input[type="color"] {
    font-size: .9rem; }
  .woocommerce.single-product .ecard-fields.variations tr, .woocommerce.single-product .ecard-fields.variations td {
    border: none;
    padding: .5rem !important;
    font-size: 1.1rem; }
    .woocommerce.single-product .ecard-fields.variations tr.label, .woocommerce.single-product .ecard-fields.variations td.label {
      width: 11rem; }
  .woocommerce.single-product .ecard-fields.variations label {
    padding: .5rem 1rem !important; }
  .woocommerce.single-product .ecard-fields.variations .value textarea {
    height: 2.5rem;
    min-height: 2.5rem; }
    .woocommerce.single-product .ecard-fields.variations .value textarea#default_subject, .woocommerce.single-product .ecard-fields.variations .value textarea#ecard_heading {
      min-height: 3.5rem; }
    .woocommerce.single-product .ecard-fields.variations .value textarea#ecard_message {
      min-height: 9rem; }
  .woocommerce.single-product .ecard-fields.variations .value input[type=checkbox] {
    width: 1.75rem !important;
    border-radius: 0.6em; }
  .woocommerce.single-product .ecard-fields.variations #e-card-preiview {
    display: inline-block;
    padding: 0.65em 1.5em;
    margin: 0 0 1em 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    letter-spacing: 0.025em;
    line-height: 100%;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    font-family: "paralucent", sans-serif;
    border-radius: 5rem;
    text-align: center;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    font-weight: 500;
    position: relative;
    will-change: background, color;
    box-shadow: none;
    font-size: 1.15rem;
    color: white;
    background-color: #194F90; }
    @media (max-width: 1024px) {
      .woocommerce.single-product .ecard-fields.variations #e-card-preiview {
        font-size: 1.2rem; } }
    .woocommerce.single-product .ecard-fields.variations #e-card-preiview.-outline {
      box-shadow: inset 0 0 0 2px #194F90;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
      background: transparent;
      will-change: background, color; }
      .woocommerce.single-product .ecard-fields.variations #e-card-preiview.-outline.-secondary, .woocommerce.single-product .ecard-fields.variations #e-card-preiview.-outline.-dark {
        color: #021945; }
      .woocommerce.single-product .ecard-fields.variations #e-card-preiview.-outline:hover, .woocommerce.single-product .ecard-fields.variations #e-card-preiview.-outline:focus {
        background: #194F90;
        color: white; }
    .woocommerce.single-product .ecard-fields.variations #e-card-preiview.disabled {
      cursor: not-allowed;
      box-shadow: inset 0 0 0 2px #194F90;
      background-color: transparent;
      color: rgba(25, 79, 144, 0.75); }
      .woocommerce.single-product .ecard-fields.variations #e-card-preiview.disabled:before, .woocommerce.single-product .ecard-fields.variations #e-card-preiview.disabled:after {
        content: none; }
    .woocommerce.single-product .ecard-fields.variations #e-card-preiview:hover, .woocommerce.single-product .ecard-fields.variations #e-card-preiview:focus {
      background: #1f62b3;
      box-shadow: none; }

.ui-datepicker.ui-widget {
  font-family: "sofia-pro", sans-serif;
  padding: .2rem; }
  .ui-datepicker.ui-widget .ui-widget-header {
    background: transparent;
    border: none; }
  .ui-datepicker.ui-widget .ui-state-default {
    background: #E6F2FA;
    border-color: #CAE5F5;
    border-radius: 0.3em; }
  .ui-datepicker.ui-widget .ui-datepicker-prev-hover,
  .ui-datepicker.ui-widget .ui-datepicker-next-hover {
    background: #CAE5F5;
    border: none; }
  .ui-datepicker.ui-widget table {
    border: none; }

.fc-modal#ecardpreview-container {
  background: rgba(0, 0, 0, 0.9); }
  .fc-modal#ecardpreview-container .fc-modal-content {
    border: none;
    border-radius: 0.72em;
    background: white; }
  .fc-modal#ecardpreview-container .fc-modal-header {
    background: #194F90;
    border-radius: 0.6em 0.6em 0 0;
    margin: 0; }
    .fc-modal#ecardpreview-container .fc-modal-header:before {
      border-color: #194F90 transparent transparent transparent; }
  .fc-modal#ecardpreview-container .fc-modal-body {
    padding: 0;
    width: 100%; }

.ecard-real-preview {
  background: #f1f1f1;
  font-family: Arial, sans-serif; }
  .ecard-real-preview center {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
    background: white !important; }
  .ecard-real-preview table {
    background: white; }
    .ecard-real-preview table .button-td:before, .ecard-real-preview table .button-td:after {
      display: none; }
  .ecard-real-preview .update_ecard_msg_btn {
    background: #74C5FA !important;
    color: #021945 !important; }

.woocommerce-cart .woocommerce-cart-form__cart-item .variation .variation-RecipientFullName,
.woocommerce-cart .woocommerce-cart-form__cart-item .variation .variation-RecipientEmailAddress,
.woocommerce-cart .woocommerce-cart-form__cart-item .variation .variation-VirtualGiftEmailSubject,
.woocommerce-cart .woocommerce-cart-form__cart-item .variation .variation-VirtualGiftDeliveryDate,
.woocommerce-cart .woocommerce-cart-form__cart-item .variation .variation-eCardHeading,
.woocommerce-cart .woocommerce-cart-form__cart-item .variation .variation-eCardMessage,
.woocommerce-cart .woocommerce-cart-form__cart-item .variation .variation-YourName,
.woocommerce-cart .woocommerce-cart-form__cart-item .variation .variation-YourEmail {
  display: none; }

.woocommerce-cart .woocommerce-cart-form__cart-item .variation dt.variation-UpdateeCard,
.woocommerce-cart .woocommerce-cart-form__cart-item .variation dt.variation-PrevieweCard {
  display: none; }

.woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-update,
.woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-preview {
  display: inline-block;
  padding: 0.65em;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  letter-spacing: 0.025em;
  line-height: 100%;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  font-family: "paralucent", sans-serif;
  border-radius: 5rem;
  text-align: center;
  font-weight: 500;
  box-shadow: none;
  font-size: .85rem;
  color: white;
  background-color: #194F90; }
  @media (max-width: 1024px) {
    .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-update,
    .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-preview {
      font-size: 1.2rem; } }
  .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-update.-outline,
  .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-preview.-outline {
    box-shadow: inset 0 0 0 2px #194F90;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    background: transparent;
    will-change: background, color; }
    .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-update.-outline.-secondary, .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-update.-outline.-dark,
    .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-preview.-outline.-secondary,
    .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-preview.-outline.-dark {
      color: #021945; }
    .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-update.-outline:hover, .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-update.-outline:focus,
    .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-preview.-outline:hover,
    .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-preview.-outline:focus {
      background: #194F90;
      color: white; }
  .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-update.disabled,
  .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-preview.disabled {
    cursor: not-allowed;
    box-shadow: inset 0 0 0 2px #194F90;
    background-color: transparent;
    color: rgba(25, 79, 144, 0.75); }
    .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-update.disabled:before, .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-update.disabled:after,
    .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-preview.disabled:before,
    .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-preview.disabled:after {
      content: none; }
  .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-update:hover, .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-update:focus,
  .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-preview:hover,
  .woocommerce-cart .woocommerce-cart-form__cart-item .variation .e-card-preview:focus {
    background: #1f62b3;
    box-shadow: none; }

.woocommerce-checkout-review-order-table .variation .variation-RecipientEmailAddress,
.woocommerce-checkout-review-order-table .variation .variation-VirtualGiftDeliveryDate {
  display: none; }

.woocommerce-checkout-review-order-table .variation dt.variation-UpdateeCard,
.woocommerce-checkout-review-order-table .variation dt.variation-PrevieweCard {
  display: none; }

.woocommerce-checkout-review-order-table .variation .e-card-update,
.woocommerce-checkout-review-order-table .variation .e-card-preview {
  display: inline-block;
  padding: 0.65em;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  letter-spacing: 0.025em;
  line-height: 100%;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  font-family: "paralucent", sans-serif;
  border-radius: 5rem;
  text-align: center;
  font-weight: 500;
  box-shadow: none !important;
  font-size: .85rem !important;
  color: white;
  background-color: #194F90;
  color: white !important; }
  @media (max-width: 1024px) {
    .woocommerce-checkout-review-order-table .variation .e-card-update,
    .woocommerce-checkout-review-order-table .variation .e-card-preview {
      font-size: 1.2rem; } }
  .woocommerce-checkout-review-order-table .variation .e-card-update.-outline,
  .woocommerce-checkout-review-order-table .variation .e-card-preview.-outline {
    box-shadow: inset 0 0 0 2px #194F90;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    background: transparent;
    will-change: background, color; }
    .woocommerce-checkout-review-order-table .variation .e-card-update.-outline.-secondary, .woocommerce-checkout-review-order-table .variation .e-card-update.-outline.-dark,
    .woocommerce-checkout-review-order-table .variation .e-card-preview.-outline.-secondary,
    .woocommerce-checkout-review-order-table .variation .e-card-preview.-outline.-dark {
      color: #021945; }
    .woocommerce-checkout-review-order-table .variation .e-card-update.-outline:hover, .woocommerce-checkout-review-order-table .variation .e-card-update.-outline:focus,
    .woocommerce-checkout-review-order-table .variation .e-card-preview.-outline:hover,
    .woocommerce-checkout-review-order-table .variation .e-card-preview.-outline:focus {
      background: #194F90;
      color: white; }
  .woocommerce-checkout-review-order-table .variation .e-card-update.disabled,
  .woocommerce-checkout-review-order-table .variation .e-card-preview.disabled {
    cursor: not-allowed;
    box-shadow: inset 0 0 0 2px #194F90;
    background-color: transparent;
    color: rgba(25, 79, 144, 0.75); }
    .woocommerce-checkout-review-order-table .variation .e-card-update.disabled:before, .woocommerce-checkout-review-order-table .variation .e-card-update.disabled:after,
    .woocommerce-checkout-review-order-table .variation .e-card-preview.disabled:before,
    .woocommerce-checkout-review-order-table .variation .e-card-preview.disabled:after {
      content: none; }
  .woocommerce-checkout-review-order-table .variation .e-card-update:hover, .woocommerce-checkout-review-order-table .variation .e-card-update:focus,
  .woocommerce-checkout-review-order-table .variation .e-card-preview:hover,
  .woocommerce-checkout-review-order-table .variation .e-card-preview:focus {
    background: #1f62b3;
    box-shadow: none !important; }

.woocommerce-table--order-details ul.wc-item-meta {
  padding: 1rem 0 0 1rem;
  margin: 0 0 0 0; }
  .woocommerce-table--order-details ul.wc-item-meta > li, .woocommerce-table--order-details ul.wc-item-meta strong, .woocommerce-table--order-details ul.wc-item-meta p {
    padding-left: 0;
    margin-left: 0;
    font-size: 1rem; }
  @media (max-width: 736px) {
    .woocommerce-table--order-details ul.wc-item-meta {
      display: none; } }

.woocommerce-order-pay .order_details:not(override) {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  width: 41.07143%;
  margin-left: 0%;
  margin-right: 0;
  margin-top: 1em;
  padding: 1.5em; }
  .woocommerce-order-pay .order_details:not(override) li {
    padding-left: 0; }
    .woocommerce-order-pay .order_details:not(override) li:before {
      display: none; }
  @media (min-width: 1200px) {
    .woocommerce-order-pay .order_details:not(override) {
      display: block;
      float: left;
      width: 41.07143%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .woocommerce-order-pay .order_details:not(override) {
      display: block;
      float: left;
      width: 41.07143%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .woocommerce-order-pay .order_details:not(override) {
      display: block;
      float: left;
      width: 41.07143%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .woocommerce-order-pay .order_details:not(override) {
      display: block;
      float: left;
      width: 41.07143%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-order-pay .order_details:not(override) {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .woocommerce-order-pay .order_details:not(override) {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }

.woocommerce-order-pay .order_details,
.woocommerce-order-pay form {
  padding: 1.5em;
  background: white;
  border-radius: 0.6em;
  display: block;
  float: left;
  width: 50%;
  margin-left: 8.92857%;
  margin-right: 0; }
  @media (min-width: 1200px) {
    .woocommerce-order-pay .order_details,
    .woocommerce-order-pay form {
      display: block;
      float: left;
      width: 50%;
      margin-left: 8.92857%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .woocommerce-order-pay .order_details,
    .woocommerce-order-pay form {
      display: block;
      float: left;
      width: 50%;
      margin-left: 8.92857%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .woocommerce-order-pay .order_details,
    .woocommerce-order-pay form {
      display: block;
      float: left;
      width: 50%;
      margin-left: 8.92857%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .woocommerce-order-pay .order_details,
    .woocommerce-order-pay form {
      display: block;
      float: left;
      width: 50%;
      margin-left: 8.92857%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-order-pay .order_details,
    .woocommerce-order-pay form {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .woocommerce-order-pay .order_details,
    .woocommerce-order-pay form {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }

.woocommerce-order-pay .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: center right; }

.woocommerce-order-pay .form-row-first,
.woocommerce-order-pay .form-row-last {
  width: 50%;
  float: left; }
  .woocommerce-order-pay .form-row-first.form-row-first,
  .woocommerce-order-pay .form-row-last.form-row-first {
    padding-right: .5em; }
  .woocommerce-order-pay .form-row-first.form-row-last,
  .woocommerce-order-pay .form-row-last.form-row-last {
    padding-left: .5em; }
  @media (max-width: 736px) {
    .woocommerce-order-pay .form-row-first,
    .woocommerce-order-pay .form-row-last {
      width: 100%;
      float: none; }
      .woocommerce-order-pay .form-row-first.form-row-first,
      .woocommerce-order-pay .form-row-last.form-row-first {
        padding-right: 0; }
      .woocommerce-order-pay .form-row-first.form-row-last,
      .woocommerce-order-pay .form-row-last.form-row-last {
        padding-left: 0; } }

.woocommerce-page.woocommerce-order-received .woocommerce-order {
  display: block;
  float: left;
  width: 85.71429%;
  margin-left: 7.14286%;
  margin-right: 0; }
  @media (min-width: 1200px) {
    .woocommerce-page.woocommerce-order-received .woocommerce-order {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .woocommerce-page.woocommerce-order-received .woocommerce-order {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .woocommerce-page.woocommerce-order-received .woocommerce-order {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .woocommerce-page.woocommerce-order-received .woocommerce-order {
      display: block;
      float: left;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-page.woocommerce-order-received .woocommerce-order {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .woocommerce-page.woocommerce-order-received .woocommerce-order {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  .woocommerce-page.woocommerce-order-received .woocommerce-order > *:not(:last-child) {
    margin-bottom: 1.5em;
    border-bottom: 1px solid rgba(0, 14, 41, 0.1); }
    .woocommerce-page.woocommerce-order-received .woocommerce-order > *:not(:last-child):not(.woocommerce-notice) {
      padding-bottom: 1.5em; }
  .woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order {
    padding-left: 0;
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    font-size: 35px;
    font-size: 2.1875rem;
    margin-bottom: .5em;
    margin-bottom: .5em; }
    @media (max-width: 1024px) {
      .woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order {
        font-size: 23.1px;
        font-size: 1.44375rem; } }
    @media (max-width: 736px) {
      .woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media (max-width: 736px) {
      .woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order {
        margin-bottom: 5vw; } }
  .woocommerce-page.woocommerce-order-received .woocommerce-order h2 {
    margin-bottom: .5em; }

.woocommerce-table--order-details th.product-total, .woocommerce-table--order-details td.product-total {
  width: 10em; }
  @media (max-width: 736px) {
    .woocommerce-table--order-details th.product-total, .woocommerce-table--order-details td.product-total {
      width: 6em; } }

.woocommerce-order-received.page header + .basic-section {
  padding: 0 5vw; }
  .woocommerce-order-received.page header + .basic-section .content {
    max-width: 90vw; }

.woocommerce-page .woocommerce-notice {
  padding: 2vw;
  background: #194F90;
  color: white;
  border-radius: 0.6em; }

.woocommerce-page .woocommerce-order-overview {
  margin: 0 0 1em 0;
  padding: 0; }

.woocommerce-page .order_details {
  width: 100%; }
  .woocommerce-page .order_details:not(table) {
    display: block; }
  .woocommerce-page .order_details .order {
    margin-bottom: .5em; }
  .woocommerce-page .order_details li {
    text-align: left; }
    .woocommerce-page .order_details li:before {
      display: none; }
    .woocommerce-page .order_details li.order {
      font-family: "paralucent", sans-serif;
      font-weight: 600;
      line-height: 1.1;
      font-size: 38px;
      font-size: 2.375rem; }
      @media (max-width: 1024px) {
        .woocommerce-page .order_details li.order {
          font-size: 25.08px;
          font-size: 1.5675rem; } }
      @media (max-width: 736px) {
        .woocommerce-page .order_details li.order {
          font-size: 22.8px;
          font-size: 1.425rem; } }

.woocommerce-page .woocommerce-order-overview li {
  margin-left: 0; }

.woocommerce-page .woocommerce-error {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
  padding: 2vw;
  margin-bottom: 1em;
  background: #e6144c;
  color: white;
  border-radius: 0.6em;
  font-weight: 600; }
  @media (min-width: 1200px) {
    .woocommerce-page .woocommerce-error {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .woocommerce-page .woocommerce-error {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .woocommerce-page .woocommerce-error {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .woocommerce-page .woocommerce-error {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-page .woocommerce-error {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .woocommerce-page .woocommerce-error {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  .woocommerce-page .woocommerce-error li:before {
    display: none; }

.woocommerce-page .woocommerce-order {
  display: block;
  float: left;
  width: 55.14286%;
  margin-left: 11.71429%;
  margin-right: 1%;
  margin-bottom: 0;
  padding: 2vw;
  background: white;
  border-radius: 0.6em; }
  @media (min-width: 1200px) {
    .woocommerce-page .woocommerce-order {
      display: block;
      float: left;
      width: 55.14286%;
      margin-left: 11.71429%;
      margin-right: 1%; } }
  @media (max-width: 1200px) {
    .woocommerce-page .woocommerce-order {
      display: block;
      float: left;
      width: 55.14286%;
      margin-left: 11.71429%;
      margin-right: 1%; } }
  @media (min-width: 1025px) {
    .woocommerce-page .woocommerce-order {
      display: block;
      float: left;
      width: 47.14286%;
      margin-left: 15.71429%;
      margin-right: 5%; } }
  @media (max-width: 1024px) {
    .woocommerce-page .woocommerce-order {
      display: block;
      float: left;
      width: 47.14286%;
      margin-left: 15.71429%;
      margin-right: 5%; } }
  @media (max-width: 736px) {
    .woocommerce-page .woocommerce-order {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 400px) {
    .woocommerce-page .woocommerce-order {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 736px) {
    .woocommerce-page .woocommerce-order {
      padding: 5vw; } }

.woocommerce-product-gallery {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
  background: white;
  border-radius: 0.6em;
  border: 1px solid #E6F2FA;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .woocommerce-product-gallery {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .woocommerce-product-gallery {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .woocommerce-product-gallery {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .woocommerce-product-gallery {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-product-gallery {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .woocommerce-product-gallery {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  .woocommerce-product-gallery:before, .woocommerce-product-gallery:after {
    content: '';
    position: absolute;
    top: 0.6em;
    bottom: 0.6em;
    pointer-events: none;
    z-index: 1;
    opacity: .6; }
    @media (max-width: 736px) {
      .woocommerce-product-gallery:before, .woocommerce-product-gallery:after {
        opacity: 1; } }
  .woocommerce-product-gallery:before {
    left: 0;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    width: 1em; }
    @media (max-width: 736px) {
      .woocommerce-product-gallery:before {
        width: .75em; } }
  .woocommerce-product-gallery:after {
    right: 0;
    width: 2em;
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0)); }
  .woocommerce-product-gallery .slick-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .woocommerce-product-gallery .slick-slide {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0; }
    @media (min-width: 1200px) {
      .woocommerce-product-gallery .slick-slide {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      .woocommerce-product-gallery .slick-slide {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      .woocommerce-product-gallery .slick-slide {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .woocommerce-product-gallery .slick-slide {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .woocommerce-product-gallery .slick-slide {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      .woocommerce-product-gallery .slick-slide {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
  .woocommerce-product-gallery .flex-viewport {
    z-index: 2; }
  .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.slick-initialized) .woocommerce-product-gallery__image {
    text-align: center;
    border-radius: 0.6em; }
    .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.slick-initialized) .woocommerce-product-gallery__image a {
      box-shadow: none; }
    .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.slick-initialized) .woocommerce-product-gallery__image img {
      width: auto;
      max-width: calc(100% - 2em);
      height: auto;
      max-height: 80vh;
      border-radius: 0.6em;
      margin: 1em; }
      @media (max-width: 736px) {
        .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.slick-initialized) .woocommerce-product-gallery__image img {
          margin: .75em;
          width: calc(100% - 1.5em); } }
  .woocommerce-product-gallery .slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 1.5vw;
    left: 1.5vw;
    z-index: 1;
    display: inline-block !important; }
    .woocommerce-product-gallery .slick-dots li {
      padding: 0;
      list-style: none;
      display: inline-block;
      vertical-align: bottom;
      transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
      height: 14px; }
      .woocommerce-product-gallery .slick-dots li:not(:last-of-type) {
        margin-bottom: 0; }
      .woocommerce-product-gallery .slick-dots li:before {
        content: none; }
      .woocommerce-product-gallery .slick-dots li button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        vertical-align: top;
        border: none;
        background: rgba(116, 197, 250, 0.4);
        color: transparent;
        height: 14px;
        width: 14px;
        padding: 0;
        margin-right: 8px;
        border-radius: 14px;
        outline: none;
        transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
        will-change: width; }
      .woocommerce-product-gallery .slick-dots li[class*="active"] button {
        width: 28px;
        background: #74C5FA; }
  .woocommerce-product-gallery .flex-control-nav {
    margin: 0;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: -1em 0 0 !important;
    padding: 1em !important; }
    @media (max-width: 736px) {
      .woocommerce-product-gallery .flex-control-nav {
        padding: .75em !important;
        margin-top: -.75em !important; } }
    .woocommerce-product-gallery .flex-control-nav li {
      padding-left: 0 !important;
      display: inline-block;
      cursor: pointer;
      background: #74C5FA;
      border-radius: 0.6em;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1); }
      .woocommerce-product-gallery .flex-control-nav li:not(:last-of-type) {
        margin-bottom: 0 !important;
        margin-right: 1em; }
        @media (max-width: 736px) {
          .woocommerce-product-gallery .flex-control-nav li:not(:last-of-type) {
            margin-right: .75em; } }
      .woocommerce-product-gallery .flex-control-nav li img {
        transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
        opacity: .8; }
        @media (max-width: 736px) {
          .woocommerce-product-gallery .flex-control-nav li img {
            width: 75px; } }
        .woocommerce-product-gallery .flex-control-nav li img:hover {
          opacity: 1;
          -ms-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
          transform: scale3d(0.9, 0.9, 1); }
      .woocommerce-product-gallery .flex-control-nav li img.flex-active {
        opacity: 1;
        -ms-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        transform: scale3d(0.9, 0.9, 1); }
      .woocommerce-product-gallery .flex-control-nav li:before {
        content: none; }

.woocommerce.single-product .product:not(li) {
  position: relative;
  margin: 0 0 10vh; }
  .woocommerce.single-product .product:not(li):after {
    content: "";
    display: table;
    clear: both; }
  .woocommerce.single-product .product:not(li) .summary,
  .woocommerce.single-product .product:not(li) .woocommerce-product-gallery {
    display: inline-block; }
  .woocommerce.single-product .product:not(li) .content {
    border-radius: 0.6em;
    overflow: hidden;
    background: #E6F2FA; }
    @media (max-width: 736px) {
      .woocommerce.single-product .product:not(li) .content {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    .woocommerce.single-product .product:not(li) .content:after {
      content: "";
      display: table;
      clear: both; }
  .woocommerce.single-product .product:not(li) .imagesCon {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: 0; }
    .woocommerce.single-product .product:not(li) .imagesCon:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 1200px) {
      .woocommerce.single-product .product:not(li) .imagesCon {
        display: block;
        float: left;
        width: 50%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      .woocommerce.single-product .product:not(li) .imagesCon {
        display: block;
        float: left;
        width: 50%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      .woocommerce.single-product .product:not(li) .imagesCon {
        display: block;
        float: left;
        width: 50%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .woocommerce.single-product .product:not(li) .imagesCon {
        display: block;
        float: left;
        width: 50%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .woocommerce.single-product .product:not(li) .imagesCon {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      .woocommerce.single-product .product:not(li) .imagesCon {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
  .woocommerce.single-product .product:not(li) .woocommerce-product-gallery__wrapper {
    overflow: hidden;
    border-radius: 0.6em;
    cursor: ew-resize;
    text-align: center; }
    .woocommerce.single-product .product:not(li) .woocommerce-product-gallery__wrapper.slick-initialized {
      height: 40vh;
      padding: 0; }
  .woocommerce.single-product .product:not(li) .summary {
    display: block;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: 0;
    padding: 0 2vw 2vw; }
    @media (min-width: 1200px) {
      .woocommerce.single-product .product:not(li) .summary {
        display: block;
        float: left;
        width: 50%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      .woocommerce.single-product .product:not(li) .summary {
        display: block;
        float: left;
        width: 50%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      .woocommerce.single-product .product:not(li) .summary {
        display: block;
        float: left;
        width: 50%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .woocommerce.single-product .product:not(li) .summary {
        display: block;
        float: left;
        width: 50%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .woocommerce.single-product .product:not(li) .summary {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      .woocommerce.single-product .product:not(li) .summary {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .woocommerce.single-product .product:not(li) .summary {
        padding: 5vw 0;
        clear: both; } }
  .woocommerce.single-product .product:not(li) .cart .button {
    color: #021945;
    background-color: #74C5FA; }
    .woocommerce.single-product .product:not(li) .cart .button.-outline {
      box-shadow: inset 0 0 0 2px #74C5FA;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
      background: transparent;
      will-change: background, color; }
      .woocommerce.single-product .product:not(li) .cart .button.-outline.-secondary, .woocommerce.single-product .product:not(li) .cart .button.-outline.-dark {
        color: #021945; }
      .woocommerce.single-product .product:not(li) .cart .button.-outline:hover, .woocommerce.single-product .product:not(li) .cart .button.-outline:focus {
        background: #74C5FA;
        color: #021945; }
    .woocommerce.single-product .product:not(li) .cart .button.disabled {
      cursor: not-allowed;
      box-shadow: inset 0 0 0 2px #74C5FA;
      background-color: transparent;
      color: rgba(116, 197, 250, 0.75); }
      .woocommerce.single-product .product:not(li) .cart .button.disabled:before, .woocommerce.single-product .product:not(li) .cart .button.disabled:after {
        content: none; }
  .woocommerce.single-product .product:not(li) .woocommerce-tabs {
    background: #CAE5F5;
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    margin: 5vh 0;
    border-radius: 0.6em;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .woocommerce.single-product .product:not(li) .woocommerce-tabs {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      .woocommerce.single-product .product:not(li) .woocommerce-tabs {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      .woocommerce.single-product .product:not(li) .woocommerce-tabs {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .woocommerce.single-product .product:not(li) .woocommerce-tabs {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .woocommerce.single-product .product:not(li) .woocommerce-tabs {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      .woocommerce.single-product .product:not(li) .woocommerce-tabs {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .woocommerce.single-product .product:not(li) .woocommerce-tabs {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    .woocommerce.single-product .product:not(li) .woocommerce-tabs .tabs {
      position: relative;
      overflow: hidden;
      box-shadow: 0 1px 0 rgba(2, 25, 69, 0.15); }
      .woocommerce.single-product .product:not(li) .woocommerce-tabs .tabs:after {
        content: "";
        display: table;
        clear: both; }
      @media (max-width: 736px) {
        .woocommerce.single-product .product:not(li) .woocommerce-tabs .tabs {
          display: -ms-flexbox;
          display: flex;
          white-space: nowrap;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch; } }
      .woocommerce.single-product .product:not(li) .woocommerce-tabs .tabs li {
        display: inline-block;
        float: left;
        box-shadow: 1px 0 0 rgba(2, 25, 69, 0.15); }
        @media (max-width: 736px) {
          .woocommerce.single-product .product:not(li) .woocommerce-tabs .tabs li {
            float: none; } }
        .woocommerce.single-product .product:not(li) .woocommerce-tabs .tabs li:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          background: rgba(2, 25, 69, 0.15);
          height: 1px; }
        .woocommerce.single-product .product:not(li) .woocommerce-tabs .tabs li:first-of-type:last-of-type {
          display: none; }
        .woocommerce.single-product .product:not(li) .woocommerce-tabs .tabs li:first-of-type a {
          border-radius: 0.6em 0 0 0; }
        .woocommerce.single-product .product:not(li) .woocommerce-tabs .tabs li.active a {
          background: #021945;
          color: white;
          font-weight: 600; }
      .woocommerce.single-product .product:not(li) .woocommerce-tabs .tabs a {
        display: block;
        padding: 2vw;
        font-size: 19px;
        font-size: 1.1875rem; }
        @media (max-width: 736px) {
          .woocommerce.single-product .product:not(li) .woocommerce-tabs .tabs a {
            padding: 3.75vw; } }
    .woocommerce.single-product .product:not(li) .woocommerce-tabs .woocommerce-Tabs-panel {
      padding: 2vw;
      background: #CAE5F5; }
      @media (max-width: 736px) {
        .woocommerce.single-product .product:not(li) .woocommerce-tabs .woocommerce-Tabs-panel {
          padding: 5vw; } }
      .woocommerce.single-product .product:not(li) .woocommerce-tabs .woocommerce-Tabs-panel table {
        background: white; }
      .woocommerce.single-product .product:not(li) .woocommerce-tabs .woocommerce-Tabs-panel li:before {
        color: #194F90; }
      .woocommerce.single-product .product:not(li) .woocommerce-tabs .woocommerce-Tabs-panel h2 {
        font-family: "paralucent", sans-serif;
        font-weight: 600;
        line-height: 1.1;
        font-size: 30px;
        font-size: 1.875rem; }
        @media (max-width: 1024px) {
          .woocommerce.single-product .product:not(li) .woocommerce-tabs .woocommerce-Tabs-panel h2 {
            font-size: 19.8px;
            font-size: 1.2375rem; } }
        @media (max-width: 736px) {
          .woocommerce.single-product .product:not(li) .woocommerce-tabs .woocommerce-Tabs-panel h2 {
            font-size: 18px;
            font-size: 1.125rem; } }

.woocommerce.single-product .woocommerce-error,
.woocommerce.single-product .woocommerce-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  margin: 0;
  z-index: 10;
  transform: translate3d(0, 100%, 0);
  animation: appear 1s cubic-bezier(0.5, 0, 0, 1) forwards 0s, message-out 0.7s cubic-bezier(0.5, 0, 0, 1) forwards 10s;
  animation: appear 1s cubic-bezier(0.5, 0, 0, 1) forwards 0s;
  padding: 2.25vw;
  width: 100%;
  border-radius: 0;
  background: #021945; }
  .woocommerce.single-product .woocommerce-error.woocommerce-error,
  .woocommerce.single-product .woocommerce-message.woocommerce-error {
    background: #e6144c; }
    .woocommerce.single-product .woocommerce-error.woocommerce-error .wc-forward,
    .woocommerce.single-product .woocommerce-message.woocommerce-error .wc-forward {
      color: white;
      background-color: #021945; }
      .woocommerce.single-product .woocommerce-error.woocommerce-error .wc-forward.-outline,
      .woocommerce.single-product .woocommerce-message.woocommerce-error .wc-forward.-outline {
        box-shadow: inset 0 0 0 2px #021945;
        transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
        background: transparent;
        will-change: background, color; }
        .woocommerce.single-product .woocommerce-error.woocommerce-error .wc-forward.-outline.-secondary, .woocommerce.single-product .woocommerce-error.woocommerce-error .wc-forward.-outline.-dark,
        .woocommerce.single-product .woocommerce-message.woocommerce-error .wc-forward.-outline.-secondary,
        .woocommerce.single-product .woocommerce-message.woocommerce-error .wc-forward.-outline.-dark {
          color: #021945; }
        .woocommerce.single-product .woocommerce-error.woocommerce-error .wc-forward.-outline:hover, .woocommerce.single-product .woocommerce-error.woocommerce-error .wc-forward.-outline:focus,
        .woocommerce.single-product .woocommerce-message.woocommerce-error .wc-forward.-outline:hover,
        .woocommerce.single-product .woocommerce-message.woocommerce-error .wc-forward.-outline:focus {
          background: #021945;
          color: white; }
      .woocommerce.single-product .woocommerce-error.woocommerce-error .wc-forward.disabled,
      .woocommerce.single-product .woocommerce-message.woocommerce-error .wc-forward.disabled {
        cursor: not-allowed;
        box-shadow: inset 0 0 0 2px #021945;
        background-color: transparent;
        color: rgba(2, 25, 69, 0.75); }
        .woocommerce.single-product .woocommerce-error.woocommerce-error .wc-forward.disabled:before, .woocommerce.single-product .woocommerce-error.woocommerce-error .wc-forward.disabled:after,
        .woocommerce.single-product .woocommerce-message.woocommerce-error .wc-forward.disabled:before,
        .woocommerce.single-product .woocommerce-message.woocommerce-error .wc-forward.disabled:after {
          content: none; }
  @media (max-width: 736px) {
    .woocommerce.single-product .woocommerce-error,
    .woocommerce.single-product .woocommerce-message {
      padding: 5vw; }
      .woocommerce.single-product .woocommerce-error a,
      .woocommerce.single-product .woocommerce-message a {
        margin-bottom: 1em;
        text-align: center; }
        .woocommerce.single-product .woocommerce-error a:after, .woocommerce.single-product .woocommerce-error a:before,
        .woocommerce.single-product .woocommerce-message a:after,
        .woocommerce.single-product .woocommerce-message a:before {
          color: white; } }

@keyframes message-out {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, 100%, 0); } }

.woocommerce.single-product .quantity {
  margin-bottom: 1em; }
  .woocommerce.single-product .quantity label {
    font-size: 1.35em;
    margin-bottom: .4em; }

.woocommerce.single-product .products {
  padding: 5vw 0; }
  .woocommerce.single-product .products .products,
  .woocommerce.single-product .products .product:not(li) {
    margin-bottom: 0; }

.woocommerce.single-product .feed-section {
  clear: both;
  padding: 5vh 0 0; }
  @media (max-width: 736px) {
    .woocommerce.single-product .feed-section {
      padding: 0; } }
  .woocommerce.single-product .feed-section .feed {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0; }
    @media (min-width: 1200px) {
      .woocommerce.single-product .feed-section .feed {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      .woocommerce.single-product .feed-section .feed {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      .woocommerce.single-product .feed-section .feed {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .woocommerce.single-product .feed-section .feed {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .woocommerce.single-product .feed-section .feed {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      .woocommerce.single-product .feed-section .feed {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }

.woocommerce.single-product .stock {
  background: #021945;
  color: #FE8601;
  padding: .3em .8em .4em;
  font-weight: 600;
  font-size: .95em;
  border-radius: 2em;
  display: inline-block; }

.woocommerce.single-product .woocommerce-variation > div {
  margin: 1em 0; }

.woocommerce.single-product .woocommerce-variation .woocommerce-variation-price {
  font-size: 1.5em; }

.woocommerce.single-product .variations tr {
  border: none; }

.woocommerce.single-product .variations td {
  vertical-align: text-bottom;
  font-size: 1.35em;
  text-transform: capitalize; }
  .woocommerce.single-product .variations td:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 736px) {
    .woocommerce.single-product .variations td {
      display: block; } }
  .woocommerce.single-product .variations td select {
    margin-bottom: 0; }
  .woocommerce.single-product .variations td .reset_variations {
    display: inline-block;
    float: right;
    color: transparent;
    position: relative;
    font-size: 0; }
    .woocommerce.single-product .variations td .reset_variations:before {
      display: inline-block;
      font-size: 1rem;
      margin-top: 1rem;
      content: 'Clear Selection';
      color: #021945; }
  .woocommerce.single-product .variations td .reset_variations[style*="visibility: hidden;"] {
    height: 0; }

.woocommerce.single-product .variations .qty {
  text-align: left; }

.woocommerce.single-product .variations input {
  width: 100%;
  max-width: none; }

[class*="archive-product"] .illustration {
  position: absolute;
  bottom: -40vh;
  width: 110%;
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  padding-bottom: 110%;
  right: -15vw;
  opacity: .1; }
  [class*="archive-product"] .illustration:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #74C5FA;
    mix-blend-mode: screen; }

[class*="archive-product"] .woocommerce-result-count {
  display: none; }

.woocommerce-breadcrumb,
.woocommerce-ordering {
  display: none; }

.woocommerce:after {
  content: "";
  display: table;
  clear: both; }

.woocommerce-cart .primary-navigation,
.woocommerce-checkout .primary-navigation,
.woocommerce .primary-navigation {
  position: relative; }

@media (max-width: 736px) {
  .woocommerce-cart.post-type-archive .primary-navigation,
  .woocommerce-checkout.post-type-archive .primary-navigation,
  .woocommerce.post-type-archive .primary-navigation {
    position: absolute; } }

.woocommerce-cart.single-product, .woocommerce-cart:not([class*="archive"]),
.woocommerce-checkout.single-product,
.woocommerce-checkout:not([class*="archive"]),
.woocommerce.single-product,
.woocommerce:not([class*="archive"]) {
  background: #E6F2FA; }
  .woocommerce-cart.single-product .wave path, .woocommerce-cart:not([class*="archive"]) .wave path,
  .woocommerce-checkout.single-product .wave path,
  .woocommerce-checkout:not([class*="archive"]) .wave path,
  .woocommerce.single-product .wave path,
  .woocommerce:not([class*="archive"]) .wave path {
    fill: #E6F2FA; }

.woocommerce-cart main.site-main,
.woocommerce-checkout main.site-main,
.woocommerce main.site-main {
  z-index: 1; }
  @media (max-width: 736px) {
    .woocommerce-cart main.site-main,
    .woocommerce-checkout main.site-main,
    .woocommerce main.site-main {
      padding: 10vw 5vw; } }

.woocommerce-cart h2,
.woocommerce-checkout h2,
.woocommerce h2 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: .5em; }
  @media (max-width: 1024px) {
    .woocommerce-cart h2,
    .woocommerce-checkout h2,
    .woocommerce h2 {
      font-size: 23.1px;
      font-size: 1.44375rem; } }
  @media (max-width: 736px) {
    .woocommerce-cart h2,
    .woocommerce-checkout h2,
    .woocommerce h2 {
      font-size: 21px;
      font-size: 1.3125rem; } }
  @media (max-width: 736px) {
    .woocommerce-cart h2,
    .woocommerce-checkout h2,
    .woocommerce h2 {
      margin-bottom: 5vw; } }

.woocommerce-cart .content-area,
.woocommerce-checkout .content-area,
.woocommerce .content-area {
  display: block;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 85.71429%;
  margin-left: 7.14286%;
  margin-right: 0;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .woocommerce-cart .content-area,
    .woocommerce-checkout .content-area,
    .woocommerce .content-area {
      display: block;
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .woocommerce-cart .content-area,
    .woocommerce-checkout .content-area,
    .woocommerce .content-area {
      display: block;
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .woocommerce-cart .content-area,
    .woocommerce-checkout .content-area,
    .woocommerce .content-area {
      display: block;
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .woocommerce-cart .content-area,
    .woocommerce-checkout .content-area,
    .woocommerce .content-area {
      display: block;
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 85.71429%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-cart .content-area,
    .woocommerce-checkout .content-area,
    .woocommerce .content-area {
      display: block;
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .woocommerce-cart .content-area,
    .woocommerce-checkout .content-area,
    .woocommerce .content-area {
      display: block;
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  .woocommerce-cart .content-area > main,
  .woocommerce-checkout .content-area > main,
  .woocommerce .content-area > main {
    width: 100%; }

.woocommerce-cart .woocommerce-info,
.woocommerce-checkout .woocommerce-info,
.woocommerce .woocommerce-info {
  clear: both;
  background: white;
  border: 1px solid #74C5FA;
  border-radius: 0.6em;
  padding: 1.5vw 3vw;
  margin: 1em 0; }
  @media (max-width: 736px) {
    .woocommerce-cart .woocommerce-info,
    .woocommerce-checkout .woocommerce-info,
    .woocommerce .woocommerce-info {
      padding: 5vw; } }
  .woocommerce-cart .woocommerce-info a,
  .woocommerce-checkout .woocommerce-info a,
  .woocommerce .woocommerce-info a {
    font-weight: 600;
    box-shadow: inset 0 -.2em 0 white; }

.woocommerce-cart .products,
.woocommerce-checkout .products,
.woocommerce .products {
  padding: 10vh 0;
  margin-bottom: 6vh;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1; }
  .woocommerce-cart .products:after,
  .woocommerce-checkout .products:after,
  .woocommerce .products:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 736px) {
    .woocommerce-cart .products,
    .woocommerce-checkout .products,
    .woocommerce .products {
      padding-bottom: 5vw;
      margin-bottom: 0; } }
  .woocommerce-cart .products li,
  .woocommerce-checkout .products li,
  .woocommerce .products li {
    margin-right: 2.85vw;
    margin-bottom: 2.85vw;
    width: calc(33% - 1.7vw); }
    @media (max-width: 1024px) {
      .woocommerce-cart .products li,
      .woocommerce-checkout .products li,
      .woocommerce .products li {
        width: calc(50% - 1.7vw); } }
    @media (max-width: 736px) {
      .woocommerce-cart .products li,
      .woocommerce-checkout .products li,
      .woocommerce .products li {
        width: 100%;
        margin-bottom: 5vw;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .woocommerce-cart .products li:nth-of-type(2n),
      .woocommerce-checkout .products li:nth-of-type(2n),
      .woocommerce .products li:nth-of-type(2n) {
        margin-right: 0; } }
    @media (min-width: 1025px) {
      .woocommerce-cart .products li:nth-of-type(3n),
      .woocommerce-checkout .products li:nth-of-type(3n),
      .woocommerce .products li:nth-of-type(3n) {
        margin-right: 0; } }

.woocommerce-cart ul,
.woocommerce-cart li,
.woocommerce-checkout ul,
.woocommerce-checkout li,
.woocommerce ul,
.woocommerce li {
  padding: 0;
  margin: 0; }

.woocommerce-cart li,
.woocommerce-checkout li,
.woocommerce li {
  list-style: none; }

.woocommerce-cart .button.wc-forward,
.woocommerce-checkout .button.wc-forward,
.woocommerce .button.wc-forward {
  margin-right: 1em; }
  @media (max-width: 736px) {
    .woocommerce-cart .button.wc-forward,
    .woocommerce-checkout .button.wc-forward,
    .woocommerce .button.wc-forward {
      width: 100%;
      margin-right: 0; } }

.woocommerce-cart .woocommerce-pagination,
.woocommerce-checkout .woocommerce-pagination,
.woocommerce .woocommerce-pagination {
  display: block;
  float: left;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  text-align: center;
  margin-bottom: 10vh;
  position: relative;
  z-index: 1;
  margin-top: -12vh; }
  @media (min-width: 1200px) {
    .woocommerce-cart .woocommerce-pagination,
    .woocommerce-checkout .woocommerce-pagination,
    .woocommerce .woocommerce-pagination {
      display: block;
      float: left;
      width: 98%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (max-width: 1200px) {
    .woocommerce-cart .woocommerce-pagination,
    .woocommerce-checkout .woocommerce-pagination,
    .woocommerce .woocommerce-pagination {
      display: block;
      float: left;
      width: 98%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (min-width: 1025px) {
    .woocommerce-cart .woocommerce-pagination,
    .woocommerce-checkout .woocommerce-pagination,
    .woocommerce .woocommerce-pagination {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 1024px) {
    .woocommerce-cart .woocommerce-pagination,
    .woocommerce-checkout .woocommerce-pagination,
    .woocommerce .woocommerce-pagination {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 736px) {
    .woocommerce-cart .woocommerce-pagination,
    .woocommerce-checkout .woocommerce-pagination,
    .woocommerce .woocommerce-pagination {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 400px) {
    .woocommerce-cart .woocommerce-pagination,
    .woocommerce-checkout .woocommerce-pagination,
    .woocommerce .woocommerce-pagination {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 736px) {
    .woocommerce-cart .woocommerce-pagination,
    .woocommerce-checkout .woocommerce-pagination,
    .woocommerce .woocommerce-pagination {
      margin-top: -5vw;
      margin-bottom: 5vw; } }

.woocommerce-cart main .button,
.woocommerce-checkout main .button,
.woocommerce main .button {
  margin-left: auto;
  margin-right: auto;
  color: #021945;
  background-color: #74C5FA; }
  .woocommerce-cart main .button.-outline,
  .woocommerce-checkout main .button.-outline,
  .woocommerce main .button.-outline {
    box-shadow: inset 0 0 0 2px #74C5FA;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
    background: transparent;
    will-change: background, color; }
    .woocommerce-cart main .button.-outline.-secondary, .woocommerce-cart main .button.-outline.-dark,
    .woocommerce-checkout main .button.-outline.-secondary,
    .woocommerce-checkout main .button.-outline.-dark,
    .woocommerce main .button.-outline.-secondary,
    .woocommerce main .button.-outline.-dark {
      color: #021945; }
    .woocommerce-cart main .button.-outline:hover, .woocommerce-cart main .button.-outline:focus,
    .woocommerce-checkout main .button.-outline:hover,
    .woocommerce-checkout main .button.-outline:focus,
    .woocommerce main .button.-outline:hover,
    .woocommerce main .button.-outline:focus {
      background: #74C5FA;
      color: #021945; }
  .woocommerce-cart main .button.disabled,
  .woocommerce-checkout main .button.disabled,
  .woocommerce main .button.disabled {
    cursor: not-allowed;
    box-shadow: inset 0 0 0 2px #74C5FA;
    background-color: transparent;
    color: rgba(116, 197, 250, 0.75); }
    .woocommerce-cart main .button.disabled:before, .woocommerce-cart main .button.disabled:after,
    .woocommerce-checkout main .button.disabled:before,
    .woocommerce-checkout main .button.disabled:after,
    .woocommerce main .button.disabled:before,
    .woocommerce main .button.disabled:after {
      content: none; }

.woocommerce-cart .place-order,
.woocommerce-checkout .place-order,
.woocommerce .place-order {
  text-align: center; }

.woocommerce-cart input.qty,
.woocommerce-checkout input.qty,
.woocommerce input.qty {
  max-width: 80px; }
  @media (max-width: 736px) {
    .woocommerce-cart input.qty,
    .woocommerce-checkout input.qty,
    .woocommerce input.qty {
      padding-left: 1em;
      padding-right: 1em;
      margin-right: 0;
      display: inline-block; } }

.woocommerce-cart ins,
.woocommerce-checkout ins,
.woocommerce ins {
  text-decoration: none; }

.woocommerce-cart del,
.woocommerce-checkout del,
.woocommerce del {
  opacity: .32; }

.woocommerce-cart .woocommerce-form-login,
.woocommerce-cart .woocommerce-EditAccountForm,
.woocommerce-cart .woocommerce-EditAddressesForm,
.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .woocommerce-EditAccountForm,
.woocommerce-checkout .woocommerce-EditAddressesForm,
.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-EditAccountForm,
.woocommerce .woocommerce-EditAddressesForm {
  width: 100%;
  max-width: 16em;
  margin: 0 auto; }
  @media (max-width: 736px) {
    .woocommerce-cart .woocommerce-form-login,
    .woocommerce-cart .woocommerce-EditAccountForm,
    .woocommerce-cart .woocommerce-EditAddressesForm,
    .woocommerce-checkout .woocommerce-form-login,
    .woocommerce-checkout .woocommerce-EditAccountForm,
    .woocommerce-checkout .woocommerce-EditAddressesForm,
    .woocommerce .woocommerce-form-login,
    .woocommerce .woocommerce-EditAccountForm,
    .woocommerce .woocommerce-EditAddressesForm {
      max-width: 100%; } }
  .woocommerce-cart .woocommerce-form-login input[type=text],
  .woocommerce-cart .woocommerce-form-login input[type=email],
  .woocommerce-cart .woocommerce-form-login input[type=password],
  .woocommerce-cart .woocommerce-EditAccountForm input[type=text],
  .woocommerce-cart .woocommerce-EditAccountForm input[type=email],
  .woocommerce-cart .woocommerce-EditAccountForm input[type=password],
  .woocommerce-cart .woocommerce-EditAddressesForm input[type=text],
  .woocommerce-cart .woocommerce-EditAddressesForm input[type=email],
  .woocommerce-cart .woocommerce-EditAddressesForm input[type=password],
  .woocommerce-checkout .woocommerce-form-login input[type=text],
  .woocommerce-checkout .woocommerce-form-login input[type=email],
  .woocommerce-checkout .woocommerce-form-login input[type=password],
  .woocommerce-checkout .woocommerce-EditAccountForm input[type=text],
  .woocommerce-checkout .woocommerce-EditAccountForm input[type=email],
  .woocommerce-checkout .woocommerce-EditAccountForm input[type=password],
  .woocommerce-checkout .woocommerce-EditAddressesForm input[type=text],
  .woocommerce-checkout .woocommerce-EditAddressesForm input[type=email],
  .woocommerce-checkout .woocommerce-EditAddressesForm input[type=password],
  .woocommerce .woocommerce-form-login input[type=text],
  .woocommerce .woocommerce-form-login input[type=email],
  .woocommerce .woocommerce-form-login input[type=password],
  .woocommerce .woocommerce-EditAccountForm input[type=text],
  .woocommerce .woocommerce-EditAccountForm input[type=email],
  .woocommerce .woocommerce-EditAccountForm input[type=password],
  .woocommerce .woocommerce-EditAddressesForm input[type=text],
  .woocommerce .woocommerce-EditAddressesForm input[type=email],
  .woocommerce .woocommerce-EditAddressesForm input[type=password] {
    width: 100%; }

.woocommerce-cart .woocommerce-MyAccount-navigation,
.woocommerce-checkout .woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-MyAccount-navigation {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0; }
  @media (min-width: 1200px) {
    .woocommerce-cart .woocommerce-MyAccount-navigation,
    .woocommerce-checkout .woocommerce-MyAccount-navigation,
    .woocommerce .woocommerce-MyAccount-navigation {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .woocommerce-cart .woocommerce-MyAccount-navigation,
    .woocommerce-checkout .woocommerce-MyAccount-navigation,
    .woocommerce .woocommerce-MyAccount-navigation {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .woocommerce-cart .woocommerce-MyAccount-navigation,
    .woocommerce-checkout .woocommerce-MyAccount-navigation,
    .woocommerce .woocommerce-MyAccount-navigation {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .woocommerce-cart .woocommerce-MyAccount-navigation,
    .woocommerce-checkout .woocommerce-MyAccount-navigation,
    .woocommerce .woocommerce-MyAccount-navigation {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-cart .woocommerce-MyAccount-navigation,
    .woocommerce-checkout .woocommerce-MyAccount-navigation,
    .woocommerce .woocommerce-MyAccount-navigation {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .woocommerce-cart .woocommerce-MyAccount-navigation,
    .woocommerce-checkout .woocommerce-MyAccount-navigation,
    .woocommerce .woocommerce-MyAccount-navigation {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  .woocommerce-cart .woocommerce-MyAccount-navigation li,
  .woocommerce-checkout .woocommerce-MyAccount-navigation li,
  .woocommerce .woocommerce-MyAccount-navigation li {
    float: left;
    display: block;
    float: left;
    width: 33.28571%;
    margin-left: 0%;
    margin-right: 0;
    text-align: center;
    padding: 2vh 0;
    font-family: "paralucent", sans-serif;
    font-weight: 600;
    background-color: #f7f7f7;
    border: 1px solid #EEEEEE; }
    @media (min-width: 1200px) {
      .woocommerce-cart .woocommerce-MyAccount-navigation li,
      .woocommerce-checkout .woocommerce-MyAccount-navigation li,
      .woocommerce .woocommerce-MyAccount-navigation li {
        display: block;
        float: left;
        width: 33.28571%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1200px) {
      .woocommerce-cart .woocommerce-MyAccount-navigation li,
      .woocommerce-checkout .woocommerce-MyAccount-navigation li,
      .woocommerce .woocommerce-MyAccount-navigation li {
        display: block;
        float: left;
        width: 33.28571%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (min-width: 1025px) {
      .woocommerce-cart .woocommerce-MyAccount-navigation li,
      .woocommerce-checkout .woocommerce-MyAccount-navigation li,
      .woocommerce .woocommerce-MyAccount-navigation li {
        display: block;
        float: left;
        width: 33.28571%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .woocommerce-cart .woocommerce-MyAccount-navigation li,
      .woocommerce-checkout .woocommerce-MyAccount-navigation li,
      .woocommerce .woocommerce-MyAccount-navigation li {
        display: block;
        float: left;
        width: 33.28571%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 736px) {
      .woocommerce-cart .woocommerce-MyAccount-navigation li,
      .woocommerce-checkout .woocommerce-MyAccount-navigation li,
      .woocommerce .woocommerce-MyAccount-navigation li {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 400px) {
      .woocommerce-cart .woocommerce-MyAccount-navigation li,
      .woocommerce-checkout .woocommerce-MyAccount-navigation li,
      .woocommerce .woocommerce-MyAccount-navigation li {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    .woocommerce-cart .woocommerce-MyAccount-navigation li.is-active,
    .woocommerce-checkout .woocommerce-MyAccount-navigation li.is-active,
    .woocommerce .woocommerce-MyAccount-navigation li.is-active {
      background-color: #194F90;
      color: #fff; }

.woocommerce-cart .woocommerce-MyAccount-content,
.woocommerce-checkout .woocommerce-MyAccount-content,
.woocommerce .woocommerce-MyAccount-content {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
  float: left !important;
  padding: 4vh 2vw;
  background-color: #E6F2FA;
  border-style: solid;
  border-color: #eee;
  border-width: 0 1px 1px 1px; }
  @media (min-width: 1200px) {
    .woocommerce-cart .woocommerce-MyAccount-content,
    .woocommerce-checkout .woocommerce-MyAccount-content,
    .woocommerce .woocommerce-MyAccount-content {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .woocommerce-cart .woocommerce-MyAccount-content,
    .woocommerce-checkout .woocommerce-MyAccount-content,
    .woocommerce .woocommerce-MyAccount-content {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .woocommerce-cart .woocommerce-MyAccount-content,
    .woocommerce-checkout .woocommerce-MyAccount-content,
    .woocommerce .woocommerce-MyAccount-content {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .woocommerce-cart .woocommerce-MyAccount-content,
    .woocommerce-checkout .woocommerce-MyAccount-content,
    .woocommerce .woocommerce-MyAccount-content {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    .woocommerce-cart .woocommerce-MyAccount-content,
    .woocommerce-checkout .woocommerce-MyAccount-content,
    .woocommerce .woocommerce-MyAccount-content {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .woocommerce-cart .woocommerce-MyAccount-content,
    .woocommerce-checkout .woocommerce-MyAccount-content,
    .woocommerce .woocommerce-MyAccount-content {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  .woocommerce-cart .woocommerce-MyAccount-content .woocommerce-Addresses h3,
  .woocommerce-checkout .woocommerce-MyAccount-content .woocommerce-Addresses h3,
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h3 {
    font-family: "paralucent", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: 26px;
    font-size: 1.625rem;
    margin: 1em 0 0.5em; }
    @media (max-width: 1024px) {
      .woocommerce-cart .woocommerce-MyAccount-content .woocommerce-Addresses h3,
      .woocommerce-checkout .woocommerce-MyAccount-content .woocommerce-Addresses h3,
      .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h3 {
        font-size: 17.16px;
        font-size: 1.0725rem; } }
    @media (max-width: 736px) {
      .woocommerce-cart .woocommerce-MyAccount-content .woocommerce-Addresses h3,
      .woocommerce-checkout .woocommerce-MyAccount-content .woocommerce-Addresses h3,
      .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h3 {
        font-size: 15.6px;
        font-size: 0.975rem; } }
  .woocommerce-cart .woocommerce-MyAccount-content .woocommerce-Address,
  .woocommerce-checkout .woocommerce-MyAccount-content .woocommerce-Address,
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
    margin-top: 2vh; }
    .woocommerce-cart .woocommerce-MyAccount-content .woocommerce-Address address,
    .woocommerce-checkout .woocommerce-MyAccount-content .woocommerce-Address address,
    .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
      margin-top: 0.5em; }

.rep-results {
  background: #021945;
  display: none;
  margin-top: -1.5rem;
  padding: 1.5vw;
  border-radius: 0 0 0.3em 0.3em;
  z-index: 0;
  width: 100%;
  float: left;
  margin-bottom: 1em;
  color: white; }
  @media (max-width: 736px) {
    .rep-results {
      padding: 5vw; } }
  .rep-results img {
    border-radius: 0; }
  .rep-results h6 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: .5em;
    color: #74C5FA; }
  .rep-results .mp {
    width: 100%;
    display: block;
    position: relative;
    border: 2px solid #194F90;
    border-radius: .3em;
    margin-bottom: 1em;
    overflow: hidden;
    cursor: pointer; }
    .rep-results .mp.--has-image .details__content {
      margin-top: 0;
      padding: .75em; }
    .rep-results .mp.active {
      background-color: #194F90;
      color: white; }
      .rep-results .mp.active .name:before {
        content: 'Email';
        display: inline-block;
        margin-right: .25em;
        font-weight: normal; }
      .rep-results .mp.active .icon-check {
        -ms-transform: translateY(-50%) scale(1, 1);
        transform: translateY(-50%) scale(1, 1);
        transform: translateY(-50%) scale3d(1, 1, 1); }
        .rep-results .mp.active .icon-check:before {
          -ms-transform: scale(1, 1);
          transform: scale(1, 1);
          transform: scale3d(1, 1, 1);
          opacity: 1; }
    .rep-results .mp.Targeted_Call .name:before {
      content: 'Call' !important; }
    .rep-results .mp:last-of-type {
      margin-bottom: 0; }
    .rep-results .mp input[type=checkbox] {
      display: none; }
  .rep-results input[type=radio] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: none;
    padding: 0;
    margin-right: 0;
    border: none;
    width: auto;
    height: auto;
    visibility: hidden; }
  .rep-results label {
    margin-bottom: 0; }
  .rep-results .headshot {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: white;
    vertical-align: middle; }
    .rep-results .headshot img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%; }
    .rep-results .headshot + .content {
      width: calc(100% - 60px); }
  .rep-results .content {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 1em;
    text-align: left; }
    .rep-results .content .electorate {
      font-family: "paralucent", sans-serif;
      text-transform: uppercase;
      display: block; }
    .rep-results .content .name {
      display: block; }
    .rep-results .content .icon-check {
      position: absolute;
      right: .6em;
      width: 1.25em;
      height: 1.25em;
      top: 50%;
      transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
      border: 1px solid white;
      border-radius: .2em;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .rep-results .content .icon-check:before {
        margin: 0 0 0 .15em;
        font-size: .9em;
        opacity: 0;
        transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
        -ms-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        transform: scale3d(0.9, 0.9, 1); }
  .rep-results .details__content {
    background: #194F90;
    margin-top: -.5em;
    padding: 0 1em .75em; }
    .rep-results .details__content h2 {
      font-family: "paralucent", sans-serif;
      font-weight: 600;
      line-height: 1.1;
      font-size: 26px;
      font-size: 1.625rem; }
      @media (max-width: 1024px) {
        .rep-results .details__content h2 {
          font-size: 17.16px;
          font-size: 1.0725rem; } }
      @media (max-width: 736px) {
        .rep-results .details__content h2 {
          font-size: 15.6px;
          font-size: 0.975rem; } }
    .rep-results .details__content h2:last-of-type {
      margin-bottom: 0; }

.action-wrap {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: -10vh;
  position: relative;
  z-index: 1; }

.action-box {
  background-color: #CAE5F5;
  display: block;
  float: left;
  width: 44.42857%;
  margin-left: 1%;
  margin-right: 1%;
  max-width: 550px;
  opacity: 0;
  -ms-transform: translate(1em, 0);
  transform: translate(1em, 0);
  transform: translate3d(1em, 0, 0);
  animation: 1s appear cubic-bezier(0.5, 0, 0, 1) forwards 1.5s; }
  @media (min-width: 1200px) {
    .action-box {
      display: block;
      float: left;
      width: 44.42857%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (max-width: 1200px) {
    .action-box {
      display: block;
      float: left;
      width: 44.42857%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (min-width: 1025px) {
    .action-box {
      display: block;
      float: left;
      width: 36.42857%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 1024px) {
    .action-box {
      display: block;
      float: left;
      width: 36.42857%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 736px) {
    .action-box {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 400px) {
    .action-box {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 1024px) {
    .action-box {
      display: block;
      float: left;
      width: -2.85714%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 1024px) {
    .action-box {
      max-width: none; } }
  .action-box form {
    position: relative;
    margin: 3vw; }
  .action-box:not(.-fa) input:not([type="radio"]):not([type="checkbox"]),
  .action-box:not(.-fa) select,
  .action-box:not(.-fa) textarea {
    margin-bottom: 1em; }
  .action-box .form-header {
    margin: 3.5vw 3.5vw -1vw; }
    .action-box .form-header h6 {
      margin-bottom: .2em; }
    .action-box.action-appeal h6 {
      text-align: center; }
  .progress + .form-header {
    margin-bottom: -2vw; }
  .action-box .illustration {
    z-index: -1;
    border-radius: 0.6em; }
  .action-box .message-form:after {
    content: "";
    display: table;
    clear: both; }
  .action-box .message-form input:not([type="checkbox"]):not([type="radio"]),
  .action-box .message-form textarea {
    width: 100%;
    transition: all 300ms cubic-bezier(0.8, 0, 0.5, 1); }
    .action-box .message-form input:not([type="checkbox"]):not([type="radio"]):focus,
    .action-box .message-form textarea:focus {
      border-color: #194F90; }
  .action-box .form-submit {
    margin-top: 1vw;
    float: left;
    text-align: center;
    clear: both;
    width: 100%; }
  .action-box .field:not(.fancy-checkbox) {
    width: 100%;
    float: left;
    clear: both;
    position: relative; }
    .action-box .field:not(.fancy-checkbox):after {
      content: "";
      display: table;
      clear: both; }
    .action-box .field:not(.fancy-checkbox) label {
      display: none; }
  .action-box .field.fancy-checkbox {
    text-align: left;
    clear: both; }
    .action-box .field.fancy-checkbox:after {
      content: "";
      display: table;
      clear: both; }
    .action-box .field.fancy-checkbox > div {
      float: left;
      width: 35px; }
      .action-box .field.fancy-checkbox > div input[type=checkbox] {
        margin-right: 10px; }
    .action-box .field.fancy-checkbox label {
      width: calc(100% - 35px);
      float: left;
      margin-top: .3em;
      cursor: pointer; }
  .action-box .submit-element + p {
    margin: 1em 0 0; }

section.section-split .container-fluid {
  max-width: 100%;
  display: block;
  float: left;
  width: 87.71429%;
  margin-left: 6.14286%;
  margin-right: -1%; }
  @media (min-width: 1200px) {
    section.section-split .container-fluid {
      display: block;
      float: left;
      width: 87.71429%;
      margin-left: 6.14286%;
      margin-right: -1%; } }
  @media (max-width: 1200px) {
    section.section-split .container-fluid {
      display: block;
      float: left;
      width: 87.71429%;
      margin-left: 6.14286%;
      margin-right: -1%; } }
  @media (min-width: 1025px) {
    section.section-split .container-fluid {
      display: block;
      float: left;
      width: 87.71429%;
      margin-left: 6.14286%;
      margin-right: -1%; } }
  @media (max-width: 1024px) {
    section.section-split .container-fluid {
      display: block;
      float: left;
      width: 87.71429%;
      margin-left: 6.14286%;
      margin-right: -1%; } }
  @media (max-width: 736px) {
    section.section-split .container-fluid {
      display: block;
      float: left;
      width: 102%;
      margin-left: -1%;
      margin-right: -1%; } }
  @media (max-width: 400px) {
    section.section-split .container-fluid {
      display: block;
      float: left;
      width: 102%;
      margin-left: -1%;
      margin-right: -1%; } }

section.section-split article.split-half > p {
  padding-left: 2vw;
  padding-right: 4vw; }

section.section-split aside.split-half {
  display: block;
  float: left;
  width: 42.85714%;
  margin-left: 7.14286%;
  margin-right: 0;
  float: right !important; }
  @media (min-width: 1200px) {
    section.section-split aside.split-half {
      display: block;
      float: left;
      width: 42.85714%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1200px) {
    section.section-split aside.split-half {
      display: block;
      float: left;
      width: 42.85714%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    section.section-split aside.split-half {
      display: block;
      float: left;
      width: 42.85714%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    section.section-split aside.split-half {
      display: block;
      float: left;
      width: 42.85714%;
      margin-left: 7.14286%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    section.section-split aside.split-half {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 400px) {
    section.section-split aside.split-half {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 736px) {
    section.section-split aside.split-half {
      float: left !important;
      display: block;
      float: left;
      width: 83.71429%;
      margin-left: 8.14286%;
      margin-right: 1%;
      margin-bottom: 3vh; } }
  @media (max-width: 736px) and (min-width: 1200px) {
    section.section-split aside.split-half {
      display: block;
      float: left;
      width: 83.71429%;
      margin-left: 8.14286%;
      margin-right: 1%; } }
  @media (max-width: 736px) and (max-width: 1200px) {
    section.section-split aside.split-half {
      display: block;
      float: left;
      width: 83.71429%;
      margin-left: 8.14286%;
      margin-right: 1%; } }
  @media (max-width: 736px) and (min-width: 1025px) {
    section.section-split aside.split-half {
      display: block;
      float: left;
      width: 75.71429%;
      margin-left: 12.14286%;
      margin-right: 5%; } }
  @media (max-width: 736px) and (max-width: 1024px) {
    section.section-split aside.split-half {
      display: block;
      float: left;
      width: 75.71429%;
      margin-left: 12.14286%;
      margin-right: 5%; } }
  @media (max-width: 736px) and (max-width: 736px) {
    section.section-split aside.split-half {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 736px) and (max-width: 400px) {
    section.section-split aside.split-half {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }

.action-complete {
  text-align: center;
  padding: 3.5vw;
  position: relative; }
  .action-complete:after {
    content: "";
    display: table;
    clear: both; }
  .progress + .action-complete {
    padding-top: 1vw; }
  .action-complete .text {
    margin-bottom: 2em; }
  .action-complete .social {
    font-size: 1.1rem; }
    .action-complete .social a {
      display: inline-block;
      padding: .5em .8em .5em .5em;
      margin: 0 .6em;
      border-radius: 0.36em;
      font-family: "paralucent", sans-serif;
      font-weight: bold;
      letter-spacing: 0.025em; }
  .action-complete .next-action {
    padding: 3vw;
    background: #021945;
    color: white;
    border-radius: 0.6em;
    position: relative;
    overflow: hidden;
    margin: 3vw -3.5vw -3.5vw; }
    .action-complete .next-action .image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .action-complete .next-action .image:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: black;
        opacity: .3; }
    .action-complete .next-action .title {
      text-shadow: 0 0 20px black; }
    .action-complete .next-action .content {
      position: relative; }
    .action-complete .next-action .button {
      color: white;
      background: rgba(0, 0, 0, 0.1); }
    .action-complete .next-action .header-meta {
      color: white;
      text-shadow: 0 0 20px black;
      margin-bottom: 1vh;
      font-weight: 600; }

.single-campaign-action .feed-section ~ .feed-section:last-of-type {
  display: none; }

.fancy-checkbox {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em; }
  .fancy-checkbox > div,
  .fancy-checkbox > div + label {
    display: inline-block; }
  .fancy-checkbox label {
    font-weight: 500; }

.field:not(.fancy-checkbox) + .fancy-checkbox {
  padding-top: 1em; }

.action-box.action-dogooder {
  max-width: 550px;
  -ms-transform: none !important;
  transform: none !important;
  height: 100% !important;
  opacity: 1;
  animation: none; }
  .action-box.action-dogooder iframe {
    border-radius: 0.6em; }
    .action-box.action-dogooder iframe:before {
      content: '';
      position: absolute;
      top: 12px;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 125px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }

.action-box {
  position: relative;
  top: -5vh;
  z-index: 1;
  border-radius: 0.6em;
  background: linear-gradient(50deg, #74C5FA 60%, rgba(116, 197, 250, 0.5)) no-repeat center/250% 250%;
  float: none;
  display: inline-block; }
  @media (max-width: 736px) {
    .action-box {
      top: unset; } }
  @supports (position: sticky) {
    @media (min-width: 1025px) {
      .action-box {
        position: sticky;
        top: 2em; } } }
  .action-box .illustration {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .04; }
    @supports (mix-blend-mode: overlay) {
      .action-box .illustration {
        opacity: .15;
        mix-blend-mode: overlay; } }
  .action-box .milestone:not(.-right) {
    animation: milestoneRight 1s cubic-bezier(0.5, 0, 0, 1) forwards 2.5s;
    -ms-transform-origin: right;
    transform-origin: right;
    -ms-transform: translate(-100%, -20%) rotate(6deg);
    transform: translate(-100%, -20%) rotate(6deg);
    transform: translate3d(-100%, -20%, 0) rotate(6deg);
    border-radius: 1.05em 1.05em 0 1.05em; }

@keyframes milestoneRight {
  to {
    transform: translate(-100%, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 1; } }
    .action-box .milestone:not(.-right):after {
      left: auto;
      right: -8px;
      -ms-transform: scale(-1, 1) rotate(45deg);
      transform: scale(-1, 1) rotate(45deg);
      transform: scale3d(-1, 1, 1) rotate(45deg); }

header.progress {
  padding: 3vw 3vw 0;
  margin-bottom: -1.5vw; }

.progress-bar {
  width: 100%;
  background: white;
  border-radius: 0.36em;
  position: relative;
  height: 2em;
  z-index: 1; }
  .progress-bar:before {
    content: '';
    border-radius: 0.48em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid white;
    z-index: 1; }
  .progress-bar .percent {
    position: absolute;
    right: 0;
    font-family: "paralucent", sans-serif;
    top: calc(50% - .5em);
    right: .75em;
    color: #021945;
    letter-spacing: 0.1em; }
  .progress-bar .progress {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    border-radius: 0.18em;
    overflow: hidden;
    padding: 0;
    z-index: 1;
    max-width: calc(100% - 4px); }
    .progress-bar .progress:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(to right, #FE8601 20%, #feaa4d);
      border-radius: 0.18em;
      -ms-transform: translate(calc(-100% + 1em), 0);
      transform: translate(calc(-100% + 1em), 0);
      transform: translate3d(calc(-100% + 1em), 0, 0);
      animation: appear 2s cubic-bezier(0.5, 0, 0, 1) forwards 1s; }
    .progress-bar .progress span {
      position: absolute;
      top: 0.75em;
      right: 1.5em;
      opacity: 0;
      animation: appear 2s cubic-bezier(0.5, 0, 0, 1) forwards 3.25s; }
      .progress-bar .progress span:before, .progress-bar .progress span:after {
        content: '';
        position: absolute;
        border: 1px solid currentColor;
        box-sizing: content-box;
        border-radius: 50%;
        opacity: 1;
        transform: translate3d(0, 0.15em, 0); }
      .progress-bar .progress span:before {
        top: -2.4px;
        right: 19.2px;
        width: 3px;
        height: 3px;
        transition: box-shadow 1s linear;
        transform: translate3d(0, 0.2em, 0);
        box-shadow: -6px -3px 0 -3px white, -6px -3px 0 -1px currentColor; }
      .progress-bar .progress span:after {
        top: -9.75px;
        right: 12px;
        width: 4.2px;
        height: 4.2px;
        transform: translate3d(0, 0.3em, 0); }
    .progress-bar .progress i {
      position: absolute;
      right: 0.75em;
      top: .35em;
      opacity: 0;
      -ms-transform: translate(calc(-100% + 1em), 0);
      transform: translate(calc(-100% + 1em), 0);
      transform: translate3d(calc(-100% + 1em), 0, 0);
      animation: appear 2s cubic-bezier(0.5, 0, 0, 1) forwards 3s; }
  .progress-bar .milestone {
    display: inline-table;
    background: #CAE5F5;
    bottom: calc(100% + 2vw);
    border-radius: 1.05em 1.05em 1.05em 0;
    font-family: "paralucent", sans-serif;
    position: absolute;
    font-weight: 600;
    letter-spacing: .02em;
    font-size: 18px;
    font-size: 1.125rem;
    z-index: 1;
    padding: .55em .75em;
    opacity: 0;
    animation: appear 1s cubic-bezier(0.5, 0, 0, 1) forwards 2.5s;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -ms-transform: translate(0, 20%) rotate(6deg);
    transform: translate(0, 20%) rotate(6deg);
    transform: translate3d(0, 20%, 0) rotate(6deg); }
    @media (max-width: 736px) {
      .progress-bar .milestone {
        display: none;
        padding: .35em .55em; } }
    .progress-bar .milestone:after {
      content: '';
      position: absolute;
      border: 8px solid transparent;
      border-right-color: #CAE5F5;
      bottom: -6px;
      left: -8px;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .progress-bar + .caption {
    display: block;
    font-weight: 600;
    color: #194F90;
    font-family: "paralucent", sans-serif;
    letter-spacing: .05em;
    font-size: 18px;
    font-size: 1.125rem;
    margin: .5em 0 2em; }
    @media (max-width: 736px) {
      .progress-bar + .caption {
        margin-bottom: 1em; } }
    .progress-bar + .caption em {
      font-style: normal;
      float: right; }

.card .progress,
.card-featured .progress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  padding: 0.75vw 0.9vw; }
  @media (max-width: 736px) {
    .card .progress,
    .card-featured .progress {
      padding: 3.75vw; } }
  .card .progress .progress-bar,
  .card-featured .progress .progress-bar {
    overflow: hidden;
    height: 2.25em; }
    .card .progress .progress-bar:before,
    .card-featured .progress .progress-bar:before {
      content: none; }
  .card .progress .progress,
  .card-featured .progress .progress {
    top: 0;
    bottom: 0;
    left: 0; }
    .card .progress .progress:before,
    .card-featured .progress .progress:before {
      border-radius: 0.3em; }
    .card .progress .progress i,
    .card-featured .progress .progress i {
      right: 1em;
      top: .5em;
      color: #021945; }
    .card .progress .progress span,
    .card-featured .progress .progress span {
      top: 1em;
      right: 1.75em;
      color: #021945; }
  .card .progress .milestone,
  .card-featured .progress .milestone {
    background: transparent;
    left: .75em !important;
    top: calc(50% - .5em);
    padding: 0;
    color: #021945; }
    .card .progress .milestone:after,
    .card-featured .progress .milestone:after {
      content: none; }
  .card .progress .caption,
  .card-featured .progress .caption {
    display: none; }

.action-tweet {
  position: relative; }
  .action-tweet:after {
    content: "";
    display: table;
    clear: both; }
  .action-tweet .action-tweet .icon-twitter {
    color: #74C5FA;
    font-size: 1.5em;
    margin-top: -.2em;
    display: inline-block;
    margin-right: .4em;
    margin-left: -.4em; }
    @supports not (display: flex) {
      .action-tweet .action-tweet .icon-twitter {
        margin-left: 0; } }
  .action-tweet .message {
    border-radius: 0.6em;
    background: white;
    box-shadow: 0 0 5px rgba(0, 31, 92, 0.4);
    padding: 3vw 3vw 2.25vw; }
    .action-tweet .message small {
      color: #74C5FA;
      font-weight: 600;
      font-size: .9em;
      padding: 1em;
      background: #021945;
      position: absolute;
      border-radius: 0.6em 0.6em 0 0;
      top: -1px;
      left: 0;
      right: 0;
      margin-bottom: 1em;
      display: inline-block; }
    .action-tweet .message p {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
      margin-top: 1.5em; }
      @media (max-width: 736px) {
        .action-tweet .message p {
          margin-top: 3em; } }
  .action-tweet .message .button {
    margin-top: 1em;
    float: right;
    margin-right: -0.75vw; }

.tweet-thanks {
  padding: 3vw 3vw 0;
  margin-bottom: -1.5vw; }

.twitter-tweet {
  margin: auto;
}

.instagram-media {
  margin: auto !important;
}

.wp-caption-text {
	color: #FFFFFF !important;
}

.hidden_field, .-hidden_field {
  display: none !important;
}

.-credit-card-details {
  padding-top: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background-color: #cae5f5;
  border-radius: 10px;
}

.action-box.-fa input[type=checkbox] + label {
    font-size: 1em !important;
    margin-bottom: 0em !important; 
}

.Paypal ~ div.DirectDebitFieldsContainer,
.widget_shopping_cart_live_region{
  display: none!important;
}

.woocommerce-product-gallery .flex-control-nav li img {
  max-width: 100px;
}

.blockUI.blockOverlay {
  display: none!important;
}

.no-js body {
  overflow: hidden;
}

footer .wave {
    top: -1px;
    display: none;
}

.wFormThankYou {
  padding: 20px;
}

.feed-actions {
    z-index: 1;
}
.feed-section .feed {
    z-index: 0;
}

.primary-navigation .icon-fish {
        vertical-align: middle;
        font-size: 1em;
        line-height: 1;
    }

.woocommerce main.site-main {
    z-index: 0;
}
.woocommerce header.default .wave {
     display: none;
}

section.section .wave {
    z-index: 0;
}



body.page-template.page-template-page-survey.page-template-page-survey-php.page.page-id-518820.theme-amcs.woocommerce-js {
    POSITION: unset;
}
 .wForm .wfPagingButtons .wfPageNextButton,
 .wForm .wfPagingButtons .wfPagePreviousButton {
  /*display: inline-block;*/
  margin-right: 10px;
  color: white;
  background-color: #001F5C !important;
  border-radius: 4em !important;
  padding: 15px 30px;
  font-size: 18px;
    -webkit-appearance: none;
}

.wForm .wfCurrentPage .inputWrapper {
  width: 100%;
}
.wFormContainer .wForm .inputWrapper input[type="radio"]:checked+.label>.input-radio-faux::before {
    width: 18px !important;
  height: 18px !important;
  }
.wFormContainer .wForm .inputWrapper .oneChoice .input-radio-faux:before {
    box-sizing: border-box;
  }
.wFormContainer .wForm .inputWrapper .input-radio-faux:before {
  transition: all 150ms ease;
}
.wForm:not(.this) .oneField input[type="radio"] + label, .wForm:not(.this) .oneChoice input[type="radio"] + label, input[type="radio"] + label {
  float: unset;
  line-height: normal;
  
}

.wForm:not(.this) .oneField input[type="checkbox"] + label, .wForm:not(.this) .oneChoice input[type="checkbox"] + label, input[type="checkbox"] + label {
    float: none;
  line-height: normal;
}
}
.survey-container{
  max-width: 900px;
    margin: 0 auto;
}


.wFormContainer .columnLayout{
    border: none !important;
}

.wFormContainer textarea{
    border: 2px solid currentColor;
    border-radius: .3em;
    outline: none;
  padding:8px;
}
.wForm .actions {
  text-align: left;
}
.wForm form #wfPgIndex-1-buttons {
    width: 100%;
    text-align: center;
}
.wFormContainer input[type="submit"] {
  padding: 15px 30px;
  font-size: 20px;
    -webkit-appearance: none;
}
.wFormContainer .actions .primaryAction:disabled {
  border-radius: 4em;
}
.wFormContainer .inputWrapper select:not([multiple]) {
  height: 100%;
}

.wFormContainer div#tfa_3755-HTML {
    overflow: hidden;
}

.htmlContent {
    overflow: hidden;
}
.wForm label {
  font-weight: normal;
}

#tfa_3880 .oneField,
#tfa_3880 .inputWrapper,
#tfa_3880 .choices.vertical,
#tfa_3880 .oneChoice,
#tfa_3880 label {
  margin: 0 !important;
  padding: 0 !important;
}

#tfa_3880 .oneChoice {
  display: flex;
  align-items: center;
}

#tfa_3880 .oneChoice + .oneChoice {
  margin-top: 0 !important;
}
