@font-face {
font-family: 'Graphik Web';
src: url('/assets/master-template/fonts/Graphik-Regular-Web.woff2') format('woff2'),
url('/assets/master-template/fonts/Graphik-Regular-Web.woff') format('woff');
font-weight: 400;
font-style: normal;
font-stretch: normal;
}

* {
  font-family: 'Graphik Web',sans-serif;
  /* font-family: "proxima_nova_rgregular", Helvetica, Arial, sans-serif !important; */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  padding: 0px;
  margin: 0px;
}
h1, h2, h5, h6, h1 a, h2 a,h5 a, h6 a{
    font-family: 'utopia-std' !important;
    font-weight: normal !important;
    color: #101010;
}
h1{
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #101010;
}
.signFollow{
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #101010;
}
h4{
  font-weight: normal;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #101010;
}
.moreH4{
    margin-bottom: 0;
}

h5{
    margin: 20px 1px 0 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #101010;
}
.home-top4{
    margin: 0 1px 0 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #101010;
}
.sPredict h5 a{
    color:#FFF;
}
.sPredict h5 a:hover{
    color:#FFF;
}

a{
  color: black;
}
.jumbo-box {
  /* background-color: #004965; */
  display: inline-flex;
  height: 320px;
}
.no-padding {
  padding: 0px !important;
}
.h-250 {
  height: 250px;
}

.h-480 {
  height: 480px;
}
.h-300 {
  height: 300px;
}
.article-main-header {
  /*color: white !important;*/
  padding: 20px;
}
/*
.article-main-header > p > a {
  color: white !important;
}
*/
.underline {
  text-decoration: underline;
}
.adv-text {
  font-size: 10px;
  padding-left: 3px;
}
.m-20 {
  margin-top: 20px;
}
.m-60 {
  margin-top: 60px;
}
.pad-left-20 {
  padding-left: 20px;
}
.bullet-summary {
  min-height: 271px;
  background-color: #f6f6f6;
  padding: 20px;
}
.bullet-summary > ul {
  margin-left: 20px;
}

.bullet-summary > ul > li {
  padding: 10px 10px 10px 0px;
  font-size: 20px;
  color: black;
  /* list-style-image: url(img/iphone.png); */
}
#article {
}
#article p {
  font-size: 20px;
}
.article-body p#first-para::first-letter {
  font-size: 60px;
  color: black;
  font-weight: normal;
  font-family: 'utopia-std';
  margin: -4px 15px 0px 0px;
  float:left;
  line-height: 1.1em;
}

.divider {
  margin-top: 70px;
}

.separator {
  height: 2px;
  background-color: #e6e6e6;
  margin-top: 40px;
  margin-bottom: 40px;
}
#catPage .separator {
  height: 2px;
  background-color: #e6e6e6;
  margin-top: 30px;
  margin-bottom: 30px;
}
.podcast-separator-padding {
  margin-top: 80px;
  margin-bottom: 80px;
}

.col-padding {
  padding: 0 30px 0 30px;
}

.inline-quote {
  height: min-content;
  border-left: 5px solid #004965;
  padding: 20px;
}
.adv-div {
}
#adv-div1 {
}
.adv-img {
  width: 100%;
}
.latest-rail {
  /* margin-top: 600px; */
}

.main-content {
  width: 85%;
}
.w1280{
    max-width: 1280px;
    margin: 0 auto;
}
p {
  font-size: 20px;
}

.sidenav {
  height: 100%;
  width: 422px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 59px;
  transform: translate(-422px);	
  display: none;	
}	
#secondary-sidenav {	
    font-size: 15px;	
    font-weight: 400;	
    color: #333;	
    font-family: 'Graphik Web',sans-serif;	
    margin: 0;	
    padding: 40px 20px;	
    box-sizing: border-box;	
    height: 100%;	
    width: 300px;	
    position: fixed;	
    z-index: 1000;	
    top: 60px;	
    left: 422px;	
    background-color: #ffffff;	
    display: none;	
    border-top: 1px solid #111111;	
    padding-top: 59px;	
}	
@media only screen and (max-width: 767px) {	
    #secondary-sidenav {	
        top: 0;	
        border-top: none;	
        padding-top: 40px;	
    }	
}	
#secondary-sidenav ul li {	
    list-style: none;	
}	
#secondary-sidenav ul li a {	
    line-height: 1.42857143;	
    font-weight: 400;	
    list-style: none;	
    font-family: graphik web,sans-serif;	
    margin: 0;	
    box-sizing: border-box;	
    background-color: transparent;	
    padding: 8px 0;	
    font-size: 16px;	
    transition: .3s;	
    text-decoration: none;	
    display: block;	
    color: #111;	
    font-style: normal;	
}	
#secondary-sidenav ul li a:hover {	
    text-decoration: underline;	
    color: #969696!important;	
}	
.sidenav.expanded {	
    transform: translate(0);	
}	
#secondary-sidenav.expanded {	
    display: block;
}

.sidenav-inner {
  border-top: 1px solid #111111;
  padding: 40px 0 40px 40px;
}

.sidenav-inner a {
  padding: 8px 8px 8px 0;
  text-decoration: none;
  font-size: 16px;
  color: #111111;
  display: block;
  transition: 0.3s;
}

body {
  transition: 0.5s;
}

.sidenav-inner a:hover {
  color: #0f0f0f;
}

#main-menu {
  transition: margin-left 0.5s;
  padding-left: 0;
  /*padding: 16px;*/
}

#head {
  background-color: #ffffff;
  border-bottom: 1px solid #111111;
  min-height: 60px;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 999;
}

#head.scrolled  {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 999;
}



#top-header {
  width: 93.75%;
  margin: 0 auto !important;
  padding: 20px 0;
}

#header-logo {
  text-align: center;
}

#user-menu {
  text-align: right;
  padding-right: 0;
}

#closebtn {
  display: none;
}

.closebtn {
  /* position: fixed;
  top: 20px;
  left: 3.5%;
      */
    position: relative;
    direction: ltr;
    padding: 0 40px;
     margin: -41px 0 20px;
}

#user-menu span {
  padding-right: 20px;
  cursor: pointer;
    position:relative;
}

#user-menu span .nav-icon-alert {
    position:absolute;
    left: 14px;
    top: 8px;
}

#user-menu span:last-child {
  padding-right: 0;
}

#user-menu span a {
  color: #111111;
}

#user-menu span a:hover {
  text-decoration: none;
  color: #111111;
}

.dropbtn {
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 40px 20px 0;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f1f1f1;
  border-top: 1px solid #111111;
  min-width: 300px;
  z-index: 2;
  height: 100%;
  top: 0;
  left: 422px;
  overflow-x: hidden;
  transition: 0.5s;
  margin-top: 0;
  padding: 40px 20px;
}

.dropdown-content li {
  list-style: none;
}

.menu-content li {
  list-style: none;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  text-decoration: underline;
}

/*.dropdown-content a:hover {background-color: #ddd;}*/

/****************************************************
Only show after 'ready to display' is added via
javascript.  This will ensure the submenu doesn't
show before the main menu 
*****************************************************/
.dropdown:hover .dropdown-content.ready-to-display {
  display: block;
}

.adv-container {
  position: relative;
  height: 850px;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.data-container {
  /* padding-top: 60px; */	
  padding-top: 370px;
}

.headerpadding{
    /*padding-top: 60px;*/
}
.pl-15{
    padding-left: 0 !important;
}
.mr-15{
    margin-right: -15px;
}
.ml-15{
    margin-left: -15px;
}
.pl-0{
    padding-left: 0;
}
.float-right-arrow {
  float: right;
  padding-top: 6px;
}

.margin-right-10px {
  margin-right: 10px;
}

.nav-link-inner {	
    font-size: 16px;	
}

.nav-top-link:hover .nav-link-inner {
  border-bottom: 2px solid #878787;
}

/*.nav-top-link:hover .nav-link-inner:after {
  width: 100%;
  left: 0;
}
.nav-link-inner:after {
  height: 2px;
  background: #cd254f;
  content: '';
  width: 0;
  display: block;
  right: 0;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
  position: absolute;
  bottom: 0;
  margin-bottom: 8px;
}*/

#secondary-sidenav.industry-spotlight-color {	
  background-color: #f3d386;	
}	
#secondary-sidenav.industry-spotlight-color li a, 	
#secondary-sidenav.practice-management-color li a, 	
#secondary-sidenav.technology-color li a {	
  color: #111111;	
}	
.industry-spotlight-color > a > i.fa-circle {	
  color: #f3d386;	
}	
#secondary-sidenav.investment-portfolio-color {	
  background-color: #2e493e;	
}	
#secondary-sidenav.investment-portfolio-color li a,	
#secondary-sidenav.retirement-planning-color li a,	
#secondary-sidenav.regulation-compliance-color li a,	
#secondary-sidenav.financial-planning-color li a,	
#secondary-sidenav.luminaries-color li a{	
  color: #ffffff;	
}	
.investment-portfolio-color > a > i.fa-circle {	
  color: #2e493e;	
}	
.portfolio-color > a > i.fa-circle {	
  color: #2e493e;	
}	
#secondary-sidenav.financial-planning-color {	
  background-color: #452c37;	
}	
.financial-planning-color > a > i.fa-circle {	
  color: #452c37;	
}	
#secondary-sidenav.retirement-planning-color {	
  background-color: #203241;	
}	
.retirement-planning-color > a > i.fa-circle {	
  color: #203241;	
}	
#secondary-sidenav.life-health-color {	
  background-color: #f2784c;	
}	
.life-health-color > a > i.fa-circle {	
  color: #f2784c;	
}	
.luminaries-color > a > i.fa-circle{	
   color: #452C37	
}	
.luminaries-color {	
    color:#fff;	
}	
#secondary-sidenav.luminaries-color {	
    background: url(/assets/master-template/images/tasr-images/luminaries-background.png);	
    background-repeat: no-repeat;	
    background-size: cover;	
    background-position: bottom;	
}	
  	
