/*
Theme Name: Freesite Theme
Description: Parent theme for freesite - This file was generated by /wp-content/themes/freesite-theme/scss/parentstyle.scss on 2019-08-22
Text Domain: fool-freesite-theme
Author: globaltech@fool.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.site-header {
  display: grid;
  grid-gap: 10px;
  background: #066fc4;
  padding: 0.5rem;
}
.site-header #screen-logo {
  height: 3rem;
}
.site-header .a {
  grid-column: col 1;
  grid-column-start: 1;
}
.site-header .b {
  grid-column: col 2;
  grid-column-start: 2;
}
.site-header ::placeholder {
  font-family: "Hind", arial, sans-serif;
}

.tophat-nav {
  list-style: none;
  margin: 1rem 0 0;
  display: none;
}

.tophat-nav li {
  font-size: 0.9em;
  font-family: "Hind","Roboto Condensed",sans-serif;
  padding-bottom: 0.5em;
}

.tophat-nav li a {
  display: block;
  color: #fc3;
  font-family: "Hind", "Oxygen", "Arial Narrow", Arial, sans-serif;
}

.tophat-nav li a span {
  height: 2.5em;
  width: 2.5em;
  border-radius: 50%;
  background: #fff;
  color: #fff;
  /*padding: 5px;*/
  text-align: center;
  font-size: 0.9em;
  margin-right: 0.8em;
  display: inline-block;
  line-height: 2.2em;
  border: 2px solid rgba(255, 255, 255, 0.2);
  font-family: "Roboto Condensed",sans-serif;
}

.tophat-nav li a:hover {
  color: #fff;
}

/* Products for mega menu */
li.product a {
  line-height: 2.0em !important;
}

li.product a:before {
  content: 'RPT';
  background: transparent;
}

li.product.mega-product a:before {
  height: 2.5em !important;
  width: 2.5em !important;
  border-radius: 50%;
  background: #f90;
  color: #fff !important;
  text-align: center;
  font-size: 0.8em !important;
  margin-right: 0.8em !important;
  display: inline-block;
  line-height: 2.2em !important;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-family: "Roboto Condensed",sans-serif !important;
  text-transform: uppercase;
  font-weight: bold !important;
}

li.product li:not(.mega-product) a:before {
  content: '' !important;
  background: transparent !important;
  border: none;
  display: none;
}

li.mega-button {
  margin-left: 3rem !important;
}

.mega-button a {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  padding: 0 1rem !important;
  border-radius: 3px !important;
  margin-left: 3rem;
  display: inline-block !important;
}

.mega-button a:before {
  display: none !important;
}

/*-------------------------------------------
FOUNDATION RESETS
--------------------------------------------*/
html {
  height: 100%;
}

body {
  height: 100%;
  background: #eee;
}

.row {
  max-width: 100%;
  padding: 0 1em;
}

img {
  padding: 0;
  margin: 0;
  display: block;
}

figure {
  position: relative;
}

ul, ol {
  list-style: inherit;
  margin-left: 2em;
}

#print-logo {
  display: none;
}

/*-------------------------------------------
TYPOGRAPY
--------------------------------------------*/
h1 {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: -0.03em;
  margin-bottom: 1em;
  line-height: 1em;
}

h2 {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin-bottom: 1em;
  line-height: 1.3em;
}
h2.sub-heading {
  padding-bottom: 0.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
}

h3 {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
}

h4 {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 1em;
  letter-spacing: -0.04em;
}

p, li, dt, dd, textarea {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #000;
  font-weight: 400;
}

th, td {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

ol li {
  list-style-type: decimal;
}

button,
.button {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

a {
  color: #0a7cc4;
}

a:hover {
  color: #025490;
}

.page article h1 {
  margin-bottom: 1em;
}
.page article h3 {
  margin-bottom: 1em;
  font-weight: 700;
}

.byline {
  font-size: 0.7em;
  line-height: 1em;
  font-weight: 700;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 0.5em;
  color: #444;
}
.byline span {
  color: #888;
}

small,
.small {
  font-size: 0.9em;
}

figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 0.8em;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.3em;
}

body.archive.tag h1, body.archive.category h1 {
  margin-bottom: 0.2em;
}
body.archive.tag h2.term-description, body.archive.category h2.term-description {
  font-size: 1em;
  padding-bottom: 20px;
  font-weight: 700;
}

/*-------------------------------------------
GLOBAL HEADER / NAV
--------------------------------------------*/
@media (max-width: 399px) {
  #screen-logo {
    width: 200px;
  }
}

#main-header #header-navigation .menu > li.flag.has-dropdown > a {
  font-size: 0em;
  padding-left: 32px;
}

