* {
  outline: none !important;
}
body {
  background: #fff;
  font-family: 'Lato', sans-serif;
  color: #000;
  letter-spacing: 0.2px;
  font-size: 11pt;
  line-height: 22px;
}
body:after {
  content: '';
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.darken:after {
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
p,
table,
form,
iframe {
  margin-bottom: 18px;
}
iframe {
  max-width: 100% !important;
}
a {
  color: inherit;
  transition: all 0.2s;
}
a:hover {
  color: #f9bf3e;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.wp-caption img {
  width: 100%;
  max-width: 668px;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  letter-spacing: -0.6px;
  color: #1a1a1a;
  margin: 0 0 18px 0;
  clear: both;
}
.clear,
.clearfix {
  clear: both;
}
h1,
.h1 {
  font-size: 30px;
  line-height: 40px;
}
h2 {
  font-size: 24px;
  line-height: 34px;
}
h3 {
  font-size: 21px;
  line-height: 31px;
}
h4,
h5,
h6 {
  font-size: 18px;
  line-height: 28px;
}
ul,
ol {
  margin: 0 0 14px 0;
  padding: 0 0 0 18px;
}
ul li,
ol li {
  margin-bottom: 14px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 14px;
}
.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}
.alignright {
  float: right;
  margin: 0 0 18px 18px;
}
.aligncenter {
  display: block;
  margin: 0 auto 18px auto;
}
input[type=text],
input[type=search],
select,
textarea {
  display: block;
  border: 1px solid #e9ebee;
  padding: 8px 15px;
  font-family: 'Lato', sans-serif;
  color: #000;
  letter-spacing: 0.2px;
  font-size: 14px;
  line-height: 18px;
  background: #fff;
  width: 100%;
  margin: 0 0 18px 0;
}
input[type=text]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
  border-color: #dcdcdc;
}
input[type=submit],
input[type=reset],
input[type=button],
button,
.button,
.visbutton {
  font-size: 16px;
  line-height: 18px;
  color: #0d131e;
  border-radius: 5px;
  background-color: #f9bf3e;
  cursor: pointer;
  border: 0;
  display: inline-block;
  padding: 8px 10px;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.button:hover,
.visbutton:hover {
  background: #ffd17b;
  color: #0d131e;
  text-decoration: none;
}
/* Newsletter form */
#newsletter {
  background-color: #f9bf3e;
  margin-bottom: -65px;
  margin-top: 65px;
}
#newsletter h2.newsletter-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 80px;
}
#newsletter h5.newsletter-subtitle {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 10px;
}
#newsletter .inv-label {
  margin: 20px 0 0 0;
}
#newsletter .inv-label__item {
  width: 100%;
  margin-bottom: 0;
}
#newsletter .inv-button {
  width: auto;
  background-color: #263137;
  border-color: #263137;
  color: #fff;
  transition: all 0.15s ease-in-out;
}
#newsletter .inv-button:hover {
  background-color: #53646d;
  border-color: #53646d;
}
#newsletter .inv-checkbox {
  max-width: 300px;
  font-size: 0.8em;
  margin-bottom: 20px;
}
#newsletter .inv-checkbox--primary.inv-checkbox--checked .inv-checkbox__indicator {
  background: #263137;
}
#newsletter .inv-form__disclaimer {
  display: none;
  font-size: 0.7em;
  opacity: 0.5;
  text-align: left;
}
#newsletter .inv-popover__content {
  padding-bottom: 0;
}
#newsletter .newsletter-image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 30px;
}
#newsletter .newsletter-image img {
  width: auto;
  height: auto;
}
#newsletter + #footer {
  box-shadow: 0px -5px 0px 0px rgba(38, 49, 55, 0.25);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  #newsletter .newsletter-image {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #newsletter {
    margin-top: 40px;
  }
  #newsletter .row {
    flex-direction: column-reverse;
  }
  #newsletter .newsletter-form {
    width: 100%;
    max-width: 100%;
  }
  #newsletter .newsletter-form > div {
    max-width: 100% !important;
  }
  #newsletter .newsletter-image {
    width: 100%;
    max-width: 100%;
    margin-top: -80px;
    justify-content: flex-end;
  }
  #newsletter .newsletter-image img {
    width: 50%;
  }
  #newsletter h2.newsletter-title {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 400px) {
  #newsletter .newsletter-image img {
    width: auto;
    padding-left: 200px;
  }
}
#header {
  background: #0d131e;
  margin-bottom: 20px;
  position: relative;
}
#header .logo {
  display: inline-block;
  padding: 20px 0;
}
#header .header-col {
  position: static;
}
#top-banner {
  text-align: center;
}
#top-banner img {
  margin-bottom: 30px;
}
#nav {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}
#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
}
#nav a:hover {
  color: #f9bf3e;
}
#mobile-menu-toggler {
  float: right;
  margin-left: 20px;
}
@media screen and (min-width: 1199px) {
  #mobile-menu-holder,
  #mobile-menu-toggler,
  #mobile-menu {
    display: none;
  }
  #nav {
    text-align: right;
  }
  #nav a {
    transition: color 0.3s !important;
  }
  #nav > .menu-item {
    line-height: 92px;
    display: inline-block;
    margin-left: 20px;
  }
  #nav > .menu-item:first-of-type {
    margin-left: 0;
  }
  #nav > .menu-item-has-children > a {
    padding-right: 15px;
  }
  #nav > .menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #nav > .standard-menu-item {
    position: relative;
  }
  #nav > .standard-menu-item .sub-menu a {
    padding: 12px 20px;
    border-bottom: 1px solid #2c3e46;
  }
  #nav > .menu-item > .sub-menu {
    transition: opacity 0.3s transform 0.3s;
  }
  #nav > .menu-item > .sub-menu,
  #nav > .menu-item > .mega-menu-wrapper {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    text-align: left;
  }
  #nav > .menu-item > .sub-menu .menu-item,
  #nav > .menu-item > .mega-menu-wrapper .menu-item {
    line-height: 18px;
  }
  #nav > .menu-item > .sub-menu .menu-item > a,
  #nav > .menu-item > .mega-menu-wrapper .menu-item > a {
    white-space: nowrap;
  }
  #nav > .menu-item > .mega-menu-wrapper {
    padding: 25px 0;
  }
  #nav > .menu-item > .mega-menu-wrapper,
  #nav > .menu-item > .sub-menu {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    background-color: #263137;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
  }
  #nav > .menu-item > .mega-menu-wrapper {
    right: 0;
  }
  #nav > .menu-item > .mega-menu-wrapper > .sub-menu {
    max-width: 1140px;
    display: block;
    margin: 0 auto;
  }
  #nav > .menu-item:hover > .sub-menu,
  #nav > .menu-item:hover > .mega-menu-wrapper {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .header-col-right {
    text-align: right;
  }
  #nav,
  #mobile-menu {
    display: none;
  }
  .hamburger {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 32px 0 0 0;
    overflow: visible;
  }
  .hamburger:hover {
    background: transparent;
  }
  .hamburger-box {
    width: 35px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 35px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  .hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #mobile-menu-holder > ul {
    margin-top: -20px;
  }
  #mobile-menu .sub-menu .menu-item,
  #mobile-menu .back {
    display: none;
  }
  #mobile-menu li.top-link {
    display: none !important;
  }
  #mobile-menu .menu-item.shown > .actual-link {
    display: none;
  }
  #mobile-menu-holder {
    background-color: #263137;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
  }
  #mobile-menu {
    padding: 0 5px;
    font-weight: bold;
    max-width: 720px;
    margin: 0 auto;
    list-style: none;
  }
  #mobile-menu li {
    margin: 0;
  }
  #mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #mobile-menu a {
    color: #fff;
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #2c3e46;
    position: relative;
    cursor: pointer;
  }
  #mobile-menu a:hover {
    color: #fecc30;
  }
  #mobile-menu span.arrow {
    display: none;
  }
  #mobile-menu a.back {
    padding-left: 35px;
  }
  #mobile-menu a.back:before {
    pointer-events: none;
    content: "\f053";
    font-family: fontawesome;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #mobile-menu .menu-item-has-children > a.actual-link:after {
    pointer-events: none;
    content: "\f054";
    font-family: fontawesome;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@media screen and (min-width: 1199px) {
  #nav {
    /**
		 * Store menu
		**/
  }
  #nav > .item-mega-menu > .mega-menu-wrapper > .sub-menu:after {
    content: '';
    position: absolute;
    border-right: 1px solid #675b39;
    bottom: 0;
    z-index: 9999;
    top: 0;
    left: 355px;
  }
  #nav > li.item-mega-menu > .mega-menu-wrapper > ul.sub-menu {
    position: relative;
    visibility: hidden !important;
    left: 15px;
    right: 15px;
    height: 0;
    font-size: 0;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu {
    height: auto;
    visibility: visible !important;
    display: block;
  }
  #nav > li.item-mega-menu li.menu-item {
    position: relative;
    display: block !important;
  }
  #nav > li.item-mega-menu li.menu-item a {
    display: block;
    position: relative;
    font-size: 11pt;
    color: #a5a5a5;
    padding: 6px 0;
  }
  #nav > li.item-mega-menu li.menu-item a:hover {
    color: #fecc30;
  }
  #nav > li.item-mega-menu li.menu-item a:after {
    display: none;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu ul.sub-menu {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    left: auto;
    top: auto;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item {
    position: static !important;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > a {
    width: 355px;
    padding-left: 30px;
    color: #fff;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > a:before {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    font-family: FontAwesome;
    color: #a5a5a5;
    font-size: 22px;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item:hover > a:before {
    color: #f9bf3e;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item:last-of-type > a {
    padding-bottom: 20px;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item:last-of-type > a:before {
    margin-top: -7px;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item:first-of-type > a,
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item:first-of-type > a:hover {
    cursor: default !important;
    color: #fecc30 !important;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item:first-of-type > a:before {
    display: none;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item:first-of-type > a {
    padding-bottom: 10px;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item:hover > a {
    color: #fecc30 !important;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.most-popular > a {
    padding-top: 0 !important;
    font-weight: 900 !important;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
    transform: none;
    transition: none;
    top: 0 !important;
    position: absolute;
    left: 355px !important;
    right: 0 !important;
    padding: 0 30px 15px 40px;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li {
    display: inline-block !important;
    width: 25%;
    vertical-align: top;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li > a {
    color: #fff;
    position: relative;
    padding-left: 0;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li > a:hover {
    color: #fecc30;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.top-link > a {
    font-weight: 900;
    padding: 0 !important;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.top-link.style-header > a {
    cursor: default !important;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item-has-children > a {
    color: #fecc30;
    font-weight: bold;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item-has-children > a {
    padding-left: 0;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item-has-children > ul {
    padding: 0;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item-has-children > ul > li.menu-item > a {
    color: #fff;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item-has-children > ul > li.menu-item > a:hover {
    color: #fecc30;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item-has-children > ul > li.menu-item > a:before {
    content: '\002D';
    position: absolute;
    left: 0;
    top: 7px;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.top-link,
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.bottom-link {
    width: 100%;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.top-link a,
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.bottom-link a {
    color: #fecc30;
    font-weight: bold;
    padding: 9px 15px;
    margin-bottom: 6px;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.top-link a:hover,
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.bottom-link a:hover {
    color: #fecc30;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.top-link {
    margin-bottom: 0 !important;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.top-link > a {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.bottom-link {
    text-align: right;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.bottom-link > a {
    display: inline-block;
    width: auto;
    padding-right: 25px;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.bottom-link > a:before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-family: FontAwesome;
    color: #a5a5a5;
    color: #fff;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.bottom-link > a:hover:before {
    color: #fecc30;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.top-link > a,
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.bottom-link > a {
    padding-left: 0;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.top-link > a:before,
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item > ul.sub-menu > li.bottom-link > a:before {
    display: none;
  }
  #nav > li.item-mega-menu:hover > .mega-menu-wrapper > ul.sub-menu > li.menu-item:first-of-type > ul.sub-menu {
    display: block;
  }
  #nav ul.menu > .item-mega-menu > .sub-menu:after {
    left: 250px;
  }
  #nav ul.menu > li.item-mega-menu:hover > ul.sub-menu > li.menu-item > a {
    width: 250px;
  }
  #nav ul.menu > li.item-mega-menu:hover > ul.sub-menu > li.menu-item > ul.sub-menu {
    left: 250px !important;
  }
}
#footer {
  background-color: #263137;
  color: #e9ebee;
  padding: 35px 0 120px 0;
  margin-top: 65px;
}
#footer a {
  color: #e9ebee;
}
#footer a:hover {
  color: #f9bf3e;
}
#footer .footerwidget {
  margin-bottom: 30px;
}
#footer .footerwidget h3 {
  font-weight: bold;
  color: #f9bf3e;
}
#footer .footerwidget ul.menu {
  margin: 0;
}
#footer .footerwidget ul {
  list-style: none;
  padding: 0;
}
#footer .footer-logo {
  text-align: right;
}
#footer .footer-logo .logo {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  #footer {
    padding: 35px 0;
  }
  #footer .footer-logo {
    text-align: left;
  }
}
aside.sidebar .featured-broker-content .inside {
  margin-bottom: 18px;
  border: 1px solid #e9ebee;
  padding: 20px;
}
aside.sidebar .featured-broker-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  margin-bottom: 5px;
}
aside.sidebar .featured-broker-content .broker-logo {
  text-align: center;
  margin-bottom: 20px;
}
aside.sidebar .featured-broker-content .broker-logo img {
  border: 1px solid #e9ebee;
}
aside.sidebar .featured-broker-content .button {
  display: block;
  margin-top: 15px;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
aside.sidebar .featured-broker-content .button i {
  font-weight: 900;
  margin-left: 7px;
}
aside.sidebar .featured-broker-content .excerpt {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #777;
}
aside.sidebar .featured-broker-content .rating {
  width: 114px;
  height: 14px;
  margin-bottom: 10px;
}
aside.sidebar .featured-broker-content .rating .rating-stars {
  background: url(../img/rating.png) left top no-repeat;
  height: 14px;
}
aside.sidebar .featured-broker-content .features {
  color: #aaa;
  font-size: 12px;
  line-height: 16px;
}
aside.sidebar .featured-broker-content .features .paypal {
  padding-left: 22px;
  background: url(../img/paypal.png) left top no-repeat;
}
aside.sidebar .featured-broker-content .more-featured-brokers {
  margin-top: 18px;
}
aside.sidebar .featured-broker-content .more-featured-brokers .more-broker {
  display: flex;
  width: 100%;
  margin-bottom: 18px;
}
aside.sidebar .featured-broker-content .more-featured-brokers .more-broker h4 {
  float: left;
}
aside.sidebar .featured-broker-content .more-featured-brokers .more-broker:last-of-type {
  margin-bottom: 0;
}
aside.sidebar .featured-broker-content .more-featured-brokers .b-logo {
  width: 80px;
  margin-right: 15px;
}
aside.sidebar .featured-broker-content .more-featured-brokers .b-logo img {
  border: 1px solid #e9ebee;
}
aside.sidebar .featured-broker-content .more-featured-brokers .b-desc {
  flex-grow: 1;
}
aside.sidebar .featured-broker-content .more-featured-brokers h4 {
  margin-bottom: 8px;
}
aside.sidebar .featured-broker-content .more-featured-brokers .more-title {
  margin-bottom: 18px;
}
aside.sidebar .featured-broker-content .more-featured-brokers .rating {
  float: right;
  margin: 6px 0 0 0;
}
aside.sidebar .featured-broker-content .more-featured-brokers .feature {
  background: url(../img/chevron.svg) left 2px no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  aside.sidebar,
  aside.flat-sidebar {
    margin-top: 25px;
  }
}
.flat-sidebar {
  background: #263137;
  color: #fff;
  padding: 20px;
  margin-bottom: 18px;
}
.flat-sidebar h1,
.flat-sidebar h2,
.flat-sidebar h3,
.flat-sidebar h4,
.flat-sidebar h5,
.flat-sidebar h6 {
  color: #fff;
}
.flat-sidebar h4.widget-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.flat-sidebar .ff_news_widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flat-sidebar .ff_news_widget ul li {
  margin: 0 0 30px 0;
  padding: 0;
  display: flex;
  width: 100%;
}
.flat-sidebar .ff_news_widget ul li .thumb {
  margin-right: 10px;
  flex: 0 0 80px;
}
.flat-sidebar .ff_news_widget ul li:last-of-type {
  margin-bottom: 0;
}
.flat-sidebar .ff_news_widget .title-text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.flat-sidebar .ff_news_widget .post-data {
  color: #777;
  font-size: 11px;
}
.flat-sidebar .ff_news_widget .post-data span {
  margin-right: 11px;
}
.flat-sidebar .ff_news_widget .post-data span:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 995px) {
  .flat-sidebar .ff_news_widget ul li .thumb {
    flex: 0 0 40px;
  }
}
.ads-sidebar {
  text-align: center;
}
#blog-posts article {
  display: block;
  margin: 0 0 18px 0;
  border: 1px solid #e9ebee;
  padding: 18px;
}
#blog-posts article.sponsored {
  background-color: #fff1d3;
  position: relative;
}
#blog-posts article.sponsored .post-title {
  padding-right: 100px;
}
#blog-posts .sponsored-title {
  color: #ccc;
  font-size: 12px;
  position: absolute;
  right: 18px;
  top: 0;
}
#blog-posts .post-title {
  font-size: 21px;
  line-height: 31px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 4px;
}
#blog-posts .excerpt {
  font-size: 16px;
  color: #777;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  #blog-posts article .thumb,
  #blog-posts article .post-data,
  #blog-posts article .post-title {
    margin-bottom: 18px;
  }
  #blog-posts article .post-data > span {
    margin-right: 10px;
  }
}
.post-data {
  font-size: 11px;
  color: #ccc;
  line-height: 14px;
  margin-bottom: 8px;
}
.post-data > span {
  margin-right: 30px;
}
.post-data > span:last-of-type {
  margin-right: 0;
}
.pagination {
  padding-top: 10px;
  font-size: 11pt;
  color: #ccc;
}
.pagination a {
  color: #ccc;
}
.pagination .page-numbers {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 15px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #f9bf3e;
  color: #0d131e;
  text-decoration: none;
}
.pagination .prev,
.pagination .next {
  color: #ccc;
  width: auto;
  height: auto;
}
.pagination .prev:hover,
.pagination .next:hover,
.pagination .dots:hover {
  color: #0d131e;
  background: transparent;
}
ul.post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.post-categories li {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0;
}
ul.post-categories li a {
  line-height: 20px;
  display: block;
  padding: 0 10px;
  background: #f9bf3e;
  color: #131313;
  font-size: 12px;
  font-weight: bold;
}
ul.post-categories li a:hover {
  background: #ffd17b;
}
ul.post-categories li:nth-of-type(1n+5) {
  display: none;
}
.single-article {
  border: 1px solid #e9ebee;
  padding: 30px;
  margin-bottom: 60px;
}
.single-article .thumb {
  margin-bottom: 25px;
}
.single-article .thumb img {
  border-radius: 5px;
}
.single-article .post-data {
  margin-bottom: 25px;
}
.related-posts {
  margin-top: 50px;
  margin-bottom: -18px;
}
.related-posts .inside {
  display: flex;
  width: 100%;
  margin-bottom: 18px;
}
.related-posts .inside .img {
  flex: 0 0 80px;
  margin-right: 10px;
}
.related-posts .inside .text .title {
  margin-bottom: 12px;
  color: #9fa4a9;
  font-size: 14px;
  display: block;
}
.featured-posts article {
  min-height: 355px;
  position: relative;
  margin-bottom: 30px;
  background-size: cover;
  cursor: pointer;
}
.featured-posts article .overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  position: absolute;
  z-index: 1;
  top: 30%;
  bottom: 0;
  right: 0;
  left: 0;
}
.featured-posts article .overlay-link {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.featured-posts article .inside {
  min-height: 355px;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.featured-posts article .text {
  position: relative;
  z-index: 2;
  padding: 40% 20px 0 20px;
  width: 100%;
  flex-grow: 1;
}
.featured-posts article .text h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: 20px;
}
.featured-posts article .text h2 a {
  color: #fff;
}
.featured-posts article .text h2 a:hover {
  color: #fcbf4e;
}
.featured-posts article .post-data {
  color: #ccc;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 20px 15px 20px;
  margin-bottom: auto;
}
.featured-posts article .post-data .comments {
  display: none;
}
.featured-posts article .post-data > span {
  margin-right: 10px;
}
.featured-posts article:hover .text h2 a {
  color: #fcbf4e;
}
@media screen and (max-width: 995px) and (min-width: 767px) {
  .featured-posts article .text h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
/** Comparison Table **/
.comptable {
  font-size: 15px;
  line-height: 1.1em;
  width: 100%;
  border-collapse: separate;
  background: #fff;
  border-spacing: 0;
  margin-bottom: 30px;
  color: #484848;
}
.comptable .hilite {
  display: block;
  white-space: nowrap;
  text-align: left;
}
.comptable .visbutton {
  white-space: nowrap;
}
.comptable tr.topcomp {
  background: #263137;
}
.comptable th {
  color: #FFF;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.comptable th a {
  color: #FFF;
}
.comptable td {
  border-top: #fff 1px solid;
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  padding: 15px 5px;
  color: #484848;
  vertical-align: top;
}
.comptable img.logocomp {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: auto;
}
.logocol {
  position: relative;
  display: inline-block;
}
.usaicon {
  position: absolute;
  right: -10px;
  top: -4px;
}
.comptable .ratingcol {
  width: 110px;
}
.comptable .ratingcol .rating-num {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}
.comptable .ratingcol i.fa {
  color: #fecc30;
  margin: 0 1px;
}
.comptable .brokercol {
  width: 140px;
}
.comptable .brokercol2 {
  width: 180px;
}
.comptable .bonuscol {
  width: 130px;
}
.comptable .bonuscol2 {
  width: 142px;
}
.comptable .depcol {
  width: 85px;
}
.comptable .payoutcol {
  width: 123px;
}
.comptable .revecol {
  width: 86px;
}
.comptable .acccol {
  width: 150px;
}
.comptable .acccol2 {
  width: 180px;
}
.comptable .infocol {
  width: 174px;
}
.comptable a.demo {
  display: block;
  font-weight: 900;
  padding-top: 3px;
}
.comptable .tdinfocol {
  text-align: left;
}
.comptable .tdinfocol span {
  color: #000;
}
@media screen and (max-width: 1270px) {
  .comptable .bonuscol,
  .comptable .ratingcol,
  .comptable .payoutcol {
    display: none;
  }
  .comptable .visbutton {
    font-size: 14px !important;
  }
  .comptable th {
    white-space: normal;
  }
  .comptable td {
    padding: 15px 5px;
  }
  .comptable td .hilite {
    white-space: normal;
  }
  .comptable td .visbutton {
    white-space: normal;
  }
}
/** Review Table **/
.review {
  overflow: hidden;
  margin: 0 0 25px 0;
  border: 1px solid #1B84DA;
  background: #EEF8FD;
  padding: 10px;
}
.topreview {
  overflow: hidden;
  margin-bottom: 20px;
}
.topreview .left {
  width: 170px;
  float: left;
  margin: 0 20px 0 0;
  line-height: 1.4em;
  font-size: 1.1em;
}
.topreview .right {
  width: 400px;
  float: left;
  line-height: 1.5em;
}
.topreview .right h3 {
  margin: 0 0 10px 0 !important;
  padding: 0;
  font-size: 1.3em !important;
  font-weight: bold;
}
.topreview .left span {
  font-size: 1.2em;
  font-weight: bold;
}
.topreview .left img {
  margin-bottom: 10px;
}
.screenshots {
  overflow: hidden;
  margin-bottom: 15px;
}
.screenshots img {
  width: 40%;
  display: block;
  height: auto;
  margin: 10px 5%;
  float: left;
}
.reviewsummary {
  margin: 0 0 25px 0;
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: 0.9em;
  color: #333;
  border-collapse: collapse;
  border-spacing: 0;
}
.reviewsummary th {
  text-align: left;
  background: #fcfcfc;
  border: 1px solid #eee;
  padding: 5px 20px;
  font-weight: bold;
  width: 36%;
}
.reviewsummary td {
  background: #FFF;
  border: 1px solid #eee;
  padding: 5px 20px;
  width: 64%;
}
.reviewsummary td.bonus {
  font-size: 1.3em;
  font-weight: bold;
}
ul.pros li {
  list-style: none;
  background: url(../img/greenbullet.png) left center no-repeat;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
  line-height: 1.2em;
}
ul.cons li {
  list-style: none;
  background: url(../img/greenbullet.png) left center no-repeat;
  margin: 0 0 10px 0;
  padding: 0 0 0 28px;
  line-height: 1.2em;
}
ul.pros,
ul.cons {
  margin: 0 0 20px 18px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .reviewsummary {
    max-width: 100%;
    display: block;
    overflow-x: auto;
  }
}
#ico-calendar {
  margin-bottom: 40px;
}
#ico-calendar .no-data {
  margin: 20px 0;
}
#ico-calendar .table-nav {
  font-size: 0;
}
#ico-calendar .table-nav a {
  display: inline-block;
  padding: 5px 25px;
  width: 140px;
  font-size: 16px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 0;
}
#ico-calendar .table-nav a:hover {
  background: #f8f8f8;
}
#ico-calendar .table-nav a:last-of-type {
  border-right: 1px solid #eee;
}
#ico-calendar .table-nav a.open {
  background: #f8f8f8;
  color: #0e7e12;
}
#ico-calendar .tab {
  display: none;
}
#ico-calendar .tab.open {
  display: block;
}
#ico-calendar table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
  border-top: 0;
}
#ico-calendar table th {
  background: #263137;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding: 20px;
}
#ico-calendar table td {
  font-size: 16px;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
