/*
Theme Name: NTV
Author: Anonymous
Author URI:
Version: 1.0.0
Description: NTV theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ntv
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure:not(.no-margin) {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr,
hr.wp-block-separator {
  box-sizing: content-box;
  height: 0;
  border-top: 2px solid #ccc;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.hamburger {
  padding: 5px 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger-box {
  width: 35px;
  height: 25px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  margin-top: -1.5px;
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 3px;
    background-color: #fff;
    border-radius: 0;
    position: absolute; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: 11px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger-inner::after {
    bottom: -11px;
    top: 22px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.is-active .hamburger .hamburger-inner,
.is-active .hamburger .hamburger-inner::before,
.is-active .hamburger .hamburger-inner::after {
  background-color: #fff; }

.is-active .hamburger .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .is-active .hamburger .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .is-active .hamburger .hamburger-inner::after {
    transform: translate3d(0, -22px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

.listreset {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a, .btn, .error404 #content .search-form .search-submit,
.form-submit .submit {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn, .error404 #content .search-form .search-submit,
.form-submit .submit {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    body {
      font-size: 15px;
      line-height: 1.3; } }

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

a { transition: all .2s; }
a:hover { opacity: .8; }

.gm-style img {
  max-width: none; }

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea,
.gform-theme form .gform-body .gfield input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  border: 1px solid #000;
  padding: 9px 10px;
  height: auto; }
  @media (min-width: 1200px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    input[type='url'],
    textarea,
    .gform-theme form .gform-body .gfield input {
      font-size: 16px; } }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  textarea:focus,
  .gform-theme form .gform-body .gfield input:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .gform-theme form .gform-body .gfield input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  textarea::-moz-placeholder,
  .gform-theme form .gform-body .gfield input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  textarea:-moz-placeholder,
  .gform-theme form .gform-body .gfield input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .gform-theme form .gform-body .gfield input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  input[type='text']:focus::-webkit-input-placeholder,
  input[type='tel']:focus::-webkit-input-placeholder,
  input[type='email']:focus::-webkit-input-placeholder,
  input[type='search']:focus::-webkit-input-placeholder,
  input[type='password']:focus::-webkit-input-placeholder,
  input[type='url']:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder,
  .gform-theme form .gform-body .gfield input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  input[type='text']:focus::-moz-placeholder,
  input[type='tel']:focus::-moz-placeholder,
  input[type='email']:focus::-moz-placeholder,
  input[type='search']:focus::-moz-placeholder,
  input[type='password']:focus::-moz-placeholder,
  input[type='url']:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder,
  .gform-theme form .gform-body .gfield input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  input[type='text']:focus:-moz-placeholder,
  input[type='tel']:focus:-moz-placeholder,
  input[type='email']:focus:-moz-placeholder,
  input[type='search']:focus:-moz-placeholder,
  input[type='password']:focus:-moz-placeholder,
  input[type='url']:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder,
  .gform-theme form .gform-body .gfield input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  input[type='text']:focus:-ms-input-placeholder,
  input[type='tel']:focus:-ms-input-placeholder,
  input[type='email']:focus:-ms-input-placeholder,
  input[type='search']:focus:-ms-input-placeholder,
  input[type='password']:focus:-ms-input-placeholder,
  input[type='url']:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder,
  .gform-theme form .gform-body .gfield input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .gform-theme form .gform-body .gfield input::-webkit-input-placeholder {
    color: #000; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  textarea::-moz-placeholder,
  .gform-theme form .gform-body .gfield input::-moz-placeholder {
    opacity: 1;
    color: #000; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  textarea:-moz-placeholder,
  .gform-theme form .gform-body .gfield input:-moz-placeholder {
    color: #000; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .gform-theme form .gform-body .gfield input:-ms-input-placeholder {
    color: #000; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  textarea.placeholder,
  .gform-theme form .gform-body .gfield input.placeholder {
    color: #000; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.gform-theme form .gform_footer,
.gform-theme form .gform_page_footer {
  margin-block-start: 11px; }
  @media (min-width: 1200px) {
    .gform-theme form .gform_footer,
    .gform-theme form .gform_page_footer {
      margin-block-start: 16px; } }
  .gform-theme form .gform_footer .button,
  .gform-theme form .gform_page_footer .button {
    border-radius: 0 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    padding: 9px 10px !important;
    background-color: #00aef0 !important;
    min-height: 0 !important;
    transition: 0.3s !important; }
    @media (min-width: 1200px) {
      .gform-theme form .gform_footer .button,
      .gform-theme form .gform_page_footer .button {
        font-size: 16px !important;
        padding: 9px 16px !important; } }
    .gform-theme form .gform_footer .button:hover,
    .gform-theme form .gform_page_footer .button:hover {
      background-color: #ffc40c !important;
      color: #000 !important; }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.2em 4px 0;
    float: left; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  margin-bottom: 1.2em;
  position: relative;
  vertical-align: middle; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    background: #000;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    background: #000;
    color: #fff;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  margin-bottom: 1.2em;
  border: 1px solid #999;
  max-width: 100%;
  clear: both;
  padding: .4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

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

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto; }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #133b72; }

h1, .h1 {
  font-size: 25px; }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 40px; } }

h2, .h2 {
  font-size: 25px; }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 35px; } }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #00aef0;
  transition: 0.3s; }
  a:hover, a:focus {
    text-decoration: none; }

.read-more {
  display: inline-block;
  color: #083881;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase; }/*
  @media (min-width: 1200px) {
    .read-more {
      font-size: 17px; } }*/

h2.wp-block-heading {
  color: #000;
  font-weight: 600;
}