#main-header {
  background: #066FC4;
  position: fixed;
  width: 100%;
  z-index: 100;
  padding: 0.6em;
  /* Main nav dropdown */
  /* dropdown caret */
  /* Menu button on mobile/tablet */
  /* Hackity hacks to make F6 dropdowns display the way we'd like. */
  /*-------------------------------------------
  SEARCH
  --------------------------------------------*/
  /* Mobile */
}
#main-header #header-title {
  width: 250px;
  float: left;
}
#main-header #header-title a {
  vertical-align: text-bottom;
}
#main-header #header-title h1 {
  position: absolute;
  top: -800px;
}
#main-header #header-nav-toggle {
  display: none;
}
@media (max-width: 1024px) {
  #main-header #header-nav-toggle {
    display: block;
  }
}
#main-header #header-nav-toggle a:before {
  content: 'OPEN ';
}
#main-header #header-nav-toggle.menu-open a {
  background: #c30;
}
#main-header #header-nav-toggle.menu-open a:before {
  content: 'CLOSE ';
}
#main-header #header-navigation {
  float: right;
  width: auto;
  margin-top: 0.5em;
  position: relative;
  /* CTA button for use in top nav, i.e., "Latest Stock Picks" */
  /* Flag sprite for dropdown */
  /* Icon sprite for dropdown */
  /* Stock Advisor */
  /* Dividend Investor */
  /* Hidden Gems */
  /* MDP */
  /* Pro */
  /* Aktienbuch */
  /* Hidden Winners */
  /* Share Dealing */
  /* All Products */
  /* Everlasting Income */
  /* Stock Advisor Gold */
  /* Rule Breakers */
  /* Discovery */
  /* Discovery VIP */
  /* Extreme Opportunities */
  /* Artificial Intelligence */
  /* Nebenwerte Perlen */
  /* Crypto */
  /* Generic Report */
  /* Moneymakers */
  /* Stocks 2018 */
  /* Krypto */
  /* Download */
  /* Kuenstliche Intelligenz */
  /* Ultimate 8 */
  /* Marijuana Mavericks */
  /* Resource Explorer */
  /* Resource Explorer VIP */
  /* Sonderbericht Biotech */
  /* Dividenden Bericht 2018 */
  /* Biotech Breakthroughs */
  /* Platinum */
  /* Gamne Changers */
  /* Marihuana Dossier */
}
#main-header #header-navigation #main-search {
  float: right;
  min-width: 20px;
  margin-top: -1px;
}
#main-header #header-navigation .menu li a {
  height: 18px;
  line-height: 1em;
  color: #fff;
}
#main-header #header-navigation .menu li a:hover {
  color: #fc3;
}
#main-header #header-navigation .menu li a:hover:before {
  transform: scale(1.3);
  transition: all .2s ease-in-out;
}
#main-header #header-navigation .menu > li > a {
  line-height: inherit;
  padding: 0 1rem 0 0;
  outline: none;
}
#main-header #header-navigation .menu-item {
  text-transform: uppercase;
  padding: 0 1em;
  font-size: 15px;
}
#main-header #header-navigation .menu .active > a {
  background: transparent;
}
#main-header #header-navigation li.nav-cta {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjY2YyZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1YTMwOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') !important;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fccf2d), color-stop(100%, #e5a309)) !important;
  background-image: -moz-linear-gradient(top, #fccf2d 0%, #e5a309 100%) !important;
  background-image: -webkit-linear-gradient(top, #fccf2d 0%, #e5a309 100%) !important;
  background-image: linear-gradient(to bottom, #fccf2d 0%, #e5a309 100%) !important;
  border-radius: 5px;
  border-bottom: none !important;
  transition: all .6s ease !important;
}
#main-header #header-navigation li.nav-cta a {
  padding: 0;
  text-transform: none;
  color: #000;
}
#main-header #header-navigation li.nav-cta:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjg2YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzUwYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') !important;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff86b), color-stop(100%, #ffc50a)) !important;
  background-image: -moz-linear-gradient(top, #fff86b 0%, #ffc50a 100%) !important;
  background-image: -webkit-linear-gradient(top, #fff86b 0%, #ffc50a 100%) !important;
  background-image: linear-gradient(to bottom, #fff86b 0%, #ffc50a 100%) !important;
  cursor: pointer;
}
#main-header #header-navigation li.nav-cta:hover a {
  color: #c30;
}
#main-header #header-navigation li.flag a {
  padding-left: 38px;
  background-image: url(/wp-content/common-images/flag_sprite11.svg);
  background-repeat: no-repeat;
  height: 31px;
  font-size: 13px;
  line-height: 31px;
  margin-right: 10px;
  position: relative;
  display: block;
  background-position: 0px 0px;
}
#main-header #header-navigation li.flag a:hover {
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px 0 0 25px;
}
#main-header #header-navigation li.flag.au a {
  background-position: 0px -31px;
}
#main-header #header-navigation li.flag.us a {
  background-position: 0px -62px;
}
#main-header #header-navigation li.flag.uk a {
  background-position: 0px -93px;
}
#main-header #header-navigation li.flag.de a {
  background-position: 0px -124px;
}
#main-header #header-navigation li.flag.ca a {
  background-position: 0px -155px;
}
#main-header #header-navigation li.flag.sg a {
  background-position: 0px -186px;
}
#main-header #header-navigation li.flag.hk a {
  background-position: 0px -216px;
}
#main-header #header-navigation li.flag.jp a {
  background-position: 0px -248px;
}
#main-header #header-navigation li.product a {
  padding-left: 0;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  margin-right: 10px;
  position: relative;
  display: block;
}
#main-header #header-navigation li.product a:before {
  background-image: url(/wp-content/common-images/sprite-products1.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  float: left;
  margin-right: 0.5em;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#main-header #header-navigation li.product.sa a:before {
  background-position: 0px 0px;
}
#main-header #header-navigation li.product.di a:before {
  background-position: 0px -31px;
}
#main-header #header-navigation li.product.hg a:before {
  background-position: 0px -62px;
}
#main-header #header-navigation li.product.mdp a:before {
  background-position: 0px -93px;
}
#main-header #header-navigation li.product.pro a:before {
  background-position: 0px -124px;
}
#main-header #header-navigation li.product.ab a:before {
  background-position: 0px -155px;
}
#main-header #header-navigation li.product.hw a:before {
  background-position: 0px -186px;
}
#main-header #header-navigation li.product.sd a:before {
  background-position: 0px -217px;
}
#main-header #header-navigation li.product.all a:before {
  background-position: 0px -248px;
}
#main-header #header-navigation li.product.ei a:before {
  background-position: 0px -279px;
}
#main-header #header-navigation li.product.sag a:before {
  background-position: 0px -310px;
}
#main-header #header-navigation li.product.rb a:before {
  background-position: 0px -341px;
}
#main-header #header-navigation li.product.dsc a:before {
  background-position: 0px -372px;
}
#main-header #header-navigation li.product.vip a:before {
  background-position: 0px -403px;
}
#main-header #header-navigation li.product.eo a:before {
  background-position: 0px -434px;
}
#main-header #header-navigation li.product.ai a:before {
  background-position: 0px -465px;
}
#main-header #header-navigation li.product.np a:before {
  background-position: 0px -496px;
}
#main-header #header-navigation li.product.cr a:before {
  background-position: 0px -527px;
}
#main-header #header-navigation li.product.rpt a:before {
  background-position: 0px -558px;
}
#main-header #header-navigation li.product.mm a:before {
  background-position: 0px -589px;
}
#main-header #header-navigation li.product.st a:before {
  background-position: 0px -620px;
}
#main-header #header-navigation li.product.kr a:before {
  background-position: 0px -651px;
}
#main-header #header-navigation li.product.dl a:before {
  background-position: 0px -682px;
}
#main-header #header-navigation li.product.ki a:before {
  background-position: 0px -713px;
}
#main-header #header-navigation li.product.u8 a:before {
  background-position: 0px -744px;
}
#main-header #header-navigation li.product.mj a:before {
  background-position: 0px -775px;
}
#main-header #header-navigation li.product.re a:before {
  background-position: 0px -806px;
}
#main-header #header-navigation li.product.rev a:before {
  background-position: 0px -837px;
}
#main-header #header-navigation li.product.sb a:before {
  background-position: 0px -868px;
}
#main-header #header-navigation li.product.db a:before {
  background-position: 0px -899px;
}
#main-header #header-navigation li.product.bio a:before {
  background-position: 0px -930px;
}
#main-header #header-navigation li.product.pl a:before {
  background-position: 0px -961px;
}
#main-header #header-navigation li.product.gc a:before {
  background-position: 0px -992px;
}
#main-header #header-navigation li.product.md a:before {
  background-position: 0px -1023px;
}
#main-header .dropdown.menu .is-dropdown-submenu {
  margin-top: 1rem;
  padding: 1em 0;
  border: none;
  border-radius: 0 0 5px 5px;
  border-top: none;
  width: 250px;
  background: #066FC4;
}
#main-header .dropdown.menu .is-dropdown-submenu li a {
  font-size: 13px;
}
#main-header .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  right: 0;
  border-color: #000 transparent transparent;
}
#main-header #header-nav-toggle {
  width: 80px;
  float: right;
}
#main-header .dropdown.menu > li.opens-right > .is-dropdown-submenu,
#main-header .dropdown.menu > li.opens-left > .is-dropdown-submenu,
#main-header .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  left: -.5rem !important;
}
#main-header .dropdown.menu > li.opens-right:last-child .is-dropdown-submenu,
#main-header .dropdown.menu > li.opens-left:last-child .is-dropdown-submenu,
#main-header .is-dropdown-submenu-parent.opens-inner:last-child .is-dropdown-submenu {
  left: -1.2rem !important;
}
#main-header label {
  display: inline-block;
}
#main-header input[type="search"] {
  display: inline-block;
  margin: 0;
}
#main-header .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'foundation-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main-header .glyphicon-search:before {
  content: "\f16c";
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  color: #066FC4;
}
#main-header .search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  border: 1px solid #fff;
  background: white;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main-header .search-box + label .search-icon {
  color: black;
}
#main-header .search-box:hover {
  color: white;
  background: #B2E4F9;
}
#main-header .search-box:hover + label .search-icon {
  color: white;
}
#main-header .search-box:focus {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: inset 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
  padding-left: 15px;
  cursor: text;
  width: 300px;
  border-radius: auto;
  background: white;
  color: black;
}
#main-header .search-box:focus + label .search-icon {
  color: black;
}
#main-header .search-box:not(:focus) {
  text-indent: -5000px;
}
#main-header #search-submit {
  position: relative;
  left: -5000px;
}
#main-header .search-icon {
  position: relative;
  top: 3px;
  left: -27px;
  color: white;
  cursor: pointer;
  font-size: 1.3em;
}
@media (max-width: 1025px) {
  #main-header {
    position: relative;
  }
  #main-header #header-navigation {
    background: #066FC4;
    width: 100%;
    position: relative;
    display: none;
  }
  #main-header #header-navigation #main-search {
    float: none;
    padding: 1em;
  }
  #main-header #header-navigation #menu-main-menu {
    float: none !important;
    padding-top: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #main-header #header-navigation ul {
    margin-top: 0;
  }
  #main-header #header-navigation ul li:last-child {
    border: none;
  }
  #main-header #header-navigation .menu > li > a {
    padding-left: 1em;
  }
  #main-header #header-navigation .dropdown.menu .is-dropdown-submenu {
    border: none;
    box-shadow: none;
  }
  #main-header #header-navigation .flag.has-dropdown {
    padding-left: 1em;
  }
  #main-header #header-navigation .menu > li {
    display: block;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 1em 0;
  }
  #main-header #header-navigation .menu > li > a {
    display: inline-block;
  }
  #main-header #header-navigation .is-dropdown-submenu {
    position: relative;
  }
  #main-header #header-navigation.menu-open {
    display: block !important;
  }
  #main-header #header-nav-toggle a {
    position: absolute;
    top: 0;
    right: 0.5em;
    background: #074875;
    text-align: center;
    padding: 0.3em 1em;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1em;
    line-height: 2rem;
    font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
  }
}
@media screen and (max-width: 1025px) and (max-width: 379px) {
  #main-header #header-nav-toggle a {
    margin-top: 15px;
    padding: 0.1em 0.7em;
    font-size: 0.9em;
  }
}

