@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
html body, html p, html ul li, html ol li, html input, html textarea, html select {
  font-family: Helvetica, sans-serif;
}
html h1, html h2, html h3 {
  font-family: Helvetica, sans-serif;
}

.um-row > div {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.um-row > div .um-field {
  flex: 0 1 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.um-row > div .um-field h4 {
  margin: 0 0 10px 0;
}

.um-shortcode-social .um-field a {
  width: 80% !important;
}

.um input[type=submit].um-button:hover,
.um a.um-button:hover {
  color: #000;
}

.um-social-btn:visited {
  color: #fff;
}

.um-register,
.um-account,
.um-profile.um-editing {
  position: relative;
}
.um-register:after,
.um-account:after,
.um-profile.um-editing:after {
  content: "* Required";
  display: block;
  position: absolute;
  bottom: -50px;
  right: 0;
  font-size: 11px;
  color: #999;
}

.um-social-login-wrap .um-register:after {
  display: none;
}
.um-social-login-wrap .um-register form:after {
  content: "* Required";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 11px;
  color: #999;
}

.um-login .um-req {
  display: none;
}

.um-row._um_row_1 {
  margin-bottom: 10px !important;
}

body .um-social-login-wrap {
  width: 100%;
  max-width: 800px;
  margin-left: 0;
}

.um-field-checkbox.checkbox-custom input[type=checkbox]:checked + .um-field-checkbox-state i:before {
  content: "\f373";
}

body .um-field-divider {
  margin-left: 15px;
  margin-right: 15px;
}
body .um-field-divider .um-field-divider-text {
  font-size: 20px;
}

.um-field-type_terms_conditions {
  position: relative;
}
.um-field-type_terms_conditions label {
  padding-right: 80px;
}
.um-field-type_terms_conditions .um-toggle-gdpr {
  position: absolute;
  bottom: -25px;
  right: 0;
  z-index: 50;
}

@media screen and (min-width: 500px) {
  body .um-social-login-wrap {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 50em) {
  .um-row > div .um-field {
    flex: 0 1 50%;
  }
  .um-row > div .um-field.um-field-type_block, .um-row > div .um-field.um-field-shortcode, .um-row > div .um-field.um-field-divider {
    flex: 0 1 100%;
  }
  .um-shortcode-social .um-field {
    flex: 0 1 100%;
  }
  .um-shortcode-social .um-field a {
    width: 30% !important;
  }
  .um-field-type_terms_conditions .um-toggle-gdpr {
    right: 250px;
  }
}
/**
Styled Select
 */
select {
  display: none;
}

.select-wrapper {
  position: relative;
  padding: 20px;
  width: 100%;
  margin-bottom: 40px;
  border: solid #999 1px;
  cursor: pointer;
  min-width: 180px;
}
.select-wrapper:after {
  content: "";
  width: 40px;
  height: 40px;
  background: #999 url(../images/chevron-white.svg) center center no-repeat;
  border-left: solid #999 1px;
  position: absolute;
  top: 0;
  right: 0;
}
.select-wrapper select {
  display: none;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 10;
}
.select-wrapper select option {
  padding: 5px;
  border: none;
}
.select-wrapper span.caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 40px;
  border-right: solid #fff 41px;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  background: #fff;
}
.select-wrapper ul {
  display: block;
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: -1px;
  top: 100%;
  width: 100%;
  border: solid #999 1px;
  background: #fff;
  z-index: 30;
  box-sizing: content-box;
  overflow: auto;
  transition: max-height 300ms ease, opacity 200ms ease;
  -webkit-transition: max-height 300ms ease, opacity 200ms ease;
  -moz-transition: max-height 300ms ease, opacity 200ms ease;
}
.select-wrapper ul li {
  display: block;
  padding: 10px;
}
.select-wrapper ul li:hover {
  background: #999;
  color: #fff;
}
.select-wrapper.active ul {
  max-height: 200px;
  opacity: 1;
}

html.touch .select-wrapper select {
  display: block;
}

@keyframes drop-down {
  0% {
    transform: translateY(-25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
header div.header-menu > a#menu {
  display: none;
}
header div.header-menu > a#menu img {
  width: 30px;
  height: 30px;
}

@media (max-width: 1129px) {
  header div.header-menu > a#menu {
    display: block !important;
  }
  header div.header-menu > a#menu img {
    width: 30px;
    height: 30px;
  }
  header .menu-header-menu-expanded-container {
    display: none;
  }
  header .menu-logged-in-container {
    display: none !important;
  }
}
@media screen and (max-width: 1129px) {
  #site-navigation.toggled .menu-logged-in-container {
    display: none;
  }
}
body div#mobile-menu {
  top: calc(var(--header-height) + 60px);
}
body div#mobile-menu.is-visible {
  height: auto !important;
}
body div#mobile-menu div.container {
  padding: 15px 0;
}
body div#mobile-menu .menu-logged-in-container span {
  display: none;
}
body div#mobile-menu ul.mobile-menu li {
  text-align: left;
  margin: 0;
}
body div#mobile-menu ul.mobile-menu li a {
  display: block;
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
}
body div#mobile-menu ul.mobile-menu li.as-button a {
  background-color: #F68421;
  background-color: var(--main-color);
  text-transform: capitalize;
  display: inline-block;
  margin: 5px 15px;
}
body div#mobile-menu ul.mobile-menu li.menu-item-has-children {
  position: relative;
}
body div#mobile-menu ul.mobile-menu li.menu-item-has-children.active > ul.sub-menu {
  display: block;
  margin-bottom: 15px;
  padding: 0 15px;
}
body div#mobile-menu ul.mobile-menu li.menu-item-has-children.active > a:after {
  transform: rotate(0);
}
body div#mobile-menu ul.mobile-menu li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  background: url("../images/chevron-black.svg") center center no-repeat;
  width: 15px;
  height: 15px;
  margin-left: 20px;
  transform: rotate(-90deg);
}
body div#mobile-menu ul.mobile-menu li.menu-item-has-children ul.sub-menu {
  display: none;
  background: #eee;
}

