/**
 Theme Name: Cascade
 Author: Magicdust
 Author URI: https://www.magicdust.com.au
 Description: A bespoke WordPress theme from Magicdust.
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small,
.small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 1em;
  line-height: 1.5;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth;
}
html,
body {
  min-height: 100%;
}
body {
  background: #ffffff;
  color: #316084;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.3;
  font-family: 'Dosis', sans-serif;
  color: #0d446e;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 1.5em;
}
h2,
.h2 {
  font-size: 1.1875em;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-size: 1em;
}
small,
.small {
  font-size: 0.875em;
}
p,
ol,
ul,
dl,
dd,
form,
table,
address,
pre {
  margin: 0 0 1em 0;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
ol,
ul {
  padding-left: 10%;
}
@media (min-width: 480px) {
  ol,
  ul {
    padding-left: 5%;
  }
}
li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
li ol,
li ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
table {
  width: 100%;
  font-size: inherit;
}
th,
td {
  vertical-align: top;
  padding: 0.25em 1em 0.25em 0;
}
th {
  text-align: left;
}
blockquote {
  margin: 0 2%;
}
ins {
  text-decoration: none;
}
del {
  -webkit-text-decoration: strikethrough;
          text-decoration: strikethrough;
}
abbr {
  cursor: help;
}
a {
  text-decoration: none;
  color: #0d446e;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover {
  color: #006eb6;
}
a.underline {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
::-moz-selection {
  background: #0d446e;
  color: #FFF;
}
::selection {
  background: #0d446e;
  color: #FFF;
}
/* Resets. */
button,
textarea,
[type="button"],
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select[multiple] {
  -webkit-appearance: none;
}
button,
input,
select,
textarea,
fieldset {
  max-width: 100%;
  font-size: inherit;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled],
