/*
  Theme Name: MyTexasFFA
  Author: Anonymous
  Author URI:
  Version: 1
  Description: MyTexasFFA theme for Wordpress
  License: GNU General Public License v2 or later
  License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  Text Domain: mytexasffa
  Tags: one-column, two-columns
  */
/*! 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 {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

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

.hamburger-box {
  width: 32px;
  height: 19px;
  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: 32px;
    height: 3px;
    background-color: #000;
    border-radius: 0;
    position: absolute; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger-inner::after {
    bottom: -8px;
    top: 16px;
    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: #AB0B0B; }

.is-active .hamburger .hamburger-inner {
  transform: translate3d(0, 8px, 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, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

.post-hero .post-categories, .accordion .ac .ac-panel, .accordion .is-active.ac .ac-panel, .navbar-holder .contact-list, .main-nav .drop.lg .menu,
.main-nav .drop.lg ul, .sub-nav, .footer .contact-list, .card .categories {
  margin: 0;
  padding: 0;
  list-style: none; }

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, a, .btn.btn-link::after, .accordion.programs .ac-trigger:before, .header, .navbar-holder, .nav-opener span, .nav-opener::before, .nav-opener::after, .jcf-select .jcf-select-opener, .posts-actions div.heateor_sss_follow_icons_container svg path,
.posts-actions div.heateor_sss_sharing_container svg path, .posts-actions .heateor_sss_horizontal_sharing .heateor_sss_svg, .posts-actions div.heateor_sss_follow_ul a,
.posts-actions div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a, .ajax-filter-posts .post-search-holder, .ajax-filter-posts .post-search-holder input {
  transition: all 0.3s ease-in-out; }

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

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

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

th, td {
  border: 1px solid #e6e6e6;
  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'], .wpcf7-form-control, textarea textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #f6f5f3;
  padding: 10px 20px;
  background-color: #f6f5f3;
  min-height: 50px;
  line-height: 1; }
  @media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'], .wpcf7-form-control, textarea textarea {
      padding: 10px 30px;
      min-height: 60px; } }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus, .wpcf7-form-control:focus, textarea textarea: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, .wpcf7-form-control::-webkit-input-placeholder, textarea textarea::-webkit-input-placeholder {
    color: #ada9a9;
    color: #284834;
    font-size: 14px; }
  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, .wpcf7-form-control::-moz-placeholder, textarea textarea::-moz-placeholder {
    opacity: 1;
    color: #ada9a9;
    color: #284834;
    font-size: 14px; }
  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, .wpcf7-form-control:-moz-placeholder, textarea textarea:-moz-placeholder {
    color: #ada9a9;
    color: #284834;
    font-size: 14px; }
  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, .wpcf7-form-control:-ms-input-placeholder, textarea textarea:-ms-input-placeholder {
    color: #ada9a9;
    color: #284834;
    font-size: 14px; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder, .wpcf7-form-control.placeholder, textarea textarea.placeholder {
    color: #ada9a9;
    color: #284834;
    font-size: 14px; }
  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, .wpcf7-form-control::-webkit-input-placeholder, textarea textarea::-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, .wpcf7-form-control::-moz-placeholder, textarea textarea::-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, .wpcf7-form-control:-moz-placeholder, textarea textarea:-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, .wpcf7-form-control:-ms-input-placeholder, textarea textarea:-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, .wpcf7-form-control:focus::-webkit-input-placeholder, textarea textarea: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, .wpcf7-form-control:focus::-moz-placeholder, textarea textarea: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, .wpcf7-form-control:focus:-moz-placeholder, textarea textarea: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, .wpcf7-form-control:focus:-ms-input-placeholder, textarea textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  input[type='text'].form-control-underline,
  input[type='tel'].form-control-underline,
  input[type='email'].form-control-underline,
  input[type='search'].form-control-underline,
  input[type='password'].form-control-underline, .wpcf7-form-control.form-control-underline, textarea textarea.form-control-underline {
    background-color: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    padding-left: 0; }
    input[type='text'].form-control-underline::placeholder,
    input[type='tel'].form-control-underline::placeholder,
    input[type='email'].form-control-underline::placeholder,
    input[type='search'].form-control-underline::placeholder,
    input[type='password'].form-control-underline::placeholder, .wpcf7-form-control.form-control-underline::placeholder, textarea textarea.form-control-underline::placeholder {
      color: #fff; }

select {
  -webkit-border-radius: 0;
  background-color: #fff; }

.wpcf7-form .wpcf7-submit {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #fff; }

textarea {
  resize: vertical;
  vertical-align: top; }
  textarea.form-control {
    min-height: 245px; }

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

@media (min-width: 768px) {
  .form-group p {
    margin-bottom: 24px; } }

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

.commentlist {
  margin: 0 0 1.5625em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.5625em 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.5625em; }

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

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

.navigation,
.navigation-comments {
  margin-bottom: 1.5625em;
  position: relative;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .navigation,
    .navigation-comments {
      padding-top: 50px; } }
  @media (min-width: 992px) {
    .navigation,
    .navigation-comments {
      padding-top: 70px; } }
  .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;
    max-width: none !important;
    font-weight: 500; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
    .navigation .page-numbers:hover,
    .navigation-comments .page-numbers:hover {
      text-decoration: underline; }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    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.5625em; }
  .navigation-single .next,
  .navigation-single .prev {
    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.5625em;
  border: 1px solid #e6e6e6;
  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.5625em; }

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

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

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

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

.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 #e6e6e6; }

.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; }

/*
  Basic typography style for copy text
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #284834;
  font-family: "Noto Serif", Arial, "Noto Sans", serif;
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 400; }

/*
  Basic styles for links
*/
a {
  color: #ebb049;
  text-decoration: none; }
  a:hover {
    color: #ebaf46;
    text-decoration: none; }