#main-header a {
  color: rgba(0, 0, 0, 0.7);
}

/*-------------------------------------------
HOME PAGE HERO 
--------------------------------------------*/
#hero-container {
  position: relative;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 67px;
  /* MOBILE */
}
#hero-container .overlay {
  position: absolute;
  z-index: 2;
  height: calc(100% - 67px);
  width: 100%;
  padding-top: 67px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF333333', endColorstr='#FF333333');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #000000), color-stop(50%, rgba(0, 0, 0, 0.65)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.65) 50%, #000000 100%);
  background-image: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.65) 50%, #000000 100%);
  background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.65) 50%, #000000 100%);
  display: none;
}
#hero-container .hero-content {
  margin: 2rem 0;
  padding: 3rem 0 2rem;
  text-align: center;
  position: relative;
  z-index: 3;
}
#hero-container .hero-content h1 {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3em;
  color: #fff;
}
#hero-container .hero-content p {
  color: #fff;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
}
#hero-container .button {
  margin: 2em auto;
  padding: 1em 2em;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  background: #393;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #0187da;
  color: #fff;
}
#hero-container .button:hover {
  background: white !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(2, 66, 105, 0.3) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(2, 66, 105, 0.3) !important;
  box-shadow: 0px 0px 5px 0px rgba(2, 66, 105, 0.3) !important;
  color: #0187da !important;
}
#hero-container h1 {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8em;
  color: white;
  color: #fc3;
  margin: 0 0 0.3em 0;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.03em;
}
#hero-container h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1023px) {
  #hero-container h1 {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  #hero-container h2 {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  #hero-container .overlay {
    top: 0;
    height: 100%;
  }
}

/*------------------------------------------- 
HOME - GENERAL 
-------------------------------------------*/
.home h2 {
  text-transform: uppercase;
  font-size: 1.2em;
}
.home .news-item h2 {
  text-align: center;
}
.home #product-promos .disclosure {
  text-align: center;
}

/*------------------------------------------- 
HOME - SECONDARY CONTAINER 
-------------------------------------------*/
#secondary-container {
  margin-bottom: 1em;
  /* Background color for highlighted column */
  /* Featured Story */
}
#secondary-container h2 {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  padding: 0;
  margin: 0 0 1.0em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#secondary-container .highlighted {
  background: #fff;
  border-top: none;
  /* @include border-radius(0 0 10px 10px); */
}
#secondary-container > div, #secondary-container > aside {
  padding-top: 2em;
}
#secondary-container a .news-item {
  transition: background-color 0.5s ease;
}
#secondary-container a .news-item h3 {
  color: #fff;
}
#secondary-container a .news-item:hover h3 {
  color: #fc3;
}
#secondary-container a .news-item p {
  color: rgba(255, 255, 255, 0.8);
}
#secondary-container a .news-item p.byline span {
  color: rgba(255, 255, 255, 0.4);
}
#secondary-container .news-item {
  margin: 0 0 2em 0;
  background: #066FC4;
  background: #222;
  transition: background-color 0.5s ease;
}
#secondary-container .news-item header {
  background: #000;
  padding: 1.2rem;
}
#secondary-container .news-item h3 {
  font-size: 2.2em;
  letter-spacing: -0.02em;
  font-weight: bold;
  padding-bottom: 0.2em;
}
#secondary-container .news-item figure {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#secondary-container .news-item figure .overlay {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(25%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 25%);
  background-image: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 25%);
  background-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 25%);
  position: absolute;
  width: 100%;
  height: 100%;
}
#secondary-container .news-item figure img {
  width: 100%;
}
#secondary-container .news-item div {
  border-top: none;
  border-radius: 0 0 5px 5px;
}
#secondary-container .news-item div p:not(.byline) {
  font-size: 0.9em;
  color: #fff;
}
#secondary-container .news-item:hover {
  cursor: pointer;
}
#secondary-container .news-item:hover h3,
#secondary-container .news-item:hover p {
  color: #fff;
}
#secondary-container button.more a:hover {
  color: #fff;
}

/*------------------------------------------- 
HOME - TERTIARY CONTAINER
-------------------------------------------*/
#tertiary-container {
  margin-bottom: 3rem;
}
#tertiary-container .promo-item .wrap {
  position: relative;
  display: table;
  padding: 1.5em 1.2em 0.5em;
  background: #fff;
  width: 100%;
}
#tertiary-container .promo-item .wrap:first-child {
  margin-left: 0;
}
#tertiary-container .promo-item .wrap:last-child {
  margin-right: 0;
}
#tertiary-container .promo-item .wrap:hover {
  cursor: pointer;
}
#tertiary-container .promo-item .wrap:hover button {
  color: #fff;
  background: #066FC4;
}
#tertiary-container .promo-item figure {
  text-align: center;
}
#tertiary-container .promo-item figure img {
  width: 80px;
}
#tertiary-container .promo-item h3 {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #5ca31a;
  background-image: url(/wp-content/common-images/icon-cap.svg);
  background-repeat: no-repeat;
  top: -5px;
  left: -5px;
  color: #fff;
  padding: 1em;
}
#tertiary-container .promo-item h3.school {
  background-color: #9151db;
}
#tertiary-container .promo-item h3.reports {
  background-color: #5ca31a;
}
#tertiary-container .promo-item h3.limited-offer {
  background-color: #ca3817;
}
#tertiary-container .promo-item h3.special-offer {
  background-color: #cc7a00;
}
#tertiary-container .promo-item h4 {
  font-size: 1.2em;
  line-height: 1em;
  color: #0a7cc4;
}
#tertiary-container .promo-item p {
  line-height: 1.2em;
  color: #000;
}
#tertiary-container .promo-item button {
  display: table-cell;
  vertical-align: bottom;
  margin-top: 1.5rem;
}

/*------------------------------------------- 
HOME - ARTICLE LIST 
-------------------------------------------*/
ul.article-listing {
  margin-left: 0;
  margin-bottom: 2em;
  list-style-type: none;
}
ul.article-listing li {
  padding: 0;
  margin-bottom: 1rem;
}
ul.article-listing li:last-child hr {
  border-color: transparent;
}
ul.article-listing a h3 {
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.1em;
}
@media screen and (max-width: 1023px) and (min-width: 611px) {
  ul.article-listing a h3 {
    font-size: 1.8em;
  }
}

ul.article-listing a:hover h3 {
  /* color:$link-color; */
}
ul.article-listing img {
  width: 100%;
  float: left;
  margin: 0 0.5rem 1rem 0;
}
ul.article-listing hr {
  text-align: center;
  border-color: transparent;
  margin: 0em auto;
}

