/* #region Normalize */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

::-moz-selection { background:rgb(249 194 0 / 19%);    color: #0047BA; }
::selection { background:rgb(249 194 0 / 19%);    color: #0047BA; }


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

input[type="checkbox"] {
  height: auto;
}

button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

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

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

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

html {
  box-sizing: border-box;}

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

/* #endregion */

/* #region Float Clearing */

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

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

/* #region Typographical Elements */

[v-cloak] > * {
  display: none;
}

html {
  font-size: 62.5%;
  /* 10px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Chrome fix */

body > div {
  font-size: 18px;
  font-size: 1.8rem;
}

body {
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0.03em;
  color: #4A555E;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #0047BA;
  font-weight:bold;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

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

li {
  list-style-type: none;
}

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

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

mark {
  background: initial;
  color:initial;
  border-bottom: 3px solid #f8c300;
}

p:last-child {
  margin-bottom: 0;
}

blockquote {
  padding-top: 20px;
  padding-bottom: 20px;
}


blockquote p {
  position: relative;
  padding: 0 20px;
  font-size:20px;
  font-size:2rem;
  font-weight:300;
  font-style:italic;
  line-height: 31px;
  letter-spacing: 0.03em;
}

blockquote p:before  {
  position: absolute;
  content:"";
  display: block;
  width:12px;
  height:100%;
  background: #F1C400;
  left:-22px;
  top:0;
}

blockquote cite {
  display: block;
  padding: 0 20px;
  margin-top:-20px;
}

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

/* #endregion */

/* #region Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1, .h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  font-size: 5rem;
  line-height: 60px;
  line-height: 6rem;
  letter-spacing: 0.015em;
  color: #002F7B;
}

h2, .h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 41px;
  line-height: 4.1rem;
  color: #002F7B;
}

h3, .h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 29px;
  line-height: 2.9rem;
  color: #002F7B;
}

h4, .h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #4A555E;
}

h5, .h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0.07em;
  color: #4A555E;
  text-transform: uppercase;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0.07em;
  color: #4A555E;
}
/* #endregion */

/* #region Objects */

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

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

.tri-delta-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 99998;
  backdrop-filter: blur(0px);
}

.tri-delta-modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(74, 85, 94, 0.5);
  z-index: 99998;

}

.ready.tri-delta-modal {
  backdrop-filter: blur(4px);

}

.tri-delta-modal-inner {
  position: relative;
  z-index: 99999;
  background:#fff;
  max-width:800px;
  max-width:60vw;
  margin: 100px auto 0;
  box-shadow: 0 2px 30px rgba(51, 51, 51, 0.17);
}

.tri-delta-login-modal .tri-delta-modal-inner {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.tri-delta-login-modal.isLoading .tri-delta-modal-inner,
.tri-delta-login-modal:not(.ready) .tri-delta-modal-inner {
  background:transparent;
  box-shadow: none;
}


.tri-delta-login-modal img {
  width: 80px;
  position: absolute;
  top: -28px;
  background: #fff;
  border-radius: 50%;
  left: calc(50% - 40px);
  padding: 8px;
}

.login-error-message {
  background: #fdbf00;
  padding: 6px 12px;
  margin-bottom: 12px;
  color: #2d2202;
  font-size: 13px;
}

.tri-delta-modal.tri-delta-search-modal {
  display:flex;
  align-items: center;
}

.tri-delta-search-modal .tri-delta-modal-inner  {
  margin-top:0;
  width: 100%;
}


.tri-delta-modal-close {
  position: absolute;
  top: 22px;
  right: 19px;
  z-index: 999999;
  padding: 11px;
  height: 37px;
  width: 37px;
  background: #fff;
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tri-delta-modal-close .close-text {
  text-indent: -99px;
}

.tri-delta-modal-close .close-x span {
  display:block;
  height:2px;
  width:15px;
  background:#0047BA;
  position: absolute;
  top: 18px;
  left: 11px;
}

.tri-delta-modal-close .close-x span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tri-delta-modal-close .close-x span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tri-delta-modal-close:hover .close-x span {
  cursor: pointer;
  background: #BFCDDA;
}

/* .card-modal .tri-delta-modal-inner:before {
  position: absolute;
  display: block;
  content: "";
  width:12px;
  height:66px;
  left:0;
  top:52px;
  background-color: #ffffff;
}

.card-modal.ready .tri-delta-modal-inner:before {
  background-color: #F1C400;
} */

.fade-enter-active .tri-delta-modal-overlay,
.fade-leave-active .tri-delta-modal-overlay {
  transition: opacity .1s;
}

.fade-enter .tri-delta-modal-overlay,
.fade-leave-to .tri-delta-modal-overlay {
  opacity: 0.65;
}

.fade-enter-active .tri-delta-modal-inner,
.fade-leave-active .tri-delta-modal-inner {
  animation:slide-in-fwd-top .4s cubic-bezier(.25,.46,.45,.94) both;
}

.fade-enter .tri-delta-modal-inner {
  animation:slide-in-fwd-top .4s cubic-bezier(.25,.46,.45,.94) both;
}



@keyframes slide-in-fwd-top{0%{transform:translateZ(-1400px) translateY(-800px);opacity:0}100%{transform:translateZ(0) translateY(0);opacity:1}}

.loading {
  background: url("../svg/loading.svg");
  background-repeat: no-repeat;
  background-size: 96px;
  background-position: center center;
}

iframe {
  -webkit-transition: opacity 0.32s ease-in-out;
  -moz-transition: opacity 0.32s ease-in-out;
  -o-transition: opacity 0.32s ease-in-out;
  transition: opacity 0.32s ease-in-out;
}

/* Forms  */

input,
select,
textarea {
  background-color: #F4F6FB;
  border: 1px solid #F4F6FB;
  color: #4A555E;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 10px 15px;
  width: 100%;
  height:49px;
}

form {
  width: inherit;
}

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

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

input[disabled]{
  opacity: 0.4;
  cursor: not-allowed;
}
label {
  font-weight: 400;
  font-size: 16px;
}

::-moz-placeholder {
  color: #4A555E;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #4A555E;
}

.site-top-bar ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.site-top-bar ::-webkit-input-placeholder {
  color: #ffffff;
}

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

.button {
  display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 8px 16px;
}

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

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

.category-select input,
.category-select select {
  height:49px;
  background:#F4F6FB;
  border-color:#F4F6FB;
  padding: 10px 15px;
  color:#4A555E;
  position: relative;
}


.clear-input-field {
  display: flex;
  position: absolute;
  width: 42px;
  height: 49px;
  right: 0;
  color: #0047BA;
  top: 0;
  cursor: pointer;
  background: #F4F6FB;
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.32s ease-in-out;
  -moz-transition: opacity 0.32s ease-in-out;
  -o-transition: opacity 0.32s ease-in-out;
  transition: opacity 0.32s ease-in-out;
}

.clear-input-field svg {
  width:16px;
  height:16px;
}

.category-select input:hover + .clear-input-field,
.category-select input + .clear-input-field:hover {
  z-index: 2;
  opacity: 1;

}

.clear-select-field {
  font-size:12px;
  color:#0047BA;
  cursor:pointer;
  text-align: right;
  display: block;
}

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #eee;
  padding: 6px;
}

th {
  font-weight: 400;
  padding: 0 6px;
}


/* Screen Reader Text
--------------------------------------------- */

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

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

.more-link {
  position: relative;
}

/* #endregion */

/* #region WordPress */
.edit-link,
.entry-content a.edit-link {
  font-size:12px;
  font-weight:500;
  position: relative;
  z-index: 5;
}
.avatar {
  border-radius: 50%;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

.meta-avatar .avatar {
  margin-right: 42px;
  margin-top: -20px;
}

@media only screen and (max-width: 780px) {
  .meta-avatar .avatar {
    margin: 0 auto 24px;
    float: none;
  }
}

.aligncenter {
  text-align: center;
}

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

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

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

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

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

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

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

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

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

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



/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
  margin-bottom: 40px;
}

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

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

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

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

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

.widget_calendar table {
  width: 100%;
}

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


.sidebar .widget .menu .h4 > a,
.sidebar .widget .menu .h4 > a:hover,
.sidebar .widget .menu .h4.current-menu-item > a {
  color: inherit;
  text-decoration: none;
}

.sidebar .widget .menu .current-menu-item > a,
.single-tri_delta_chapters_c .menu-item-object-tri_delta_chapters_c > a {
  position: relative;
  color:#002F7B;
}


.sidebar .widget .menu .current-menu-item > a:before,
.single-tri_delta_chapters_c .menu-item-object-tri_delta_chapters_c > a:before {
  content: "";
  display:block;
  width: 3px;
  height:100%;
  background:#F1C400;
  position: absolute;
  top: 0;
  left: -10px;
}

.sidebar .widget .menu .sub-menu {
  display:none;
  margin-top: 12px;
}

.sidebar .widget .menu .current-menu-item .sub-menu,
.single-tri_delta_chapters_c .menu-item-object-tri_delta_chapters_c .sub-menu,
.sidebar .widget .menu .current-menu-parent .sub-menu,
.single-tri_delta_chapters_c .chapter-parent-link  .sub-menu {
  display: block!important;
}

.sidebar .widget .menu .sub-menu li {
  font-style: italic;
  margin-bottom: 12px;
}


.wp-block-buttons {
  margin-bottom: 20px;
}
/* form[name="loginform"]  {

} */

/* #endregion */

/* #region Genesis */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

:focus {
  color: #333;
  outline: none;
}

/* .after-entry,
.archive-description,
.author-box {
  margin-bottom: 0;
} */

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

.archive-description {
  /* max-width: 700px;
  margin: 0 auto 0;
  text-align: center; */
}

/* #endregion */

/* #region Layout */

.wrap,
.entry-top-featured,
.nav-primary-top-menu,
.entry-content > *:not(.bt-section),
.entry-content > .bt-section:not(.alignfull),
.entry-header > *,
.archivde-description > *,
.entry-footer > *  {
  padding-left: 20px;
  padding-left: 2vw;
  padding-right: 20px;
  padding-right: 2vw;
}

.sidebar {
  padding-left: 20px;
  padding-left: 2vw;
  padding-right: 20px;
  padding-right: 2vw;
}

.site-container {
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.site-inner {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding-top:64px;
  padding-bottom:32px;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  background-image: url('../svg/triangle-gold.svg');
  background-position: right 101%;
  background-size: 9vw;
  background-repeat: no-repeat;
  z-index:1;
}

.entry-content a:not(h3 + a) {
  font-size: 88.88%;
}

/* #endregion */

/* #region Site Header */
.site-header {
  border-bottom: 1px solid #BFCDDA;
  position: fixed;
  top:0;
  width:100%;
  background: #fff;
  z-index: 4;
  padding-top: 63px;
  height: 63px;
  overflow: hidden;
  /* -webkit-transition: all 0.16s ease-in-out;
  -moz-transition: all 0.16s ease-in-out;
  -o-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out; */
}

.site-header .wrap {
  display: block;
  display: flex;
  flex-direction: column-reverse;
  margin-left: auto;
  margin-right: auto;
  /* height:100%; */
}

.site-header .header-widget-area {
  flex: 1;
  background:#ffffff;
}

.site-top-bar {
  position: relative;
  width:100%;
  height: 100%;
  padding-top: 0;
  background: #0047BA;
  color:#fff;
  display: flex;
  align-items: flex-start;
  z-index: 3;
}

.site-top-bar:before {
  content: "";
  position: absolute;
  background: #0047BA;
  width:100%;
  height:100%;
}


.nav-primary-top-menu a {
  color:#fff;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 25px 28px 14px;
}

.nav-primary-top-menu .menu-item-l1.menu-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.nav-primary-top-menu .menu-button-primary a {
  background:#F1C400;
  color:#0047BA;
  border: 1px solid #0047BA;
  padding: 9px 28px 9px;
  margin-right: 16px;
  margin-left:28px;
  margin-top:18px;
  width:180px;
}

.nav-primary-top-menu .menu-button-outline a {
  border: 1px solid #F1C400;
  padding: 8px 28px 8px;
  margin-left:28px;
  margin-top:18px;
  width:180px;

}

.nav-primary-top-menu .login-menu-item .sub-menu {
  position: absolute;
  top: -100%;
  background: #002F7B;
  padding: 10px 16px;
  font-size: 15px;
  left: -36px;
  text-transform: uppercase;
  font-weight: 600;
  /* transform:translateY(-100%); */
  z-index: -1;
  -webkit-transition: top 0.16s ease-in, opacity 0.16s ease-in;
  -moz-transition: top 0.16s ease-in, opacity 0.16s ease-in;
  -o-transition: top 0.16s ease-in, opacity 0.16s ease-in;
  transition: top 0.16s ease-in, opacity 0.16s ease-in;
}

.nav-primary-top-menu .login-menu-item:hover .sub-menu {
  /* transform:translateY(0); */
  top:calc(100% + 17px)
}

.nav-primary-top-menu .login-menu-item .sub-menu li a {
  background: #002F7B;
  color:#fff;
  text-transform: uppercase;
  font-weight: 600;
}

.past-site-header .nav-primary-top-menu:hover .sub-menu {
  top: 100%;
}


.title-area {
  background:#ffffff;
  height: 64px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  padding: 17px 0;
  width: 100%;
  z-index: 3;
}

.site-title {
  line-height: 1;
  margin-bottom: 0;
  width: 180px;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
/* #endregion */

/* #region Nav Primary */
.nav-primary {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01em;
  position: relative;
}

.nav-primary .menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.nav-primary .menu a {
  color: #0047BA;
  padding: 17px 28px;
  text-decoration: none;
  display: block;
}

.nav-primary .menu-item-l1.menu-item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.nav-primary .menu-item-l1.menu-item a {
  position: relative;
  display: flex;
  align-items: center;
  font-weight:500;
}

.nav-primary .menu-item,
.nav-primary .sub-menu-item {
  position: relative;
}

.nav-primary .sub-menu {
  height: 0;
  position: relative;
  background: #F4F6FB;
  padding: 0;
  border-radius: 0;
  opacity: 1;
  top: 0;
  z-index: -1;
  left: 0;
  opacity: 0;
  transform: translateY(25%);
  -webkit-transition: transform 0.16s ease-in, opacity 0.16s ease-in;
  -moz-transition: transform 0.16s ease-in, opacity 0.16s ease-in;
  -o-transition: transform 0.16s ease-in, opacity 0.16s ease-in;
  transition: transform 0.16s ease-in, opacity 0.16s ease-in;
}

.nav-primary .active-sub-menu.sub-menu {
  z-index: 1;
  opacity: 1;
  padding: 0 20px;
  height: auto;
  transform: translateY(0);
}

.nav-primary .sub-menu li a {
  color: #0047BA;
  font-style: italic;
  padding: 11px 10px 11px 20px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.mobile-menu-toggle {
  display: block;
  position: absolute;
  width: 92px;
  height: 100%;
  right: -14px;
  top: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.mobile-menu-toggle:before {
  content: "";
  position: absolute;
  top: 40%;
  top: calc(50% - 1px);
  left: 30px;
  height: 2px;
  width: 7px;
  background: #0047BA;
  -webkit-transform: skew(0deg, 45deg);
  -moz-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  -o-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}

.mobile-menu-toggle:after {
  content: "";
  position: absolute;
  top: 40%;
  top: calc(50% - 1px);
  left: 37px;
  height: 2px;
  width: 7px;
  background: #0047BA;
  -webkit-transform: skew(0deg, -45deg);
  -moz-transform: skew(0deg, -45deg);
  -ms-transform: skew(0deg, -45deg);
  -o-transform: skew(0deg, -45deg);
  transform: skew(0deg, -45deg);
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}

.sub-menu-item-active .mobile-menu-toggle {
  height: 40px;
}

.sub-menu-item-active .mobile-menu-toggle:before {
  top: 30px;
  -webkit-transform: skew(0deg, -45deg);
  -moz-transform: skew(0deg, -45deg);
  -ms-transform: skew(0deg, -45deg);
  -o-transform: skew(0deg, -45deg);
  transform: skew(0deg, -45deg);
}

.sub-menu-item-active .mobile-menu-toggle:after {
  top: 30px;
  -webkit-transform: skew(0deg, 45deg);
  -moz-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  -o-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
}

/* #endregion */

/* #region Responsive Menu */

#main-menu-toggle,
#search-menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 61px;
  position: fixed;
  z-index: 9;
  top: 2px;
  right: 12px;
  margin: 0;
  cursor: pointer;
  background: transparent;
  z-index: 999;
  border-radius: 4px;
  padding: 0;
  outline: none;
  border: none;
}


#main-menu-toggle:focus {
  border: none;
}

#main-menu-toggle:focus,
#main-menu-toggle:active {
  border: none;
  outline: none;
}

#main-menu-toggle div {
  position: relative;
  width: 28px;
  height: 20px;
  margin: 0;
}

#main-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0047BA;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#main-menu-toggle span:nth-child(1) {
  top: 0;
}

#main-menu-toggle span:nth-child(2),
#main-menu-toggle span:nth-child(3) {
  top: 8px;
}

#main-menu-toggle span:nth-child(4) {
  top: 16px;
}