.post-large .image-holder {
  font-size: 0;
  margin-bottom: 20px; }
  .post-large .image-holder a {
    display: block;
    aspect-ratio: 64/36;
    font-size: 0; }
    @media (min-width: 1200px) {
      .post-large .image-holder a:hover {
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3); } }
  .post-large .image-holder img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.post-large .text-holder .published-date {
  font-size: 13px;
  text-transform: capitalize; }
  @media (min-width: 1200px) {
    .home .latest-posts-section .post-large .text-holder .published-date {
      color: #fff;
    /*  font-size: 13px;*/ } }

.post-large .text-holder .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 5px; }
  @media (min-width: 1200px) {
    .post-large .text-holder .title {
      font-size: 24px;
      margin: 0 0 10px; } }
  .post-large .text-holder .title:last-child {
    margin-bottom: 0; }
  .post-large .text-holder .title a {
    text-decoration: none;
    color: inherit; }
    .post-large .text-holder .title a:hover {
      text-decoration: underline; }

.post-large .text-holder .post-excerpt {
  font-size: 16px; }/*
  @media (min-width: 1200px) {
    .post-large .text-holder .post-excerpt {
      font-size: 15px; } }*/
  .post-large .text-holder .post-excerpt p {
    margin: 0;
    display: inline; }

.post-medium {
  display: flex; }
  @media (min-width: 768px) {
    .post-medium {
      display: block; } }
  .post-medium .image-holder {
    width: 158px;
    flex-shrink: 0; }
    @media (min-width: 768px) {
      .post-medium .image-holder {
        width: 100%;
        margin-bottom: 11px; } }
    .post-medium .image-holder a {
      display: block;
      width: 100%;
      aspect-ratio: 158 / 87;
      font-size: 0; }/*
      @media (min-width: 768px) {
        .post-medium .image-holder a {
          aspect-ratio: revert; } }*/
      @media (min-width: 1200px) {
        .post-medium .image-holder a:hover {
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3); } }
      .post-medium .image-holder a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .post-medium .text-holder {
    padding-left: 10px;
    width: calc(100% - 158px); }
    @media (min-width: 768px) {
      .post-medium .text-holder {
        width: 100%;
        padding: 0; } }
  .post-medium time {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .post-medium time {
        display: none;
        font-size: 15px; } }
  .post-medium .post-meta time {
    display: none;
    font-size: inherit; }
    @media (min-width: 768px) {
      .post-medium .post-meta time {
        display: inline; } }
  .post-medium .title {
    font-size: 16px;
    font-weight: 400;
    display: block; }
    @media (min-width: 768px) {
      .post-medium .title {
      /*  font-size: 15px; */
        font-weight: 600;
        display: initial; } }

.post-small {
  display: flex; }
  @media (min-width: 1200px) {
    .post-small:last-child .text-holder {
      padding-bottom: 0; } }
  @media (min-width: 1200px) {
    .post-small:last-child .text-holder:after {
      display: none; } }
  .post-small .image-holder {
    width: 158px;
    flex-shrink: 0; }
    @media (min-width: 1200px) {
      .post-small .image-holder {
        width: 179px; } }
    .post-small .image-holder a {
      display: block;
      width: 100%;
      aspect-ratio: 158 / 87;
      font-size: 0; }
      @media (min-width: 1200px) {
        .post-small .image-holder a {
          aspect-ratio: 179 / 100; } }
      @media (min-width: 1200px) {
        .post-small .image-holder a:hover {
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3); } }
      .post-small .image-holder a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .post-small .text-holder {
    padding-left: 10px;
    width: calc(100% - 158px); }
    @media (min-width: 1200px) {
      .post-small .text-holder {
        position: relative;
        width: calc(100% - 179px);
        padding-left: 20px;
        padding-bottom: 20px; } }
    .post-small .text-holder:only-child {
      width: 100%;
      padding-left: 0; }
    @media (min-width: 1200px) {
      .post-small .text-holder:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 0;
        height: 1px;
        background: #b6b6b6; } }
  .post-small .published-date {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize; }/*
    @media (min-width: 1200px) {
      .post-small .published-date {
        font-size: 13px; } }*/
  .post-small .title strong {
    font-size: 16px;
    font-weight: 400;
    display: block; }
    @media (min-width: 1200px) {
      .post-small .title strong {
    /*    font-size: 15px;*/
        font-weight: 600;
        display: initial; } }

.post-list-small .published-date {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize; }
  @media (min-width: 1200px) {
    .post-list-small .published-date {
    /*  font-size: 13px;*/ } }

.post-list-small .title strong {
  font-size: 16px;
  font-weight: 400;
  display: initial; }
  @media (min-width: 1200px) {
    .post-list-small .title strong {
    /*  font-size: 15px;*/
      font-weight: 600; } }

.post-program .image-holder {
  margin-bottom: 15px;
  border-radius: 2px; }
  .post-program .image-holder a {
    display: block;
    font-size: 0; }
    @media (min-width: 1200px) {
      .post-program .image-holder a:hover {
        box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.7); } }
  .post-program .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.post-program .text-holder .title {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin: 0; }
  @media (min-width: 1200px) {
    .post-program .text-holder .title {
      font-size: 15px; } }

.post-program .text-holder time {
  display: block;
  font-size: 13px;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .post-program .text-holder time {
      font-size: 15px; } }