/*-------------------------------------------
POSTS (ARTICLES) 
-------------------------------------------*/
#main-post {
  padding-top: 24px;
}
#main-post article {
  background: #fff;
  border-radius: 5px 0 0 5px;
  padding: 3.0rem;
}
#main-post article header h1 {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 3em;
  letter-spacing: -.03em;
  line-height: 1em;
  margin-bottom: 0.4em;
}
#main-post article h3 {
  font-weight: bold;
  margin-bottom: 0.3em;
}
#main-post article p {
  font-size: 1.1em;
}
#main-post article p.byline {
  font-size: 0.8em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.8em 0;
  margin-bottom: 2rem;
  line-height: 2em;
}
#main-post article p.byline .more-button {
  background: #0a7cc4;
  color: #fff;
  border-radius: 2px;
  padding: 0 0.9em;
  margin-right: .2em;
}
#main-post article p.breadcrumb {
  font-size: 0.9em;
  margin: 0 0 1rem;
  display: none;
  /* override this in custom css per country */
}
#main-post article .article-list {
  list-style: none;
  margin-left: 0;
}
#main-post article .article-list h2 {
  letter-spacing: -0.05em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  font-weight: 700;
}
#main-post article .article-list figure img {
  float: left;
  margin: 0 10px 0 0;
  width: 200px;
}
#main-post article .article-list p.byline {
  border: none;
  color: #666;
  padding: 0;
  margin-bottom: 0.5rem;
}
#main-post article .article-list .promo {
  font-size: 1em;
}
#main-post article .article-list li {
  clear: both;
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
#main-post article .article-list .small-4.columns {
  padding-left: 0;
}
#main-post article .promo {
  padding-bottom: 1rem;
}
#main-post article .promo p {
  font-size: 0.9em;
}
#main-post article .featured-image {
  margin-bottom: 2rem;
}
#main-post aside {
  background: #fff;
  border-radius: 0 5px 5px 0;
  padding: 3rem 2rem 3rem 0;
}
@media screen and (max-width: 1023px) {
  #main-post aside {
    padding: 3rem 1em !important;
  }
}

@media (max-width: 767px) {
  #main-post {
    padding-top: 2rem;
  }
}
@media (max-width: 479px) {
  #main-post article {
    padding: 1rem;
  }
  #main-post article header h1 {
    font-size: 2em;
  }
}
/* -----------------------------------------
SPECIAL OFFERS PAGES
----------------------------------------- */
.single-specialoffers .row {
  max-width: 68.8em;
}
.single-specialoffers article {
  background: #fff;
  margin-top: 3em;
  padding: 3em;
}

/* -----------------------------------------
ARTICLE DISCLOSURE
----------------------------------------- */
.article-disclosure {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 1rem;
  margin-top: 2rem;
}
.article-disclosure p {
  color: #666;
}

/* -----------------------------------------
SLIDE BOX (BOTTOM OF ARTICLES)
----------------------------------------- */
#slidebox {
  width: 400px;
  padding: 10px 20px;
  background-color: #fff;
  border-top: 3px solid #E28409;
  position: fixed;
  bottom: 0px;
  right: -430px;
  -moz-box-shadow: -2px 0px 5px #aaa;
  -webkit-box-shadow: -2px 0px 5px #aaa;
  box-shadow: -2px 0px 5px #aaa;
  z-index: 9999;
}
#slidebox h2 {
  color: #E28409;
  font-size: 24px;
  margin: 0px 20px 20px 0px;
  padding-top: 0;
  border-bottom: none;
}
#slidebox p,
#slidebox a.more {
  font-size: 11px;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
}
#slidebox a.more {
  cursor: pointer;
  color: #E28409;
}
#slidebox a.more:hover {
  text-decoration: underline;
}
#slidebox a.close {
  background: transparent url(/wp-content/common-images/close.png) no-repeat top left;
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  top: 3px;
  right: 10px;
  z-index: 99999;
}
#slidebox #ie-text {
  display: none;
}
#slidebox .no-ie .row .row {
  display: none;
}
#slidebox .no-ie #ie-text {
  display: block !important;
  color: #fff;
}

/*------------------------------------------- 
COMPANY PAGE TABS 
-------------------------------------------*/
.page-tabs {
  margin-bottom: 0;
}

.page-tabs::after {
  clear: both;
}

.page-tabs::before, .tabs::after {
  content: " ";
  display: table;
}

.page-tabs dd {
  float: left;
  margin-bottom: 0 !important;
  position: relative;
}

.page-tabs dd > a {
  color: #222;
  display: block;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  margin-right: 2px;
  font-weight: 200;
  font-size: 14px;
  padding: 10px 8px;
  background: #fff;
  border-bottom: 3px solid transparent;
}

.page-tabs dd.active a {
  background: #fff;
  color: #000;
  font-weight: 600;
  border-bottom: 3px solid #3F6072;
}

.page-tabs dd.active a:hover {
  text-decoration: none;
}

.page-tabs dd a:hover {
  background: #fff;
  color: #000;
  border-bottom: 3px solid #5185A5;
}

.company-page-tabs {
  margin-bottom: 20px;
}

/*------------------------------------------- 
SOCIAL SHARING BUTTONS 
-------------------------------------------*/
#social-buttons {
  background: transparent !important;
  width: 45px;
  position: fixed;
  text-align: center;
  padding-top: 10px;
  transform: translate(-180%, -240px);
  display: none;
}
#social-buttons a {
  width: 36px;
  height: 36px;
  background: url(/wp-content/common-images/social_icons2.svg) no-repeat;
  display: block;
  margin-bottom: 1em;
}
#social-buttons a:hover {
  cursor: pointer;
}
#social-buttons a.facebook {
  background-position: 0px 0px;
}
#social-buttons a.facebook:hover {
  background-position: 0px -36px;
}
#social-buttons a.twitter {
  background-position: -36px 0px;
}
#social-buttons a.twitter:hover {
  background-position: -36px -36px;
}
#social-buttons a.linkedin {
  background-position: -72px 0px;
}
#social-buttons a.linkedin:hover {
  background-position: -72px -36px;
}
#social-buttons a.google {
  background-position: -108px 0px;
}
#social-buttons a.google:hover {
  background-position: -108px -36px;
}
#social-buttons a.reddit {
  background-position: -144px 0px;
}
#social-buttons a.reddit:hover {
  background-position: -144px -36px;
}

/* Socal icons in sidebar */
#social-tools img {
  float: left;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  #main-post aside {
    padding: 0 1rem 2rem !important;
    border-radius: 0;
  }
  #main-post aside section {
    /* margin:0 2.8rem; */
  }

  #social-buttons {
    position: relative;
    width: inherit;
    transform: none;
    padding: inherit;
    text-align: left;
  }
  #social-buttons a {
    display: inline-block;
    margin-bottom: 0.5em;
  }
}
/*------------------------------------------- 
QUOTES CHARTS 
-------------------------------------------*/
.quote-chart {
  text-align: center;
}

table.quotes {
  margin: 2rem 0 3rem;
}
table.quotes td {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table.quotes td:nth-child(even) {
  text-align: right;
  font-weight: bold;
}
table.quotes td:nth-child(2) {
  border-right: 4px double #eee;
}

#chart-controls {
  list-style: none;
  margin-left: 2em;
}

#chart-controls li {
  display: inline-block;
  border-right: 1px solid #999;
  margin-right: 5px;
  padding-right: 5px;
  height: 20px;
  line-height: 1.5em;
}

#chart-controls li:last-child {
  border-right: 0px;
}

#chart-controls li a.chartSelected {
  font-weight: bold;
  color: #000;
}

.chart-legend {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

.chart-symbol {
  color: #006598;
  font-weight: bold;
}

.chart-benchmark {
  color: #c00;
  font-weight: bold;
}

.quote-price {
  text-align: center;
}
.quote-price h3 {
  font-size: 2em;
}
.quote-price p {
  font-size: 0.8em !important;
}

.up {
  color: #393;
}

.down {
  color: #c30;
}

.up > span.arrow,
.down > span.arrow {
  width: 0;
  height: 0;
  display: inline-block;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
}

.up > span.arrow {
  border-bottom: 0.7em solid #393;
}

.down > span.arrow {
  border-top: 0.7em solid #c30;
}

.neutral {
  /* IDC shows zero change after midnight(?) so showing zero for change is misleading; better to hide it. */
  visibility: hidden;
}

/*------------------------------------------- 
SIDEBAR / ASIDES
-------------------------------------------*/
#main-sidebar {
  /* This is to center up the ad in the sidebar. */
}
#main-sidebar .sidebar .textwidget {
  text-align: center;
}