[data-mobile-menu-open="true"] #main-menu-toggle span:nth-child(1),
[data-mobile-menu-open="true"] #main-menu-toggle span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}

[data-mobile-menu-open="true"] #main-menu-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

[data-mobile-menu-open="true"] #main-menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

[data-mobile-menu-open="true"] {
  overflow-y: hidden;
}

[data-mobile-menu-open="true"] .nav-primary-top-menu .menu-item-l1.menu-item.search-menu-item {
  display: none;
}

#search-menu-toggle  {
  left:0;
  right:auto;
}

#search-menu-toggle div {
  position: relative;
  width: 28px;
  height: 20px;
  margin: 0;
}
.search-icon {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  padding: 7px 0 0;
  text-align: center;
}

.search-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #0047BA;
  border-radius: 14px;
  -webkit-transition: border-color .4s ease-in-out;
  -moz-transition: border-color .4s ease-in-out;
  -ms-transition: border-color .4s ease-in-out;
  -o-transition: border-color .4s ease-in-out;
  transition: border-color .4s ease-in-out;
}

.search-handle {
  left: 9px;
  position: absolute;
  top: 13px;
  width: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #0047BA;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-transition: border-color .4s ease-in-out;
  -moz-transition: border-color .4s ease-in-out;
  -ms-transition: border-color .4s ease-in-out;
  -o-transition: border-color .4s ease-in-out;
  transition: border-color .4s ease-in-out;
}

