/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.fontawesome.com/releases/v6.1.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
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;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# MIXINS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Grid Layout
--------------------------------------------------------------*/
.tvk-container {
  position: relative;
  max-width: 72.75rem;
  margin: 0 auto;
  padding: 0 0.4rem;
}
@media (max-width: 1011px) {
  .tvk-container {
    padding: 0 0.8rem;
  }
}

.tvk-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tvk-row.tvk-row__spaced {
  justify-content: space-between;
}
@media (max-width: 1011px) {
  .tvk-row.tvk-row__mobile-reverse {
    flex-direction: column-reverse;
  }
}
.tvk-row.tvk-row-stretch {
  align-items: stretch;
}
.tvk-row.tvk-row--align-items-flex-end {
  align-items: flex-end;
}
.tvk-col > .tvk-row {
  margin-left: -0.4rem;
  width: calc(100% + 0.4rem*2);
}

.tvk-col {
  margin: 0 0.4rem;
  -ms-flex: 0 1 auto;
}
.tvk-col.tvk-col-12 {
  width: calc(100% - 0.4rem*2);
}
.tvk-col.tvk-col-10 {
  width: calc(83.333% - 0.4rem*2);
}
.tvk-col.tvk-col-9 {
  width: calc(75% - 0.4rem*2);
}
.tvk-col.tvk-col-8 {
  width: calc(66.666% - 0.4rem*2);
}
.tvk-col.tvk-col-7 {
  width: calc(58.333% - 0.4rem*2);
}
.tvk-col.tvk-col-6 {
  width: calc(50% - 0.4rem*2);
}
.tvk-col.tvk-col-5 {
  width: calc(41.666% - 0.4rem*2);
}
.tvk-col.tvk-col-4 {
  width: calc(33.333% - 0.4rem*2);
}
.tvk-col.tvk-col-3 {
  width: calc(25% - 0.4rem*2);
}
.tvk-col.tvk-col-2 {
  width: calc(16.666% - 0.4rem*2);
}
.tvk-col.tvk-col-1 {
  width: calc(08.333% - 0.4rem*2);
}
@media (max-width: 1011px) {
  .tvk-col.tvk-col-12, .tvk-col.tvk-col-11, .tvk-col.tvk-col-10, .tvk-col.tvk-col-9, .tvk-col.tvk-col-8, .tvk-col.tvk-col-7, .tvk-col.tvk-col-6, .tvk-col.tvk-col-5, .tvk-col.tvk-col-4, .tvk-col.tvk-col-3, .tvk-col.tvk-col-2, .tvk-col.tvk-col-1 {
    width: calc(100% - 0.4rem*2);
  }
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  display: block;
}

h2, .h2 {
  font-size: 1.75rem;
  font-weight: 700;
}