fieldset[disabled] {
  opacity: 0.7;
  cursor: default;
}
/* Rectangular inputs. */
button,
input,
textarea,
select {
  padding: 0 0.4em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #ffffff;
  border-color: rgba(49, 96, 132, 0.5);
  color: #316084;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #0d446e;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* One-line rectangular inputs. */
button,
input,
select {
  height: 2.5em;
  line-height: normal;
}
/* Multi-line rectangular inputs. */
textarea,
select[multiple] {
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 0.4em;
}
/* Buttons. */
button,
[type="button"],
[type="submit"],
[type="reset"] {
  padding: 0 1em;
  text-align: center;
}
button:active,
[type="button"]:active,
[type="submit"]:active,
[type="reset"]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
/* Non-rectangular inputs. */
[type="checkbox"],
[type="radio"],
[type="range"],
[type="file"],
[type="image"] {
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
}
/* Fieldsets. */
legend {
  font-weight: bold;
}
/* Comments List */
.comments {
  margin-bottom: 4em;
}
.comments__header {
  margin-bottom: 2em;
}
.comment__list {
  padding: 0;
}
/* Comments */
.comment,
.pingback,
.trackback {
  list-style: none;
}
.comment-body {
  margin-bottom: 2em;
}
.comment-meta {
  position: relative;
  margin-bottom: 0.75em;
}
.comment-metadata {
  color: rgba(49, 96, 132, 0.5);
}
.comment-metadata a:not(:hover) {
  color: inherit;
}
.comment-meta,
.comment-content,
.reply {
  padding-left: 2.5rem;
}
@media (min-width: 480px) {
  .comment-meta,
  .comment-content,
  .reply {
    padding-left: 4.5rem;
  }
}
.comment-author .avatar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 2rem;
  width: auto;
  height: auto;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .comment-author .avatar {
    max-width: 4rem;
  }
}
.comment-edit-link {
  margin-left: 0.5em;
}
.pingback .url,
.trackback .url {
  font-style: italic;
}
/* Comment Form */
.comment-respond {
  margin: 4em 0 0 0;
}
.comment-reply-title small,
.comment-reply-title .small {
  display: block;
}
.comments .children {
  padding-left: 5%;
}
.comment-form {
  display: block;
}
.comment-form label {
  display: block;
}
.required {
  color: #C40233;
}
.comment-metadata,
.form-allowed-tags,
.pingback .edit-link,
.trackback .edit-link {
  font-size: 0.8em;
}
#cancel-comment-reply-link {
  font-size: 0.6em;
}
.gallery {
  margin-left: -(0.25em / 2);
  margin-right: -(0.25em / 2);
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery img {
  display: block;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0.125em 0.25em 0.125em;
  text-align: center;
}
.gallery .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery .gallery-caption {
  margin: 0 0 1em 0;
  font-size: 0.8em;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  clear: none;
  width: 100%;
  clear: both;
}
.gallery .gallery-caption,
.wp-caption-text,
.wp-caption-dd {
  font-style: italic;
}
@media (min-width: 680px) {
  .gallery-item.gallery-item:nth-of-type(2n+1) {
    /* Extra specificity for editor */
    clear: none;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.11111111%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
    clear: left;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
    clear: left;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.28571429%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
    clear: left;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.66666667%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
    clear: left;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
    clear: left;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
    clear: left;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.33333333%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
    clear: left;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.gallery-caption {
  padding: 0 1em;
}
.alignnone,
.alignleft,
.aligncenter,
.alignright,
.alignnone.wp-caption,
.alignleft.wp-caption,
.aligncenter.wp-caption,
.alignright.wp-caption {
  display: block;
  margin: 0 0 1em 0;
}
.alignleft,
.alignright,
.alignleft.wp-caption,
.alignright.wp-caption {
  margin-top: 0.25em;
}
.alignleft,
.alignleft.wp-caption {
  float: left;
  margin-right: 1em;
}
.alignright,
.alignright.wp-caption {
  float: right;
  margin-left: 1em;
}
.aligncenter,
.aligncenter.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.mejs-container {
  margin-bottom: 1em;
}
.banner {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: inset 0px 8px 11px -9px #ababab;
          box-shadow: inset 0px 8px 11px -9px #ababab;
  margin-bottom: 2em;
}
@media (min-width: 960px) {
  .banner {
    margin-bottom: 5em;
  }
}
.banner .container {
  padding-top: 3em;
  padding-bottom: 1.5em;
}
.page-template-template-modules-with-banner .banner {
  margin-bottom: 0;
}
.banner__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
  padding: 1em 1em;
  z-index: 2;
  position: relative;
  height: 110%;
  background: #f2f8fb;
  -webkit-box-shadow: inset 0px 8px 11px -9px #ababab;
          box-shadow: inset 0px 8px 11px -9px #ababab;
}
.banner__logo img {
  width: 150px;
}
@media (min-width: 960px) {
  .banner__logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 800px;
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    border-bottom-left-radius: 187px;
    padding-left: 8em;
  }
  .banner__logo img {
    margin-bottom: 15px;
    width: 300px;
  }
}
.banner__title {
  font-size: 26px;
  color: #ffffff;
}
.banner__title a {
  color: #ffffff;
}
@media (min-width: 680px) {
  .banner__title {
    font-size: 40px;
  }
}
@media (min-width: 960px) {
  .banner__title {
    font-size: 56px;
    padding-right: 8.5em;
  }
}
.banner__nav {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 1px;
}
.banner__nav a {
  color: #ffffff;
}
.banner__nav a:hover {
  color: #006eb6;
}
@media (min-width: 960px) {
  .banner__nav {
    font-size: 14px;
  }
}
.entry {
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 12px -1px #e3e3e3;
          box-shadow: 0 0 12px -1px #e3e3e3;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
}
.entry a:hover .entry__title:after {
  background-color: #001c2e;
}
.entry .entry__content-wrap {
  padding: 0.5em 1.5em 1em;
}
.entry:hover .entry__content-arrow:after {
  background-color: #001c2e;
}
.module--upcoming-events .entry {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.module--upcoming-events .entry .entry__content-wrap {
  padding: 0.5em 0 1em;
}
.module--upcoming-events .entry:last-child {
  border-bottom: 2px solid #c4cdd3;
}
.entry__content-wrap {
  position: relative;
}
.entry__image {
  display: block;
  margin-bottom: 1em;
  width: 100%;
  height: 200px;
}
.module--latest-posts .entry__image {
  height: 188px;
}
@media (min-width: 680px) {
  .module--latest-posts .entry__image {
    height: 300px;
  }
}
@media (min-width: 960px) {
  .module--latest-posts .entry__image {
    height: 188px;
  }
}
.single-post .entry__image {
  height: auto;
}
@media (min-width: 680px) {
  .entry__image {
    height: 248px;
  }
}
.module--upcoming-events .entry__image {
  -webkit-box-shadow: 0 0 12px -1px #e3e3e3;
          box-shadow: 0 0 12px -1px #e3e3e3;
  border-radius: 5px;
}
@media (min-width: 960px) {
  .module--upcoming-events .entry__image {
    height: 400px;
  }
}
.entry__image--placeholder {
  background-image: url('images/placeholder.png') !important;
}
.module--upcoming-events > .container {
  border-bottom: 1px solid #c4cdd3;
  padding-bottom: 3em;
}
.entry__header {
  margin-bottom: 1em;
}
.archive.category .entry__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry__header time {
  font-style: normal;
  font-size: 20px;
}
.entry__title {
  word-wrap: break-word;
  font-size: 20px;
  margin-bottom: 7px;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 680px) {
  .entry__title {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .entry__title {
    font-size: 32px;
  }
}
.archive.category .entry__title {
  font-size: 18px;
  margin-bottom: 0;
  width: 80%;
}
@media (min-width: 680px) {
  .archive.category .entry__title {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .archive.category .entry__title {
    font-size: 24px;
  }
}
.entry__title a:not(:hover) {
  color: inherit;
}
.entry__category {
  font-size: 13px;
  margin-bottom: 15px;
}
.entry__category a {
  color: #006eb6;
}
.module--upcoming-events .entry__category,
.module--past-events .entry__category {
  font-size: 16px;
}
.entry__summary {
  clear: both;
  position: relative;
  padding-bottom: 4em;
}
.module--past-events .entry__summary {
  padding-bottom: 5em;
}
.entry__content-arrow-real {
  position: absolute;
  background-color: #006eb6;
  background-image: url('images/arrow.svg');
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 1.5em;
  bottom: 1em;
}
.entry__content-arrow {
  padding: 0.5em 1.5em 1em;
  position: absolute;
  bottom: 1em;
  width: 100%;
  font-weight: bold;
}
.module--upcoming-events .entry__content-arrow:after {
  right: auto;
  left: 0;
}
.entry .entry__content-arrow,
.module--past-events .entry__content-arrow {
  min-height: 3em;
}
.entry .entry__content-arrow:after,
.module--past-events .entry__content-arrow:after {
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry__single {
  margin-bottom: 2em;
}
.entry_single-arrange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.entry_single-arrange .entry__header {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: inline-grid;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.entry_single-arrange .entry__header .entry__title {
  width: auto;
  white-space: unset;
  overflow: hidden;
  text-overflow: unset;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.entry_single-arrange .entry__header footer {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.entry_single-arrange .entry__header .meta p {
  margin-bottom: 0;
}
.entry_single-arrange .addtoany_content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
  margin-left: 0;
}
.entry_single-arrange .entry__image {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 1em;
  margin-bottom: 2em;
}
.entry_single-arrange .entry__image img {
  border-radius: 3px;
}
.entry_single-arrange h1,
.entry_single-arrange h2,
.entry_single-arrange h3,
.entry_single-arrange h4,
.entry_single-arrange h5,
.entry_single-arrange h6,
.entry_single-arrange span,
.entry_single-arrange ul,
.entry_single-arrange div,
.entry_single-arrange em,
.entry_single-arrange a,
.entry_single-arrange table,
.entry_single-arrange p,
.entry_single-arrange blockquote,
.entry_single-arrange .h1,
.entry_single-arrange .h2,
.entry_single-arrange .h3,
.entry_single-arrange .h4,
.entry_single-arrange .h5,
.entry_single-arrange .h6 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.entry_single-arrange .wp-next-post-navi {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.entry__content-links a {
  font-weight: normal;
  position: relative;
}
.entry__content-links a.watch {
  padding-left: 3.5em !important;
}
.entry__content-links a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  background: #ffffff;
  left: 1.5em;
}
.entry__content-links a span:before {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #006eb6;
}
.entry__content-links a:hover span:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #0d446e;
}
.fine-print {
  font-size: 0.85em;
  text-align: center;
}
@media (min-width: 960px) {
  .fine-print {
    text-align: left;
    margin-top: 5em;
  }
}
@media (min-width: 960px) {
  .fine-print__copyright-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 960px) {
  .fine-print__credit:before {
    content: '|';
    margin-left: 4px;
    margin-right: 2px;
    position: relative;
    top: -1px;
  }
}
.footer {
  padding-bottom: 0.5em;
  padding-top: 4em;
  font-size: 14px;
  text-align: center;
}
.footer a {
  color: #316084;
}
.footer a:hover {
  color: #001c2e;
}
@media (min-width: 960px) {
  .footer {
    padding-bottom: 1em;
    text-align: left;
  }
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid--align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.grid--no-gutters {
  margin: 0;
}
.grid--small-gutters {
  margin: 0 -0.5rem;
}
.grid--large-gutters {
  margin: 0 -2rem;
}
.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid--center-y {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid--left-x {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.grid--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.grid__column {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 1rem;
}
.blogs .grid__column,
.blog .main__content .grid__column,
.search .main__content .grid__column,
.archive .main__content .grid__column,
.module--locations .grid__column {
  margin-top: 1em ;
  margin-bottom: 1em;
}
.grid--reverse > .grid__column {
  float: right;
}
.grid--no-gutters > .grid__column {
  padding: 0;
}
.grid--small-gutters > .grid__column {
  padding: 0 0.5rem;
}
.grid--large-gutters > .grid__column {
  padding: 0 2rem;
}
.grid__column--12 {
  width: 100%;
}
.grid__column--11 {
  width: 91.66666667%;
}
.grid__column--10 {
  width: 83.33333333%;
}
.grid__column--9 {
  width: 75%;
}
.grid__column--8 {
  width: 66.66666667%;
}
.grid__column--7 {
  width: 58.33333333%;
}
.grid__column--6 {
  width: 50%;
}
.grid__column--5 {
  width: 41.66666667%;
}
.grid__column--4 {
  width: 33.33333333%;
}
.grid__column--3 {
  width: 25%;
}
.grid__column--2 {
  width: 16.66666667%;
}
.grid__column--1 {
  width: 8.33333333%;
}
@media (min-width: 480px) {
  .grid__column--s-12 {
    width: 100%;
  }
  .grid__column--s-11 {
    width: 91.66666667%;
  }
  .grid__column--s-10 {
    width: 83.33333333%;
  }
  .grid__column--s-9 {
    width: 75%;
  }
  .grid__column--s-8 {
    width: 66.66666667%;
  }
  .grid__column--s-7 {
    width: 58.33333333%;
  }
  .grid__column--s-6 {
    width: 50%;
  }
  .grid__column--s-5 {
    width: 41.66666667%;
  }
  .grid__column--s-4 {
    width: 33.33333333%;
  }
  .grid__column--s-3 {
    width: 25%;
  }
  .grid__column--s-2 {
    width: 16.66666667%;
  }
  .grid__column--s-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid__column--m-12 {
    width: 100%;
  }
  .grid__column--m-11 {
    width: 91.66666667%;
  }
  .grid__column--m-10 {
    width: 83.33333333%;
  }
  .grid__column--m-9 {
    width: 75%;
  }
  .grid__column--m-8 {
    width: 66.66666667%;
  }
  .grid__column--m-7 {
    width: 58.33333333%;
  }
  .grid__column--m-6 {
    width: 50%;
  }
  .grid__column--m-5 {
    width: 41.66666667%;
  }
  .grid__column--m-4 {
    width: 33.33333333%;
  }
  .grid__column--m-3 {
    width: 25%;
  }
  .grid__column--m-2 {
    width: 16.66666667%;
  }
  .grid__column--m-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 820px) {
  .grid__column--ml-12 {
    width: 100%;
  }
  .grid__column--ml-11 {
    width: 91.66666667%;
  }
  .grid__column--ml-10 {
    width: 83.33333333%;
  }
  .grid__column--ml-9 {
    width: 75%;
  }
  .grid__column--ml-8 {
    width: 66.66666667%;
  }
  .grid__column--ml-7 {
    width: 58.33333333%;
  }
  .grid__column--ml-6 {
    width: 50%;
  }
  .grid__column--ml-5 {
    width: 41.66666667%;
  }
  .grid__column--ml-4 {
    width: 33.33333333%;
  }
  .grid__column--ml-3 {
    width: 25%;
  }
  .grid__column--ml-2 {
    width: 16.66666667%;
  }
  .grid__column--ml-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 960px) {
  .grid__column--l-12 {
    width: 100%;
  }
  .grid__column--l-11 {
    width: 91.66666667%;
  }
  .grid__column--l-10 {
    width: 83.33333333%;
  }
  .grid__column--l-9 {
    width: 75%;
  }
  .grid__column--l-8 {
    width: 66.66666667%;
  }
  .grid__column--l-7 {
    width: 58.33333333%;
  }
  .grid__column--l-6 {
    width: 50%;
  }
  .grid__column--l-5 {
    width: 41.66666667%;
  }
  .grid__column--l-4 {
    width: 33.33333333%;
  }
  .grid__column--l-3 {
    width: 25%;
  }
  .grid__column--l-2 {
    width: 16.66666667%;
  }
  .grid__column--l-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1440px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid--2-columns > .grid__column {
    width: 50%;
  }
  .grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--3-columns > .grid__column {
    width: 33.333%;
  }
  .grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--4-columns > .grid__column {
    width: 50%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--4-columns > .grid__column {
    width: 25%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--5-columns > .grid__column {
    width: 50%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--5-columns > .grid__column {
    width: 20%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--6-columns > .grid__column {
    width: 50%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--6-columns > .grid__column {
    width: 33.3333%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 960px) {
  .grid--6-columns > .grid__column {
    width: 16.66666%;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: right;
  }
}
:root {
  --header-outer-height: 126px;
  --header-inner-height: 78px;
  --header-height-difference: calc(var(--header-outer-height) - var(--header-inner-height));
  --header-bg: #fff;
}
@media (max-width: 960px) {
  .header {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.header__logo {
  display: block;
  margin-right: auto;
  width: 166px;
  -webkit-transition: width 400ms ease-out;
  transition: width 400ms ease-out;
}
.header__logo img {
  display: block;
  height: calc(var(--header-inner-height));
  -webkit-transition: width 600ms ease-out;
  transition: width 600ms ease-out;
}
@media (max-width: 960px) {
  .header__search-toggle.header__search-toggle--dekstop {
    display: none;
  }
}
@media (min-width: 960px) {
  .header__search-toggle {
    padding-left: 1em;
  }
}
.header__grid-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 960px) {
  .header__grid-mobile {
    display: none;
  }
}
.header__menu-toggle--search {
  background: #f2f8fb !important;
  padding: 0.6em !important;
  border-radius: 50%;
  margin-left: 1em;
  color: #006eb6;
  fill: #006eb6;
}
.header__search {
  display: none;
  margin-top: 1em;
}
@media (min-width: 960px) {
  .header__search {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: -3.5em;
    z-index: 9;
    width: 350px;
  }
}
.header__member a::after {
  display: none;
}
@media (max-width: 960px) {
  .header__member a {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .header__member a {
    display: inline-block;
    vertical-align: top;
    padding: 1em 2.5em !important;
    height: auto;
    border-radius: 25px;
    line-height: 1;
    cursor: pointer;
    color: #ffffff !important;
    text-align: center;
    background: #006eb6;
    font-size: 15px !important;
  }
  .header__member a:hover {
    background: #001c2e !important;
    color: #ffffff !important;
  }
  .header__member a:hover::after {
    display: none;
  }
}
.header__sticky--fixed {
  -webkit-box-shadow: 0 3px 5px -4px #4e6546;
          box-shadow: 0 3px 5px -4px #4e6546;
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
}
@media (max-width: 680px) {
  .header__sticky--fixed {
    top: 0;
  }
}
.header__sticky--fixed .header__logo img {
  width: 105px;
  -webkit-transition: width 400ms ease-out;
  transition: width 400ms ease-out;
}
.header__sticky--fixed .navbar__item a {
  padding: 1.25em 0;
}
.header__sticky--fixed .navbar-dropdown__item a {
  padding: 1em;
}
.toolbar {
  height: auto;
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
}
.toolbar__sticky--fixed {
  -webkit-box-shadow: 0 3px 5px -4px #4e6546;
          box-shadow: 0 3px 5px -4px #4e6546;
  position: fixed;
  width: 100%;
  z-index: 10;
  height: 0px;
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
  background-color: #ffffff;
  top: 0;
}
@media screen and (max-width: 960px) {
  .header__search-toggle--desktop {
    display: none;
  }
  .header__sticky--fixed .grid__column.grid__column--l-10.header__grid-toggle {
    background-color: #ffffff;
  }
  .header__sticky--fixed .navbar__item a {
    padding: 1em 0;
    color: #0d446e;
  }
  #header__sticky ul.navbar__dropdown {
    margin-left: 1em;
  }
}
#back-to-top {
  display: none;
  position: fixed;
  bottom: 2em;
  right: 2em;
  background-color: rgba(0, 110, 181, 0.78);
  color: #ffffff;
  padding: 0.75em;
  border-radius: 2em;
  width: 56px;
  height: 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 9;
  cursor: pointer;
}
.top__sticky {
  opacity: 0;
  display: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.top__fixed {
  opacity: 1;
  display: block;
}
@media (max-width: 480px) {
  #back-to-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sticky__enable {
  display: block;
}
/* Scroll to - offset fix. */
@media (min-height: 32em) {
}
.responsive-wrapper {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
header.sticky-header {
  --header-height: 90px;
  --opacity: 0.9;
  --shrink-me: 0.8;
  --sticky-background-color: #0e41e5;
  --transition: 0.3s ease-in-out;
  -webkit-transition: background-color var(--transition), background-image var(--transition), opacity var(--transition), -webkit-backdrop-filter var(--transition);
  transition: background-color var(--transition), background-image var(--transition), opacity var(--transition), -webkit-backdrop-filter var(--transition);
  transition: background-color var(--transition), background-image var(--transition), backdrop-filter var(--transition), opacity var(--transition);
  transition: background-color var(--transition), background-image var(--transition), backdrop-filter var(--transition), opacity var(--transition), -webkit-backdrop-filter var(--transition);
}
header.sticky-header.elementor-sticky--effects {
  background-color: var(--sticky-background-color) !important;
  background-image: none !important;
  opacity: var(--opacity) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
  -webkit-transition: min-height var(--transition);
  transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
  min-height: calc(var(--header-height) * var(--shrink-me)) !important;
  height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
  -webkit-transition: padding var(--transition);
  transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
header.sticky-header > .elementor-container .logo img {
  -webkit-transition: max-width var(--transition);
  transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
  max-width: calc(100% * var(--shrink-me));
}
.magicdust-button {
  display: inline-block;
  vertical-align: top;
  padding: 1em 2.5em !important;
  height: auto;
  border-radius: 25px;
  line-height: 1;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  background: #006eb6;
}
button.magicdust-button,
input.magicdust-button {
  padding-top: 0;
  padding-bottom: 0;
}
button.magicdust-button:not(:focus),
input.magicdust-button:not(:focus) {
  border-color: transparent;
}
.magicdust-button:hover {
  color: #ffffff;
  background: #001c2e;
}
.module__button .magicdust-button {
  text-align: center;
}
@media (min-width: 680px) {
  .module__button .magicdust-button {
    min-width: 206px;
  }
}
@media (max-width: 680px) {
  .magicdust-button {
    width: 44%;
    padding: 1em 0.7em !important;
    font-size: 13px;
  }
}
.magicdust-button.buttons:first-child {
  margin-left: 0;
}
@media (min-width: 680px) {
  .magicdust-button.buttons {
    min-width: 230px;
    margin-left: 1em;
  }
}
@media (max-width: 680px) {
  .magicdust-button.buttons {
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1em;
  }
}
.main {
  display: block;
}
.main:focus {
  outline: none;
}
.main__content {
  margin-bottom: 3em;
}
.page-template-default .main__content ul {
  list-style: none;
  padding-left: 0;
}
.page-template-default .main__content ul li {
  position: relative;
  padding-left: 1.3em;
}
.page-template-default .main__content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  bottom: 5px;
  width: 12px;
  height: 12px;
  border: 2px solid #006eb6;
  border-radius: 50%;
  margin-right: 7px;
}
.error404 .main__content {
  text-align: center;
}
.main__sidebar {
  margin-bottom: 3em;
}
.u-blog-widget .main__sidebar {
  margin-bottom: 1em;
}
@media (min-width: 680px) {
  .u-blog-widget .main__sidebar {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 960px) {
  .u-blog-widget .main__sidebar {
    width: 85%;
  }
}
.menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  background: transparent;
  border-color: transparent;
  background: #f2f8fb !important;
  padding: 0.6em !important;
  border-radius: 50%;
  margin-left: 0.5em;
  color: #006eb6;
  fill: #006eb6;
}
.no-js .menu-toggle {
  display: none;
}
.menu-toggle.filter__toggle--filter {
  font-size: 15px;
}
.header__toggle .menu-toggle {
  display: block;
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}
@media (min-width: 960px) {
  .filter__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 960px) {
  .filter__toggle {
    display: none;
  }
}
.menu-toggle__icon {
  display: block;
  width: 1em;
  height: 1em;
}
@media (min-width: 960px) {
  .menu-toggle__icon {
    width: 1.5em;
    height: 1.5em;
  }
}
.menu-toggle__icon--open {
  display: block;
}
.is-open > .menu-toggle__icon--open {
  display: none;
}
.menu-toggle__icon--close {
  display: none;
}
.is-open > .menu-toggle__icon--close {
  display: block;
}
.menu-toggle__label {
  padding-left: 0.25em;
  line-height: 1;
}
.meta {
  font-style: italic;
}
.meta a:not(:hover) {
  color: inherit;
}
.module {
  padding: 3em 0 2em;
  position: relative;
}
@media (min-width: 960px) {
  .module {
    padding: 5em 0 4em;
  }
}
.module--past-events + .module--upcoming-events,
.module--upcoming-events + .module--past-events {
  padding-top: 0;
}
.module--text-image-icon {
  text-align: center;
}
@media (max-width: 680px) {
  .module--text-video {
    text-align: center;
  }
}
.module-mega-tabs {
  padding-bottom: 0;
}
.module-mega-tabs .module--icons-lists {
  padding-top: 2em;
}
@media (max-width: 960px) {
  .module-mega-tabs {
    padding-bottom: 2em;
  }
  .module-mega-tabs .module--icons-lists,
  .module-mega-tabs .module--text-image {
    padding-top: 2em;
  }
}
.module--image + .module {
  padding-top: 0;
}
.module--prices {
  padding: 0;
}
.module--prices .module--prices__helper {
  padding: 3em 0 2em;
}
@media (min-width: 960px) {
  .module--prices .module--prices__helper {
    padding: 6em 0 5em;
  }
}
@media (min-width: 960px) {
  .module--team-members {
    padding-bottom: 3em;
  }
}
.module--anchor-links {
  padding: 3em 0 2.5em;
}
.module--anchor-links + .module--team-members {
  padding-top: 0;
}
@media (min-width: 960px) {
  .module--text {
    padding: 5em 0 4em;
  }
}
@media (min-width: 960px) {
  .module--logos {
    padding: 5em 0 4em;
  }
}
.team__popup-spacer {
  width: 1200px !important;
}
.module--images-sentences,
.module--icons-pragraphs,
.module--team-members:nth-child(odd),
.module--icons-light,
.module--logos:nth-child(odd) {
  background: #f2f8fb;
}
.module--newsletter .container {
  -webkit-box-shadow: 0 0 11px 0 #cccccc;
          box-shadow: 0 0 11px 0 #cccccc;
  padding: 3em 0.5em 2em;
  background: #ffffff;
  border-radius: 5px;
}
@media (min-width: 680px) {
  .module--newsletter .container {
    padding: 4em 5em 2em;
  }
}
.module--latest-posts {
  background: #f2f8fb;
  padding-bottom: 15em;
}
.module--latest-posts.module--latest-posts-panel {
  padding-bottom: 5em;
}
.module--latest-posts + .module--newsletter {
  padding: 0;
  margin-top: -10em;
}
.module-tabs {
  padding: 0;
}
.module-tabs .module-tabs__helper {
  padding: 3em 0 2em;
}
@media (min-width: 960px) {
  .module-tabs .module-tabs__helper {
    padding: 6em 0 5em;
  }
}
.module--icons-sentences {
  color: #ffffff;
  padding: 3em 0 2em;
}
@media (min-width: 960px) {
  .module--icons-sentences {
    padding: 5em 0 3.5em;
  }
}
.module__header {
  margin-bottom: 1.5em;
  text-align: center;
}
.module--tagline .module__header {
  margin-bottom: 1.5em;
}
.module-tabs .module__header {
  margin-bottom: 2em;
}
@media (min-width: 960px) {
  .module-tabs .module__header {
    margin-bottom: 3.5em;
  }
}
@media (min-width: 960px) {
  .module--upcoming-events .module__header {
    text-align: left;
  }
}
.hero + .module--tagline {
  padding: 0;
  margin-top: -100px;
}
@media (min-width: 680px) {
  .hero + .module--tagline {
    margin-top: -110px;
  }
}
@media (min-width: 960px) {
  .hero + .module--tagline {
    margin-top: -130px;
  }
}
.module__content > ul {
  list-style: none;
  padding-left: 0;
}
.module__content > ul li {
  position: relative;
  padding-left: 1.3em;
}
.module__content > ul li::before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  top: 6px;
  width: 12px;
  height: 12px;
  border: 2px solid #006eb6;
  border-radius: 50%;
  margin-right: 7px;
}
.module__title {
  font-size: 25px;
}
.module__title span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #006eb6;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media (min-width: 680px) {
  .module__title {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  .module__title {
    font-size: 32px;
  }
}
.module--tagline {
  position: relative;
  z-index: 4;
}
@media (max-width: 680px) {
  .module--tagline {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .module--tagline .grid {
    margin-right: 0;
  }
}
.module--tagline .grid__column--l-4 {
  position: relative;
}
.module--tagline .grid__column--l-3,
.module--tagline .grid__column--l-5 {
  padding: 1em 2em;
}
@media (min-width: 960px) {
  .module--tagline .grid__column--l-3,
  .module--tagline .grid__column--l-5 {
    padding: 1em 1.5em;
  }
}
@media (min-width: 960px) {
  .module--tagline .grid__column--l-3 {
    text-align: right;
    padding-top: 4.5em;
    padding-right: 2em;
  }
}
.module--helper {
  background: -webkit-gradient(linear, left top, right top, color-stop(48%, #003252), color-stop(67%, #0d446e));
  background: linear-gradient(90deg, #003252 48%, #0d446e 67%);
  overflow: hidden;
}
.module--tagline .module--helper {
  border-radius: 5px;
}
@media (max-width: 960px) {
  .module--helper {
    padding-bottom: 1em;
  }
}
.module--tagline__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: center center / cover no-repeat;
  z-index: 2;
  height: 170px;
}
@media (max-width: 960px) {
  .module--tagline__image {
    margin-bottom: 1em;
  }
}
@media (min-width: 680px) {
  .module--tagline__image {
    height: 250px;
  }
}
@media (min-width: 960px) {
  .module--tagline__image {
    margin-top: -25px;
    margin-bottom: -35px;
    border-bottom-right-radius: 187px;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
  }
}
.module--tagline__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.module--text-video__image {
  position: relative;
  height: 200px;
}
.module--text-video__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
@media (min-width: 680px) {
  .module--text-video__image {
    height: 395px;
  }
}
@media (min-width: 960px) {
  .module--text-video__image {
    height: 295px;
  }
}
.module__button {
  margin-top: 2em;
}
.module--tagline .module__button {
  margin-top: 0;
}
.module--latest-posts .module__button {
  text-align: center;
}
@media (min-width: 960px) {
  .module--latest-posts .module__button {
    padding-top: 1.5em;
  }
}
.module--text-image__title,
.module--text-video__title {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.module--text-image__title span,
.module--text-video__title span {
  width: 80%;
}
@media (min-width: 680px) {
  .module--text-image__title,
  .module--text-video__title {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .module--text-image__title,
  .module--text-video__title {
    font-size: 24px;
  }
}
.module--text-image__image img {
  display: block;
  width: 100%;
}
.module--text-image + .module--text-image {
  padding-top: 2em;
}
.module--text-image-icon .module--text-image-helper {
  margin-top: 3em;
}
.module--text-image-helper,
.module--text-video-helper {
  -webkit-box-shadow: 0px 0px 11px 0px #cccccc;
          box-shadow: 0px 0px 11px 0px #cccccc;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .module--text-image-helper,
  .module--text-video-helper {
    margin-top: 1.5em;
  }
}
.module--text-image-icon .module--text-image__title {
  margin-top: 1.5em;
  text-align: center;
}
.module--text-image-icon .module--text-image__title span {
  width: 100%;
}
@media (min-width: 960px) {
  .module--text-image-icon .module--text-image__title {
    margin-top: 2em;
  }
}
@media (min-width: 960px) {
  .module--text-image-icon .module--text-image__content-holder {
    padding: 2em 2em;
  }
}
.module--text-image__content-holder,
.module--text-video__content-holder {
  padding: 1.5em 1em;
}
@media (min-width: 960px) {
  .module--text-image__content-holder,
  .module--text-video__content-holder {
    padding: 1.5em 2em;
  }
}
.module--text-image__content-holder.icons,
.module--text-video__content-holder.icons {
  text-align: center;
}
@media (min-width: 680px) {
  .module--text-image__content-holder.icons,
  .module--text-video__content-holder.icons {
    font-size: 18px;
  }
}
.module--text-image__content-holder.icons .module--text-image__con-icon img,
.module--text-video__content-holder.icons .module--text-image__con-icon img {
  width: 55px;
}
.module--text-image__content-holder.icons .grid__column,
.module--text-video__content-holder.icons .grid__column {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-right: 2px solid #f2f8fb;
}
.module--text-image__content-holder.icons .grid__column:last-child,
.module--text-video__content-holder.icons .grid__column:last-child {
  border: 0;
}
@media (max-width: 680px) {
  .module--text-image__content-holder.icons .grid__column,
  .module--text-video__content-holder.icons .grid__column {
    padding-top: 1em;
    padding-bottom: 1em;
    border-right: 0;
    border-bottom: 2px solid #f2f8fb;
  }
}
.module--text-image__content-holder.no-padding,
.module--text-video__content-holder.no-padding {
  padding: 0 !important;
}
.module--text-text__content,
.module--text-video__content {
  color: #316084;
  margin-top: 1em;
  text-align: left;
}
.module--text-image__link .module--text-image__arrow:after {
  margin-top: 1em;
  content: '';
  background-color: #006eb6;
  background-image: url('images/arrow.svg');
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.module--text-image__link:hover .module--text-image__arrow:after {
  background-color: #001c2e;
}
.module--text-image__link,
.module--text-video__link {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.module--text-image__link .module--text-image__title:after,
.module--text-video__link .module--text-image__title:after,
.module--text-image__link .module--text-video__title:after,
.module--text-video__link .module--text-video__title:after {
  content: '';
  background-color: #006eb6;
  background-image: url('images/arrow.svg');
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.module--text-image__link:hover .module--text-image__title:after,
.module--text-video__link:hover .module--text-image__title:after,
.module--text-image__link:hover .module--text-video__title:after,
.module--text-video__link:hover .module--text-video__title:after {
  background-color: #001c2e;
}
.module--text-video__url {
  position: relative;
  display: block;
}
.module--text-video__url::before {
  content: url('images/play.svg');
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module--text-video__url:hover::before {
  opacity: 0.6;
}
.module--intro {
  text-align: center;
  margin-bottom: 1.5em;
}
.module__note {
  text-align: center;
  margin-top: 2em;
  font-size: 14px;
  color: #d3dde5;
}
.navbar {
  display: none;
  width: 95%;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.no-js .navbar,
.navbar.is-open {
  display: block;
}
@media (max-width: 960px) {
  .navbar {
    margin-top: 1em;
  }
}
.navbar__list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.navbar__item {
  position: relative;
  display: block;
  margin: 0;
}
.navbar__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 0;
  line-height: 1;
}
.navbar__item a[aria-haspopup] {
  cursor: default;
}
.navbar__expand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.2rem;
  fill: currentColor;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.is-open > a > .navbar__expand {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
@media (min-width: 960px) {
  .navbar {
    display: block !important;
  }
  .navbar__item {
    margin-right: 2em;
  }
  .navbar__item a {
    padding: 3em 0;
    font-size: 18px;
    color: #006eb6;
  }
  .navbar__item a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0.2em;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .navbar__item > a:hover,
  .navbar__item.is-current > a,
  .navbar__item.is-open > a {
    background: transparent;
    color: #006eb6;
  }
  .navbar__item > a:hover:after,
  .navbar__item.is-current > a:after,
  .navbar__item.is-open > a:after {
    width: 100%;
    background-color: #006eb6;
  }
  .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.placeholder__widget {
  padding: 0 0 0 2em;
  display: none;
}
@media screen and (min-width: 1440px) {
  .placeholder__widget {
    display: block;
  }
}
.navbar-dropdown {
  will-change: auto;
  display: none;
  padding: 0;
}
.is-open > .navbar-dropdown {
  display: block;
}
.navbar-dropdown:focus {
  outline: none;
}
.navbar-dropdown__item a {
  font-size: 0.85em;
}
@media (min-width: 960px) {
  .navbar-dropdown {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    min-width: 16em;
    padding: 0 0 0 5px !important;
    text-align: left;
    white-space: nowrap;
    -webkit-box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
  }
  .navbar-dropdown--level-0 {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 5px 0 0 0 !important;
  }
  .navbar-dropdown__item {
    margin: 0;
  }
  .navbar-dropdown__item a {
    padding: 1em;
    background: #006eb6;
    color: #ffffff;
  }
  .navbar-dropdown__item a:hover,
  .navbar-dropdown__item.is-current > a {
    background: #005f9d;
    color: #ffffff;
  }
  .navbar-dropdown__item:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a {
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    display: block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #006eb6 transparent transparent;
  }
  .navbar-dropdown--level-0 > .navbar-dropdown__item:first-child > a:before {
    right: 50%;
    bottom: 100%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-color: transparent transparent #006eb6 transparent;
  }
  .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  .is-open > a > .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg) rotateX(-180deg);
            transform: rotateZ(-90deg) rotateX(-180deg);
  }
}
.navigation {
  position: relative;
}
@media (min-width: 960px) {
  .navigation {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pagination {
  clear: both;
  text-align: center;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination > a,
.pagination > span {
  display: inline-block;
  margin: 0.15em;
  padding: 0.25em 0.75em;
}
.pagination > span {
  color: rgba(49, 96, 132, 0.5);
}
.pagination .dots {
  border-color: transparent;
}
.pagination,
.post-navigation {
  margin-top: 2em;
}
.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__content .search-form {
  width: 20em;
  max-width: 100%;
  margin: 2em auto;
}
.search-form__input {
  width: 100%;
  padding-right: 2.5em;
}
.search-form__input::-webkit-input-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input::-moz-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input:-ms-input-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input::-ms-input-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input::placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__button {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5em;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: #316084;
}
.search-form__icon {
  width: 1.25em;
  height: 1.25em;
  fill: currentColor;
}
.social-menu-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.social-menu-item a {
  display: block;
  color: inherit;
}
.social-menu-item__icon {
  display: block;
  width: 2em;
  height: 2em;
  fill: currentColor;
}
.social-menu-item__label {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  left: -9999px;
}
.social-menu {
  padding: 0;
  list-style: none;
}
.tabs--horizontal .tabs__tablist {
  margin: 0 -1em;
}
.tabs--horizontal .tabs__tablist .tabs__presentation {
  width: 100%;
  padding: 0 1em;
}
@media (min-width: 960px) {
  .tabs--horizontal .tabs__tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.module-download-tabs .tabs--horizontal .tabs__download-link {
  display: block;
}
.module-download-tabs .tabs--horizontal .tabs__panel {
  -webkit-box-shadow: 0 0 11px 0 #cccccc;
          box-shadow: 0 0 11px 0 #cccccc;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2em;
}
@media (min-width: 960px) {
  .module-download-tabs .tabs--horizontal .tabs__panel {
    margin-top: 1.5em;
  }
}
.module-download-tabs .tabs--horizontal .tabs__panel--content-header {
  background: #0d446e;
  color: #ffffff;
  padding: 1em 1.5em;
}
.module-download-tabs .tabs--horizontal .tabs__panel--content-header .tabs__panel--content-title {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 680px) {
  .module-download-tabs .tabs--horizontal .tabs__panel--content-header .tabs__panel--content-title {
    font-size: 25px;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .module-download-tabs .tabs--horizontal .tabs__panel--content-header .tabs__panel--content-title {
    font-size: 32px;
  }
}
.tabs__tablist {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .tabs__tablist {
    display: block;
  }
}
.tabs__tablist li {
  display: inline-block;
  margin: 0;
}
.tabs__tab {
  display: block;
  font-size: 20px;
  border: 2px solid #006eb6;
  margin-bottom: 0.5em;
  position: relative;
}
@media (min-width: 960px) {
  .tabs__tab {
    display: none;
    font-size: 24px;
    margin-bottom: 1em;
  }
  .tabs__tablist .tabs__tab {
    display: block;
  }
}
@media (max-width: 960px) {
  .module-mega-tabs .tabs__tab {
    margin-left: 1em;
    margin-right: 1em;
    width: auto !important;
  }
}
.tabs--horizontal .tabs__tab {
  color: #0d446e;
  border: 2px solid #0d446e;
  border-radius: 5px;
  padding: 0.3em 1em;
  font-size: 17px;
  position: relative;
  font-family: 'Dosis', sans-serif;
  text-align: center;
}
.tabs--horizontal .tabs__tab:hover,
.tabs--horizontal .tabs__tab[aria-selected="true"] {
  background: #0d446e;
  color: #ffffff !important;
}
@media (min-width: 680px) {
  .tabs--horizontal .tabs__tab {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .tabs--horizontal .tabs__tab {
    font-size: 24px;
    padding: 0.8em 1em;
  }
  .tabs--horizontal .tabs__tab:hover,
  .tabs--horizontal .tabs__tab[aria-selected="true"] {
    background: #0d446e;
    color: #ffffff;
  }
  .tabs--horizontal .tabs__tab:hover:before,
  .tabs--horizontal .tabs__tab[aria-selected="true"]:before {
    content: '';
    position: absolute;
    display: block;
    right: 50%;
    bottom: -1em;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: #0d446e transparent transparent transparent;
  }
}
.tabs--vertical .tabs__tab {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  padding: 0.8em 1em;
}
@media (max-width: 960px) {
  .tabs--vertical .tabs__tab {
    padding: 0.3em 1em !important;
    font-size: 17px;
  }
  .tabs--vertical .tabs__tab:hover,
  .tabs--vertical .tabs__tab[aria-selected="true"] {
    color: #0d446e;
    background: #ffffff;
  }
}
@media (min-width: 960px) {
  .tabs--vertical .tabs__tab:hover,
  .tabs--vertical .tabs__tab[aria-selected="true"] {
    color: #0d446e;
    background: #ffffff;
  }
  .tabs--vertical .tabs__tab:hover:before,
  .tabs--vertical .tabs__tab[aria-selected="true"]:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
  }
}
@media (min-width: 960px) and (max-width: 960px) {
  .tabs--vertical .tabs__tab:hover:before,
  .tabs--vertical .tabs__tab[aria-selected="true"]:before {
    right: 50%;
    bottom: -1em;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .tabs--vertical .tabs__tab:hover:before,
  .tabs--vertical .tabs__tab[aria-selected="true"]:before {
    right: -1em;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    border-color: transparent transparent transparent #ffffff;
  }
}
.tabs__panel {
  overflow: hidden;
}
.tabs__panel[aria-hidden="true"] {
  display: none;
}
.tabs--vertical .tabs__panel--content-holder {
  padding: 1.5em;
}
@media (min-width: 680px) {
  .tabs--vertical .tabs__panel--content-holder {
    padding: 2em 2.5em 2.5em;
  }
}
@media (min-width: 960px) {
  .tabs--vertical .tabs__panel--content-holder {
    padding: 2em 3.5em 3em;
  }
}
.tabs--vertical .tabs__panel--content-wrap {
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 1.5em;
}
@media (min-width: 960px) {
  .tabs--vertical .tabs__panel--content-wrap {
    margin-left: 1em;
    margin-bottom: 0;
  }
}
.tabs--vertical .tabs__panel--content-header {
  padding-left: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 960px) {
  .tabs--vertical .tabs__panel--content-header {
    padding-left: 3.5em;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 680px) {
  .tabs--vertical .tabs__panel--content-header {
    background: #f2f8fb;
    padding: 1.5em 1.25em;
  }
}
.tabs--vertical .tabs__panel--content-header .tabs__panel--content-title {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
@media (min-width: 680px) {
  .tabs--vertical .tabs__panel--content-header .tabs__panel--content-title {
    width: 55%;
    font-size: 32px;
    margin-top: 0;
    border-bottom: 2px solid #f2f8fb;
  }
}
@media (max-width: 680px) {
  .tabs--vertical .tabs__panel--content-header .tabs__panel--content-title {
    width: 100%;
  }
}
.tabs--vertical .tabs__panel--content-header .tabs__panel--content-image {
  text-align: right;
  padding-right: 1em;
  padding-left: 1em;
}
@media (min-width: 680px) {
  .tabs--vertical .tabs__panel--content-header .tabs__panel--content-image {
    width: 45%;
    background: #f2f8fb;
    border-bottom-left-radius: 187px;
    height: 85px;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tabs--vertical .tabs__panel--content-header .tabs__panel--content-image img {
  width: auto;
  height: auto;
}
@media (min-width: 680px) {
  .tabs--vertical .tabs__panel--content-header .tabs__panel--content-image img {
    height: 80px;
  }
}
.tabs__panel--content {
  padding: 2em 2em 1em;
}
.module-mega-tabs .tabs__panel--content {
  padding: 0;
}
.tabs__download .tabs__download-links {
  font-size: 15px;
  border-bottom: 1px solid #c4cdd3;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  text-align: center;
  display: block;
}
.tabs__download .tabs__download-links .tabs__download-link--download {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabs__download .tabs__download-links .tabs__download-link--download:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
  position: relative;
  z-index: 9;
  width: 7px;
  height: 7px;
  border: solid #0d446e !important;
  border-width: 0 1px 1px 0 !important;
  display: inline-block;
  top: -2px;
}
.tabs__download .tabs__download-links:hover .tabs__download-link--download:after {
  width: 7px;
  height: 7px;
  border: solid #006eb6 !important;
  border-width: 0 1px 1px 0 !important;
}
.tabs__download .tabs__download-links .tabs__download-link--title {
  font-size: 16px;
}
@media (min-width: 960px) {
  .tabs__download .tabs__download-links .tabs__download-link--title {
    font-size: 18px;
  }
}
@media (min-width: 680px) {
  .tabs__download .tabs__download-links {
    text-align: left;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tabs__download .tabs__download-links .tabs__download-link--download {
    text-align: right;
  }
  .tabs__download .tabs__download-links .tabs__download-link {
    width: 25%;
  }
  .tabs__download .tabs__download-links .tabs__download-link--title {
    width: 50%;
  }
}
#faq h2,
#faq .h2 {
  cursor: pointer;
}
#faq ul {
  display: none;
}
#faq h2 svg.navbar__expand,
#faq .h2 svg.navbar__expand {
  float: right;
}
#faq h2.is-open svg.navbar__expand,
#faq .h2.is-open svg.navbar__expand {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tool {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tool:not(:hover) {
  color: inherit;
}
.tool__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
}
.tool__badge {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 1.5em;
  padding: 0 0.25em;
  border-radius: 0.75em;
  font-size: 0.625em;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  background: #C40233;
  color: #ffffff;
}
.widget {
  margin-bottom: 2em;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul ul {
  padding-left: 5%;
}
.u-blog-widget .widget {
  margin-bottom: 0;
}
.u-blog-widget .widget form {
  margin-bottom: 0;
  margin-top: 0;
}
.widget__header {
  margin-bottom: 1em;
}
.u-blog-widget .widget__header {
  display: none;
}
.fine-print__link .widget__header {
  margin-right: 0;
}
@media (min-width: 960px) {
  .fine-print__link .widget__header {
    margin-right: 0.5em;
    margin-bottom: 0;
  }
}
.main__sidebar .widget__header {
  margin-bottom: 1.5em;
}
.widget__title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
}
.footer .widget__title {
  font-size: 16px;
}
.main__sidebar .widget__title {
  color: #006eb6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
}
.u-blog-widget .widget_archive,
.u-blog-widget .widget_categories {
  margin-bottom: 1em;
}
.u-blog-widget .widget_archive form,
.u-blog-widget .widget_categories form {
  width: 100%;
}
.u-blog-widget .widget_archive select,
.u-blog-widget .widget_categories select {
  width: 100%;
  border: 0;
  padding-left: 0;
  border-bottom: 1px solid;
}
@media (min-width: 680px) {
  .u-blog-widget .widget_archive,
  .u-blog-widget .widget_categories {
    width: 30%;
    margin-bottom: 0;
  }
}
@media (max-width: 680px) {
  .u-blog-widget .widget_search form {
    width: 100%;
  }
  .u-blog-widget .widget_search form input {
    width: 100%;
  }
}
.fine-print .widget_nav_menu {
  margin-bottom: 0;
}
.fine-print .widget_nav_menu ul li {
  display: inline-block;
}
.fine-print .widget_nav_menu ul li:before {
  content: '|';
  margin-right: 4px;
  margin-left: 2px;
  top: -1px;
}
@media (max-width: 960px) {
  .fine-print .widget_nav_menu ul li:first-child:before {
    display: none;
  }
}
@media (min-width: 960px) {
  .fine-print .widget_nav_menu {
    margin-bottom: 0;
  }
  .fine-print .widget_nav_menu ul {
    margin-bottom: 0;
  }
  .fine-print .widget_nav_menu ul li {
    margin: 0;
  }
}
.main__sidebar .widget_categories,
.main__sidebar .related_posts_by_taxonomy,
.main__sidebar .widget_nav_menu {
  -webkit-box-shadow: 0px 0px 16px -6px #ababab;
          box-shadow: 0px 0px 16px -6px #ababab;
  padding: 1.5em 1.5em 1em;
}
.main__sidebar .widget_categories ul li,
.main__sidebar .related_posts_by_taxonomy ul li,
.main__sidebar .widget_nav_menu ul li {
  border-bottom: 1px solid #ababab;
  padding-bottom: 0.5em;
}
.main__sidebar .widget_categories ul li a,
.main__sidebar .related_posts_by_taxonomy ul li a,
.main__sidebar .widget_nav_menu ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.main__sidebar .widget_categories ul li a::after,
.main__sidebar .related_posts_by_taxonomy ul li a::after,
.main__sidebar .widget_nav_menu ul li a::after {
  top: 10px;
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 0;
  z-index: 9;
  width: 7px;
  height: 7px;
  border: solid #0d446e !important;
  border-width: 0 1px 1px 0 !important;
  display: inline-block;
}
.main__sidebar .widget_categories ul li:first-child,
.main__sidebar .related_posts_by_taxonomy ul li:first-child,
.main__sidebar .widget_nav_menu ul li:first-child {
  border-top: 1px solid #ababab;
  padding-top: 0.5em;
}
@media (min-width: 960px) {
  .fine-print__link .widget_social_links {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fine-print__link .widget_social_links ul {
    margin-bottom: 0;
  }
}
.main__sidebar .widget_yarpp_widget h3,
.main__sidebar .widget_yarpp_widget .h3 {
  color: #006eb6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
}
.main__sidebar .widget_yarpp_widget .yarpp-thumbnail {
  border-radius: 5px;
  margin: 1em 0;
  -webkit-box-shadow: 0px 0px 16px -6px #ababab;
          box-shadow: 0px 0px 16px -6px #ababab;
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.main__sidebar .widget_yarpp_widget .yarpp-thumbnail img {
  margin: 0 auto 1em;
  width: 100% !important;
  height: 100% !important;
}
.main__sidebar .widget_yarpp_widget .yarpp-thumbnail span {
  position: absolute;
  font-family: 'Dosis', sans-serif;
  bottom: 0;
  left: 0;
  font-size: 18px;
  padding: 20px 4em 20px 1.5em;
  margin: 0;
  color: #0d446e;
  background: #ffffff;
  text-align: left;
  width: 100%;
  height: auto;
  max-height: inherit;
}
.main__sidebar .widget_yarpp_widget .yarpp-thumbnail span:after {
  content: '';
  margin-left: 1.5em;
  background-color: #006eb6;
  background-image: url('images/arrow.svg');
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 17px;
  right: 1.5em;
  border-radius: 50%;
}
.main__sidebar .widget_yarpp_widget .yarpp-thumbnail:hover span {
  color: #001c2e;
}
.main__sidebar .widget_yarpp_widget .yarpp-thumbnail:hover span:after {
  background-color: #001c2e;
}
.hero {
  position: relative;
}
.hero .container {
  position: relative;
}
@media (min-width: 960px) {
  .hero .container {
    height: 671px;
  }
}
@media (min-width: 960px) {
  .hero.hero-cta .container {
    height: 571px;
  }
}
.hero::after {
  content: url('images/curve.svg');
  position: absolute;
  width: 100%;
  display: block;
  bottom: -10px;
  z-index: 3;
}
.hero__content-wrap {
  width: 100%;
  text-align: center;
  padding-top: 4em;
  padding-bottom: 10em;
}
.cta-newsletter .hero__content-wrap {
  padding-top: 4em;
  padding-bottom: 0;
}
@media (min-width: 680px) {
  .hero__content-wrap {
    padding-top: 10em;
    padding-bottom: 13em;
  }
}
@media (min-width: 960px) {
  .hero__content-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 960px) {
  .hero-cta .hero__content-wrap {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.hero__title {
  font-size: 36px;
  margin-bottom: 0.5em;
}
.hero__title span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.cta-newsletter .hero__title {
  font-size: 25px;
}
@media (min-width: 680px) {
  .cta-newsletter .hero__title {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  .cta-newsletter .hero__title {
    font-size: 32px;
  }
}
@media (min-width: 680px) {
  .hero__title {
    font-size: 46px;
  }
}
@media (min-width: 960px) {
  .hero__title {
    font-size: 56px;
  }
}
.hero__content {
  font-size: 18px;
}
@media (min-width: 680px) {
  .hero__content {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .hero__content {
    font-size: 22px;
  }
}
.hero-cta .hero__content {
  margin-bottom: 1.5em;
}
.icon-sentence {
  margin: 1em 0;
  color: #d3dde5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.icon-sentence .magicdust-link {
  display: inline-block;
}
.icon-sentence .magicdust-link:after {
  content: '';
  background-color: #006eb6;
  background-image: url('images/arrow.svg');
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.icon-sentence a {
  color: #d3dde5;
}
.icon-sentence a:hover {
  color: #ffffff;
}
.icon-sentence a:hover .magicdust-link:after {
  background-color: #001c2e;
}
@media (min-width: 960px) {
  .icon-sentence {
    margin: 0 0 1.5em;
  }
  .icon-sentence .icon-sentence__title {
    font-size: 24px;
  }
}
.module--icons-light .icon-sentence {
  color: #316084;
}
.module--icons-light .icon-sentence a {
  color: #316084;
}
.module--icons-light .icon-sentence a:hover {
  color: #001c2e;
}
@media (min-width: 960px) {
  .module--icons-light .icon-sentence {
    margin: 1.5em 0 1.5em;
  }
}
.icon-sentence .icon-sentence__helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.icon-sentence .icon-sentence__content {
  height: 100%;
}
@media screen and (max-width: 960px) {
  .icon-sentence .icon-sentence__content {
    height: auto;
  }
  .icon-sentence .magicdust-link {
    margin-top: 1.5em;
  }
}
.icon-sentence__title {
  color: #ffffff;
  font-size: 20px;
  margin-top: 0;
}
.module--icons-light .icon-sentence__title {
  color: #0d446e;
}
.icon-sentence__icon {
  -webkit-filter: invert(32%) sepia(29%) saturate(3353%) hue-rotate(178deg) brightness(95%) contrast(103%);
          filter: invert(32%) sepia(29%) saturate(3353%) hue-rotate(178deg) brightness(95%) contrast(103%);
  width: 47px;
  margin-bottom: 10px;
}
.icon-popup {
  position: relative;
}
.icon-popup__link {
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 11px 0px #ababab;
          box-shadow: 0px 0px 11px 0px #ababab;
  display: block;
  width: 100%;
  margin: 0.5em 0;
  padding: 1em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-popup__link:hover .icon-popup__read-more {
  color: #001c2e;
}
.icon-popup__link:hover .icon-popup__read-more:after {
  border: solid #001c2e !important;
  border-width: 0 2px 2px 0 !important;
}
@media (min-width: 680px) {
  .icon-popup__link {
    margin: 1em -0.5em;
    padding: 1.5em;
  }
}
.icon-popup__icon {
  width: 20%;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.icon-popup__header {
  width: 80%;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.icon-popup__title {
  font-size: 18px;
}
@media (min-width: 680px) {
  .icon-popup__title {
    font-size: 20px;
  }
}
.icon-popup__read-more {
  color: #316084;
}
.icon-popup__read-more:after {
  content: '';
  position: relative;
  z-index: 9;
  width: 8px;
  height: 8px;
  border: solid #316084 !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.icon-popup__popup {
  padding: 0.5em 0.5em 1em;
  max-width: 960px !important;
}
@media (min-width: 680px) {
  .icon-popup__popup {
    padding: 0.5em 2em 1em;
  }
}
@media (min-width: 960px) {
  .icon-popup__popup {
    padding: 0.5em 2em 1.5em;
  }
}
.icon-popup__popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .icon-popup__popup-header {
    margin-bottom: 1.5em;
  }
}
.icon-popup__popup-icon {
  width: 25%;
  margin-right: 1em;
}
.icon-popup__popup-icon img {
  width: 95px;
}
@media (min-width: 960px) {
  .icon-popup__popup-icon {
    width: 15%;
  }
}
.icon-popup__popup-title {
  font-size: 20px;
}
.icon-popup__popup-title.h2 {
  margin: 0;
}
@media (min-width: 960px) {
  .icon-popup__popup-title {
    font-size: 24px;
  }
}
.icon-popup__popup-content {
  margin-bottom: 2em;
}
.icon-popup__popup-lists {
  margin-bottom: 1.5em;
}
.icon-popup__popup-lists h3,
.icon-popup__popup-lists .h3 {
  font-size: 17px;
  margin-bottom: 0;
}
.icon-popup__popup-list-con {
  font-size: 14px;
  padding-right: 1em;
  padding-top: 7px;
  margin-top: 7px;
  border-top: 1px solid #c4cdd3;
}
.icon-popup__popup-note {
  margin-top: 2em;
  border-top: 1px solid #c4cdd3;
  padding-top: 2em;
  font-size: 13px;
  color: #006eb6;
}
.logo {
  position: relative;
}
.logo__image {
  height: 120px;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 680px) {
  .logo__image {
    height: 125px;
  }
}
.logo__image-popup {
  background-position: center;
  background-size: contain !important;
}
.logo__name {
  font-size: 25px;
}
.logo__popup {
  padding: 1em 3em 3em;
  max-width: 960px;
}
.anchor-links {
  margin: 0.5em -1em;
  text-align: center;
}
.anchor-links a {
  color: #0d446e;
  border: 2px solid #0d446e;
  border-radius: 5px;
  padding: 0.8em 1em;
  font-size: 18px;
  margin: 16px;
  position: relative;
  display: block;
  font-family: 'Dosis', sans-serif;
}
@media (min-width: 680px) {
  .anchor-links a {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .anchor-links a {
    font-size: 24px;
  }
}
.anchor-links a:first-child,
.anchor-links a:hover {
  background: #0d446e;
  color: #ffffff;
}
@media (min-width: 680px) {
  .anchor-links a:first-child:before {
    content: '';
    position: absolute;
    display: block;
    right: 50%;
    bottom: -1em;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: #0d446e transparent transparent transparent;
  }
}
@media (min-width: 680px) {
  .anchor-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.team {
  position: relative;
}
#fancybox-overlay {
  background-color: #001c2e !important;
}
.team__heading {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 680px) {
  .team__heading {
    font-size: 25px;
  }
}
@media (min-width: 960px) {
  .team__heading {
    font-size: 32px;
  }
}
.team__helper {
  height: 100%;
  position: relative;
  padding: 1em 0;
}
.team__helper a:hover .team__image:after {
  background-color: #001c2e;
}
.team__image {
  height: 369px;
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 11px 0 #cccccc;
          box-shadow: 0 0 11px 0 #cccccc;
}
.team__image:not(.team__image-popup):after {
  content: '';
  background-color: #006eb6;
  background-image: url('images/arrow.svg');
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  bottom: 0.7em;
  right: 0.7em;
}
@media (min-width: 680px) {
  .team__image {
    height: 369px;
  }
}
@media (min-width: 960px) {
  .team__image {
    height: 269px;
  }
}
.team__popup .team__image {
  width: 100%;
  height: 369px;
  margin-bottom: 1.5em;
}
@media (min-width: 680px) {
  .team__popup .team__image {
    margin-right: 2em;
  }
}
@media (min-width: 960px) {
  .team__popup .team__image {
    height: 269px;
  }
}
.team__header {
  margin-bottom: 0.3em;
}
.team__name {
  font-size: 18px;
  color: #0d446e;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .team__name {
    font-size: 20px;
  }
}
.team__position {
  font-size: 17px;
  color: #006eb6;
  margin-bottom: 1.3em;
}
.team__popup .team__position {
  margin-bottom: 0.8em;
}
.team__location {
  color: #006eb6;
  font-size: 17px;
}
#fancybox-outer {
  border-radius: 4px !important;
}
.team__popup .team__details {
  margin-bottom: 1em;
}
.team__popup {
  padding: 0.5em 0.5em 1em;
  max-width: 1180px !important;
}
@media (min-width: 680px) {
  .team__popup {
    padding: 0.5em 2em 1em;
  }
}
@media (min-width: 960px) {
  .team__popup {
    padding: 0.5em 3.5em 1.5em;
  }
}
@media (max-width: 960px) {
  .team__popup .grid--large-gutters > .grid__column {
    padding: 0 1rem !important;
  }
}
.team__contacts {
  margin-top: 1em;
}
.team__contacts a {
  color: #006eb6;
  display: block;
}
.team__contacts a:hover {
  color: #001c2e;
}
@media (min-width: 960px) {
  .team__contacts a {
    display: inline-block;
  }
  .team__contacts a::before {
    content: '|';
    margin: 0 5px 0 3px;
  }
  .team__contacts a:first-child::before {
    display: none;
  }
}
#fancybox-close {
  position: absolute;
  background: transparent !important;
  cursor: pointer;
  z-index: 111103;
  top: 0.5em !important;
  right: 0.5em !important;
  width: auto !important;
  height: auto !important;
}
#fancybox-close:before {
  content: url('images/close.svg');
  width: 2em;
  height: 2em;
  display: inline-block;
}
#fancybox-close:hover:before {
  opacity: 0.8;
}
@media (min-width: 680px) {
  #fancybox-close {
    top: 1em !important;
    right: 1em !important;
  }
}
.team__link {
  margin-top: 2em;
}
.location {
  position: relative;
  -webkit-box-shadow: 0 0 11px 0 #cccccc;
          box-shadow: 0 0 11px 0 #cccccc;
  padding: 2em 1em 1.5em;
  border-radius: 5px;
  height: 100%;
}
@media (min-width: 960px) {
  .location {
    padding: 2em 2em 1.5em;
  }
}
.location__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}
.location__title {
  font-size: 24px;
}
.location__links {
  border-top: 1px solid #c4cdd3;
  padding-top: 10px;
  margin-top: 10px;
}
.location__links .location__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c4cdd3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.location__links .location__link span {
  width: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
  -webkit-filter: invert(17%) sepia(22%) saturate(6253%) hue-rotate(188deg) brightness(92%) contrast(90%);
          filter: invert(17%) sepia(22%) saturate(6253%) hue-rotate(188deg) brightness(92%) contrast(90%);
}
.location__links .location__link:after {
  content: '';
  position: absolute;
  right: 5px;
  z-index: 9;
  width: 8px;
  height: 8px;
  border: solid #316084 !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.location__links .location__link:hover:after {
  border: solid #006eb6 !important;
  border-width: 0 2px 2px 0 !important;
}
.location__links .location__link:hover span {
  -webkit-filter: invert(30%) sepia(79%) saturate(1434%) hue-rotate(180deg) brightness(91%) contrast(101%);
          filter: invert(30%) sepia(79%) saturate(1434%) hue-rotate(180deg) brightness(91%) contrast(101%);
}
.location__popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .location__popup-header {
    margin-bottom: 1.5em;
  }
}
.location__popup-title {
  margin: 0;
}
.location__popup-icon {
  width: 25%;
  margin-right: 1em;
}
.location__popup-icon img {
  width: 95px;
}
@media (min-width: 960px) {
  .location__popup-icon {
    width: 15%;
  }
}
.location__popup {
  padding: 0.5em 0.5em 1em;
  max-width: 960px !important;
}
@media (min-width: 680px) {
  .location__popup {
    padding: 0.5em 2em 1em;
  }
}
@media (min-width: 960px) {
  .location__popup {
    padding: 0.5em 2em 1.5em;
  }
}
.price {
  text-align: center;
  padding-bottom: 2.5em;
  margin: 1em 0;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.price .magicdust-button {
  margin-top: 1em;
  width: 80%;
}
@media (min-width: 960px) {
  .price .magicdust-button {
    width: 55%;
  }
}
.price__title {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 960px) {
  .price__title {
    font-size: 24px;
  }
}
.price__header {
  background: #0d446e;
  padding: 2em 1em 1em;
  border-radius: 250%/0 0 100px 100px;
  margin-bottom: 2em;
}
.price__option {
  font-size: 22px;
  font-family: 'Dosis', sans-serif;
}
.price__option span {
  font-size: 36px;
}
@media (min-width: 960px) {
  .price__option {
    font-size: 32px;
  }
  .price__option span {
    font-size: 56px;
  }
}
.price__content {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .price__content {
    padding-right: 1em;
    padding-left: 1em;
    font-size: 20px;
  }
}
.testimonial {
  text-align: center;
}
.testimonial__helper {
  background: #ffffff;
  padding: 4em 1em 2em;
  margin-bottom: 1em;
  border-radius: 3px;
  position: relative;
  margin-top: 3em;
}
.testimonial__helper::before {
  content: url('images/testi-icon.svg');
  display: inline-block;
  width: 82px;
  height: 82px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3em;
  z-index: 999;
}
@media (min-width: 680px) {
  .testimonial__helper {
    padding: 3em;
  }
}
.testimonial-quote {
  font-size: 18px;
}
@media (min-width: 680px) {
  .testimonial-quote {
    font-size: 22px;
  }
}
.testimonial__name {
  font-style: normal;
  font-size: 17px;
  color: #0d446e;
}
.testimonial__subtitle {
  font-style: normal;
  font-size: 14px;
  color: #0d446e;
}
.icon-list {
  position: relative;
  padding: 1em 0;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .icon-list {
    margin-bottom: 2em;
  }
}
.icon-list__title {
  font-size: 24px;
}
@media (min-width: 960px) {
  .icon-list__helper {
    padding: 1em  2em 1em 0;
    border-right: 1px solid #c4cdd3;
  }
}
@media (max-width: 960px) {
  .icon-list__helper {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.icon-list__icon {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: #006eb6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em auto;
}
.icon-list__icon .icon {
  width: 80px;
  height: 80px;
  -webkit-filter: invert(100%) sepia(5%) saturate(18%) hue-rotate(161deg) brightness(106%) contrast(106%);
          filter: invert(100%) sepia(5%) saturate(18%) hue-rotate(161deg) brightness(106%) contrast(106%);
}
.icon-list__button {
  text-align: center;
}
@media (min-width: 960px) {
  .icon-list__button {
    margin-top: 4.5em;
  }
}
.image-sentence {
  margin: 1em 0;
  -webkit-box-shadow: 0 0 12px -1px #e3e3e3;
          box-shadow: 0 0 12px -1px #e3e3e3;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
}
.image-sentence__link:hover .image-sentence__header:after {
  background-color: #001c2e;
}
.image-sentence__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: center center / cover no-repeat;
  z-index: 2;
}
.image-sentence__image:after {
  content: '';
  display: block;
  padding-bottom: 52.5%;
}
.image-sentence__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.image-sentence__helper {
  padding: 1.8em;
}
.image-sentence__title {
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 680px) {
  .image-sentence__title {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .image-sentence__title {
    font-size: 24px;
  }
}
.image-sentence__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2em;
}
.image-sentence__header:after {
  content: '';
  background-color: #006eb6;
  background-image: url('images/arrow.svg');
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.toolbar {
  background: #001c2e;
  text-align: right;
  font-size: 14px;
  padding: 7px 0;
}
.toolbar a {
  color: #ffffff;
  margin-left: 1em;
}
.toolbar a:hover {
  color: #006eb6;
}
.module--timeline {
  padding-top: 0;
}
.module--timeline .timeline__grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  grid-auto-rows: auto;
}
.module--timeline .grid__item {
  padding: 1em;
  background: #ffffff;
}
.module--timeline .grid__item img {
  border: 1px solid #999999;
}
.module--timeline .timeline-zoom {
  display: none;
}
.module--timeline .grid__item:hover .timeline-zoom {
  display: block;
  position: absolute;
  z-index: 9;
}
.module--timeline .grid__item:hover .timeline-zoom img {
  position: relative;
  left: -50px;
  top: -50px;
  max-width: 470px;
  -webkit-box-shadow: 1px 1px 20px 7px rgb(0 0 0 / 36%);
          box-shadow: 1px 1px 20px 7px rgb(0 0 0 / 36%);
  background: #ffffff;
}
@media (max-width: 480px) {
  .module--timeline .grid__item {
    max-width: 88%;
  }
}
#calculator-symbol {
  font-size: 2em;
}
.helper {
  position: relative;
  overflow: hidden;
}
.container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container--narrow {
  max-width: 680px;
}
.container--regular {
  max-width: 960px;
}
.container--wide {
  max-width: 1200px;
}
.container--full {
  max-width: 100%;
}
.container--extra-wide {
  max-width: 1440px;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.u-wide {
  width: 100%;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: left;
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -9999px;
  z-index: 100000;
}
.screen-reader-text:focus {
  clip: auto;
  left: 5px;
  top: 5px;
  height: 1px;
  width: 1px;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  background: #009F6B;
  color: #FFF;
}
.u-overlay {
  -webkit-box-shadow: inset 0 0 0 800px rgb(0 28 46 / 60%);
          box-shadow: inset 0 0 0 800px rgb(0 28 46 / 60%);
}
.u-overlay--solid {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(36%, #001c2e), color-stop(76%, #0d446e));
  background: linear-gradient(180deg, #001c2e 36%, #0d446e 76%);
}
.u-overlay-left-right {
  position: relative;
}
.u-overlay-left-right::before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, rgba(0, 28, 46, 0.94721639)), color-stop(73%, rgba(0, 28, 46, 0.51584384)));
  background: linear-gradient(180deg, rgba(0, 28, 46, 0.94721639) 23%, rgba(0, 28, 46, 0.51584384) 73%);
  z-index: 1;
}
.u-overlay-left-right .grid,
.u-overlay-left-right .container {
  position: relative;
  display: block;
  z-index: 2;
}
.u-white {
  color: #ffffff !important;
}
.u-black {
  color: #000000;
}
.u-bg {
  background: center center / cover no-repeat;
}
.u-left {
  text-align: left;
}
@media (max-width: 960px) {
  .module--text-video .u-left {
    text-align: center;
  }
}
.u-right {
  text-align: right;
}
.u-icon {
  -webkit-filter: invert(32%) sepia(29%) saturate(3353%) hue-rotate(178deg) brightness(95%) contrast(103%);
          filter: invert(32%) sepia(29%) saturate(3353%) hue-rotate(178deg) brightness(95%) contrast(103%);
}
.u-blog-widget {
  margin-bottom: 2em;
}
.u-blog-widget .u-blog-widget__title {
  font-size: 22px;
  font-family: 'Dosis', sans-serif;
  margin-bottom: 1em;
}
@media (max-width: 960px) {
  .u-blog-widget .u-blog-widget__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .u-blog-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-blog-widget .u-blog-widget__title {
    font-size: 32px;
    width: 15%;
    margin-right: 1em;
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .u-blog-widget ul li:before {
    margin-top: 1.5em;
    font-weight: bold;
  }
  .u-blog-widget ul li:nth-child(1):before {
    content: 'Select Category:';
  }
  .u-blog-widget ul li:nth-child(2):before {
    content: 'Select Start Date:';
  }
  .u-blog-widget ul li:nth-child(3):before {
    content: 'Select End Date:';
  }
  .u-blog-widget ul li:nth-child(4):before {
    content: 'Search by Keyword:';
  }
}
.u-list-check > ul {
  list-style: none;
  padding-left: 0;
}
.u-list-check > ul li {
  position: relative;
  padding-left: 1.7em;
}
.u-list-check > ul li::before {
  content: url('images/check.svg');
  position: absolute;
  left: 0;
  display: inline-block;
  top: 3px;
  width: 18px;
  margin-right: 7px;
}
.addtoany_content .addtoany_header {
  font-weight: 700;
  color: #006eb6;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
}
.wp-next-post-navi {
  margin-top: 3em;
  padding-bottom: 1em;
}
@media (min-width: 960px) {
  .wp-next-post-navi {
    padding-bottom: 3em;
  }
}
.wp-next-post-navi-next a {
  color: #316084 !important;
}
.wp-next-post-navi-next a:after {
  margin-top: auto !important;
  top: -2px !important;
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 9;
  width: 7px;
  position: relative !important;
  height: 7px !important;
  border: solid #316084 !important;
  border-width: 0 1px 1px 0 !important;
  margin-left: 7px;
  display: inline-block;
}
.wp-next-post-navi-next a:hover {
  color: #0d446e !important;
}
.wp-next-post-navi-next a:hover:before {
  border: solid #0d446e !important;
  border-width: 0 1px 1px 0 !important;
}
.wp-next-post-navi-pre a {
  color: #316084 !important;
}
.wp-next-post-navi-pre a:before {
  margin-top: auto !important;
  top: -2px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: 9;
  width: 7px;
  height: 7px;
  position: relative;
  border: solid #316084 !important;
  border-width: 0 1px 1px 0 !important;
  display: inline-block;
  margin-right: 7px;
}
.wp-next-post-navi-pre a:hover {
  color: #0d446e !important;
}
.wp-next-post-navi-pre a:hover:before {
  border: solid #0d446e !important;
  border-width: 0 1px 1px 0 !important;
}
.wp-next-post-navi-next,
.wp-next-post-navi-pre {
  position: relative;
}
.wp-next-post-navi-next a,
.wp-next-post-navi-pre a {
  font-weight: normal !important;
  font-size: 15px !important;
}
.wp-next-post-navi-next img,
.wp-next-post-navi-pre img {
  display: none !important;
}
.u-anchor {
  display: block;
  position: relative;
  top: -5em;
  visibility: hidden;
}
@media (min-width: 960px) {
  .u-anchor {
    top: -250px;
  }
}
.searchandfilter ul {
  margin: 0;
  padding: 0;
}
.searchandfilter ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 1.5em;
}
@media (max-width: 960px) {
  .searchandfilter ul li {
    width: 100%;
  }
}
.searchandfilter ul li select,
.searchandfilter ul li input {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding: 0;
  width: 100% !important;
}
.searchandfilter ul li input[type="submit"] {
  border: 0 !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  background: #006eb6;
  border-radius: 25px;
}
.searchandfilter ul li input[type="submit"]:hover {
  color: #ffffff;
  background: #001c2e;
}
.u--search-clear-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0d446e;
}
.u--search-clear-button:hover {
  color: #006eb6;
}
.u--search-clear-button:hover .u--search-clear-icon {
  fill: #006eb6;
}
@media (min-width: 960px) {
  .u--search-clear-button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.u--search-clear-icon {
  font-size: 13px;
  height: 13px;
  width: 13px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  fill: #0d446e;
}
.list-element-sec,
.list-element {
  display: none;
}
.list-sec .list-element-sec:nth-child(1),
.list-sec .list-element-sec:nth-child(2),
.list-sec .list-element-sec:nth-child(3),
.list .list-element:nth-child(1),
.list .list-element:nth-child(2) {
  display: block;
}
#loadmore-sec,
#loadmore {
  text-align: center;
  margin-top: 1.5em;
  letter-spacing: 1px;
  font-size: 16px;
}
#loadmore-sec span,
#loadmore span {
  cursor: pointer;
  color: #006eb6;
}
#loadmore-sec span:hover,
#loadmore span:hover {
  color: #0d446e;
}
.morecontent span {
  display: none;
}
.morelink {
  display: block;
  margin-top: 1.5em;
  color: #006eb6;
}
.morelink:hover {
  color: #0d446e;
}
.morelink.less {
  margin-top: 0;
}
.nf-form-wrap .label-above .nf-field-label {
  margin-bottom: 0.5em;
}
.nf-form-wrap .nf-field-container {
  margin-bottom: 1em;
}
.nf-form-wrap .nf-field-element input,
.nf-form-wrap .nf-field-element select {
  height: 2.5em;
}
.nf-form-wrap .nf-field-element input[multiple],
.nf-form-wrap .nf-field-element select[multiple],
.nf-form-wrap .nf-field-element input[type="checkbox"],
.nf-form-wrap .nf-field-element select[type="checkbox"],
.nf-form-wrap .nf-field-element input[type="radio"],
.nf-form-wrap .nf-field-element select[type="radio"],
.nf-form-wrap .nf-field-element input[type="range"],
.nf-form-wrap .nf-field-element select[type="range"],
.nf-form-wrap .nf-field-element input[type="file"],
.nf-form-wrap .nf-field-element select[type="file"],
.nf-form-wrap .nf-field-element input[type="image"],
.nf-form-wrap .nf-field-element select[type="image"] {
  height: auto;
}
.nf-form-wrap .nf-field-element textarea {
  vertical-align: top;
}
.nf-form-wrap .nf-input-limit:empty {
  margin-top: 0;
}
.nf-form-wrap .nf-error-msg,
.nf-form-wrap .ninja-forms-req-symbol {
  color: #C40233;
}
.nf-form-wrap .nf-error .ninja-forms-field {
  border-color: #C40233;
}
/**
 * Product Thumbnails
 *
 * 1. Main product thumbnail link.
 * 2. Category title.
 * 3. Product title.
 */
.woocommerce-LoopProduct-link:link {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: inherit;
  color: inherit;
}
/* Badges */
.woocommerce span.onsale {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #C40233;
}
/* Star Ratings */
.woocommerce .products .star-rating {
  display: inline-block;
}
.woocommerce .star-rating span {
  color: #FCB805;
}
/**
 * Prices
 *
 * 1. Prices in product thumbnails.
 * 2. Prices on single product.
 */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-weight: bold;
  color: inherit;
}
.woocommerce ul.products li.product .price {
  font-size: 1em;
}
/**
 * Buttons
 *
 * 1. Regular WooCommerce buttons.
 * 2. Product thumbnail Add to Cart buttons.
 * 3. Primary WooCommerce buttons.
 */
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button {
  border-radius: 0;
  font-weight: inherit;
}
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button,
.woocommerce.woocommerce #respond input#submit[disabled],
.woocommerce.woocommerce a.button[disabled],
.woocommerce.woocommerce button.button[disabled],
.woocommerce.woocommerce input.button[disabled],
.woocommerce.woocommerce #respond input#submit[disabled]:hover,
.woocommerce.woocommerce a.button[disabled]:hover,
.woocommerce.woocommerce button.button[disabled]:hover,
.woocommerce.woocommerce input.button[disabled]:hover {
  background: #EBE9EB;
  color: #222222;
}
.woocommerce.woocommerce #respond input#submit:hover,
.woocommerce.woocommerce a.button:hover,
.woocommerce.woocommerce button.button:hover,
.woocommerce.woocommerce input.button:hover {
  background: #d3ced3;
  color: #222222;
}
.woocommerce.woocommerce ul.products li.product .button,
.woocommerce.woocommerce #respond input#submit.alt,
.woocommerce.woocommerce a.button.alt,
.woocommerce.woocommerce button.button.alt,
.woocommerce.woocommerce input.button.alt,
.woocommerce.woocommerce ul.products li.product .button[disabled],
.woocommerce.woocommerce #respond input#submit.alt[disabled],
.woocommerce.woocommerce a.button.alt[disabled],
.woocommerce.woocommerce button.button.alt[disabled],
.woocommerce.woocommerce input.button.alt[disabled],
.woocommerce.woocommerce ul.products li.product .button[disabled]:hover,
.woocommerce.woocommerce #respond input#submit.alt[disabled]:hover,
.woocommerce.woocommerce a.button.alt[disabled]:hover,
.woocommerce.woocommerce button.button.alt[disabled]:hover,
.woocommerce.woocommerce input.button.alt[disabled]:hover {
  background-color: #0d446e;
  color: #FFF;
}
.woocommerce.woocommerce ul.products li.product .button:hover,
.woocommerce.woocommerce #respond input#submit.alt:hover,
.woocommerce.woocommerce a.button.alt:hover,
.woocommerce.woocommerce button.button.alt:hover,
.woocommerce.woocommerce input.button.alt:hover {
  background-color: #082840;
  color: #FFF;
}
/**
 * Coupon input width fix.
 */
@media (min-width: 769px) {
  #coupon_code {
    width: auto;
  }
}
.owl-nav {
  text-align: center;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: relative;
  z-index: 9;
  width: 18px;
  height: 18px;
  border: solid #001c2e !important;
  border-width: 0 4px 4px 0 !important;
  display: inline-block;
  padding: 3px;
}
.owl-nav .owl-prev {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  float: left;
}
.owl-nav .owl-next {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  float: right;
}
@media (max-width: 960px) {
  .owl-nav {
    display: none;
  }
}
.module--logos .owl-nav {
  width: 95%;
}
.module--logos .owl-nav .owl-prev,
.module--logos .owl-nav .owl-next {
  border-width: 0 4px 4px 0 !important;
}
.owl-dots {
  text-align: center;
  width: 100%;
  margin-top: 1.5em;
}
.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 3px;
  height: auto;
}
.owl-dots .owl-dot span {
  height: 11px;
  width: 11px;
  background: transparent;
  display: block;
  border-radius: 50%;
  border: 1px solid #c4cdd3;
}
.owl-dots .owl-dot:focus {
  outline: none;
}
.owl-dots .active span {
  background: #c4cdd3;
  border: 1px solid #c4cdd3;
}
.gforms {
  position: relative;
}
.price__hidden {
  position: absolute;
  visibility: hidden;
}
.gfield input.slider {
  display: block !important;
}
.gforms-slider_wrapper {
  margin-top: 0 !important;
}
.gforms-slider select {
  -webkit-box-shadow: 0px 0px 11px 0px #cccccc;
          box-shadow: 0px 0px 11px 0px #cccccc;
  border-radius: 5px;
  border: 0;
  padding: 1em 1.5em !important;
  height: auto;
}
.gforms-slider .gfield_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3em !important;
}
.gforms-slider .gfield_total .ginput_container {
  margin-top: 0 !important;
  margin-left: 5px;
  position: relative;
}
.gforms-slider .gfield_total .ginput_container .ginput_total,
.gforms-slider .gfield_total .gfield_label {
  font-size: 24px !important;
  font-family: 'Dosis', sans-serif !important;
  color: #0d446e !important;
}
.gforms-slider .gfield_label {
  color: #006eb6;
  font-size: 14px !important;
  font-weight: normal !important;
}
.gforms-slider .gf_slider .ginput_container {
  -webkit-box-shadow: 0px 0px 11px 0px #cccccc;
          box-shadow: 0px 0px 11px 0px #cccccc;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 5px;
  position: relative;
}
.gforms-slider .gf_slider .ginput_container .slider-display {
  margin-left: 2em;
}
.gf_slider .ginput_container {
  overflow: hidden;
}
@media (min-width: 680px) {
  .gf_slider .ginput_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gf_slider .ginput_container:before {
  content: 'Gbps';
  font-size: 24px !important;
  font-family: 'Dosis', sans-serif !important;
  position: relative;
  z-index: 5;
}
@media (max-width: 680px) {
  .gf_slider .ginput_container:before {
    position: absolute;
    right: 0;
    top: 12px;
    right: 1em;
  }
}
.gf_slider .ginput_container input {
  width: auto;
  border: 0;
  font-size: 24px !important;
  font-family: 'Dosis', sans-serif !important;
  background: none;
  text-align: right;
  width: 83% !important;
}
@media (min-width: 680px) {
  .gf_slider .ginput_container input {
    width: 13% !important;
    margin-left: 2em;
  }
}
@media (minwidth: 960px) {
  .gf_slider .ginput_container input {
    margin-right: -0.5em;
    width: 9% !important;
  }
}
.gf_slider .ginput_container .slider-display {
  margin: 0  0 3em !important;
  border-radius: 0 !important;
  border: 0 !important;
  background-color: #c4cdd3;
}
.gf_slider .ginput_container .slider-display .noUi-connects {
  border-radius: 0 !important;
}
.gf_slider .ginput_container .slider-display .noUi-connects .noUi-connect {
  background: #001c2e;
}
@media (min-width: 680px) {
  .gf_slider .ginput_container .slider-display {
    width: 85%;
    margin: 3em  0 !important;
  }
}
.gf_slider .ginput_container .slider-display .noUi-origin {
  height: 0;
}
.gf_slider .ginput_container .slider-display .noUi-handle {
  border: 0 !important;
  border-radius: 0px !important;
  background: #0d446e !important;
  cursor: default;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  width: 16px !important;
}
.gf_slider .ginput_container .slider-display .noUi-handle::before,
.gf_slider .ginput_container .slider-display .noUi-handle::after {
  display: none;
}
.gf_slider .ginput_container .slider-display .noUi-handle:after {
  background: none;
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: auto;
  bottom: -1em;
  left: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #0d446e transparent transparent transparent;
}
@media (max-width: 680px) {
  .gf_slider .ginput_container:before {
    right: 0;
  }
}
button.tribe-common-c-btn.tribe-events-c-search__button,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link {
  display: inline-block;
  vertical-align: top;
  padding: 1em 2.5em !important;
  height: auto;
  border-radius: 25px;
  line-height: 1;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  background: #006eb6;
  font-weight: normal;
  border: none;
  font-size: 0.9em;
}
button.tribe-common-c-btn.tribe-events-c-search__button:hover,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link:hover {
  background: #001c2e !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link {
  font-size: 1.15em;
}
.tribe-events .tribe-events-c-ical__link-icon-svg {
  display: none !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
  min-height: auto;
}