#secondary-sidenav.practice-management-color {	
  background-color: #84936f;	
}	
.practice-management-color > a > i.fa-circle {	
  color: #84936f;	
}	
#secondary-sidenav.technology-color {	
  background-color: #a2bcd8;	
}	
.technology-color > a > i.fa-circle {	
  color: #a2bcd8;	
}	
#secondary-sidenav.regulation-compliance-color {	
  background-color: #bb0202;	
}	
.regulation-compliance-color > a > i.fa-circle {	
  color: #bb0202;	
}	
#secondary-sidenav ul {	
    display: none;	
}	
#secondary-sidenav.industry-spotlight-color ul.industry-spotlight-links,	
#secondary-sidenav.investment-portfolio-color ul.investment-portfolio-links,	
#secondary-sidenav.retirement-planning-color ul.retirement-planning-links,	
#secondary-sidenav.financial-planning-color ul.financial-planning-links,	
#secondary-sidenav.practice-management-color ul.practice-management-links,	
#secondary-sidenav.regulation-compliance-color ul.regulation-compliance-links,	
#secondary-sidenav.technology-color ul.technology-links,	
#secondary-sidenav.life-health-color ul.life-health-links,	
#secondary-sidenav.luminaries-color ul.luminaries-links	
{	
    display: block;	
}

.bottom-menu li {
  list-style: none;
}

.bottom-menu li a:hover {
  text-decoration: underline;
}

.footer-wrapper {
  width: 100%;
  position: relative;
  background-color: #fefefe;
}

.Sign-up-for-the-Thin {
  width: 483px;
  height: 88px;
  font-family: 'utopia-std';
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #101010;
  margin: 0 0 40px 0;
}

.footer-container {
  padding: 60px 0 0 0;
}

.top-footer-links a {
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  padding-right: 30px;
  text-decoration: none;
  color: #000000;
}

.top-footer-links {
  padding-bottom: 30px;
}

.top-footer {
  max-width: 100%;
  margin: 0 auto;
  background-color: #f6f6f6;
  padding:15px;
}

.share-links {
  padding-bottom: 30px;
}

.form-text {
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #101010;
  padding-bottom: 10px;
}

.email-input {
  width: 100%;
  outline: 0;
  border-width: 0 0 1px;
  border-color: #000000;
  font-size: 14px;
  padding-bottom: 10px;
}

.country-select select {
  all: unset;
  width: 100%;
  font-size: 14px;
  padding-right: 15px;
  border-bottom: 1px solid;
  background: url("/assets/master-template/images/market-images/tasr/dropdownarrow.svg") no-repeat right;
  background-size: 16px;
  padding-bottom: 10px;
}

.form-top {
  padding-bottom: 60px;
}

.submit-button {
  width: 100%;
  border: 2px solid #000000;
  padding: 10px;
  font-size: 20px;
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
}

.bottom-footer-links a {
  font-family: 'Graphik Web',sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  padding-right: 30px;
  text-decoration: none;
  color: #000000;
}

.bottom-footer-links {
  font-family: 'Graphik Web',sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
  padding: 0 15px;
}

.alm-logo {
  width: 60px;
  margin-right: 15px;
}

.bottom-footer {
  height: 100px;  
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0 0 0;
  background: #f6f6f6;
}

.text-align-right {
  text-align: right;
}

.footer-divider {
  height: 1px;
  background-color: #e6e6e6;
}

.sign-up-section {
  color: white;
  height: min-content;
  padding: 40px 70px 20px 70px;
}
.flex-box {
  display: flex;
  justify-content: space-between;
}
.sign-up-input {
  
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid black;
  box-shadow: none;

  /* padding: 25px; */
}
.sign-up-btn-container {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.sign-up-btn {
  margin-top: 50px;
  width: 100%;
  padding: 20px;
}

.adv-container2 {
  position: relative;
  height: 1300px;
}
.main-content-ct > ul > li {
  padding: 10px 10px 10px 0px;
  font-size: 20px;
  color: black;
  /* list-style-image: url(img/iphone.png); */
}
.main-content-ct {
  width: 80%;
}

.carausel-img {
  width: 100%;
}

.next-article-div {
  height: 400px;
  /* color: white; */
  padding: 30px;
}
.homeCatFea{
    width:100%;
    height: 381px;
}
.homeRiverImg{
    width:177px; 
    height:177px; 
}

.home-bottom-section {
  position: absolute;
  bottom: 0;
}

.bottom-section {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.bottom-section.resources-dwn-button{
position: unset;
}

.h-100 {
  height: 100% !important;
}
.card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.card-img-top-two {
  width: 100%;
}
.rel-card {
  /*width: 80%;*/
  width: 100%;
}

.square_size {
    height:280px; width:280px;
}
.square_size_two {
    height:150px;
  width:150px;
}
.square_size_three {
    height:177px; width:177px;
}

.submit-div {
  padding-right: 0;
}
.links-div > div > a {
  padding-right: 20px;
}

.custom-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#ss-container {
  display: none;
  position: relative;
  width: min-content;
}
#ss {
  /* position: absolute;
  left: 260px;
  padding: 6px;
  border: 1px solid black;
  background: white; */
  position: absolute;
    left: 268px;
    padding: 2px;
    border: 1px solid black;
    background: white;
    top: -32px;
    padding-top: 24px;
}

#second-header {
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);

 
}
#second-header.navbar-default {
  border: none !important;
  color: white;
  position: fixed;
  z-index: 2;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}
#second-header.navbar {
  margin-bottom: 0px !important;
  border-radius: 0px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}
.progress-container {
  width: 100%;
  height: 8px;
  background: white;
  border: none;
}

.progress-bar {
  height: 8px;
  background: black;
  width: 0%;
  border: none;
}

/* #sponsered-footer{
  display: none;
}
 */

#sponsered-footer .navbar-header {
  float: none;
}

#sponsered-footer .navbar-toggle {
  display: block;
}

#sponsered-footer .navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#sponsered-footer .navbar-collapse.collapse {
  /*display: none !important;*/
}
#sponsered-footer .navbar-nav {
  float: none !important;
}
#sponsered-footer .navbar-nav > li {
  float: none;
}
#sponsered-footer .navbar-collapse.collapse.in {
  display: block !important;
}
.practice-management {
  background-color: #004965;
  color: white;
}

.investment-portfolio {
  background-color: #203241;
}

.wealth-management {
  background-color: #84936f;
}

.retirement-planning {
  background-color: #f2784c;
  color: black;
}

.life-health-insurance {
  background-color: #593858;
}

.h-330 {
  height: 330px;
}
.category-header {
  margin-top: 50px;
  font-size: 55px;
}
.category-hero {
  padding-left: 50px;
  height: 330px;
}

.category-hero p{
  font-size:16px;
}

.topCatFeat{
    width:100%; 
    height:381px; 
}

.catRiverImg{
    width:177px; 
    height:177px; 
}
.bottom-signup {
  right: 0;
  padding-bottom: 30px;
  padding-right: 30px;
  position: absolute;
  bottom: 0px;
  /*text-decoration: underline;*/
}

.w-100 {
  width: 100%;
}
.main-card {
  /*height: 400px;*/
  padding: 20px 20px 20px 0;
}
.social-icon {
  padding-right: 20px;
}

.carousel-tools .left.carousel-control,
.carousel-tools .right.carousel-control {
  background-image: unset;
  background-repeat: unset;
}

.carousel-tools .carousel-control {
  position: unset;
  opacity: unset;
}

.carousel-tools {
  width: 90%;
}

.carousel-arrows {
  float: right;
}

.home-section {
  padding-top: 60px;
  width: 93.75%;
  margin: 0 auto;
}

.home-featured {
  background-size: 100%;
  height: 511px;
}

.featured-overlay {
  background-image: linear-gradient(0deg, #000, transparent);
  opacity: 1;
  height: 100%;
  padding: 0 30px;
  min-height: 250px;
  transition: background-color 0.5s;
}

.featured-overlay .text-box-featured {
  position: absolute;
  bottom: 0;
  width:93%;
  color: #FFF;
}

.text-box-featured h3 {
  padding-bottom: 40px;
  font-family: 'utopia-std';
  font-size: 48px;
  line-height: 1.21;
  color: #ffffff;
  margin: 0;
}

.text-box-featured p {
  padding-bottom: 20px;
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  line-height: 1.71;
  color: #ffffff;
  margin: 0;
}

.home-topad-con {
  margin-bottom: 40px;
}

.home-topad-con .ad-text {
  font-family: Arial;
  font-size: 10px;
  color: #808080;
  margin: 0;
  padding-bottom: 10px;
}

.home-topad-con .ad-image {
  background: url("/assets/master-template/images/market-images/tasr/homepagead.png") no-repeat;
  background-size: 100%;
  height: 600px;
  margin: 0;
}

.featured-con-row {
  padding-bottom: 60px;
}

.profile-container h4 {
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
  color: #101010;
  margin-top: 0;
}

.profile-row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.profile-desc h5 {
  font-family: 'utopia-std';
  font-size: 18px;
  line-height: 1.44;
  color: #101010;
  margin: 0;
}

.sponsored-tag {
  font-family: 'Graphik Web',sans-serif;
  font-size: 12px;
  line-height: 1.67;
  color: #bb0202;
  margin: 0 0 10px 0;
}

.profile-image img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  filter: grayscale(100%);
}

.profile-divider {
  height: 1px;
  background-color: #e6e6e6;
}

.art-img img {
  width: 100%;
}

.art-content {
  height: 177px;
}

.art-cat-link {
  position: absolute;
  bottom: 0;
  color: #000;
}

.art-cat-link i.health-insurance {
  color: #593858;
}

.single-article {
  padding-top: 40px;
  padding-bottom: 40px;
}

.article-container > div:first-child {
  padding-top: 0;
}

.art-date {
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  line-height: 1.67;
  color: #969696;
}

.art-heading {
  font-family: 'utopia-std';
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #101010;
  margin: 0;
}

.popular-container h4 { font-size: 18px; font-weight:600; line-height: 1.67;margin-bottom:0;}

