/*
* Custom styles 2021
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Roboto:wght@400;500&display=swap");
header, footer, article, section, hgroup, nav, figure, aside {
  display: block;
}

body, html {
  margin: 0;
  padding: 0;
}
/*changes addons */
body,
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
}
body .text-block .text-hold iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gform_wrapper.gravity-theme .gsection {
  border-bottom: 1px solid #ccc;
  padding: 0 16px 8px 0;
}
.gform_wrapper.gravity-theme .gfield {
  grid-column: 1 / -1;
  min-width: 0;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-full {
  grid-column: span 12;
  -ms-grid-column-span: 12;
}
body .form-block .gform_wrapper.gravity-theme .gsection_title {
  font-size: 1.17em;
}
.gfield_label.gform-field-label {
  display: none;
}
.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select {
  max-width: 100%;
}
.gform_wrapper.gravity-theme * {
  box-sizing: border-box;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
}
.gform_wrapper.gravity-theme .gfield textarea {
  width: 100%;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 288px;
}
#memb_actionset_button_1 {
  display: none;
}
body .stocks-table-block .row .column h1 {
  font-size: 24px;
	font-size: 1.5rem;
	margin-block-start: 19.92px;
	margin-block-start: 1.245rem;
	margin-block-end: 19.92px;
	margin-block-end: 1.245rem;

}
#collapse-disclaimer h2,
.hot-stocks h2,
.wolfies h2 {
  font-size: 24px;
	font-size: 1.5rem;
	margin-block-start: 19.92px;
	margin-block-start: 1.245rem;
	margin-block-end: 19.92px;
	margin-block-end: 1.245rem;

}
.hot-stocks h3,
.wolfies h3 {
  font-size: 18.72px;
	font-size: 1.17rem;
	margin-block-start: 19.92px;
	margin-block-start: 1.245rem;
	margin-block-end: 19.92px;
	margin-block-end: 1.245rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: initial;
  line-height: initial;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li.menu-item-has-children {
    position: relative; /* Ensure this or another parent has relative positioning */
  }
}
/*end */

figure {
  margin: 0;
}

:focus, :active {
  outline: 0;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: underline;
  color: #1593af;
}

ul li,
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px;
}

ul {
  padding-left: 18px;
}
ul li {
  margin-bottom: 0;
}

div {
  box-sizing: border-box;
}

b, strong {
  font-weight: 500;
}

h1, h2, h3 {
  color: #31ACC7;
  font-weight: 500;
}

.vc_custom_heading {
  color: #31ACC7 !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
}

.wpb_content_element input[type=submit],
.btn, .button, .pmpro_content_message a {
  width: 278px;
  height: 60px;
  border: 1px solid #DE7F1F;
  background-color: #DE7F1F;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  display: block;
  padding: 12px 10px;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  transition: all 400ms ease-in-out;
  -webkit-appearance: none;
  /*&.btn-green {
      background-color: #1cd6b0;
      border-color: #1cd6b0;
  }*/
}
.wpb_content_element input[type=submit].btn-outline,
.btn.btn-outline, .button.btn-outline, .pmpro_content_message a.btn-outline {
  background: none;
  color: inherit;
}
.wpb_content_element input[type=submit]:hover,
.btn:hover, .button:hover, .pmpro_content_message a:hover {
  background-color: #537183;
  border-color: #537183;
}

table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
table thead th {
  color: #525252;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  border-bottom: 3px solid #e6e6e6;
  text-align: left;
  padding: 9px 8px 9px 8px;
  white-space: nowrap;
  background: #fff;
}
table tbody td {
  text-align: left;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  border-bottom: 1px solid #eaeaea;
  padding: 27px 8px;
  white-space: nowrap;
  background: #fff;
}

.pmpro_content_message {
  margin: 40px auto 40px;
  text-align: center;
  max-width: 840px;
}
.pmpro_content_message a {
  width: 350px;
  margin: 0 auto;
}

.popup-fade-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.popup-fade-bg .popup-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-fade-bg .popup-holder #info-popup {
  position: relative;
  width: 100%;
  max-width: 574px;
}
@media (max-width: 600px) {
  .popup-fade-bg .popup-holder #info-popup {
    max-width: 90%;
  }
}
.popup-fade-bg .popup-holder #info-popup .close-btn {
  color: #fff;
  position: absolute;
  right: 0px;
  top: -30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
}
.popup-fade-bg .popup-holder #info-popup .content-holder {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #ffffff;
  position: relative;
  padding: 0 35px 40px;
}
@media (max-height: 649px) {
  .popup-fade-bg .popup-holder #info-popup .content-holder {
    max-height: 80vh;
    overflow: auto;
  }
}
.popup-fade-bg .popup-holder #info-popup .content-holder h2 {
  background-color: #080040;
  color: #fff;
  margin: 0 -35px 25px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  font-family: "Roboto", sans-serif;
  padding: 23px 0;
}
@media (max-width: 600px) {
  .popup-fade-bg .popup-holder #info-popup .content-holder h2 {
    font-size: 26px;
    line-height: 32px;
    padding: 17px 0;
  }
}
.popup-fade-bg .popup-holder #info-popup .content-holder ul li,
.popup-fade-bg .popup-holder #info-popup .content-holder p {
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 24px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 600px) {
  .popup-fade-bg .popup-holder #info-popup .content-holder ul li,
.popup-fade-bg .popup-holder #info-popup .content-holder p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
  }
}
@media (max-width: 374px) {
  .popup-fade-bg .popup-holder #info-popup .content-holder ul li,
.popup-fade-bg .popup-holder #info-popup .content-holder p {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 16px;
  }
}
.popup-fade-bg .popup-holder #info-popup .content-holder .button {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  width: 270px;
  height: 54px;
  line-height: 52px;
  padding: 0 10px;
}
@media (max-width: 374px) {
  .popup-fade-bg .popup-holder #info-popup .content-holder .button {
    font-size: 14px;
    width: 214px;
    height: 48px;
    line-height: 46px;
    padding: 0 8px;
  }
}
@media (max-width: 479px) {
  .popup-fade-bg.agreement-popup .popup-holder #info-popup .content-holder {
    padding: 0 20px 30px;
  }
}
.popup-fade-bg.agreement-popup .popup-holder #info-popup .content-holder h2 {
  font-size: 26px;
  line-height: 28px;
  padding: 20px 15px;
}
@media (max-width: 479px) {
  .popup-fade-bg.agreement-popup .popup-holder #info-popup .content-holder h2 {
    font-size: 22px;
    line-height: 25px;
    margin: 0 -20px 20px;
  }
}

@media (max-width: 479px) {
  .table-hold .dataTables_wrapper .dataTables_paginate {
    margin-bottom: 15px;
  }
  .table-hold .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 7px;
    font-size: 13px;
  }
  .table-hold .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    margin-left: 0;
    padding-left: 0;
  }
  .table-hold .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    margin-right: 0;
    padding-right: 0;
  }
  .table-hold .dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 3px;
  }
}
body .modal-video {
  background-color: rgba(0, 0, 0, 0.8);
}

.to-top-page {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../../images/angle-up.svg") no-repeat center #1593af;
  background-size: 33px;
  background-position-y: 7px;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 13px rgba(14, 15, 15, 0.15);
  -moz-box-shadow: 0px 0px 13px rgba(14, 15, 15, 0.15);
  box-shadow: 0px 0px 13px rgba(14, 15, 15, 0.15);
}

#collapse-disclaimer[data-readmore] {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
#collapse-disclaimer[data-readmore]:after {
  content: "";
  display: block;
  opacity: 1;
  transition: all 400ms ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: -moz-linear-gradient(top, rgba(246, 252, 255, 0) 0%, #f6fcff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(246, 252, 255, 0) 0%, #f6fcff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(246, 252, 255, 0) 0%, #f6fcff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f6fcff", endColorstr="#f6fcff",GradientType=0 );
  /* IE6-9 */
}
#collapse-disclaimer[data-readmore].opened:after {
  opacity: 0;
}

#collapse-disclaimer + [data-readmore-toggle],
#collapse-disclaimer[data-readmore] {
  margin-top: 15px;
}

.tippy-tooltip {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../../images/icon-info.svg") no-repeat;
  background-size: contain;
}