@media screen and (min-width: 1130px) {
  body div#mobile-menu {
    display: none;
  }
  .menu-item.visible-xs {
    display: none;
  }
  .header-menu {
    padding-right: 140px;
  }
  .header-menu .sub-menu {
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px 0px;
  }
  .header-menu li:not(.as-button) a {
    transition: color 250ms linear;
    color: #000000;
    font-weight: 500;
  }
  .header-menu li:not(.as-button) a:hover {
    text-decoration: none;
    color: var(--main-color);
  }
  .header-menu li.as-button a {
    background: #F68421;
    background: var(--main-color);
    transition: background-color 250ms linear, color 250ms linear;
    box-sizing: border-box;
    line-height: 36px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    padding: 0px 15px !important;
    font-weight: bold;
    margin-left: 1rem;
  }
  .header-menu li.as-button a:hover {
    background: #DE5312;
    background: var(--hover-color);
  }
}
body .menu-toggle {
  margin: 0;
}

body .menu-main-menu-container {
  padding: 0;
}

header div.header-menu .menu-logged-in-container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 140px;
  height: 40px;
}
header div.header-menu .menu-logged-in-container span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 40px;
  cursor: pointer;
}
header div.header-menu .menu-logged-in-container span i {
  font-size: 22px;
  text-align: center;
  margin-right: 4px;
}
header div.header-menu .menu-logged-in-container ul {
  position: absolute;
  top: 40px;
  right: 0;
  width: 180px;
  border: solid #eee 2px;
  background: #fff;
  display: none;
}
header div.header-menu .menu-logged-in-container ul li {
  display: block;
  margin: 0;
}
header div.header-menu .menu-logged-in-container ul li a {
  padding: 5px;
}
header div.header-menu .menu-logged-in-container.active ul {
  display: block;
  z-index: 100;
}

@media (max-width: 575px) {
  body div#mobile-menu {
    top: 110px;
  }
}
section[data-section=post], section[data-section=page] {
  min-height: calc(100vh - 500px);
}
section[data-section=post] .rr-contact-form, section[data-section=page] .rr-contact-form {
  background-color: #EAEAEA;
  padding: 25px;
}
section[data-section=post] .rr-contact-form h2, section[data-section=page] .rr-contact-form h2 {
  text-align: center;
  text-transform: uppercase;
}
section[data-section=post] .rr-contact-form p, section[data-section=page] .rr-contact-form p {
  text-align: center;
  margin-bottom: 25px;
}
section[data-section=post] .rr-contact-form .container, section[data-section=page] .rr-contact-form .container {
  max-width: 815px;
  margin: auto;
}
section[data-section=post] .rr-contact-form input[type=text], section[data-section=post] .rr-contact-form input[type=email], section[data-section=post] .rr-contact-form textarea, section[data-section=page] .rr-contact-form input[type=text], section[data-section=page] .rr-contact-form input[type=email], section[data-section=page] .rr-contact-form textarea {
  margin-bottom: 0;
}