[data-mobile-search-open="true"]  .search-icon .search-circle {
  width: 0;
  height: 100%;
  border: 1px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: -2px;
}

[data-mobile-search-open="true"]  .search-icon .search-handle {
  width: 0;
  height: 100%;
  border: 1px solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  left: 7px;
  top: -2px;
  /* position: absolute;
  left: -8px;
  top: 8px;
  width: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; */
}

.site-top-bar .search-circle,
.site-top-bar .search-handle {
  border-color:#fff;
}

#mobile-site-search,
#mobile-site-search-inner  {
  height:0px;
}


#mobile-site-search-inner{
  transform: translateY(-999px);
  -webkit-transition: transform 0.32s ease-in-out;
  -moz-transition: transform 0.32s ease-in-out;
  -o-transition: transform 0.32s ease-in-out;
  transition: transform 0.32s ease-in-out;
}


[data-mobile-search-open="true"] #mobile-site-search {
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  backdrop-filter: blur(4px);
  z-index: 99;
}

[data-mobile-search-open="true"] #mobile-site-search-inner {
  background: #0047BA;
  position: absolute;
  width:100%;
  transform: translateY(0px);
  left:0;
  top:0;
  z-index: 99999;
  padding-top: 100px;
  padding-top: 12vh;
  padding-left:5vw;
  padding-left:30px;
  padding-right:5vw;
  padding-right:30px;
}