.popular-article {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.popular-article .art-heading { margin: 0 0 15px;font-size: 18px; line-height: 1.44; }

.popular-article .art-heading a {
  font-size: 18px;
  line-height: 1.44;
}

.popular-container {
  padding: 20px;
}

.popular-article:first-child {
  padding-top: 20px;
}

.pop-art-cat-link {
  color: #000;
}

.pop-art-cat-link:hover {
  color: #000;
}

.art-cat-link:hover {
  color: #000;
}

.mid-ad-container{
  border-bottom: 1px solid #000;
}

.mid-ad-container>img{
 width:100%;
 height:330px;
}

.mid-ad-container > .ad-text {
  font-family: Arial;
  font-size: 10px;
  color: #808080;
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
}

.cat-row{
    display:flex;
    min-height: 200px;
}
.cat-card {
  /*height: 200px;
  padding: 20px;*/
  padding: 20px 10px 20px 0;
}
.home-card {
  /*height: 200px;
  padding: 20px;*/
  padding: 0 0 0 40px;
}

.retirement-planning input {
 
  border-bottom: 1px solid black;
}
.retirement-planning select {
  
  border-bottom: 1px solid black;
}

.retirement-planning button {
  border: 1px solid black;
}
.practice-management input {
  border-bottom: 1px solid white;
}
.practice-management select {
  border-bottom: 1px solid white;
}

.practice-management button {
  border: 1px solid  white;
}

.retirement-planning button:hover {
  background-color: #f2784c;
}
.fa{
    vertical-align: text-top;
}
.fa-circle:before {
    font-size: 10px;
    
}
.centered-div {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.load-more {
  width: 382px;
  padding: 10px !important;
  font-size: 18px !important;
  border: 3px solid grey !important;
  text-align: center !important;
}
.load-more:hover {
  background: #DDD;
}
.load-more a, [class^=load_more_shelf] a{
    background: none !important;
}
.load-more a:active, [class^=load_more_shelf] a:active {
    background: none !important;
}
.load-more a:hover, [class^=load_more_shelf] a:hover {
    background: none !important;
    color: #333 !important;
}

.featured-resources {
  background-color: #000000;
  height: min-content;
  color: white;
  padding: 30px;
}

.gray-padding-img {
  padding-left:30px;
  padding-right:30px;
  padding-top:23px;
  padding-bottom:23px;
  background-color:#757575;
}

.houseAd {
  background-color: black;
  color: white;
  text-align: center;
  font-family: 'utopia-std';
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
  height:280px;
  width:280px;
}
.house-ad-text{
    margin: 5px 0 10px;
    font-family: 'Graphik Web',sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.practice-management > div > div >a {
  color: white
}
.practice-management > div > div > div  >a {
  color: white
}


.retirement-planning > div > div >a {
  color: black
}
.retirement-planning > div > div > div  >a {
  color: black
}

.social-icons{
  margin-bottom: 8px;
}

#abs-share-icon{
  position: absolute;
  top: -3px;
  padding: 5px;
}

.float-right{
  float: right;
}

.show-mobile{
  display: none !important;
}

.mid-sponsored-container{
  width:93.75%;
  margin:0 auto;
}

.mid-sponsor-head{
  text-align: center;
  padding-top:20px;
  padding-bottom: 20px;
}

.sponsor-art-container{
  padding-bottom: 40px;
}

.sponsored-head-text{
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  color: #000000;
}

.sponsor-img{
  height:21px;
  margin-left:15px;
}

.sponsor-category{
  padding-bottom: 40px;
}

.art-cat-text{
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
}

.spo-art-cat-text{
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #101010;
}

.spo-art-img{
  height:66px;
}

.spo-art-head > h5{
  font-family: 'utopia-std';
  font-size: 18px;
  line-height: 1.44;
  color: #101010;
}

.webcasts-article{
  padding-top:20px;
  padding-bottom: 20px;
}

.webcasts-container{
  padding:20px;
}

.webcasts-container>.webcasts-article:first-child{
  padding-top:20px;
}

.webc-art-cat-link{
  color:#000;
}

.webc-art-cat-link:hover{
  color:#000;
}

.art-heading > a{
  font-family: 'utopia-std';
  font-size: 18px;
  line-height: 1.44;
  text-decoration: none;
  color:#101010;
}

.art-heading > a:hover{
  color:#101010;
}

.webc-art-heading{
  font-family: 'utopia-std';
  font-size: 18px;
  line-height: 1.44;
  color: #101010;
  margin-top: 0;
}

.webc-art-heading > a{
  font-family: 'utopia-std';
  font-size: 18px;
  line-height: 1.44;
  text-decoration: none;
  color:#101010;
}

.webc-art-heading > a:hover{
  color:#101010;
}

.webcasts-section-head > h4{
  display:inline-block;
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #101010;
  margin-top:10px;
}

.webc-view-all-link{
  border-bottom: 1px solid #000;
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #000000;
}

.webc-view-all-link:hover{
  text-decoration: none;
  color: #000000;
}

.investment-portfolio-selfcolor {
  color: #203241;
}

.wealth-management-selfcolor {
  color: #84936f;
}

.retirement-planning-selfcolor {
  color: #f2784c;
}

.life-health-insurance-selfcolor {
  color: #593858;
}

.practice-management-selfcolor {
  color: #004965;
}

.fintech-selfcolor {
  color: #bdb8aa;
}

.noncategory-selfcolor {
  color: #f3d386;
}

.cat-section-head > h4{
  display: inline;
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #101010;
}

.cat-section-top-row{
  padding-bottom: 40px;
}

.cat-section-head{
  /*padding-bottom: 20px;*/
  padding-bottom: 0;
  margin-bottom: 40px;
}

.retirement-planning-border-bottom{
  border-bottom: 5px solid #f2784c;
}

.investment-portfolio-border-bottom {
  border-bottom: 5px solid #203241;
}

.wealth-management-border-bottom {
  border-bottom: 5px solid #84936f;
}

.life-health-insurance-border-bottom {
  border-bottom: 5px solid #593858;
}

.practice-management-border-bottom {
  border-bottom: 5px solid #004965;
}

.fintech-border-bottom{
  border-bottom: 5px solid #bdb8aa;
}

.noncategory-border-bottom {
  border-bottom: 5px solid #f3d386;
}

.cat-art-heading-top{
  font-family: 'utopia-std';
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #101010;
}

.cat-art-heading-top > a{
  text-decoration: none;
  color:#101010;
  font-family: 'utopia-std';
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #101010;
}

.cat-art-heading-top > a:hover{
  color:#101010;
}

.cat-art-date{
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #969696;
}

.cat-mid-row-img{
  height:381px;
  width:100%;
}

.cat-mid-row-content{
  height:381px;
}

.cat-art-heading{
  font-family: 'utopia-std';
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #101010;
}

.cat-art-heading > a{
  text-decoration: none;
  color:#101010;
}

.cat-art-heading > a:hover{
  color:#101010;
}

.cat-section-mid-row{
  padding-top:40px;
  padding-bottom: 40px;
}

.art-cat-section-text{
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #101010;
}

.cat-section-bottom-row{
  padding-top: 40px;
  padding-bottom: 40px;
}

.cat-bottom-sec-img{
  height: 177px;
  margin-bottom: 20px;
  width:100%;
}


.bottom-ad-container>img.bottom-full-ad{
 width:100%;
 height:330px;
}

.bottom-ad-container>.ad-text{
  font-family: Arial;
  font-size: 10px;
  color: #808080;
  margin:0;
  padding-bottom: 10px;
  text-align: center;
 }

 .bottom-ad-container{
   text-align: center;
 }

 .bottom-ad-container>img.bottom-medium-ad{
  width:728px;
  height:90px;
 }

 .small-ad-image{
   width:300px;
   height:250px;
 }

 .category-tag{
  font-family: 'Graphik Web',sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #969696;
 }

 .rc-image{
   height:66px;
   width:66px;
 }

.mid-newsletter-container{
  width:100%;
  margin:0 auto 30px;
  padding-top:60px;
  padding-bottom:40px;
  background-color: #e6e6e6;
  max-width: 1280px;

}

.newsletter-content-form{
  width:586px;
  margin:0 auto;
  padding:15px;
}

.newsletter-heading{
  font-family: 'utopia-std';
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #000000;
  margin: 0 0 50px;
}

.podcast-section-container{
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

#featured-resources-mod.podcast-section-container { max-width: 1280px; margin: 0 auto; }
#featured-resources-mod.podcast-section-container .row.single-res-sec { margin-left: 20px; }

.podcast-content{
  width: 93.75%;
  margin: 0 auto;
  color: #fff;
}

.podcast-header{
  color: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #fff;
}

.podcast-heading, .resources-heading {
  display: inline;
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #FFF;
  
}

.resources-heading { line-height: 1.4; }

.podcast-view-all-link, .podcast-view-all-link:hover, .podcast-view-all-link:active, .podcast-view-all-link:focus{

  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #fff;
  text-decoration: underline;
}

.podcast-view-all-link:hover{
  text-decoration: none;
}

.podcast-row{
  padding-top:40px;
}

.podcast-col-img{
  height:250px;
  width:100%;
  margin-bottom:20px;
}
/*
.podcast-heading{
  font-family: 'utopia-std';
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
}*/

.podcast-heading > a, .resources-heading > a{
  font-family: 'utopia-std';
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
}

.podcast-heading > a:hover, .resources-heading > a:hover{
  text-decoration: none;
  color: #ffffff;
}

.latest-spo-margin{
  margin-right:10px !important;
}

.home-mag-head { margin-top: 10px; }

.magazine-img-container{
  height: 279px;
  text-align: center;
  background-color: #203241;
  padding: 35px 60px;
  margin-bottom: 20px;
}
.magazine-article{
  padding-top: 30px;
}

.magazine-issue{
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #969696;
}

.magazine-month-year{
  font-family: 'utopia-std';
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #101010;
  margin: 20px 0;
}

.magazine-container button { background-color: #fff; }
.magazine-container .magazine-cover { background-color: #203241;text-align:center; padding: 35px;margin-bottom:15px; }
.magazine-container .magazine-cover img { margin: 0 auto; width: 162px;height: auto; }
.load-more-button{
  width: 50%;
  margin-top:40px;
  border: 2px solid #000000;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
}

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

.small-off{
  display:block;
}

.small-on{
  display:none;
}

.share-section{
  margin-right: 30px;
}
.alert-btn{
  padding: 15px 55px 15px 55px;
  width: 60%;
  background-color: white;
  border: 2px solid grey;
}
.tert-cat-breadcrum{
  margin-top: 40px;
}

#pagination {
  display: inline-block;
  margin-bottom: 1.75em;
    margin: 20px 0 30px;
    padding: 0 !important; 
    border-top: none !important;

}

  #pagination li {
      display: inline-block;
  }

  .pagination {
    margin: 0 !important;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 24px;
    background-color: white;
    border: none;
    color: #C7C7C7;
    line-height: 1.5;
    font-family: 'utopia-std';
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    /* color: #333; */
    cursor: default;
    color: #4E4E4E;
    font-weight: bold;
    background-color: white;
}

.industry-spotlight-bgcolor {
  background-color: #F3D386 !important;
}

.portfolio-bgcolor {
  background-color: #2e493e !important;
}

.wealth-management-bgcolor {
  background-color: #84936f !important;
}

.retirement-planning-bgcolor {
  background-color: #203241 !important;
}

.financial-planning-bgcolor {
  background-color:#452c37 !important;
}

.practice-management-bgcolor {
  background-color: #84936f !important;
}

.regulation-bgcolor {
  background-color: #bb0202 !important;
}

.tech-bgcolor {
  background-color: #a2bcd8 !important;
}

.featured-finance-bgcolor{
  background-color: #000000 !important;
}

.life-health-bgcolor {
  background-color: #f2784c !important;
}

.noncategory-bgcolor {
  background-color: #f3d386 !important;
}

.hero-content{
  width: 93.75%;
  margin: 0 auto;
  padding: 60px 0;
}

.sponsored-hero-div{
  margin-top: 30px;
  margin-bottom: 20px;
}

.hero-section-breadcrumbs{
  margin:0;
}

.hero-section-breadcrumbs > a{
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #000000;
}

.breadcrumbsLight > a:hover{
  color: #FFF !important;
  text-decoration: underline;
}
.breadcrumbsDark > a:hover{
  color: #000 !important;
  text-decoration: underline;
}


.hero-section-sponsored{
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
}

.hero-sponsor-img{
  height:30px;
}

.hero-section-heading{
  font-family: 'utopia-std';
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #101010;
}

.hero-section-text{
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #101010;
}

.hero-follow-link{
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #101010;
  border-bottom: 2px solid #101010;
}

.hero-follow-link:hover{
  color: #101010;
  text-decoration: none;
}

.popular-topics-content{
  width:93.75%;
  margin:0 auto;
  padding: 20px 0;
}

.popular-topics-heading{
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #101010;
  margin-right: 20px;
}

.poptopic-link{
  color:#101010;
  border-bottom: 1px solid #101010;
  margin-right: 20px;
}

.poptopic-link:hover{
  color:#101010;
  text-decoration: none;
}

.secondary-cat-section-head > h4{
  display: inline;
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #101010;
}

.secondary-cat-section-top-row{
  padding-bottom: 40px;
}
.secondary-cat-section-bottom-row{
  padding-top: 30px;
  padding-bottom: 40px;
}

.m-t-40{
  margin-top:40px;
}

.m-b-40{
  margin-bottom:40px;
}

.housead-heading{
  font-family: 'utopia-std';
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
}

.housead-logo{
  height:45px;
  width:45px;
}

.housead-link{
    font-family: 'Graphik Web',sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #ffffff;
    text-decoration: underline;
}

.housead-link:hover{
  color:#ffffff;
}

.sec-rec-img-con{
  /*padding: 25px 35px;*/
  /*background-color: #757575;*/
  text-align: center;
  margin-left: 15px;
}

.sec-rc-image{
  height:180px;
  padding:0px;
  /* background-color: #757575; */
}

.sec-category-tag{
  font-family: 'Graphik Web',sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #969696;
}

.sec-rc-heading > a{
  font-family: 'utopia-std';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #ffffff;
}

.sec-rc-heading > a:hover{
  text-decoration: underline;
  color: #ffffff;
}

.sec-desc-con{
  height:180px;
}

.sec-icon-pos{
  position: absolute;
  bottom: 05px;
  left: 10px;
  color: #ffffff;
  font-size: 16px;
}

.profile-divider-white{
  height: 2px;
  background-color: #ffffff;
}

.res-sec-header {
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}

.mobile-only{
  display: none;
}


.header-container{
  min-height: 60px;
}
.more-from-cat-container > .webcasts-article:first-child{
  padding-top:20px;
}

.head-ad-content{
  width: 100%;
  height: auto;
  background-color: #000000;
  padding: 20px;
}

.header-ad-img{
  width: 100%;
  height: 280px;
}

.t-head{
  background-color: #ffffff;
}

#t-head{
  border-bottom: 1px solid #101010;
  height: 60px;
}

.podcast-carousel-tools .left.carousel-control,
.podcast-carousel-tools .right.carousel-control {
  background-image: unset;
  background-repeat: unset;
}

.podcast-carousel-tools .carousel-control {
  position: unset;
  opacity: unset;
}

.podcast-carousel-tools {
  width: 100%;
  padding-top: 10px;
}

.podcast-carousel-arrows {
  float: right;
}

.carousel-slide-text{
  font-family: 'utopia-std';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 40px;
}

#mypodcastCarousel > .carousel-inner > .item > img{
  width:100%;
  height:260px;
}


#close-search{
  display: none;
}