section[data-section=post] .rr-contact-form {
  margin-top: 50px;
}
section[data-section=post] .container.image-holder {
  padding-top: 0;
  padding-bottom: 0;
}
section[data-section=post] .container.image-holder .image {
  height: 300px;
}

section[data-section=page], section[data-section=page-default] {
  margin-top: calc(var(--header-height) + 60px) !important;
}
section[data-section=page] h1, section[data-section=page-default] h1 {
  color: #000 !important;
  display: inline-block;
  padding: 10px;
  margin: 15px 0;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid black;
  font-size: 28px;
}
section[data-section=page] ul, section[data-section=page-default] ul {
  list-style-type: disc;
  padding-left: 20px;
}
section[data-section=page] .elementor-post__title, section[data-section=page] .elementor-post__meta-data, section[data-section=page-default] .elementor-post__title, section[data-section=page-default] .elementor-post__meta-data {
  text-align: center;
}

.um-page-password-reset article,
.um-page-login article,
article.signup-login {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.um-gdpr-content {
  padding: 15px;
  border: solid #ccc 1px;
}

@media (max-width: 575px) {
  section[data-section=page], section[data-section=page-default] {
    margin-top: 110px !important;
  }
}
.um-account .um-account-profile-link {
  display: none;
}
.um-account .um-account-meta a {
  pointer-events: none;
}

.sankey-top-movers {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}

.sankey-top-movers .symbol,
.sankey-stock .symbol {
  font-weight: bold;
  text-transform: uppercase;
}
.sankey-top-movers span,
.sankey-stock span {
  display: inline-block;
  margin-right: 10px;
}
.sankey-top-movers span:last-child,
.sankey-stock span:last-child {
  margin-right: 0;
}
.sankey-top-movers .down,
.sankey-stock .down {
  color: #DD5152;
}
.sankey-top-movers .up,
.sankey-stock .up {
  color: #77B269;
}
.sankey-top-movers .direction svg,
.sankey-stock .direction svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
}
.sankey-top-movers .direction.up svg,
.sankey-stock .direction.up svg {
  transform: rotate(180deg);
}
.sankey-top-movers .direction.up svg line, .sankey-top-movers .direction.up svg polyline,
.sankey-stock .direction.up svg line,
.sankey-stock .direction.up svg polyline {
  stroke: #77B269 !important;
}
.sankey-top-movers .direction.down svg,
.sankey-stock .direction.down svg {
  top: 3px;
}

.sankey-stock {
  color: #fff;
  background: #1a6691;
  display: inline-block;
  padding: 15px;
  margin: 15px;
  font-size: 12px;
}

#sankey-ticker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 800;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  transition: opacity 300ms ease;
}
#sankey-ticker.ready {
  opacity: 1;
}
#sankey-ticker.pause .wrap {
  transition: none !important;
}
#sankey-ticker .wrap {
  position: absolute;
  top: 0;
  left: 0;
}
#sankey-ticker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#sankey-ticker li.sankey-stock {
  background: none;
  padding: 5px 0;
  margin: 0;
  color: #000;
  cursor: pointer;
}
#sankey-ticker li.sankey-stock:after {
  content: "|";
  display: inline-block;
  line-height: 100%;
  padding-left: 0;
  font-size: 90%;
  vertical-align: middle;
  margin-top: -3%;
  opacity: 0.5;
  width: auto;
  max-width: 2px;
  margin-right: 10px;
  margin-left: 10px;
}

.sankey-headlines {
  margin: 10px 0;
}
.sankey-headlines h5 {
  display: block;
  margin: 5px 0;
}
.sankey-headlines h5.breaking a {
  color: #ff002a;
}
.sankey-headlines a {
  color: #1a6691;
  font-size: 13px;
}

.sankey-quote {
  color: #ff002a;
  line-height: 1.5;
}
.sankey-quote strong {
  font-weight: bold;
}
.sankey-quote em {
  font-style: italic;
}

.sankey-announcements {
  margin: 10px 0;
}
.sankey-announcements .announcement {
  margin: 10px 0;
}