[data-mobile-search-open="true"] #mobile-site-search-inner:after {
  content: "";
  background: #0047BA;
  position: absolute;
  bottom: -100px;
  left: -50%;
  width: 200%;
  height: 200px;
  transform: rotate(11deg);
}

[data-mobile-search-open="true"] #mobile-site-search-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400%;
  background: rgba(74, 85, 94, 0.5);
  z-index: 99998;
}


[data-mobile-search-open="true"] #mobile-site-search input[type="search"] ,
[data-mobile-search-open="true"] #mobile-site-search input[type="search"]:focus {
  background: #0047BA;
  border-color: #0047BA;
  border-left-color:#F1C400;
  border-top:none;
  border-bottom:none;
  border-right:none;
  color:#fff;
  border-radius: 0;
  box-shadow: none;
} 

[data-mobile-search-open="true"] #mobile-site-search ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

[data-mobile-search-open="true"] #mobile-site-search ::-webkit-input-placeholder {
  color: #ffffff;
}

[data-mobile-search-open="true"] #mobile-site-search input[type="submit"] {
  width: 100px;
  font-size:14px;
  padding: 8px;
  background-color: #002F7B;

}


/* #endregion */

/* #region Entry Content */

.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul:not(.blocks-gallery-grid):not(.splide__pagination):not(.gfield_radio):not(.tri-delta-share) {
  margin-bottom: 30px;
  margin-left:20px;
}