ul,
ol,
dl,
p {
  margin: 0 0 1rem; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Outfit", Arial, "Noto Sans", sans-serif; }

h1,
.h1 {
  font-size: 50px; }
  @media (min-width: 992px) {
    h1,
    .h1 {
      font-size: 70px !important;
      margin-bottom: 30px; } }

h2,
.h2 {
  font-size: 30px;
  line-height: 0.9;
  font-weight: 500;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    h2,
    .h2 {
      font-size: 42px !important; } }

h4,
.h4 {
  font-size: 28px;
  font-weight: 400; }
  @media (min-width: 992px) {
    h4,
    .h4 {
      font-size: 30px !important; } }

@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.woff?pjf0ro") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^='icon-'],
[class*=' icon-'],
.main-nav > li.has-drop > a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-circle-arrow-right:before {
  content: "\e901"; }

.icon-circle-arrow-left:before {
  content: "\e902"; }

.icon-circle-arrow-right-sm:before {
  content: "\e904"; }

.icon-circle-arrow-left-sm:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-linkedin:before {
  content: "\eaca"; }

.icon-search:before {
  content: "\e903"; }

.btn {
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 12px 15px 9px;
  min-width: 165px;
  border-radius: 0;
  border-radius: 4px;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold; }
  @media (min-width: 992px) {
    .btn {
      padding: 17px 20px 13px;
      min-width: 200px; } }
  .btn.btn-outline-light {
    border-width: 2px;
    border-radius: 4px; }
    .btn.btn-outline-light:hover {
      color: #284834; }
  .btn.btn-secondary {
    background-color: #ebb049;
    color: #284834;
    border-color: #ebb049;
    border-radius: 4px; }
    .btn.btn-secondary:hover {
      background-color: #e69c1b;
      border-color: #e69c1b; }
  .btn.btn-light {
    color: #284834; }
  .btn.btn-outline-primary {
    border-color: #284834;
    color: #284834;
    border-width: 2px;
    border-radius: 4px; }
    .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
      background-color: #284834;
      color: #fff;
      border-color: #284834; }
  .btn.btn-link {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 20px 15px 0;
    position: relative;
    color: #284834;
    line-height: 1;
    letter-spacing: 1px;
    text-align: left; }
    .btn.btn-link.btn-arrow-right {
      padding-left: 0;
      padding-right: 20px; }
      .btn.btn-link.btn-arrow-right [class^="icon-"],
      .btn.btn-link.btn-arrow-right [class*=" icon-"] {
        right: 0;
        left: auto; }
    .btn.btn-link.btn-arrow-left {
      padding-right: 0;
      padding-left: 20px; }
      .btn.btn-link.btn-arrow-left [class^="icon-"],
      .btn.btn-link.btn-arrow-left [class*=" icon-"] {
        left: 0;
        right: auto; }
    .btn.btn-link::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 1px;
      right: 10px;
      border-bottom: 1px solid #ebb049; }
    .btn.btn-link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 42%;
      border-bottom: 3px solid currentColor; }
    .btn.btn-link:hover::after {
      width: calc(100% - 10px); }
    .btn.btn-link [class^="icon-"],
    .btn.btn-link [class*=" icon-"] {
      font-size: 12px;
      position: absolute;
      right: 0;
      top: calc(50% - 7px);
      transform: translateY(-50%);
      color: #ebb049; }
  .btn.btn-red-brand {
    background-color: #b3311d;
    color: #fff;
    border-color: #b3311d;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: "Outfit", Arial, "Noto Sans", sans-serif;
    font-weight: 600; }
    .btn.btn-red-brand:hover {
      background-color: #872516;
      border-color: #872516; }
    .bg-primary .btn.btn-red-brand:hover,
    .bg-secondary .btn.btn-red-brand:hover {
      background-color: #fff;
      border-color: #fff;
      color: #b3311d; }
    .btn.btn-red-brand.hover-primary:hover {
      background-color: #284834;
      border-color: #284834;
      opacity: 1; }
  .btn.btn-text-only {
    background-color: transparent;
    color: #fff;
    border-color: transparent;
    text-transform: uppercase;
    font-family: "Outfit", Arial, "Noto Sans", sans-serif;
    font-weight: 600; }
    .btn.btn-text-only:hover {
      opacity: 0.7; }
  .btn.btn-card {
    color: #b3311d !important;
    padding: 0;
    min-width: 0;
    text-transform: uppercase;
    font-family: "Outfit", Arial, "Noto Sans", sans-serif; }
    .btn.btn-card:hover {
      color: #284834 !important; }
  .btn.btn-rounded {
    border-radius: 50px; }
  .btn.btn-outfit {
    font-family: "Outfit", Arial, "Noto Sans", sans-serif; }
  .btn.white {
    color: #fff !important; }
    .btn.white:hover {
      color: #b3311d !important; }

body {
  background-color: #fff; }
  @media (min-width: 768px) {
    body {
      font-size: 18px;
      line-height: 1.45; } }
  body.category {
    background-color: #f6f5f3; }
    @media (min-width: 1200px) {
      body.category .container-fluid {
        padding: 0 120px; } }
    body.category .row > div {
      padding-bottom: 30px; }
  body.nav-active {
    overflow: hidden; }
    body.nav-active .navbar-holder {
      opacity: 1;
      visibility: visible; }

.wrapper {
  width: 100%;
  position: relative;
  overflow: clip; }

.posts-more {
  padding-top: 40px; }
  @media (min-width: 992px) {
    .posts-more {
      padding-top: 70px; } }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }
  @media (min-width: 1366px) {
    .container {
      padding: 0 120px;
      max-width: none; } }
  .container.container-lg {
    max-width: calc(1251px + 3rem); }

img {
  max-width: 100%; }

.container-fluid {
  padding: 0 30px; }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-left: 90px;
      padding-right: 90px; } }
  @media (min-width: 1200px) {
    .container-fluid.indent-lg {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 1200px) {
    .container-fluid.indent-xl {
      padding-left: 130px;
      padding-right: 130px; } }
  @media (min-width: 1200px) {
    .container-fluid.indent-sm {
      padding-left: 245px;
      padding-right: 245px; } }
  @media (min-width: 1200px) {
    .container-fluid.indent-md {
      padding-left: 110px;
      padding-right: 110px; } }

.post-hero {
  padding-top: 150px;
  position: relative;
  margin-top: 71px; }
  @media (min-width: 768px) {
    .post-hero {
      padding-top: 100px; } }
  @media (min-width: 992px) {
    .post-hero {
      padding-top: 127px;
      margin-top: 126px; } }
  .post-hero:before {
    content: "";
    width: 100%;
    height: 24%;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #f6f5f3; }
  .post-hero .post-title {
    text-align: center;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .post-hero .post-title {
        margin-bottom: 90px; } }
  .post-hero .post-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px; }
    .post-hero .post-categories li {
      padding: 0 10px 7px; }
    .post-hero .post-categories .category {
      display: block;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 4px; }
      @media (min-width: 992px) {
        .post-hero .post-categories .category {
          letter-spacing: 4px; } }
      @media (min-width: 992px) {
        .post-hero .post-categories .category {
          letter-spacing: 5.3px; } }

.post-content {
  background-color: #f6f5f3;
  line-height: 1.55;
  padding-top: 40px; }
  @media (min-width: 768px) {
    .post-content {
      padding-top: 78px;
      padding-bottom: 100px; } }
  @media (min-width: 992px) {
    .post-content {
      padding-bottom: 153px;
      position: relative;
      z-index: 5; } }
  .post-content .container {
    max-width: 1136px; }
  .post-content p {
    margin-bottom: 27px; }

.post-image {
  position: relative;
  z-index: 6;
  text-align: center; }
  .post-image img {
    height: auto; }

.bg-primary-half {
  position: relative;
  background-color: #f6f5f3; }
  .bg-primary-half:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-color: #284834; }

.content-section {
  padding: 180px 0 100px; }
  @media (min-width: 992px) {
    .content-section {
      padding: 253px 0 140px; } }
  .content-section .title {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .content-section .title {
        margin-bottom: 35px; } }
  @media (min-width: 1200px) {
    .content-section .container-fluid {
      padding-left: 145px;
      padding-right: 145px; } }
  .content-section h1 {
    margin-bottom: 30px; }
  .content-section .text-holder {
    max-width: 900px; }
    .content-section .text-holder .text {
      margin-bottom: 51px; }

.bg-light {
  background-color: #f6f5f3 !important; }

.bg-secondary {
  background-color: #16322c !important;
  color: #fff; }

.bg-primary {
  background-color: #284834 !important;
  color: #fff; }
  .bg-primary a,
  .bg-primary .btn {
    color: #fff; }
    .bg-primary a.btn-link i,
    .bg-primary .btn.btn-link i {
      color: #fff; }
  .bg-primary .navigation-holder .swiper-button-prev,
  .bg-primary .navigation-holder .swiper-button-next {
    color: #b3311d; }
  .bg-primary .navigation-holder .swiper-scrollbar-drag {
    background-color: #fff; }

.navigation-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 833px;
  margin: 0 auto;
  padding: 0 10px 20px;
  position: relative; }
  @media (min-width: 768px) {
    .navigation-holder {
      padding-bottom: 20px; } }
  .navigation-holder .swiper-scrollbar {
    background-color: #b3311d; }
    .navigation-holder .swiper-scrollbar.swiper-scrollbar-horizontal {
      height: 2px;
      width: 70%;
      max-width: 675px;
      left: 50%;
      transform: translateX(-50%);
      bottom: 34px; }
  .navigation-holder .swiper-button-next,
  .navigation-holder .swiper-button-prev {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    color: #284834;
    font-size: 26px;
    margin-top: 0;
    position: static;
    font-weight: bold; }
    @media (min-width: 768px) {
      .navigation-holder .swiper-button-next,
      .navigation-holder .swiper-button-prev {
        font-size: 32px; } }
    .navigation-holder .swiper-button-next i,
    .navigation-holder .swiper-button-prev i {
      font-weight: bold; }
    .navigation-holder .swiper-button-next.swiper-button-disabled,
    .navigation-holder .swiper-button-prev.swiper-button-disabled {
      display: none !important; }
    .navigation-holder .swiper-button-next:after,
    .navigation-holder .swiper-button-prev:after {
      display: none; }
  .navigation-holder .swiper-scrollbar-drag {
    background-color: #16322c; }

.counter-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .counter-list {
      justify-content: center; } }
  .counter-list strong {
    font-size: 56px;
    font-family: "Noto Serif", Arial, "Noto Sans", serif;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 7px; }
    @media (min-width: 768px) {
      .counter-list strong {
        font-size: 70px; } }
    @media (min-width: 992px) {
      .counter-list strong {
        font-size: 76px; } }
  .counter-list li {
    padding: 0 24px 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .counter-list li {
        width: 33.332%; } }
    @media (min-width: 992px) {
      .counter-list li {
        width: 25%; } }
    .counter-list li p {
      margin-bottom: 16px !important; }

.subtitle {
  display: block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 4px;
  color: #b3311d; }
  @media (min-width: 768px) {
    .subtitle {
      letter-spacing: 4px;
      font-size: 16px; } }
  @media (min-width: 992px) {
    .subtitle {
      letter-spacing: 5.3px; } }

.active-video-popup header.header {
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }

.subtitle-sm {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px; }

.bg-cover {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: white;
  right: 0;
  width: 100%;
  padding: 10px; }
  @media (min-width: 992px) {
    .popup {
      width: calc(100% - 150px);
      right: 150px;
      padding: 0; } }
  .popup input {
    width: 100%;
    height: 100%;
    border: none;
    height: 42px;
    padding: 10px 20px 10px 50px;
    outline: 2px solid #ebb049; }
    @media (min-width: 992px) {
      .popup input {
        padding: 10px 20px 10px 69px;
        height: 52px; } }
    .popup input::-webkit-input-placeholder {
      color: #284834;
      font-size: 14px;
      letter-spacing: 0.3px; }
    .popup input::-moz-placeholder {
      opacity: 1;
      color: #284834;
      font-size: 14px;
      letter-spacing: 0.3px; }
    .popup input:-moz-placeholder {
      color: #284834;
      font-size: 14px;
      letter-spacing: 0.3px; }
    .popup input:-ms-input-placeholder {
      color: #284834;
      font-size: 14px;
      letter-spacing: 0.3px; }
    .popup input.placeholder {
      color: #284834;
      font-size: 14px;
      letter-spacing: 0.3px; }
  .popup button[type="submit"] {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    font-size: 14px; }
    @media (min-width: 992px) {
      .popup button[type="submit"] {
        left: 20px; } }
    .popup button[type="submit"]:hover, .popup button[type="submit"]:focus {
      color: #ebb049; }

.popup-holder .open {
  display: block;
  position: absolute;
  right: 135px;
  top: 50%;
  transform: translateY(-50%);
  color: currentColor; }
  @media (min-width: 992px) {
    .popup-holder .open {
      right: 153px; } }
  @media (min-width: 1366px) {
    .popup-holder .open {
      right: 163px; } }

.popup-holder.popup-active .popup {
  display: block; }

.wpcf7-form.sent .wpcf7-response-output.wpcf7-mail-sent-ok,
.sent .wpcf7-response-output {
  display: none !important; }

.accordion.programs .image {
  display: block;
  width: 100px; }
  @media (min-width: 768px) {
    .accordion.programs .image {
      width: 150px; } }

.accordion.programs .content-area {
  font-size: 18px;
  line-height: 1.55;
  padding-right: 10px; }
  @media (min-width: 576px) {
    .accordion.programs .content-area {
      width: calc(100% - 100px);
      padding-left: 20px; } }
  @media (min-width: 768px) {
    .accordion.programs .content-area {
      padding-left: 30px;
      width: calc(100% - 150px); } }

.accordion.programs .ac-panel {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 992px) {
    .accordion.programs .ac-panel {
      padding-bottom: 30px; } }

.accordion.programs .ac-trigger {
  padding-top: 10px; }
  @media (min-width: 576px) {
    .accordion.programs .ac-trigger {
      display: flex;
      flex-wrap: wrap;
      padding-top: 20px; } }
  @media (min-width: 992px) {
    .accordion.programs .ac-trigger {
      padding-top: 38px; } }
  .accordion.programs .ac-trigger:after {
    display: none !important; }
  .accordion.programs .ac-trigger:before {
    content: "\e901";
    font-weight: 400;
    font-family: "icomoon";
    position: absolute;
    border-radius: 0;
    width: 30px;
    height: 30px;
    font-size: 24px;
    background-color: transparent;
    border: 0;
    top: 87px;
    right: 20px;
    transform: none; }
    @media (min-width: 768px) {
      .accordion.programs .ac-trigger:before {
        right: 30px;
        font-size: 30px; } }
    @media (min-width: 992px) {
      .accordion.programs .ac-trigger:before {
        top: 87px;
        right: 55px; } }

.accordion.programs .link {
  margin-bottom: 30px; }
  .accordion.programs .link a {
    color: #284834;
    font-weight: 400; }

.accordion.programs .text {
  font-family: "Noto Serif", Arial, "Noto Sans", serif; }

.accordion.programs .is-active .ac-trigger:before {
  transform: rotate(90deg); }

@media (min-width: 768px) {
  .accordion .ac {
    margin-bottom: 22px; } }

.accordion .ac:last-child {
  margin-bottom: 0; }

.accordion .ac .ac-panel {
  padding: 0 20px 0;
  background-color: #fff; }
  @media (min-width: 768px) {
    .accordion .ac .ac-panel {
      padding: 0 30px 0; } }
  @media (min-width: 992px) {
    .accordion .ac .ac-panel {
      padding: 0 60px 0; } }

.accordion .is-active .ac-trigger:after {
  right: 28px; }
  @media (max-width: 767px) {
    .accordion .is-active .ac-trigger:after {
      top: 49%; } }
  @media (min-width: 768px) {
    .accordion .is-active .ac-trigger:after {
      right: 38px;
      top: 47%; } }
  @media (min-width: 992px) {
    .accordion .is-active .ac-trigger:after {
      right: 64px;
      top: 48%; } }

.accordion .is-active.ac .ac-panel {
  padding: 0 20px 15px; }
  @media (min-width: 768px) {
    .accordion .is-active.ac .ac-panel {
      padding: 0 30px 15px; } }
  @media (min-width: 992px) {
    .accordion .is-active.ac .ac-panel {
      padding: 0 60px 30px; } }

.accordion .text {
  padding-top: 10px;
  padding-bottom: 10px; }
  .accordion .text a {
    color: #284834; }
    .accordion .text a:hover {
      text-decoration: underline; }

.accordion .ac-trigger {
  padding: 15px 60px 15px 20px;
  font-size: 20px;
  font-family: "Noto Serif", Arial, "Noto Sans", serif;
  font-weight: 400;
  color: #284834;
  background-color: #fff; }
  @media (min-width: 768px) {
    .accordion .ac-trigger {
      font-size: 26px;
      padding: 15px 60px 15px 30px; } }
  @media (min-width: 992px) {
    .accordion .ac-trigger {
      padding: 30px 90px 30px 60px;
      font-size: 30px; } }
  .accordion .ac-trigger:focus {
    color: #284834; }
  .accordion .ac-trigger:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #284834;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Noto Serif", Arial, "Noto Sans", serif; }
    @media (min-width: 768px) {
      .accordion .ac-trigger:before {
        right: 30px; } }
    @media (min-width: 992px) {
      .accordion .ac-trigger:before {
        top: 50%;
        right: 55px; } }
  .accordion .ac-trigger:after {
    right: 28px;
    font-weight: 300;
    top: 52%;
    content: "+";
    font-family: "Noto Serif", Arial, "Noto Sans", serif; }
    @media (max-width: 767px) {
      .accordion .ac-trigger:after {
        font-size: 22px; } }
    @media (min-width: 768px) {
      .accordion .ac-trigger:after {
        right: 38px;
        top: 52%; } }
    @media (min-width: 992px) {
      .accordion .ac-trigger:after {
        right: 63px;
        top: 51%; } }

.accordion p {
  margin-bottom: 11px; }

.accordion .leadership-list {
  margin: 0 -10px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .accordion .leadership-list {
      margin: 0 -20px;
      padding-bottom: 28px; } }
  .accordion .leadership-list > li {
    width: 50%;
    padding: 0 10px 20px;
    line-height: 1.25; }
    @media (min-width: 768px) {
      .accordion .leadership-list > li {
        width: 23%;
        padding: 0 20px 20px; } }
  .accordion .leadership-list strong {
    display: inline-block;
    vertical-align: top;
    line-height: 1.3;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .accordion .leadership-list strong {
        margin-bottom: 21px; } }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  z-index: 100;
  padding: 24px 0; }
  @media (max-width: 991px) {
    .header {
      background-color: #f6f5f3; } }
  @media (min-width: 992px) {
    .header {
      padding: 30px 0; } }
  @media (min-width: 1200px) {
    .header {
      padding: 63px 0; } }
  .color-header .header {
    background-color: #f6f5f3; }
    @media (min-width: 992px) {
      .color-header .header {
        color: #284834;
        padding: 15px 0; } }
    @media (min-width: 1200px) {
      .color-header .header {
        padding-bottom: 35px;
        padding-top: 35px; } }
    .color-header .header .color-logo {
      display: block; }
    .color-header .header .colorless-logo {
      display: none; }
  .header .popup-holder .open {
    top: 55%; }
    @media (max-width: 991px) {
      .header .popup-holder .open {
        right: 135px; } }
  .header .popup-holder input {
    border-color: #fff;
    outline: #fff;
    background-color: #fff; }
    .header .popup-holder input:focus, .header .popup-holder input:hover {
      border-color: #ebb049;
      outline: #ebb049; }
  .header.hovered, .header.popup-active,
  .color-header .header,
  .search-results .header,
  .search .header {
    background-color: #f6f5f3; }
    @media (min-width: 992px) {
      .header.hovered, .header.popup-active,
      .color-header .header,
      .search-results .header,
      .search .header {
        color: #284834;
        padding: 15px 0; } }
    @media (min-width: 1200px) {
      .header.hovered, .header.popup-active,
      .color-header .header,
      .search-results .header,
      .search .header {
        padding-bottom: 35px;
        padding-top: 35px; } }
    .header.hovered .color-logo, .header.popup-active .color-logo,
    .color-header .header .color-logo,
    .search-results .header .color-logo,
    .search .header .color-logo {
      display: block; }
    .header.hovered .colorless-logo, .header.popup-active .colorless-logo,
    .color-header .header .colorless-logo,
    .search-results .header .colorless-logo,
    .search .header .colorless-logo {
      display: none; }
  @media (min-width: 992px) {
    .header.fixed-position {
      background-color: #f6f5f3;
      color: #284834;
      padding: 15px 0; } }
  @media (min-width: 1200px) {
    .header.fixed-position {
      padding-bottom: 35px;
      padding-top: 35px; } }
  @media (min-width: 992px) {
    .header.fixed-position .open {
      color: #284834; } }
  @media (min-width: 992px) {
    .header.fixed-position .color-logo {
      display: block; } }
  @media (min-width: 992px) {
    .header.fixed-position .colorless-logo {
      display: none; } }
  @media (min-width: 992px) {
    .header.fixed-position .logo {
      width: 52px; } }
  .nav-active .header {
    background-color: #284834; }
    .nav-active .header .color-logo {
      display: none; }
    .nav-active .header .colorless-logo {
      display: block; }
  .header .open {
    color: currentColor; }
    @media (max-width: 991px) {
      .header .open {
        color: #284834; } }
  .not-visual.nav-active .header {
    background-color: #284834; }
    .not-visual.nav-active .header .colorless-logo {
      display: block; }
    .not-visual.nav-active .header .color-logo {
      display: none; }
  .not-visual .header {
    background-color: #fff; }
    @media (min-width: 992px) {
      .not-visual .header {
        padding: 30px 0; } }
    @media (min-width: 1200px) {
      .not-visual .header {
        padding: 33px 0; } }
    @media (min-width: 992px) {
      .not-visual .header {
        color: #284834; } }
    .not-visual .header .colorless-logo {
      display: none; }
    .not-visual .header .color-logo {
      display: block; }
      @media (min-width: 992px) {
        .not-visual .header .color-logo {
          display: none; } }
    @media (min-width: 992px) {
      .not-visual .header .color-logo-sm {
        display: block; } }
  .header .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (min-width: 1200px) {
      .header .container-fluid {
        padding-left: 90px;
        padding-right: 90px; } }
  .header .color-logo,
  .header .color-logo-sm {
    display: none; }

@media (min-width: 992px) {
  .mobile-list {
    display: none; } }

.logo {
  transition: width 0.3s ease-in-out;
  display: block;
  width: 104px; }
  @media (max-width: 991px) {
    .logo {
      width: 52px; } }
  .logo img {
    max-width: 100%; }
  .logo a {
    display: block; }

.header-contact {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  color: #284834;
  max-width: calc(100% - 150px);
  padding-left: 10px;
  padding-right: 60px;
  margin-left: auto;
  letter-spacing: 1px;
  position: relative;
  z-index: 999;
  font-family: "Outfit", Arial, "Noto Sans", sans-serif;
  text-transform: uppercase; }
  .header-contact:hover {
    color: #b3311d !important; }
  @media (min-width: 768px) {
    .header-contact {
      padding-right: 50px; } }
  .nav-active .header-contact {
    color: #fff; }

@media (max-width: 991px) {
  .navbar-area {
    max-width: 100%;
    width: 100%;
    height: 100%; } }

@media (min-width: 992px) {
  .navbar-area {
    max-width: calc(100% - 150px);
    margin-left: auto;
    padding-left: 10px;
    position: relative; } }

@media (min-width: 1200px) {
  .navbar-area {
    max-width: calc(100% - 236px); } }

@media (max-width: 991px) {
  .navbar-holder {
    background-color: #284834;
    bottom: 0;
    left: 0;
    min-height: calc(100vh - 99px);
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    top: 99px;
    visibility: hidden;
    width: 100%;
    padding: 50px 30px;
    z-index: 999; } }

.navbar-holder .header-address {
  color: #ebb049;
  padding-top: 40px; }
  .navbar-holder .header-address address {
    margin-bottom: 0; }

.nav-active .navbar-holder {
  opacity: 1;
  visibility: visible; }

@media (min-width: 992px) {
  .navbar-holder .btn-holder {
    padding-left: 50px; } }

@media (min-width: 1366px) {
  .navbar-holder .btn-holder {
    padding-left: 66px; } }

@media (min-width: 992px) {
  .navbar-holder .btn-holder a {
    margin-right: 10px; } }

@media (min-width: 992px) {
  .navbar-holder .btn-holder a:last-of-type {
    margin-right: 0; } }

.navbar-holder .header-btn {
  color: currentColor; }
  @media (max-width: 991px) {
    .navbar-holder .header-btn {
      font-size: 24px; } }
  @media (min-width: 992px) {
    .navbar-holder .header-btn {
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase;
      padding: 16px 10px 13px;
      border: 1px solid currentColor;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 2px;
      min-width: 135px;
      text-align: center; } }
  @media (min-width: 992px) {
    .navbar-holder .header-btn:hover {
      background-color: #284834;
      border-color: #284834;
      color: #fff; } }

.nav-opener {
  width: 64px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  cursor: pointer;
  background-color: #16322c; }
  @media (min-width: 992px) {
    .nav-opener {
      width: 100px; } }
  @media (min-width: 992px) {
    .nav-opener {
      display: none; } }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener::before, .nav-active .nav-opener::after {
    top: 50%;
    transform: rotate(45deg); }
  .nav-active .nav-opener::after {
    transform: rotate(-45deg);
    margin-top: 0; }
  .nav-opener span, .nav-opener::before, .nav-opener::after {
    background: #fff;
    position: absolute;
    left: 18px;
    top: 50%;
    right: 18px;
    height: 1px;
    margin-top: -1px; }
  .nav-opener::before, .nav-opener::after {
    content: "";
    top: calc(50% - 7px);
    margin-top: 0; }
  .nav-opener::after {
    top: calc(50% + 6px); }

.nav > .slide-holder {
  width: 100%; }
  @media (max-width: 991px) {
    .nav > .slide-holder {
      position: relative;
      margin-bottom: 50px; } }

.main-nav {
  margin-bottom: 0;
  font-family: "Outfit", Arial, "Noto Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600; }
  @media (max-width: 991px) {
    .main-nav {
      font-size: 40px; } }
  @media (min-width: 992px) {
    .main-nav {
      margin: 0 -10px;
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .main-nav {
      margin: 0 -19px; } }
  .main-nav > li {
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .main-nav > li {
        padding: 0 10px;
        margin-bottom: 0;
        position: relative; } }
    @media (min-width: 1366px) {
      .main-nav > li {
        padding: 0 19px; } }
    @media (min-width: 992px) {
      .main-nav > li:hover .drop {
        opacity: 1;
        visibility: visible; } }
    @media (min-width: 768px) {
      .main-nav > li:hover > a {
        color: #b3311d; } }
    @media (min-width: 768px) {
      .main-nav > li.active > a {
        color: #b3311d; } }
    @media (max-width: 991px) {
      .main-nav > li.active-item .drop {
        display: block !important; } }
    @media (max-width: 991px) {
      .main-nav > li.has-drop > a {
        padding-right: 20px; } }
    .main-nav > li.has-drop > a::after {
      position: absolute;
      right: -6px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 16px;
      content: "\e904";
      color: #b3311d;
      font-weight: 600; }
      @media (min-width: 992px) {
        .main-nav > li.has-drop > a::after {
          content: none; } }
    .main-nav > li.inner {
      position: static; }
    .main-nav > li a {
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .main-nav > li a:hover {
        color: #000; }
  .main-nav a {
    color: currentColor; }
  .main-nav .drop {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    font-weight: 500; }
    @media (max-width: 991px) {
      .main-nav .drop {
        display: none !important; } }
    @media (min-width: 992px) {
      .main-nav .drop {
        width: 300px;
        left: -18px;
        top: calc(100% + 15px);
        display: block !important;
        opacity: 0;
        visibility: hidden;
        color: #fff;
        background-color: #fff;
        padding: 10px 15px; } }
    @media (min-width: 1200px) {
      .main-nav .drop {
        padding: 28px 33px 25px;
        min-width: 300px;
        width: 300px;
        top: calc(100% + 36px); } }
    .main-nav .drop::before {
      content: "";
      position: absolute;
      top: -15px;
      height: 15px;
      left: 0;
      right: 0; }
      @media (min-width: 1200px) {
        .main-nav .drop::before {
          top: -36px;
          height: 36px; } }
    @media (min-width: 992px) {
      .main-nav .drop.lg {
        min-width: 100%;
        width: 100%;
        padding: 48px 40px; } }
    @media (min-width: 1200px) {
      .main-nav .drop.lg {
        left: 90px;
        width: calc(100% - 180px);
        min-width: auto;
        top: calc(100% + 24px) !important; } }
    @media (min-width: 1366px) {
      .main-nav .drop.lg {
        padding: 48px 70px; } }
    @media (min-width: 992px) {
      .main-nav .drop.lg .large-menu-holder {
        display: flex;
        flex-wrap: wrap; } }
    .main-nav .drop.lg .large-menu-holder a {
      font-family: "Noto Serif", Arial, "Noto Sans", serif;
      font-size: 30px; }
      @media (min-width: 992px) {
        .main-nav .drop.lg .large-menu-holder a {
          font-size: 18px;
          font-weight: 400;
          text-transform: capitalize;
          display: block;
          margin-bottom: 3px; } }
    @media (min-width: 992px) {
      .main-nav .drop.lg .left-menu {
        width: 27.2%;
        padding-top: 9px;
        padding-right: 20px;
        border-right: 1px solid #004c97; } }
    @media (min-width: 1366px) {
      .main-nav .drop.lg .left-menu {
        padding-right: 30px; } }
    @media (min-width: 992px) {
      .main-nav .drop.lg .left-menu .menu {
        flex-direction: column; } }
    @media (min-width: 992px) {
      .main-nav .drop.lg .left-menu .menu > li {
        margin-bottom: 50px; } }
    @media (min-width: 992px) {
      .main-nav .drop.lg .left-menu .menu > li:last-child {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .main-nav .drop.lg .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        color: #284834;
        font-weight: 400; }
        .main-nav .drop.lg .menu a {
          color: #284834; } }
    @media (min-width: 992px) {
      .main-nav .drop.lg .right-menu {
        width: 72.8%;
        padding-left: 20px;
        padding-top: 34px; } }
    @media (min-width: 1366px) {
      .main-nav .drop.lg .right-menu {
        padding-left: 57px; } }
    @media (min-width: 992px) {
      .main-nav .drop.lg .right-menu .menu {
        margin: -15px; } }
    @media (min-width: 1366px) {
      .main-nav .drop.lg .right-menu .menu {
        margin: -35px; } }
    @media (min-width: 992px) {
      .main-nav .drop.lg .right-menu .menu ul > li {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .main-nav .drop.lg .right-menu .menu > li {
        display: flex;
        flex-wrap: wrap;
        width: 50%;
        padding: 0 15px;
        margin-bottom: 14px; } }
    @media (min-width: 1366px) {
      .main-nav .drop.lg .right-menu .menu > li {
        padding: 0 35px; } }
    @media (min-width: 992px) {
      .main-nav .drop.lg .right-menu .menu > li .text-block {
        width: calc(100% - 100px);
        padding-top: 8px;
        padding-left: 6px; } }
    .main-nav .drop.lg .right-menu .menu > li .img-block {
      display: none; }
      @media (min-width: 992px) {
        .main-nav .drop.lg .right-menu .menu > li .img-block {
          width: 100px;
          display: block; } }
    @media (min-width: 992px) {
      .main-nav .drop.lg .right-menu .menu a {
        color: #284834; } }
    @media (min-width: 992px) {
      .main-nav .drop.lg .right-menu .menu a:hover {
        color: #004c97; } }
  .main-nav .btn-back {
    font-size: 16px;
    color: #b3311d; }
    .main-nav .btn-back::before {
      content: "\e900";
      font-family: "icomoon";
      font-size: 12px;
      padding-right: 7px;
      font-weight: 700; }

.sub-nav {
  text-transform: none; }
  @media (min-width: 992px) {
    .sub-nav {
      font-weight: 400; } }
  @media (min-width: 992px) {
    .sub-nav a {
      color: #284834 !important; } }
  @media (min-width: 992px) {
    .sub-nav a:hover {
      color: #004c97 !important; } }
  .sub-nav li {
    margin-bottom: 7px;
    font-size: 14px; }

.footer {
  background-color: #f6f5f3;
  padding: 50px 0;
  font-family: "Outfit", Arial, "Noto Sans", sans-serif; }
  @media (min-width: 992px) {
    .footer {
      padding: 86px 0 60px; } }
  .footer .address-holder {
    padding-top: 50px;
    font-size: 14px; }
    @media (min-width: 992px) {
      .footer .address-holder {
        padding-top: 125px; } }
  .footer address {
    margin-bottom: 0; }
  .footer .footer-nav {
    font-size: 14px; }
    .footer .footer-nav li {
      margin-bottom: 10px; }
    .footer .footer-nav a {
      color: #284834; }
      .footer .footer-nav a:hover {
        color: #b3311d; }
  .footer a {
    color: #284834; }
    .footer a:hover {
      color: #b3311d; }

.footer-logo {
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  width: 60px; }
  @media (min-width: 768px) {
    .footer-logo {
      width: auto;
      margin-left: auto;
      position: static;
      margin-top: -19px; } }
  @media (min-width: 1200px) {
    .footer-logo {
      width: 100px; } }
  .footer-logo a {
    display: block; }
  .footer-logo img {
    height: auto; }

.footer-top h3,
.footer-top .h3 {
  letter-spacing: 0.4px;
  line-height: 1.1; }
  @media (min-width: 992px) {
    .footer-top h3,
    .footer-top .h3 {
      font-size: 40px; } }

@media (min-width: 992px) {
  .footer-top h2 {
    font-size: 68px !important; } }

.footer-top .footer-heading {
  margin-bottom: 45px;
  position: relative; }
  .footer-top .footer-heading h1,
  .footer-top .footer-heading h2,
  .footer-top .footer-heading h3,
  .footer-top .footer-heading h4,
  .footer-top .footer-heading h5,
  .footer-top .footer-heading h6 {
    width: calc(100% - 50px); }
    @media (min-width: 768px) {
      .footer-top .footer-heading h1,
      .footer-top .footer-heading h2,
      .footer-top .footer-heading h3,
      .footer-top .footer-heading h4,
      .footer-top .footer-heading h5,
      .footer-top .footer-heading h6 {
        width: 100%; } }

.footer-bottom {
  font-size: 14px;
  padding-top: 30px; }
  @media (min-width: 992px) {
    .footer-bottom {
      line-height: 1.7;
      padding-top: 0; } }
  .footer-bottom .copyright-holder {
    letter-spacing: 0.9px; }
    .footer-bottom .copyright-holder p {
      margin-bottom: 0; }
  .footer-bottom .designed-by {
    letter-spacing: 0.5px; }
    .footer-bottom .designed-by p:last-of-type {
      margin-bottom: 0; }

@media (min-width: 992px) {
  .menu-row {
    padding-top: 66px;
    padding-left: 126px; } }

@media (min-width: 768px) {
  .footer-nav-holder {
    padding-top: 30px; } }

@media (min-width: 1200px) {
  .footer-nav-holder {
    padding-top: 29px;
    padding-left: 15px; } }

.footer-nav-holder h1,
.footer-nav-holder h2,
.footer-nav-holder h3,
.footer-nav-holder h4,
.footer-nav-holder h5,
.footer-nav-holder h6 {
  font-weight: 700; }
  @media (min-width: 992px) {
    .footer-nav-holder h1,
    .footer-nav-holder h2,
    .footer-nav-holder h3,
    .footer-nav-holder h4,
    .footer-nav-holder h5,
    .footer-nav-holder h6 {
      margin-bottom: 13px; } }

.footer-nav-holder h6 {
  color: #b3311d; }
  @media (min-width: 992px) {
    .footer-nav-holder h6 {
      margin-bottom: 13px; } }

/* main styles */
[data-video].bg-video {
  position: relative;
  overflow: hidden; }
  [data-video].bg-video video,
  [data-video].bg-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.25s linear; }
  [data-video].bg-video.playing video,
  [data-video].bg-video.playing iframe {
    opacity: 1; }

.video-fancybox {
  width: 100%;
  height: 100%;
  background: #000; }
  .video-fancybox iframe,
  .video-fancybox video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0; }

.popups-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

/* popup styles */
.js-video-popup {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9999;
  overflow: hidden;
  visibility: hidden;
  background: #000;
  transition: opacity 0.5s linear, visibility 0.5s linear; }

.js-video-popup.active-popup {
  opacity: 1;
  visibility: visible; }

.js-video-popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 2;
  transition: opacity 0.3s linear; }

.js-video-popup .close::after,
.js-video-popup .close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 53%;
  height: 2px;
  width: 30px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg); }

.js-video-popup .close::before {
  transform: translate(-50%, -50%) rotate(-45deg); }

.js-video-popup iframe,
.js-video-popup video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.card {
  border-radius: 0;
  border: none; }
  .card .categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    min-height: 44px;
    background-color: #99a47c; }
    @media (min-width: 992px) {
      .card .categories {
        letter-spacing: 4px;
        min-width: 146px;
        padding: 10px 20px; } }
    .card .categories li {
      padding-right: 8px; }
      .card .categories li:only-child, .card .categories li:last-child {
        padding: 0; }
      .card .categories li:only-child {
        margin: 0 auto; }
      .card .categories li a {
        color: #fff; }
        .card .categories li a:hover {
          color: rgba(255, 255, 255, 0.6); }
    .card .categories .category {
      letter-spacing: 2px;
      font-size: 14px;
      font-weight: 600;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      font-family: "Outfit", Arial, "Noto Sans", sans-serif; }
      @media (min-width: 768px) {
        .card .categories .category {
          letter-spacing: 4px; } }
      @media (min-width: 992px) {
        .card .categories .category {
          letter-spacing: 5.3px; } }
  .card h4 a {
    color: #284834; }
  .card.overlay-card {
    color: #fff; }
    .card.overlay-card .card-img-overlay {
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2; }
    .card.overlay-card .card-img-top {
      min-height: 350px;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      @media (min-width: 992px) {
        .card.overlay-card .card-img-top {
          min-height: 467px; } }
      .card.overlay-card .card-img-top::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1; }
      .card.overlay-card .card-img-top img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .card.overlay-card h4 {
      font-size: 24px;
      text-align: center;
      font-weight: 600; }
      @media (min-width: 768px) {
        .card.overlay-card h4 {
          font-size: 30px; } }
      .card.overlay-card h4:last-of-type {
        margin-bottom: 0; }
  .card.more-card {
    height: 100%; }
    .card.more-card .card-img-bottom {
      position: relative;
      padding-top: 56%; }
    .card.more-card .card-body {
      padding: 20px 30px;
      background-color: #fff;
      color: #284834; }
      @media (min-width: 768px) {
        .card.more-card .card-body {
          display: flex;
          flex-direction: column;
          justify-content: space-between; } }
      @media (min-width: 1200px) {
        .card.more-card .card-body {
          padding: 44px 40px 23px; } }
      .card.more-card .card-body h1,
      .card.more-card .card-body h2,
      .card.more-card .card-body h3,
      .card.more-card .card-body h4,
      .card.more-card .card-body h5,
      .card.more-card .card-body h6 {
        margin-bottom: 0;
        line-height: 1.4;
        font-weight: 400; }
    .card.more-card .btn-link {
      min-width: 130px; }
  .card.news-card {
    padding-bottom: 50px;
    background-color: transparent; }
    @media (min-width: 1200px) {
      .card.news-card {
        padding-bottom: 80px; } }
    .card.news-card .card-img-top {
      position: relative; }
      .card.news-card .card-img-top::before {
        content: "";
        display: block;
        padding-bottom: 66%; }
      .card.news-card .card-img-top::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.2); }
      .card.news-card .card-img-top img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .card.news-card .card-body {
      padding: 20px 0 0; }
      @media (min-width: 1200px) {
        .card.news-card .card-body {
          padding: 45px 0 0; } }
      .card.news-card .card-body .card-subtitle {
        margin-bottom: 25px; }
        @media (min-width: 992px) {
          .card.news-card .card-body .card-subtitle {
            margin-bottom: 43px; } }
    .card.news-card h4 {
      line-height: 1.05;
      margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .card.card-img-lg {
      padding-bottom: 95px; } }
  .card.card-img-lg .card-img-top::before {
    content: "";
    display: block;
    padding-bottom: 114%; }
  .card .card-img-bottom {
    position: relative;
    padding-top: 67%; }
    .card .card-img-bottom img {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .card .card-subtitle {
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px; }
  .card .text {
    line-height: 1.5;
    overflow: hidden;
    margin-bottom: 30px;
    display: -webkit-box;
    /* stylelint-disable-line value-no-vendor-prefix */
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    /* stylelint-disable-line property-no-vendor-prefix */ }
    @media (min-width: 992px) {
      .card .text p:last-of-type {
        margin-bottom: 30px; } }
  .card.info-card {
    background-color: transparent; }
    .card.info-card .card-body {
      line-height: 1.5;
      padding-left: 0;
      padding-right: 0; }
      .card.info-card .card-body a:not([class]) {
        color: #284834; }
        .card.info-card .card-body a:not([class]):hover {
          color: #ebb049; }
    .card.info-card .text {
      line-height: 1.55; }
      @media (min-width: 992px) {
        .card.info-card .text {
          line-height: 1.55; } }
    .card.info-card .h4 {
      margin-bottom: 20px; }
    .card.info-card .image {
      padding-top: 0;
      position: relative; }
      .card.info-card .image img {
        position: static;
        height: auto; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #f6f5f3;
  color: #284834;
  margin: 0 0 8px;
  min-width: 100%;
  height: 50px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  cursor: pointer; }
  @media (min-width: 576px) {
    .jcf-select {
      min-width: 240px; } }
  @media (min-width: 992px) {
    .jcf-select {
      min-width: 356px;
      height: 60px; } }
  .wpcf7-form .jcf-select {
    width: 100%; }
  .jcf-select.jcf-drop-active .jcf-select-opener:before {
    transform: translate(-50%, -50%) rotate(270deg); }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 700;
  height: 50px;
  font-family: "Outfit", Arial, "Noto Sans", sans-serif;
  letter-spacing: 1px; }
  .wpcf7-form .jcf-select .jcf-select-text {
    border: 1px solid #f6f5f3;
    padding: 10px 20px;
    background-color: #f6f5f3;
    height: 100%;
    line-height: 3;
    text-transform: none;
    color: #ada9a9;
    color: #284834;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal; }
    @media (min-width: 768px) {
      .wpcf7-form .jcf-select .jcf-select-text {
        padding: 10px 30px; } }
  @media (min-width: 992px) {
    .jcf-select .jcf-select-text {
      padding: 10px 30px;
      height: 60px; } }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #f6f5f3;
  width: 80px;
  bottom: 0;
  right: 0;
  top: 0;
  border-top-right-radius: 8px; }
  .jcf-select .jcf-select-opener::before {
    content: "\e901";
    font-family: "icomoon";
    font-weight: 400;
    font-size: 20px;
    color: #284834;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg); }
  .wpcf7-form .jcf-select .jcf-select-opener {
    border-radius: 0;
    background-color: transparent; }
    .wpcf7-form .jcf-select .jcf-select-opener::before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      border: solid #284834;
      border-width: 0 2px 2px 0;
      padding: 5px;
      transform: translate(-50%, -50%) rotate(45deg);
      transition: transform 0.3s ease;
      cursor: pointer; }
  .jcf-select .jcf-select-opener:focus {
    outline: #101010 !important; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #284834; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #284834;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #f6f5f3;
  line-height: 14px;
  font-size: 16px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

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

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px 20px;
  color: #284834;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px; }
  @media (min-width: 992px) {
    .jcf-list .jcf-option {
      padding: 10px 30px; } }

.jcf-select-wpcf7-form-control .jcf-list .jcf-option {
  text-transform: none;
  font-weight: 400;
  font-size: 14px; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: transparent;
  color: #284834; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  height: 1px;
  width: 14px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus,
.jcf-focus * {
  border-color: #101010 !important; }

.sing-up-section {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .sing-up-section {
      padding: 70px 0 85px; } }
  @media (min-width: 1200px) {
    .sing-up-section .container-fluid {
      padding-left: 120px;
      padding-right: 120px; } }
  .sing-up-section h2,
  .sing-up-section .h2 {
    font-weight: 600; }
    @media (min-width: 992px) {
      .sing-up-section h2,
      .sing-up-section .h2 {
        font-size: 45px;
        letter-spacing: 2px; } }
  @media (min-width: 768px) {
    .sing-up-section .text-holder {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .sing-up-section .text-holder {
      line-height: 1.55; } }
  @media (min-width: 768px) {
    .sing-up-section .text-holder p {
      margin-bottom: 10px; } }

.social .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #dc3545;
  margin: 0 0 12px; }
  @media (min-width: 768px) {
    .social .title {
      font-size: 14px; } }

.social-links {
  list-style-type: none;
  padding: 0;
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap; }
  .social-links li {
    padding: 0 6px 10px; }
  .social-links a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #284834;
    position: relative;
    font-size: 18px;
    background: transparent;
    color: #284834;
    transition: 0.3s; }
    @media (min-width: 768px) {
      .social-links a {
        width: 50px;
        height: 50px;
        font-size: 22px; } }
    @media (min-width: 1200px) {
      .social-links a:hover {
        color: #fff;
        background-color: #284834; } }
    .social-links a i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.posts-actions {
  padding: 45px 0; }
  @media (min-width: 1200px) {
    .posts-actions .container-fluid {
      padding: 0 90px; } }
  @media (min-width: 992px) {
    .posts-actions .social-share {
      padding-right: 31px; } }
  .posts-actions .heateor_sss_sharing_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (min-width: 768px) {
      .posts-actions .heateor_sss_sharing_container {
        flex-direction: row;
        align-items: center; } }
  .posts-actions div.heateor_sss_follow_icons_container svg,
  .posts-actions div.heateor_sss_sharing_container svg {
    width: 35px;
    height: 35px; }
  .posts-actions .heateor_sss_horizontal_sharing .heateor_sss_svg {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: transparent !important; }
  .posts-actions .heateor_sss_sharing_title {
    font-size: 20px;
    font-weight: 400;
    text-align: center; }
    @media (min-width: 576px) {
      .posts-actions .heateor_sss_sharing_title {
        margin-left: 7px;
        text-align: left; } }
    @media (min-width: 768px) {
      .posts-actions .heateor_sss_sharing_title {
        margin-right: 33px;
        margin-left: 0; } }
  .posts-actions div.heateor_sss_follow_ul a,
  .posts-actions div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin-left: 7px;
    margin-right: 7px; }
    .posts-actions div.heateor_sss_follow_ul a:hover .heateor_sss_svg,
    .posts-actions div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:hover .heateor_sss_svg {
      background-color: #fff !important; }
    .posts-actions div.heateor_sss_follow_ul a:hover svg path,
    .posts-actions div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:hover svg path {
      fill: #284834; }

.info-card {
  background-color: transparent; }
  .info-card .image {
    padding-top: 100%;
    position: relative; }
    .info-card .image img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in-up {
  0% {
    transform: translate3d(0, 20px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fade-in-right {
  0% {
    transform: translate3d(-50px, 0, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fade-in-left {
  0% {
    transform: translate3d(50px, 0, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.fade-in-up {
  transform: translate3d(0, 20px, 0);
  opacity: 0; }
  .fade-in-up.in-viewport {
    animation: fade-in-up 1.1s both ease; }

.fade-in-right {
  transform: translate3d(-50px, 0, 0);
  opacity: 0; }
  .fade-in-right.in-viewport {
    animation: fade-in-right 1.1s both ease; }

.fade-in-left {
  transform: translate3d(50px, 0, 0);
  opacity: 0; }
  .fade-in-left.in-viewport {
    animation: fade-in-left 1.1s both ease; }

.fade-in {
  opacity: 0; }
  .fade-in.in-viewport {
    animation: fade-in 0.8s both ease; }

.zoom-in {
  opacity: 0;
  transform: scale(0.3); }
  .zoom-in.in-viewport {
    animation: zoom-in 0.8s both ease; }

.delay-1.in-viewport {
  animation-delay: 0.25s; }

.delay-2.in-viewport {
  animation-delay: 0.5s; }

.delay-3.in-viewport {
  animation-delay: 0.75s; }

.ajax-filter-posts .post-search-holder {
  position: relative; }
  @media (min-width: 768px) {
    .ajax-filter-posts .post-search-holder {
      display: flex;
      flex-wrap: wrap; } }
  .ajax-filter-posts .post-search-holder .popup-holder {
    width: 50px;
    height: 50px;
    margin-right: 29px;
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .ajax-filter-posts .post-search-holder .popup-holder {
        margin-bottom: 0; } }
    .ajax-filter-posts .post-search-holder .popup-holder.popup-active {
      width: 230px; }
      .ajax-filter-posts .post-search-holder .popup-holder.popup-active .open {
        display: none; }
  .ajax-filter-posts .post-search-holder .popup {
    position: absolute;
    width: 230px;
    padding: 0; }
  .ajax-filter-posts .post-search-holder .open {
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    right: 0;
    font-weight: 300; }
  .ajax-filter-posts .post-search-holder .open-post-search:not(.open) {
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    position: absolute; }
    .ajax-filter-posts .post-search-holder .open-post-search:not(.open):hover {
      color: #284834; }
  .ajax-filter-posts .post-search-holder input {
    min-width: 230px;
    height: 50px;
    min-height: 50px;
    background-color: transparent;
    padding: 10px 20px 10px 50px; }
    @media (min-width: 992px) {
      .ajax-filter-posts .post-search-holder input {
        padding: 10px 69px 10px 20px; } }

@media (min-width: 768px) {
  .ajax-filter-posts .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; } }

.ajax-filter-posts .select-area label {
  width: 100%; }
  @media (min-width: 768px) {
    .ajax-filter-posts .select-area label {
      width: auto; } }

.ajax-filter-posts .jcf-select {
  background-color: #fff;
  margin-bottom: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .ajax-filter-posts .jcf-select {
      height: 50px;
      min-width: 227px;
      width: 227px; } }
  .ajax-filter-posts .jcf-select .jcf-select-text {
    font-size: 14px;
    color: #284834;
    text-align: center;
    letter-spacing: 2px;
    line-height: 2.2; }
    @media (min-width: 992px) {
      .ajax-filter-posts .jcf-select .jcf-select-text {
        letter-spacing: 3.2px;
        height: 50px; } }
  .ajax-filter-posts .jcf-select .jcf-select-opener {
    width: 40px;
    background-color: transparent; }
    .ajax-filter-posts .jcf-select .jcf-select-opener:before {
      font-size: 12px; }

.blog .jcf-select-drop .jcf-list {
  background-color: #fff;
  text-transform: none; }

.blog .jcf-select-drop .jcf-option {
  text-transform: none; }

.ajax-posts-loader .filter-row {
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .ajax-posts-loader .filter-row {
      margin-bottom: 37px; } }

.ajax-posts-loader h2 {
  margin-bottom: 20px; }

.icon-contact {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 39px;
  height: 39px; }
  .icon-contact img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

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

.roboto-slab {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.post-hero .post-image {
  max-width: 1150px;
  margin: 0 auto; }

.post-content .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.post-content .buttons-section {
  margin-bottom: 30px; }

.hide-image.post-hero:before {
  content: none; }

.hide-image.post-hero {
  padding-bottom: 60px; }

.post-hero video {
  width: 100%;
  max-width: 1150px; }

.card-img-bottom video {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.card-img-bottom {
  background: #ccc; }

.has-image .card-img-bottom {
  background: transparent; }

.card-img-bottom > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

@media (min-width: 992px) {
  .counter-section + .info-section {
    padding-top: 35px; } }

.main-slider {
  margin-right: -15px; }
  @media (min-width: 768px) {
    .main-slider {
      margin-right: 0; } }
  .main-slider .swiper-slide {
    height: auto; }
  .main-slider .swiper-wrapper {
    padding-bottom: 35px; }
    @media (min-width: 992px) {
      .main-slider .swiper-wrapper {
        padding-bottom: 66px; } }