.container.has-sidebar .post-content {
  margin-bottom: 30px;
}
.container.has-sidebar aside .widget {
  background: rgba(51, 121, 183, 0.1);
  padding: 15px;
  margin-bottom: 30px;
}
.container.has-sidebar aside .widget h3 {
  margin-bottom: 10px;
}
@media all and (min-width: 700px) {
  .container.has-sidebar {
    display: flex;
  }
  .container.has-sidebar .post-content {
    margin-bottom: 0;
    padding-right: 30px;
  }
  .container.has-sidebar aside {
    width: 300px;
    flex: 0 0 300px;
  }
}

.home-hero .stocks {
  text-align: center;
}
.home-hero .stocks .sankey-stock {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  margin: 0 5px 5px 5px;
  padding: 5px;
}
.home-hero h1, .home-hero h2 {
  color: #000;
  display: inline-block;
  padding: 10px;
  margin: 15px 0;
  background: rgba(255, 255, 255, 0.8);
  font-size: 28px;
}
.home-hero h5 {
  margin-bottom: 5px;
}
.home-hero .box {
  padding: 15px;
}
.home-hero .box:first-child {
  padding-left: 10px;
}
.home-hero .box > div {
  background: rgba(255, 255, 255, 0.8);
}
.home-hero .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

body .elementor-widget:not(:last-child) {
  margin-bottom: 15px;
}
body.home .elementor-post__title {
  font-weight: bold;
}
body.home .elementor-post__title a {
  color: #000;
}