.entry-content ul li > ul {
  margin-bottom:0!important;
}

.entry-content ol > li {
  list-style-type: decimal;
}

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

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

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

.entry-content .caption {
  font-size: 14px;
  font-weight: 600;
  margin-top: -20px;
  text-align: center;
}

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

/* #endregion */

/* #region Entry Meta */

p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}
/* #endregion */

/* #region Pagination */
.pagination {
  clear: both;
  margin: 60px 0;
  text-align: center;
}

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

.pagination-previous,
.pagination-next {
  color: #98A4AE;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  color: #0047BA;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 2px 12px;
  text-decoration: none;
  border-bottom: 3px solid transparent;

}

.archive-pagination li.active a {
  border-color:#F1C400;
}


/* #endregion */

/* #region Site Footer */
.site-footer {
  position: relative;
  background: linear-gradient(180deg, rgba(196, 196, 196, 0.138) 0%, rgba(196, 196, 196, 0) 36.93%);
  overflow: hidden;
}

.site-footer .widget {
  margin-bottom:0;
}

.site-footer .footer-inner {
  max-width: 80vw;
}

.site-footer .widget-title {
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0.015em;
  position: relative;
  padding: 14px 0 21px;
  margin-bottom: 0;
  text-transform: none;
}

.site-footer .footer-logo {
  width:100%;
  position: absolute;
  top:40px;
}