.search-closebtn {
  position: fixed;
  top: 20px;
  right: 3.5%;
  z-index: 2;
 
}



#search-overlay{
  height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: black;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 14px;
    display: none;
}


.search-header{
 
   font-size: 24px;
  color: white;
}

.search-content{
 color: white;
 margin-top: 90px;
 /* overflow: scroll; */
 /* height: 700px; */
 padding: 20px;
}

#search-input.form-control::-webkit-input-placeholder { font-size: 30px; }  /* WebKit, Blink, Edge */
#search-input.form-control:-moz-placeholder { font-size: 30px;}  /* Mozilla Firefox 4 to 18 */
#search-input.form-control::-moz-placeholder { font-size: 30px; }  /* Mozilla Firefox 19+ */
#search-input.form-control:-ms-input-placeholder { font-size: 30px; }  /* Internet Explorer 10-11 */
#search-input.form-control::-ms-input-placeholder { font-size: 30px; }

#search-input1.form-control::-webkit-input-placeholder { font-size: 30px; }  /* WebKit, Blink, Edge */
#search-input1.form-control:-moz-placeholder { font-size: 30px;}  /* Mozilla Firefox 4 to 18 */
#search-input1.form-control::-moz-placeholder { font-size: 30px; }  /* Mozilla Firefox 19+ */
#search-input1.form-control:-ms-input-placeholder { font-size: 30px; }  /* Internet Explorer 10-11 */
#search-input1.form-control::-ms-input-placeholder { font-size: 30px; }


#search-input.form-control {
  padding: 30px 12px !important;
  background-color: transparent;
  font-size: 30px;
}

.search-input{
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid white;
}

#search-input1.form-control {
  padding: 30px 12px !important;
  background-color: transparent;
  font-size: 30px;
}

.search-input1{
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid white;
}

.search-arrow {
  position: absolute;
    right: 5px;
    top: 25px;
}

#popular-links-div > div > a {
  padding-right: 20px;
  color: white;

}


.popular-links-container {
  
  /*margin-top: 70px;*/
}

#search-results{
  display: none;
}

.content-width{
  width:93.75%;
  margin:0 auto;
}

.page-heading{
  font-family: 'utopia-std';
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #101010;
}

.sitemap-header{
  padding-top: 60px;
  padding-bottom: 60px;
}

.sitemap-head-link{
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #101010;
}

.sitemap-head-link:hover{
  color: #101010;
}

.sitmap-head-div{
  margin-top:60px;
  border-left:1px solid #e6e6e6
}

.sitemap-content > .sitmap-head-div:first-child{
  border-left: 0;
}

.sitemap-section-header{
  font-family: 'utopia-std';
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.text-color-white{
  color:#ffffff;
}

.text-color-black{
  color:#000000;
}

.sitemap-section-heading{
  font-family: 'utopia-std';
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  display: inline-block;
}

.sitemap-view-all-link{
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  border-bottom: 1px solid;
  margin-top: 20px;
}

.sitemap-view-all-link:hover{
  text-decoration:none;
  color:inherit;
}

.sitemap-content-link{
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #000000;
}

.sitemap-content-link:hover{
  color: #000000;
}

.sitemap-content-link{
  color:#000000;
}

p.sitemap-head-link{
  margin-bottom: 0;
}

.sitemap-link-container > p:first-child{
  margin-top: 20px;
}

.plus-button{
  background-image: url("/assets/master-template/images/market-images/tasr/plus.svg");
  background-size: cover;
}
.signPlus{
    width: 18px;
  height: 18px;
  margin: 3px 0 6px 10px;
  padding: 2px;
}

.minus-button{
  background-image: url("/assets/master-template/images/market-images/tasr/minus.svg");
  background-size: cover;
}

.acc-sign{
  margin-top: 3px;
  width: 24px;
  height: 24px;
}


.search-hero {
  padding-left: 50px;
  height: 330px;
  background-color: black;
  color: white;
}
.small-info{
  font-size: 18px;
}
.apply{

  padding: 10px;
  font-size: 20px;
  border: 3px solid grey;
  text-align: center;
  cursor: pointer;
}
.applyNew{

  padding: 10px;
  font-size: 20px;
  border: 3px solid grey;
  text-align: center;
  width: 100%;
    background: #FFF;
    font-weight: 700;
}
#clearAll{
    cursor: pointer;
}

#dRan{
    display: none;
}
#sections-container .multiselect-native-select .btn-group > button{
  border: none;
  padding-left: 0;

}

#sections-container .multiselect-native-select .btn-group > button .multiselect-selected-text{
  font-size: 18px;
  padding-right: 10px;
  font-weight: bold;
}


#sections-container  .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
background-color: transparent !important;
}

#sections-container .btn-default.focus, .btn-default:focus, .btn-default:hover{
  background-color: transparent !important;
 
    outline: none !important;
    box-shadow: none !important;
  
}

#sections-container .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}


#sections-container .multiselect-native-select .btn-group > .multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 22px 85px 48px 2px;
  border: 2px solid grey;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  
}


.multiselect-container{
height: 300px;
    overflow-y: auto;
    }
#sections-container .multiselect-native-select .btn-group > .multiselect-container > li >a {
  padding: 9px !important;
}


#sections-container .multiselect-native-select .btn-group > .multiselect-container > li > a .active{
  background-color: transparent !important;
  color: black !important;



}