/* Container for sidebar widgets */
#homepage-aside section {
  margin-bottom: 2rem;
}

aside section {
  margin-bottom: 2rem;
}
aside section h3 {
  padding: 0.5em 0.5em 0.5em 0;
  color: #444;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  font-size: 0.9em;
}
aside section p, aside section li {
  font-size: 0.9em;
}

/* Generic Sidebar Widgets */
.aside-widget {
  /* Don't apply the following settings to flipclock */
}
.aside-widget ul:not(.flip) {
  margin-left: 1rem;
}
.aside-widget ul:not(.flip) li {
  list-style: none;
  margin-bottom: 1em;
  margin-left: 0;
  font-size: 1em;
}
.aside-widget ul:not(.flip) li:before {
  content: '\203A';
  height: 0.5em;
  width: 0.5em;
  color: #c30;
  margin-right: 0.5em;
  font-weight: bold;
}
.aside-widget ul.menu > li {
  display: block;
}
.aside-widget ul.menu > li > a {
  display: inline;
  padding: inherit;
  line-height: inherit;
}

/*------------------------------------------- 
MULTI-PART ARTICLE INTRANAV
-------------------------------------------*/
div.intra-nav {
  border-left: 1px solid #ccc;
  margin: 0 0 1em 1em;
  padding: 0;
  width: 30%;
  float: right;
}
div.intra-nav ul {
  margin: 0 0 1em 1em;
}
div.intra-nav ul li {
  list-style: none;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0.5em 0;
  font-weight: bold;
}

div.intra-nav > ul > li.current_page_item {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
div.intra-nav > ul > li.current_page_item a {
  font-weight: bold;
  color: #000;
}

#lang_sel {
  z-index: 4;
}

/* -----------------------------------------
PAGINATION
----------------------------------------- */
div.pagination {
  margin: 10px 0;
}

.page-numbers {
  display: inline-block;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a.page-numbers,
span.page-numbers.current {
  border: 1px solid #aaa;
  padding: 0.5em 1em;
  margin: 10px 0 3px;
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
  color: #0a7cc4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

span.page-numbers.current {
  background: #0a7cc4;
  color: #fff;
}

/* Archive & Search pagination */
.pagination .current {
  display: block;
}

.prev-next {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 2px solid #eee;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.breadcrumbs li {
  font-size: 1em;
}

/* -----------------------------------------
DOGFISH
----------------------------------------- */
#dogfish {
  background: white;
  padding: 2rem;
  margin-bottom: 0;
}
#dogfish h3 {
  color: #066FC4;
  font-size: 1.3em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#dogfish a#dogfish-close {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

/* -----------------------------------------
    404
----------------------------------------- */
.error404 #main-post {
  background-image: url(/wp-content/common-images/404_child.jpg);
  background-size: cover;
  height: 500px;
  background-position: right bottom;
}
.error404 #main-footer {
  margin-top: 0;
}
.error404 #wrapper {
  background: transparent;
}
.error404 #wrapper section {
  background: rgba(255, 255, 255, 0.5);
  padding: 3rem;
}
.error404 #page-404 h2 {
  font-size: 2em;
  font-weight: bold;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.04em;
}
.error404 #page-404 h2.bottom {
  text-align: right;
}
.error404 figcaption {
  font-size: 0.9em;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
}

#error404-s {
  width: 400px;
  background: #fff;
  position: relative;
  color: #000;
}
@media screen and (max-width: 767px) {
  #error404-s {
    width: 100%;
  }
}

/*------------------------------------------- 
FOOL ONE REG FORM / WELCOME PAGE
-------------------------------------------*/
#main-post {
  padding-top: 24px;
}
@media (max-width: 1027px) {
  #main-post {
    padding-top: 0;
  }
}
#main-post .row {
  padding: 0;
}
#main-post #welcome-fool-one {
  background: transparent url("/wp-content/common-images/cap.svg") no-repeat;
  background-size: 100%;
  padding-bottom: 12rem;
}
#main-post #welcome-fool-one h1, #main-post #welcome-fool-one h2, #main-post #welcome-fool-one h3 {
  text-align: center;
}
#main-post #welcome-fool-one h1 {
  margin-bottom: 0.3em;
}
#main-post #welcome-fool-one h2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 0;
}
#main-post #welcome-fool-one .tos {
  font-size: 0.9em;
  text-align: center;
  padding: 1.3em 0 0;
  margin: 0;
}
#main-post #welcome-fool-one .foolone-form {
  background: rgba(2, 81, 153, 0.7);
  padding: 3rem 2rem 4rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#main-post #welcome-fool-one .foolone-form h3, #main-post #welcome-fool-one .foolone-form label {
  color: #fff;
}
#main-post #welcome-fool-one .foolone-form h3 {
  margin-bottom: 1em;
  line-height: 1.3em;
}
#main-post #welcome-fool-one .foolone-form .submit {
  padding-top: 2rem;
  text-align: center;
}
#main-post #welcome-fool-one .foolone-form .submit .button {
  font-size: 1.2em;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

/*-------------------------------------------
SEARCH RESULTS (ERROR) 
--------------------------------------------*/
#search-error {
  margin-top: 2em;
}
#search-error p {
  color: #C00;
  font-size: 1.5em !important;
}
#search-error input#search-box {
  margin-top: 1rem;
  width: 80%;
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#search-error input#search-submit {
  margin-top: 1rem;
  margin-left: 1rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #393;
  color: #fff;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  padding: .4em 1em;
}

/*------------------------------------------- 
AUTHOR PAGE
-------------------------------------------*/
.author-page h1 {
  padding-bottom: 0.5em;
  /* border-bottom:1px solid #eee; */
  margin-bottom: 1em;
}
.author-page img.avatar {
  float: left;
  padding: 0.2em;
  margin: -0.7rem 1.5rem 0 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #eee;
  shape-outside: circle();
}

/*------------------------------------------- 
FOOTER
-------------------------------------------*/
#main-footer {
  padding: 3rem 2rem;
  background: #0187da;
  margin-top: 1rem;
  text-align: center;
  clear: both;
}
#main-footer .menu {
  margin-bottom: 3rem;
}
#main-footer p, #main-footer li {
  font-size: 0.9em;
  color: #fff;
}
#main-footer a {
  color: #fc3;
}
#main-footer a:hover {
  color: #fff;
}
#main-footer li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0;
  display: inline-block;
}
#main-footer li a {
  padding: 0 1em;
  font-weight: bold;
}
#main-footer li:last-child {
  border: none;
}
#main-footer #fn-serverinfo {
  color: rgba(255, 255, 255, 0.1);
}

/* -----------------------------------------
AUTHOR BOX
----------------------------------------- */
.author-box {
  background: #eee;
  border: 1px solid #ccc;
  padding: 16px;
}

.author-box .avatar {
  border: 1px solid rgba(0, 0, 0, 0.2);
  float: left;
  width: 85px;
  height: 85px;
}

.author_gravatar {
  padding: 3px;
  border: 3px solid #fff;
}

.author-box h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  padding: 0;
  margin: 10px 0 0;
}

.author-box .author_gravatar {
  margin-bottom: 0;
  float: left;
}

body.author .author_gravatar {
  height: 128px;
  /* IE won't play nice without this */
  padding: 3px;
  border: 3px solid #eee;
  margin: 0 20px 10px 0;
}