.site-footer .footer-logo img {
  max-width: 300px;
  margin:0 auto;
}

.site-footer p {
  font-weight:400;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.footer-widgets {
  padding: 144px 0 80px;
  position: relative;
}

.footer-contact {
  padding: 40px 0;
}


.footer-contact .widget-title,
.footer-contact  {
  color:#ffffff;
}

.footer-contact a {
  color:#F1C400;
  text-transform: uppercase;
}

.footer-widgets .widget-title {
  color:#0047BA;
}

.footer-widgets  {
  color:#4A555E;
}

.footer-widgets a {
  color:#0047BA;
}

.footer-contact p > a,
.footer-widgets p > a {
  position: relative;
  text-transform: uppercase;
  font-size: 17px;
}

.footer-contact p > a:before,
.footer-widgets p > a:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  color: inherit;
  right: -23px;
  top: 0px;
  font-size: 18px;
  content: ">";
  opacity: 1;
  left: auto;
}

.footer-contact p + p {
  margin-top: 18px;
}

.footer-widgets p + p,
.footer-widgets p + a.footer-login-link {
  margin-top: 24px;
  margin-bottom: 32px!important;
}

.footer-widgets div:not(.footer-angle),
.footer-contact div {
  z-index: 2;
  position: relative;
}

.footer-angle {
  position: absolute;
  bottom: -90%;
  transform: rotate(-3deg);
  left: 0;
  height: 100%;
  width: 200%;
  z-index: 1;
}