h4, .h4 {
  font-size: 0.9rem;
  font-weight: 700;
}
@media (max-width: 1011px) {
  h4, .h4 {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html, body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #071F30;
  line-height: 1.35;
}

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html, body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #F3F3F3;
}

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

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.tvk-btn {
  background: #2E3192;
  color: #FFFFFF;
  font-weight: 700;
  padding: 1em 1.5em;
  display: inline-flex;
  min-width: 10.875rem;
  border-radius: 5rem;
  align-items: center;
  justify-content: space-between;
}
.tvk-btn:after {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0.5em;
  width: 1em;
  height: 1em;
  content: "";
  font-size: 0.8em;
  background: url("../img/tvk-triangle-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.tvk-print-button {
  cursor: pointer;
}
.tvk-print-button span {
  text-decoration: underline;
}
.tvk-print-button i {
  font-size: 1.2em;
  margin-left: 0.5em;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.tvk-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
  padding: 1.5rem;
  margin: 0 0 0.8rem;
  font-size: 0.9rem;
  font-weight: 300;
}
@media (max-width: 1011px) {
  .tvk-card {
    font-size: 1rem;
  }
}
@media (min-width: 1012px) {
  .tvk-card.tvk-card__extra-padding {
    padding: 1.5rem 2.5rem;
  }
}
.tvk-card .tvk-card__header {
  display: flex;
  margin-bottom: 1rem;
}
.tvk-card .tvk-card__header.featured-image {
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.tvk-card .tvk-card__header.featured-image img {
  width: 100%;
  height: auto;
}
.tvk-card .tvk-card__header h2, .tvk-card .tvk-card__header .h2 {
  margin: 0;
  padding: 0;
}
.tvk-card .tvk-card__icon {
  position: relative;
  margin-top: -0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.5rem;
  flex-shrink: 0;
}
.tvk-card .tvk-card__icon img {
  max-width: 100%;
  max-height: 100%;
}
.tvk-card .tvk-card__body h1:first-child, .tvk-card .tvk-card__body .h1:first-child, .tvk-card .tvk-card__body h2:first-child, .tvk-card .tvk-card__body .h2:first-child, .tvk-card .tvk-card__body h3:first-child, .tvk-card .tvk-card__body .h3:first-child, .tvk-card .tvk-card__body h4:first-child, .tvk-card .tvk-card__body .h4:first-child {
  margin-top: 0;
}
.tvk-card .tvk-card__body .title {
  font-weight: 700;
}
.tvk-card .tvk-card__body .date {
  font-size: 0.7rem;
}
@media (max-width: 1011px) {
  .tvk-card .tvk-card__body .date {
    font-size: 0.8rem;
  }
}
.tvk-card .tvk-card__body .excerpt {
  margin: 1rem 0 0;
}
.tvk-card nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tvk-card nav ul li {
  display: flex;
  margin-left: 1rem;
}
.tvk-card nav ul li a {
  position: relative;
  padding: 0.25rem 0.35rem;
}
.tvk-card nav ul li:before {
  position: relative;
  display: inline-block;
  top: 0.45rem;
  width: 1em;
  height: 1em;
  content: "";
  font-size: 0.8em;
  color: #ED702B;
  text-decoration: none;
  background: url("../img/tvk-triangle-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.tvk-card .tvk-card__footer {
  text-align: right;
  margin-top: 1rem;
  margin-bottom: -0.5rem;
}
.tvk-card .tvk-card__footer a {
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
}
.tvk-card .tvk-card__footer a:after {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0.5em;
  width: 1em;
  height: 1em;
  content: "";
  font-size: 0.8em;
  background: url("../img/tvk-triangle-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.tvk-card.tvk-card__divider {
  background: #071F30;
  color: #FFFFFF;
  padding: 1.25rem 1rem;
}
.tvk-card.tvk-card__divider .h4 {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.tvk-card.tvk-card__divider .tvk-icon {
  width: 1rem;
  margin: 0 0.5rem 0 0;
}

ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
}
ul.link-list li {
  padding: 1rem 1rem;
  border-bottom: 1px solid #EBEBEB;
}
ul.link-list li:last-of-type {
  border-bottom: none;
}
ul.link-list li a {
  color: #2E3192;
  text-decoration: underline;
}
.tvk-card ul.link-list {
  margin: -1.5rem 0 -1.5rem 0;
}
@media (max-width: 1011px) {
  .tvk-card ul.link-list li {
    padding: 1rem 0;
  }
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.tvk-hero-section {
  min-height: 24rem;
  background-color: #b0c4cd;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4.5rem 0 6.5rem 0;
  box-sizing: border-box;
}
.tvk-hero-section .tvk-card {
  min-height: 12rem;
  justify-content: flex-start;
  box-sizing: border-box;
}
@media (max-width: 1011px) {
  .tvk-hero-section {
    padding: 3rem 0 6.5rem 0;
  }
}

/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/
.tvk-contact-sidebar .tvk-card {
  background: #54859C;
  color: #FFFFFF;
}

.tvk-sidebar-nav .tvk-sidebar-nav__title {
  background: #071F30;
  color: #FFFFFF;
  align-items: center;
  padding: 2.5rem 0;
}
.tvk-sidebar-nav .tvk-sidebar-nav__title img {
  margin-bottom: 1.5rem;
}
.tvk-sidebar-nav .tvk-sidebar-nav__title .h2 {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
.tvk-sidebar-nav nav {
  margin: 0.8rem 0;
  font-size: 0.9rem;
}
@media (max-width: 1011px) {
  .tvk-sidebar-nav nav {
    font-size: 1rem;
  }
}
.tvk-sidebar-nav nav ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
.tvk-sidebar-nav nav ul li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.tvk-sidebar-nav nav ul li a {
  display: block;
  padding: 1rem;
  flex-grow: 1;
}
.tvk-sidebar-nav nav ul li button {
  display: block;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  width: 3rem;
  height: 3rem;
  background: url("../img/tvk-caret-right.png");
  background-size: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  cursor: pointer;
  transition: transform 0.2s;
}
.tvk-sidebar-nav nav ul li button:hover {
  filter: brightness(140%);
}
.tvk-sidebar-nav nav ul li ul {
  display: none;
}
.tvk-sidebar-nav nav ul li.open > button {
  transform: rotate(90deg);
}
.tvk-sidebar-nav nav ul li.open > ul {
  display: block;
}
.tvk-sidebar-nav nav > ul > li {
  background: #071F30;
  font-weight: 700;
}
.tvk-sidebar-nav nav > ul > li > a:hover {
  color: #ED702B;
}
.tvk-sidebar-nav nav > ul > li > ul > li {
  background: #2B4456;
  font-weight: 700;
}
.tvk-sidebar-nav nav > ul > li > ul > li > a:hover {
  color: #ED702B;
}
.tvk-sidebar-nav nav > ul > li > ul > li > ul > li {
  background: #54859C;
  font-weight: 400;
}
.tvk-sidebar-nav nav > ul > li > ul > li > ul > li > a:hover {
  color: #FFFFFF;
  background: #ED702B;
}
.tvk-sidebar-nav nav > ul > li > ul > li > ul > li > ul > li {
  background: #F3F3F3;
  color: black;
}
.tvk-sidebar-nav nav > ul > li > ul > li > ul > li > ul > li > a:hover {
  color: #FFFFFF;
  background: #ED702B;
}

.tvk-job-search-widget .widget-header {
  display: flex;
  background: #071F30;
  color: #FFFFFF;
  margin-bottom: 0.8rem;
  padding: 1rem 1rem 1rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.tvk-job-search-widget .widget-header:after {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0.5em;
  width: 1em;
  height: 1em;
  content: "";
  font-size: 0.8em;
  background: url("../img/tvk-triangle-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin: 0;
  transition: transform 0.2s;
}
.tvk-job-search-widget .widget-content {
  display: none;
}
.tvk-job-search-widget .widget-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tvk-job-search-widget .widget-content ul li {
  margin: 0.5rem 0;
}
.tvk-job-search-widget .widget-content ul li input {
  cursor: pointer;
}
.tvk-job-search-widget .widget-content ul li label {
  cursor: pointer;
  margin: 0 0 0 0.5rem;
}
.tvk-job-search-widget.open .widget-header::after {
  transform: rotate(90deg) translate(2px, 2px);
}

/*--------------------------------------------------------------
# TVK Header
--------------------------------------------------------------*/
header.tvk-header {
  background: white;
}
header.tvk-header > .tvk-container > .tvk-row {
  align-items: flex-end;
}
@media (max-width: 1011px) {
  header.tvk-header > .tvk-container > .tvk-row {
    align-items: center;
    justify-content: space-between;
  }
}
header.tvk-header .logo-side {
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1011px) {
  header.tvk-header .logo-side {
    padding: 0.5rem 0;
    width: auto;
  }
}
@media (max-width: 1011px) {
  header.tvk-header .nav-side {
    width: auto;
    text-align: left;
    display: flex;
    align-items: flex-end;
  }
}
header.tvk-header a.tvk-logo {
  display: inline-block;
  width: 10.125rem;
}
header.tvk-header a.tvk-logo img {
  max-width: 100%;
}
@media (max-width: 1011px) {
  header.tvk-header a.tvk-logo {
    width: 6.25rem;
  }
}
header.tvk-header .tvk-search-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin: 0 0 2rem;
}
@media (max-width: 1011px) {
  header.tvk-header .tvk-search-wrapper {
    display: none;
    position: absolute;
    justify-content: center;
    flex-direction: row;
    top: 6.5rem;
    left: 0;
    width: 100%;
    margin: 0;
    background: #fff;
    z-index: 1000;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
    border-top: 1px solid #2E3192;
    border-bottom: 1px solid #2E3192;
  }
  header.tvk-header .tvk-search-wrapper.open {
    display: flex;
  }
}
header.tvk-header form.tvk-search-form {
  position: relative;
  width: 19.5rem;
}
header.tvk-header form.tvk-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 100%;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("/img/tvk-icon-search.png");
  background-size: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  transition: filter 0.5s;
}
header.tvk-header form.tvk-search-form button:hover {
  filter: brightness(0.25);
}
@media (max-width: 1011px) {
  header.tvk-header form.tvk-search-form {
    width: 100%;
  }
}
header.tvk-header input.tvk-search {
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  padding: 0.5rem 1.25rem;
  border: 1px solid #9C9C9C;
  border-radius: 5rem;
  outline: none;
  margin: 0;
  background: #FFFFFF;
}
header.tvk-header input.tvk-search::placeholder {
  color: #ABABAB;
  opacity: 1; /* Firefox */
}
header.tvk-header input.tvk-search::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ABABAB;
}
header.tvk-header input.tvk-search::-webkit-search-decoration, header.tvk-header input.tvk-search::-webkit-search-cancel-button, header.tvk-header input.tvk-search::-webkit-search-results-button, header.tvk-header input.tvk-search::-webkit-search-results-decoration {
  display: none;
}
header.tvk-header nav.tvk-main-nav {
  padding-bottom: 1rem;
}
header.tvk-header nav.tvk-main-nav .mobile-heading, header.tvk-header nav.tvk-main-nav .mobile-footer {
  display: none;
}
header.tvk-header nav.tvk-main-nav ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header.tvk-header nav.tvk-main-nav ul li {
  font-size: 1.7rem;
  font-weight: 300;
  margin: 0 0.6rem;
}
@media (min-width: 1012px) {
  header.tvk-header nav.tvk-main-nav ul li.borgari:hover .tvk-card.borgari {
    display: flex;
  }
}
header.tvk-header nav.tvk-main-nav ul li:last-of-type {
  margin-right: 0;
}
header.tvk-header nav.tvk-main-nav ul li > a {
  display: block;
  padding: 0.3rem 0;
  border-bottom: 6px solid transparent;
}
header.tvk-header nav.tvk-main-nav ul li.current {
  font-weight: 400;
}
header.tvk-header nav.tvk-main-nav ul li.current > a {
  border-bottom: 6px solid #2E3192;
}
header.tvk-header nav.tvk-main-nav .tvk-card.borgari {
  display: none;
  position: absolute;
  padding-top: 2.5rem;
  z-index: 10;
  width: 600px;
  box-sizing: border-box;
  font-size: 0.8rem;
}
header.tvk-header nav.tvk-main-nav .tvk-card.borgari .tvk-col:first-of-type {
  padding-top: 1rem;
}
header.tvk-header nav.tvk-main-nav .tvk-card.borgari .tvk-col:last-of-type {
  text-align: right;
}
@media (max-width: 1011px) {
  header.tvk-header nav.tvk-main-nav {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 100;
    overflow-y: scroll;
  }
  header.tvk-header nav.tvk-main-nav.open {
    display: flex;
  }
  header.tvk-header nav.tvk-main-nav .mobile-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 2rem;
    font-size: 1.4rem;
    font-weight: 300;
    background: #2E3192;
    color: #FFFFFF;
  }
  header.tvk-header nav.tvk-main-nav .mobile-heading button.tvk-header-close-menu {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 1.5rem 2rem;
    margin: 0;
    line-height: 1em;
  }
  header.tvk-header nav.tvk-main-nav .mobile-heading button.tvk-header-close-menu img {
    width: 1.625rem;
  }
  header.tvk-header nav.tvk-main-nav ul {
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
  }
  header.tvk-header nav.tvk-main-nav ul li {
    margin: 0;
  }
  header.tvk-header nav.tvk-main-nav ul li a {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #2E3192;
    border-bottom: 1px solid #2E3192 !important;
  }
  header.tvk-header nav.tvk-main-nav ul li a:hover {
    color: #ED702B;
  }
  header.tvk-header nav.tvk-main-nav .mobile-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.9rem;
    padding: 1.5rem;
  }
  header.tvk-header nav.tvk-main-nav .mobile-footer .h4 {
    color: #2E3192;
  }
  header.tvk-header nav.tvk-main-nav .mobile-footer .mobile-footer__logo-side img {
    width: 7.5rem;
    height: auto;
  }
}
header.tvk-header button.tvk-header-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border: none;
  margin: 0;
  padding: 0 0.5rem;
  background: none;
  cursor: pointer;
  color: #071F30;
  font-size: 0.8rem;
}
@media (min-width: 1012px) {
  header.tvk-header button.tvk-header-toggle {
    display: none;
  }
}
header.tvk-header button.tvk-header-toggle:first-of-type {
  margin-right: 0.5rem;
}
header.tvk-header button.tvk-header-toggle img {
  width: 2rem;
}
header.tvk-header button.tvk-header-toggle.search span {
  margin-top: 0.5rem;
}
header.tvk-header button.tvk-header-toggle.menu span {
  margin-top: 0.75rem;
}

.tvk-breadcrumbs-section {
  position: absolute;
  width: 100%;
  padding: 0.625rem 0;
  background: #F3F3F3;
  color: #071F30;
  font-size: 0.75rem;
  font-weight: 300;
}
.tvk-breadcrumbs-section ul {
  display: inline-flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.tvk-breadcrumbs-section ul li:not(:last-child):after {
  margin: 0 1em;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.tvk-breadcrumbs-section ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1011px) {
  .tvk-breadcrumbs-section {
    display: none;
  }
}

/*--------------------------------------------------------------
# TVK Page Sections
--------------------------------------------------------------*/
.tvk-section-heading {
  margin: 0;
  padding: 0;
  color: white;
}

.tvk-cards-section {
  position: relative;
  padding: 0 0 3rem 0;
  margin-top: -5rem;
}
@media (max-width: 1011px) {
  .tvk-cards-section {
    margin-top: -6.5rem;
  }
}
.tvk-cards-section h2, .tvk-cards-section .h2 {
  flex-grow: 1;
}
.tvk-cards-section h2 a, .tvk-cards-section .h2 a {
  color: #2E3192;
}

.tvk-row.tvk-card-grid {
  align-items: stretch;
}
.tvk-row.tvk-card-grid .tvk-card {
  min-height: 13rem;
  height: calc(100% - 1rem);
  box-sizing: border-box;
}
@media (max-width: 1011px) {
  .tvk-row.tvk-card-grid .tvk-card {
    min-height: auto;
    height: auto;
    padding: 0 0 0 1.5rem;
  }
  .tvk-row.tvk-card-grid .tvk-card .tvk-card__header {
    margin: 0;
    flex-direction: row-reverse;
    align-items: center;
  }
  .tvk-row.tvk-card-grid .tvk-card .tvk-card__header .h2 {
    font-size: 1rem;
  }
  .tvk-row.tvk-card-grid .tvk-card .tvk-card__header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
  .tvk-row.tvk-card-grid .tvk-card .tvk-card__header a:after {
    position: relative;
    display: inline-block;
    margin: 0 0 0 0.5em;
    width: 1em;
    height: 1em;
    content: "";
    font-size: 0.8em;
    background: url("../img/tvk-triangle-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }
  .tvk-row.tvk-card-grid .tvk-card .tvk-card__header .tvk-card__icon {
    margin-right: 1rem;
  }
  .tvk-row.tvk-card-grid .tvk-card .tvk-card__body, .tvk-row.tvk-card-grid .tvk-card .tvk-card__footer {
    display: none;
  }
}

.tvk-announcements-section {
  background: url("../img/tvk-announcements-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6.875rem 0;
  padding-bottom: calc(30vw + 6rem);
  margin-bottom: -30vw;
}
.tvk-announcements-section .tvk-section-heading {
  margin-bottom: 1.75rem;
}
.tvk-announcements-section .tvk-card {
  padding-left: 1rem;
  min-height: auto;
}
.tvk-announcements-section .tvk-card .tvk-card__body a {
  color: #5F79DA;
  text-decoration: underline;
}

.tvk-news-section {
  position: relative;
  padding: 10rem 0 5rem 0;
  background-image: url("../img/tvk-news-section-bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tvk-news-section .tvk-section-heading {
  margin: 0 0 4.375rem 0;
}
.tvk-news-section .tvk-card {
  color: #071F30;
}
.tvk-news-section .more-news-link {
  padding-top: 5.625rem;
  text-align: center;
}
.tvk-news-section .more-news-link a {
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
  text-decoration: underline;
}

@media (min-width: 1012px) {
  .tvk-jobs-section .tvk-col {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
  }
}
.tvk-jobs-section .tvk-card {
  padding: 1rem;
}
.tvk-jobs-section .tvk-card .tvk-card__header.featured-image {
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

/*--------------------------------------------------------------
# TVK Pages and Posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# TVK Footer
--------------------------------------------------------------*/
footer.tvk-footer {
  position: relative;
  background-color: #F3F3F3;
  color: #2E3192;
  font-size: 0.9rem;
  font-weight: 300;
}
@media (max-width: 1011px) {
  footer.tvk-footer {
    font-size: 1rem;
  }
}
footer.tvk-footer .tvk-footer-logo-section {
  padding: 2.5rem 0 2rem 0;
  text-align: center;
}
footer.tvk-footer .tvk-footer-logo-section img {
  width: 9.5rem;
}
footer.tvk-footer .h2 {
  margin: 1rem 0 2rem;
}
footer.tvk-footer .tvk-footer-columns {
  padding: 0 0 2.75rem 0;
  justify-content: center;
  align-items: stretch;
}
footer.tvk-footer .tvk-footer-columns .tvk-col {
  text-align: center;
  min-height: 18.75rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
@media (max-width: 1011px) {
  footer.tvk-footer .tvk-footer-columns .tvk-col {
    min-height: auto;
    margin: 1rem 0;
  }
}
footer.tvk-footer .tvk-footer-columns .middle {
  border-left: 2px solid #10125D;
  border-right: 2px solid #10125D;
}
@media (max-width: 1011px) {
  footer.tvk-footer .tvk-footer-columns .middle {
    border: none;
  }
}
footer.tvk-footer .tvk-footer-bg {
  position: relative;
  height: 18.75rem;
  background-image: url("../img/tvk-footer-bg.png");
  background-position: center bottom;
  background-size: 85rem auto;
  background-repeat: no-repeat;
}
@media (max-width: 1011px) {
  footer.tvk-footer .tvk-footer-bg {
    background-position: calc(50% + 6rem) bottom;
  }
}
footer.tvk-footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.875rem;
  background-color: #071F30;
}