.post-content h1 {
  text-align: center;
}
.post-content p {
  margin: 1em 0;
  font-size: 1.25rem;
}
.post-content p:not(.no-justify) {
  text-align: justify;
}
.post-content p.caption {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.post-content img {
  max-width: 100%;
}
.post-content div.details {
  justify-content: center;
}
.post-content em {
  font-style: italic;
}
.post-content sup {
  vertical-align: super;
  font-size: smaller;
}
.post-content sub {
  vertical-align: sub;
  font-size: smaller;
}
.post-content i.fa {
  font-style: normal;
}
.post-content ul li, .post-content ol li {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.post-content ul {
  list-style-type: disc;
  padding-left: 1rem;
  margin: 1em 0;
}
.post-content ul ul {
  list-style-type: circle;
  padding-left: 1.25rem;
}
.post-content ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 1rem;
}
.post-content ol ol {
  padding-left: 1.25rem;
}
.post-content .wp-block-image figcaption {
  text-align: center;
  font-size: 90%;
}
.post-content .wp-block-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.post-content h2, .post-content h3, .post-content h4 {
  margin-bottom: 1rem;
}
.post-content b, .post-content strong {
  font-weight: bold;
}
.post-content .more-text {
  text-align: center !important;
  font-weight: bold;
}
.post-content .disclosures-section {
  margin-top: 100px;
}
.post-content .stock-chart {
  margin-bottom: 1rem;
}
.post-content .stock-chart svg {
  max-width: 100%;
}
.post-content .table-heading {
  font-size: 1rem;
  font-weight: bold;
}
.post-content .graph-title {
  margin-bottom: 1rem;
}
.post-content .rating-dist-table {
  min-width: 200px;
  margin-bottom: 1rem;
}
.post-content .rating-dist-table th {
  text-align: left;
  border-bottom: 2px solid black;
  font-weight: bold;
}
.post-content .rating-dist-table th:last-child, .post-content .rating-dist-table td:last-child {
  text-align: right;
}
.post-content .rating-dist-table tr:nth-child(2) td {
  padding-top: 10px;
}
.post-content .post-disclosures {
  margin-bottom: 1rem;
}
.post-content .post-disclosures h3 {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.post-content .post-disclosures h4, .post-content .post-disclosures h5 {
  font-size: 0.7rem;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.post-content .post-disclosures p {
  font-size: 0.5rem;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

@media (max-width: 575px) {
  .post-content h1 {
    font-size: 1.5rem;
  }
}
.sharedaddy.sd-sharing-enabled,
.sharedaddy.sd-block.sd-like {
  float: left;
  width: auto;
  clear: none !important;
  margin-right: 30px;
}

.social {
  float: right;
}
.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
  text-align: center;
}
.social a.twitter {
  background: #1da1f2;
}
.social a.linkedin {
  background: #0077b5;
}
.social a.instagram {
  background: #262626;
}

body #jp-relatedposts h3.jp-relatedposts-headline em {
  font-size: 20px;
  font-weight: 400;
}
body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 16px;
  margin: 0.5em 0;
}

.widget-subpages ul {
  list-style-type: none;
  padding-left: 15px;
}
.widget-subpages ul li {
  margin: 5px 0;
}
.widget-subpages > ul {
  padding-left: 0;
}

.landing-page {
  background: rgba(51, 121, 183, 0.1);
}
.landing-page .home-hero {
  min-height: 255px;
  background: center center no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.landing-page .home-hero .container {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px;
}
.landing-page .home-hero .stocks {
  display: none;
  margin-bottom: 20px;
}
.landing-page .social {
  display: none;
}
.landing-page aside, .landing-page .post-content {
  padding: 15px;
  box-sizing: border-box;
}
.landing-page aside h2, .landing-page aside h3, .landing-page aside h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: normal;
}
.landing-page aside #landing-page-sidebar {
  list-style-type: none;
}
.landing-page aside #landing-page-sidebar > li {
  margin: 15px 0;
}
.landing-page aside #landing-page-sidebar > li:first-child {
  margin-top: 0;
}
.landing-page aside #landing-page-sidebar > li:last-child {
  margin-bottom: 0;
}
.landing-page aside .logo-img {
  margin-bottom: 15px;
}
.landing-page aside .logo-img img {
  max-width: 100%;
  height: auto;
}
.landing-page h3.recent-posts-title {
  margin-bottom: 15px;
}
.landing-page article {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  transition: all 300ms ease;
  margin: 30px 0;
}
.landing-page article:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.landing-page article.featured {
  border: solid #000 3px;
  border-radius: 0;
}
.landing-page article .inner {
  padding: 30px 30px 15px 30px;
}
.landing-page article .meta {
  padding: 15px 30px 15px 30px;
}
.landing-page article h3 {
  margin: 0 0 15px 0;
  font-size: 21px;
  font-weight: bold;
  color: #000;
}
.landing-page article h3 a {
  color: #000;
}
.landing-page article a.read-more {
  display: block;
  margin: 10px 0;
}
.landing-page article .meta {
  border-top: solid #adadad 1px;
  color: #adadad;
  font-size: 12px;
}
.landing-page article .meta span {
  display: inline-block;
}
.landing-page article .meta span:after {
  content: "•";
  margin: 0 5px;
}
.landing-page article .meta span:last-child:after {
  display: none;
}
.landing-page .btn {
  margin: 15px 0;
  background: #0E6692;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  transition: all 300ms ease;
}
.landing-page .btn:hover {
  text-decoration: none;
  background: #012a32;
}
@media all and (min-width: 700px) {
  .landing-page .home-hero .stocks {
    display: flex;
  }
  .landing-page .social {
    display: block;
  }
  .landing-page .container {
    display: flex;
  }
  .landing-page aside {
    width: 22%;
    flex: 0 0 22%;
  }
}

footer .social {
  float: none;
  margin-bottom: 15px !important;
}
footer .social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

.elementor-pagination {
  margin: 30px 0;
}
.elementor-pagination .page-numbers {
  display: inline-block;
  padding: 5px 10px;
  border: solid #343a40 1px;
  margin-right: 30px;
}
.elementor-pagination span.page-numbers {
  display: none;
}

header {
  height: var(--header-height);
  padding: 0 !important;
  padding: 30px 0 !important;
}
header .container {
  height: 100%;
}

header .custom-logo-link img {
  display: block;
  max-height: var(--header-height);
  width: var(--logo-width);
}
header .custom-logo-link .mobile-logo {
  display: none;
}

@media (max-width: 575px) {
  header {
    padding: 5px 0 !important;
    height: 100px;
  }
  header .custom-logo-link img {
    display: none;
  }
  header .custom-logo-link .mobile-logo {
    display: inline;
    width: auto;
    max-height: 100px;
  }
}
.news-archive .flex-column {
  width: 100%;
}
.news-archive .flex-column:not(:last-of-type) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .news-archive .flex-column {
    margin-bottom: 0 !important;
  }
  .news-archive .flex-column:first-child {
    width: 40%;
  }
  .news-archive .flex-column:nth-child(2) {
    width: 18%;
    padding-left: 10px;
  }
  .news-archive .flex-column:last-child {
    width: 40%;
  }
}
.news-archive .container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px;
  align-items: center;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.news-archive .container a {
  font-size: 22px;
  color: #000;
  text-decoration: underline;
  padding-left: 10px;
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.2;
}