.post-program .text-holder .read-more {
  color: #ffc40c; }

.post-list-item {
  display: flex; }
  @media (min-width: 1200px) {
    .post-list-item:last-child .text-holder {
      padding-bottom: 0; } }
  @media (min-width: 1200px) {
    .post-list-item:last-child .text-holder:after {
      display: none; } }
  .post-list-item .image-holder {
    width: 158px;
    flex-shrink: 0; }
    @media (min-width: 768px) {
      .post-list-item .image-holder {
        width: 179px; } }
    @media (min-width: 1200px) {
      .post-list-item .image-holder {
        width: 320px; } }
    .post-list-item .image-holder a {
      display: block;
      width: 100%;
      font-size: 0; }
      @media (min-width: 1200px) {
        .post-list-item .image-holder a:hover {
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3); } }
      .post-list-item .image-holder a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .post-list-item .text-holder {
    padding-left: 10px;
    width: calc(100% - 158px); }
    @media (min-width: 768px) {
      .post-list-item .text-holder {
        width: calc(100% - 179px);
        padding-left: 20px;
        position: relative; } }
    @media (min-width: 1200px) {
      .post-list-item .text-holder {
        width: calc(100% - 320px);
        padding-left: 40px;
        padding-bottom: 20px; } }
    .post-list-item .text-holder:only-child {
      width: 100%;
      padding-left: 0; }
    @media (min-width: 768px) {
      .post-list-item .text-holder:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 0;
        height: 1px;
        background: #b6b6b6; } }
    @media (min-width: 1200px) {
      .post-list-item .text-holder:after {
        left: 40px; } }
  .post-list-item .published-date {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize; }/*
    @media (min-width: 1200px) {
      .post-list-item .published-date {
        font-size: 13px; } }*/
  .post-list-item .title {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #000;
    margin: 0; }/*
    @media (min-width: 768px) {
      .post-list-item .title {
        margin-bottom: 20px; } }*/
    @media (min-width: 1200px) {
      .post-list-item .title {
        font-size: 17px;
        font-weight: 600; } }
  .post-list-item .post-excerpt p {
    display: none; }
    @media (min-width: 1200px) {
      .post-list-item .post-excerpt p {
        display: inline; } }

.category #main,
.single-post #main,
.wp-singular:not(.home) #main {
  position: relative; }
  @media (min-width: 1200px) {
    .category #main {/*
      padding-bottom: 110px;*/ } }
  .category #main:after,
  .single-post #main:after,
  .wp-singular:not(.home) #main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 50px;
    background-image: url("./images/bg-star.png");
    opacity: 0.5; }
    @media (min-width: 1200px) {
      .category #main:after,
      .single-post #main:after,
      .wp-singular:not(.home) #main:after {
        height: 80px; } }

.category-title-holder {
  position: static;
  margin: 20px 0; }
  @media (min-width: 768px) {
    .category-title-holder {
      margin: 40px 0 20px; } }
  @media (min-width: 1200px) {
    .category-title-holder {
      margin: 80px 0 35px;
      display: flex;
      align-items: center;
      gap: 35px; } }
  .category-title-holder .bg-title {
    display: none; }
    @media (min-width: 768px) {
      .category-title-holder .bg-title {
        position: absolute;
        z-index: -1;
    /*    left: -20px; */
        left: -5px;
        top: -20px;
		transform: translateY(calc((95px - 10vw)/2));
    /*    font-size: 82px;*/
        font-size: 10vw;
        line-height: 0.8;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        display: block;
        text-shadow: 1px 0 rgba(19, 59, 114, 0.2), 0 1px rgba(19, 59, 114, 0.2), -1px 0 rgba(19, 59, 114, 0.2), 0 -1px rgba(19, 59, 114, 0.2); } }
    @media (min-width: 1200px) {
      .category-title-holder .bg-title {
    /*    font-size: 241px;*/
        top: -70px;
		transform: translateY(calc((225px - 10vw)/2));
    /*    left: -30px;*/ } }
    @media (min-width: 1665px) {
      .category-title-holder .bg-title {
    /*    left: -40px;*/ } }
    @media (min-width: 1920px) {
      .category-title-holder .bg-title {
    /*    left: -170px;*/ } }
  .category-title-holder .category-title {
    margin: 0 0 1.75%;
    text-transform: uppercase;
    color: #000; }
    @media (min-width: 1200px) {
        .category-title-holder .category-title { margin: 0; }}

.category-featured-posts {
  margin: 20px 0 45px;
  position: relative;
  display: grid;
  gap: 10px; }
  @media (min-width: 768px) {
    .category-featured-posts {
      grid-template-columns: 65% 32%;
      gap: 40px 3%; } }
  @media (min-width: 1024px) {
    .category-featured-posts {
      grid-template-columns: 43% 23% 28%;
      gap: 40px 3%; } }
  @media (min-width: 1200px) {
    .category-featured-posts {
      margin: 35px 0 55px; } }
  .category-featured-posts .medium-posts-list {
    order: 3; }
    @media (min-width: 768px) {
      .category-featured-posts .medium-posts-list {
        order: initial; } }
  @media (max-width: 1023px) {
    .category-featured-posts .small-posts-list {
      grid-column: 1 / -1; } }
/*  @media (min-width: 1200px) {
    .category-featured-posts .small-posts-list {
      padding-top: 20px; } }
  @media (min-width: 1440px) {
    .category-featured-posts .small-posts-list {
      padding-top: 55px; } }*/
  .category-featured-posts .post-medium {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .category-featured-posts .post-medium {
        margin-bottom: 25px; } }
    .category-featured-posts .post-medium:last-child {
      margin-bottom: 0; }/*
  .category-featured-posts .post-small {
    margin-bottom: 15px; }*/
    .category-featured-posts .post-small:last-child {
      margin-bottom: 0; }
      .category-featured-posts .post-small:last-child .text-holder {
        padding-bottom: 0; }
        .category-featured-posts .post-small:last-child .text-holder:after {
          display: none; }
    @media (max-width: 767px) {
      .category-featured-posts .post-small .image-holder {
        display: none; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .category-featured-posts .post-small .image-holder {
    display: none; } }
    .category-featured-posts .post-small .text-holder {
      position: relative;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .category-featured-posts .post-small .text-holder {
          width: 100%;
          padding-left: 0; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .category-featured-posts .post-small .text-holder {
    width: 100%;
    padding-left: 0; } }
      .category-featured-posts .post-small .text-holder:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 0;
        height: 1px;
        background: #b6b6b6; }
        @media (max-width: 767px) {
          .category-featured-posts .post-small .text-holder:after {
            left: 0; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .category-featured-posts .post-small .text-holder:after {
    left: 0; } }
        @media (min-width: 1200px) {
          .category-featured-posts .post-small .text-holder:after {
            left: 20px; } }

.post-cat a {
    color: #083881;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

#content p,
#content ul,
#content ol,
#page-content p,
#page-content ul,
#page-content ol {
  max-width: 840px;
}

.archive-content-holder {
    padding-bottom: 60px;
}
@media (min-width: 768px) {
  .archive-content-holder,
  .page-content {
    display: flex;
    flex-direction: row-reverse; }
    .archive-content-holder {
        padding-bottom: 95px;
    } }

.archive-content-holder #content,
.page-content #content {
  width: 100%; }
  @media (min-width: 768px) {
    .archive-content-holder #content,
    .page-content #content {
      width: calc(100% - 270px); }
  }
  @media (min-width: 1200px) {
    .archive-content-holder #content,
    .page-content #content {
      width: calc(100% - 350px); }
  }
  @media (min-width: 1440px) {
    .archive-content-holder #content,
    .page-content #content {
      width: calc(100% - 410px); }
  }