/*------------------------------------------- 
MISC UTILITY & WIDGET
-------------------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter,
.align-center {
  text-align: center;
  margin: 1em auto;
}

#wrapper {
  background: #fff;
}
#wrapper.column, #wrapper.columns {
  padding-left: 0;
  padding-right: 0;
}

button.more {
  background: #d2ecf5;
  color: #0a7cc4;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

/* Spacer in case homepage hero isn't used. TO DO: Get rid of this hack. */
#hero-placeholder {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  #hero-placeholder {
    display: none;
  }
}

.tag-chiclet {
  padding-right: 0.5em;
}

.radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Taboola article widget */
.redistribution-widget {
  padding: 1.5rem;
  margin-bottom: 2rem;
  /* height:310px; */
}

/* Taboola article widget */
.taboola-right-rail-thumbnails {
  margin: 1.5rem 0;
}

/* -----------------------------------------
INDICES
------------------------------------------ */
#indices {
  /* No padding on these columns */
}
#indices .end.column,
#indices .end.columns {
  padding-right: 0;
}

#indiciesContainer div {
  padding-bottom: 1em;
  margin-bottom: 1.1em;
}
#indiciesContainer div:last-child {
  padding-bottom: 0;
  margin-bottom: 0.8em;
  border: none;
}

#marketIndices {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 1em 0;
  padding: 1em 1em 0.5em;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#marketIndices .ajaxLoader {
  position: static;
  display: block;
  margin: 0 auto;
  padding: 0;
}
#marketIndices span.company-name {
  color: #74736F;
  display: block;
  margin-bottom: 0.3em;
}
#marketIndices .price {
  font-weight: bold;
}
#marketIndices .pos .change {
  background: url("/wp-content/common-images/arrow_up_small.png") no-repeat 2px 3px;
  padding-left: 20px;
}
#marketIndices .neg .change {
  background: url("/wp-content/common-images/arrow_down_small.png") no-repeat 2px 3px;
  padding-left: 20px;
}
#marketIndices .pos .percent {
  color: #4A0;
}
#marketIndices .neg .percent {
  color: #c00;
}
#marketIndices div.six:last-child {
  padding-left: 14px;
}
#marketIndices div.index-h div {
  font-size: 12px;
  font-weight: bold;
  padding: 0.2em 0.3em 0.3em;
}
@media only screen and (max-width: 640px) {
  #marketIndices #marketIndices div.six:last-child {
    padding-left: 5px;
    margin-top: 6px;
  }
  #marketIndices #top-nav {
    margin-top: 40px;
  }
}

/* -----------------------------------------
CHARTIST OVERRIDES
----------------------------------------- */
/* Use this selector to override bar styles on bar charts. Bars are also strokes so you have maximum freedom in styling them. */
.ct-series-a .ct-bar,
.ct-series-b .ct-bar {
  /* Colour of your bars */
  /* stroke: #339933 !important; */
  /* The width of your bars */
  stroke-width: 20px;
  /* Yes! Dashed bars! */
}

.ct-series-a .ct-bar {
  stroke: #6BD675 !important;
}

.ct-series-b .ct-bar {
  stroke: #39B54A !important;
}

/* -----------------------------------------
FLIPCLOCK RESETS
----------------------------------------- */
/* GLOBAL RESETS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.flip-clock-wrapper {
  margin-bottom: 20px;
  margin-left: 0;
}

.flip-clock-wrapper ul,
.flip-clock-divider {
  float: none;
  display: inline-block;
}

.flip-clock-wrapper ul li {
  height: 105%;
}

.flip-clock-divider .flip-clock-label {
  text-transform: uppercase;
  top: 110px;
  font-size: 14px;
}

.flip-clock-divider.seconds .flip-clock-label {
  right: -100px;
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -98px;
}

.flip-clock-divider.hours .flip-clock-label {
  right: -92px;
}

.flip-clock-divider.days .flip-clock-label {
  right: -90px;
}

/* 
FOR WORDPRESS ASIDES (SIDEBAR WIDGET)~~~~~~~~~~~~~~~~~~~~~~*/
/* .aside-widget .flip-clock-wrapper ul li:before {
    content:'';
} */
.aside-widget .textwidget ul.flip {
  margin: 0 2px;
  box-shadow: none;
  margin-bottom: 20px;
}

.aside-widget ul.flip li {
  border: none;
}

.aside-widget ul.flip li {
  padding-top: 0;
}

.aside-widget .flip-clock-divider .flip-clock-label {
  top: 18px;
  font-size: 10px;
}

.aside-widget .flip-clock-divider {
  width: 10px;
  height: 30px;
}

.aside-widget .flip-clock-divider.seconds .flip-clock-label {
  right: -49px;
}

.aside-widget .flip-clock-divider.minutes .flip-clock-label {
  right: -46px;
}

.aside-widget .flip-clock-divider.hours .flip-clock-label {
  right: -42px;
}

.aside-widget .flip-clock-divider.days .flip-clock-label {
  right: -38px;
}

.aside-widget .flip-clock-wrapper {
  margin: 1em 0;
}

.aside-widget .flip-clock-wrapper ul {
  width: 20px;
  height: 28px;
  margin: 5px 1px;
}

.aside-widget .flip-clock-wrapper ul li {
  height: 150%;
}