#sections-container .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover { 
  background-color: transparent !important;
  color: black !important;

}
.sitemap-content:last-child > .sitmap-head-div:last-child{
  border-bottom:0;
}
#sections-container .multiselect-native-select .btn-group > .multiselect-container > li.faded a>label.checkbox, .multiselect-container>li>a>label.radio{
  color: #969696 !important;
} 

/* 
here */

#content-type-container .multiselect-native-select .btn-group > button,
#content-type-container-pub .multiselect-native-select .btn-group > button,
#content-type-container-po .multiselect-native-select .btn-group > button{
  border: none;
  padding-left: 0;
}

#content-type-container .multiselect-native-select .btn-group > button .multiselect-selected-text,
#content-type-container-pub .multiselect-native-select .btn-group > button .multiselect-selected-text,
#content-type-container-po .multiselect-native-select .btn-group > button .multiselect-selected-text{
  font-size: 18px;
  padding-right: 10px;
  font-weight: bold;
}

#content-type-container  .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default,
#content-type-container-pub  .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default,
#content-type-container-po  .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
background-color: transparent !important;
}

#content-type-container .btn-default.focus, .btn-default:focus,
#content-type-container-pub .btn-default.focus, .btn-default:focus,
#content-type-container-po .btn-default.focus, .btn-default:focus{
  background-color: transparent !important;
 
    outline: none !important;
    box-shadow: none !important;
  
}

#content-type-container .btn-group.open .dropdown-toggle,
#content-type-container-pub .btn-group.open .dropdown-toggle,
#content-type-container-po .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}


#content-type-container .multiselect-native-select .btn-group > .multiselect-container,
#content-type-container-pub .multiselect-native-select .btn-group > .multiselect-container,
#content-type-container-po .multiselect-native-select .btn-group > .multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 22px 85px 48px 2px;
  border: 2px solid grey;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  
}




#content-type-container .multiselect-native-select .btn-group > .multiselect-container > li >a,
#content-type-container-pub .multiselect-native-select .btn-group > .multiselect-container > li >a,
#content-type-container-po .multiselect-native-select .btn-group > .multiselect-container > li >a {
  padding: 9px !important;
}


#content-type-container .multiselect-native-select .btn-group > .multiselect-container > li > a .active,
#content-type-container-pub .multiselect-native-select .btn-group > .multiselect-container > li > a .active,
#content-type-container-po .multiselect-native-select .btn-group > .multiselect-container > li > a .active{
  background-color: transparent !important;
  color: black !important;



}

#content-type-container .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover,
#content-type-container-pub .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover,
#content-type-container-po .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover { 
  background-color: transparent !important;
  color: black !important;

}

#content-type-container .multiselect-native-select .btn-group > .multiselect-container > li.faded a>label.checkbox, .multiselect-container>li>a>label.radio,
#content-type-container-pub .multiselect-native-select .btn-group > .multiselect-container > li.faded a>label.checkbox, .multiselect-container>li>a>label.radio,
#content-type-container-po .multiselect-native-select .btn-group > .multiselect-container > li.faded a>label.checkbox, .multiselect-container>li>a>label.radio{
  color: #969696 !important;
} 


.custom-drpdwn-btn{
  font-size: 18px;
    border: none;
    font-weight: bold;
    padding-left: 0px;
}


#date-container .dropdown > ul {
  padding: 22px 85px 48px 2px;
}
#date-container .dropdown > ul >li >a {
  padding: 9px !important;
}

#date-container .dropdown > ul >li >a > input {
  margin: 8px 5px 3px;
}

#date-container .dropdown .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: white !important;
  color: black !important;
}


input:read-only {
  border: 0;
  width: inherit;
  display:block;
  margin: 1.12em 0 ;
font-size: 100%;
  font: inherit;
}

.daterangepicker {
 
    top: 516px;
    left: 726px;
    right: auto;
    z-index: 1000;
}

#sort-drpdwn-container{
  text-align: right;
}

#sort-drpdwn-container .dropdown{
  padding: 0 !important;
  margin-top: 10px;
}
#sort-drpdwn-container .dropdown >ul{
  right: 0 !important;
  left: auto !important;
}

#sort-drpdwn-container .dropdown button {
  padding: 15px 50px 15px 50px;
  border: 1px solid black;
}

#sort-drpdwn-container .dropdown > ul >li >a {
  padding: 9px !important;
}


.bottom-section-right {
  position: absolute;
  bottom: 20px;
  right: 0px;
}

#filterToggler{
  border: 2px solid black;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}



.filter-header {
  border: 1px solid black;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}







.filter-panel-grp{
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.filter-panel-grp .panel-default{
  border-color: white !important;

}


.filter-panel-grp .panel-default>.panel-heading {
color: #333;
background-color: white;
border-color: grey;
border-bottom: 1px solid grey;
padding: 20px;

}

/* here */


#mobile-sections-container .multiselect-native-select .btn-group {
display: block;

}




#mobile-sections-container .multiselect-native-select .btn-group > button{
  border: none;
  
  width: 100%;
  text-align: left !important;

}

#mobile-sections-container .multiselect-native-select .btn-group > button .multiselect-selected-text{
  font-size: 18px;
  padding-right: 10px;
  font-weight: bold;
}


#mobile-sections-container  .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
background-color: transparent !important;
}

#mobile-sections-container .btn-default.focus, .btn-default:focus, .btn-default:hover{
  background-color: transparent !important;
 
    outline: none !important;
    box-shadow: none !important;
  
}

#mobile-sections-container .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}


#mobile-sections-container .multiselect-native-select .btn-group > .multiselect-container {
 
  list-style-type: none;
  margin: 0;
  padding: 22px 85px 48px 2px;
  position: relative;
    width: 100%;
    border: none;
    display: block !important;
    -webkit-box-shadow: none !important; 
    box-shadow: none !important;
}




#mobile-sections-container .multiselect-native-select .btn-group > .multiselect-container > li >a {
  padding: 9px !important;
}


#mobile-sections-container .multiselect-native-select .btn-group > .multiselect-container > li > a .active{
  background-color: transparent !important;
  color: black !important;



}

#mobile-sections-container .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover { 
  background-color: transparent !important;
  color: black !important;

}
.sitemap-content:last-child > .sitmap-head-div:last-child{
  border-bottom:0;
}
#mobile-sections-container .multiselect-native-select .btn-group > .multiselect-container > li.faded a>label.checkbox, .multiselect-container>li>a>label.radio{
  color: #969696 !important;
} 
#mobile-sections-container .multiselect-native-select .btn-group > button > b{
  display: none;
 }
/* 
here */

#mobile-content-type-container .multiselect-native-select .btn-group > button{
  border: none;
  text-align: left !important;
  width: 100%;
}
#mobile-content-type-container .multiselect-native-select .btn-group > button > b{
 display: none;
}


#mobile-content-type-container .multiselect-native-select .btn-group > button .multiselect-selected-text{
  font-size: 18px;
  padding-right: 10px;
  font-weight: bold;
}


#mobile-content-type-container  .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
background-color: transparent !important;
}

#mobile-content-type-container .btn-default.focus, .btn-default:focus{
  background-color: transparent !important;
 
    outline: none !important;
    box-shadow: none !important;
  
}

#mobile-content-type-container .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}


#mobile-content-type-container .multiselect-native-select .btn-group > .multiselect-container {
 
  list-style-type: none;
  margin: 0;
  padding: 22px 85px 48px 2px;
  position: relative;
    width: 100%;
    border: none;
    display: block !important;
    -webkit-box-shadow: none !important; 
    box-shadow: none !important;
}




#mobile-content-type-container .multiselect-native-select .btn-group > .multiselect-container > li >a {
  padding: 9px !important;
}


#mobile-content-type-container .multiselect-native-select .btn-group > .multiselect-container > li > a .active{
  background-color: transparent !important;
  color: black !important;



}

#mobile-content-type-container .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover { 
  background-color: transparent !important;
  color: black !important;

}

#mobile-content-type-container .multiselect-native-select .btn-group > .multiselect-container > li.faded a>label.checkbox, .multiselect-container>li>a>label.radio{
  color: #969696 !important;
} 



#mobile-content-type-container .multiselect-native-select .btn-group {
  display: block;
  
  }
  
  
  

  #mobile-date-container > .dropdown > ul {
    display: block !important;
    width: 100%;
    border: none;
    -webkit-box-shadow: none !important; 
    box-shadow: none !important;
    
  }
  #mobile-date-container > .dropdown > ul  > li{
    padding: 9px;
  }
  #mobile-date-container .daterangepicker{
    position:  relative !important;
    width: 100% !important;
    border: none !important;
    margin-bottom: 150px;
  
  
    
  }

  #mobile-date-container .daterangepicker .ltr .show-ranges .opensright .show-calendar{
    position:  relative !important;
    width: 100% !important;
    
   
  }
.info-section-container{
  width:90%;
}

.info-section-container:first-child > .info-section-content{
  padding-top: 0;
}

.info-section-content{
  padding-top: 40px;
  padding-bottom: 40px;
}

.info-sec-heading{
  font-family: 'utopia-std';
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #101010;
  margin-bottom: 20px;
  margin-top: 10px;
}

.info-sec-img{
  padding-bottom: 20px;
}

.info-sec-desc{
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #101010;
}

.contact-input {
  width: 100%;
  outline: 0;
  border-width: 0 0 1px;
  border-color: #000000;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.contact-comment {
  width: 100%;
  outline: 0;
  border-width: 1px;
  border-color: #000000;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 50px;
}

.contact-select {
  all: unset;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid;
  background: url("/assets/master-template/images/market-images/tasr/dropdownarrow.svg") no-repeat right;
  background-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.contact-submit-button {
  width: 50%;
  border: 2px solid #000000;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}

.contact-submit-message{
  width:50%;
  display: none;
  margin-bottom: 50px;
}

.con-sub-message-text{
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #000000;
}

#mobile-date-container .daterangepicker .drp-calendar {
  max-width: 100% !important;
}

.no-ad-class{
  display:none;
}

.light #user-menu span a {
  color: #ffffff;
}

.light a {
  color: #ffffff;
}

.light a:hover {
  color: #ffffff;
}

.light span {
  color: #ffffff;
}