.archive-content-holder .sidebar,
.page-content .sidebar {
  width: 100%;
  text-align: center;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .archive-content-holder .sidebar,
    .page-content .sidebar {
      flex-shrink: 0;
      width: 270px;
      padding-left: 20px;
      margin: 0; } }
  @media (min-width: 1200px) {
    .archive-content-holder .sidebar,
    .page-content .sidebar {
      width: 350px;
      padding-left: 50px; } }
  @media (min-width: 1440px) {
    .archive-content-holder .sidebar,
    .page-content .sidebar {
      width: 410px;
      padding-left: 110px; } }
  .archive-content-holder .sidebar .widget,
  .page-content .sidebar .widget {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .archive-content-holder .sidebar .widget,
      .page-content .sidebar .widget {
        margin-bottom: 40px; } }
    .archive-content-holder .sidebar .widget:last-child,
    .page-content .sidebar .widget:last-child {
      margin-bottom: 0; }

.posts-list {
  margin-bottom: 35px; }
  .posts-list .post-list-item {
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .posts-list .post-list-item {
        margin-bottom: 40px; } }
    .posts-list .post-list-item:last-child {
      margin-bottom: 0; }

.load-more-button-holder {
  text-align: center; }
  @media (min-width: 768px) {
    .load-more-button-holder {
      text-align: left; } }
  .is-busy .load-more-button-holder .btn, .is-busy .load-more-button-holder .error404 #content .search-form .search-submit, .error404 #content .search-form .is-busy .load-more-button-holder .search-submit {
    color: #ffc40c;
    position: relative; }
    .is-busy .load-more-button-holder .btn:hover, .is-busy .load-more-button-holder .error404 #content .search-form .search-submit:hover, .error404 #content .search-form .is-busy .load-more-button-holder .search-submit:hover {
      color: #00aef0; }
    .is-busy .load-more-button-holder .btn:after, .is-busy .load-more-button-holder .error404 #content .search-form .search-submit:after, .error404 #content .search-form .is-busy .load-more-button-holder .search-submit:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 20px;
      height: 20px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-image: url("./images/icon-spinner.svg"); }

.is-active {
  overflow: hidden; }
  @media (max-height: 430px) {
    .is-active .header .header-ad-holder {
      display: none; }
    .is-active .header .side-nav-panel {
      padding: 130px 0 60px 20px; }
      .is-active .header .side-nav-panel .search-holder {
        margin-bottom: 10px; } }