.aside-widget .flip-clock-wrapper ul li a div.down {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.aside-widget .flip-clock-wrapper ul li a div div.inn {
  font-size: 18px;
  border-radius: 3px;
}

.aside-widget .flip-clock-dot {
  width: 3px;
  height: 3px;
  left: 4px;
}

.aside-widget .flip-clock-dot.top {
  top: -8px;
}

.aside-widget .flip-clock-dot.bottom {
  bottom: 28px;
}

.aside-widget .flip-clock-wrapper ul li {
  line-height: 28px;
}

/* 
FOR PAGES AND POSTS (RESPONSIVE) ~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 1110px) {
  /* MEDIUM SCREENS */
  .flip-clock-wrapper .flip {
    box-shadow: none;
  }

  .flip-clock-divider.seconds .flip-clock-label {
    right: -60px;
  }

  .flip-clock-divider.minutes .flip-clock-label {
    right: -58px;
  }

  .flip-clock-divider.hours .flip-clock-label {
    right: -50px;
  }

  .flip-clock-divider.days .flip-clock-label {
    right: -48px;
  }

  .flip-clock-wrapper {
    margin: 1em 0;
  }

  .flip-clock-wrapper ul {
    width: 30px;
    height: 40px;
    margin: 3px;
  }

  .flip-clock-wrapper ul li {
    height: 115%;
  }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 28px;
  }

  .flip-clock-dot {
    width: 5px;
    height: 5px;
    left: 7px;
  }

  .flip-clock-divider {
    height: 30px;
  }

  .flip-clock-divider .flip-clock-label {
    top: 35px;
    font-size: 11px;
  }

  .flip-clock-dot.top {
    top: 0px;
  }

  .flip-clock-dot.bottom {
    bottom: 15px;
  }

  .flip-clock-wrapper ul li {
    line-height: 38px;
  }

  /* Medium Modals */
  /* MODAL */
  #countdownModal .flip-clock-wrapper .flip {
    box-shadow: none;
  }

  #countdownModal .flip-clock-wrapper {
    margin: 1em 0 40px 0;
  }

  #countdownModal .flip-clock-wrapper ul {
    /************/
    width: 50px;
    /************/
    height: 70px;
    margin: 3px;
  }

  #countdownModal .flip-clock-wrapper ul li {
    height: 115%;
    line-height: 70px;
  }

  #countdownModal .flip-clock-wrapper ul li a div div.inn {
    font-size: 48px;
    line-height: 70px;
  }

  #countdownModal .flip-clock-dot {
    width: 5px;
    height: 5px;
    left: 7px;
  }

  #countdownModal .flip-clock-dot.top {
    top: 25px;
  }

  #countdownModal .flip-clock-dot.bottom {
    bottom: 25px;
  }

  #countdownModal .flip-clock-divider {
    height: 72px;
  }

  #countdownModal .flip-clock-divider .flip-clock-label {
    top: 82px;
  }

  #countdownModal .flip-clock-divider.seconds .flip-clock-label {
    right: -90px;
  }

  #countdownModal .flip-clock-divider.minutes .flip-clock-label {
    right: -90px;
  }

  #countdownModal .flip-clock-divider.hours .flip-clock-label {
    right: -80px;
  }

  #countdownModal .flip-clock-divider.days .flip-clock-label {
    right: -72px;
  }
}
/* SMALL SCREENS */
@media only screen and (max-width: 978px) {
  .flip-clock-wrapper .flip {
    box-shadow: none;
  }

  .flip-clock-divider {
    width: 10px;
  }

  .flip-clock-divider .flip-clock-label {
    top: 30px;
  }

  .flip-clock-divider.seconds .flip-clock-label {
    right: -55px;
  }

  .flip-clock-divider.minutes .flip-clock-label {
    right: -53px;
  }

  .flip-clock-divider.hours .flip-clock-label {
    right: -47px;
  }

  .flip-clock-divider.days .flip-clock-label {
    right: -43px;
  }

  .flip-clock-wrapper {
    margin: 1em 0;
  }

  .flip-clock-wrapper ul {
    width: 26px;
    height: 30px;
    margin: 5px 1px;
  }

  .flip-clock-wrapper ul li {
    height: 130%;
  }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 20px;
  }

  .flip-clock-dot {
    width: 3px;
    height: 3px;
    left: 4px;
  }

  #countdownModal .flip-clock-dot {
    width: 5px;
    height: 5px;
    left: 4px;
  }

  .flip-clock-dot.top {
    top: 5px;
  }

  .flip-clock-dot.bottom {
    bottom: 15px;
  }

  .flip-clock-wrapper ul li {
    line-height: 30px;
  }
}
/* SMALL MODALS */
@media only screen and (max-width: 727px) {
  #countdownModal .flip-clock-wrapper .flip {
    box-shadow: none;
  }

  #countdownModal .flip-clock-wrapper {
    margin: 1em 0 40px 0;
  }

  #countdownModal .flip-clock-wrapper ul {
    width: 30px;
    height: 45px;
    margin: 3px;
  }

  #countdownModal .flip-clock-wrapper ul li {
    height: 115%;
    line-height: 50px;
  }

  #countdownModal .flip-clock-wrapper ul li a div div.inn {
    font-size: 28px;
    line-height: 42px;
  }

  #countdownModal .flip-clock-dot {
    width: 5px;
    height: 5px;
    left: 4px;
  }

  #countdownModal .flip-clock-dot.top {
    top: 15px;
  }

  #countdownModal .flip-clock-dot.bottom {
    bottom: 15px;
  }

  #countdownModal .flip-clock-divider {
    height: 50px;
  }

  #countdownModal .flip-clock-divider .flip-clock-label {
    top: 58px;
    font-size: 12px;
  }

  #countdownModal .flip-clock-divider.seconds .flip-clock-label {
    right: -66px;
  }

  #countdownModal .flip-clock-divider.minutes .flip-clock-label {
    right: -62px;
  }

  #countdownModal .flip-clock-divider.hours .flip-clock-label {
    right: -55px;
  }

  #countdownModal .flip-clock-divider.days .flip-clock-label {
    right: -50px;
  }
}
/* -----------------------------------------
PRINT
----------------------------------------- */
@media print {
  #main-sidebar,
  #slidebox,
  #social-buttons,
  #main-header #header-nav-toggle,
  .redistribution-widget,
  .fool-ecap,
  .menu,
  #fn-serverinfo,
  .featured-image {
    display: none;
  }

  /* displays the URL after each anchor text */
  p a:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }

  p a[href^="#"]:after {
    display: none;
  }

  a[href^="/"]:after {
    display: none;
  }

  a[href^="https://"]:after {
    display: none;
  }

  #main-header #header-title img {
    float: left;
  }

  #screen-logo {
    display: none;
  }

  #print-logo {
    display: block;
    margin-left: 1.5cm;
  }

  #main-post {
    padding-top: 0;
  }
  #main-post article {
    padding-top: 1rem;
  }

  #main-footer {
    padding-top: 0;
  }
  #main-footer .menu {
    margin-bottom: 0;
  }

  @page :first {
    margin-top: 1.0cm;
  }
  @page {
    margin: 2cm 1.0cm;
  }
}
/* -----------------------------------------
MEGA MENU
----------------------------------------- */
/* Page content container needs to accommodate new header */
/* This style temporarily moved to conditional block on header.php. */
/* #secondary-container {
    padding-top:30px;
} */
/* Fixed position container that contains logo header/search and nav links */
#nav-container {
  position: fixed;
  width: 100%;
  z-index: 99;
}
#nav-container #main-search {
  text-align: right;
  height: 50px;
  padding-top: 7px;
}
#nav-container li.mega-menu {
  transition: all .5s ease;
  margin-bottom: 0;
}
#nav-container li.mega-menu:hover {
  background: #fff;
}
#nav-container li.mega-menu > a::after {
  display: none;
}
#nav-container li.mega-menu a.top-nav-link {
  color: #fff;
}
#nav-container li.mega-menu a.top-nav-link.hover[data-is-focus="false"], #nav-container li.mega-menu a.top-nav-link[aria-expanded="true"] {
  color: #0a7cc4;
  /* background:#000; */
}
#nav-container li.mega-menu a.top-nav-link.hover, #nav-container li.mega-menu a.top-nav-link:hover {
  color: #0a7cc4;
}
#nav-container #main-header {
  position: relative;
  display: flex;
  flex-direction: row;
}
#nav-container #main-header #header-title {
  width: 100%;
}
#nav-container #main-header #header-search {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#nav-container #main-header #header-search ul {
  align-self: flex-end;
}
#nav-container .top-bar {
  padding: 0;
}
#nav-container .top-bar > ul {
  width: 100%;
}
#nav-container .mega-menu .dropdown-pane {
  width: 100%;
  border-top: none;
  margin: 0 !important;
  left: 0% !important;
  right: 0% !important;
  max-height: 85vh;
  overflow-y: scroll;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  /************************************************
  MOBILE DROPDOWN PANE
  *************************************************/
}
#nav-container .mega-menu .dropdown-pane .menu-item {
  display: block;
}
@media screen and (max-width: 39.9375em) {
  #nav-container .mega-menu .dropdown-pane {
    max-height: calc(100vh - 275px - 50px);
  }
}
#nav-container .mega-menu .menu {
  background: none;
}
#nav-container .mega-menu > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  margin-left: 10px;
  margin-top: 11%;
}
#nav-container .is-dropdown-submenu {
  position: relative;
  background: #fff !important;
  border: none;
  top: inherit;
  left: inherit;
}
#nav-container .is-dropdown-submenu-item {
  margin-left: 20px;
}
#nav-container .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: auto;
}

/* End nav container */
.topbar-responsive {
  background: #108cf1;
  padding: 1rem 1.5rem;
  box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.5);
}
.topbar-responsive .menu {
  background: #2c3840;
}
.topbar-responsive .menu a {
  color: #369;
  transition: color 0.15s ease-in;
}
.topbar-responsive .menu a:hover {
  color: #000;
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive {
    padding: 0.75rem;
  }
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
    height: 60px;
  }
  .topbar-responsive span {
    position: absolute;
    right: 0;
    /* border: 1px solid #fefefe; */
    border-radius: 5px;
    padding: 7px 7px 4px;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .topbar-responsive span .menu-icon {
    margin-bottom: 4px;
  }

  #nav-container li.mega-menu {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav-container li.mega-menu:hover {
    background: #000;
  }

  #nav-container .top-bar-left {
    margin: 0 !important;
  }

  a.top-nav-link {
    color: #0a7cc4;
  }
  a.top-nav-link.hover[data-is-focus="false"], a.top-nav-link[aria-expanded="true"] {
    color: #5bbdfb !important;
    background: #000;
  }
  a.top-nav-link.hover, a.top-nav-link:hover {
    color: #5bbdfb;
  }
  a.top-nav-link.button {
    margin-left: 1rem;
  }
}
#nav-container .top-bar-left {
  float: none;
  margin: 0 2rem;
}
#nav-container .top-bar-left > ul.menu {
  background: #108cf1;
}