.light div {
  color: #ffffff;
}

.light p {
  color: #ffffff;
}

#mobile-date-container .daterangepicker .drp-calendar {
  max-width: 100% !important;
  
}

.filterBoxFooter{
  width: 100%;
  padding: 20px 40px 20px 40px;
  border-top: 2px solid grey;
  margin-top: 216px;
  position: fixed;
  bottom: 0;
  z-index: 900000;
  background: white;
}


.daterangepicker .ranges li.active {
  background-color: white !important;
  color: black !important;
}


.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #e5e5e5 !important;
  border-color: transparent;
  color: black !important;
}

.daterangepicker td.in-range {
  background-color: #efefef !important;
  border-color: transparent;
  color: black !important;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  background: #e5e5e5;
  color: black;
}



.panel-title {
  position: relative;
}
  
.panel-title> a::after {
  content: "";
  display: block;
  background: url('/assets/master-template/images/market-images/tasr/plus.svg') no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0px;
 
 
}

.panel-title > a[aria-expanded="true"]::after {
  content: "";
  display: block;
  background: url('/assets/master-template/images/market-images/tasr/minus.svg') no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
    right: 0;
    top: 0px;
}


.daterangepicker .ranges li{
  padding-left: 28px !important;
  background: url("/assets/master-template/images/market-images/tasr/circle-empty.PNG") no-repeat;
  padding-top: 3px !important;
  padding-bottom: 18px !important;
  font-size: 14px !important;
}

.authorjumbo-box {
  /* background-color: #004965; */
  display: inline-flex;
  height: 400px;
}

.h-100 {
  height: 100% !important;
}

.m-50 {
  margin-top: 50px;
}

.author-img{
  width: 100%;
  display: inline-flex;
  border-radius: 50%;
}

.author-text{
  width: 80%;
}

.author-social-links {
 width: 20%;
}

.author-text-container{
  margin-top: 50px;
}

.daterangepicker .ranges li:hover {
  background-color: white !important;
}

.daterangepicker .ranges li.active{
  padding-left: 28px !important;
  background: url("/assets/master-template/images/market-images/tasr/circle-concentric.PNG") no-repeat;
  padding-top: 3px !important;
}


body > .daterangepicker .ranges ul {
  width: 245px;
  padding: 22px 30px 22px 5px;
 
}

body > .daterangepicker.show-calendar .ranges ul {
  width: 245px;
  padding: 22px 30px 22px 5px;
  border: none !important;
}

body > .daterangepicker {
  border: 2px solid grey !important;
}

body > .daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 2px solid grey;
}

body > .daterangepicker .drp-buttons {
  border-top: 2px solid grey;
}

.h-75 {
  height: 75%;
}

h1 {
  font-size: 48px;
}

.mt-10{
  margin-top: 10px !important;
}
#t-head.light{
  border-bottom: 1px solid #ffffff;
}


.listicle-main{
  padding-left: 50px;
}


.list-points {
  font-family: 'utopia-std';
}

.light-logo{
  display:none;
}

.light .light-logo{
  display:inline-block;
}



.light .dark-logo{
  display:none;
}

.black-bgcolor {
  background-color: #000000 !important;
}

.white-bgcolor {
  background-color: #ffffff !important;
}

.adv-heading{
  font-family: 'utopia-std';
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
}

.adv-subheading{
  font-family: 'utopia-std';
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  margin-bottom: 20px;
}

.adv-content-text{
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
}

.adv-content-text-link{
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
}

.adv-content-text-link:hover{
  color:initial;
  text-decoration: none;
}

.profile-divider-white-1p{
  height: 1px;
  background-color: #ffffff;
}

.adv-menu-div{
  position: fixed;
  width:100%;
  z-index:1;
}

.divider-60{
  height: 1px;
  margin-top: 59px;
}

.border-bottom-white-1p{
  border-bottom: 1px solid #ffffff;
}

.border-bottom-black-1p{
  border-bottom: 1px solid #000000;
}

.mediakit-button{
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
}

.mediakit-but-span{
  padding: 15px 0;
  width: 40%;
  display: inline-block;
  text-align: center;
  border: 2px solid #000000;
}

.mediakit-but-container {
  position: fixed;
  bottom: 0;
  left: 3.5%;
  padding-bottom: 40px;
  width:40%;
}

.advertise-active{
  border-bottom: 1px solid;
}

.advertise-menu-content{
  padding:20px 0;
}

.advertise-menu-link{
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  margin-right: 40px;
}

.advertise-menu-link:hover{
  text-decoration: none;
  color:initial;
}

/* .navbar-toggle:focus,
.navbar-toggle:active,
.navbar-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}
 */

#ss-l {
 
  position: absolute;
    left: 280px;
    padding: 2px;
    border: 1px solid black;
    background: white;
    top: -32px;
    padding-top: 24px;
}
.adv-content-text-statnum-right{
  font-family: 'utopia-std';
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: right;
}

.adv-content-text-statnum{
  font-family: 'utopia-std';
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
}

.adv-content-text-condition{
  font-family: 'Graphik Web',sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  padding-top: 20px;
}

.adv-content-text-umhead{
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
}

.adv-content-stattext{
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

.adv-heading-stats{
  font-family: 'utopia-std';
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
}

.divider-30{
  height: 1px;
  margin-top: 29px;
}

.adv-content-text-small{
  font-family: 'Graphik Web',sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  padding-top: 10px;
}

#sponsered-footer.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent !important;
}

.event-tiles > .banner-bg{
  width:250px;
  height:250px;
}

.banner-1{
  background-image: url("/assets/master-template/images/market-images/tasr/p-card-img.PNG");
}

.fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.banner-bg{
  overflow: hidden;
}

.bg-fill {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.banner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: -1px;
  right: -1px;
  background-color: rgba(0,0,0,0.4);
  transition: opacity .6s, -webkit-transform .3s;
  transition: transform .3s, opacity .6s;
  transition: transform .3s, opacity .6s, -webkit-transform .3s;
  pointer-events: none;
}

.tile-link-con{
  -webkit-transform: translate(-25%, -50%) !important;
  -ms-transform: translate(-25%, -50%) !important;
  transform: translate(-25%, -50%) !important;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 100%;
}