body {
  min-width: 320px;
  color: #424242;
  background-color: #f6fcff !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  /* delete after test */
  /* delete after test */
  /*&:not(.role-administrator) {
      .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading {
          top: -40px;
          li {
              padding-top: 9px;
              @media(max-width: 600px) {
                  padding-top: 7px;
              }
              @media(max-width:420px) {
                  padding-top: 7px;
              }
              .card-type {
                  display: none;
              }
              &.no-label {
                  padding-top: 9px;
                  margin-top: 0;
                  @media(max-width: 600px) {
                      padding-top: 7px;
                  }
                  @media(max-width:420px) {
                      margin-top: 0;
                      padding-top: 7px;
                  }         
              }
              &.summary {
                  display: none;
              }
          }
      }
  }*/
  /** membership section **/
}
body .row {
  max-width: 1240px;
}
body.page-template-page-portfolio-dividend .stocks-table-block .row {
  max-width: 1380px;
}
body .login-page {
  height: 100vh;
  width: 100%;
  display: flex;
}
@media (max-width: 479px) and (max-height: 620px) {
  body .login-page {
    height: auto;
  }
}
@media (max-height: 620px) {
  body .login-page {
    height: auto;
  }
}
body .login-page .column-image {
  width: 50%;
  background: url("../images/login-bg.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 799px) {
  body .login-page .column-image {
    display: none;
  }
}
body .login-page .column-data {
  width: 50%;
  background-color: #2E5369;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 799px) {
  body .login-page .column-data {
    width: 100%;
  }
}
body .login-page .column-data .holder {
  max-width: 446px;
  width: 100%;
}
body .login-page .column-data .logo {
  display: flex;
  justify-content: center;
  margin: 0 0 36px;
}
body .login-page .column-data .logo img {
  width: auto;
  height: 54px;
}
body .login-page .column-data .form-hold {
  background-color: #ffffff;
  padding: 33px 40px;
  margin-bottom: 90px;
  width: 100%;
}
@media (max-width: 479px) {
  body .login-page .column-data .form-hold {
    padding: 20px 30px 30px;
  }
}
body .login-page .column-data .form-hold h1 {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.27px;
  line-height: 45px;
  text-align: center;
  margin: 0 0 28px;
}
body .login-page .column-data .form-hold .login-username, body .login-page .column-data .form-hold .login-password, body .login-page .column-data .form-hold #memb_password_send-1-block1 {
  margin: 0 0 4px;
}
body .login-page .column-data .form-hold .login-username label, body .login-page .column-data .form-hold .login-password label, body .login-page .column-data .form-hold #memb_password_send-1-block1 label {
  display: block;
  color: #31ACC7;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all 400ms ease-in-out;
  opacity: 0;
  margin: 0 0 6px;
}
body .login-page .column-data .form-hold .login-username.filled label, body .login-page .column-data .form-hold .login-username.focused label, body .login-page .column-data .form-hold .login-password.filled label, body .login-page .column-data .form-hold .login-password.focused label, body .login-page .column-data .form-hold #memb_password_send-1-block1.filled label, body .login-page .column-data .form-hold #memb_password_send-1-block1.focused label {
  opacity: 1;
}
body .login-page .column-data .form-hold .login-username input, body .login-page .column-data .form-hold .login-password input, body .login-page .column-data .form-hold #memb_password_send-1-block1 input {
  width: 100%;
  display: block;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #979797;
  padding: 3px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
}
body .login-page .column-data .form-hold .lost_password {
  text-align: right;
  line-height: 23px;
  margin: 0;
}
body .login-page .column-data .form-hold .lost_password a {
  color: #31ACC7;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
body .login-page .column-data .form-hold .login-remember {
  display: none;
}
body .login-page .column-data .form-hold #memb_password_send-1-block1 label {
  opacity: 1;
}
body .login-page .column-data .form-hold #memb_password_send-1-block2,
body .login-page .column-data .form-hold .login-submit {
  margin: 0;
}
body .login-page .column-data .form-hold #memb_password_send-1-block2 input[type=submit],
body .login-page .column-data .form-hold .login-submit input[type=submit] {
  margin: 42px 0 0;
  width: 100%;
  display: block;
  height: 50px;
  border-radius: 25px;
  background-color: #31ACC7;
  -webkit-appearance: none;
  border: none;
  font-size: 15px;
  font-weight: 800;
  line-height: 26px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
body .today-updates-block {
  padding: 15px 0 10px;
  margin-bottom: 38px;
  overflow: hidden;
}
body .today-updates-block h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin: 0 0 46px;
  text-align: center;
  color: #080040;
  color: #2E5369;
}
@media (max-width: 767px) {
  body .today-updates-block h2 {
    margin-bottom: 30px;
  }
}
body .today-updates-block .trade-watch-listing .item {
  margin-bottom: 40px;
}
body .today-updates-block .trade-watch-listing .item .hold .post-heading h2 {
  margin: 0;
  color: #1593af;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  max-width: calc(50% - 12px);
  padding-right: 12px;
  text-align: left;
}
@media (max-width: 1023px) {
  body .today-updates-block .trade-watch-listing .item .hold .post-heading h2 {
    padding-right: 0;
    max-width: none;
  }
}
body .today-updates-block .trade-watch-listing .item .hold .post-heading .date {
  display: none;
}
@media (min-width: 1024px) {
  body .today-updates-block .trade-watch-listing .item.no-table .hold .post-heading {
    display: flex;
    justify-content: center;
  }
  body .today-updates-block .trade-watch-listing .item.no-table .hold .post-heading h2 {
    width: calc(50% - 24px);
  }
  body .today-updates-block .trade-watch-listing .item.no-table .hold .post-row {
    justify-content: center;
  }
  body .today-updates-block .trade-watch-listing .item.no-table .hold .post-row .stocks-column {
    display: none;
  }
}
body .today-updates-block .stock-card-item {
  width: calc(100% + 48px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px 40px;
}
body .today-updates-block .stock-card-item .video-item {
  width: 50%;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  body .today-updates-block .stock-card-item .video-item {
    display: none;
  }
}
body .today-updates-block .stock-card-item .video-item .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  background: #01073e;
}
body .today-updates-block .stock-card-item .video-item .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .today-updates-block .stock-card-item .video-item .video .video-popup-link,
body .today-updates-block .stock-card-item .video-item .video .video-popup-link-youtube {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body .today-updates-block .stock-card-item .card-hold {
  width: 50%;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  body .today-updates-block .stock-card-item .card-hold {
    width: 100%;
    padding-bottom: 40px;
  }
}
body .today-updates-block .stock-card-item .card-hold .update-item-card {
  height: 100%;
}
body .today-updates-block .stock-card-item .card-hold .watch-link {
  display: none;
}
@media (max-width: 1023px) {
  body .today-updates-block .stock-card-item .card-hold .watch-link {
    display: block;
  }
}
body .today-updates-block .upgrade-daily-trade-watch {
  max-width: 510px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 60px;
}
body .today-updates-block .upgrade-daily-trade-watch img {
  margin: -20px;
  width: calc(100% + 40px);
  max-width: none;
}
body .upgrade-daily-trade-watch .btn,
body .upgrade-recommendations .btn {
  width: 171px;
  height: 41px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
  margin: 0 auto;
  padding: 6px 10px;
  line-height: 27px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -85.5px;
}
body .upgrade-recommendations .btn {
  position: initial;
  margin: 0 auto 20px;
}
body .cards-hold {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
body .stock-card-item {
  width: 50%;
  margin: 0 0 30px;
  padding: 0 16px;
}
@media (max-width: 1023px) {
  body .stock-card-item {
    width: 100%;
  }
}
body .stock-card-item .update-item-card {
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0 0 14px;
}
body .stock-card-item .update-item-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .stock-card-item .update-item-card .card-header {
  background-color: #f3f3f3;
  padding: 24px 25px 0;
  display: flex;
}
body .stock-card-item .update-item-card .card-header .updated-date {
  width: 124px;
  padding-bottom: 12px;
}
@media (max-width: 479px) {
  body .stock-card-item .update-item-card .card-header .updated-date {
    width: 96px;
  }
}
body .stock-card-item .update-item-card .card-header .updated-date strong {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin: 0 0 12px;
  display: block;
}
@media (max-width: 479px) {
  body .stock-card-item .update-item-card .card-header .updated-date strong {
    margin-bottom: 5px;
  }
}
body .stock-card-item .update-item-card .card-header .updated-date p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
body .stock-card-item .update-item-card .card-header .stock-key-data {
  width: calc(100% - 124px);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  body .stock-card-item .update-item-card .card-header .stock-key-data {
    width: calc(100% - 96px);
  }
}
body .stock-card-item .update-item-card .card-header .stock-key-data li {
  box-sizing: border-box;
  padding-right: 20px;
  padding-bottom: 12px;
}
body .stock-card-item .update-item-card .card-header .stock-key-data li:first-child {
  width: 25%;
}
@media (max-width: 479px) {
  body .stock-card-item .update-item-card .card-header .stock-key-data li:first-child {
    width: 50%;
  }
}
@media (max-width: 479px) {
  body .stock-card-item .update-item-card .card-header .stock-key-data li {
    width: 50%;
  }
}
body .stock-card-item .update-item-card .card-header .stock-key-data li strong {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin: 0 0 12px;
  display: block;
}
@media (max-width: 479px) {
  body .stock-card-item .update-item-card .card-header .stock-key-data li strong {
    margin-bottom: 5px;
  }
}
body .stock-card-item .update-item-card .card-header .stock-key-data li p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
body .stock-card-item .update-item-card .card-header .stock-key-data li p.type {
  color: #1593af;
}
body .stock-card-item .update-item-card .card-header .stock-key-data li p.high {
  color: #ea3434;
}
body .stock-card-item .update-item-card .card-header .stock-key-data li p.med, body .stock-card-item .update-item-card .card-header .stock-key-data li p.medium {
  color: #ff9e41;
}
body .stock-card-item .update-item-card .card-header .stock-key-data li p.low {
  color: #3dd06a;
}
body .stock-card-item .update-item-card .card-header .stock-key-data li p.open {
  color: #3dd06a;
}
body .stock-card-item .update-item-card .card-header .stock-key-data li p.close, body .stock-card-item .update-item-card .card-header .stock-key-data li p.closed {
  color: #ea3434;
}
body .stock-card-item .update-item-card .card-data {
  padding: 10px 8px 10px 25px;
  display: flex;
}
body .stock-card-item .update-item-card .card-data .stock-name {
  color: #1593af;
  font-size: 32px;
  font-weight: 500;
  width: 124px;
  margin-top: 6px;
}
@media (max-width: 479px) {
  body .stock-card-item .update-item-card .card-data .stock-name {
    font-size: 24px;
    width: 96px;
  }
}
body .stock-card-item .update-item-card .card-data .stock-name a {
  text-decoration: none;
  color: #1593af;
}
body .stock-card-item .update-item-card .card-data .stock-info {
  width: calc(100% - 124px);
  display: flex;
  flex-wrap: wrap;
  margin: 7px 0px -23px;
}
@media (max-width: 479px) {
  body .stock-card-item .update-item-card .card-data .stock-info {
    width: calc(100% - 96px);
  }
}
@media (max-width: 479px) {
  body .stock-card-item .update-item-card .card-data .stock-info {
    margin-bottom: -10px;
  }
}
body .stock-card-item .update-item-card .card-data .stock-info li {
  width: 25%;
  margin: 0 0 33px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (max-width: 539px) {
  body .stock-card-item .update-item-card .card-data .stock-info li {
    width: 33.33%;
  }
}
@media (max-width: 479px) {
  body .stock-card-item .update-item-card .card-data .stock-info li {
    width: 50%;
    margin-bottom: 20px;
  }
}
body .stock-card-item .update-item-card .card-data .stock-info li strong {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  display: block;
  margin: 0 0 12px;
}
@media (max-width: 479px) {
  body .stock-card-item .update-item-card .card-data .stock-info li strong {
    margin-bottom: 5px;
  }
}
body .stock-card-item .update-item-card .card-data .stock-info li p {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
body .stock-card-item .update-item-card .card-data .stock-info li.general strong {
  margin: 0 0 8px;
}
body .stock-card-item .update-item-card .card-data .stock-info li.general p {
  color: #1593af;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
body .stock-card-item .watch-link {
  position: relative;
  padding: 3px 0 7px 52px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
body .stock-card-item .watch-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 0;
  width: 39px;
  height: 24px;
  background: url("../images/icon-watch-video.svg") no-repeat;
  background-size: contain;
}
body .stocks-table-block {
  padding: 0 0 60px;
}
body .stocks-table-block .filters-block {
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 10px 20px;
  margin: 0 0 12px;
  flex-wrap: wrap;
}
body .stocks-table-block .filters-block .toggle-filters {
  display: none;
  position: relative;
  padding: 0 0 0 30px;
  color: #1593af;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
body .stocks-table-block .filters-block .toggle-filters:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  background: url("../images/icon-filter.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  body .stocks-table-block .filters-block .toggle-filters {
    display: block;
    width: 100%;
  }
}
body .stocks-table-block .filters-block .filters-hold {
  display: flex;
  width: calc(100% + 10px);
  margin: 0 -5px;
}
@media (max-width: 1023px) {
  body .stocks-table-block .filters-block .filters-hold {
    display: none;
    padding-top: 15px;
    flex-wrap: wrap;
  }
  body .stocks-table-block .filters-block .filters-hold .search-field {
    width: 100%;
    flex: auto;
    margin: 0 0 10px;
  }
  body .stocks-table-block .filters-block .filters-hold .select-field {
    margin-bottom: 10px;
  }
  body .stocks-table-block .filters-block .filters-hold.show {
    display: flex;
  }
}
body .stocks-table-block .filters-block .search-field {
  padding: 0 5px;
  box-sizing: border-box;
  flex: 1;
}
body .stocks-table-block .filters-block .search-field .field {
  position: relative;
}
body .stocks-table-block .filters-block .search-field .field input {
  border: 1px solid #e6e6e6;
  padding: 10px 33px 10px 13px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
body .stocks-table-block .filters-block .search-field .field button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: url("../images/icon-search.svg") no-repeat;
  background-size: contain;
  --webkit-appearance: none;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 34px;
  height: 38px;
  background-size: 15px;
  padding: 0;
  background-position: 6px 11px;
}
body .stocks-table-block .filters-block .select-field {
  padding: 0 5px;
  box-sizing: border-box;
}
body .stocks-table-block .filters-block .select-field select {
  border-radius: 0;
  border: 1px solid #e6e6e6;
  -webkit-appearance: none;
  color: #464646;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  background: url("../images/icon-dropdown-select.svg") no-repeat 93% center;
  background-position-x: calc(100% - 9px);
  padding: 10px 36px 10px 11px;
}
@media (max-width: 479px) {
  body .stocks-table-block .filters-block .select-field {
    flex: 1 50%;
  }
  body .stocks-table-block .filters-block .select-field select {
    width: 100%;
  }
}
body .stocks-table-block .recommendations-table {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 13px 20px;
}
body .stocks-table-block .recommendations-table .dataTables_length,
body .stocks-table-block .recommendations-table .dataTables_filter,
body .stocks-table-block .recommendations-table .dataTables_info {
  display: none;
}
body .stocks-table-block .recommendations-table table.dataTable thead .sorting,
body .stocks-table-block .recommendations-table table.dataTable thead .sorting_asc,
body .stocks-table-block .recommendations-table table.dataTable thead .sorting_desc,
body .stocks-table-block .recommendations-table table.dataTable thead .sorting_asc_disabled,
body .stocks-table-block .recommendations-table table.dataTable thead .sorting_desc_disabled {
  background-position-x: calc(100% + 5px);
}
body .stocks-table-block .recommendations-table .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}
body .stocks-table-block .recommendations-table .table-hold {
  overflow: auto;
}
body .stocks-table-block .recommendations-table table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: none;
}
body .stocks-table-block .recommendations-table table thead th {
  color: #525252;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  border-bottom: 3px solid #e6e6e6;
  text-align: left;
  padding: 9px 0 9px 4px;
  white-space: nowrap;
  background: none !important;
}
body .stocks-table-block .recommendations-table table thead th span {
  position: relative;
  padding-right: 19px;
  display: inline-block;
}
body .stocks-table-block .recommendations-table table thead th span:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/datatables/sort_both.png);
  width: 19px;
  height: 19px;
  right: 0;
  top: 50%;
  margin-top: -9.5px;
}
body .stocks-table-block .recommendations-table table thead th.sorting_desc span:after {
  background-image: url(../images/datatables/sort_desc.png) !important;
}
body .stocks-table-block .recommendations-table table thead th.sorting_asc span:after {
  background-image: url(../images/datatables/sort_asc.png) !important;
}
body .stocks-table-block .recommendations-table table thead th:first-child {
  padding-left: 0;
}
body .stocks-table-block .recommendations-table table thead th:last-child {
  padding-right: 0;
}
body .stocks-table-block .recommendations-table table tbody td {
  text-align: left;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  border-bottom: 1px solid #eaeaea;
  padding: 27px 4px;
  white-space: nowrap;
}
body .stocks-table-block .recommendations-table table tbody td:first-child {
  padding-left: 0;
}
body .stocks-table-block .recommendations-table table tbody td:last-child {
  padding-right: 0;
}
body .stocks-table-block .recommendations-table table tbody td.high {
  color: #ea3434;
}
body .stocks-table-block .recommendations-table table tbody td.med, body .stocks-table-block .recommendations-table table tbody td.medium {
  color: #ff9e41;
}
body .stocks-table-block .recommendations-table table tbody td.low {
  color: #3dd06a;
}
body .stocks-table-block .recommendations-table table tbody td.open {
  color: #3dd06a;
}
body .stocks-table-block .recommendations-table table tbody td.close, body .stocks-table-block .recommendations-table table tbody td.closed {
  color: #ea3434;
}
body .stocks-table-block .stocks-table-decorate {
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  overflow: hidden;
}
body .stocks-table-block .stocks-table-decorate h2 {
  margin: 0 0 30px;
  background-color: #080040;
  background-color: #2E5369;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  line-height: 37px;
  padding: 23px 15px;
}
body .stocks-table-block .stocks-table-decorate h3 {
  display: none;
}
body .latest-recommendations {
  margin: 0 0 120px;
}
@media (max-width: 1023px) {
  body .latest-recommendations {
    margin-bottom: 60px;
  }
}
body .latest-recommendations h2 {
  text-align: center;
  color: #080040;
  color: #2E5369;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin: 0 0 42px;
}
body .latest-recommendations .recommendation-tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body .latest-recommendations .recommendation-tiles > .item {
  width: 33.33%;
  padding: 0 10px;
}
@media (max-width: 1023px) {
  body .latest-recommendations .recommendation-tiles > .item {
    width: 100%;
    margin-bottom: 35px;
  }
}
body .latest-recommendations .recommendation-tiles > .item > .hold {
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 80px;
  height: 100%;
  position: relative;
}
body .latest-recommendations .recommendation-tiles > .item > .hold > .heading {
  text-align: center;
  background-color: #080040;
  background-color: #2E5369;
  color: #fff;
  padding: 20px 25px;
}
body .latest-recommendations .recommendation-tiles > .item > .hold > .heading h3 {
  color: #fff;
  margin: 0 0 7px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
body .latest-recommendations .recommendation-tiles > .item > .hold > .heading p {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
  margin: 0;
}
body .latest-recommendations .recommendation-tiles > .item > .hold .post-hold {
  padding: 36px 27px 20px;
}
body .latest-recommendations .recommendation-tiles > .item > .hold .post-hold .data-column {
  float: none;
}
body .latest-recommendations .recommendation-tiles > .item > .hold .post-hold.einstein .image-column {
  display: none;
}
body .latest-recommendations .recommendation-tiles > .item > .hold .post-hold.einstein .title {
  margin: 16px 0 13px;
  display: block;
}
body .latest-recommendations .recommendation-tiles > .item > .hold .post-hold.einstein .text-hold {
  overflow: hidden;
  height: 144px;
}
body .latest-recommendations .recommendation-tiles > .item > .hold .post-hold.hot-stock {
  max-width: 500px;
  margin: 0 auto;
}
body .latest-recommendations .recommendation-tiles > .item > .hold .post-hold.hot-stock .title {
  color: #080040;
  color: #2E5369;
  display: block;
  text-align: center;
  margin: 23px 0 0;
}
body .latest-recommendations .recommendation-tiles > .item > .hold .post-hold .date {
  color: #080040;
  color: #2E5369;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0 0 6px;
}
body .latest-recommendations .recommendation-tiles > .item > .hold .post-hold .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  background: #01073e;
}
body .latest-recommendations .recommendation-tiles > .item > .hold .post-hold .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .latest-recommendations .recommendation-tiles > .item > .hold .post-hold .video .video-popup-link,
body .latest-recommendations .recommendation-tiles > .item > .hold .post-hold .video .video-popup-link-youtube {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body .latest-recommendations .recommendation-tiles > .item > .hold .post-hold .title {
  text-decoration: none;
  color: #1593af;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}
body .latest-recommendations .recommendation-tiles > .item > .hold .post-hold .text-hold p {
  color: #656565;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0;
}
body .latest-recommendations .recommendation-tiles > .item > .hold .btn {
  width: 171px;
  height: 41px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
  margin: 0 auto;
  padding: 6px 10px;
  line-height: 27px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -85.5px;
}
body .us-market-videos-block {
  padding: 58px 0 28px;
}
body .us-market-videos-block h2 {
  margin: 0 0 20px;
}
body .us-market-videos-block .post-listing-block.for-type-us-market-videos {
  padding: 0;
  margin: 0 0 36px;
}
@media (max-width: 1329px) {
  body .us-market-videos-block .post-listing-block.for-type-us-market-videos {
    padding: 0 50px;
    position: relative;
  }
}
@media (max-width: 599px) {
  body .us-market-videos-block .post-listing-block.for-type-us-market-videos {
    padding: 0;
  }
}
body .us-market-videos-block .post-listing-block.for-type-us-market-videos .post-listing-container {
  margin: 0;
}
body .us-market-videos-block .post-listing-block.for-type-us-market-videos .post-listing-container .item {
  width: 33.33%;
  margin: 0;
}
body .us-market-videos-block .post-listing-block.for-type-us-market-videos .post-listing-container .item .hold .post-heading h3 {
  padding: 0;
  font-size: 16px;
  line-height: 28px;
}
body .us-market-videos-block .post-listing-block.for-type-us-market-videos .tns-inner .item {
  padding: 0;
}
@media (max-width: 599px) {
  body .us-market-videos-block .post-listing-block.for-type-us-market-videos .tns-controls {
    display: none;
  }
}
body .us-market-videos-block .post-listing-block.for-type-us-market-videos .tns-controls button {
  -webkit-appearance: none;
  top: 50%;
  position: absolute;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 22px;
  height: 36px;
  margin-top: -18px;
  padding: 0;
  background: url("../images/arrow-left.svg") no-repeat;
  background-size: contain;
  border-radius: 0;
  border: none;
}
body .us-market-videos-block .post-listing-block.for-type-us-market-videos .tns-controls button[data-controls=prev] {
  left: -50px;
}
@media (max-width: 1380px) {
  body .us-market-videos-block .post-listing-block.for-type-us-market-videos .tns-controls button[data-controls=prev] {
    left: -30px;
  }
}
@media (max-width: 1329px) {
  body .us-market-videos-block .post-listing-block.for-type-us-market-videos .tns-controls button[data-controls=prev] {
    left: 0;
  }
}
body .us-market-videos-block .post-listing-block.for-type-us-market-videos .tns-controls button[data-controls=next] {
  right: -50px;
  transform: rotate(180deg);
}
@media (max-width: 1380px) {
  body .us-market-videos-block .post-listing-block.for-type-us-market-videos .tns-controls button[data-controls=next] {
    right: -30px;
  }
}
@media (max-width: 1329px) {
  body .us-market-videos-block .post-listing-block.for-type-us-market-videos .tns-controls button[data-controls=next] {
    right: 0;
  }
}
body .us-market-videos-block .btn {
  width: 184px;
  height: 38px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 20px;
  line-height: 20px;
}
body:not(.role-administrator) .us-market-videos-block {
  display: none;
}
body .trade-watch-page {
  padding: 0 0 52px;
}
@media (max-width: 1023px) {
  body .trade-watch-page {
    max-width: 622px;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  body .trade-watch-page {
    padding: 0 0 20px;
  }
}
body .trade-watch-page h1 {
  color: #31ACC7;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 44px;
}
@media (max-width: 479px) {
  body .trade-watch-page h1 {
    margin-bottom: 20px;
  }
}
body .trade-watch-page .button-hold {
  display: flex;
  justify-content: center;
}
body .trade-watch-page .button-hold.hidden {
  visibility: hidden;
}
body .trade-watch-page .button-hold .button.load-button {
  width: 198px;
  height: 47px;
  background: none;
  border: 1px solid #1593af;
  display: block;
  color: #1593af;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}
body .trade-watch-listing .item {
  margin: 0 0 67px;
}
@media (max-width: 479px) {
  body .trade-watch-listing .item {
    margin-bottom: 40px;
  }
}
body .trade-watch-listing .item .hold .post-heading {
  width: 100%;
  margin: 0 0 8px;
}
body .trade-watch-listing .item .hold .post-heading h2 {
  margin: 0;
  color: #2E5369;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  max-width: calc(50% - 12px);
  padding-right: 12px;
  text-align: left;
}
@media (max-width: 1023px) {
  body .trade-watch-listing .item .hold .post-heading h2 {
    padding-right: 0;
    max-width: none;
  }
}
body .trade-watch-listing .item .hold .post-heading h2 a {
  text-decoration: none;
}
body .trade-watch-listing .item .hold .post-heading .date {
  color: #989898;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
body .trade-watch-listing .item .hold .post-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
body .trade-watch-listing .item .hold .post-row .video-column {
  width: 50%;
  padding: 0 12px;
}
@media (max-width: 1023px) {
  body .trade-watch-listing .item .hold .post-row .video-column {
    width: 100%;
    margin-bottom: 12px;
  }
}
body .trade-watch-listing .item .hold .post-row .video-column .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
body .trade-watch-listing .item .hold .post-row .video-column .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .trade-watch-listing .item .hold .post-row .video-column .video .video-popup-link-youtube,
body .trade-watch-listing .item .hold .post-row .video-column .video .video-popup-link {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body .trade-watch-listing .item .hold .post-row .video-column .description {
  margin-top: 15px;
}
body .trade-watch-listing .item .hold .post-row .video-column .description p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 26px;
}
body .trade-watch-listing .item .hold .post-row .video-column .description p:last-child {
  margin-bottom: 0;
}
body .trade-watch-listing .item .hold .post-row .stocks-column {
  width: 50%;
  padding: 0 12px;
  /*.hold {
      height: 100%;
      box-sizing: border-box;
      padding: 30px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      display: flex; 
      justify-content: center;
      flex-direction: column;
      @media(max-width: 479px) {
          padding: 30px 20px;
      }
  }
  p {color: #989898;
     font-family: $second_font;
     font-size: 18px;
     font-weight: 400;
     line-height: 22px;
     text-align: center;
     @media(max-width: 479px) {
         font-size: 15px;
         line-height: 20px;
         margin-bottom: 20px;
     }
  }
  ul {
      @include list-reset();
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      li {
          margin: 0 20px 10px;
          @media(max-width: 479px) {
              margin-bottom: 15px;
          }
          a {
              color: $secondary_color; 
              font-size: 40px;
              font-weight: 500;
              line-height: 50px;
              @media(max-width: 479px) {
                  font-size: 32px; 
                  line-height: 44px;
              }
          }
      }
  }*/
}
@media (max-width: 1023px) {
  body .trade-watch-listing .item .hold .post-row .stocks-column {
    width: 100%;
  }
}
body .trade-watch-listing .item .hold .post-row .stocks-column .stock-card-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data {
  padding-bottom: 14px;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .hold {
  position: relative;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading {
  padding: 0;
  margin: 0;
  list-style: none;
  /*display: flex;*/
  position: absolute;
  top: -40px;
  left: 0;
  display: block;
  width: 100%;
  top: -64px;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1023px) {
  body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading {
    position: initial;
  }
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li {
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #8e8e8e;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 9px 28px 10px;
  margin: 0 10px 0 0;
  border-bottom: none;
  padding-top: 33px;
  float: left;
  position: relative;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li .card-type {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 24px;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li .card-type.buy {
  background-color: #1cd6b0;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li .card-type.sell {
  background-color: #ea3434;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li .card-type.hold {
  border: 1px solid #1593af;
  background: #fff;
  color: #1593af;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li .card-type.accumulate {
  background-color: #b034ea;
  font-size: 10px;
}
@media (max-width: 600px) {
  body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li .card-type.accumulate {
    font-size: 8px;
  }
}
@media (max-width: 420px) {
  body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li .card-type.accumulate {
    font-size: 7px;
  }
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li .card-type.take-profits {
  background-color: #FB9737;
}
@media (max-width: 600px) {
  body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li .card-type.take-profits {
    font-size: 9px;
  }
}
@media (max-width: 420px) {
  body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li .card-type.take-profits {
    font-size: 7px;
  }
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li.no-label {
  padding-top: 9px;
  margin-top: 24px;
}
@media (max-width: 420px) {
  body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li.no-label {
    margin-top: 18px;
  }
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li.summary {
  float: right;
  margin-right: 0;
  box-shadow: none;
  color: #1593af;
  padding-top: 9px;
  margin-top: 24px;
}
@media (max-width: 600px) {
  body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li.summary {
    margin-top: 18px;
  }
}
@media (max-width: 420px) {
  body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li.summary {
    font-size: 14px;
  }
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li.summary.active, body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li.summary:hover {
  color: #fff;
}
@media (max-width: 600px) {
  body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li {
    padding: 7px 18px;
    margin: 0 7px 0 0;
    padding-top: 27px;
  }
  body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li .card-type {
    font-size: 10px;
    line-height: 20px;
    height: 20px;
  }
}
@media (max-width: 420px) {
  body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li {
    padding: 7px 12px;
    margin: 0 4px 0 0;
    font-size: 15px;
    padding-top: 27px;
  }
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li.active, body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-heading li:hover {
  color: #fff;
  background-color: #1593af;
  border-color: #1593af;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-content {
  position: relative;
  z-index: 1;
  border-top: 2px solid #1593af;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-content .tab {
  display: none;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-content .tab.active {
  display: block;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-content .tab .tab-text {
  padding: 35px 30px;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0 0 14px;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-content .tab .tab-text p {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  margin: 0 0 26px;
}
body .trade-watch-listing .item .hold .post-row .stocks-column .tabs-content .tab .tab-text p:last-child {
  margin-bottom: 0;
}
body .education-page {
  padding: 50px 0 90px;
}
body .education-page .education-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
body .education-page .education-listing .item {
  width: 33.33%;
  padding: 0 8px;
  margin: 0 0 16px;
  box-sizing: border-box;
}
body .education-page .education-listing .item .hold {
  background-color: #ffffff;
  padding: 20px 16px;
  box-sizing: border-box;
}
body .education-page .education-listing .item figure {
  height: 194px;
  width: 100%;
  background: #31ACC7;
  margin: 0 0 13px;
}
body .education-page .education-listing .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .education-page .education-listing .item .data .date {
  color: #1593af;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 11px;
}
body .education-page .education-listing .item .data .title {
  color: #1593af;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  display: block;
  margin: 0 0 17px;
}
body .education-page .education-listing .item .data p {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
body .education-page .button-hold {
  display: flex;
  justify-content: center;
}
body .education-page .button-hold .button.load-button {
  width: 198px;
  height: 47px;
  background: none;
  border: 1px solid #1593af;
  display: block;
  color: #1593af;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}
body .wrap {
  margin: 0 auto;
  max-width: 840px;
  padding: 0 20px;
  box-sizing: border-box;
}
body .main-banner {
  position: relative;
  text-align: center;
  background-color: #2E5369;
}
@media (max-width: 767px) {
  body .main-banner {
    overflow: hidden;
  }
}
body .main-banner .wrap {
  max-width: 800px;
  max-width: none;
}
body .main-banner.small {
  margin-bottom: 48px;
}
@media (max-width: 479px) {
  body .main-banner.small {
    margin-bottom: 20px;
  }
}
body .main-banner.small + .text-block {
  margin-top: -48px;
}
@media (max-width: 479px) {
  body .main-banner.small + .text-block {
    margin-bottom: 20px;
  }
}
body .main-banner.small.no-margin {
  margin-bottom: 0;
}
body .main-banner.small .content-hold {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 134px;
}
body .main-banner.small .content-hold .text-hold h1 {
  font-size: 35px;
  line-height: 45px;
  margin: 0;
}
body .main-banner.small .content-hold .text-hold h2 {
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0 10px;
}
body .main-banner.small .content-hold .text-hold p {
  display: none;
}
body .main-banner.small .content-hold .text-hold .subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
body .main-banner.small .content-hold .text-hold .date {
  color: #fff;
  opacity: 0.8;
  margin: 10px 0 0;
  font-size: 20px;
  line-height: 24px;
}
body .main-banner.small#ask-analyst-live {
  margin-bottom: 32px;
}
body .main-banner.small#ask-analyst-live .content-hold {
  height: 160px;
}
body .main-banner.small#ask-analyst-live .content-hold .text-hold .text-part h2 {
  color: #a0a0a0;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin: 6px 0 0;
}
body .main-banner.small#ceo-banner {
  margin-bottom: 0;
}
body .main-banner.with-subtitle {
  margin-bottom: 40px;
}
body .main-banner.with-subtitle .content-hold {
  height: 193px;
}
body .main-banner.with-subtitle .content-hold .text-hold h1 {
  margin: 0 0 22px;
}
body .main-banner .content-hold {
  min-height: 340px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
body .main-banner .content-hold .text-hold {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body .main-banner .content-hold .text-hold h1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
  margin: 0 0 26px;
  color: #fff;
}
@media (max-width: 479px) {
  body .main-banner .content-hold .text-hold h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
body .main-banner .content-hold .text-hold p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 800px;
  color: #fff;
}
body .main-banner .content-hold .text-hold p:last-of-type {
  margin-bottom: 0;
}
body .main-banner .content-hold .text-hold .text-part {
  display: flex;
  justify-content: center;
}
body .main-banner .media {
  display: none;
}
@media (min-width: 1024px) and (min-height: 600px) {
  body .main-banner .media {
    height: 100vh;
  }
  body .main-banner .media figure img, body .main-banner .media video {
    max-width: none;
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    z-index: -1;
  }
}
body .main-banner .media figure img {
  max-width: none;
  width: 100%;
}
body .main-banner .media figure img.mobile {
  display: none;
}
@media (max-width: 1023px) {
  body .main-banner .media figure {
    overflow: hidden;
  }
  body .main-banner .media figure img {
    width: 130%;
    height: auto;
  }
}
@media (max-height: 599px) {
  body .main-banner .media figure {
    overflow: hidden;
  }
  body .main-banner .media figure img {
    width: 130%;
    height: auto;
  }
}
@media (max-width: 767px) {
  body .main-banner .media {
    width: 160%;
    position: absolute;
    top: 0;
    left: -30%;
    z-index: -1;
  }
}
@media (max-width: 479px) {
  body .main-banner.has-mobile-image .wrap {
    height: 100%;
    position: relative;
  }
  body .main-banner.has-mobile-image .content-hold {
    position: absolute;
    padding-bottom: 20vw;
  }
  body .main-banner.has-mobile-image .content-hold .text-hold {
    max-width: 90%;
    margin: 0 5%;
    position: relative;
    height: 100%;
  }
  body .main-banner.has-mobile-image .content-hold .text-hold h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 6.7vw;
    line-height: 13vw;
    margin-top: 2vw;
  }
  body .main-banner.has-mobile-image .content-hold .text-hold h1 em {
    font-size: 19vw;
    margin-left: 3vw;
    line-height: 15vw;
  }
  body .main-banner.has-mobile-image .content-hold .text-hold h1 span i {
    height: 3vw;
    top: 4vw;
    width: calc(100% + 2vw);
  }
  body .main-banner.has-mobile-image .content-hold .text-hold.no-text h1 {
    top: auto;
    bottom: 0;
  }
  body .main-banner.has-mobile-image .content-hold .text-hold .text-part {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  body .main-banner.has-mobile-image .content-hold .text-hold p {
    font-size: 6vw;
    line-height: 8vw;
    max-width: none;
  }
  body .main-banner.has-mobile-image .media {
    width: 100%;
    position: initial;
    margin-top: -12vw;
  }
  body .main-banner.has-mobile-image .media figure img.desktop {
    display: none;
  }
  body .main-banner.has-mobile-image .media figure img.mobile {
    width: 100%;
    display: block;
  }
}
body .main-banner + .post-listing-block {
  padding-top: 20px;
}
body .text-image-block .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  body .text-image-block .row {
    flex-direction: column;
  }
}
body .text-image-block .row .column-image {
  width: 55%;
  box-sizing: border-box;
  padding-right: 70px;
}
@media (max-width: 1023px) {
  body .text-image-block .row .column-image {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  body .text-image-block .row .column-image {
    width: 100%;
    padding-right: 0;
  }
}
body .text-image-block .row .column-data {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  body .text-image-block .row .column-data {
    width: 100%;
  }
}
body .text-image-block .row .column-data h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  body .text-image-block .row .column-data h2 {
    font-size: 34px;
    line-height: 44px;
    margin: 0 0 32px;
  }
}
@media (max-width: 374px) {
  body .text-image-block .row .column-data h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 26px;
  }
}
body .text-image-block .row .column-data p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1023px) {
  body .text-image-block .row .column-data p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 21px;
  }
}
@media (max-width: 1023px) {
  body .text-image-block .row .column-data .btn {
    margin-top: 10px;
  }
}
body .text-image-block.image-right .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  body .text-image-block.image-right .row {
    flex-direction: column;
  }
}
body .text-image-block.image-right .row .column-image {
  padding-left: 70px;
  padding-right: 0;
}
@media (max-width: 1023px) {
  body .text-image-block.image-right .row .column-image {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  body .text-image-block.image-right .row .column-image {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
body .text-block {
  padding: 80px 0;
}
@media (max-width: 767px) {
  body .text-block {
    padding: 60px 0;
  }
}
@media (max-width: 479px) {
  body .text-block {
    padding: 40px 0 30px;
  }
}
body .text-block .subtitle {
  color: #1593af;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 8px;
}
body .text-block h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 53px;
  margin: 0 0 25px;
  padding-bottom: 16px;
  text-align: center;
  color: #080040;
  position: relative;
}
body .text-block h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 54px;
  height: 2px;
  margin-left: -27px;
  background: #1593af;
  opacity: 0.3;
}
@media (max-width: 1023px) {
  body .text-block h2 {
    font-size: 30px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  body .text-block h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
body .text-block .text-hold {
  max-width: 980px;
  margin: 0 auto;
  color: #4a4a4a;
}
body .text-block .text-hold p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto 30px;
  text-align: justify;
  max-width: 860px;
}
body .text-block .text-hold p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  body .text-block .text-hold p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  body .text-block .text-hold p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 21px;
  }
}
body .text-block .text-hold p.lead {
  text-align: center;
  color: #1593af;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  max-width: none;
  margin: 0 0 22px;
}
@media (max-width: 1023px) {
  body .text-block .text-hold p.lead {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  body .text-block .text-hold p.lead {
    font-size: 20px;
    line-height: 30px;
  }
}
body .text-block .text-hold blockquote {
  margin: 0 auto 48px;
  color: #1593af;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  max-width: 860px;
}
body .text-block .text-hold blockquote p {
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  line-height: 30px;
}
@media (max-width: 1023px) {
  body .text-block .text-hold blockquote {
    font-size: 20px;
    line-height: 30px;
  }
  body .text-block .text-hold blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  body .text-block .text-hold blockquote {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  body .text-block .text-hold blockquote p {
    font-size: 18px;
    line-height: 25px;
  }
}
body .text-block .text-hold blockquote.large {
  font-style: normal;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  max-width: 580px;
}
body .text-block .text-hold blockquote.large p {
  font-style: normal;
  font-size: 35px;
  line-height: 40px;
}
@media (max-width: 1023px) {
  body .text-block .text-hold blockquote.large {
    font-size: 30px;
    line-height: 35px;
  }
  body .text-block .text-hold blockquote.large p {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  body .text-block .text-hold blockquote.large {
    font-size: 20px;
    line-height: 30px;
  }
  body .text-block .text-hold blockquote.large p {
    font-size: 20px;
    line-height: 30px;
  }
}
body .text-block .text-hold .narrow {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
body .text-block .text-hold ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 auto 30px;
}
body .text-block .text-hold ul:last-child {
  margin-bottom: 0;
}
body .text-block .text-hold ul li {
  padding-left: 44px;
  margin: 0 0 20px;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}
body .text-block .text-hold ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  body .text-block .text-hold ul li {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  body .text-block .text-hold ul li {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
body .text-block .text-hold ul li:last-child {
  margin-bottom: 0;
}
body .text-block .text-hold ul li:before {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  top: 1px;
  left: 0;
  position: absolute;
  background: url("../images/list-checkmark.svg") no-repeat;
  background-size: contain;
}
body .text-block .text-hold h3, body .text-block .text-hold h4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}
body .text-block .text-hold h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
}
@media (max-width: 1023px) {
  body .text-block .text-hold h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body .text-block .text-hold h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
body .text-block .text-hold .btn {
  margin: 0 auto;
}
body .text-block .text-hold .wp-video {
  width: 100% !important;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
body .text-block .text-hold iframe {
  width: 100%;
  height: 446px;
}
@media (max-width: 1023px) {
  body .text-block .text-hold iframe {
    max-width: 860px;
    width: 100%;
    height: calc(55vw - 20px);
  }
}
body .text-block .text-hold .mejs-container {
  width: 100% !important;
  margin: 0 0 36px;
}
@media (max-width: 767px) {
  body .text-block .text-hold .mejs-container {
    margin-bottom: 25px;
  }
}
body .text-block .text-hold .mejs-container .mejs-controls {
  opacity: 0;
}
body .text-block .text-hold .button-hold {
  display: flex;
  justify-content: space-between;
  margin: 30px -15px 0;
}
body .text-block .text-hold .button-hold p, body .text-block .text-hold .button-hold br {
  display: none;
}
body .text-block .text-hold .button-hold .button {
  box-sizing: border-box;
  width: calc(100% - 30px);
  max-width: calc(50% - 30px);
  margin: 0 15px 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
@media (max-width: 767px) {
  body .text-block .text-hold .button-hold {
    flex-direction: column;
    align-items: center;
  }
  body .text-block .text-hold .button-hold .button {
    max-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
}
body .form-block {
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 767px) {
  body .form-block {
    padding: 40px 0;
  }
}
body .form-block .wrap {
  max-width: 500px;
}
body .form-block .wrap h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
  color: #080040;
  margin: 0 0 22px;
}
body .form-block .wrap p {
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  color: #4a4a4a;
}
body .form-block .gform_wrapper.gravity-theme {
  max-width: 800px;
  margin: 0 auto;
}
body .form-block .gform_wrapper.gravity-theme input[type=color], body .form-block .gform_wrapper.gravity-theme input[type=date], body .form-block .gform_wrapper.gravity-theme input[type=datetime-local],
body .form-block .gform_wrapper.gravity-theme input[type=datetime], body .form-block .gform_wrapper.gravity-theme input[type=email],
body .form-block .gform_wrapper.gravity-theme input[type=month], body .form-block .gform_wrapper.gravity-theme input[type=number], body .form-block .gform_wrapper.gravity-theme input[type=password],
body .form-block .gform_wrapper.gravity-theme input[type=search], body .form-block .gform_wrapper.gravity-theme input[type=tel], body .form-block .gform_wrapper.gravity-theme input[type=text], body .form-block .gform_wrapper.gravity-theme input[type=time],
body .form-block .gform_wrapper.gravity-theme input[type=url], body .form-block .gform_wrapper.gravity-theme input[type=week], body .form-block .gform_wrapper.gravity-theme select, body .form-block .gform_wrapper.gravity-theme textarea {
  border: 1px solid #1593af;
  background: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 20px;
  padding: 17px 18px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
@media only screen and (max-width: 641px) {
  body .form-block .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
  }
}
body .form-block .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 24px;
  display: grid;
  grid-column-gap: 2%;
  -ms-grid-columns: (1fr 2%) [12];
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  width: 100%;
}
body .form-block .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 145px;
}
body .form-block .gform_wrapper.gravity-theme .gsection_title {
  text-align: left;
  margin: 0;
}
body .form-block .gform_wrapper.gravity-theme .gform_footer,
body .form-block .gform_wrapper.gravity-theme .gform_page_footer {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
body .form-block .gform_wrapper.gravity-theme .gform_footer .button,
body .form-block .gform_wrapper.gravity-theme .gform_page_footer .button {
  cursor: pointer;
}
body .form-block .gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
  background: url("images/arrow-down.svg") no-repeat 96% 19px;
  background-size: 25px;
}
body .form-block .gform_wrapper.gravity-theme .gform_validation_errors {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-align: left;
  padding: 0 0 0 34px;
}
body .form-block .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px;
  line-height: 20px;
}
body .form-block .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  left: 0;
}
body .form-block .gform_wrapper.gravity-theme .ginput_container_consent {
  text-align: left;
}
body .form-block .gform_wrapper.gravity-theme .ginput_container_consent .gfield_required_text {
  display: none;
}
body .form-block .gform_wrapper.gravity-theme .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
body .form-block .gform_wrapper.gravity-theme .gfield_radio .gchoice {
  width: 50%;
  text-align: left;
}
body .form-block .gform_wrapper.gravity-theme #field_1_9 {
  text-align: left;
}
body .form-block .gform_wrapper.gravity-theme #field_1_9 .gfield_label {
  font-size: 14px;
  font-weight: 400;
}
body .form-block .gform_wrapper.gravity-theme #field_1_9 .gform_fileupload_rules {
  display: none;
}
body .form-block .gform_wrapper.gravity-theme .gfield_validation_message,
body .form-block .gform_wrapper.gravity-theme .validation_message {
  border: none;
  background: none;
  text-align: left;
  padding: 0;
  margin: 0;
  padding-top: 6px;
}
body .form-block .gform_wrapper.gravity-theme .StripeElement {
  background: none;
  border: 1px solid #1593af;
  height: 60px;
  padding: 20px 20px;
}
body .form-block .gform_wrapper.gravity-theme .btn, body .form-block .gform_wrapper.gravity-theme .button {
  font-size: 22px;
  font-weight: 500;
  width: 100%;
}
body .form-block.template-payment h2 {
  margin: 0 0 39px;
}
body .form-block.template-payment h2 strong {
  color: #1593af;
}
body .form-block.template-payment .text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  color: #4a4a4a;
}
body .form-block.template-payment .gform_wrapper.gravity-theme {
  max-width: none;
  margin-top: 55px;
  margin-bottom: 23px;
}
body .form-block.template-payment .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 15px;
}
body .form-block.template-payment .gform_wrapper.gravity-theme .gform_fields .gfield:first-of-type .gsection_title {
  margin-top: 0;
}
body .form-block.template-payment .gform_wrapper.gravity-theme .gsection_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 49px 0 0;
}
body .form-block.template-payment .gform_wrapper.gravity-theme input[type=color], body .form-block.template-payment .gform_wrapper.gravity-theme input[type=date], body .form-block.template-payment .gform_wrapper.gravity-theme input[type=datetime-local],
body .form-block.template-payment .gform_wrapper.gravity-theme input[type=datetime], body .form-block.template-payment .gform_wrapper.gravity-theme input[type=email],
body .form-block.template-payment .gform_wrapper.gravity-theme input[type=month], body .form-block.template-payment .gform_wrapper.gravity-theme input[type=number], body .form-block.template-payment .gform_wrapper.gravity-theme input[type=password],
body .form-block.template-payment .gform_wrapper.gravity-theme input[type=search], body .form-block.template-payment .gform_wrapper.gravity-theme input[type=tel], body .form-block.template-payment .gform_wrapper.gravity-theme input[type=text], body .form-block.template-payment .gform_wrapper.gravity-theme input[type=time],
body .form-block.template-payment .gform_wrapper.gravity-theme input[type=url], body .form-block.template-payment .gform_wrapper.gravity-theme input[type=week], body .form-block.template-payment .gform_wrapper.gravity-theme select, body .form-block.template-payment .gform_wrapper.gravity-theme textarea {
  font-size: 20px;
  font-weight: 200;
  line-height: 20px;
}
body .form-block.template-payment .gform_wrapper.gravity-theme .btn, body .form-block.template-payment .gform_wrapper.gravity-theme .button {
  background-color: #1cd6b0;
  border-color: #1cd6b0;
  background-color: #DE7F1F;
  border-color: #DE7F1F;
  height: 60px;
  width: 100%;
}
body .form-block.template-payment .gform_wrapper.gravity-theme .btn:hover, body .form-block.template-payment .gform_wrapper.gravity-theme .button:hover {
  background-color: #08ce8d;
  border-color: #08ce8d;
  background-color: #537183;
  border-color: #537183;
}
body .form-block.template-payment .secure-title {
  text-align: center;
  color: #8f8d8d;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  body .form-block.template-payment .secure-title {
    font-size: 13px;
  }
}
body .form-block.template-payment .payment-info {
  display: flex;
  justify-content: center;
}
body .form-block.template-payment .payment-info img {
  margin: 0 6px;
}
body .form-block.template-small h2 {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
}
@media (max-width: 767px) {
  body .form-block.template-small h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
body .form-block.template-small h2 strong {
  color: #1593af;
}
body .form-block.template-small .text {
  max-width: 595px;
  margin: 0 auto 44px;
}
body .form-block.template-small .text p {
  font-size: 20px;
  font-weight: 200;
  line-height: 28px;
}
@media (max-width: 767px) {
  body .form-block.template-small .text p {
    font-size: 16px;
    line-height: 24px;
  }
}
body .form-block.template-small .text p strong {
  color: #1593af;
}
body .form-block.template-small .gform_wrapper.gravity-theme {
  max-width: 400px;
}
body .form-block.template-small .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 15px;
}
body .form-block.template-small .gform_wrapper.gravity-theme .button {
  font-size: 16px;
  font-weight: 500;
}
body .form-block.template-small .gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 26px;
}
body .post-listing-block {
  padding: 80px 0;
  /*&.for-type-wolfies {
      padding: 46px 0;
      .wrap {
          max-width: 1200px;
      }
      h2 { 
          font-size: 25px;
          font-weight: 500;
          line-height: 30px;
          padding-bottom: 0;
          margin: 0 0 40px;
          color: $blue_color;
          @media (max-width: 479px) {
              margin-bottom: 20px;
          }
          &:after {
              display: none;
          }
      }
      .category-filter {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          margin: 0 0 40px;
          @media (max-width: 479px) {
              margin-bottom: 20px;
          }
          .filter-item {
              color: #8a8a8a;
              font-family: $second_font;
              font-size: 15px;
              font-weight: 400;
              line-height: 20px;
              border: 2px solid #b8b8b8;
              min-width: 154px;
              padding: 7px 15px;
              transition: all 400ms ease-in-out;
              margin: 0 8px 16px;
              cursor: pointer;
              text-align: center;
              text-decoration: none;
              @media (max-width: 479px) {
                  min-width: 0;
              }
              &.active, &:hover {
                  border-color: $secondary_color;
                  background-color: $secondary_color;      
                  color: #fff;
              }
          }
      }
      .post-listing-container {
          margin: 0 -8px;
          .item {
              width: 33.33%;
              padding: 0 8px;
              margin-bottom: 20px;
              @media(max-width: 767px) {
                  width: 100%;
              }
              .hold {
                  background: #fff;
                  padding: 30px 30px 14px;
                  .date {
                      color: $secondary_color;
                      font-family: $second_font;
                      font-size: 14px;
                      font-weight: 400;
                      line-height: 18px;
                      margin: 0 0 10px;                
                  }
                  h3 {
                      color: $secondary_color;
                      font-family: $second_font;
                      font-size: 20px;
                      font-weight: 500;
                      line-height: 24px;
                      margin: 0 0 12px;
                      a {
                          color: $secondary_color;
                          text-decoration: none;
                      }
                  }
                  p {
                      color: #656565;
                      font-family: $second_font;
                      font-size: 16px;
                      font-weight: 400; 
                      line-height: 22px;
                      margin: 0 0 22px;
                  }
              }
          }
      }    
      .button-hold {
          margin-top: 50px;
      }
  }*/
}
@media (max-width: 767px) {
  body .post-listing-block {
    padding: 60px 0;
  }
}
@media (max-width: 479px) {
  body .post-listing-block {
    padding: 40px 0 30px;
  }
}
body .post-listing-block .wrap {
  max-width: 1030px;
}
body .post-listing-block h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 53px;
  margin: 0 0 35px;
  padding-bottom: 16px;
  text-align: center;
  color: #080040;
  position: relative;
}
body .post-listing-block h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 54px;
  height: 2px;
  margin-left: -27px;
  background: #1593af;
  opacity: 0.3;
}
@media (max-width: 1023px) {
  body .post-listing-block h2 {
    font-size: 30px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  body .post-listing-block h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
body .post-listing-block .post-listing-container {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
body .post-listing-block .post-listing-container .item {
  margin: 0 0 67px;
  padding: 0 12px;
  width: 50%;
}
body .post-listing-block .post-listing-container .item.one-in-row {
  width: 100%;
}
@media (max-width: 767px) {
  body .post-listing-block .post-listing-container .item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  body .post-listing-block .post-listing-container .item {
    margin-bottom: 40px;
  }
}
body .post-listing-block .post-listing-container .item .hold .post-heading {
  width: 100%;
  margin: 0 0 8px;
}
body .post-listing-block .post-listing-container .item .hold .post-heading .subtitle {
  color: #989898;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
body .post-listing-block .post-listing-container .item .hold .post-heading h3 {
  margin: 0;
  color: #1593af;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  padding-right: 12px;
}
@media (max-width: 1023px) {
  body .post-listing-block .post-listing-container .item .hold .post-heading h3 {
    padding-right: 0;
    max-width: none;
  }
}
body .post-listing-block .post-listing-container .item .hold .post-heading h3 a {
  text-decoration: none;
}
body .post-listing-block .post-listing-container .item .hold .post-row {
  display: flex;
  flex-wrap: wrap;
}
body .post-listing-block .post-listing-container .item .hold .post-row .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  background: #01073e;
}
body .post-listing-block .post-listing-container .item .hold .post-row .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .post-listing-block .post-listing-container .item .hold .post-row .video .video-popup-link,
body .post-listing-block .post-listing-container .item .hold .post-row .video .video-popup-link-youtube {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body .post-listing-block .post-listing-container .item.template-video-table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 780px;
  padding: 0 0 60px;
  margin: 0 auto 60px;
  border-bottom: 1px solid #CFCFCF;
}
@media (max-width: 1023px) {
  body .post-listing-block .post-listing-container .item.template-video-table {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body .post-listing-block .post-listing-container .item.template-video-table {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
body .post-listing-block .post-listing-container .item.template-video-table:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold {
  width: 100%;
  position: relative;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-heading h2 {
  color: #2E5469;
  padding-bottom: 0;
  font-weight: 700;
}
@media (min-width: 1024px) {
  body .post-listing-block .post-listing-container .item.template-video-table .hold .post-heading h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-heading h2:after {
  display: none;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .video-column {
  width: 100%;
  float: none;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .video-column .date {
  text-align: right;
  color: #989898;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin: 12px 0 0;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column {
  width: 100%;
  float: none;
  margin-top: 34px;
  padding: 0;
}
@media (min-width: 1024px) {
  body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column {
    padding: 64px 0 0;
  }
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading {
  padding: 0;
  margin: 0;
  list-style: none;
  /*display: flex;*/
  position: absolute;
  top: -40px;
  left: 0;
  display: block;
  width: 100%;
  top: -64px;
}
@media (max-width: 600px) {
  body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading {
    top: -55px;
  }
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1023px) {
  body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading {
    position: initial;
  }
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li {
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #8e8e8e;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 9px 28px 10px;
  margin: 0 10px 0 0;
  border-bottom: none;
  padding-top: 33px;
  float: left;
  position: relative;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li .card-type {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 24px;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li .card-type.buy {
  background-color: #1cd6b0;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li .card-type.sell {
  background-color: #ea3434;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li .card-type.hold {
  border: 1px solid #1593af;
  background: #fff;
  color: #1593af;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li .card-type.accumulate {
  background-color: #b034ea;
  font-size: 10px;
}
@media (max-width: 600px) {
  body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li .card-type.accumulate {
    font-size: 8px;
  }
}
@media (max-width: 420px) {
  body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li .card-type.accumulate {
    font-size: 7px;
  }
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li .card-type.take-profits {
  background-color: #FB9737;
}
@media (max-width: 600px) {
  body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li .card-type.take-profits {
    font-size: 9px;
  }
}
@media (max-width: 420px) {
  body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li .card-type.take-profits {
    font-size: 7px;
  }
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li.no-label {
  padding-top: 9px;
  margin-top: 24px;
}
@media (max-width: 420px) {
  body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li.no-label {
    margin-top: 18px;
  }
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li.summary-first {
  box-shadow: none;
  color: #2E5469;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 0;
  font-size: 16px;
}
@media (max-width: 600px) {
  body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li.summary-first {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (max-width: 420px) {
  body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li.summary-first {
    font-size: 14px;
  }
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li.summary-first.active, body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li.summary-first:hover {
  color: #fff;
}
@media (max-width: 600px) {
  body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li {
    padding: 7px 18px;
    margin: 0 7px 0 0;
    padding-top: 27px;
  }
  body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li .card-type {
    font-size: 10px;
    line-height: 20px;
    height: 20px;
  }
}
@media (max-width: 420px) {
  body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li {
    padding: 7px 12px;
    margin: 0 4px 0 0;
    font-size: 15px;
    padding-top: 27px;
  }
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li.active, body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-heading li:hover {
  color: #fff;
  background-color: #2E5469;
  border-color: #2E5469;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-content {
  position: relative;
  z-index: 1;
  border-top: 2px solid #2E5469;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-content .tab {
  display: none;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-content .tab.active {
  display: block;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-content .tab .tab-text {
  padding: 35px 30px;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0 0 14px;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-content .tab .tab-text p {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  margin: 0 0 26px;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .tabs-content .tab .tab-text p:last-child {
  margin-bottom: 0;
}
body .post-listing-block .post-listing-container .item.template-video-table .hold .post-row .stocks-column .stock-card-item {
  padding: 0;
  width: 100%;
}
body .post-listing-block .post-listing-container .item.template-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
body .post-listing-block .post-listing-container .item.template-row .image-column {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
}
@media (max-width: 649px) {
  body .post-listing-block .post-listing-container .item.template-row .image-column {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
body .post-listing-block .post-listing-container .item.template-row .data-column {
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
  width: 65%;
}
@media (max-width: 649px) {
  body .post-listing-block .post-listing-container .item.template-row .data-column {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
}
body .post-listing-block .post-listing-container .item.template-row .data-column .date {
  color: #989898;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
body .post-listing-block .post-listing-container .item.template-row .data-column h3 {
  margin: 0;
  color: #1593af;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 36px;
}
body .post-listing-block .post-listing-container .item.template-row .data-column h3 a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
body .post-listing-block .post-listing-container .item.template-row .data-column h3 + h4 {
  margin: -5px 0 15px;
  color: #2E5369;
  color: #1593af;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
body .post-listing-block .post-listing-container .item.template-row .data-column .text-hold {
  margin: 0 0 17px;
}
body .post-listing-block .post-listing-container .item.template-row .data-column .text-hold p {
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 25px;
}
body .post-listing-block .post-listing-container .item.template-row .data-column .text-hold p:last-of-type {
  margin: 0;
}
body .post-listing-block .post-listing-container .item.template-row .data-column .button {
  width: 166px;
  height: 44px;
  line-height: 24px;
  padding: 9px 10px;
  font-size: 16px;
}
body .post-listing-block .button-hold {
  display: flex;
  justify-content: center;
}
body .post-listing-block .button-hold.hidden {
  visibility: hidden;
}
body .post-listing-block .button-hold .button.load-button {
  width: 198px;
  height: 47px;
  background: none;
  border: 1px solid #1593af;
  display: block;
  color: #1593af;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}
body .post-listing-block.live-podcast-list {
  background: #fff;
  padding: 43px 0 80px;
}
@media (max-width: 767px) {
  body .post-listing-block.live-podcast-list {
    padding-bottom: 60px;
  }
}
@media (max-width: 479px) {
  body .post-listing-block.live-podcast-list {
    padding: 40px 0 40px;
  }
}
body .post-listing-block.live-podcast-list h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}
@media (max-width: 767px) {
  body .post-listing-block.live-podcast-list h2 {
    font-size: 26px;
  }
}
body .post-listing-block.live-podcast-list h2:after {
  display: none;
}
body .post-listing-block.live-podcast-list .post-listing-container .item {
  margin-bottom: 57px;
}
@media (max-width: 479px) {
  body .post-listing-block.live-podcast-list .post-listing-container .item {
    margin-bottom: 40px;
  }
}
body .post-listing-block.live-podcast-list .post-listing-container .item .hold .post-heading {
  margin-bottom: 10px;
}
body .post-listing-block.live-podcast-list .post-listing-container .item .hold .post-heading h3 {
  color: #080040;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
body .post-listing-block.live-podcast-list .button-hold .button.load-button {
  width: 179px;
  height: 43px;
  /*background: $btn_green;
  border: 1px solid $btn_green;*/
  background: #DE7F1F;
  border: 1px solid #DE7F1F;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  padding: 9px 10px;
  border-radius: 25px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}
body .post-listing-block.for-type-us-market-videos {
  padding: 56px 0;
}
body .post-listing-block.for-type-us-market-videos .wrap {
  max-width: 1200px;
}
body .post-listing-block.for-type-us-market-videos h2 {
  text-align: left;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 0;
  color: #31ACC7;
  margin: 0 0 26px;
}
body .post-listing-block.for-type-us-market-videos h2:after {
  display: none;
}
body .post-listing-block.for-type-us-market-videos .post-listing-container {
  margin: 0 -23px;
}
body .post-listing-block.for-type-us-market-videos .post-listing-container .item {
  padding: 0 23px;
  margin: 0 0 55px;
}
@media (max-width: 479px) {
  body .post-listing-block.for-type-us-market-videos .post-listing-container .item {
    margin-bottom: 40px;
  }
}
body .post-listing-block.for-type-us-market-videos .post-listing-container .item .hold .post-heading .date {
  color: #989898;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
body .post-listing-block.for-type-us-market-videos .post-listing-container .item .hold .post-heading h3 {
  margin: 0;
  color: #2E5369;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
body .post-listing-block.for-type-wolfies-fund {
  padding: 12px 0 80px;
}
@media (max-width: 539px) {
  body .post-listing-block.for-type-wolfies-fund {
    padding-bottom: 40px;
  }
}
body .post-listing-block.for-type-wolfies-fund .wrap {
  max-width: 900px;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item {
  width: 100%;
  margin: 0 0 85px;
}
@media (max-width: 539px) {
  body .post-listing-block.for-type-wolfies-fund .post-listing-container .item {
    margin: 0 0 40px;
  }
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item:last-of-type {
  margin-bottom: 40px;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-heading {
  padding-left: 260px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-heading {
    padding-left: 220px;
  }
}
@media (max-width: 767px) {
  body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-heading {
    padding-left: 0;
  }
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-heading .post-title {
  text-decoration: none;
  color: #080040;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .thumb-column {
  width: 240px;
}
@media (max-width: 1023px) {
  body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .thumb-column {
    width: 200px;
  }
}
@media (max-width: 767px) {
  body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .thumb-column {
    width: 100%;
    height: 205px;
  }
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .thumb-column figure {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .thumb-column figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: none;
  }
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column {
  width: calc(100% - 240px);
  padding-left: 20px;
}
@media (max-width: 1023px) {
  body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column {
    padding-left: 0;
    width: 100%;
  }
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item {
  width: 100%;
  margin: 0;
  padding: 0;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card {
  margin: 0;
  width: 100%;
  border-top: 2px solid #1593af;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data {
  padding: 15px 24px 20px 24px;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li {
  margin: 0 0 40px;
}
@media (max-width: 479px) {
  body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li {
    margin-bottom: 20px;
  }
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li:last-child {
  width: 75%;
  padding-right: 36px;
}
@media (max-width: 1023px) {
  body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 539px) {
  body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li:last-child {
    width: 100%;
  }
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li strong {
  margin-bottom: 8px;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li p {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li.general p {
  font-size: 20px;
  font-weight: 500;
  color: #1593af;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li.general p.type {
  color: #1593af;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li.general p.high {
  color: #ea3434;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li.general p.med, body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li.general p.medium {
  color: #ff9e41;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li.general p.low {
  color: #3dd06a;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li.general p.open {
  color: #3dd06a;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li.general p.close, body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .card-data .stock-info li.general p.closed {
  color: #ea3434;
}
body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .btn {
  width: 190px;
  height: 41px;
  padding: 0;
  line-height: 41px;
  font-size: 18px;
  float: right;
}
@media (max-width: 539px) {
  body .post-listing-block.for-type-wolfies-fund .post-listing-container .item .hold .post-row .stocks-column .stock-card-item .update-item-card .btn {
    float: none;
  }
}
body .register-block {
  overflow: hidden;
}
body .register-block h2 {
  text-align: center;
  margin: 0 0 20px;
  color: #080040;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}
body .register-block .text-hold {
  text-align: center;
}
body .register-block .text-hold p {
  color: #656565;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 24px;
}
body .register-block .events-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 28px -24px 0;
}
body .register-block .events-tiles .item {
  width: 50%;
  text-align: center;
  padding: 0 24px;
  margin: 0 0 46px;
}
@media (max-width: 767px) {
  body .register-block .events-tiles .item {
    width: 100%;
  }
}
body .register-block .events-tiles .item .hold {
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  color: #656565;
  font-size: 16px;
  line-height: 24px;
  padding: 24px 30px 28px;
}
body .register-block .events-tiles .item .hold .date {
  font-weight: 500;
}
body .register-block .events-tiles .item .hold .time {
  font-weight: 300;
}
body .register-block .events-tiles .item .hold .btn {
  font-size: 18px;
  font-weight: 500;
  width: 203px;
  height: 49px;
  border-radius: 25px;
  line-height: 23px;
  margin: 15px auto 0;
  /*background: $btn_green;
  border: 1px solid $btn_green; */
}
body .download-panel {
  overflow: hidden;
  padding: 50px 0;
}
body .download-panel h2 {
  text-align: center;
  margin: 0 0 20px;
  color: #080040;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}
body .download-panel .text-hold {
  text-align: center;
}
body .download-panel .text-hold p {
  color: #656565;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 24px;
}
body .download-panel .btn {
  margin: 0 auto;
}
body .disclaimer-block {
  padding: 20px 0 60px;
}
body .tiles-block .wrap {
  max-width: 1206px;
}
body .tiles-block .tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
@media (max-width: 1100px) {
  body .tiles-block .tiles {
    margin: 0 -10px;
  }
}
@media (max-width: 479px) {
  body .tiles-block .tiles {
    margin: 0 -5px;
  }
}
body .tiles-block .tiles .item {
  width: 33.33%;
  padding: 0 17px;
  margin: 0 0 35px;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  body .tiles-block .tiles .item {
    padding: 0 10px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1023px) {
  body .tiles-block .tiles .item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  body .tiles-block .tiles .item {
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
body .tiles-block .tiles .item .hold {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  text-decoration: none;
}
body .tiles-block .tiles .item .hold figure {
  position: relative;
}
body .tiles-block .tiles .item .hold figure figcaption {
  background: #31ACC8;
  text-transform: uppercase;
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 58px;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  body .tiles-block .tiles .item .hold figure figcaption {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  body .tiles-block .tiles .item .hold figure figcaption {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 479px) {
  body .tiles-block .tiles .item .hold figure figcaption {
    height: 40px;
    font-size: 16px;
    line-height: 21px;
  }
}
body.page-template-page-royal-trader-club .site-content {
  padding: 0;
}
body.page-template-page-royal-trader-club .main-banner.small {
  margin-bottom: 0;
}
body.page-template-page-royal-trader-club .banner-royal-trader-club {
  padding: 40px 16px;
  text-align: center;
}
body.page-template-page-royal-trader-club .banner-royal-trader-club .logo-banner img {
  max-width: 196px;
}
@media (max-width: 767.98px) {
  body.page-template-page-royal-trader-club .banner-royal-trader-club {
    padding: 24px 16px;
  }
}
body.page-template-page-royal-trader-club .tabs-royal-trader-pro {
  text-align: center;
  background: #f7f7f7;
}
body.page-template-page-royal-trader-club .tabs-royal-trader-pro a {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31ACC7;
  text-decoration: none;
  padding: 21px 10px 17px;
  min-width: 200px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  body.page-template-page-royal-trader-club .tabs-royal-trader-pro a {
    min-width: 120px;
    font-size: 16px;
    padding: 16px 5px 13px;
  }
}
body.page-template-page-royal-trader-club .tabs-royal-trader-pro a.active {
  border-bottom: solid 4px #31ACC7;
}
body.page-template-page-royal-trader-club .site-main {
  padding: 50px 0 126px;
}
@media (max-width: 767.98px) {
  body.page-template-page-royal-trader-club .site-main {
    padding: 24px 0;
  }
}
body .royal-form-ask-question {
  max-width: 614px;
  margin: auto;
}
body .royal-form-ask-question .title-form {
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff !important;
  padding: 19px;
  font-family: inherit !important;
}
@media (max-width: 767.98px) {
  body .royal-form-ask-question .title-form {
    font-size: 18px;
    padding: 16px;
  }
}
body .royal-form-ask-question .list-question .thankyou-form {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  color: #2E5369;
}
body .royal-form-ask-question .list-question .item-question:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  body .royal-form-ask-question .list-question .item-question:not(:last-child) {
    margin-bottom: 30px;
  }
}
body .royal-form-ask-question .list-question .item-question .__question {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #2E5369;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 767.98px) {
  body .royal-form-ask-question .list-question .item-question .__question {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
body .royal-form-ask-question .list-question .item-question .__value {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  max-width: 400px;
  margin: 0 auto;
  /* The radio */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
}
body .royal-form-ask-question .list-question .item-question .__value.__fullwidth {
  display: block;
}
body .royal-form-ask-question .list-question .item-question .__value.__is-child .radio-layout {
  padding-left: 100px;
}
body .royal-form-ask-question .list-question .item-question .__value label {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2E5369;
  display: block;
  margin-bottom: 27px;
}
@media (max-width: 767.98px) {
  body .royal-form-ask-question .list-question .item-question .__value label {
    font-size: 20px;
  }
}
body .royal-form-ask-question .list-question .item-question .__value label.stock-code {
  margin-bottom: 18px;
}
body .royal-form-ask-question .list-question .item-question .__value input[type=text] {
  max-width: 312px;
  box-sizing: border-box;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31ACC7;
  padding: 0 18px;
  border: solid 1px #cccccc;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
body .royal-form-ask-question .list-question .item-question .__value .radio-layout {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  color: #000000;
}
body .royal-form-ask-question .list-question .item-question .__value .radio-layout input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .royal-form-ask-question .list-question .item-question .__value .checkmark {
  height: 60px;
  width: 60px;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
}
body .royal-form-ask-question .list-question .item-question .__value .radio-layout:hover input ~ .checkmark {
  background-color: #ccc;
}
body .royal-form-ask-question .list-question .item-question .__value .radio-layout input:checked ~ .checkmark {
  border: 1px solid #d8d8d8;
  background-color: #f2f2f2;
  position: relative;
}
body .royal-form-ask-question .list-question .item-question .__value .checkmark:after {
  content: "";
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  background: url("../images/icon-x.svg") no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
body .royal-form-ask-question .list-question .item-question .__value .radio-layout input:checked ~ .checkmark:after {
  display: block;
}
body .royal-form-ask-question .list-question .item-question textarea {
  padding: 10px;
  border-radius: 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
body .royal-form-ask-question .list-question .footer-form button[type=submit] {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  width: 195px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  color: #fff;
}
body .royal-form-ask-question .list-question .footer-form button[type=submit].__is-submited {
  cursor: none;
  opacity: 0.8;
}
body .template-royal-signals {
  max-width: 600px;
  margin: auto;
  position: relative;
}
body .template-royal-signals .__list-post .item-royal-signal {
  background-color: #f9f9f9;
  padding: 40px 33px;
  margin-bottom: 66px;
  text-align: center;
}
@media (max-width: 767.98px) {
  body .template-royal-signals .__list-post .item-royal-signal {
    padding: 16px;
    margin-bottom: 32px;
    text-align: center;
  }
}
body .template-royal-signals .__list-post .item-royal-signal .royal-title {
  font-size: 22px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #31ACC7;
  margin: 0;
  margin-bottom: 10px;
  cursor: pointer;
}
body .template-royal-signals .__list-post .item-royal-signal .royal-excerpt {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
  color: #000000;
}
body .template-royal-signals .__list-post .item-royal-signal .royal-readmore {
  text-align: right;
  margin-top: 10px;
}
body .template-royal-signals .__list-post .item-royal-signal .royal-readmore button.__readmore {
  width: 172px;
  background: #31ACC7;
  border: none;
  cursor: pointer;
  color: #fff !important;
  padding: 9px;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  display: block;
}
body .template-royal-signals .__list-post .item-royal-signal .royal-readmore button.__readmore:hover {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  body .template-royal-signals .__list-post .item-royal-signal .royal-readmore button.__readmore {
    margin: 0 auto;
    display: block;
  }
}
body .template-royal-signals .royal-signal-pagination {
  text-align: center;
}
body .template-royal-signals .royal-signal-pagination button[name=button-showmore] {
  border: solid 1px #31ACC7;
  background: transparent;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31ACC7 !important;
  font-family: "Roboto", sans-serif;
  width: 172px;
  border-radius: 0;
}
body .template-royal-signals .royal-signal-pagination button[name=button-showmore]:hover {
  opacity: 0.8;
}
body .template-royal-signals.__is-loading:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.3;
  z-index: 2;
  height: 100%;
}
body .template-royal-signals .single-royal-signal {
  padding: 32px 32px 53px 34px;
  background-color: #f9f9f9;
}
@media (max-width: 767.98px) {
  body .template-royal-signals .single-royal-signal {
    padding: 16px;
  }
}
body .template-royal-signals .single-royal-signal .__title {
  font-size: 26px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31ACC7;
  margin-bottom: 16px;
}
body .template-royal-signals .single-royal-signal .main-content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
  color: #000000;
}
body .template-royal-signals .single-royal-signal .main-content p {
  margin-bottom: 16px;
}
body .template-royal-signals .single-royal-signal .main-content .wp-caption {
  margin: 32px 0;
}
body .template-royal-signals .single-royal-signal .main-content .wp-caption .wp-caption-text {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31ACC7;
  margin: 16px 0;
}
body .template-royal-signals .btn-single {
  display: inline-block;
  margin: 21px 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31ACC7 !important;
  cursor: pointer;
  background: transparent;
  padding: 0;
  font-family: "Roboto", sans-serif;
  border: none;
  -webkit-appearance: none;
}
body .template-royal-signals .btn-single.royal-backlink {
  margin-top: 0;
}
body .template-royal-signals .action-royal-signal {
  display: flex;
  justify-content: space-between;
}
body .royal-form-ask-question {
  margin: 0 auto;
  width: 100%;
  max-width: 725px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.24);
  border-radius: 43px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
  padding: 45px 80px;
}
@media (max-width: 767.98px) {
  body .royal-form-ask-question {
    padding: 35px 30px;
  }
}
body .royal-form-ask-question .title-form {
  display: none;
}
body .royal-form-ask-question .list-question .item-question.textarea {
  max-width: 496px;
  text-align: left;
  margin: 0 auto;
}
body .royal-form-ask-question .list-question .item-question.textarea label {
  text-align: left;
  margin-bottom: 10px;
}
body .royal-form-ask-question .list-question .item-question label, body .royal-form-ask-question .list-question .item-question .__question {
  color: #080040;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  text-align: center;
}
body .royal-form-ask-question .list-question .item-question label small, body .royal-form-ask-question .list-question .item-question .__question small {
  font-size: 14px;
}
body .royal-form-ask-question .list-question .item-question input[type=text] {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 310px;
  height: 60px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
}
body .royal-form-ask-question .list-question .item-question textarea {
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  width: 100%;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  padding: 15px 20px;
  height: 144px;
}
body .royal-form-ask-question button {
  margin: 30px auto 0;
  width: 245px;
  height: 50px;
  border: none;
  border-radius: 30px;
  background-color: #DE7F1F;
  color: #ffffff;
  padding: 12px 10px;
  font-family: "Montserrat", sans-serif;
  transition: all 400ms ease-in-out;
  -webkit-appearance: none;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  display: block;
  margin-top: 43px;
  height: 48px;
  line-height: 24px;
}
body .answers-report-ss .filter-datepicker {
  max-width: 1017px;
  margin: auto;
  background: #f7f7f7;
  padding: 22px;
  text-align: center;
  margin-bottom: 46px;
}
body .answers-report-ss .filter-datepicker .input-datepicker {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 440px;
  margin: 0 auto;
}
body .answers-report-ss .filter-datepicker .input-datepicker input {
  -webkit-appearance: none;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  border-radius: 0;
  padding: 11px 14px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  width: calc(100% - 166px);
  box-sizing: border-box;
}
@media (max-width: 420px) {
  body .answers-report-ss .filter-datepicker .input-datepicker input {
    width: calc(100% - 120px);
  }
}
body .answers-report-ss .filter-datepicker .input-datepicker input::-webkit-input-placeholder {
  /* Edge */
  color: #c4c4c4;
}
body .answers-report-ss .filter-datepicker .input-datepicker input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c4c4c4;
}
body .answers-report-ss .filter-datepicker .input-datepicker input::placeholder {
  color: #c4c4c4;
}
body .answers-report-ss .filter-datepicker .input-datepicker button[name=button-search] {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  border-radius: 0;
  border: solid 1px #31ACC7;
  background-color: #31ACC7;
  width: 166px;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 420px) {
  body .answers-report-ss .filter-datepicker .input-datepicker button[name=button-search] {
    width: 120px;
  }
}
body .answers-report-ss .answers-report-wrap {
  max-width: 1017px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .answers-report-ss .answers-report-wrap {
    max-width: 480px;
  }
}
body .answers-report-ss .answers-report-wrap .answer-item {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transform: translateY(3em);
  -moz-transform: translateY(3em);
  -o-transform: translateY(3em);
  -ms-transform: translateY(3em);
  transform: translateY(3em);
  height: 0;
  opacity: 0;
  margin: 0;
  visibility: hidden;
}
body .answers-report-ss .answers-report-wrap .answer-item.show {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  height: auto;
  opacity: 1;
  margin-bottom: 84px;
  visibility: visible;
}
body .answers-report-ss .answers-report-wrap .answer-item:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  body .answers-report-ss .answers-report-wrap .answer-item {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  body .answers-report-ss .answers-report-wrap .answer-item {
    margin-bottom: 24px;
  }
}
body .answers-report-ss .answers-report-wrap .heading {
  border: solid 1px #024559;
  background-color: #024559;
  padding: 18px 40px;
  text-transform: uppercase;
}
body .answers-report-ss .answers-report-wrap .heading h2 {
  font-family: "Roboto", sans-serif !important;
  font-size: 25px;
  font-weight: 500 !important;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  body .answers-report-ss .answers-report-wrap .heading {
    padding: 12px 20px;
  }
  body .answers-report-ss .answers-report-wrap .heading h2 {
    font-size: 20px;
  }
}
body .answers-report-ss .answers-report-wrap .content {
  display: flex;
  border: solid 1px #979797;
  background-color: #f7f7f7;
}
body .answers-report-ss .answers-report-wrap .content > div {
  width: 50%;
}
body .answers-report-ss .answers-report-wrap .content > div .label {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #024559;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
body .answers-report-ss .answers-report-wrap .content > div.lefl-col {
  padding: 40px;
}
body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item:last-child {
  margin: 0;
}
body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item > div {
  width: 50%;
}
body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item.stock-code {
  margin-bottom: 40px;
}
body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item.stock-code .label {
  font-size: 25px;
}
body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item.stock-code .value > span {
  font-size: 24px;
}
body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item .value {
  text-align: right;
}
body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item .value > span {
  border: solid 1px #979797;
  background-color: #f7f7f7;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #31ACC7;
  font-family: "Roboto", sans-serif;
  padding: 12px;
  min-width: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 991px) {
  body .answers-report-ss .answers-report-wrap .content > div.lefl-col {
    padding: 32px;
  }
  body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item .label {
    width: 60%;
    padding-right: 12px;
  }
  body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item .value {
    width: 40%;
  }
  body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item .value > span {
    min-width: auto;
    display: flex;
  }
  body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item.stock-code {
    margin-bottom: 32px;
  }
  body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item.stock-code .label {
    font-size: 23px;
  }
  body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item.stock-code .value > span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  body .answers-report-ss .answers-report-wrap .content > div.lefl-col {
    padding: 20px;
  }
  body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item {
    margin-bottom: 16px;
  }
  body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item .label {
    font-size: 16px;
  }
  body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item .value > span {
    min-width: 90px;
    display: inline-flex;
    padding: 8px;
    font-size: 16px;
  }
  body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item.stock-code {
    margin-bottom: 24px;
  }
  body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item.stock-code .label {
    font-size: 20px;
  }
  body .answers-report-ss .answers-report-wrap .content > div.lefl-col .row-item.stock-code .value > span {
    font-size: 18px;
  }
}
body .answers-report-ss .answers-report-wrap .content > div.right-col {
  padding: 48px;
  background-color: #ffffff;
}
body .answers-report-ss .answers-report-wrap .content > div.right-col .notes .label {
  font-size: 25px;
}
body .answers-report-ss .answers-report-wrap .content > div.right-col .notes .value {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #000000;
  font-family: "Roboto", sans-serif;
  margin-top: 16px;
}
@media (max-width: 991px) {
  body .answers-report-ss .answers-report-wrap .content > div.right-col {
    padding: 32px;
  }
  body .answers-report-ss .answers-report-wrap .content > div.right-col .notes .label {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  body .answers-report-ss .answers-report-wrap .content > div.right-col {
    padding: 20px;
  }
  body .answers-report-ss .answers-report-wrap .content > div.right-col .notes .label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body .answers-report-ss .answers-report-wrap .content {
    flex-direction: column;
  }
  body .answers-report-ss .answers-report-wrap .content > div {
    width: 100%;
  }
}
body .ui-datepicker table thead th:first-child, body .ui-datepicker table tbody td:first-child, body .ui-datepicker table thead th:last-child, body .ui-datepicker table tbody td:last-child {
  padding: 0 !important;
}
body .ui-datepicker-buttonpane button {
  color: #000 !important;
  font-size: 14px !important;
  padding: 2px 15px;
  font-weight: normal !important;
}
body .ui-datepicker-buttonpane button.ui-datepicker-current {
  display: none;
}
body .royal-signals-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
@media (max-width: 1023px) {
  body .royal-signals-listing {
    margin: 0 -20px;
  }
}
body .royal-signals-listing.loading {
  position: relative;
}
body .royal-signals-listing.loading:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.3;
  z-index: 2;
  height: 100%;
  width: 100%;
}
body .royal-signals-listing .item {
  padding: 0 40px;
  width: 50%;
  margin: 0 0 33px;
}
@media (max-width: 1023px) {
  body .royal-signals-listing .item {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body .royal-signals-listing .item {
    width: 100%;
  }
}
body .royal-signals-listing .item .hold {
  padding: 0 0 23px;
  border-bottom: 1px solid #e6e6e6;
}
body .royal-signals-listing .item .date {
  color: #080040;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0 0 10px;
}
body .royal-signals-listing .item figure {
  margin: 0 0 13px;
}
body .royal-signals-listing .item a {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
}
body .royal-signals-listing .item p {
  color: #080040;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 23px;
  min-height: 46px;
  margin: 8px 0 0;
}
body .royal-signals-listing.responses {
  position: relative;
  padding-top: 54px;
}
body .royal-signals-listing.responses:before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  height: 1px;
  background: #e6e6e6;
}
@media (max-width: 1023px) {
  body .royal-signals-listing.responses:before {
    left: 20px;
    right: 20px;
  }
}
body .royal-signals-listing.responses .item {
  width: 100%;
  margin-bottom: 70px;
}
body .royal-signals-listing.responses .item:last-of-type {
  margin-bottom: 0;
}
body .royal-signals-listing.responses .item .hold {
  max-width: 636px;
  margin: 0 auto;
  padding: 0 0 39px;
}
body .royal-signals-listing.responses .item .date {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 12px;
}
body .royal-signals-listing.responses .item .data-hold {
  width: 100%;
}
body .royal-signals-listing.responses .item .data-hold ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .royal-signals-listing.responses .item .data-hold .tabs-heading {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
body .royal-signals-listing.responses .item .data-hold .tabs-heading li {
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #8e8e8e;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  padding: 11px 28px;
  margin: 0 10px 0 0;
  min-width: 162px;
  text-align: center;
}
@media (max-width: 600px) {
  body .royal-signals-listing.responses .item .data-hold .tabs-heading li {
    padding: 7px 18px;
    margin: 0 7px 0 0;
    min-width: 140px;
  }
}
@media (max-width: 420px) {
  body .royal-signals-listing.responses .item .data-hold .tabs-heading li {
    padding: 7px 12px;
    margin: 0 4px 0 0;
    font-size: 15px;
    min-width: 120px;
  }
}
body .royal-signals-listing.responses .item .data-hold .tabs-heading li.active, body .royal-signals-listing.responses .item .data-hold .tabs-heading li:hover {
  color: #fff;
  background-color: #1593af;
  border-color: #1593af;
}
body .royal-signals-listing.responses .item .data-hold .tabs-content {
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0 0 14px;
  z-index: 1;
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .tab {
  display: none;
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .tab.active {
  display: block;
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data {
  padding: 21px 8px 40px 23px;
  display: flex;
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-name {
  color: #1593af;
  font-size: 32px;
  font-weight: 500;
  width: 124px;
  margin-top: 6px;
}
@media (max-width: 479px) {
  body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-name {
    font-size: 24px;
    width: 96px;
  }
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-name a {
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  color: #1593af;
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info {
  width: calc(100% - 124px);
  display: flex;
  flex-wrap: wrap;
  margin: 7px 0px -23px;
}
@media (max-width: 479px) {
  body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info {
    width: calc(100% - 96px);
  }
}
@media (max-width: 479px) {
  body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info {
    margin-bottom: -10px;
  }
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li {
  width: 25%;
  margin: 0 0 26px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (max-width: 539px) {
  body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li {
    width: 33.33%;
  }
}
@media (max-width: 479px) {
  body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li {
    width: 50%;
    margin-bottom: 20px;
  }
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li strong {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  display: block;
  margin: 0 0 12px;
}
@media (max-width: 479px) {
  body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li strong {
    margin-bottom: 5px;
  }
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li.break {
  flex-basis: 100%;
  height: 0;
  margin: 0;
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li p {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  min-height: 0;
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li.wide {
  width: 35%;
}
@media (max-width: 479px) {
  body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li.wide {
    width: 50%;
  }
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li.general strong {
  margin: 0 0 8px;
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li.general p {
  color: #1593af;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li.general p.note {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li.general p.style-buy {
  color: #1cd6b0;
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li.general p.style-hold {
  color: rgba(255, 158, 65, 0.97);
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li.general p.style-sell {
  color: #ea3434;
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li.general.full {
  width: 100%;
}
body .royal-signals-listing.responses .item .data-hold .tabs-content .card-data .stock-info li.general.full:not(:first-of-type) {
  margin-top: 12px;
}
body .royal-signals-listing.three-column {
  margin: 0 -12px;
}
body .royal-signals-listing.three-column .item {
  padding: 0 12px;
  width: 33.33%;
}
@media (max-width: 767px) {
  body .royal-signals-listing.three-column .item {
    width: 100%;
  }
}
body .royal-signals-listing.three-column.total-num-1 {
  justify-content: center;
}
body .royal-signals-listing.three-column.total-num-1 .item {
  width: 100%;
  max-width: 784px;
  margin-bottom: 0;
}
body .royal-signals-listing.three-column.total-num-1 .item figure {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  body .royal-signals-listing.three-column.total-num-1 .item figure {
    margin-bottom: 13px;
  }
}
body .royal-signals-listing.three-column.total-num-1 .item .hold {
  padding: 0;
  border-bottom: none;
}
body .royal-signals-listing.three-column.total-num-1 .item a {
  font-size: 18px;
  line-height: 34px;
}
@media (max-width: 767px) {
  body .royal-signals-listing.three-column.total-num-1 .item a {
    font-size: 14px;
    line-height: 34px;
  }
}
body .royal-signals-listing.three-column.total-num-1 .item p {
  font-size: 21px;
  line-height: 28px;
  min-height: 56px;
  margin: 17px 0 0;
}
@media (max-width: 767px) {
  body .royal-signals-listing.three-column.total-num-1 .item p {
    font-size: 17px;
    line-height: 23px;
    min-height: 46px;
    margin-top: 8px;
  }
}
body .royal-signals-listing.three-column.total-num-2 {
  margin: 0 -40px;
}
@media (max-width: 1023px) {
  body .royal-signals-listing.three-column.total-num-2 {
    margin: 0 -20px;
  }
}
body .royal-signals-listing.three-column.total-num-2 .item {
  width: 50%;
  /*margin-bottom: 0;*/
  padding: 0 40px;
  /*.hold {
      padding: 0;
      border-bottom: none;
  } */
}
@media (max-width: 1023px) {
  body .royal-signals-listing.three-column.total-num-2 .item {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body .royal-signals-listing.three-column.total-num-2 .item {
    width: 100%;
    margin-bottom: 33px;
  }
}
body .royal-signals-listing.three-column.total-num-2 .item figure {
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  body .royal-signals-listing.three-column.total-num-2 .item figure {
    margin-bottom: 13px;
  }
}
body .royal-signals-listing.three-column.total-num-2 .item a {
  font-size: 18px;
  line-height: 34px;
}
@media (max-width: 767px) {
  body .royal-signals-listing.three-column.total-num-2 .item a {
    font-size: 14px;
    line-height: 34px;
  }
}
body .royal-signals-listing.three-column.total-num-2 .item p {
  font-size: 21px;
  line-height: 28px;
  min-height: 56px;
  margin-top: 17px;
}
@media (max-width: 767px) {
  body .royal-signals-listing.three-column.total-num-2 .item p {
    font-size: 17px;
    line-height: 23px;
    min-height: 46px;
    margin-top: 8px;
  }
}
body .royal-signals-listing.three-column.total-num-3 .item {
  margin-bottom: 0;
}
body .royal-signals-listing.three-column.total-num-3 .item .hold {
  padding: 0;
  border-bottom: none;
}
body .royal-recordings-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
@media (max-width: 1023px) {
  body .royal-recordings-listing {
    margin: 0 -20px;
  }
}
body .royal-recordings-listing.loading {
  position: relative;
}
body .royal-recordings-listing.loading:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.3;
  z-index: 2;
  height: 100%;
  width: 100%;
}
body .royal-recordings-listing .item {
  padding: 0 40px;
  width: 50%;
  margin: 0 0 38px;
}
@media (max-width: 1023px) {
  body .royal-recordings-listing .item {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body .royal-recordings-listing .item {
    width: 100%;
  }
}
body .royal-recordings-listing .item .date {
  color: #080040;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0 0 8px;
}
body .royal-recordings-listing .item .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
body .royal-recordings-listing .item .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .royal-recordings-listing .item .video .video-popup-link-youtube,
body .royal-recordings-listing .item .video .video-popup-link {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body .royal-recordings-page, body .royal-signals-page {
  padding-bottom: 80px;
  overflow: hidden;
}
body .royal-recordings-page .row, body .royal-signals-page .row {
  max-width: 1072px;
}
body .royal-recordings-page .button-hold, body .royal-signals-page .button-hold {
  display: flex;
  justify-content: center;
}
body .royal-recordings-page .button-hold.hidden, body .royal-signals-page .button-hold.hidden {
  visibility: hidden;
}
body .royal-recordings-page .button-hold .button.load-button, body .royal-signals-page .button-hold .button.load-button {
  width: 179px;
  height: 43px;
  background: #1cd6b0;
  border: 1px solid #1cd6b0;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  padding: 9px 10px;
  border-radius: 25px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}
body.page-template-page-royal-trader-signals .main-banner.small {
  margin-bottom: 0;
}
body .royal-signals-page {
  padding-top: 13px;
}
body .royal-signals-page.responses-page {
  padding-top: 6px;
}
body .royal-signals-page.latest-posts {
  padding-top: 55px;
  padding-bottom: 45px;
  background: #ffffff;
  border-bottom: 1px solid #b8b8b8;
}
@media (max-width: 479px) {
  body .royal-signals-page.latest-posts {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
body .royal-signals-page.latest-posts h2 {
  margin-bottom: 24px;
}
body .royal-signals-page.previous-block {
  padding-top: 54px;
}
@media (max-width: 479px) {
  body .royal-signals-page.previous-block {
    padding-top: 33px;
    padding-bottom: 40px;
  }
}
body .royal-signals-page.previous-block h2 {
  margin: 0 0 34px;
}
@media (max-width: 479px) {
  body .royal-signals-page.previous-block h2 {
    margin-bottom: 24px;
  }
}
body .royal-signals-page .stock-code-filter-form {
  width: 100%;
  max-width: 580px;
  background-color: #ffffff;
  margin: 0 auto 55px;
  padding: 32px 42px;
}
body .royal-signals-page .stock-code-filter-form form {
  display: flex;
  flex-wrap: wrap;
}
body .royal-signals-page .stock-code-filter-form form input {
  text-align: center;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  line-height: 34px;
  height: 46px;
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  padding: 5px 10px;
  width: calc(100% - 184px);
  box-sizing: border-box;
}
body .royal-signals-page .stock-code-filter-form form .btn {
  border-radius: 30px;
  margin-left: 10px;
  width: 174px;
  height: 46px;
  box-sizing: border-box;
  padding: 0;
  line-height: 44px;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 479px) {
  body .royal-signals-page .stock-code-filter-form form {
    flex-direction: column;
  }
  body .royal-signals-page .stock-code-filter-form form input {
    width: 100%;
  }
  body .royal-signals-page .stock-code-filter-form form .btn {
    width: 100%;
    margin: 12px 0 0;
  }
}
body .royal-signals-page h2 {
  color: #080040;
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin: 0 0 30px;
}
body .royal-signals-page .royal-signals-listing h2 {
  width: calc(100% - 80px);
  margin: 0 40px 30px;
}
body .royal-signals-page .royal-signals-listing h2:nth-of-type(2) {
  margin-top: 50px;
}
body .member-area li a {
  border: none !important;
  background: none !important;
  font-weight: 500;
}
body .member-area li a:hover {
  color: #2E5369 !important;
}
body .vc_tta-tab.vc_active a {
  color: #2E5369 !important;
}
body .vc_general.vc_cta3.vc_cta3-style-classic {
  border: none !important;
}
body .vc_btn3.vc_btn3-style-custom {
  background-image: none !important;
}
body .member-form {
  background-color: #EDF8FF;
  padding: 2px 30px 20px 30px;
  box-sizing: border-box;
}
body .member-area .d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .member-area .block-half {
  width: 49%;
}
body .member-area label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 15px;
  letter-spacing: 1px;
  font-weight: 600;
}
body .member-area input[type=text], body .member-area input[type=password], body .member-area input[type=tel], body .member-area select {
  width: 100%;
  padding: 8px 10px;
  border-color: #31ACC7;
  border-radius: 0;
  color: #717171;
  font-family: "Montserrat";
  font-weight: lighter;
}
body .member-area select {
  height: 44px;
  background: white;
}
body .member-area input[type=submit],
body #memb_password_change-1 input[type=submit] {
  border-radius: 0;
  font-family: "Montserrat", sans-serif !important;
  padding: 8px 27px;
  display: block;
  margin: auto;
  margin-top: 2em;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  border: none;
}
body #memb_password_change-1 input[type=submit] {
  width: auto !important;
  padding: 15px 27px !important;
  font-size: 13px !important;
}
body #addr1 {
  width: 49%;
}
body #addr2, body #addr3 {
  width: 22%;
}
body #profile p {
  font-weight: lighter;
}
body .btn-new button, body .btn-new a {
  padding: 10px 30px !important;
  background-color: #31ACC7 !important;
  font-size: 15px !important;
  font-weight: 500;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  white-space: normal;
  transition: all 0.4s ease-out;
}
body .btn-new button:hover, body .btn-new a:hover, body .sidebar-bottom a:hover {
  background-color: #2E5369 !important;
  color: white !important;
  border-color: transparent !important;
}
body .cta-box:not(.cta-box-last) {
  background-color: #F7F7F7;
  padding-top: 2em;
  padding-bottom: 1em;
  margin-top: 1em;
}
body .cta-box p {
  line-height: 1.4;
}
body .support-sg-img {
  margin-bottom: 0 !important;
  height: 80px;
}
body .support-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .vc_cta3-content-header h2 {
  max-width: 230px;
  margin: auto auto 10px auto !important;
}
body .vc_col-sm-12 .vc_cta3-content-header h2 {
  max-width: 80%;
}
body .upgrade-section .height-fixer {
  margin-top: 4.1em !important;
}
body .title-btn a span {
  display: inline-block;
  width: 75%;
}
body .sub-item, body .payment-item {
  font-family: "Montserrat", sans-serif;
}
body .sub-item div {
  width: 30%;
  font-size: 13px !important;
}
body .sub-item input[type=submit] {
  padding: 0 !important;
  font-size: 13px !important;
  background: transparent !important;
  border: none !important;
  color: #31ACC7 !important;
  margin: 0 !important;
  text-transform: uppercase;
}
body .sub-item a, body .payment-item a {
  color: #31ACC7 !important;
  text-decoration: none;
}
body .sub-item a:hover, body .payment-item a:hover {
  color: #325463 !important;
}
body .card-form {
  display: none;
}
body .payment-item div {
  font-size: 13px !important;
}
body .xs {
  width: 10%;
}
body .sm {
  width: 12%;
}
body .md {
  width: 18%;
}
body .lg {
  width: 31%;
}
body .item-list strong {
  display: none;
}
body #page strong {
  color: black !important;
}
body #page .footer-text strong {
  color: white !important;
}
body .page-id-27542 header, body .page-id-27542 nav, body .page-id-27542 .mobile-navigation-bar, body .page-id-27542 footer, body .page-id-27542 #livechat-compact-container {
  display: none;
}
body .page-id-27542 .site-content {
  padding-top: 0;
}
body .memberium-order-receipt table {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
@media all and (min-width: 640px) and (max-width: 900px) {
  body #secondary .widget .title-medium.title-btn a span {
    font-size: 1rem !important;
    width: 70%;
  }
  body #meta-member .user h3 {
    letter-spacing: 0 !important;
    font-size: 15px;
  }
  body .sidebar-bottom h3, body .sidebar-bottom a {
    font-size: 15px !important;
    width: 100% !important;
  }
  body .sidebar-bottom h3 {
    line-height: 2rem !important;
  }
  body .sidebar-bottom {
    padding: 18px !important;
  }
}
@media all and (min-width: 768px) and (max-width: 876px) {
  body .member-area li a {
    padding: 14px 10px !important;
  }
}
@media all and (max-width: 640px) {
  body .member-area .block-half {
    width: 100%;
  }
}
@media all and (max-width: 550px) {
  body .item-list strong {
    display: inline-block;
    width: 100px;
  }
  body .sm, body .md, body .lg {
    width: 100%;
  }
  body .title-list {
    display: none !important;
  }
}
@media all and (max-width: 500px) {
  body .update-form .block-half, body #addr1, body #addr2, body #addr3 {
    width: 100%;
  }
}
body .account-dev img.avatar {
  width: 111px;
  transform: none;
  padding: 15px 0;
}
body .account-dev .vc_row p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 24px;
}
body .account-dev .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a, body .account-dev #meta-member > h3 {
  color: #31ACC7;
  padding: 14px 34px 0 0;
}
body .account-dev #meta-member > h3 {
  font-size: 14px;
  font-family: "AlteHaasGroteskBold", sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
}
body .account-dev #meta-member aside {
  border-top: solid 8px #31ACC7;
  padding: 0.5rem 1rem 1.5rem;
}
body .account-dev .member-area input[type=text],
body .account-dev .member-area input[type=password],
body .account-dev .member-area input[type=tel],
body .account-dev .member-area select {
  font-size: 15px;
  line-height: 0;
  border: 1px solid #1c9ad6;
  background: #fff;
  box-sizing: border-box;
}
body .account-dev #meta-member .user p {
  font-size: 15px;
  line-height: 24px;
}
body .account-dev .member-area label {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
body .account-dev .wpb_content_element input[type=submit],
body .account-dev .member-area input[type=submit]:not(.memb_subscription_cancel_button),
body .account-dev #memb_password_change-1 input[type=submit]:not(.memb_subscription_cancel_button) {
  background-color: #31ACC7 !important;
  font-size: 22px;
  font-weight: 500;
  -webkit-appearance: none;
  border-color: #31ACC7 !important;
  cursor: pointer;
  border: none;
}
body .account-dev .wpb_content_element input[type=submit]:hover,
body .account-dev .member-area input[type=submit]:not(.memb_subscription_cancel_button):hover,
body .account-dev #memb_password_change-1 input[type=submit]:not(.memb_subscription_cancel_button):hover {
  background-color: #2E5369 !important;
}
body .account-dev #primary h5 {
  font-size: 13px;
}
body.page-template-page-account-2 .main-banner.small {
  margin-bottom: 0;
}
body .memberium-subscription-list {
  margin-bottom: 20px;
}
body .memberium-order-receipt header {
  width: 100%;
  background: #2E5369;
  display: flex;
  padding: 30px 20px;
  justify-content: center;
}
body .memberium-order-receipt header .logo {
  height: 80px;
}
body .week-ahead-block {
  width: 100%;
  background: #fff;
  text-align: center;
  overflow: hidden;
  padding: 50px 0 86px;
}
@media (max-width: 1023px) {
  body .week-ahead-block {
    padding: 40px 0 50px;
  }
}
@media (max-width: 479px) {
  body .week-ahead-block {
    padding-bottom: 40px;
  }
}
body .week-ahead-block h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
  margin: 0 0 33px;
}
@media (max-width: 479px) {
  body .week-ahead-block h2 {
    font-size: 26px;
    line-height: 35px;
    margin: 0 0 20px;
  }
}
body .week-ahead-block .wrap {
  max-width: 952px;
}
body .week-ahead-block .text-hold {
  margin: 0 0 52px;
}
@media (max-width: 1023px) {
  body .week-ahead-block .text-hold {
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  body .week-ahead-block .text-hold {
    margin-bottom: 30px;
  }
}
body .week-ahead-block .text-hold p {
  color: #656565;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0 0 24px;
}
body .signals-block {
  width: 100%;
  border-top: 1px solid #b8b8b8;
  padding: 88px 0 80px;
}
@media (max-width: 1023px) {
  body .signals-block {
    padding: 50px 0 60px;
  }
}
@media (max-width: 479px) {
  body .signals-block {
    padding: 40px 0 20px;
  }
}
body .signals-block .wrap {
  max-width: 952px;
}
body .signals-block .signals-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -84px 50px;
}
@media (max-width: 1100px) {
  body .signals-block .signals-tabs {
    margin: 0 -8px 40px;
  }
}
@media (max-width: 479px) {
  body .signals-block .signals-tabs {
    margin: 0 -4px 30px;
  }
}
body .signals-block .signals-tabs li {
  padding: 0 8px;
  width: 25%;
  box-sizing: border-box;
}
@media (max-width: 479px) {
  body .signals-block .signals-tabs li {
    padding: 0 4px;
  }
}
body .signals-block .signals-tabs li strong {
  display: block;
  background-color: #080040;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
  padding: 11px 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
body .signals-block .signals-tabs li strong:hover {
  background-color: #1c9ad6;
}
@media (max-width: 767px) {
  body .signals-block .signals-tabs li strong {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 8px;
  }
}
@media (max-width: 479px) {
  body .signals-block .signals-tabs li strong {
    font-size: 12px;
    line-height: 15px;
  }
}
body .signals-block .signals-tabs li.active strong {
  background-color: #1c9ad6;
}
body .signals-block .signals-tabs li.active strong:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #1c9bd6 transparent transparent transparent;
  bottom: -13px;
  left: 50%;
  margin-left: -20px;
  z-index: -1;
}
body .signals-block .signal-tab-content {
  display: none;
}
body .signals-block .signal-tab-content.active {
  display: block;
}
body .signals-block .signal-tab-content .text-hold {
  text-align: center;
  margin: 0 0 33px;
}
body .signals-block .signal-tab-content .sector-hold h3 {
  text-align: center;
  background-color: #080040;
  color: #fff;
  padding: 12px 0;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 45px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  body .signals-block .signal-tab-content .sector-hold h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 479px) {
  body .signals-block .signal-tab-content .sector-hold h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
body .signals-block .signal-tab-content .sector-hold .signal-item {
  margin: 0 0 68px;
}
@media (max-width: 767px) {
  body .signals-block .signal-tab-content .sector-hold .signal-item {
    margin-bottom: 40px;
  }
}
body .signals-block .signal-tab-content .sector-hold .signal-item a {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 29px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  body .signals-block .signal-tab-content .sector-hold .signal-item a {
    font-size: 18px;
    line-height: 26px;
  }
}
body .signals-block .signal-tab-content .sector-hold .signal-item .graph {
  margin: 17px 0 17px;
}
body .signals-block .signal-tab-content .sector-hold .signal-item .badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -4px;
}
body .signals-block .signal-tab-content .sector-hold .signal-item .badges > * {
  width: 25%;
  padding: 0 4px;
}
@media (max-width: 479px) {
  body .signals-block .signal-tab-content .sector-hold .signal-item .badges > * {
    width: 50%;
    margin-bottom: 8px;
  }
}
body .signals-block .signal-tab-content .sector-hold .signal-item .badges > * span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  color: #fff;
  padding: 9px 10px;
}
@media (max-width: 1023px) {
  body .signals-block .signal-tab-content .sector-hold .signal-item .badges > * span {
    font-size: 12px;
    padding: 6px 8px;
  }
}
@media (max-width: 767px) {
  body .signals-block .signal-tab-content .sector-hold .signal-item .badges > * span {
    font-size: 11px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
  }
}
body .signals-block .signal-tab-content .sector-hold .signal-item .badges > *.badge-green span {
  background-color: #1cd6b0;
}
body .signals-block .signal-tab-content .sector-hold .signal-item .badges > *.badge-blue span {
  background-color: #1c9ad6;
}
body .signals-block .signal-tab-content .sector-hold .signal-item .badges > *.badge-orange span {
  background-color: rgba(255, 158, 65, 0.97);
}
body .signals-block .signal-tab-content .sector-hold .signal-item .badges > *.badge-red span {
  background-color: #ea3434;
}
body .signals-block .signal-tab-content .sector-hold .signal-item .note, body .signals-block .signal-tab-content .sector-hold .signal-item .note p {
  color: #464646;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
body .signals-block .signal-tab-content .other-stocks h3 {
  color: #080040;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 23px;
}
body .signals-block .signal-tab-content .other-stocks ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  margin: 0 -8px;
  flex-wrap: wrap;
}
body .signals-block .signal-tab-content .other-stocks ul li {
  padding: 0 8px;
  margin-bottom: 16px;
  width: 20%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body .signals-block .signal-tab-content .other-stocks ul li {
    width: 25%;
  }
}
@media (max-width: 479px) {
  body .signals-block .signal-tab-content .other-stocks ul li {
    width: 33.33%;
  }
}
body .signals-block .signal-tab-content .other-stocks ul li a {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #1593af;
  border: 1px solid #1593af;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 10px;
}
@media (max-width: 479px) {
  body .signals-block .signal-tab-content .other-stocks ul li a {
    font-size: 20px;
    padding: 7px 12px;
  }
}
body .welcome-landing header {
  background: #2E5369;
  padding: 20px 15px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  body .welcome-landing header {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  body .welcome-landing header .logo {
    width: auto;
    float: none;
  }
}
body .welcome-landing header .logo img {
  height: 64px;
}
@media (max-width: 479px) {
  body .welcome-landing header .logo img {
    height: 45px;
  }
}
body .welcome-landing .container {
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  max-width: 1230px;
}
body .welcome-landing .content {
  padding: 42px 0 55px;
  text-align: center;
}
@media (max-width: 1024px) {
  body .welcome-landing .content {
    padding: 35px 0 40px;
  }
}
body .welcome-landing .content h1 {
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
  color: #2E5369;
  margin: 0 0 10px;
  /* @media(max-width: 1439px) {
       font-size: 42px; 
       line-height: 46px;                
   }
   @media (max-width: 1024px) {
       font-size: 40px;
       line-height: 55px;
   }*/
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 767px) {
  body .welcome-landing .content h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
body .welcome-landing .content .subtitle {
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.4px;
  line-height: 34px;
  color: #0a2756;
  margin: 0 0 10px;
  /*@media(max-width: 1439px) {
      font-size: 26px;
      line-height: 32px;                
  }
  @media (max-width: 1024px) {
      font-size: 26px;
      line-height: 32px;
  }*/
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 767px) {
  body .welcome-landing .content .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
body .welcome-landing .content .video-block {
  border-radius: 18px;
  background-color: #2E5369;
  max-width: 1032px;
  max-width: 900px;
  color: #ffffff;
  margin: 46px auto 40px;
  padding: 24px 30px 28px;
}
@media (max-width: 1439px) {
  body .welcome-landing .content .video-block {
    max-width: 740px;
    margin-top: 35px;
  }
}
@media (max-width: 1024px) {
  body .welcome-landing .content .video-block {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body .welcome-landing .content .video-block {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 12px;
  }
}
body .welcome-landing .content .video-block h3 {
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 38px;
  margin: 0 0 16px;
  color: #fff;
}
@media (max-width: 1024px) {
  body .welcome-landing .content .video-block h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  body .welcome-landing .content .video-block h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
body .welcome-landing .content .intro-text {
  max-width: 880px;
  margin: 0 auto 56px;
  color: #656565;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 41px;
}
@media (max-width: 1439px) {
  body .welcome-landing .content .intro-text {
    max-width: 800px;
  }
}
@media (max-width: 1024px) {
  body .welcome-landing .content .intro-text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  body .welcome-landing .content .intro-text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 35px;
  }
}
body .welcome-landing .content .intro-text p:last-child {
  margin-bottom: 0;
}
body .welcome-landing .steps-block {
  padding: 50px 0 90px;
  text-align: center;
  overflow: hidden;
  background-color: rgba(241, 251, 255, 0.68);
  background: #e5f8ff;
}
@media (max-width: 1024px) {
  body .welcome-landing .steps-block {
    padding: 40px 0 80px;
  }
}
body .welcome-landing .steps-block .container {
  max-width: 1420px;
}
body .welcome-landing .steps-block h2 {
  color: #0a2756;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.4px;
  line-height: 38px;
  margin: 0 0 12px;
}
@media (max-width: 1024px) {
  body .welcome-landing .steps-block h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  body .welcome-landing .steps-block h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
body .welcome-landing .steps-block .subtitle {
  color: #656565;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 38px;
}
@media (max-width: 1024px) {
  body .welcome-landing .steps-block .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  body .welcome-landing .steps-block .subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}
body .welcome-landing .steps-block .steps-list {
  display: flex;
  flex-wrap: wrap;
  margin: 36px -20px 40px;
  background: url("../images/steps-bg.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  body .welcome-landing .steps-block .steps-list {
    background-image: url("../images/steps-bg-v.svg");
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
body .welcome-landing .steps-block .steps-list .item {
  width: 33.33%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body .welcome-landing .steps-block .steps-list .item {
    width: 100%;
  }
}
body .welcome-landing .steps-block .steps-list .item .hold {
  display: flex;
  height: 30.4vw;
  flex-direction: column;
  padding: 2.8vw 0 0;
}
@media (min-width: 1440px) {
  body .welcome-landing .steps-block .steps-list .item .hold {
    max-height: 440px;
    padding-top: 40px;
  }
}
@media (max-width: 1439px) {
  body .welcome-landing .steps-block .steps-list .item .hold {
    padding-top: 2.2vw;
  }
}
@media (max-width: 767px) {
  body .welcome-landing .steps-block .steps-list .item .hold {
    padding-top: 0;
    height: calc(100vw - 40px);
    justify-content: center;
  }
}
body .welcome-landing .steps-block .steps-list .item .icon {
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 14px;
}
@media (max-width: 1439px) {
  body .welcome-landing .steps-block .steps-list .item .icon {
    width: 4vw;
    height: 4vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  body .welcome-landing .steps-block .steps-list .item .icon {
    margin-bottom: 2vw;
    width: 10vw;
    height: 10vw;
  }
  body .welcome-landing .steps-block .steps-list .item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
body .welcome-landing .steps-block .steps-list .item h3 {
  font-size: 37px;
  font-weight: 900;
  line-height: 42px;
  color: #01073f;
  margin: 0 0 10px;
}
@media (max-width: 1439px) {
  body .welcome-landing .steps-block .steps-list .item h3 {
    font-size: 2.5vw;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  body .welcome-landing .steps-block .steps-list .item h3 {
    font-size: 5vw;
  }
}
body .welcome-landing .steps-block .steps-list .item .text-hold {
  padding: 0 4.2vw;
}
@media (min-width: 1440px) {
  body .welcome-landing .steps-block .steps-list .item .text-hold {
    padding: 0 60px;
  }
}
@media (max-width: 1439px) {
  body .welcome-landing .steps-block .steps-list .item .text-hold {
    padding: 0 6vw;
  }
}
@media (max-width: 767px) {
  body .welcome-landing .steps-block .steps-list .item .text-hold {
    padding: 0 12vw;
  }
}
body .welcome-landing .steps-block .steps-list .item .text-hold p {
  color: #656565;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
}
@media (max-width: 1439px) {
  body .welcome-landing .steps-block .steps-list .item .text-hold p {
    font-size: 1.35vw;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  body .welcome-landing .steps-block .steps-list .item .text-hold p {
    font-size: 3vw;
    line-height: 1.5;
  }
}
body .welcome-landing .btn {
  width: 365px;
  height: 57px;
  border-radius: 25px;
  background-color: #1cd6b0;
  border: none;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
  padding: 12px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  width: 420px;
  height: 63px;
  border-radius: 32px;
  line-height: 38px;
}
@media (max-width: 767px) {
  body .welcome-landing .btn {
    width: 100%;
    max-width: 340px;
    height: 52px;
    font-size: 20px;
    line-height: 28px;
  }
}
body .wolfie-post {
  padding: 50px 0;
}
body .wolfie-post .wrap {
  max-width: 880px;
}
body .wolfie-post h1 {
  text-align: center;
  margin: 0 0 47px;
}
body .wolfie-post .wolfie-post-hold .back-hold {
  margin: 0 0 15px;
}
body .wolfie-post .wolfie-post-hold .back-hold a {
  position: relative;
  padding-left: 42px;
  text-decoration: none;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: block;
  width: 60px;
}
body .wolfie-post .wolfie-post-hold .back-hold a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url("../../images/back-circle-arrow.svg") no-repeat;
  background-size: contain;
}
body .wolfie-post .wolfie-post-hold .post-content {
  padding: 30px 30px 26px;
  background-color: #ffffff;
}
body .wolfie-post .wolfie-post-hold .post-content .date {
  color: #1593af;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 16px;
}
body .wolfie-post .wolfie-post-hold .post-content h2 {
  color: #1593af;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 17px;
}
body .wolfie-post .wolfie-post-hold .post-content p {
  color: #656565;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 22px;
}
body.single-wolfies .main-banner.small .content-hold .text-hold h2 {
  max-width: 900px;
  margin: 0 auto;
}
body.single-wolfies .main-banner.small .content-hold .text-hold h2 .subtag {
  border: 2px solid #09a1ff;
  padding: 4px 10px;
  white-space: nowrap;
  margin: 5px 4px;
  display: inline-block;
}
@media (max-width: 767px) {
  body.single-wolfies .main-banner.small .content-hold .text-hold h2 .subtag {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  body.single-wolfies .main-banner.small .content-hold .text-hold h2 .subtag {
    font-size: 12px;
    padding: 0px 8px;
    margin: 3px 4px;
  }
}
body.single-wolfies .main-thumb {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
}
body.single-wolfies .wolfie-post-panels {
  margin-top: 40px;
}
body.single.single-wolfies-fund .main-content-hold .row {
  max-width: 1200px;
}
body .wolfie-fund-post-content .site-main {
  display: flex;
  flex-wrap: wrap;
}
body .wolfie-fund-post-content .site-main > aside {
  width: 240px;
}
@media (max-width: 767px) {
  body .wolfie-fund-post-content .site-main > aside {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  body .wolfie-fund-post-content .site-main > aside {
    padding-left: 220px;
  }
}
body .wolfie-fund-post-content .site-main > aside figure {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 100%;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (max-width: 767px) and (min-width: 480px) {
  body .wolfie-fund-post-content .site-main > aside figure {
    width: 200px;
    height: 138px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  body .wolfie-fund-post-content .site-main > aside figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: none;
  }
}
@media (max-width: 479px) {
  body .wolfie-fund-post-content .site-main > aside figure {
    margin-bottom: 20px;
  }
}
body .wolfie-fund-post-content .site-main > aside .btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  margin-bottom: 30px;
  padding: 14px 10px;
  height: 54px;
}
@media (max-width: 479px) {
  body .wolfie-fund-post-content .site-main > aside .btn {
    margin-bottom: 20px;
  }
}
body .wolfie-fund-post-content .site-main > aside .card-data {
  border-top: 2px solid #1c9ad6;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 10px 8px 25px 25px;
  display: flex;
  flex-direction: column;
}
body .wolfie-fund-post-content .site-main > aside .card-data ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .wolfie-fund-post-content .site-main > aside .card-data .stock-name {
  color: #1593af;
  font-size: 32px;
  font-weight: 500;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  body .wolfie-fund-post-content .site-main > aside .card-data .stock-name {
    font-size: 24px;
  }
}
body .wolfie-fund-post-content .site-main > aside .card-data .stock-name a {
  text-decoration: none;
  color: #1593af;
}
body .wolfie-fund-post-content .site-main > aside .card-data .stock-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 7px 0px -23px;
}
@media (min-width: 768px) {
  body .wolfie-fund-post-content .site-main > aside .card-data .stock-info {
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  body .wolfie-fund-post-content .site-main > aside .card-data .stock-info {
    margin-bottom: -10px;
  }
}
body .wolfie-fund-post-content .site-main > aside .card-data .stock-info li {
  width: 100%;
  margin: 0 0 20px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body .wolfie-fund-post-content .site-main > aside .card-data .stock-info li {
    width: 50%;
    margin-bottom: 20px;
  }
}
body .wolfie-fund-post-content .site-main > aside .card-data .stock-info li strong {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  display: block;
  margin: 0 0 12px;
}
@media (max-width: 479px) {
  body .wolfie-fund-post-content .site-main > aside .card-data .stock-info li strong {
    margin-bottom: 5px;
  }
}
body .wolfie-fund-post-content .site-main > aside .card-data .stock-info li p {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
body .wolfie-fund-post-content .site-main > aside .card-data .stock-info li.general strong {
  margin: 0 0 8px;
}
body .wolfie-fund-post-content .site-main > aside .card-data .stock-info li.general p {
  color: #1593af;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
body .wolfie-fund-post-content .site-main > article {
  width: calc(100% - 240px);
  padding-left: 38px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body .wolfie-fund-post-content .site-main > article {
    width: 100%;
    padding-left: 0;
  }
}
body .wolfie-fund-post-content .site-main > article .fund-notice {
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}
body .wolfie-fund-post-content .site-main > article .fund-notice p {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
}
body .wolfie-fund-post-content .site-main > article .fund-notice p:last-child {
  margin-bottom: 0;
}
body .text-and-graphs figure + h2 {
  margin-top: 40px;
}
body .header-promo {
  background-color: #0066a5;
  color: #fff;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1023px) {
  body .header-promo {
    padding: 8px 0;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body .header-promo {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }
}
body .header-promo .wrap {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
@media (max-width: 767px) {
  body .header-promo .wrap {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
body .header-promo .btn {
  width: 164px;
  height: 30px;
  border-radius: 16px;
  border: 1px solid #FB9737;
  background-color: #FB9737;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  padding: 0;
  margin-left: 20px;
  font-family: "Roboto", sans-serif;
}
body .header-promo .btn:hover {
  border-color: #e9821f;
  background-color: #e9821f;
}
@media (max-width: 767px) {
  body .header-promo .btn {
    margin-left: 0;
    margin-top: 5px;
    width: 158px;
    height: 28px;
    line-height: 26px;
  }
}
body .site-header {
  background: #2E5369;
  position: relative;
}
body .site-header .header-top {
  background: #2E5369;
  padding: 10px 0;
  height: 60px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 1221px) {
  body .site-header .header-top {
    height: 75px;
    padding: 15px 0;
  }
}
@media (max-width: 374px) {
  body .site-header .header-top {
    padding: 12px 0;
  }
}
body .site-header .header-top .wrap {
  max-width: 1240px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 0 1em;
}
body .site-header .header-top .logo img {
  height: 40px;
  width: auto;
}
@media (min-width: 1221px) {
  body .site-header .header-top .logo img {
    height: 45px;
  }
}
@media (max-width: 374px) {
  body .site-header .header-top .logo img {
    height: 34px;
  }
}
body .site-header .header-top .align-hold {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1220px) {
  body .site-header .header-top .align-hold {
    padding-right: 60px;
  }
}
@media (max-width: 374px) {
  body .site-header .header-top .align-hold {
    padding-right: 50px;
  }
}
body .site-header .header-top .site-tour-link {
  text-decoration: none;
  color: #fff;
  margin-right: 21px;
  position: relative;
  padding-left: 31px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.22px;
  font-family: "Roboto", sans-serif;
}
body .site-header .header-top .site-tour-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 21px;
  background: url("../images/menu-icon-tour.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  body .site-header .header-top .site-tour-link {
    display: none;
  }
}
body .site-header .header-top .royal-menu {
  margin: -15px 0;
}
@media (max-width: 1220px) {
  body .site-header .header-top .royal-menu {
    display: none;
  }
}
body .site-header .header-top .royal-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
body .site-header .header-top .royal-menu .menu > li {
  position: relative;
}
body .site-header .header-top .royal-menu .menu > li > a {
  color: #fff;
  text-decoration: none;
  margin-right: 21px;
  position: relative;
  padding-left: 31px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.22px;
  font-family: "Roboto", sans-serif;
  height: 75px;
  display: flex;
  align-items: center;
}
body .site-header .header-top .royal-menu .menu > li.royal > a {
  padding-left: 46px;
}
body .site-header .header-top .royal-menu .menu > li.royal > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 11px;
  top: 27px;
  width: 25px;
  height: 19px;
  background: url("../images/menu-icons-crown.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1220px) {
  body .site-header .header-top .royal-menu .menu > li.royal > a:before {
    left: 6px;
    top: 8px;
    width: 27px;
    height: 20px;
  }
}
body .site-header .header-top .royal-menu .menu > li.education > a {
  position: relative;
  padding-left: 46px;
}
body .site-header .header-top .royal-menu .menu > li.education > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 27px;
  width: 28px;
  height: 21px;
  background: url("../images/menu-icons-education.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1220px) {
  body .site-header .header-top .royal-menu .menu > li.education > a:before {
    left: 6px;
    top: 10px;
    width: 31px;
    height: 23px;
  }
}
body .site-header .header-top .royal-menu .menu > li > .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  display: none;
  flex-direction: column;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  border: 1px solid #6e6e6e;
  background-color: #080040;
  background-color: #2E5369;
  min-width: 230px;
  padding: 10px 0;
  z-index: 999;
}
body .site-header .header-top .royal-menu .menu > li > .sub-menu > li > a {
  color: #fff;
  text-decoration: none;
}
body .site-header .header-top .royal-menu .menu > li > .sub-menu li a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 26px;
  display: block;
  white-space: nowrap;
  color: #ffffff;
  letter-spacing: 0.22px;
  transition: all 400ms ease-in-out;
}
body .site-header .header-top .royal-menu .menu > li > .sub-menu li a:hover {
  color: #1593af;
}
body .site-header .header-top .royal-menu .menu > li > .sub-menu li.current-menu-item > a {
  color: #1593af;
}
body .site-header .header-top .royal-menu .menu > li:hover > .sub-menu {
  display: flex;
}
body .site-header .header-top .notify {
  height: 21px;
  width: 18px;
  margin-right: 32px;
  position: relative;
  margin-top: 11px;
}
@media (max-width: 479px) {
  body .site-header .header-top .notify {
    display: none;
  }
}
body .site-header .header-top .notify small {
  width: 20px;
  height: 20px;
  background-color: #ff7800;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: -10px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  color: #fff;
}
body .site-header .header-top .notify:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/icon-notifications.svg") no-repeat;
  background-size: contain;
}
body .site-header .header-top .profile-menu {
  position: relative;
}
@media (min-width: 1221px) {
  body .site-header .header-top .profile-menu {
    height: 75px;
    margin: -15px 0;
    display: flex;
    align-items: center;
  }
  body .site-header .header-top .profile-menu:hover .main-navigation {
    display: block;
  }
}
body .site-header .header-top .profile-menu .toggle-profile-menu {
  position: relative;
  padding: 0 20px 0 0;
  cursor: pointer;
}
body .site-header .header-top .profile-menu .toggle-profile-menu img {
  display: none;
  width: 35px;
  height: auto;
  border-radius: 50%;
}
body .site-header .header-top .profile-menu .toggle-profile-menu:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/profile-icon.svg?v=2") no-repeat;
  background-size: contain;
}
body .site-header .header-top .profile-menu .toggle-profile-menu:after {
  content: "";
  display: block;
  background: url("../images/icon-dropdown-arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 14px;
  height: 7px;
  right: 0;
  top: 50%;
}
body .site-header .header-top .profile-menu .main-navigation {
  position: absolute;
  right: 0;
  top: 35px;
  display: none;
  background: #fff;
  z-index: 1;
}
@media (min-width: 1221px) {
  body .site-header .header-top .profile-menu .main-navigation {
    top: 100%;
  }
}
@media (max-width: 1220px) {
  body .site-header .header-top .profile-menu .main-navigation.show {
    display: block;
  }
}
body .site-header .header-top .profile-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  border: 1px solid #6e6e6e;
  background-color: #080040;
  background-color: #2E5369;
  min-width: 130px;
  padding: 10px 0;
}
body .site-header .header-top .profile-menu .menu li a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 26px;
  display: block;
  white-space: nowrap;
  color: #ffffff;
  letter-spacing: 0.22px;
  transition: all 400ms ease-in-out;
}
body .site-header .header-top .profile-menu .menu li a:hover {
  color: #1593af;
}
body .site-header .header-top .profile-menu .menu li.current-menu-item > a {
  color: #1593af;
}
body .site-header .header-top #menu-toggle {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 32px;
  height: 30px;
  cursor: pointer;
  top: 13px;
  right: 20px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  body .site-header .header-top #menu-toggle {
    display: block;
  }
}
body .site-header .header-top #menu-toggle.active {
  position: fixed;
}
body .site-header .header-top #menu-toggle.active span {
  width: 0;
}
body .site-header .header-top #menu-toggle.active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body .site-header .header-top #menu-toggle.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body .site-header .header-top #menu-toggle.active span::before, body .site-header .header-top #menu-toggle.active span::after {
  background: #fff;
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
}
body .site-header .header-top #menu-toggle span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
body .site-header .header-top #menu-toggle span:before {
  top: -8px;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}
body .site-header .header-top #menu-toggle span:after {
  bottom: -8px;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}
body .site-header .header-top #menu-toggle span:before, body .site-header .header-top #menu-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 3px;
  left: 0;
  background-color: #fff;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
body .site-header .top-main-nav {
  border-top: 1px solid #0793e9;
  border-top: 1px solid #0b748c;
  width: 100%;
  background: #31ACC7;
}
body .site-header .top-main-nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu {
    align-items: center;
  }
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li {
    width: 310px;
    transition: all 400ms ease-in-out;
    margin: 4px 0;
  }
  body .site-header .top-main-nav .menu li.menu-item-has-children > a {
    padding-right: 32px !important;
  }
  body .site-header .top-main-nav .menu li.menu-item-has-children > a > .dropdown-arrow {
    display: block;
    width: 32px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/icon-dropdown-arrow.svg") no-repeat center;
    background-size: 17px;
    cursor: pointer;
  }
  body .site-header .top-main-nav .menu li.menu-item-has-children.show-submenu > a > .dropdown-arrow {
    transform: rotate(180deg);
  }
  body .site-header .top-main-nav .menu li.menu-item-has-children.show-submenu .sub-menu {
    display: block;
  }
}
body .site-header .top-main-nav .menu li .sub-menu {
  display: none;
  position: absolute;
  background: #31ACC7;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 9999;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li .sub-menu {
    background: none;
    position: initial;
  }
  body .site-header .top-main-nav .menu li .sub-menu li {
    margin: 0;
  }
  body .site-header .top-main-nav .menu li .sub-menu li a {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 0;
    white-space: nowrap;
  }
  body .site-header .top-main-nav .menu li .sub-menu li:last-child {
    margin-bottom: 15px;
  }
}
@media (min-width: 1221px) {
  body .site-header .top-main-nav .menu li .sub-menu li a {
    padding: 11px 20px 13px;
  }
}
body .site-header .top-main-nav .menu li:hover .sub-menu {
  display: block;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li:hover .sub-menu {
    display: none;
  }
}
body .site-header .top-main-nav .menu li#menu-item-45484 {
  display: none;
}
@media (max-width: 767px) {
  body .site-header .top-main-nav .menu li#menu-item-45484 {
    display: block;
  }
}
@media (min-width: 1221px) {
  body .site-header .top-main-nav .menu li#menu-item-42112 .sub-menu, body .site-header .top-main-nav .menu li#menu-item-47785 .sub-menu, body .site-header .top-main-nav .menu li#menu-item-48266 .sub-menu {
    flex-wrap: wrap;
    width: 448px;
  }
  body .site-header .top-main-nav .menu li#menu-item-42112 .sub-menu li, body .site-header .top-main-nav .menu li#menu-item-47785 .sub-menu li, body .site-header .top-main-nav .menu li#menu-item-48266 .sub-menu li {
    width: 210px;
    border-bottom: 1px solid #1383b9;
  }
  body .site-header .top-main-nav .menu li#menu-item-42112 .sub-menu li:nth-child(2n), body .site-header .top-main-nav .menu li#menu-item-47785 .sub-menu li:nth-child(2n), body .site-header .top-main-nav .menu li#menu-item-48266 .sub-menu li:nth-child(2n) {
    margin-left: 28px;
  }
  body .site-header .top-main-nav .menu li#menu-item-42112:hover .sub-menu, body .site-header .top-main-nav .menu li#menu-item-47785:hover .sub-menu, body .site-header .top-main-nav .menu li#menu-item-48266:hover .sub-menu {
    display: flex;
  }
}
@media (min-width: 1221px) {
  body .site-header .top-main-nav .menu li#menu-item-47785 .sub-menu, body .site-header .top-main-nav .menu li#menu-item-48266 .sub-menu {
    flex-wrap: wrap;
    width: 460px;
  }
  body .site-header .top-main-nav .menu li#menu-item-47785 .sub-menu li, body .site-header .top-main-nav .menu li#menu-item-48266 .sub-menu li {
    width: 216px;
  }
}
body .site-header .top-main-nav .menu li a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  padding: 11px 20px 13px;
  margin-top: -1px;
  border-top: 1px solid rgba(7, 129, 204, 0);
  transition: all 400ms ease-in-out;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li a {
    padding-left: 50px !important;
    font-size: 18px;
    border: none;
  }
}
@media (min-width: 1221px) {
  body .site-header .top-main-nav .menu li a {
    padding: 15px 20px 15px;
  }
}
body .site-header .top-main-nav .menu li.dashboard > a {
  position: relative;
  padding-left: 48px;
}
body .site-header .top-main-nav .menu li.dashboard > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
  width: 17px;
  height: 18px;
  background: url("../images/menu-icons-dashboard.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li.dashboard > a:before {
    left: 11px;
    top: 11px;
    width: 22px;
    height: 22px;
  }
}
body .site-header .top-main-nav .menu li.tradewatch > a {
  position: relative;
  padding-left: 40px;
}
body .site-header .top-main-nav .menu li.tradewatch > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 12px;
  width: 17px;
  height: 26px;
  background: url("../images/menu-icon-podcast.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li.tradewatch > a:before {
    left: 13px;
    top: 9px;
    width: 18px;
    height: 26px;
  }
}
body .site-header .top-main-nav .menu li.portfolio > a {
  position: relative;
  padding-left: 53px;
}
body .site-header .top-main-nav .menu li.portfolio > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 11px;
  width: 29px;
  height: 25px;
  background: url("../images/menu-icon-portfolio-2.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li.portfolio > a:before {
    left: 10px;
    top: 8px;
    width: 25px;
    height: 23px;
  }
}
@media (min-width: 1221px) {
  body .site-header .top-main-nav .menu li.education {
    display: none;
  }
}
body .site-header .top-main-nav .menu li.education > a {
  position: relative;
  padding-left: 46px;
}
body .site-header .top-main-nav .menu li.education > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 14px;
  width: 28px;
  height: 21px;
  background: url("../images/menu-icons-education.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li.education > a:before {
    left: 6px;
    top: 10px;
    width: 31px;
    height: 23px;
  }
}
body .site-header .top-main-nav .menu li.advanced > a {
  position: relative;
  padding-left: 46px;
}
body .site-header .top-main-nav .menu li.advanced > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 12px;
  width: 19px;
  height: 25px;
  background: url("../images/menu-icons-advanced.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li.advanced > a:before {
    left: 10px;
    top: 9px;
    width: 21px;
    height: 27px;
  }
}
body .site-header .top-main-nav .menu li.us-market > a {
  position: relative;
  padding-left: 46px;
}
body .site-header .top-main-nav .menu li.us-market > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 16px;
  width: 26px;
  height: 16px;
  background: url("../images/menu-icons-us-market.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li.us-market > a:before {
    left: 8px;
  }
}
body .site-header .top-main-nav .menu li.events > a {
  position: relative;
  padding-left: 40px;
}
body .site-header .top-main-nav .menu li.events > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 10px;
  width: 17px;
  height: 21px;
  background: url("../images/menu-icons-us-market.svg") no-repeat;
  background-size: contain;
}
body .site-header .top-main-nav .menu li.live > a {
  position: relative;
  padding-left: 53px;
}
body .site-header .top-main-nav .menu li.live > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 13px;
  width: 26px;
  height: 23px;
  background: url("../images/menu-icon-live-2.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li.live > a:before {
    left: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
  }
}
body .site-header .top-main-nav .menu li.help > a {
  position: relative;
  padding-left: 40px;
}
body .site-header .top-main-nav .menu li.help > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 10px;
  width: 17px;
  height: 21px;
  background: url("../images/menu-icons-book.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li.help > a:before {
    left: 11px;
    top: 10px;
    width: 19px;
    height: 24px;
  }
}
@media (min-width: 1221px) {
  body .site-header .top-main-nav .menu li.royal {
    display: none;
  }
}
body .site-header .top-main-nav .menu li.royal > a {
  position: relative;
  padding-left: 46px;
}
body .site-header .top-main-nav .menu li.royal > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 11px;
  top: 13px;
  width: 25px;
  height: 19px;
  background: url("../images/menu-icons-crown.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li.royal > a:before {
    left: 6px;
    top: 8px;
    width: 27px;
    height: 20px;
  }
}
body .site-header .top-main-nav .menu li.site-tour > a {
  position: relative;
  padding-left: 40px;
}
body .site-header .top-main-nav .menu li.site-tour > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 11px;
  width: 25px;
  height: 21px;
  background: url("../images/menu-icon-tour.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li.site-tour > a:before {
    left: 7px;
    top: 9px;
    width: 28px;
    height: 22px;
  }
}
body .site-header .top-main-nav .menu li.gem > a {
  position: relative;
  padding-left: 40px;
}
body .site-header .top-main-nav .menu li.gem > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 12px;
  width: 25px;
  height: 25px;
  background: url("../images/menu-icons-gem.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li.gem > a:before {
    left: 7px;
    top: 8px;
    width: 28px;
    height: 28px;
  }
}
body .site-header .top-main-nav .menu li.current-menu-item > a, body .site-header .top-main-nav .menu li > a:hover {
  background-color: #098cde;
  border-top: 1px solid #0781cc;
  background-color: #1593af;
  border-top: 1px solid #0b748c;
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav .menu li.current-menu-item > a, body .site-header .top-main-nav .menu li > a:hover {
    border: none;
    background: none;
  }
}
body .site-header .top-main-nav .logo, body .site-header .top-main-nav .close-btn {
  display: none;
}
body .site-header .top-main-nav .close-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  z-index: 1;
}
body .site-header .top-main-nav .close-btn:before, body .site-header .top-main-nav .close-btn:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}
body .site-header .top-main-nav .close-btn:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .site-header .top-main-nav .close-btn:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1220px) {
  body .site-header .top-main-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    transition: right 500ms ease-in-out;
    margin: 0;
    z-index: 999;
    background: #2E5369;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: none;
    padding: 30px;
    box-sizing: border-box;
    overflow: auto;
  }
  body .site-header .top-main-nav.show {
    right: 0;
  }
  body .site-header .top-main-nav ul {
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  body .site-header .top-main-nav {
    align-items: flex-start;
    padding-top: 45px;
  }
}
body .site-footer {
  background: #2E5369;
  color: #fff;
  padding: 32px 0;
}
@media (max-width: 639px) {
  body .site-footer {
    text-align: center;
  }
}
body .site-footer .logo img {
  height: 50px;
  width: auto;
}
@media (max-width: 639px) {
  body .site-footer .logo img {
    height: 40px;
    margin: 0 auto;
  }
}
body .site-footer .footer-text {
  margin: 33px 0 27px;
  max-width: 500px;
}
@media (max-width: 639px) {
  body .site-footer .footer-text {
    max-width: none;
  }
}
body .site-footer .footer-text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 14px;
}
body .site-footer .footer-text p strong {
  font-weight: 500;
}
@media (max-width: 639px) {
  body .site-footer .footer-copy {
    margin-top: 20px;
  }
}
body .site-footer .footer-copy p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
body .site-footer .footer-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 639px) {
  body .site-footer .footer-navigation ul {
    align-items: center;
  }
}
body .site-footer .footer-navigation ul a {
  color: #fff;
  text-decoration: none;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
}
body .main-content-hold {
  min-height: calc(100vh - 105px - 290px);
}
body .content-area {
  padding-bottom: 50px;
}
body.single .main-content-hold .row {
  max-width: 800px;
}
body .disclaimer-text {
  margin: 20px 0 0;
}
body .disclaimer-text h3 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
}
body .disclaimer-text ul li, body .disclaimer-text p {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 10px;
}
body .disclaimer-text p:last-of-type {
  margin: 0;
}
body.page-template-page-policy .buttons-hold {
  display: flex;
  justify-content: center;
}
body.page-template-page-policy .buttons-hold.fixed {
  position: fixed;
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  background: #fff;
}
body.page-template-page-policy .button {
  margin: 0 10px 10px;
  width: 223px;
  height: 41px;
  border-radius: 25px;
  cursor: pointer;
  line-height: 39px;
  display: block;
  font-size: 16px;
  padding: 0;
}
@media (max-width: 560px) {
  body.page-template-page-policy .buttons-hold .button {
    margin: 0;
  }
  body.page-template-page-policy .buttons-hold form {
    margin-right: 10px;
  }
  body.page-template-page-policy .buttons-hold > .button {
    margin-left: 10px;
  }
  body.page-template-page-policy .buttons-hold form,
body.page-template-page-policy .buttons-hold > .button {
    width: calc(50% - 20px);
  }
  body.page-template-page-policy .buttons-hold form > .button {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