.header {
  margin-bottom: 52px;
  position: relative;
  z-index: 100; }
  @media (min-width: 1200px) {
    .header {
      margin-bottom: 260px; } }
  .home .header {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .home .header {
        margin-bottom: 52px; } }
    @media (min-width: 1200px) {
      .home .header {
        margin-bottom: 45px; } }
  .header.search-active .search-holder .search-form {
    opacity: 1;
    visibility: visible; }
  .header .header-ad-holder {
    text-align: center;
    max-width: 460px;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .header .header-ad-holder {
        padding: 24px 0 0;
        max-width: 730px; } }
  .header .container {
    padding-top: 10px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px; }
    @media (min-width: 768px) {
        .header .container {
            gap: 20px; }
    }
    @media (min-width: 1200px) {
      .header .container {
        padding-top: 45px;
        padding-bottom: 14px;
        gap: 15px;
        position: relative; } }
    @media (min-width: 1440px) {
      .header .container {
        gap: 24px;
        padding-right: 150px;
        padding-bottom: 17px; } }
    .header .container:after {
      display: none; }
      @media (min-width: 1200px) {
        .header .container:after {
          display: block;
          content: '';
          position: absolute;
          bottom: 0;
          left: 60px;
          right: 60px;
          height: 1px;
          background: #fff; } }
  .header .logo {
    display: flex;
    align-items: center;
    width: 106px;
    height: 97px;
    position: relative;
    z-index: 10; }
    @media (min-width: 1200px) {
      .header .logo {
        width: 94px;
        height: 86px;
        margin-top: -10px;
        margin-left: auto; } }/*
    @media (min-width: 1440px) {
      .header .logo {
        margin-left: 50px; } }*/
    .header .logo a {
      display: block;
      font-size: 0; }
  .header .hamburger {
    order: 10;
    position: relative;
    z-index: 10; }
    @media (min-width: 1200px) {
      .header .hamburger {
        order: inherit; } }
    @media (min-width: 1440px) {
      .header .hamburger {
        margin-left: 5px; } }
  .header .header-navigation {
    display: none; }
    @media (min-width: 1200px) {
      .header .header-navigation {
        display: flex;
        align-items: center;
        list-style-type: none;
        padding: 0;
        margin: 0 auto;
        gap: 20px; } }
    @media (min-width: 1440px) {
        .header .header-navigation {
          gap: 32px; } }
    @media (min-width: 1620px) {
      .header .header-navigation {
        gap: 60px; } }
    .header .header-navigation a {
      font-size: 17px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 600;
      text-decoration: none;
      white-space: nowrap;
      position: relative; }
      .header .header-navigation a:hover:after {
        left: 0;
        width: 100%; }
      .header .header-navigation a:after {
        content: '';
        position: absolute;
        bottom: -2px;
        height: 2px;
        right: 0;
        width: 0;
        background: currentColor;
        transition: 0.3s; }
  .header .search-holder {
    display: none; }
    @media (min-width: 1200px) {
      .header .search-holder {
        display: block;
        position: relative; } }
    .header .search-holder .search-opener {
      width: 25px;
      height: 25px;
      border: none;
      padding: 0;
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      background-image: url("./images/search.png"); }
    .header .search-holder .search-form {
      position: absolute;
      z-index: 10;
      top: calc(100% + 10px);
      left: 0;
      background: #133b72;
      border-top: 2px solid #fff;
      padding: 15px 20px;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s; }
      .header .search-holder .search-form .search-field {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        font-weight: 400;
        height: 40px;
        padding-right: 50px;
        width: 260px; }
        .header .search-holder .search-form .search-field::-webkit-input-placeholder {
          color: #fff; }
        .header .search-holder .search-form .search-field::-moz-placeholder {
          opacity: 1;
          color: #fff; }
        .header .search-holder .search-form .search-field:-moz-placeholder {
          color: #fff; }
        .header .search-holder .search-form .search-field:-ms-input-placeholder {
          color: #fff; }
        .header .search-holder .search-form .search-field.placeholder {
          color: #fff; }
      .header .search-holder .search-form .search-submit {
        width: 40px;
        height: 40px;
        border: none;
        padding: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 50% 50%;
        background-image: url("./images/search.png");
        font-size: 0;
        position: absolute;
        top: 15px;
        right: 20px; }
  .header .header-weather-holder {
    display: flex;
    align-items: flex-end;/*
    margin: 0 auto 0 0;*/ }
    @media (min-width: 768px) {
        .header .header-weather-holder {
          gap: 8px; } }
    @media (min-width: 1200px) {
      .header .header-weather-holder {
        margin: 0;
        gap: 0; } }
    @media (max-width: 767px) {
        .header .header-weather-holder {
            flex-direction: column-reverse;
            justify-content: stretch;
            align-items: center;
            gap: 5px;
            width: calc(100% - 120px);
            text-align: center;
        } }
    .header .header-weather-holder .header-weather-location {
        width: 100%;
        max-width: 100% !important;
      font-size: 13px;
      font-weight: 500;
      color: #fff;
    /*  margin-right: 5px;*/ }
      @media (min-width: 1200px) {
        .header .header-weather-holder .header-weather-location {
          font-size: 17px; } }
    .header .header-weather-holder .header-weather-location form {
        width: 100%;
    }
    .header .header-weather-holder .header-weather-location form select {
        max-width: 100% !important;
        padding-right: 18px;
    }
    @media (min-width: 1200px) {
        .header .header-weather-holder .header-weather-location form select {
        max-width: 120px !important; }
    }
    .header .header-weather-display {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    @media (max-width: 767px) {
        .header .header-weather-display {
            gap: 4px; }
    }
    .header .header-weather-holder .header-weather-icon {
      width: 36px;
      height: 26px; }
      @media (min-width: 1200px) {
        .header .header-weather-holder .header-weather-icon {
          width: 48px;
          height: 34px;
          margin-top: -12px; } }
      .header .header-weather-holder .header-weather-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .header .header-weather-holder .header-weather-temperature {
      font-size: 13px;
      font-weight: 500;
      color: #fff; }
      @media (min-width: 1200px) {
        .header .header-weather-holder .header-weather-temperature {
          font-size: 17px; } }
  .header .ntv-plus-logo-holder {
    display: none; }
    @media (min-width: 1200px) {
      .header .ntv-plus-logo-holder {
        position: relative;
        display: flex;
        align-items: center;
        width: 118px;
        height: 86px;
        margin-top: -10px; } }
    .header .ntv-plus-logo-holder a {
      position: relative;
      display: block;
      font-size: 0;
      z-index: 8; }
      .header .header-weather-holder .header-weather-location option {
        color: #000 !important;
        font-size: 16px !important;
      }
    .header .ntv-plus-logo-holder a.btn-viewlive {
        display: block;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        height: auto;
        padding: 4px 6px;
        color: #fff;
        font:500 12px/1 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        text-align: right;
        text-decoration: none;
        white-space: nowrap;
        background: rgba(0, 174, 239, .75);
        border-radius: 8px;
        z-index: 14;
    }
    .header .ntv-plus-logo-holder a.btn-viewlive:after {
        content: '';
        display: inline-block;
        position: relative;
        width: 7px;
        height: 7px;
        margin-left: 5px;
        border-radius: 50%;
        background: #68f97b;
    }
    @media (min-width: 1440px) {
        .header .ntv-plus-logo-holder a.btn-viewlive {
            top: 40%;
            left: -10px;
            right: -95px;
            height: 25px;
            padding: 5px 10px;
            font-size: 14px;
            line-height: 15px;
            text-align: right;
            background: #00aeef;
            z-index: 4;
        }
    }

.side-nav-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(8, 8, 7, 0.9);
  color: #fff;
  padding: 200px 0 60px 20px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }
  @media (min-width: 1200px) {
    .side-nav-panel {
      z-index: 100;
      width: 560px;
      padding: 200px 0 110px 80px; } }
  .is-active .side-nav-panel {
    opacity: 1;
    visibility: visible; }
  .side-nav-panel.search-active .search-holder .search-opener {
    opacity: 0;
    visibility: hidden; }
  .side-nav-panel.search-active .search-holder .search-form {
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible; }
  .side-nav-panel:after {
    content: '';
    position: absolute;
    bottom: 46px;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(rgba(8, 8, 7, 0), #080807);
    pointer-events: none; }
    @media (min-width: 1200px) {
      .side-nav-panel:after {
        bottom: 90px;
        height: 120px; } }
  .side-nav-panel .logo {
    display: none; }
    @media (min-width: 1200px) {
      .side-nav-panel .logo {
        display: block;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 144px;
        height: 130px;
        margin: 0; } }
  .side-nav-panel .search-holder {
    display: block;
    margin-bottom: 25px;
    position: relative; }
    @media (min-width: 1200px) {
      .side-nav-panel .search-holder {
        margin-bottom: 35px; } }
    .side-nav-panel .search-holder .search-opener {
      width: 24px;
      height: 24px; }
      @media (min-width: 1200px) {
        .side-nav-panel .search-holder .search-opener {
          width: 32px;
          height: 32px; } }
    .side-nav-panel .search-holder .search-form {
      top: 0;
      left: 0;
      padding: 0;
      background: transparent;
      right: 40px;
      border-top: none; }
      .side-nav-panel .search-holder .search-form label {
        display: block;
        width: 100%; }
      .side-nav-panel .search-holder .search-form .search-field {
        width: 100%; }
      .side-nav-panel .search-holder .search-form .search-submit {
        top: 0;
        right: 0; }
  .side-nav-panel .flyout-nav-wrapper {
    flex-grow: 3;
    overflow-y: auto;
    padding-right: 20px; }
    @media (min-width: 1200px) {
      .side-nav-panel .flyout-nav-wrapper {
        padding-right: 40px; } }
    .side-nav-panel .flyout-nav-wrapper ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .side-nav-panel .flyout-nav-wrapper .flyout-navigation {
      padding-bottom: 60px; }
      @media (min-width: 1200px) {
        .side-nav-panel .flyout-nav-wrapper .flyout-navigation {
          padding-bottom: 80px; } }
      .side-nav-panel .flyout-nav-wrapper .flyout-navigation > li {
        margin-bottom: 25px; }
        @media (min-width: 1200px) {
          .side-nav-panel .flyout-nav-wrapper .flyout-navigation > li {
            margin-bottom: 45px; } }
        .side-nav-panel .flyout-nav-wrapper .flyout-navigation > li:last-child {
          margin-bottom: 0; }
        .side-nav-panel .flyout-nav-wrapper .flyout-navigation > li > a {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 18px;
          color: #fff;
          text-decoration: none; }
          @media (min-width: 1200px) {
            .side-nav-panel .flyout-nav-wrapper .flyout-navigation > li > a {
              font-size: 22px; } }
          .side-nav-panel .flyout-nav-wrapper .flyout-navigation > li > a:hover {
            text-decoration: underline; }
      .side-nav-panel .flyout-nav-wrapper .flyout-navigation ul {
        padding-top: 10px; }
        .side-nav-panel .flyout-nav-wrapper .flyout-navigation ul li {
          margin-bottom: 10px; }
          .side-nav-panel .flyout-nav-wrapper .flyout-navigation ul li:last-child {
            margin-bottom: 0; }
        .side-nav-panel .flyout-nav-wrapper .flyout-navigation ul a {
          color: #fff;
          text-decoration: none;
          font-size: 16px;
          font-weight: 400;
          text-transform: uppercase; }
          @media (min-width: 1200px) {
            .side-nav-panel .flyout-nav-wrapper .flyout-navigation ul a {
              font-size: 20px; } }
          .side-nav-panel .flyout-nav-wrapper .flyout-navigation ul a:hover {
            text-decoration: underline; }
  .side-nav-panel .contact-button-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0; }
    .side-nav-panel .contact-button-holder .btn, .side-nav-panel .contact-button-holder .error404 #content .search-form .search-submit, .error404 #content .search-form .side-nav-panel .contact-button-holder .search-submit {
      width: 100%; }
      @media (min-width: 1200px) {
        .side-nav-panel .contact-button-holder .btn, .side-nav-panel .contact-button-holder .error404 #content .search-form .search-submit, .error404 #content .search-form .side-nav-panel .contact-button-holder .search-submit {
          height: 90px;
          font-size: 25px;
          padding: 32px 30px; } }

.footer {
  padding: 40px 0 80px;
  background: #373636;
  color: #fff;
  position: relative;
  line-height: 1.13;
  font-size: 16px; }
  @media (min-width: 1200px) {
    .footer {
      padding: 80px 0 190px;
      font-size: 18px; } }
  .footer:after {
    content: '';
    position: absolute;
    inset: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("./images/footer-bg.jpg");
    opacity: 0.15;
    z-index: 1; }
  .footer .container {
    position: relative !important;
    z-index: 10; }
    @media (min-width: 1024px) {
      .footer .container {
        display: flex; } }
    .footer .container:after {
      display: none; }
  .footer .footer-widgets {
    margin-bottom: 58px; }
    @media (min-width: 768px) {
      .footer .footer-widgets {
        display: flex;
        gap: 20px; } }
    @media (min-width: 1024px) {
      .footer .footer-widgets {
        width: 66%;
        margin-bottom: 0;
        gap: 80px; } }
    .footer .footer-widgets .widget {
      margin-bottom: 38px; }/*
      @media (min-width: 768px) {
        .footer .footer-widgets .widget {
          width: calc(50% - 10px);
          margin-bottom: 0; } }*/
      @media (min-width: 1200px) {
        .footer .footer-widgets .widget {
          width: calc(50% - 40px); } }
      .footer .footer-widgets .widget:last-child {
        margin-bottom: 0; }
    .footer .footer-widgets h3 {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 19px;
      margin-bottom: 10px;
      color: #fff; }
      @media (min-width: 1200px) {
        .footer .footer-widgets h3 {
          font-size: 26px;
          margin-bottom: 15px; } }
    .footer .footer-widgets p {
      margin-bottom: 12px;
      max-width: 350px; }
      @media (min-width: 1200px) {
        .footer .footer-widgets p {
          margin-bottom: 19px; } }
    .footer .footer-widgets a {
      color: #fff; }
  .footer .gform-theme form {
    max-width: 438px; }
    .footer .gform-theme form .gform-body .gfield input {
      height: 34px;
      background: #ffc40c;
      border-color: #ffc40c; }
      @media (min-width: 1200px) {
        .footer .gform-theme form .gform-body .gfield input {
          height: 46px; } }
    .footer .gform-theme form .gform_footer,
    .footer .gform-theme form .gform_page_footer {
      height: 34px !important; }
      @media (min-width: 1200px) {
        .footer .gform-theme form .gform_footer,
        .footer .gform-theme form .gform_page_footer {
          height: 46px !important; } }
  .footer .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style-type: none;
    padding: 0;
    margin: 17px 0 0; }
    @media (min-width: 1200px) {
      .footer .social-links {
        gap: 20px;
        margin-top: 25px; } }
    .footer .social-links a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25px;
      height: 25px;
      border-radius: 4px;
      font-size: 18px;
      line-height: 1;
      border: 1px solid currentColor;
      text-decoration: none;
      color: #fff; }
      @media (min-width: 1200px) {
        .footer .social-links a {
          width: 36px;
          height: 36px;
          font-size: 28px; } }
      .footer .social-links a i {
        position: relative;
        transform: translateY(1px); }
      .footer .social-links a:hover {
        color: #ffc40c; }
  @media (min-width: 1024px) {
    .footer .footer-bottom {
      width: 34%;
      padding-left: 20px; } }
  .footer .footer-logos {
    display: grid;
    grid-template-columns: 105px 75px 95px;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
    max-width: 320px;
    margin: 0 0 23px auto; }
    @media (min-width: 1024px) {
      .footer .footer-logos {
        justify-content: end;
        max-width: none; } }
    @media (min-width: 1200px) {
      .footer .footer-logos {
        margin-bottom: 47px; } }
    @media (min-width: 1625px) {
      .footer .footer-logos {
        gap: 40px;
        grid-template-columns: 163px 117px 146px; } }
    .footer .footer-logos a {
      display: block; }
    .footer-bottom p {
        text-align: right;
    }
  .footer-bottom p > a {
    color: #fff;
  }
  .footer .copyright {
    text-align: right;
    margin: 0; }
    @media (min-width: 1200px) {
      .footer .copyright {
        font-size: 20px; } }

/* Social removed edit */
#social-media-links-2 { display: none !important; }

@media (min-width: 1024px) {
  .footer .footer-widgets .widget {
    width: calc(50% - 10px); }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #footer .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: 20px;
    }
    .footer .footer-widgets .widget {
        margin-bottom: 0; }
}
/* Social removed edit */

.page-holder {
  position: relative;
  overflow: hidden; }

.container {
  position: relative;
  width: 100%;
  max-width: 1625px;
  padding: 0 20px;
  margin: 0 auto; }
  .category .container,
  .single-post .container,
  .wp-singular .container {
    position: static;
  }
  .container:after {
    content: '';
    display: block;
    clear: both; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 20px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 20px;
    width: calc(120% + 40px); }
@media (min-width: 1024px) {
    .container,
    .container > p.alignfull,
    .container > h1.alignfull,
    .container > h2.alignfull,
    .container > h3.alignfull,
    .container > h4.alignfull,
    .container > h5.alignfull,
    .container > h6.alignfull { 
        padding-inline: 30px; }
    .container > p.alignwide,
    .container > h1.alignwide,
    .container > h2.alignwide,
    .container > h3.alignwide,
    .container > h4.alignwide,
    .container > h5.alignwide,
    .container > h6.alignwide {
        padding-inline: 30px;
        width: calc(120% + 60px); }
}
@media (min-width: 1200px) {
    .container,
    .container > p.alignfull,
    .container > h1.alignfull,
    .container > h2.alignfull,
    .container > h3.alignfull,
    .container > h4.alignfull,
    .container > h5.alignfull,
    .container > h6.alignfull { 
        padding-inline: 60px; }
    .container > p.alignwide,
    .container > h1.alignwide,
    .container > h2.alignwide,
    .container > h3.alignwide,
    .container > h4.alignwide,
    .container > h5.alignwide,
    .container > h6.alignwide {
      padding: 0 60px;
      width: calc(120% + 120px); }
}

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

.bg-page-holder {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50px;
  right: -50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 200px;
  overflow: hidden;
  border-radius: 0 0 50% 50% / 0 0 50px 50px; }
  @media (min-width: 1200px) {
    .bg-page-holder {
      height: 450px;
      left: -160px;
      right: -160px;
      border-radius: 0 0 50% 50% / 0 0 360px 360px; } }
  .home .bg-page-holder {
    height: 350px; }
    @media (min-width: 768px) {
      .home .bg-page-holder {
        height: 200px; } }
    @media (min-width: 1200px) {
      .home .bg-page-holder {
        height: 926px;
        left: -200px;
        right: -200px;/*
        border-radius: 0 0 50% 50% / 0 0 400px 400px;*/ } }
    @media (min-width: 1400px) {
        .home .bg-page-holder {
          height: 990px; } }
    @media (min-width: 1600px) {
        .home .bg-page-holder {
          height: 1040px; } }
  .bg-page-holder:after {
    content: '';
    position: absolute;
    inset: 0;
    background: #2d4b95;
    opacity: 0.75; }

.search #main {
  margin-bottom: 50px; }

.error404 #content {
  margin-bottom: 50px; }
  .error404 #content .container {
    max-width: 1200px; }
  .error404 #content .search-form {
    display: flex;
    gap: 20px;
    flex-direction: column; }
    @media (min-width: 480px) {
      .error404 #content .search-form {
        align-items: center;
        flex-direction: row; } }
    .error404 #content .search-form label {
      display: block;
      width: 100%; }
    .error404 #content .search-form .search-field {
      height: 46px;
      width: 100%; }
    .error404 #content .search-form .search-submit {
      flex-shrink: 0; }