.banner-link{
  border-bottom: 1px solid;
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

.banner-link:hover{
  color:#ffffff;
  text-decoration: none;
}

.events-row{
  min-height: 250px;
}

.sales-heading{
  font-family: 'utopia-std';
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
}

.mk-top-row{
  padding-bottom: 10px;
}

.tileposition, .tilephone{
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
}

.tilename{
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

.tileemail-link{
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

.tileemail-link:hover{
  text-decoration: none;
  color:initial;
}

.mk-right-col{
  text-align: right;
}

/* The container */
.cb-container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cb-checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border:2px solid #808080;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .cb-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .cb-checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .cb-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cb-container .cb-checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-b-15{
  margin-bottom: 15px;
}

.featured-article-hero{
  height: 640px;
}

.featured-hero-section > .banner-bg{
  height: 640px;
}

.featured-textbox{
  position: absolute;
  top: 65%;
  left: 10%;
  width: 90%;
}

.featured-breadcrumb{
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
}

.featured-heading{
  font-family: 'utopia-std';
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 20px;;
}

.featured-author-heading, .featured-author-link{
  font-family: 'utopia-std';
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
}

.featured-author-heading{
  margin: 0;
}

.featured-author-link{
  border-bottom: 1px solid;
}

.featured-author-link:hover{
  text-decoration: none;
  color: inherit;
}

.optional-sponsor-bar {
   text-align: center;
  padding: 15px;
}

.webcast-hero{
  height: 400px;
}


.fintech {
  background-color: #bdb8aa;
  color: black;
}



.webcast-list {
  margin-left: 20px;
}

.webcast-list > li {
  padding: 10px 10px 10px 0px;
  font-size: 20px;
  color: black;
  /* list-style-image: url(img/iphone.png); */
}

.webcast-register{
  background-color: #f6f6f6;
  padding: 40px;
  margin-top: -20px;
  margin-left: -30px;
  margin-right: -30px;

}

.f-16{
  font-size: 16px;
}

.webcast-register-form-field {
  background-color: transparent !important;
  box-shadow: none;
}

.webcast-register-form-field:focus {
  box-shadow: none;
}
.webcast-register-form-field .btn {
  border: 3px solid grey !important;
  background-color: transparent;
  box-shadow: none;
}

.webcast-register .form-group {
  margin-bottom: 30px !important;
}

.sign-up-input:focus {
  box-shadow: none;
}

.webcast-register-mbl {
  background-color: #f6f6f6;
  padding: 40px;
}


.webcastReg-header {
  border-bottom: 1px solid black;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 18px;

}


.parent-container{
  max-width: 1280px;
  margin:0 auto;
  padding-top: 60px;
}



.featured-text-style{
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
}

.cal-image{
  width:20px;
  height:20px;
}

.featured-abs-share-icon{
  position: absolute;
  top: 0px;
}

.featured-ss{
  left: 256px !important;  
  top: -55px !important;
  padding-top: 0 !important;
}

.featured-advisor-content{
  padding:30px;
  background-color: #f6f6f6;
}

.advisor-heading{
  font-family: 'utopia-std';
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  margin-top: 0;
}

.advisor-list li{
  list-style-type: circle;
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
  padding-bottom: 15px;
}

#first-paragraph:first-letter {
  font-size: 60px;
  float: left;
  margin-right: 30px;
  line-height: 1.1em;
}

.featured-para-text{
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
}

.featured-page-middle-fullwidth{
  background-repeat: no-repeat;
  background-size: cover;
  min-height:550px;
  height: auto;
}

.featured-mid-overlay{
  background-image: linear-gradient(0deg, #000, transparent);
  opacity: 1;
  height: 100%;
  min-height: inherit;
  transition: background-color 0.5s;
}

.featured-mid-banner-heading{
  font-family: 'utopia-std';
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 30px;
  width: 90%;
}

.featured-mid-banner-text{
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
}

.featured-page-textbox{
  border-left: 5px solid;
  padding-left: 25px;
  position: absolute;
  bottom: 10%;
  left: 10%;
  width:90%;
}

.left-content-width{
  width:96.82%;
  float:right;
}

.newsletter-mid-form{
  padding:60px
}

.feature-form-text{
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  padding-bottom: 10px;
}

.feature-email-input{
  width: 100%;
  outline: 0;
  border-width: 0 0 1px;
  border-color: #ffffff;
  font-size: 14px;
  padding-bottom: 10px;
}

.feature-country-select select {
  all: unset;
  width: 100%;
  font-size: 14px;
  padding-right: 15px;
  border-bottom: 1px solid #ffffff;
  background: url("/assets/master-template/images/market-images/tasr/dropdownarrow.svg") no-repeat right;
  background-size: 16px;
  padding-bottom: 10px;
  color: #ffffff;
}

.feature-submit-button{
  width: 100%;
  border: 2px solid #ffffff;
  padding: 10px;
  font-size: 20px;
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
}

.featured-center-image{
  width:100%;
}

.margin-0-a{
  margin: 0 auto;
}

.hero-highliter{
  padding-left: 25px;;
}

.featured-mid-highliter-heading{
  font-family: 'utopia-std';
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
}

.dd-tag-link{
  margin-bottom: 14px;
  display: inline-block;
  border-bottom: 1px solid;
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  margin-right: 20px;
}

.dd-tag-link:hover{
  text-decoration: none;
  color: initial;
}

.featured-dd-tags{
  position: absolute;
  bottom: 0;
}

.auth-desc-img{
  height: 75px;
  margin-top: 10px;
}

.auth-desc{
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
}

.auth-name-heading{
  font-family: 'utopia-std';
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
}
.auth-twitter-share{
  width:21px;
  height:21px;
  margin-right: 10px;;
}

.m-t-15{
  margin-top: 15px;
}

.next-text{
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

.next-art-heading{
  font-family: 'utopia-std';
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
}

.next-story-link{
  font-family: 'utopia-std';
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  border-bottom: 1px solid;
  position: absolute;
  bottom: 0;
}

.next-story-link:hover{
  text-decoration: none;
  color:inherit;
}

.next-art-img{
  height:279px;
  width: 100%;
}

.next-art-section{
  margin-top: 150px;
  padding-top:45px;
  padding-bottom: 40px;
}

.next-art-content-height{
  min-height: 279px;
}

.featured-page-textbox-mobile{
  margin-top:40px;
  padding-top:25px;
}

#ss-w {
 
  position: absolute;
    left: 320px;
    padding: 2px;
    border: 1px solid black;
    background: white;
    top: -32px;
    padding-top: 24px;
}

.large-header{
  font-size: 38px;
}

.podcast-center-hero{
  background-color: black;
  color: white;

}
.podcast-hero-content{
  margin-left: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.podcast-carousel{
  height: 200px;
}

.podcast-scrollable {
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.podcast-scrollable > [class*="col-"] { 
  display: inline-block; 
  float: none; 
} 
.podcast-scrollable > [class*="col-"] > .card > .card-body > .card-text{ 
 white-space: normal;
} 


.podcast-scrollable::-webkit-scrollbar {
  display: none;
}
.num-div {
  padding: 0px;
    font-size: 30px;
}
.podcast-links{
  padding-top: 30px;
  padding-bottom: 30px;

}

.podcast-links > a {
  padding-right: 20px;
  font-size: 20px;
  margin-left: 15px;
  text-decoration: underline;
  color: black;
  font-weight: 600;
}
.ss-article-hero{
  height:560px;
}

.ss-bg-fill{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height:560px;
}

.ss-button{
  border:1px solid;
  padding:15px 55px;
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

.ss-button:hover{
  text-decoration: none;
  color:inherit;
}

.ss-featured-textbox{
  position: absolute;
  top: 30%;
  left: 10%;
  width: 80%;
}

.ss-featured-image{
  margin-right: 20px;
}

#slideshow-overlay{
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  display: none;
}

.num{
    background:#000;
    color:#fff;
    padding:10px;
    width:50px;
    text-align:center;
}

.carousel-tools > .slidenum{
  position: absolute;
  top: 6px;
  font-family: 'utopia-std';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
}
.profile-article-bgcolor{
  background-color: #f2784c !important;
}

.auth-img{
  width: 80px;
  height: 80px;
  margin-top: 10px;
}
.bullet-text{
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
}






/* +++++++++++++++++++++++++*/

    .multi-item-carousel .carousel-inner > .item{
      transition: 0ms ease-in-out left;
    }
      .multi-item-carousel .carousel-inner .active .left{
        left:-33%;
      }
      .multi-item-carousel .carousel-inner .active .right{
        left:33%;
      }
    
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }

    .carouse-control .left, .carouse-control .right{
      background-image: none;
    }

    @media all and (transform-3d), (-webkit-transform-3d) {
      .multi-item-carousel .carousel-inner > .item{
        transition: 0ms ease-in-out left;
        transition: 0ms ease-in-out all;
        backface-visibility: visible;
        /*transform: none!important;*/
      }
    }

    .arrowdisabled{
      opacity: 0.5 !important;
      cursor: unset !important;
    }

    .multi-item-carousel .carousel-inner > .item.active > div:first-child{
      padding-left: 0;
    }

    .multi-item-carousel .carousel-inner > .item.active > div:last-child{
      padding-right: 0;
    }
  
    .mic-carousel-tools .left.carousel-control,
    .mic-carousel-tools .right.carousel-control {
      background-image: unset;
      background-repeat: unset;
    }
    
    .mic-carousel-tools .carousel-control {
      position: unset;
      opacity: unset;
    }

    .podcast-landing-hero{
      color: white;
      padding: 0 24px 24px 24px;
    }

    .podcast-landing-hero > h1 {
  font-size: 50px;
    }


    .slideshow-closebtn.small-on{
      display:none;
    }



.card-img-overlay{
  position: absolute;
  top: 5px;
  right: 2px;
  bottom: 0;
  padding: 1.25rem;
}

.card-img-overlay-2{
    position: absolute;
    top: 5px;
    right: 2px;
    bottom: 0;
    padding: 1.25rem;
}

.card-img-overlay-podcast{
  position: absolute;
  top: -2px;
  right: 0px;
  bottom: 0;
}


.podcast-overlay-img {
  
  /* background-color: black; */
    
  float: left;
  border-radius: 80px;
  font-size: 13px;
  cursor: default;
  color: white;
  margin: 3%;
  opacity: 1.75;
}

.rel-card-80 {
  width: 80%;
  position: relative;
  line-height: 1.71;
  letter-spacing: normal;
}

.top-margin{
  margin-top:60px;
}

.advertisementimg{
  width: 50px;
  height: 50px;
}
.orange-text{
  font-family: 'Graphik Web',sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
}
.para-text{
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
}
.para-text-bold{
  font-family: 'utopia-std';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
}
    .slideshow-content{
      height: inherit;
    }

    .height-inherit{
      height:inherit;
    }

    .overflow-scroll{
      overflow: scroll;
    }

    .sscarousel-tools{
      position: fixed;
      bottom: 0;
      right: 0;
      -webkit-box-shadow: 0px -5px 5px rgba(50, 50, 50, 0.75);
      -moz-box-shadow: 0px -5px 5px rgba(50, 50, 50, 0.75);
      box-shadow: 0px -5px 5px rgba(50, 50, 50, 0.75);
    }

    .sscarousel-tools .left.carousel-control,
    .sscarousel-tools .right.carousel-control {
      background-image: unset;
      background-repeat: unset;
      position: unset;
    }

    .carousel-stats{
      font-family: 'utopia-std';
      font-size: 26px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.31;
      letter-spacing: normal;
      padding:15px 20px;
    }

    .text-align-center{
      text-align: center;
    }

    .col-sm-6.sscarousel-tools{
      width: calc(50% + 15px);
    }

    .vertical-middle{
      margin-top:20%;
    }

.slideshow-header{
  height:60px;
}

.slideshow-header-heading{
  font-family: 'utopia-std';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  padding: 15px 15px 15px 40px;
}
.orangeimg{
  width: 100%;
}
.advertise-img{
  width: 80%;
  height: 100%;
}
.bannersize{
  width: 100%;
}
.advertise-img-profile{
  width: 100%;
  height: 100%;
}
.black-text{
  color: black;
}

.slideshow-closebtn{
  cursor: pointer;
  display: inline-block;
  padding: 15px 35px;
  border-left: 1px solid;
}

.header-ss-share-link > img{
  height:20px;
  width:20px;
}

.header-ss-share-link{
  margin-right:20px;
  height: inherit;
  padding:20px 0;
}

.header-ss-share-link:hover{
  text-decoration: none;
  color:inherit;
}

.profile-det-hero.col-md-6,
.profile-det-hero.col-sm-6
{
  padding-right: 0;
}

.profile-details-text{
  padding:40px;
  height:640px;
}

.profile-detail-text-box{
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 80%;
}

.m-t-0{
  margin-top: 0;
}

.m-b-0{
  margin-bottom: 0;
}

.pa-article-hero{
  height:640px;
}

.pa-bg-fill{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height:640px;
}

.resource-center-main{
  color: white !important;
  padding: 30px;
  width: 70%;
}

/* resource center */
.resource-center  a  { font-family: 'utopia-std',serif; font-size: 18px; font-weight: normal;line-height: 1.44;}
.resource-section-head{
  display:inline-block;
  font-family: 'Graphik Web',sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #101010;
  margin-top:10px;
}
.resource-view-all-link{
  border-bottom: 1px solid #000 !important;
  font-family: 'Graphik Web',sans-serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.71 !important;
  letter-spacing: normal !important;
  color: #000000 !important;
}

.white-bgcolor {
  background-color: white !important;
}
.calendar-heading{
  font-family: 'utopia-std';
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 4%;
}
#search-inputbox.form-control {
  padding: 30px 12px !important;
  background-color: transparent;
  font-size: 30px;
}
.search-inputbox{
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid black;
}
.link{
  color: black;
  text-decoration: underline !important;
}
.textcard{
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
}
.headercard{
  font-family: 'utopia-std';
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
}
.sec-rec-img-grey{
  /*background-color: #757575;*/
  text-align: center;
  margin-left: 15px;
}

.magazine-button{
  min-width: 278px;
    border: 1px solid;
    display: inline-block;
    text-align: center;
    padding: 15px 35px;
    font-family: 'Graphik Web',sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
}

a.magazine-button:hover{
  text-decoration: none;
  color:inherit;
}

.hero-issue-img-con{
  padding:45px 0;
}

.hero-mag-img{
  height: 286px;
}

.divider-40{
  height:1px;
  margin-top:39px;
}

.mag-tile-links-mobile{
  display: block;
  padding-top: 10px;
}

.cat-mag-sec-img{
  height:145px;
}

.mag-cat-issue-img-con{
  padding:15px 0;
}

a.adv-content-text{
  text-decoration: none;
  color:inherit;
}

.card-cat-link{
  position: absolute;
  bottom:20px;
}

.card-char{
  width:100%;
  min-height:417px;
  padding:20px;
  border: 1px solid #e6e6e6;
}
.iconshowhide{
  display: none;
}
.quiz-heading {
  font-family: ariel !important;
}


.quiz-option {
  padding-left: 28px !important;
  background: url("/assets/master-template/images/market-images/tasr/quiz-option.PNG") no-repeat;
margin-top: 10px;
padding-bottom: 15px;

}
.quiz-option.active-item {
  background: url("/assets/master-template/images/market-images/tasr/quiz-option-active.PNG") no-repeat;
}


.rb-container {
  display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
    font-weight: normal !important;
    margin-bottom: 10px;
    
}

.rb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.rb-checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border:2px solid #808080;
  border-radius: 50%;;
}


.rb-container:hover input ~ .rb-checkmark {
  background-color: #ccc;
}


.rb-container input:checked ~ .rb-checkmark {
  background-color: white;
}


.rb-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.rb-container input:checked ~ .rb-checkmark:after {
  display: block;
}


.rb-container .rb-checkmark:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  border: solid black;
  border-radius: 50%;
  /* border-width: 0 3px 3px 0; */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: black;
}
.video-container-section{
  padding:60px;
}