/* #endregion */

/* #region Share */


.tri-delta-share {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}

.tri-delta-share li {
  display: block;
  margin-right: 13px;
}

.tri-delta-share a {
  padding: 2px;
  width: 36px;
  height: 36px;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 0;
  transition: transform .1s ease;
  border-radius: 50%;
}

.tri-delta-share-size-14.tri-delta-share li {
  margin-right: 8px;
}

.tri-delta-share-size-14.tri-delta-share a {
  width: 25px;
  height: 25px;
}


.tri-delta-share li a:hover {
  transform: scale(1.1);
}

.tri-delta-share a:hover {
  background: #fff;
}

.tri-delta-share a svg,
.tri-delta-share a svg g {
  fill: #0047BA !important;
}

.tri-delta-share a:hover svg,
.tri-delta-share a:hover svg g {
  fill: #0047BA !important;
}

.tri-delta-share .comment a svg {
  margin: 9.5px auto 0;
}

.tri-delta-share-background-gold a,
.tri-delta-share-background-gold a:hover  {
  background: #F1C400 !important;
}

.tri-delta-share-background-blue a,
.tri-delta-share-background-blue a:hover  {
  background: #0047BA !important;
}

.tri-delta-share-background-white a,
.tri-delta-share-background-white a:hover  {
  background: #ffffff !important;
}

.tri-delta-share-color-gold a svg,
.tri-delta-share-color-gold a svg g,
.tri-delta-share-color-gold a:hover svg {
  fill: #F1C400 !important;
}

.tri-delta-share-color-blue a svg,
.tri-delta-share-color-blue a svg g,
.tri-delta-share-color-blue a:hover svg  {
  fill: #0047BA !important;
}

.tri-delta-share-color-white a svg,
.tri-delta-share-color-white a svg g,
.tri-delta-share-color-white a:hover svg  {
  fill: #ffffff !important;
}

.tri-delta-share-title {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #55727b;
  text-shadow: 0 1px 1px #fff;
  vertical-align: top;
  margin-right: 20px;
  line-height: 44px;
}

.tri-delta-share-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* #endregion */

/* #region Top Banner */
.top-banner-wrapper {
  position: relative;
  /* max height: 410px; */
}

.top-banner-slides-wrapper {
  overflow: hidden;
  height:100%;

}

.top-banner-container {
  color: #fff;
  margin-top:63px;
  /* padding: 44.5% 0 0 0; */
  padding: 26.5% 0 0 0;
  position: relative;
  overflow: hidden;
}

.top-banner-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  /* background: #333; */
  z-index: 3;
  left: 0;
}


.top-banner-container .wrap {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  /* margin-top: 300px; */
  /* position: relative;
  z-index: 3; */
}

.top-banner-content {
  width:100%;
}

/* .top-banner-content {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
} */


.top-banner-image {
  height: 100%;
  /* background-size: cover; */
  background-size: 100%;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-position: center top;
  left: 0;
  /* -o-object-fit: cover;
  object-fit: cover; */
  top: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  position: absolute;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw;
  padding-bottom: 1px;
  z-index: 0;
}

.top-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}


.top-banner-overlay.overlay-color-blue {
  background: #022839;
  z-index: 1;
}

.top-banner-overlay.overlay-color-black {
  background: #454545;
  z-index: 1;
}

.top-banner-delta-teal {
  position: absolute;
  top: 62%;
  width: 240px;
  z-index: 0;
}
.top-banner-delta-teal > * {
  width: 100%;
}

body.blog .top-banner-delta-teal,
body.post-type-archive-tri_delta_three_for .top-banner-delta-teal {
  display:none;
}

.firstb:after {
  width: 1px;
  position: absolute;
  height: 100%;
  content: "";
  right: 32px;
  top: 0;
  background: #fff;
  opacity: 0.3;
}
/* #endregion */

.svg-submit {
  background-color: #0047BA;
  width:32px;
  height:32px;
  border-radius: 50%;
  display:flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  cursor: pointer;
  margin-right:8px;
}

.svg-submit svg {
  width: 18px;
}

.svg-submit input[type="submit"] {
  display:none;
}