.navigation {
  margin: 50px 0; }
  .navigation .nav-links {
    display: flex;
    align-items: center;
    gap: 20px; }
    .navigation .nav-links .page-numbers {
      font-size: 18px;
      color: #133b72;
      text-decoration: none; }
      .navigation .nav-links .page-numbers:hover {
        color: #ffc40c; }
      .navigation .nav-links .page-numbers.current {
        font-weight: 700; }
      .navigation .nav-links .page-numbers.next, .navigation .nav-links .page-numbers.prev {
        background: transparent;
        padding: 0; }

.page-content {
  padding-bottom: 50px; }
  @media (min-width: 768px) {
  .single-post .page-content {
    margin-block: 0;
    padding-bottom: 95px;
  } }
  @media (min-width: 1280px) {
    .single-post .page-content {
      margin-top: -15px;
    }
  }

.single #content .wp-block-columns {
  margin-block: 35px;
}
.single #content a {
  color: #133b72; }

.btn, .error404 #content .search-form .search-submit,
.form-submit .submit {
  background: #ffc40c;
  color: #000;
  border-radius: 0;
  padding: 15px 15px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border: none;
  transition: 0.3s; }
  .btn:hover, .error404 #content .search-form .search-submit:hover,
  .form-submit .submit:hover {
    background: #00aef0;
    color: #fff; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.resize-active * {
  transition: none !important; }