.top-bar-title {
  background: #108cf1;
}
.top-bar-title span {
  margin-right: 1rem;
}

.menu-icon:before {
  content: 'MENU';
  display: block;
  float: right;
  margin-right: 32px;
  color: #fff;
  padding-top: 2px;
}

.top-nav-link.button {
  background: #fc3;
  color: #000 !important;
  border-radius: 5px;
  padding: 6px 16px 5px;
  margin: 10px 10px 10px 0;
}
.top-nav-link.button:hover {
  background: #f90;
  color: #fff !important;
}

/* Widget Layout */
.row.expanded {
  /* This is the overall container for the sidebar */
  display: flex;
  flex-flow: row wrap;
  /* For each widget in the mega nav sidebar */
}
.row.expanded .widget-container {
  margin: 10px 20px 0 20px;
  padding-bottom: 60px;
  flex-basis: calc(30% - 3%);
}
@media only screen and (max-width: 796px) {
  .row.expanded .widget-container {
    flex-basis: 100%;
  }
}
.row.expanded .widget-container h3 {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.2em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
}
.row.expanded .widget-container .textwidget h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: none;
  border-bottom: none;
}
.row.expanded .widget-container .textwidget ul, .row.expanded .widget-container .textwidget ol {
  background: transparent;
}
.row.expanded .widget-container .textwidget .button {
  width: 100%;
  color: #fff;
  border-radius: 8px;
}
.row.expanded .widget-container > ul {
  background: transparent;
  margin-left: 0;
}
.row.expanded .widget-container .menu li.menu-item {
  margin: 0 0 1em 0;
  padding: 0;
}
.row.expanded .widget-container .menu li.menu-item a {
  padding: 0;
}

.article-listing .wrapper {
  display: grid;
  margin-bottom: 2rem;
}

.article-listing .wrapper img {
  float: none;
  width: initial;
  margin: 0;
  padding-right: 1rem;
}

@media only screen and (max-width: 600px) {
  .article-listing .wrapper {
    grid-template-columns: 40% 60%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .article-listing .wrapper {
    grid-template-columns: 25% 75%;
  }
}
@media only screen and (min-width: 1201px) {
  .article-listing .wrapper {
    grid-template-columns: 50% 50%;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/*-------------------------------------------
MULTI-PART PARENT & CHILDREN
--------------------------------------------*/
.multi-part-home-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
@media screen and (min-width: 601px) and (max-width: 899px) {
  .multi-part-home-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 900px) {
  .multi-part-home-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.multi-part-home-container a.card-link {
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZGQwZmIiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(157, 208, 251, 0.25)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(157, 208, 251, 0.25) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(157, 208, 251, 0.25) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(157, 208, 251, 0.25) 100%);
  color: #000;
  border: 1px solid #a8c7e0;
  border-radius: 5px;
  transition: all .3s ease-in-out;
}
.multi-part-home-container a.card-link .card {
  padding: 1rem;
}
.multi-part-home-container a.card-link .card h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #a8c7e0;
  color: #0a7cc4;
}
.multi-part-home-container a.card-link .card p {
  font-size: 0.9em;
}
.multi-part-home-container a.card-link:hover {
  transform: scale(1.05);
}

.intra-nav ul a {
  font-family: "Roboto Condensed", sans-serif;
}

.home-promo {
  margin-bottom: 3rem;
}
.home-promo p {
  font-weight: 700;
}

/*-------------------------------------------
13 STEPS
--------------------------------------------*/
.page-template-multi-part-13steps {
  background: #fff;
}

.stairstep-container {
  position: relative;
  text-align: center;
}
.stairstep-container h1 {
  width: 100%;
  position: absolute;
  margin: 100px auto;
  color: #00779a;
  z-index: 2;
  font-family: "proxima-nova",sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  display: none;
}
.stairstep-container .inner {
  height: 600px;
  margin: 0 auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9ecbd+0,d1fbff+58,8ff7e7+100 */
  background: #f9ecbd;
  background: -moz-linear-gradient(top, #f9ecbd 0%, #d1fbff 58%, #8ff7e7 100%);
  background: -webkit-linear-gradient(top, #f9ecbd 0%, #d1fbff 58%, #8ff7e7 100%);
  background: linear-gradient(to bottom, #f9ecbd 0%, #d1fbff 58%, #8ff7e7 100%);
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: end;
}
.stairstep-container .inner div.stair {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.stairstep-container .inner div.stair .front {
  transform: skewY(20deg);
  transform-origin: top left;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.88em;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.stairstep-container .inner div.stair:nth-of-type(1) {
  height: calc(7.69% * 1);
}
.stairstep-container .inner div.stair:nth-of-type(1) .front {
  padding: 1.5em;
}
.stairstep-container .inner div.stair:nth-of-type(2) {
  height: calc(7.69% * 2);
}
.stairstep-container .inner div.stair:nth-of-type(2) .front {
  padding: 1.36em;
}
.stairstep-container .inner div.stair:nth-of-type(3) {
  height: calc(7.69% * 3);
}
.stairstep-container .inner div.stair:nth-of-type(3) .front {
  padding: 0.86em;
}
.stairstep-container .inner div.stair:nth-of-type(4) {
  height: calc(7.69% * 4);
}
.stairstep-container .inner div.stair:nth-of-type(5) {
  height: calc(7.69% * 5);
}
.stairstep-container .inner div.stair:nth-of-type(6) {
  height: calc(7.69% * 6);
}
.stairstep-container .inner div.stair:nth-of-type(7) {
  height: calc(7.69% * 7);
}
.stairstep-container .inner div.stair:nth-of-type(8) {
  height: calc(7.69% * 8);
}
.stairstep-container .inner div.stair:nth-of-type(9) {
  height: calc(7.69% * 9);
}
.stairstep-container .inner div.stair:nth-of-type(10) {
  height: calc(7.69% * 10);
}
.stairstep-container .inner div.stair:nth-of-type(11) {
  height: calc(7.69% * 11);
}
.stairstep-container .inner div.stair:nth-of-type(12) {
  height: calc(7.69% * 12);
}
.stairstep-container .inner div.stair:nth-of-type(13) {
  height: calc(7.69% * 13);
}

main.investing-steps {
  text-align: center;
}
main.investing-steps article {
  position: relative;
  border: 5px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: -500px auto 5rem;
  max-width: 1000px;
  text-align: left;
}
@media screen and (max-width: 899px) {
  main.investing-steps article {
    margin-top: -550px;
  }
}

main.investing-steps article section.step-content {
  margin: 3rem 4rem 3rem;
}
@media screen and (max-width: 899px) {
  main.investing-steps article section.step-content {
    margin: 3rem 2rem;
  }
}

main.investing-steps article h1 {
  font-family: "Proxima Nova", sans-serif;
  font-size: 2.5em;
  letter-spacing: normal;
  padding-bottom: 0.8em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
main.investing-steps article h1 span {
  display: block;
  font-size: 0.5em;
  padding-bottom: 0.5rem;
}
main.investing-steps article h3 {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.6em;
  color: #333;
  margin: 1.5em 0 0.5em 0;
}
main.investing-steps article p {
  font-family: "Hind", sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 0;
  margin-bottom: 1em;
}

.category #main-post article .article-list li {
  border: none;
}
.category #main-post article .article-list li .image-promo {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 501px) {
  .category #main-post article .article-list li .image-promo {
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 1rem;
  }
}

.category #main-post article .article-list li .image-promo img {
  object-fit: contain;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.category #main-post article .article-list li .promo-only {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.category #main-post article .article-list .pagination li {
  display: inline-block;
}

.category-header {
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 4px double rgba(0, 0, 0, 0.1);
}