#ico-calendar table tr:nth-child(odd) td {
  background: #f8f8f8;
}
#ico-calendar table tr.featured td {
  background: #FFFBD4;
}
#ico-calendar table .ico {
  width: 90px;
}
#ico-calendar table .ico img {
  border-radius: 50%;
}
#ico-calendar table .desc {
  font-size: 16px;
  line-height: 18px;
}
#ico-calendar table .live-countdown,
#ico-calendar table .start-price,
#ico-calendar table .fund-target,
#ico-calendar table .fund-cap {
  white-space: nowrap;
}
#ico-calendar table .ico-title {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  margin-top: 10px;
}
#ico-calendar table .rating {
  white-space: nowrap;
  font-size: 14px;
  margin-top: 5px;
}
#ico-calendar table .rating i {
  margin: 0 1px;
  background: #f1cd6d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffe58b 0%, #d6a133 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffe58b 0%, #d6a133 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffe58b 0%, #d6a133 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe58b', endColorstr='#d6a133', GradientType=0);
  /* IE6-9 */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
#ico-calendar table .desc .featured {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  display: inline-block;
  background: #FFEFBA;
  color: #F89017;
  border: 1px solid #F89017;
  border-radius: 3px;
  padding: 3px 5px;
  margin-bottom: 5px;
}
#ico-calendar table .links {
  width: 205px;
  text-align: center;
}
#ico-calendar table .links .read-review {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  white-space: nowrap;
  line-height: 12px;
}
@media screen and (max-width: 995px) {
  #ico-calendar table .desc,
  #ico-calendar table .fund-target,
  #ico-calendar table .fund-cap {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  #ico-calendar .table-nav a {
    display: block;
    width: auto;
    border: 1px solid #eee;
  }
  #ico-calendar table .start-price,
  #ico-calendar table .live-countdown {
    display: none;
  }
}
.ico-posts {
  padding: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ico-posts .ico-post {
  width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.ico-posts .ico-post .inside {
  color: #fff;
  background: #000 url(../img/ico-bg.jpg) left top no-repeat;
  background-size: cover;
  padding: 20px;
  min-height: 270px;
}
.ico-posts .ico-post .top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  min-height: 70px;
}
.ico-posts .ico-post .top .logo {
  width: 70px;
  margin-right: 20px;
}
.ico-posts .ico-post .top .title-text {
  color: #fece30;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  display: block;
  font-weight: bold;
}
.ico-posts .ico-post .top .date {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
.ico-posts .ico-post .excerpt {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  min-height: 100px;
  opacity: 0.7;
}
.ico-posts .ico-post .bottom {
  text-align: center;
}
.ico-posts .ico-post .bottom a {
  background: #fdcc31;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 0 15px;
  border-radius: 15px;
  letter-spacing: 1px;
}
.ico-posts .ico-post .bottom a:hover {
  background-color: #fdd34f;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .ico-posts .ico-post {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .ico-posts .ico-post {
    width: 100%;
  }
}
.ico-header {
  border-bottom: 30px solid #e9ebee;
  background: #fff;
  padding: 30px 25px;
}
.inv-comments .comment-form__comment {
  padding: 5px;
}
.inv-comments .comment-form__author,
.inv-comments .comment-form__email {
  height: 30px;
  padding: 0 5px;
}