/*# sourceMappingURL=style.css.map */

.page-title-holder {
  position: static;
  margin: 20px 0; }
  @media (min-width: 768px) {
    .page-title-holder {
      margin: 40px 0 20px; } }
  .page-description {
    max-width: 840px; }
  @media (min-width: 1200px) {
    .page-title-holder {
      margin: 80px 0 15px;
      display: flex;
      align-items: center;
      gap: 35px; }
      .page-title-holder.direction-column {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px; }
      .page-description {
        font-size: 17px;
        line-height: 1.25; } }
  .page-title-holder .bg-title {
    display: none; }
    @media (min-width: 768px) {
      .page-title-holder .bg-title {
        position: absolute;
        z-index: -1;
    /*    left: -20px; */
        left: -5px;
        top: -20px;
		    transform: translateY(calc((95px - 10vw)/2));
    /*    font-size: 82px;*/
        font-size: 10vw;
        line-height: 0.8;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        display: block;
        text-shadow: 1px 0 rgba(19, 59, 114, 0.2), 0 1px rgba(19, 59, 114, 0.2), -1px 0 rgba(19, 59, 114, 0.2), 0 -1px rgba(19, 59, 114, 0.2); } }
    @media (min-width: 1200px) {
      .page-title-holder .bg-title {
    /*    font-size: 241px;*/
        top: -70px;
		transform: translateY(calc((225px - 10vw)/2));
    /*    left: -30px;*/ } }
    @media (min-width: 1665px) {
      .page-title-holder .bg-title {
    /*    left: -40px;*/ } }
    @media (min-width: 1920px) {
      .page-title-holder .bg-title {
    /*    left: -170px;*/ } }
  .page-title-holder .page-title {
    margin: 0 0 1.75%;
    text-transform: uppercase;
    color: #000;/*
    color: #133b72;*/ }
    @media (min-width: 1200px) {
        .page-title-holder .page-title { margin: 0; }}
.full-bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -500px;
  right: -500px;
  height: 100%;
  z-index: -1;
}
.full-bg.bg-lightblue:after {
  background-color: #d4f3ff;
}
.full-bg.bg-gradient-blue:after {
  background: linear-gradient(to bottom,  rgba(212,243,255,1) 0%,rgba(212,243,255,0) 100%);
}

.col-contact {
  padding: 20px;
}
.col-contact h4 {
  margin-top: 24px;
}
.col-contact a {
  color: #083881;
}
@media (min-width: 1200px) {
  .col-contact {
    padding: 30px;
  }
  .col-contact h4 {
    margin-top: 32px;
  }
}

.table-container {
  position: relative;
  width: 100%;
  overflow-x: scroll;
}
.table-container table {
  min-width: 600px;
}
.weather-row article {
  flex-basis: calc(50% - 20px);
}
.main-temp {
  color: #133b72;
  font-size: 1.5rem;
  font-weight: 900;
}
.sub-temp {
  color: #666;
  font-size: .75rem;
}
@media (min-width: 768px) {
  .main-temp {
    font-size: 2.5rem;
  }
  .sub-temp {
    font-size: 1.1rem;
  }
}
@media (min-width: 1024px) {
  table .wide-padding {
    padding-right: 40px;
  }
}