@charset "UTF-8";
/*!
Theme Name: FOS2020
Author: Wheelhouse
Author URI: https://www.wheelhouse.io
Description: A custom theme by Wheelhouse
Version: 1.0.0
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

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

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

@font-face {
  font-family: founders;
  src: url("./fonts/founders-grotesk-condensed-web-semibold.woff");
  font-weight: bold;
}

@font-face {
  font-family: founders;
  src: url("./fonts/founders-grotesk-mono-web-regular.woff");
  font-weight: normal;
}

@font-face {
  font-family: pt;
  src: url("./fonts/PTSerif-regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: icons;
  src: url("./fonts/fa-brands-400.woff");
  font-weight: 500;
}

@font-face {
  font-family: icons;
  src: url("./fonts/fa-regular-400.woff");
  font-weight: regular;
}

@font-face {
  font-family: icons;
  src: url("./fonts/fa-solid-900.woff");
  font-weight: 600;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1375px;
  width: 100%;
}

@media screen and (max-width: 1020px) {
  .grid {
    width: 88.23529%;
  }
}

@media screen and (max-width: 620px) {
  .grid {
    width: 89.67742%;
  }
}

.grid-0 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1375px;
  width: 100%;
}

.col-desk-0 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8.33333%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-1 {
  margin-left: 8.33333%;
}

.col-desk-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.66667%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-2 {
  margin-left: 16.66667%;
}

.col-desk-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33333%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-4 {
  margin-left: 33.33333%;
}

.col-desk-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 41.66667%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-5 {
  margin-left: 41.66667%;
}

.col-desk-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 58.33333%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-7 {
  margin-left: 58.33333%;
}

.col-desk-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 66.66667%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-8 {
  margin-left: 66.66667%;
}

.col-desk-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 83.33333%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-10 {
  margin-left: 83.33333%;
}

.col-desk-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 91.66667%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-11 {
  margin-left: 91.66667%;
}

.col-desk-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1020px) {
  .col-tab-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 0%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-1 {
    margin-left: 8.33333%;
  }
  .col-tab-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66667%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-2 {
    margin-left: 16.66667%;
  }
  .col-tab-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-4 {
    margin-left: 33.33333%;
  }
  .col-tab-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66667%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-5 {
    margin-left: 41.66667%;
  }
  .col-tab-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-7 {
    margin-left: 58.33333%;
  }
  .col-tab-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66667%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-8 {
    margin-left: 66.66667%;
  }
  .col-tab-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-10 {
    margin-left: 83.33333%;
  }
  .col-tab-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66667%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-11 {
    margin-left: 91.66667%;
  }
  .col-tab-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 0%;
    padding-left: 1.79856%;
    padding-right: 1.79856%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
    padding-left: 1.79856%;
    padding-right: 1.79856%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding-left: 1.79856%;
    padding-right: 1.79856%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
    padding-left: 1.79856%;
    padding-right: 1.79856%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 1.79856%;
    padding-right: 1.79856%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.button, input[type="submit"] {
  background-color: black !important;
  border-radius: 0px;
  border: none;
  color: white;
  font-family: founders;
  padding: 26px 34px;
  font-size: 20px;
  font-weight: bold;
  line-height: 0;
  border-radius: 2px;
}

select {
  padding: 13px 13px 14px 13px;
  background-color: #fff !important;
  border: 1px solid #ccc;
  color: #000;
  font-family: founders;
  font-size: 16px;
  font-weight: bold;
  line-height: 0;
  border-radius: 2px;
  width: 100%;
}

input[type="text"] {
  border: 1px solid #CCCCCC;
  border-radius: 2px;
}

input[type="text"]::-webkit-input-placeholder {
  color: #CCCCCC;
}

input[type="text"]:-ms-input-placeholder {
  color: #CCCCCC;
}

input[type="text"]::-ms-input-placeholder {
  color: #CCCCCC;
}

input[type="text"]::placeholder {
  color: #CCCCCC;
}

#newsletter-subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#newsletter-subscribe-form select {
  margin-right: 2px;
}

a {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover, a:focus, a:active {
  color: #404040;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

body {
  font-size: 16px;
  font-family: 'PT Serif', serif;
  font-weight: normal;
}

.video-swap {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.video-swap .video-icon {
  z-index: 3;
}

.video-swap.player {
  padding-top: 56.25%;
}

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

.container {
  max-width: 1344px;
  margin: auto;
  width: 95%;
}

.container.narrow-container {
  max-width: 1000px;
}

.container .section > .grid {
  width: 100%;
}

.col-pad-0 {
  padding: 0px !important;
}

.section {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.lower-sections {
  display: none;
  border-top: 1px solid #E7E7E7;
}

.section-black {
  background-color: black;
  color: white;
  padding: 50px 0px;
}

.author-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.author-links a {
  text-decoration: none;
  margin-right: 10px;
}

.author-details {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.author-details .col-desk-5 > div {
  margin: 0 auto 20px;
  max-width: 380px;
}

.author-details .author-site {
  font-family: founders;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 0 5px;
  font-size: 15px;
}

.author-details .img {
  display: none;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: block;
  overflow: hidden;
  border: 1px solid;
}

.author-details .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-details .page-title {
  border: none;
}

.author-details .author-desc {
  line-height: 1.5;
}

.author-details + .page-title {
  display: none;
}

.archive-wrap {
  padding-top: 10px;
}

p {
  line-height: 26px;
  margin: 0.5em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: founders, sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

.alertbar a {
  background: #3866F6;
  color: #fff;
  font-family: founders;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  padding: 8px 15px;
  display: table;
  width: 100%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alertbar a i {
  margin-left: 10px;
}

.nav-header {
  border-bottom: 1px solid #E7E7E7;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  background-color: white;
  top: 0px;
  z-index: 5;
}

.nav-header nav {
  padding: 18px 0px;
}

@media (max-width: 767px) {
  .nav-header .headerlogo svg {
    width: 230px;
  }
  .nav-header .header-search-mega,
  .nav-header .header-search {
    height: 20px;
  }
  .nav-header .header-search .text,
  .nav-header #nav-trigger .nav-txt {
    display: none;
  }
}

.logo {
  max-width: 350px;
}

.nav-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}

.nav-section .nav-txt {
  font-weight: bold;
  font-family: founders;
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 10px;
}

.nav-section:first-child {
  left: 20px;
}

.nav-section:nth-child(3) {
  right: 20px;
}

.menu-drop-btn {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  height: 22px;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-drop-btn span {
  width: 18px;
  background-color: black;
  height: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-drop-btn span::before {
  content: "";
  position: absolute;
  width: 18px;
  background-color: black;
  height: 2px;
  top: -6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-drop-btn span::after {
  content: "";
  position: absolute;
  width: 18px;
  background-color: black;
  height: 2px;
  bottom: -6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-animate span {
  margin-top: 0px;
  left: 0;
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-animate span::after {
  opacity: 0;
}

.menu-animate span::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #000;
  top: 0;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  padding: 0px 20px;
}

nav ul {
  list-style: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav ul li {
  padding: 0px 20px;
}

nav a {
  text-decoration: none;
  font-family: founders;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.megamenu {
  font-family: founders;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 30px 0px;
}

.megamenu ul {
  list-style: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.megamenu ul li {
  width: 50%;
  padding: 0px 0px;
  margin-bottom: 20px;
}

.megamenu a {
  text-decoration: none;
}

.megamenu .mega-first-item {
  border-right: 1px solid #E7E7E7;
}

.megamenu .post-creation-details {
  display: none;
}

.megamenu .card-normal img {
  height: 150px;
}

.megamenu .card-normal .card-content {
  padding: 13px 8px 22px;
}

.megamenu .card_title {
  font-size: 18px;
}

.mega-menu-heading.light {
  color: #d0d0d0;
}

.mega-menu-cat {
  color: inherit;
  text-decoration: none;
}

.mega-menu-cat img {
  width: 100%;
  margin-top: 10px;
  float: left;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-dropdown {
  height: auto;
  border-bottom: 1px solid #E7E7E7;
  position: fixed;
  width: 100%;
  background: white;
  z-index: 2;
  display: none;
  max-height: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: -400px;
}

.column-heading {
  border-bottom: 4px;
  font-weight: 600;
  border-bottom: 4px solid;
  padding-bottom: 7px;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card p {
  display: none;
}

.card a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.card a:hover {
  text-decoration: underline;
}

#dn-post-title {
  text-align: center;
}

#dn-container .card p {
  display: block;
}

.page-id-25494 #primary {
  overflow-x: hidden;
}

.page-id-25494 #newsletters-subscriber-form .vc_single_image-img {
  max-width: none;
  width: 1050px;
  margin-left: -50%;
  margin-top: 20px;
}

.page-id-25494 .post-creation-details .slash-divider {
  display: none;
}

.page-id-25494 .post-creation-details .author-wrap,
.page-id-25494 .post-creation-details .posted-on {
  display: table;
  width: 100%;
  margin: 2px 0;
}

.card-featured-large .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.card-featured-large .card_title {
  font-size: 52px;
  line-height: 52px;
  margin: 0px;
}

.card-featured-large .post-creation-details {
  margin-top: 15px;
}

.card-featured-large img {
  height: 530px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 21px;
}

.card-featured-large p {
  display: block;
}

.card-archive .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 20px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-archive .card_title {
  font-size: 34px;
  line-height: 34px;
  margin: 0px;
}

.card-archive .post-creation-details {
  margin-top: 15px;
}

.card-archive img {
  margin-left: 20px;
  width: 240px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-archive p {
  display: block;
}

.content-container {
  max-width: 1150px;
  margin: auto;
}

.post-creation-details {
  font-family: founders;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 12px;
}

.card-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.card-basic img {
  margin-bottom: 20px;
  min-height: 200px;
}

.card-horizontal-left .card {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.card-horizontal-left .card .card-content {
  padding-left: 16px;
}

.card-horizontal-left .card img {
  width: 134px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card_title {
  font-size: 21px;
  font-weight: 600;
  font-family: founders;
}

.hide-details .post-creation-details {
  display: none;
}

.hide-image img {
  display: none;
}

.card-featured-list-first .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-featured-list-first .imglink {
  width: 100%;
}

.card-featured-list-first .imgbox {
  width: 100% !important;
  height: 300px !important;
}

.card-featured-list-first .imgbox img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-featured-list-first .card-content {
  padding: 20px 5px;
}

.video-icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  border: 2px white solid;
  position: absolute;
  background-color: #0000006e;
}

.video-icon:before {
  content: "";
  font-family: icons;
  font-size: 20px;
  font-weight: 600;
}

.slider-video-small .slick-slide {
  padding: 10px;
}

.slider-video-small .slick-slide.slick-current {
  background: #222;
  outline: none !important;
}

.slider-video-small .video-icon {
  display: none;
}

.slick-active {
  outline: none !important;
}

.alm-btn-wrap {
  text-align: center;
}

.ajax-load-more-wrap {
  padding-bottom: 30px;
}

.image-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.card-normal .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-normal img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-normal .card-content {
  padding: 13px 18px 22px;
}

.mobile-video {
  width: 95%;
}

.mobile-video .con {
  margin-top: 30px;
}

.mobile-video .con:first-child {
  margin-top: 0;
}

.mobile-video a {
  color: #fff;
  text-decoration: none;
}

.mobile-video a:hover {
  text-decoration: underline;
}

.mobile-video {
  display: none;
}

.menu-mobile-container {
  padding-top: 15px;
}

.single-post .section.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.page-id-38228 .vc_gitem-zone-a .vc_gitem-row-position-middle, .page-id-38228 .vc_gitem-zone-b .vc_gitem-row-position-middle,
.page-id-38228 .vc_gitem-zone-a .vc_gitem-row-position-top, .page-id-38228 .vc_gitem-zone-b .vc_gitem-row-position-top {
  position: relative;
  top: auto;
  height: auto;
  -webkit-transform: none;
          transform: none;
}

.page-id-38228 .uvc-main-heading h2 {
  font-weight: 700 !important;
}

.page-id-38228 .wpb_single_image img {
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-id-38228 .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
  width: 100%;
  margin: 0;
}

.page-id-38228 .vc_grid-filter {
  margin-bottom: 0 !important;
}

.page-id-38228 .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, .page-id-38228 .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
  background: none;
}

.page-id-38228 .vc_gitem-col + .vc_gitem-col {
  padding-top: 0;
}

.page-id-38228 .vc_gitem-post-category-name {
  display: block !important;
  text-align: left !important;
}

.page-id-38228 .vc_gitem-post-category-name a {
  list-style: none;
  text-transform: uppercase;
  color: #3866F6;
  font-size: 12px;
  font-family: founders;
  font-weight: normal;
}

.page-id-38228 .vc_gitem-post-category-name a:hover {
  background: none;
}

.page-id-38228 .vc_grid.vc_row .vc_grid-item .wpb_content_element {
  margin-bottom: 0;
}

.page-id-38228 .vc_custom_heading {
  font-size: 21px;
  font-weight: 600;
  font-family: founders;
  margin: 0;
}

.page-id-38228 .vc_gitem-post-data-source-post_date {
  font-family: founders;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 !important;
}

.page-id-38228 .vc-gitem-zone-height-mode-auto::before {
  padding-top: 0;
}

.card-featured-video {
  margin: auto;
  max-width: 1150px;
}

.card-featured-video .card {
  width: 100%;
}

.card-featured-video .image-container {
  width: 50%;
}

.card-featured-video .image-container .video-icon {
  width: 80px;
  height: 80px;
}

.card-featured-video .image-container .video-icon:before {
  font-size: 36px;
  text-align: center;
  margin-right: -8px;
}

.card-featured-video img {
  width: 100%;
}

.card-featured-video .card-content {
  width: 50%;
  padding-left: 30px;
}

.card-featured-video .card-content:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.card-featured-video p {
  display: block;
}

.card-featured-video .card_title {
  font-size: 52px;
}

.card-featured-video .tags {
  display: none;
}

.video-card-section {
  padding-top: 40px;
}

.card-videos .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-videos img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-videos .card_title {
  margin-top: 10px;
}

.card-videos .tags, .card-videos .post-creation-details {
  display: none;
}

#recent-newsletters-container {
  padding: 20px 0;
}

#recent-newsletters-container .grid {
  width: 100% !important;
}

.newsletter-template-default article.newsletter img {
  max-width: 100%;
}

.page-template-default article {
  padding-top: 30px;
}

.page-template-default article a {
  color: #3866F6;
}

.page-template-default article .wpcf7 {
  margin-bottom: 50px;
}

.page-template-default article .wpcf7 textarea,
.page-template-default article .wpcf7 input[type="text"],
.page-template-default article .wpcf7 input[type="url"],
.page-template-default article .wpcf7 input[type="email"],
.page-template-default article .wpcf7 input[type="tel"] {
  font-family: founders;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  max-width: 410px;
  line-height: 1.3;
  margin: 0 0 25px;
  display: block;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-template-default article select {
  max-width: 410px;
}

.page-template-default article .wpcf7 label {
  font-family: founders;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.3;
}

.tags ul {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-transform: uppercase;
  color: #3866F6;
  font-size: 12px;
  margin: 0px;
  font-family: founders;
  font-weight: normal;
}

.tags ul li {
  margin-right: 5px;
}

.tags ul a {
  text-decoration: none;
  color: inherit;
  margin-right: 5px;
}

.time-display {
  text-transform: uppercase;
  color: #3866F6;
  font-size: 12px;
  margin: 0px;
  font-family: founders;
  font-weight: normal;
}

.timeline-item {
  padding-left: 20px;
  border-left: 1px dashed #ccc;
  position: relative;
  padding-bottom: 20px;
  margin-left: 6px;
}

.timeline-item:nth-last-of-type(1) {
  border-left: 0px;
}

.timeline-item::before {
  content: "";
  height: 12px;
  width: 12px;
  background-color: #3866F6;
  position: absolute;
  left: -7px;
  top: 0;
  border-radius: 20px;
}

.subscription-box {
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
}

.subscription-box svg {
  width: 95%;
  max-width: 190px;
  margin-top: 10px;
}

.subscription-box h3 {
  font-size: 34px;
  margin: 20px 0 24px;
}

.subscription-box p {
  margin-bottom: 20px;
}

.subscription-box input[type="email"],
.subscription-box input[type="text"] {
  text-align: center;
  font-family: founders;
  font-weight: bold;
  font-size: 21px;
  padding: 10px;
  line-height: 33px;
  margin: auto;
  margin-bottom: 25px;
  width: 89%;
  display: block;
  border: 1px solid #ddd;
}

.subscription-box #newsletter-subscribe-form {
  display: block;
}

.mailing_list_type {
  display: none;
}

.video-section .column-heading {
  display: none;
}

.subs1 .subscription-box {
  padding-bottom: 0;
}

.subs1 .subscription-box #newsletter-subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subs1 .subscription-box .button, .subs1 .subscription-box input[type="submit"] {
  font-size: 17px;
  padding: 26px 20px;
}

.subs1 .subscription-box p {
  margin: 0;
}

.subs1 .subscription-box input[type="email"],
.subs1 .subscription-box input[type="text"] {
  font-size: 17px;
  padding: 9px 10px 8px;
}

.subs1 .subscription-box svg {
  margin-top: 0;
}

.subs1 .subscription-box h3 {
  margin: 5px 0 12px;
}

.subs1 .subscription-box > p {
  margin: 0 auto 25px;
  max-width: 220px;
  width: 100%;
}

.subs2 .subscription-box {
  border: 1px solid #E7E7E7;
  padding: 20px;
  text-align: center;
  background-color: #F5F5F5;
  -webkit-box-shadow: inset 0px 0px 0 21px white;
          box-shadow: inset 0px 0px 0 21px white;
}

.subs2 .subscription-box #newsletter-subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subs2 svg,
.subs2 img {
  width: 95%;
  max-width: 300px;
  margin-top: 46px;
}

.subs2 h3 {
  margin-bottom: 20px;
}

.subs2 p {
  max-width: 300px;
  text-align: center;
  margin: auto;
}

.subs2 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subs2 .wpcf7-response-output {
  max-width: 410px;
  width: 100%;
}

.subs2 input[type="email"],
.subs2 input[type="text"] {
  margin-bottom: 0px;
  border-radius: 2px 0px 0px 2px;
  padding: 9px 10px;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.subs2 .button, .subs2 input[type="submit"] {
  border-radius: 0 2px 2px 0;
}

.single-post .post-creation-details > div:first-child {
  font-size: 14px;
}

.single-content {
  padding: 0px 20px;
}

.single-content figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

.single-content figure img {
  width: 100%;
}

.single-content .readmore .card {
  padding-top: 10px;
  border-top: 1px solid #E5E5E5;
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-content figcaption {
  text-transform: uppercase;
  font-size: 12px;
  font-family: founders;
  font-weight: normal;
}

.single-content a:hover {
  color: #3866F6;
}

.single-content div[class*="frnto"] {
  margin-top: 26px;
  margin-bottom: 26px;
}

.single-content p {
  margin-bottom: 20px;
}

.top-ad-section {
  padding-bottom: 7px;
  margin-bottom: 0;
}

.ad-container {
  max-width: 728px;
  width: 95%;
  margin: 15px auto;
  margin-bottom: 5px;
}

.error404 .content-area {
  text-align: center;
  padding: 60px 0 140px;
}

.header-search-mega,
.header-search {
  position: relative;
}

.error-search {
  display: table;
  width: 300px;
  border: 1px solid #000;
  position: relative;
  margin: 30px auto 0;
}

.error-search input {
  border: none;
  padding: 10px 10px 13px 50px;
  font-family: founders;
  font-weight: bold;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.error-search .icon {
  position: absolute;
  left: 12px;
  top: 12px;
}

.search-input {
  border: 1px solid #1e1f2600 !important;
  border-radius: 0px  !important;
  position: absolute;
  padding: 10px;
  right: 0px;
  font-family: founders;
  top: -13px;
  font-weight: bold;
  padding-left: 80px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 0px;
  min-width: 0px;
  background-color: rgba(255, 255, 255, 0);
}

.search-input + label {
  margin-left: 30px;
  font-family: founders;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.search-input + label span.icon {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(-22px, 0px, 0px);
          transform: translate3d(-22px, 0px, 0px);
  position: absolute;
  top: 2px;
}

.search-input + label span.text {
  margin-left: 8px;
}

#sidebar-blog-ad {
  margin-top: 15px;
}

body.category #sidebar-blog-ad,
body.author #sidebar-blog-ad {
  margin-top: 0;
  margin-bottom: 15px;
}

.search-input:hover, .search-input:focus {
  min-width: 220px;
  background-color: white;
  border: 1px solid #1e1f26a6 !important;
  padding-left: 50px;
}

.search-input:hover + label span.icon, .search-input:focus + label span.icon {
  -webkit-transform: translate3d(-205px, -3px, 0px);
          transform: translate3d(-205px, -3px, 0px);
  position: absolute;
}

.header-search-mega {
  display: none;
}

.search-input-mega {
  border: 1px solid #1e1f26a6 !important;
  border-radius: 0px  !important;
  padding: 10px;
  font-family: founders;
  font-weight: bold;
  padding-left: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-input-mega + label {
  margin-left: 30px;
  font-family: founders;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.search-input-mega + label span.icon {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(-15px, 0px, 0px);
          transform: translate3d(-15px, 0px, 0px);
  position: absolute;
  top: 12px;
}

.newsletter-section,
.features-container {
  border-bottom: none;
}

.page-id-8276 .site-main {
  min-height: 400px;
}

.site-footer {
  padding: 50px 0 30px;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.site-footer .logo-con {
  margin: 0 auto 40px;
  width: 300px;
}

.site-footer .logo-con svg {
  width: 100%;
}

.site-footer ul {
  font-family: founders;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  list-style: none;
  padding: 0px;
  margin-bottom: 20px;
}

.site-footer ul a {
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.site-footer p {
  font-family: sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.site-footer #social li {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2;
  font-size: 20px;
}

.site-footer #social li a {
  text-indent: -9999px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  height: 100%;
}

.post_header-con {
  max-width: 1000px;
  margin: auto;
  margin-top: 12px;
  border-top: 4px solid;
  padding: 10px 0px;
  width: 95%;
}

.post_header-con h1 {
  margin: 10px 0px;
  line-height: 1;
  margin-top: 4px;
}

.post_header-con.phc-top {
  border-top: none;
  padding-bottom: 0;
  text-transform: uppercase;
  font-family: founders;
  font-weight: 700;
  font-size: 20px;
}

.post_header-con.phc-top .sponsored-post {
  color: #3866F6;
}

.post_header-con.phc-top .featured-post {
  color: #ff7735;
}

.post-header-list {
  padding: 0px;
}

.post-header-list ul {
  padding: 0;
}

.post-header-list li {
  border-bottom: 1px solid #E7E7E7;
  padding: 12px 7px 12px 20px;
  font-family: founders;
  font-weight: bold;
  list-style: none;
  font-size: 21px;
  position: relative;
}

.post-header-list li::before {
  content: "";
  font-family: icons;
  margin-left: -15px;
  margin-right: 5px;
  font-size: 21px;
}

.post-header-list li span {
  text-decoration: none;
  font-size: 21px;
}

.featured-image-wrap figure {
  margin: 0;
  padding: 0;
}

.featured-image-wrap figcaption {
  font-family: founders;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  max-width: 600px;
  float: right;
  text-align: right;
}

.featured-image-wrap img,
.featured-image {
  width: 100%;
  max-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

.post-info-list {
  padding: 0px;
  list-style: none;
  margin: auto;
  margin-bottom: 20px;
  line-height: 1.5;
}

.post-info-list li:first-child {
  margin-bottom: 20px;
}

.post-info-list a {
  text-decoration: none;
  font-size: 18;
}

.post-info-list + .stick-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  background: #fff;
}

.post-info-list + .stick-wrap .social-icons-con {
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
  padding-top: 20px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
}

.post-info-list + .stick-wrap .social-icons-con a {
  text-decoration: none;
}

.author .col-desk-4 .shift-content-right,
.category .col-desk-4 .shift-content-right,
#sidebar-blog-ad {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  background: #fff;
}

.page-id-8276 .site-main .container {
  max-width: 500px;
}

.social-icon {
  font-family: icons;
  font-weight: 500;
}

.basic-icon {
  font-family: icons;
  font-weight: 600;
}

.social-icons-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: founders;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dropdown-show {
  max-height: 400px;
  display: block;
  top: 63px;
}

.shift-content-right {
  width: 95%;
  float: right;
}

.page-title {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 19px;
  margin-top: 0px;
}

.ogs-tab-menu {
  font-size: 18px;
  font-family: founders;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.ogs-tab-menu > div {
  width: 100%;
}

.ogs-tab-menu-item {
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 4px;
  opacity: 0.6;
}

.ogs-tab-menu-item.active {
  border-bottom: 2px solid;
  opacity: 1;
}

.ogs-tab-menu #tab-item-1 {
  color: #71CC46;
}

.ogs-tab-menu #tab-item-2 {
  color: #F54D4D;
}

.ogs-tab-content {
  padding: 30px 0 0;
  display: none;
}

.ogs-tab-content.active {
  display: block;
}

.ticker {
  padding: 0px;
  list-style: none;
  margin: 10px 0 0;
  font-size: 18px;
  max-width: 90%;
}

.ticker li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: sans-serif;
  margin-bottom: 18px;
  display: none;
}

.ticker li:nth-child(1), .ticker li:nth-child(2), .ticker li:nth-child(3), .ticker li:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ticker li .stock-name span {
  margin-right: 10px;
  display: inline-block;
}

.ticker li .stock-percentage {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ticker li .stock-percentage .stock-icon {
  font-weight: 700;
}

.ticker li .stock-percentage.up {
  color: #71CC46;
}

.ticker li .stock-percentage.up .stock-icon::before {
  content: "";
}

.ticker li .stock-percentage.down {
  color: #F54D4D;
}

.ticker li .stock-percentage.down .stock-icon::before {
  content: "";
}

.stock-icon {
  font-family: icons;
  margin-left: 10px;
}

.show-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

.subscribe-logo {
  width: 100%;
  max-width: 190px;
  margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
  .page-id-25494 #newsletters-subscriber-form .vc_single_image-img {
    width: 970px;
    margin-left: -60%;
  }
  .live-updates-container {
    width: 30%;
  }
  .featured-container {
    width: 70%;
  }
  .headline-news-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .headlines-wrap {
    width: 65%;
    padding-right: 2%;
  }
  .subs1 {
    width: 35%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1100px) {
  .single-post .content .col-desk-3:first-child {
    width: 33.3%;
  }
  .single-post .content .col-desk-3:nth-child(3) {
    width: 100%;
  }
  .single-post .content .col-desk-6 {
    width: 66.7%;
  }
  .single-post .content > .grid {
    width: 95%;
  }
  .single-post .content .single-content {
    padding-right: 0;
  }
  .features-container .grid {
    width: 100% !important;
  }
  .features-container .grid .col-desk-6 .col-desk-6 {
    padding: 0;
  }
  .newsletter-section > .grid {
    width: 95% !important;
  }
  .subs2 .subscription-box > * {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .live-updates-container {
    width: 33.4%;
  }
  .featured-container {
    width: 66.6%;
  }
  .headline-news-container {
    width: 100%;
  }
  .nav-section .menu {
    display: none;
  }
}

@media only screen and (max-width: 1020px) {
  .megamenu .grid {
    width: 98% !important;
  }
  .megamenu .col-desk-3 {
    width: 33.3%;
  }
  .megamenu .col-desk-9 {
    width: 66.6%;
  }
  .related-container .grid {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .header-search-mega {
    display: block;
  }
  .megamenu {
    padding: 20px 0;
  }
  .nav-header .header-search {
    display: none;
  }
  .lower-sections {
    display: block;
  }
  .mega-first-item ul {
    margin: 0;
  }
  .single-post .content {
    border-bottom: none;
    padding-bottom: 0;
  }
  #dn-post-title {
    font-size: 36px;
  }
  .megamenu {
    padding-bottom: 0;
  }
  .megamenu .col-desk-9 {
    display: none;
  }
  .megamenu .col-desk-3 {
    width: 100%;
    max-width: 500px;
    border: none !important;
  }
  .single-post .content .col-desk-3:first-child {
    width: 100%;
  }
  .single-post .content .col-desk-3:nth-child(3) {
    width: 100%;
  }
  .single-post .content .col-desk-6 {
    width: 100%;
  }
  .single-post .content .single-content {
    padding-left: 0;
  }
  .card-archive .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-archive .card img {
    margin-left: 0px;
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    padding-bottom: 10px;
  }
  .mobile-video {
    display: block;
  }
  .vid-desktop,
  .slider-video-large {
    display: none;
  }
  .video-section .column-heading {
    display: block;
  }
  .slider-video-small .col-mob-4 {
    margin: 20px 0;
  }
  .card-featured-list-first .imglink {
    width: auto;
  }
  .card-featured-large img {
    height: auto;
  }
  .card-featured-list-first .imgbox {
    height: unset !important;
  }
}

@media only screen and (max-width: 767px) {
  .search-input:hover + label span.icon, .search-input:focus + label span.icon {
    -webkit-transform: translate3d(-265px, -3px, 0px);
            transform: translate3d(-265px, -3px, 0px);
  }
  .page-id-25494 #newsletters-subscriber-form .vc_col-sm-6 + .vc_col-sm-6,
  .page-id-25494 #newsletters-subscriber-form .vc_single_image-img {
    display: none;
  }
  #recent-newsletters-container {
    margin-top: 0;
    padding: 0 0 20px;
  }
  #recent-newsletters-container .column-heading {
    margin-top: 0;
  }
}

@media only screen and (max-width: 620px) {
  .headline-news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headline-news-container > * {
    width: 100%;
    padding-left: 0;
    margin: 0;
    padding-right: 0;
  }
  .card-featured-large .card_title,
  h1 {
    font-size: 36px;
    line-height: 1;
  }
  #sidebar-blog-ad {
    display: none;
  }
  .site-footer ul a {
    font-size: 16px;
  }
  .site-footer ul a {
    padding: 7px 10px;
  }
  .archive-wrap > .grid {
    width: 100%;
  }
  .archive-wrap .shift-content-right {
    width: 100%;
    float: none;
  }
  .live-updates-container {
    width: 100%;
  }
  .featured-container {
    width: 100%;
  }
  .headline-news-container .headlines-list > * {
    width: 100%;
  }
  .subs2 .button,
  .subs2 input[type="submit"] {
    display: table;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .features-container .post-creation-details {
    display: none;
  }
  .featured-image-wrap figcaption {
    font-size: 10px;
  }
  .search-input {
    padding-left: 0;
  }
  .search-input + label {
    max-width: 0px;
    display: block;
    overflow: hidden;
  }
  .search-input:hover, .search-input:focus {
    max-width: 320px;
    min-width: 320px;
  }
  .search-input:hover + label span.icon,
  .search-input:focus + label span.icon {
    -webkit-transform: translate3d(-361px, -3px, 0px);
            transform: translate3d(-361px, -3px, 0px);
  }
  .subs1 {
    display: none;
  }
  .card-featured-list-first .card,
  .features-container .card-normal .card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .card-featured-list-first .card .card-content,
  .features-container .card-normal .card .card-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .card-featured-list-first .card .imgbox img,
  .features-container .card-normal .card .imgbox img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 134px;
    height: 75px !important;
  }
  .subs2 .subscription-box #newsletter-subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subs2 .subscription-box #newsletter-subscribe-form input[type="email"],
  .subs2 .subscription-box #newsletter-subscribe-form input[type="text"] {
    text-align: center;
    margin-bottom: 10px;
  }
  .section.home-first {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section-black {
    padding: 30px 0;
  }
  .nlh1 {
    display: none;
  }
  .timeline-item {
    display: none;
  }
  .timeline-item:nth-child(1), .timeline-item:nth-child(2), .timeline-item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .timeline-item:nth-child(3) {
    border: none;
  }
  .archive-wrap {
    padding-top: 20px;
  }
  .archive-wrap .page-title {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .page-template-default h1:first-child {
    margin-top: 0;
  }
  .post-creation-details .slash-divider {
    display: none;
  }
  .post-creation-details .author-wrap,
  .post-creation-details .posted-on {
    display: table;
    clear: both;
    margin: 2px 0;
  }
  .featured-image-wrap img, .featured-image {
    height: auto;
  }
}

@media only screen and (max-width: 425px) {
  .site-footer .logo-con {
    margin-bottom: 30px;
  }
  .site-footer .logo-con br {
    display: none;
  }
  .site-footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .site-footer ul {
    margin-bottom: 10px;
  }
  .single-post .subscription-box {
    margin-top: 20px;
  }
  .logo {
    max-width: 184px;
    display: block;
    margin: auto;
  }
  .search-input:hover, .search-input:focus {
    max-width: 240px;
    min-width: 240px;
  }
  .search-input:hover + label span.icon,
  .search-input:focus + label span.icon {
    -webkit-transform: translate3d(-281px, -3px, 0px);
            transform: translate3d(-281px, -3px, 0px);
  }
  .mega-menu-cat {
    display: none;
  }
  .featured-image {
    max-height: 770px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
    height: 340px;
    margin: auto;
    display: block;
  }
  .mobile-container {
    width: 95%;
    margin: auto;
  }
  .post-info-list {
    max-width: 100%;
  }
  .post-info-list .post-creation-details {
    max-width: 200px;
  }
  .stick-wrap .social-icons-con {
    display: none;
  }
  .social-icons-con {
    margin-top: 20px !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    border-top: 1px solid #ddd;
    padding-top: 16px;
  }
  .social-icons-con a {
    margin-right: 20px;
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  .subs2 .subscription-box #newsletter-subscribe-form {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */