.main-copy {
  position: relative;
}
.main-copy.main-copy--in-card {
  max-width: 1000px;
  margin: 0 auto;
}

.main-copy.main-copy--in-card .main-copy__content {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  margin: 1.5em 0;
  border-radius: 0.75em;

  box-shadow: 0 4px 40px 0px rgba(22, 34, 69, 0.15);
}
.main-copy.main-copy--in-card .main-copy__content:not([class*='bg-']) {
  background-color: #ffffff;
}


.main-copy.main-copy--in-card.main-copy--login-box .main-copy__content {
  padding: 1.5em 3em 3em 3em;
}


.jumbo .main-copy--login-box .option-grid {
  margin-bottom: 0;
}


.jumbo .main-copy--login-box .jumbo__input {
  margin-bottom: 0;
}



.main-copy.main-copy--in-card .main-copy__content,
.main-copy.main-copy--in-card .sub-nav,
.main-copy.main-copy--in-card .icon-bar {
  padding-left: 4em;
  padding-right: 4em;
}
.main-copy .main-copy--split-half,
.main-copy.main-copy--in-card .main-copy--split-half {
  text-align: justify;
  margin-bottom: -1.8em;
}
.main-copy .main-copy--split-half:after,
.main-copy.main-copy--in-card .main-copy--split-half:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.main-copy .main-copy--split-half > div,
.main-copy.main-copy--in-card .main-copy--split-half > div {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.main-copy .main-copy--split-half > .main-copy--split-half > div,
.main-copy.main-copy--in-card .main-copy--split-half > .main-copy--split-half > div {
  width: 48%;
  margin-bottom: 1.25em;
  padding-bottom: 2.5em;
  padding-top: 2.5em;
}
.main-copy .main-copy__content > h2,
.main-copy.main-copy--in-card .main-copy__content > h2 {
  margin-top: 2em;
  margin-bottom: 0.9em;
  letter-spacing: 0;
  opacity: 0.9;
  font-weight: 100;
  font-size: 1.9em;
  line-height: 1.3em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.main-copy .main-copy__content > h2:first-child,
.main-copy.main-copy--in-card .main-copy__content > h2:first-child {
  margin-top: 0
}
.main-copy.main-copy--in-card .sub-nav + .main-copy__content,
.main-copy.main-copy--in-card .icon-bar + .main-copy__content,
.main-copy.main-copy--in-card .subnav-target > .main-copy__content:first-child {
  margin-top: 0;
  border-radius: 0 0 0.75em 0.75em;
}
.main-copy__content {
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.main-copy__content p ~ h3 {
  margin-top: 2.5em;
}
.main-copy__content .inline-comment {
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.55;
  padding-left: 1.1em;
  letter-spacing: -0.007em;
  position: relative;
}
.main-copy__content .inline-comment:before {
  content: '';
  width: 0.2em;
  height: 100%;
  position: absolute;
  display: block;
  left: 2px;
  border-top: 0.35em solid #fff;
  border-bottom: 0.25em solid #FFF;
  background-color: #5495cf;
}
.main-copy__content > img {
  max-width: 100%;
  border-radius: 10px;
  margin: 0 2em 0 0;
  box-shadow: 0px 1px 8px 0px rgba(34, 43, 57, 0.2);
  float: left;
}
.main-copy__content > p > strong > img,
.main-copy__content > p > em > img,
.main-copy__content > p > img {
  max-width: 50%;
  border-radius: 10px;
  margin: 0.5em 0 1em 2em;
  box-shadow: 0px 1px 8px 0px rgba(34, 43, 57, 0.2);
  float: right;
  height: auto !important;
}
@media screen and (min-width: 0px) and (max-width: 740px) {
  .main-copy__content > p > strong > img,
  .main-copy__content > p > em > img,
  .main-copy__content > p > img {
    max-width: 100%;
    display: block;
    border-radius: 10px;
    margin: 0.5em auto 1em auto;
    box-shadow: 0px 1px 8px 0px rgba(34, 43, 57, 0.2);
    float: none;
    height: auto !important;
  }
}
.main-copy__content ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}
.main-copy__content ul.bulleted-txt li {
  text-align: left;
  padding-bottom: 0.4em;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.main-copy__content ul.bulleted-txt > li {
  position: relative;
  padding-left: 1.7em;
}
.main-copy__content ul.bulleted-txt > li:before {
  vertical-align: middle;
  content: '\f111';
  color: #5495cf;
  font-family: Font Awesome\ 5 Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 50%;
  display: inline-block;
  position: absolute;
  left: 3px;
}
.main-copy__content hr {
  border-color: rgba(42, 53, 69, 0.15);
  border-style: dashed;
  border-width: 1px 0 0 0;
  opacity: 1;
  margin: 3.5em 0;
}

.breadcrumb ~ .main-copy__content {
  padding-top: 3.5em;
}
.breadcrumb {
  position: relative;
  margin-bottom: -0.5em;
}
.breadcrumb .date-added {
    color: rgba(78, 89, 105, 0.8);
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.95em;
  line-height: 1;
  letter-spacing: 0.005em;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  float: right;
  margin-top: 0.15em;
  margin-right: 0em;
  margin-bottom: 2em;
  letter-spacing: -0.01em;
}
.breadcrumb .date-added:before {
  color: rgba(78, 89, 105, 0.4);
  vertical-align: bottom;
  content: '\f017';
  font-family: Font Awesome\ 5 Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 8px;
  margin-left: 0px;
  font-size: 85%;
  display: inline-block;
}




@media screen and (min-width: 0px) and (max-width: 600px) {
  .breadcrumb .date-added {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
  }
}

.breadcrumb ul {
  /* padding: 2em 0 2em 2px;
  border-bottom: 1px dashed rgba(42, 53, 69, 0.15); */
}
.breadcrumb li {
  display: inline;
}
.breadcrumb .comments {
  float: right;
}
.main-copy .breadcrumb li:last-child {
  display: none;
}
.breadcrumb .comments,
.main-copy .breadcrumb li a,
.main-copy .breadcrumb li a:link,
.main-copy .breadcrumb li a:visited {
  color: rgba(78, 89, 105, 0.8);
  text-decoration: none;
}
.breadcrumb li a {
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.95em;
  letter-spacing: 0.005em;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.breadcrumb .comments:hover,
.breadcrumb li a:hover {
  color: rgba(78, 89, 105, 1);
}
.breadcrumb li:before {
  vertical-align: middle;
  content: '\f054';
  color: rgba(78, 89, 105, 0.3);
  font-family: Font Awesome\ 5 Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-left: 2px;
  margin-right: 5px;
  font-size: 60%;
}
.breadcrumb li:first-child:before {
  vertical-align: bottom;
  content: '\f015';
  font-family: Font Awesome\ 5 Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 8px;
  margin-left: 0px;
  font-size: 85%;
  display: inline-block;
  color: rgba(78, 89, 105, 0.4);
}

@media screen and (min-width: 0px) and (max-width: 420px) {
  .main-copy__content {
    position: relative;
    padding-top: 4em;
    padding-bottom: 3em;
    text-align: left;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

/*! CSS Used from: http://arlive.adviserratings.netdna-cdn.com/css/style.css?5 */

.breadcrumb .date-added:before,
.breadcrumb li:first-child:before {
  width: 2em;
  height: 2em;
  font-size: 71%;
  text-shadow: 0 -1px 0 rgba(0, 0, 10, 0.15);
  border-radius: 50%;
  color: #FFF;
  background-color: #5495CF;
  vertical-align: middle;
  line-height: 2em;
  text-align: center;
}

.testimonial-item {
  border: 1px solid #e3e9ef;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  position: relative;
  margin-bottom: 2em;
}
.testimonial-item p {
  margin: 0 0 10px 0;
  padding: 1.25em 1.25em 0.75em 1.25em;
  font-style: italic;
  text-align: left;
}
.testimonial-item ~ h4 {
  margin-top: 3em;
}
.testimonial-item h6 {
  background-color: #f5f8fa;
  position: relative;
  border-top: 1px solid #e3e9ef;
  color: #6f7e95;
  margin: 0 0 0 0;
  border-radius: 0 0 0.75em 0.75em;
  padding: 0.75em 1.5em;
}
.testimonial-item h6 span {
  font-size: 95%;
  float: right;
  font-weight: 400;
  color: #8a95a5;
  font-style: italic;
}
.testimonial-item h6 i {
  color: #5f78b8;
}
.testimonial-box-arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e3e9ef;
  top: 0px;
  left: 18px;
  position: absolute;
}
.testimonial-box-arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  top: -2px;
  left: 18px;
  position: absolute;
}
.comment-box .lft {
  float: left;
  width: 50%;
  padding-right: 4px;
}
.comment-box .rgt {
  float: right;
  width: 50%;
  padding-left: 4px;
}
.comment-box label.empty {
  padding: 0 0 6px;
}
.comment-box input[type="text"], .comment-box textarea {
  width: 100%;
}
.comment-box .button {
  float: right;
  color: #FFF;
  text-decoration: none;
}
.comment-box h2 .ellipsed {
  float: right;
  font-size: 60%;
  display: block;
  font-weight: 500;
  line-height: 1;
  padding: 0.4em 0.6em;
}

@media only screen and (max-width:600px) {
  .comment-box .lft, .comment-box .rgt {
    float: none;
    width: 100%;
    padding: 0;
  }
  .comment-box label.empty {
    display: none;
  }
}
@media only screen and (max-width:600px) {
  .comment-box .button {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 100%;
}
.clearfix:after, .clearfix:before {
  clear: both;
  content: "";
  display: block;
  float: none;
  height: 0;
  width: 100%;
}
.sidebar-layout__main-content .main-copy {
  box-shadow: none;
  display: block;
}
.sidebar-layout__main-content .main-copy__content .breadcrumb ul {
  margin-top: 0;
  padding-top: 0;
  display: inline-block;
  margin-bottom: 0.5em;
}
.main-copy__content.search-results.search-results--tile-view,
.sidebar-layout__main-content .main-copy__content {
  width: 100%;
  padding: 3.5em 4em 3.5em 4em;
  margin-bottom: 2em;
  border-radius: 0.75em;
  background-color: #ffffff;
  box-shadow: 0 4px 40px 0px rgba(22, 34, 69, 0.15);
}
@media only screen and (min-width:1200px) {
  .sidebar-layout__main-content .main-copy,
  .sidebar-layout__main-content .main-copy__content {
    z-index: 500;
  }
  .sidebar-layout--no-margins-desktop .main-copy__content {
    padding: 3.5em 5em 5em 5em;
    margin-bottom: 0;
  }
}
@media only screen and (max-width:1200px) {
  .sidebar-layout__main-content .main-copy__content,
  .main-copy.main-copy--in-card .main-copy__content {
    margin: 3.5%;
    width: 93%;
    overflow: hidden;
  }
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  .main-copy.main-copy--in-card .main-copy__content,
  .sidebar-layout__main-content .main-copy__content {
    padding: 2em 2em 2em 2em;
    margin: 3.5%;
    width: 93%;
    overflow: hidden;
  }
}
.main-copy__content dl {
  width: 100%;
  margin-top: 0;
}
.main-copy__content dl ul,
.main-copy__content dl ol {
  margin: 0;
}
.main-copy__content dl dt {
  float: left;
  clear: left;
  z-index: 1;
  font-weight: 500;
  /* opacity: 0.85; */
}
.main-copy__content dl dd {
  text-align: right;
}
.main-copy__content dl dt,
.main-copy__content dl dd {
  vertical-align: top;
  padding: 2em 0 2em 0;
  position: relative;
  min-height: 5.6em;
}
.main-copy__content dl > dt:first-of-type,
.main-copy__content dl > dd:first-of-type {
  border-top: 1px solid #EAEFF5;
}
.main-copy__content dl > dd:not(.accordion__content):nth-child(2n+0) {
  border-bottom: 1px solid #EAEFF5;
}
.main-copy__content > dl.full-width > dt,
.main-copy__content > dl.full-width > dd {
  background-color: #F9FBFC;
}
.main-copy__content > dl.full-width > dt:nth-child(4n+1),
.main-copy__content > dl.full-width > dd:nth-child(4n+2) {
  background-color: #F3F7FA;
}
.main-copy__content > dl > dd > dl dd .icon {
  height: 1.5em;
}
.main-copy__content > dl > dd > dl {
  padding-left: 2em;
  margin-bottom: 0;
}
.main-copy__content > dl > dd > dl > dt {
  font-weight: 400;
  position: relative;
}
.main-copy__content > dl > dd > dl > dd:last-child {
  border-bottom: none;
}
.main-copy__content dl.form-list > dt {
  max-width: 50%;
  padding-right: 3em;
    text-align: left;
}
.main-copy__content dl.form-list > dd {
  padding-left: 50%;
}
.main-copy__content dl.form-list > dd .select__wrapper,
.main-copy__content dl.form-list > dd select,
.main-copy__content dl.form-list > dd input {
  margin: 0;
}

.main-copy__content dl.form-list > dd:nth-child(2n+0) {
  border-bottom: 1px dashed #EAEFF5;
}
.main-copy__content dl .tip-txt {
  margin: 0;
  font-size: 0.9em;
  font-weight: 400;
  opacity: 0.8;
  line-height: 1.4em;
  margin-top: 0.5em;
  display: block;
}
.main-copy__content dl .tip-txt em {
  opacity: 0.8;
}
.adviser-qulifications .logo {
box-shadow: 0px 0px 0px 1px rgba(218, 222, 228, 0.8);
width: 6.5em;
height: 5em;
border-radius: 10px;
background-color: #FFF;
background-size: contain;
border: 10px solid #FFF;
background-position: center;
background-repeat: no-repeat;
position: relative;
z-index: 1;
    display: inline-block;
}
.adviser-qulifications h5 {
  margin-bottom: 0;
}
.main-copy__content dl.adviser-qulifications .tip-txt {
  display: block;
}

.main-copy__content dl.adviser-qulifications dt, .main-copy__content dl.adviser-qulifications dd {
  min-height: 9.6em;
}

.main-copy__content dl.form-list dd .tip-txt {
  text-align: left;
  margin-bottom: 1em;
  padding-left: 0.5em;
}


.main-copy__content dl.form-list .radio+label,
.main-copy__content dl.form-list .checkbox+label {
  display: block;
  margin: 1.25em 0 0 0;
}
.main-copy__content dl.form-list .radio:first-child+label,
.main-copy__content dl.form-list .checkbox:first-child+label {
  margin: 0;
}


  .main-copy__content dl.adviser-qulifications dt {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-right: -7em;
    padding-right: 8em;
    float: none;
    display: inline-block;
    text-align: left;
    border-bottom: 1px solid #EAEFF5;
  }
  .main-copy__content dl.adviser-qulifications dt:last-of-type {
    border-bottom: none;
  }
  .main-copy .main-copy__content.format-txt dl.adviser-qulifications h5 + p {
    margin-top: 0.75em;
  }
  .main-copy__content dl.adviser-qulifications dd {
    width: auto;
    height: auto;
    display: inline-block;
    border-bottom: none;
  }
  .main-copy__content dl.adviser-qulifications > dd:not(.accordion__content):nth-child(2n+0) {
    border-bottom: none;
  }
@media screen and (min-width: 0px) and (max-width: 800px) {
  .adviser-qulifications h5 {
    font-size: 1em;
    font-weight: 500;
  }
}



/* .main-copy__content > dl > dd > dl > dt:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #5495cf;
} */

.main-copy__content > dl > dt.accordion:before {
  content: '\f078';
  color: #5495cf;
  font-family: Font Awesome\ 5 Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 0.9em;
  position: absolute;
  right: 0;
  top: 2.25em;
}
.main-copy__content > dl > dt.accordion.accordion--is-open:before {
  content: '\f077';
}
.main-copy__content > dl > dt.accordion .button {
  float: right;
  display: none;
}
.main-copy__content > dl > dt.accordion .button:before {
  content: 'expand'
}
.main-copy__content > dl > dt.accordion.accordion--is-open .button:before {
  content: 'contract'
}

.main-copy__content > dl > dd > dl > dt:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0; /* To the right of the tooltip */
  margin-top: -5px;
  margin-left: -1.8em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 0.5;
  background-color: #5495cf;
}

/* .main-copy__content dl > dd:first-of-type {border-radius: 0.74em 0.74em 0 0}
.main-copy__content dl > dd:last-of-type {border-radius: 0 0 0.74em 0.74em} */
.main-copy__content dl dd .icon {
  margin-left: 0.5em;
}
.main-copy__content dl dd ul li {
  margin-top: 1em;
}
.main-copy__content dl dd ul li:first-child {
  margin-top: 0;
}
.main-copy__content dl dd .icon.icon--category {
  font-size: 1.1em;
}
.main-copy__content dl dt.full-width-description {
  width: 100%;
}
.main-copy__content dl dt.full-width-description + dd {
  text-align: left;
}


.main-copy .main-copy__content > dl.full-width {
   margin: 4em -4em;
   width: auto;
}
.sidebar-layout.sidebar-layout--no-margins-desktop .main-copy__content dl.full-width {
    margin: 4em -5em;
    width: auto;
}


.main-copy .main-copy__content > dl.full-width > dt,
.main-copy .main-copy__content > dl.full-width > dd {
  padding-left: 4em;
  padding-right: 4em;
}
.sidebar-layout.sidebar-layout--no-margins-desktop .main-copy__content > dl.full-width > dt,
.sidebar-layout.sidebar-layout--no-margins-desktop .main-copy__content > dl.full-width > dd {
  padding-left: 5em;
  padding-right: 5em;
}
.main-copy .main-copy__content h3 + dl {
  margin-top: 3em;
}

.main-copy__content > dl:last-child,
.main-copy__content .carousel:last-child {
  margin-bottom: 0;
}
.main-copy .main-copy__content > dl.full-width:last-child {
  margin-bottom: -4em;
}
.main-copy .main-copy__content > dl:last-child > dd:last-of-type {
  border-bottom: none;
}


.main-copy__content > dl:last-child dd:last-child{
  border-radius: 0 0 0.75em 0.75em;
}
.main-copy__content > dl:last-child dt:last-of-type{
  border-radius: 0 0 0 0.75em;
}
/* .main-copy__content > dl:last-child > dd:last-child{
  padding-bottom: 0em;
} */

.main-copy__content > dl:first-child,
.main-copy__content .carousel:first-child {
  margin-top: 0;
}
.main-copy__content dl dd.accordion__content {
  display: inline-block;
  width: 100%;

}

.main-copy__content dl dt.accordion {
  margin-bottom: -1.75em;
}
.main-copy__content dl dt.accordion--is-open {
  margin-bottom: 0;
}



.main-copy__content dl dt.accordion+dd+dt,
.main-copy__content dl dt.accordion+dd+dt+dd {
      border-top: 1px solid #EAEFF5;
}
.main-copy__content .accordion__content {
border: none !important;
}

dd.accordion__content > dl {

}




.sub-nav {
  box-shadow: 0 4px 40px 0px rgba(22, 34, 69, 0.15);
  border-radius: 0.75em 0.75em 0 0;
  overflow: hidden;
  height: 5.5em;
}
.sub-nav ul {
  height: 100%;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 10, 0.15);
  text-align: justify;
}
.sub-nav ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.sub-nav ul li {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.sub-nav a {
  z-index: 3;
  display: inline-block;
  padding-top: 1.75em;
  height: 100%;
  font-weight: 500;
  position: relative;
  margin-bottom: -2px;
}
.sub-nav a:visited, .sub-nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
.sub-nav a:hover {
  color: rgba(255, 255, 255, 1);
}
.sub-nav a:before {
  content: '';
  width: 100%;
  height: 4px;
  margin-top: -4px;
  background-color: rgba(255, 255, 255, 0);
  top: 100%;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.sub-nav li a:hover:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.sub-nav li.link--active a:before {
  background-color: rgba(255, 255, 255, 0.7);
}
.sub-nav li.link--active a {
  color: rgba(255, 255, 255, 1);
}
.sub-nav a i {
  font-size: 1.1em;
}

.article-by {
  display: table;
  font-size: 98%;
}
.article-by:link,
.article-by:hover p,
.article-by:hover h5,
.article-by p,
.article-by h5 {
  color: #4e5969;
  text-decoration: none;
  margin: 0;
}
.article-by .image {
  padding-right:
}
.article-by > div {
  background-color: #f1f5fa;
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
}
.article-by .name {
  padding-left: 1.5em;
}
.article-by > div:last-child {
  padding-right: 1.5em;
  border-radius: 0 1em 1em 0;
}
.article-by .name {
  position: relative;
  border-radius: 1em 0 0 1em;
}
.article-by .name:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -6px;
  border-width: 7px 8px 7px 0;
  border-color: transparent #f1f5fa transparent transparent;
}
.article-by .stat p {
  opacity: 0.73;
  display: inline-block;
  white-space: nowrap;
  border-radius: 0.5em;
  color: #FFFFFF;
  vertical-align: middle;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  font-size: 0.8em;
  line-height: 1.6em;
  font-weight: 700;
  padding: 0 0.65em;
  letter-spacing: 0.005em;
  background: #89A0BF;
  margin-top: 0.25em;
}
.article-by .cta,
.article-by .stat {
  width: 1%;
  text-align: center;
  padding-left: 1em;
}
.article-by .stat .icon {
  opacity: 0.8;
  display: block;
  margin: 0 auto;
  font-size: 0.85em;
}
.article-by .stat .icon.icon--cost[data-cost='trial']~p,
.article-by .stat .icon.icon--map-pin~p {
  margin-left: -0.1em;
  background: #5495cf
}
.article-by .stat .icon.icon--star~p {
  background: #E69655
}
.article-by .stat .icon.icon--star-segmanted~p {
  background: #E69655
}
.article-by .stat .icon.icon--cost[data-cost='paid']~p,
.article-by .stat .icon.icon--comment~p {
  background: #5f78b8
}
.article-by .stat .icon.icon--cost[data-cost='free']~p {
  background: #3db1a7
}
.article-by .stat .icon.icon--ar-badge[data-type='m']~p {
  background: #ACB3BC;
}
.article-by .stat .icon.icon--ar-badge[data-type='p']~p {
  background: #7283A3
}
.article-by .stat .icon.icon--ar-badge[data-type='g']~p {
  background: #BE9F75
}
.article-by .stat .icon.icon--ar-badge[data-type='s']~p {
  background: #7F97B8
}
.article-by .stat .icon.icon--ar-badge[data-type='b']~p {
  background: #9F8681
}
.article-by .stat .icon.icon--arrow-up ~p {
  background: #3db1a7
}


.article-by .stat .icon.icon--ar-badge:before {
  background-size: 108%;
}

.article-by .name p {
  display: block;
  font-size: 0.9em;
  margin-top: 0.0em;
  line-height: 1.5em;
  opacity: 0.7;
  letter-spacing: 0.02em;
  max-width: 85%;
}
.article-by .image {
  padding: 0;
  width: 1%;
  background-color: transparent;
  padding-right: 0.75em;
}
.article-by .avatar {
  width: 6em;
  height: 6em;
  display: block;
  border: 0;
}
.qanda-circle {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 1em;
  width: 7em;
  height: 7em;
  background-color: rgb(255, 255, 255);
  background-size: contain;
  box-shadow: rgba(26, 44, 69, 0.3) 0px 3px 15px 0px;
  border-radius: 50%;
  border-width: 17px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  background-position: center center;
  background-repeat: no-repeat;
}
.main-copy__content .inline-comment.qanda-question {
  padding-left: 5.5em;
}
.main-copy__content .inline-comment.qanda-question:before {
  font-family: Roboto;
  color: #3db1a7;
  border: 1px solid #3db1a7;
  background-color: #FFF;
  text-align: center;
  display: inline-block;
  content: "Q";
  font-weight: 200;
  opacity: 1;
  font-size: 3.2rem;
  width: 5.75rem;
  height: 5.75rem;
  line-height: 5.5rem;
  border-radius: 50%;
  margin-right: 1rem;
}
/* .article-by + p:before {
  font-family: Roboto;
  color: #5f78b8;
  border: 1px solid #5f78b8;
  background-color: #FFF;
  text-align: center;
  display: inline-block;
  content: "A";
  font-weight: 200;
  opacity: 1;
  font-size: 3.2rem;
  width: 5.75rem;
  height: 5.75rem;
  line-height: 5.5rem;
  border-radius: 50%;
  margin-right: 1.2rem;
  position: relative;
  float: left;
} */



.main-copy .grid.grid--cards:not(.profile-cards) > .grid__item {
  text-align: center;
  border-radius: 0.75em;
  background-color: #ffffff;
  box-shadow: 0 4px 40px 0px rgba(22, 34, 69, 0.15);
  margin-bottom: 2.4%;
  padding: 3em;
}

.main-copy .grid.grid--tiles > .grid__item {
  text-align: center;
  min-height: 20em;
  border-radius: 0.75em;
  background-color: #F3F7FA;
  border: 1px solid #EAEFF5;
  margin-bottom: 1.25em;
  padding: 1em;
}


.grid--cards h2,
.main-copy__content .grid__item h2 {
  margin-bottom: 0.9em;
  letter-spacing: 0;
  opacity: 0.9;
  font-weight: 100;
  font-size: 1.9em;
  line-height: 1.3em;
  -webkit-font-smoothing: subpixel-antialiased;
}

.main-copy .grid > .grid__item .icon {
  font-size: 2.25em;
  margin-bottom: 0.75em;
}

.main-copy .grid > .grid__item > p {
  margin: 1.25em 0 1.75em 0;
  min-height: 7em;
}

.main-copy .grid > .grid__item h4 {
  margin-bottom: 0.5em;
}

/* @media screen and (max-width: 600px) and (min-width: 0px) {
  .main-copy .grid:not(.profile-cards) > .grid__item {
      padding: 2em 2em 2em 2em;
  }
  .main-copy .main-copy__content .grid > .grid__item {
      padding: 0;
  }

} */


.grid--tiles .bulleted-txt {
  margin-top: 1.5em;
}


.main-copy .main-copy__content.format-txt h5 + p {
  margin-top: 1.5em;
}



.main-copy--in-card .main-copy__content.card--top {
  border-radius: 0.75em 0.75em 0 0;
  margin-bottom: 0;
}

.main-copy--in-card .main-copy__content.card--middle {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.main-copy--in-card .main-copy__content.card--bottom {
  border-radius: 0 0 0.75em 0.75em;
  margin-top: 0;
}


@media only screen and (max-width: 720px) {
  .main-copy__content dl.form-list > dt {
    width: 100%;
    max-width: 100%;
    float: none;
    padding-bottom: 0;
    min-height: auto;
    margin-bottom: 0.5em;
  }
  .main-copy__content dl.form-list > dt + dd {
    width: 100%;
    max-width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 0;
    min-height: auto;
  }
  .main-copy__content dl.form-list > dt + dd.range-select__container p {
    margin-bottom: 0;
    text-align: left;
  }
  .main-copy__content dl.form-list > dt + dd.range-select__container p span {
    float: right;
    font-size: 98%;
  }
  .main-copy__content dl.form-list > dt + dd .checkbox.checkbox--rhs + label {
    padding-left: 0;
  }
  .main-copy__content dl.form-list > dt + dd .checkbox.checkbox--rhs:first-child + label {
    padding-top: 0.75em;
  }
  .main-copy__content dl.form-list > dt + dd :first-of-type {
    border: none;
  }
  .main-copy__content dl > dd input[type="submit"] {
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
  .grid--has-subgrids.grid--halves > [class*='grid__item'] > .grid--wholes > [class*='grid__item'] {
    padding: 2em 2em 2em 2em;
  }
  .grid--has-subgrids.grid--halves > [class*='grid__item'] > .grid--wholes > [class*='grid__item'] .review-segments .review-segments__y-axis {
    margin: 0 -2em;
  }
  .main-copy .main-copy__content > h2, .main-copy.main-copy--in-card .main-copy__content > h2 {
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 0.5em;
  }
  .format-txt p {
    margin-top: 1.5em;
  }
  .main-copy .main-copy__content > dl.full-width {
    margin: 1.5em -2em;
  }
  .main-copy .main-copy__content > dl.full-width > dt, .main-copy .main-copy__content > dl.full-width > dd {
    padding-left: 2em;
    padding-right: 2em;
  }
  .main-copy .main-copy__content > dl.full-width > dd:last-child {
    padding-bottom: 1.5em;
    border-radius: 0 0 0.75em 0.75em;
    margin-bottom: -3.5em;
  }
  .main-copy .main-copy__content > dl.full-width:last-child {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .sidebar-layout__main-content .jumbo {
    margin: 3.5%;
  }
}
.main-copy__content .comment-box {
  margin-top: 3em;
}


/* updated code 11.02.19 */
.main-copy .article-by:link {
  text-decoration: none;
}
.main-copy .article-by .name h5 {
  text-decoration: underline;
  text-decoration-color: #5495CF;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  .main-copy__content .inline-comment.qanda-question:before{
    top: 60px; 
  }
}
/* updated code 11.02.19 */



/* privacy page ul style */
.main-copy.main-copy--in-card .main-copy__content ul{
  list-style: disc; 
  padding: 0 0 0 18px;
}
/* privacy page ul style */


.article-disclaimer-new{
  font-style: italic;
  font-size: 0.95em;
  opacity: 0.8;
  line-height: 1.4;
  border-top: 1px dashed rgba(42, 53, 69, 0.15);
  border-bottom: 1px dashed rgba(42, 53, 69, 0.15);
  padding: 1em 0;
}

/* youtube play button style start */
.youtube.is-playing .play-button {      
    display: none;
}
/* youtube play button style end */