.breadcrumb-text-link{
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  padding-left: 10px;
  padding-right: 10px;
}

.breadcrumb-text-link:hover{
  color:inherit;
}

.breadcrumb-text-link:first-child{
  padding-left: 0;
}

.breadcrubms-container{
  font-family: 'Graphik Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
}

.divider-10{
  height: 1px;
  margin-top: 9px;
}

.divider-50{
  height: 1px;
  margin-top: 49px;
}

.divider-80{
  height: 1px;
  margin-top: 79px;
}

.embed-division{
  height:560px;
  width:995px;
  margin:0 auto;
}

.advisor-text-align{
  position: relative;
  top: 2px;
}

.video-ss{
  left: 267px !important;
  top: -55px !important;
  padding-top: 0 !important;
}
.advisor-list{
  padding-inline-start: 20px;
}

.m-t-10{
  margin-top: 10px;
}

.quiz-btn {

  padding: 10px;
  font-size: 20px;
  border: 3px solid grey;
  text-align: center;
  margin-right: 10px;
}

.quiz-optn-text {
  font-size: 20px;
    font-weight: normal !important;
    margin-bottom: 10px;
}
.podcast-brands-link{
  font-family: 'Graphik Web',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  border-bottom: 1px solid;
  margin-left: 20px;
}

.podcast-brands-link:hover{
  color:inherit;
  text-decoration: none;
}

.podcast-brands-link:first-child{
  margin-left: 0;
}

.podcast-embed-container{
  border-radius: 6px;
}

.podcast-embed-img{
  margin:20px 20px 20px 20px;
  border-radius: 6px;
  width:90%;
}

.podcast-category-name{
  opacity: 0.8;
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.13;
  letter-spacing: normal;
}

.m-b-5{
  margin-bottom: 5px;
}

.podcast-audio-heading{
  font-family: HelveticaNeue;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  margin:0;
}

.podcast-brand-logo-img{
  padding:15px 15px 5px 0;
}

.podcast-follow-button{
  border: 1px solid;
  border-radius: 6px;
  padding: 5px 20px;
  opacity: 0.8;
  font-family: HelveticaNeue;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
}

a.podcast-follow-button{
 color:inherit;
 text-decoration: none;
}

.small-spo-logo{
  position: absolute;
  top: 10px;
  right: 25px;
}

/* primary category list-items */
.investment-portfolio-item, .portfolio-item { color: #203241;}
.financial-planning-item { color: #452c37; }
.industry-spotlight-item { color: #f3d386;}
.practice-management-item { color: #84936f;}
.retirement-planning-item { color: #f2784c;}
.life-health-item { color: #593858;}
.wealth-management-item { color: #84936f;}
.technology-item { color: #a2bcd8;}
.regulation-and-compliance-item { color: #bb0202;}
/* push-up ad module styles */
#gpt-es_pushup { position:absolute; left:0; bottom: 0;width: 100%;display: flex;z-index: 9999999999; }
#gpt-es_pushup [id*="google_ads_iframe"] { width: 100%; }
#gpt-es_pushup iframe { width: 100% !important; height:50px;border: none; }


.tasr-container { max-width: 1280px; margin: 0 auto; }
.top-hero-container { padding-top:60px;}

/* mag styles */
.issue-section h2 { font-family: 'Graphik Web'; font-size: 18px; line-height: 1.67;}
.current-issue { border-bottom: 1px solid #e6e6e6;padding-bottom:30px;}
.issue-cover { background-color: #203241; padding:15px;}
.issue-cover img { margin: 0 auto;  width: 112px; }
.current-issue .row { display: flex; }
.current-issue .issue-cover img { width: 221px; }
.current-issue h4 { font-family: 'utopia-std'; font-weight: normal; font-size: 34px;margin: 0 0 10px;  }
.cover-article-title { font-family: 'utopia-std'; font-size: 18px; line-height: 1.44; font-weight: normal; }
.mag-digest h4 { font-family: 'utopia-std'; font-size: 18px; font-weight: normal;margin: 10px 0;}
.mag-digest p { font-family: 'Graphik Web'; font-size: 16px; }
.kicker { margin: 0; color: #969696; font-family: 'Graphik Web'; font-size: 14px;}
.mag-digest p a { text-decoration: underline; }
.issue-row { /*border-bottom: 1px solid #e6e6e6;*/ margin-bottom: 30px; }
.issue-links { position: absolute; bottom:0;}
.issue-links a { margin-right: 30px; }

/* mag highlights */
a.adv-content-text {font-family: 'Graphik Web'; text-decoration:underline; }
.issue-digest-row { border-bottom: 1px solid #e6e6e6; margin-bottom: 30px;padding: 0 15px 15px; }
.art-content { height: auto; width: inherit; }
.cat-art-heading { margin: 0; }
.cat-art-heading a, .art-heading a { font-family: 'utopia-std'; font-size: 26px; font-weight: normal;margin: 10px 0;}
h4.art-heading a { font-size: 26px; }
.cat-art-heading a:hover, .art-heading a:hover {text-decoration: underline; }
.cover-story-section { border-bottom: 1px solid #e6e6e6;padding: 0 15px 30px;margin-bottom:30px; }
.ad-sponsored-container { margin: 40px 0;}

/* Header Text and Logo Color*/
.light>#top-header .header-logo-img, .light>#top-header #header-hamburger-img, .light>#top-header .userlogin>img, .light>#top-header .searchbtn>img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.dark>#top-header .header-logo-img, .dark>#top-header #header-hamburger-img, .dark>#top-header .userlogin>img, .dark>#top-header .searchbtn>img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

/* The Advisor styles */
.bullet-summary > ul{
    padding-inline-start: 10px;
}
.bullet-summary > ul > li {
    line-height: 1.2 !important;
    list-style-type: circle;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color:#333;
}
.the-advisor{
    margin-bottom: 20px !important;
}
a:hover {
    color: #969696 !important;
}

.author-link-industry-spotlight:hover {
  color: #F3D386 !important;
}

.author-link-portfolio:hover {
  color: #2e493e !important;
}

.author-link-wealth-management:hover {
  color: #84936f !important;
}

.author-link-retirement-planning:hover {
  color: #203241 !important;
}

.author-link-financial-planning:hover {
  color:#452c37 !important;
}

.author-link-practice-management:hover {
  color: #84936f !important;
}

.author-link-regulation:hover {
  color: #bb0202 !important;
}

.author-link-tech:hover {
  color: #a2bcd8 !important;
}

.author-link-featured-finance:hover{
  color: #000000 !important;
}

.author-link-life-health:hover {
  color: #f2784c !important;
}

/* ad unit styles*/
#leaderboard { margin: 0 auto; text-align:center;}
#head #leaderboard { padding: 0; }
.the-advisor h2 {
 font-weight:bold !important;
}
.download-btn {
position: absolute;
    bottom: 5px;
}
ul.article-list-default li .main-image {
    padding: 0 10px;
    text-align: center;
    float:left;
    width:25%;
}
ul.article-list-default li .main-image img {
    float: none;
    height: 230px;
    width: 230px;
}

#aDisable{
    opacity: 0.3;
}
#aEnable{
    opacity: 1;
}

.mCatDisFlex{
    display: flex;
}

.cr1{
    margin-left: -15px;
    margin-right: -15px;
}    

.mCatRiverImg{
          margin-right: 15px !important;
          margin-left: 15px !important;
      }

.advertise-menu-container {
    padding: 4px;
    width: 100%;
    overflow-x: auto;
    overflow-y: scroll;
    white-space: nowrap;
}

.advertise-menu-content {
    padding: 20px 0;
}
#advertise-footer {
    position: fixed;
    bottom: 0;
    padding: 40px 0;
    width: 100%;
left:0;
}
.mediakit-but-span1{
  padding: 15px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 2px solid #000000;
}
.mediakit-button {
    font-family: Graphik;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
}

#advertise-footer {
    position: fixed;
    bottom: 0;
    padding: 40px 0;
    width: 100%;
    left: 0;
}

.subList{
    padding-left:15px;
}

.plr-type-header{
    display: inline-block !important;
    font-family: 'Graphik Web',sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.67 !important;
    letter-spacing: normal !important;
    color: #101010 !important;
    margin-top: 10px !important;
}

.plr-type-head {
    font-family: 'utopia-std' !important;
    font-size: 18px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.3 !important;
    letter-spacing: normal !important;
}

 .info-section-content:first-child { padding-top: 0; }
 code { background-color: #fff !important;}

 #cookie-consent { z-index: 2147483627; }