.ranking-table th:first-child {
  text-align: left;
}

.post-disclosures {
  margin-top: 1rem;
}

.industry-note-author-block:last-child {
  margin-top: 15px;
}
.industry-note-author-block:last-child p {
  display: none;
}

section[data-section=page].data-models {
  padding: 0px 0 200px;
  padding: 0;
}
section[data-section=page].data-models .container {
  padding: 0 15px;
}
section[data-section=page].data-models h2 {
  font-size: 22px;
  text-align: center;
}
section[data-section=page].data-models .model-header {
  background-color: #023b60;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}
section[data-section=page].data-models .model-header img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
section[data-section=page].data-models .log-in {
  max-width: 800px;
}
section[data-section=page].data-models h1 {
  border: 0;
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
section[data-section=page].data-models .row {
  display: flex;
  flex-wrap: wrap;
}
section[data-section=page].data-models .main {
  margin-bottom: 50px;
}
section[data-section=page].data-models .card {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  flex-basis: 400px;
  margin-bottom: 15px;
  position: relative;
}
section[data-section=page].data-models .card.restricted::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 85, 138, 0.45);
}
section[data-section=page].data-models .card .restricted-message {
  padding: 25px;
  text-align: center;
  position: absolute;
  max-width: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
section[data-section=page].data-models .card .card-header {
  padding: 20px;
  margin: 0 20px;
  text-align: center;
  border-bottom: 1px solid gray;
}
section[data-section=page].data-models .card .card-header h2 {
  font-weight: bold;
  font-size: 1.125rem;
}
section[data-section=page].data-models .card .card-body {
  padding: 20px;
  padding-bottom: 0;
}
section[data-section=page].data-models .card .card-body h3 {
  font-size: 1.25rem;
}
section[data-section=page].data-models .card .card-body .row {
  margin: 0 -15px;
}
section[data-section=page].data-models .card .card-body .entry {
  width: calc(25% - 30px);
  padding: 0 15px;
  margin-bottom: 20px;
}
section[data-section=page].data-models .container ~ .rr-contact-form {
  margin-top: 50px;
}

@media (max-width: 991px) {
  section[data-section=page].data-models .card .card-body .entry {
    width: calc(33% - 30px);
  }
}
@media (max-width: 767px) {
  section[data-section=page].data-models .card .card-body .entry {
    width: calc(50% - 30px);
  }
}
@media (max-width: 575px) {
  section[data-section=page].data-models .card .card-body .entry {
    width: 100%;
  }
}
section[data-section=post].podcast {
  margin-top: 110px;
}
section[data-section=post].podcast .banner {
  background-color: rgb(29, 54, 94);
  text-align: center;
  padding: 25px 1rem;
  position: relative;
}
section[data-section=post].podcast .banner h1 {
  color: white;
}

.post-content.podcast h1 {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.post-content.podcast h1 img {
  width: 100px;
  height: auto;
  margin-bottom: 0;
}
.post-content.podcast .date {
  font-size: 1em;
  font-style: italic;
}
.post-content.podcast h2 {
  margin-bottom: 0rem;
}
.post-content.podcast p {
  line-height: 1.2;
  margin-top: 0;
}
.post-content.podcast ul li {
  margin-bottom: 0;
}
.post-content.podcast .thumbnail {
  display: block;
  margin: auto;
  text-align: center;
}
.post-content.podcast img {
  margin-bottom: 1rem;
}
.post-content.podcast .flex {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 0.5rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: white;
  color: #0a0a0a;
}
.menu .active > a {
  background: white;
  color: #0a0a0a;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 0.5rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 0.5rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: var(--main-color);
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 220px;
  border: none;
  background: white;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 0.5rem;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.button, .elementor-button {
  background-color: var(--main-color) !important;
  text-transform: capitalize !important;
}
.button:hover, .elementor-button:hover {
  background-color: var(--hover-color) !important;
}

:root {
  --logo-width: 300px;
  --header-height: 80px;
}

h4 {
  font-weight: 400 !important;
  font-size: 1.125rem !important;
}/*# sourceMappingURL=main.css.map */