/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
.article-container {
  padding-right: 30px !important;
  padding-left: 30px !important; }

/*
    MAIN COLUMN
*/
#article-top {
  margin-bottom: 50px; }

#article-breadcrumbs-col {
  margin-bottom: 20px; }

#article-title, #article-byline {
  color: #4a4a4a; }

#article-title {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px; }

#article-byline {
  display: block;
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase; }

#article-summary {
  display: block; }

#article-top-image {
  margin-bottom: 50px; }

#article-top-image img {
  width: 100%; }

#article-content {
  width: 100%; }

#article-content h2 {
  font-size: 24px; }

.section h4 {
  font-size: 22px; }

#article-content p, #article-summary {
  font-size: 16px;
  line-height: 1.6;
  color: #444447; }

#article-next {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; }

#article-next a {
  display: flex;
  align-items: center; }

#article-next a:first-child {
  margin-right: 20px; }

#article-next a,
#article-next a:hover {
  text-decoration: none; }

#article-next span,
#article-next i {
  color: #4a4a4a; }

#article-references,
#article-resources {
  border: solid #a3d4ff;
  border-width: 1px 0;
  position: relative; }

#article-resources {
  margin: -1px 0 20px; }

#article-references.open,
#article-resources.open {
  border-color: #133ba3;
  z-index: 1; }

.open .references-toggle + ul,
.open .resources-toggle + ul {
  display: block; }

.article-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }

.article-toggle h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0;
  display: inline-block;
  cursor: pointer;
  color: #1a1a1a; }

.open .article-toggle h4 {
  font-weight: bold; }

.article-toggle i {
  margin-right: 10px;
  color: #a3d4ff;
  font-size: 1.5em;
  cursor: pointer;
  transform: rotate(180deg); }

.open .article-toggle i {
  color: #133ba3;
  transform: rotate(0deg); }

.article-toggle + ul {
  margin: 10px 10px 20px;
  display: none; }

.article-toggle + ul li {
  margin-bottom: 10px; }

.article-toggle + ul li a {
  font-size: 16px;
  color: #133ba3;
  font-family: 'Open Sans', sans-serif; }

/*
    SECONDARY COLUMN
*/
#article-secondary-col {
  padding-top: 100px; }

#article-links {
  margin: 0 -30px;
  padding: 30px;
  background-color: #efefef; }

#article-links h3,
.article-related-articles h3, .relevant-links-terms h3 {
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
  font-weight: bold;
  color: #444447; }

.article-related-articles, #article-secondary-col-ad {
  margin-bottom: 50px; }

#article-secondary-col-ad {
  padding: 50px 0; }

.relevant-links-terms {
  background: #efefef;
  padding: 30px;
  margin: 0 -30px 50px; }

.relevant-links-terms a {
  color: #133ba3;
  display: block;
  font-size: 16px;
  line-height: 20px; }

.relevant-links-terms a:not(:last-child) {
  margin-bottom: 15px; }

#related-articles-lower {
  margin: 70px 0;
  display: none; }

#related-articles-lower h3 {
  margin-bottom: 48px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #133ba3;
  font-size: 28px; }

#related-articles-lower .related-article-card {
  max-width: 100%;
  margin-bottom: 25px; }

#article-categories-list #categories-header span {
  margin-left: 0; }

#article-content .cta-button {
  border: 2px solid #339eff;
  background: white;
  padding: 12px 0; }

#article-content .cta-button span {
  color: #133ba3;
  font-size: 14px; }

#article-categories-list {
  margin-bottom: 80px; }

#article-top-clone {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: opacity .25s;
  background: white;
  padding: 5px 0 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

#article-top-clone h1 {
  font-size: 28px; }

.view-sample-modal {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(36, 123, 212, 0.91);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2; }

.close-modal {
  text-align: right;
  color: white;
  align-self: flex-end;
  width: 62px;
  height: 14px;
  background: url("/images/b0v_FyehE.png") 0 0 no-repeat;
  margin: 0 0 5px;
  flex-shrink: 0; }

.view-sample-container {
  width: 800px;
  max-width: 90%;
  display: flex;
  flex-direction: column; }

.view-sample-iframe {
  background: white;
  width: 100%;
  padding: 15px;
  height: 350px;
  max-height: 100%; }

.view-sample-iframe.large {
  height: 480px; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  .view-sample-iframe {
    height: 241px; }

  .view-sample-iframe.large {
    height: 450px; } }
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  #related-articles-lower {
    display: block; }

  .article-container, .article-clone-top-inner {
    padding-right: 5% !important;
    padding-left: 5% !important; }

  /*
      MAIN COLUMN
  */
  #article-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    width: 90%; }

  #article-byline {
    top: 100px;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px; }

  #article-summary {
    width: 90%;
    display: block;
    color: #4a4a4a;
    margin-bottom: 48px; }

  #article-top-image img, #article-top-image.portrait-image {
    width: 90%; }

  #article-top-image.portrait-image img {
    width: 34%;
    margin: auto; }

  #article-content {
    width: 90%; }

  #summary {
    display: none; }

  #article-divider {
    height: 1px;
    margin-bottom: 22px;
    background-color: #979797; }

  #article-references, #article-resources {
    border: 1px solid #a3d4ff;
    position: relative; }

  #article-references.open, #article-resources.open {
    border-color: transparent; }

  .open .article-toggle + ul {
    margin-left: 15px; }

  .article-toggle h4 {
    color: #464649;
    margin: 15px 0 15px 15px; }

  .article-toggle + ul li a {
    color: #464649; }

  /*
      SECONDARY COLUMN
  */
  #article-secondary-col-ad {
    margin-bottom: 20px;
    padding: 0; }

  #article-links {
    margin: 0;
    padding: 0;
    background-color: #ffffff; }

  #article-secondary-col {
    padding-top: 0;
    font-family: 'Open Sans', sans-serif; }

  #article-secondary-col h3 {
    font-size: 28px;
    line-height: 32px;
    color: #133ba3;
    font-weight: 300; }

  #article-secondary-col h3, #article-secondary-col .related-article-card h5 {
    margin: 0 0 20px; }

  #article-secondary-col > div {
    margin: 0 0 50px; }

  .relevant-links-terms {
    background: none;
    margin: 0 0 20px;
    padding: 0; }

  .relevant-links-terms a {
    color: #444447;
    display: block;
    font-size: 16px;
    line-height: 20px; }

  .relevant-links-terms a:not(:last-child) {
    margin-bottom: 15px; }

  .cloned #article-top-clone {
    opacity: 1;
    z-index: 9999999; } }
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  .article-container, .article-clone-top-inner {
    max-width: 1200px;
    margin: auto;
    padding-right: 0 !important;
    padding-left: 0 !important; } }
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
.category-container {
  margin: 0 auto; }

#category-breadcrumbs-row {
  width: 100%;
  max-width: 1200px; }

#category-breadcrumbs-col {
  padding: 0; }

#category-top-row {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 50px; }

#category-top h1,
#category-top p {
  color: #444447;
  text-align: center; }

#category-top h1 {
  font-size: 16px;
  margin-bottom: 25px; }

#category-top p {
  margin-bottom: 50px;
  font-size: 14px;
  max-width: 750px;
  text-align: center; }

/*
    Featured Picks
*/
#featured-picks-header {
  margin: 0 30px 15px;
  display: block;
  font-size: 28px;
  font-weight: 300;
  color: #133ba3;
  font-family: "Open Sans"; }

#category-bottom-cta {
  margin: 63px 30px; }

/*
    Secondary Column
*/
#category-secondary-col {
  margin-top: 66px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px; }

#category-secondary-col-ad {
  margin-bottom: 30px;
  padding-left: 30px; }

#category-secondary-col-ad a {
  display: block; }

#category-categories-list {
  padding-left: 30px;
  margin-bottom: 50px; }

/* Pagination */
.catPagination,
.catPagination > *,
.catPagination > .fa {
  display: flex;
  justify-content: center;
  align-items: center; }

.catPagination {
  margin-bottom: 100px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 1; }

.catPagination > * {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0 5px; }

.catPagination .disabled {
  cursor: default; }

.catPagination .page {
  background: #e3e3e3;
  color: #737373; }

.catPagination .active {
  background: #4a4a4a;
  color: #d9d9d9; }

.catPagination .arrow {
  border: 1px solid #eee;
  font-size: 40px; }

.catPagination .arrow a,
.catPagination .arrow {
  color: #c9c9c9; }

.catPagination a:hover,
.catPagination a:focus {
  text-decoration: none;
  outline: none; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  .catPagination > * {
    width: 50px;
    height: 50px; } }
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  #category-top h1 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 40px; }

  #category-top p {
    font-size: 16px;
    text-align: center;
    margin-right: auto;
    margin-left: auto; }

  #category-top-row {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 72px;
    text-align: center; }

  #category-main-row {
    width: 100%; }

  #category-main-col {
    padding-left: 0; }

  /*
        Featured Picks
    */
  #featured-picks-header {
    margin-left: 0;
    font-size: 28px; }

  #featured-picks-list,
  .catPagination {
    max-width: 725px; }

  #featured-picks-list li {
    margin-bottom: 24px; }

  /*
        Secondary Column
    */
  #category-secondary-col {
    margin: 0;
    padding-right: 0;
    align-items: baseline; }

  .category-container {
    padding: 0 10px; }

  #category-categories-list {
    padding-left: 0;
    margin-bottom: 20px; }

  #category-secondary-col-ad {
    padding-left: 0; }

  #category-bottom-cta {
    margin-left: 0;
    margin-right: 0;
    max-width: 725px; }

  .catPagination {
    padding-top: 30px;
    border-top: 1px solid #cbcbcb; } }
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1220px) {
  .category-container {
    max-width: 1200px;
    padding-right: 0 !important;
    padding-left: 0 !important; } }
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#footer-top {
  padding: 1.08em 15px .25em; }

#footer-top-container {
  background-color: #133ba3;
  background-image: url("/images/footer-illustration.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 50px 0 100px 30px;
  background-size: 156%;
  margin-bottom: -1px; }

#footer2017-wrapper {
  padding: 20px 0; }

.footer2017-newsletter > div,
.footer2017-disclaimers > div {
  width: auto;
  max-width: 1200px;
  float: none;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 1.08em 15px .25em; }

.footer2017-disclaimers > div {
  padding-left: 0;
  padding-right: 0; }

.footer2017-disclaimers article.bbb-norton #bbblink.ruhzbus {
  margin-top: 32px !important;
  float: left; }

.desktop-header,
.footer2017-disclaimers p {
  line-height: 1.2;
  font-size: 1.1em; }

/*
.pre-signup {
    max-width: 850px;
    margin: 0 auto;
}

.post-signup {
    display: none;
    text-align: center;
}

.pre-signup p {
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    float: left;
    font-family: Helvetica, Arial, sans-serif;
}

.footer2017-newsletter .post-signup img {
    vertical-align: middle;
    margin-left: 25px;
}

.footer2017-newsletter {
    background-color: #1c70e1;
    height: auto;
    color: #fff;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    text-align: center;    
}

.pre-signup .newsletter-wrapper {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: 1px solid #339eff;
    height: 48px;
    float: left;
    margin: 25px;
    padding: 10px 0 0 19px;
    box-sizing: border-box;
    width: 87%;
}

.pre-signup .newsletter-wrapper .newsletter-email {
    color: #fff;
    background-color: #1c70e1;
    border: none;
    width: 80%;
    font-style: italic;
    font-size: 20px;
    outline: none;
    text-align: left;
}

.pre-signup .newsletter-wrapper .newsletter-icon {
    float: right;
    padding-right: 19px;
    margin-top: 6px;
    outline: none;
}

.pre-signup a {
    color: #fff;
    font-style: italic;
    display: block;
    float: left;
    width: 100%;
    font-size: 20px;
}

.pre-signup a:hover {
    text-decoration: none;
}
*/
#footer ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff !important; }

#footer :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
  opacity: 1; }

#footer ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
  opacity: 1; }

#footer :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important; }

#footer ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important; }

#footer-top {
  color: #fff; }

.footer-top-section .mobile-header,
.footer-top-section .desktop-header {
  text-transform: uppercase; }

.footer-top-section .mobile-header {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 30px; }

.footer-top-section .mobile-header img {
  margin-right: 15px;
  margin-top: .7em; }

.footer-top-section .mobile-header img.rotated {
  transform: rotate(90deg); }

.mobile-header.open ~ ul {
  display: block; }

.mobile-header.open > .arrow {
  transform: rotate(90deg); }

.footer-top-section .desktop-header {
  display: none; }

.footer-top-section ul {
  display: none;
  margin-bottom: 2em; }

.footer-top-section ul li {
  margin-bottom: 25px; }

.footer-top-section ul li a {
  color: #fff;
  font-size: 20px;
  padding-left: 60px; }

#footer-logo a img {
  width: 40px;
  margin: 40px 32px 0 0;
  background-size: 100%;
  background-position: left top; }

#footer-facebook img:hover {
  background-image: url(/images/facebook-circle-light-blue.png); }

#footer-twitter img:hover {
  background-image: url(/images/twitter-circle-light-blue.png); }

#footer-googleplus img:hover {
  background-image: url(/images/g-circle-light-blue.png); }

#footer-linkedin img:hover {
  background-image: url(/images/in-circle-light-blue.png); }

#footer-logo .social-media {
  text-align: center; }

.footer2017-disclaimers {
  background-color: #fff;
  padding: 40px 15px 30px; }

.footer2017-disclaimers p {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0 0 1.1em; }

.footer2017-disclaimers article {
  margin-top: 25px; }

.footer2017-disclaimers article:first-child {
  float: none;
  font-size: 18px;
  width: 100%;
  margin: 0; }

.footer2017-disclaimers article:first-child p {
  font-size: 18px;
  color: #444447; }

.footer2017-disclaimers article:first-child .registration {
  font-weight: 700; }

.footer2017-disclaimers article.bbb-norton .norton {
  float: left;
  width: 135px; }

.footer2017-disclaimers article:first-child .addchoices-sitemap {
  margin-top: 70px; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 641px) {
  #footer {
    margin-bottom: 30px; }

  #footer-top {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em 20px; }

  #footer-top-container {
    padding-left: 0;
    margin-bottom: 0;
    background-size: auto;
    height: 413px; }

  .footer-top-section {
    float: left;
    clear: none;
    text-align: inherit;
    width: 23.5%;
    margin: 0 1% 0 0; }

  .footer-top-section .mobile-header {
    display: none; }

  .footer-top-section .desktop-header {
    display: block;
    color: #339eff;
    font-weight: 700;
    margin-bottom: 30px; }

  .footer-top-section ul {
    display: block; }

  .footer-top-section ul li {
    margin-bottom: .5em; }

  .footer-top-section ul li a {
    padding-left: 0;
    color: #fff;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif; }

  .footer-top-section ul li a:hover {
    text-decoration: none;
    color: #a3d4ff; }

  .pre-signup p,
  .desktop-header,
  .footer2017-disclaimers p {
    line-height: 1.2;
    font-size: 1.1em; }

  /*
  .pre-signup p {
      margin-top: 17px;
      float: left;
      width: auto;
  }
  .pre-signup .newsletter-wrapper {
      width: 271px;
      float: left;
      margin: 0 25px;
      padding: 15px 0 0 19px;
  }
  .pre-signup .newsletter-wrapper .newsletter-email {
      color: #fff;
      background-color: #1c70e1;
      border: none;
      width: 205px;
      font-style: italic;
      font-size: 14px;
      outline: none;
      width: auto;
  }
  .pre-signup .newsletter-wrapper .newsletter-icon {
      float: right;
      padding-right: 19px;
  }
  .pre-signup a {
      margin-top: 17px;
      width: auto;
      font-size: 14px;
  }
  .pre-signup .newsletter-wrapper .newsletter-icon {
      margin-top: 0;
  }
  .footer2017-newsletter {
      text-align: left;
  }
  .footer2017-newsletter > div {
      padding: 2em 20px;
  }
  */
  .footer2017-disclaimers article {
    float: left !important;
    clear: none;
    text-align: inherit;
    width: 23.5%;
    margin: 0 1% 0 0; }

  .footer2017-disclaimers > div {
    padding: 2em 20px; }

  #footer-logo a img {
    width: 32px;
    margin: 40px 17px 0 0; }

  #footer-logo .social-media {
    text-align: left; }

  .footer2017-disclaimers article:first-child {
    width: 74%;
    margin-right: 1%;
    padding-bottom: 50px; }

  .footer2017-disclaimers article:first-child p {
    font-size: 12px; }

  .footer2017-disclaimers article:first-child .addchoices-sitemap {
    margin-top: 0; }

  .footer2017-disclaimers {
    padding: 40px 0 0; }

  .footer2017-disclaimers article.bbb-norton #bbblink.ruhzbus {
    float: right;
    margin-top: 23px !important; } }
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#header {
  padding-top: 17px;
  position: relative; }

#header-top-bar {
  background: #050b75;
  background: -moz-linear-gradient(left, #050b75 0%, #050b75 25%, #2b7dd1 25%, #2b7dd1 25%, #2b7dd1 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #050b75), color-stop(25%, #050b75), color-stop(25%, #2b7dd1), color-stop(25%, #2b7dd1), color-stop(100%, #2b7dd1));
  background: -webkit-linear-gradient(left, #050b75 0%, #050b75 25%, #2b7dd1 25%, #2b7dd1 25%, #2b7dd1 100%);
  background: -o-linear-gradient(left, #050b75 0%, #050b75 25%, #2b7dd1 25%, #2b7dd1 25%, #2b7dd1 100%);
  background: -ms-linear-gradient(left, #050b75 0%, #050b75 25%, #2b7dd1 25%, #2b7dd1 25%, #2b7dd1 100%);
  background: linear-gradient(to right, #050b75 0%, #050b75 25%, #2b7dd1 25%, #2b7dd1 25%, #2b7dd1 100%);
  height: 4px;
  max-width: 100%;
  min-width: 100%;
  padding: 0; }

/*
   MAIN HEADER CONTENT
*/
.header-content {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px; }

.logo-section {
  position: absolute;
  top: 14px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  left: 0; }

#logo {
  width: 155px;
  height: 60px;
  margin-bottom: 10px;
  display: inline-block;
  background: url("https://info.legalzoom.com/images/sprite.png") 0 18px no-repeat; }

#logo-link {
  position: initial;
  top: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.bem-header__phone {
  display: none;
  text-align: right;
  font-size: 12px;
  margin-top: 5px; }

.bem-header__phone-number {
  font-weight: 700; }

/*
   MOBILE HEADER MENU
*/
#mobile-menu {
  display: none; }

#mobile-menu.open {
  display: block; }

#mobile-menu a:hover {
  text-decoration: none; }

.upper-content {
  background-color: #eeeeee; }

.upper-content ul {
  margin-bottom: 0; }

#most-popular .title-font {
  color: #133ba3;
  font-weight: 600;
  display: block;
  border-top: 1px solid #e4e4e4;
  padding: 10px;
  font-size: 13px; }

#most-popular a {
  display: block;
  padding: 5px 10px 10px 10px;
  background: #eee;
  color: #000;
  font-size: 12px; }

#mobile-menu-list a,
#desktop-menu-list a,
#desktop-sign-in a:hover,
#desktop-sign-in a:focus,
#desktop-help-dropdown a:hover {
  text-decoration: none; }

#mobile-menu-list {
  margin-bottom: 0; }

#mobile-menu-list > li {
  border-bottom: solid 1px #e4e4e4 !important; }

.menu-item,
.dropdown-list-section-heading {
  display: flex;
  justify-content: space-between;
  font-family: "psMedium", Helvetica, Arial;
  padding: 10px;
  cursor: pointer; }

.menu-item {
  color: #247bd4; }

.menu-item:hover,
.menu-item.open {
  color: #133ba3; }

.menu-dropdown {
  display: none; }

.menu-item.open + .menu-dropdown,
.dropdown-list-section-heading.open + .dropdown-list {
  display: block; }

.menu-item > .bem-nav__heading-arrow,
.dropdown-list-section-heading > .bem-nav__heading-arrow {
  transform: rotate(270deg); }

.menu-item.open > .bem-nav__heading-arrow,
.dropdown-list-section-heading.open > .bem-nav__heading-arrow {
  transform: rotate(0); }

.dropdown-list-section-heading {
  padding-left: 20px;
  border-top: 1px solid #e4e4e4; }

.dropdown-list-section-heading > * {
  color: #133ba3;
  text-transform: uppercase;
  font-size: 13px; }

.dropdown-list-section-heading.open {
  background: #eee; }

.dropdown-list {
  display: none;
  font-size: 12px; }

.dropdown-list li {
  padding: 5px 10px 10px 20px;
  background: #eee; }

.dropdown-list li a,
.bem-nav-dropdown__li {
  color: #000;
  line-height: 1.2;
  font-size: 12px; }

.dropdown-promo,
a.bem-nav-dropdown__link {
  background: #fff;
  padding: 3px 7px;
  display: inline-block; }

.dropdown-promo .heading {
  color: black;
  font-size: 12px;
  display: inline;
  padding: 0 5px 0 0;
  font-weight: 700; }

.bem-nav-dropdown__portrait {
  position: absolute;
  top: 0;
  right: 10px; }

.bem-nav-promo--hmd {
  margin-top: 30px;
  width: 200px; }

.bem-nav-promo__heading {
  color: #133ba3;
  font-size: 12px;
  font-family: "psMedium", Helvetica, Arial; }

.bem-nav-promo__image {
  max-height: 10px; }

.bem-nav-promo__desc {
  font-style: italic;
  color: #7b7b7b;
  font-size: 12px; }

.dropdown-list li .bem-nav-promo__link {
  line-height: 1.75; }

.bem-nav-promo__link {
  background: #fff;
  padding: 8px 7px;
  display: block;
  line-height: 1.75; }

.bem-nav-promo--epb {
  width: 140px;
  margin-top: 30px; }

#desktop-menu {
  display: none; }

.right-section-wrapper {
  display: none; }

.bem-header__hamburger,
.bem-header__hamburger span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.bem-header__hamburger {
  z-index: 1;
  cursor: pointer;
  margin-left: 10px;
  width: 30px;
  height: 38px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: block; }

.bem-header__hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #247bd4;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

.bem-header__hamburger span:nth-child(1) {
  top: 0; }

.bem-header__hamburger span:nth-child(2),
.bem-header__hamburger span:nth-child(3) {
  top: 8px; }

.bem-header__hamburger span:nth-child(4) {
  top: 16px; }

.bem-header__hamburger.bem-header__hamburger--active span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%; }

.bem-header__hamburger.bem-header__hamburger--active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.bem-header__hamburger.bem-header__hamburger--active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.bem-header__hamburger.bem-header__hamburger--active span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%; }

.bem-nav-dropdown__li {
  font-size: 12px !important;
  padding: 0 !important; }

a.bem-nav-dropdown__link {
  display: block;
  padding: 5px 10px 10px 20px;
  background: #eee;
  color: #000;
  font-size: 12px; }

div.bem-nav-promo__epb-level1 {
  padding-left: 10px; }

div.bem-nav-promo__epb-level2 {
  padding-left: 20px; }

div.bem-nav-promo__epb_prompt {
  font-weight: 700;
  color: #133ba3; }

#most-popular a.bem-nav-promo__epb_link,
a.bem-nav-promo__epb_link {
  font-weight: 700;
  display: inline-block; }

span.offer-save-up-to {
  color: #959595;
  font-style: oblique; }

.bem-side-nav__search {
  position: relative; }

.bem-side-nav__search-icon {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #247bd4; }

.bem-side-nav__search-input {
  border: 0;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  font-family: "psMedium", Helvetica, Arial;
  display: block;
  font-size: 14px; }

.my-account {
  background: url(/images/icon_user.png) no-repeat;
  background-size: 20px 20px;
  background-position: right 10px center; }

.bem-side-nav__search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bbb !important;
  font-family: "psMedium", Helvetica, Arial; }

.bem-side-nav__search#footer :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb !important;
  font-family: "psMedium", Helvetica, Arial;
  opacity: 1; }

.bem-side-nav__search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb !important;
  font-family: "psMedium", Helvetica, Arial;
  opacity: 1; }

.bem-side-nav__search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb !important;
  font-family: "psMedium", Helvetica, Arial; }

.bem-side-nav__search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bbb !important;
  font-family: "psMedium", Helvetica, Arial; }

.bem-side-nav__search-icon,
.bem-search__icon {
  outline: 0; }

/**
* =====================================
* Tablet, medium device styles
* =====================================
*/
/**
* =====================================
* Smaller desktop styles
* =====================================
*/
@media (min-width: 1025px) {
  #mobile-menu,
  #mobile-menu.open {
    display: none; }

  #header {
    padding-top: 0; }

  .bem-header__phone {
    visibility: hidden;
    display: block; }

  .logo-section,
  .right-section {
    display: inline-block;
    width: auto;
    position: relative;
    top: auto; }

  .bem-header__hamburger {
    display: none; }

  .header-container {
    padding: 0 10px; }

  .header-container .col-sm-12 {
    position: static; }

  .header-content {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto 10px; }

  .right-section-wrapper {
    display: block; }

  .right-section {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

  .bem-side-nav__item {
    float: left; }

  .bem-side-nav__item:not(:last-child) {
    margin-right: 15px; }

  #desktop-sign-in a {
    display: block;
    color: #fff;
    background-color: #2293f9;
    text-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#2293f9, endColorstr=#136de4,GradientType=0 ) !important;
    background: #2293f9;
    background: -moz-linear-gradient(top, #2293f9 0%, #136de4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2293f9), color-stop(100%, #136de4));
    background: -webkit-linear-gradient(top, #2293f9 0%, #136de4 100%);
    background: -o-linear-gradient(top, #2293f9 0%, #136de4 100%);
    background: -ms-linear-gradient(top, #2293f9 0%, #136de4 100%);
    background: linear-gradient(to bottom, #2293f9 0%, #136de4 100%);
    border: 0;
    padding: 5px 7px;
    font-size: 11px;
    border-radius: 4px; }

  #desktop-help span,
  #desktop-help i {
    cursor: pointer;
    color: #247bd4;
    font-weight: 700; }

  #desktop-help-dropdown {
    display: none;
    padding: 10px;
    position: absolute;
    top: 20px;
    background-color: #ebebeb;
    box-shadow: 0 2px 3px #888;
    width: 150px; }

  #desktop-help-dropdown ul {
    margin: 0; }

  #desktop-help-dropdown a {
    color: #000;
    font-size: 13px; }

  #desktop-help-dropdown a:hover {
    color: rgba(36, 123, 212, 0.91); }

  /*
       DESKTOP HEADER MENU
   */
  #desktop-menu {
    display: block; }

  #desktop-menu-list {
    margin-bottom: 0; }

  #desktop-menu-list > li {
    float: left;
    padding-right: 30px; }

  #desktop-menu-list li:hover .menu-dropdown {
    display: flex;
    justify-content: center; }

  .menu-item {
    display: inline-block;
    padding: 10px 0; }

  .menu-item:first-of-type {
    padding-left: 0; }

  .menu-item:last-of-type {
    margin-right: 0; }

  .menu-item span {
    font-family: "psMedium", "Open Sans" !important;
    color: #247bd4;
    cursor: pointer; }

  .menu-item i {
    color: #247bd4; }

  .menu-dropdown {
    width: 100%;
    left: 0;
    position: absolute;
    display: none;
    background: #eee;
    z-index: 999999; }

  .dropdown-lists {
    position: relative;
    padding: 20px 300px 20px 10px;
    width: 1220px;
    margin: auto; }

  .dropdown-list-section {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-bottom: 30px;
    padding-right: 20px; }

  .dropdown-list-section-heading {
    padding: 0;
    margin-bottom: 10px;
    font-size: 12.5px;
    color: #133ba3;
    text-transform: uppercase;
    border-top: none; }

  .dropdown-list {
    display: block; }

  .dropdown-list li {
    padding: 0;
    margin-bottom: 10px; }

  .dropdown-list a {
    font-size: 12px;
    color: #000;
    text-decoration: none; }

  .dropdown-list a:hover {
    cursor: pointer;
    color: rgba(36, 123, 212, 0.91);
    text-decoration: underline !important; }

  .dropdown-promo a {
    color: #000; }

  .dropdown-promo strong {
    color: #133ba3;
    display: inline-block; }

  .dropdown-promo #special-offer {
    margin-right: 5px; }

  .dropdown-promo img {
    display: inline-block; }

  .dropdown-promo .new-flag {
    max-height: 10px; }

  .dropdown-promo span {
    display: block; }

  .dropdown-promo .secondary-text {
    color: #7b7b7b; }

  .dropdown-promo .heading {
    color: #133ba3;
    font-family: "psMedium", Helvetica, Arial; }

  .dropdown-promo,
  a.bem-nav-dropdown__link {
    padding: 8px 7px;
    display: block;
    line-height: 1.75;
    background: #fff; }

  .bem-desktop-only-inline {
    display: inline; }

  .bem-side-nav__search-toggle {
    cursor: pointer;
    color: #247bd4; }

  .bem-mobile-only-inline {
    display: none; }

  .bem-popup-box {
    position: absolute;
    right: -10px;
    background: #ebebeb;
    box-shadow: 0 2px 3px #888;
    padding: 10px;
    display: none;
    z-index: 1; }

  .bem-popup-box {
    display: none; }

  .bem-search {
    top: 70px; }

  .bem-search__input {
    border: 2px solid #ccc;
    border-radius: 4px;
    width: 325px;
    line-height: 18px;
    font: 11px system-ui;
    display: inline-block;
    height: 22px; }

  .bem-search__icon {
    position: absolute;
    right: 15px;
    top: 14px; } }
/**
* =====================================
* Larger desktop styles
* =====================================
*/
@media (min-width: 1220px) {
  .header-container {
    max-width: 1200px;
    padding: 0;
    position: relative; } }
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
/*
    WELCOME SECTION (LANDING)
*/
#welcome-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #106de4; }

#welcome-header {
  padding: 21px 25px 32px 25px;
  text-align: center; }

#welcome-header h1 {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.13;
  letter-spacing: -0.1px;
  color: #ffffff; }

#welcome-blocks {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

.welcome-block {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  background-color: #169dff;
  flex-shrink: 0; }

.welcome-block:last-child, .welcome-block:nth-child(even) {
  margin-right: 0; }

.welcome-block a,
.welcome-block a:hover {
  text-decoration: none; }

.welcome-block img {
  max-width: 60%; }

.welcome-block span {
  display: block;
  margin: 11px 0 15px;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  color: #FFF;
  font-weight: 300; }

#home #categories-section, #welcome-blocks {
  max-width: 315px; }

#welcome-section {
  margin-bottom: 120px; }

#home #categories-section {
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto; }

/*
    EDITOR'S PICKS SECTION
*/
#editors-picks-section {
  margin-bottom: 25px;
  padding-right: 10px;
  padding-left: 10px; }

#editors-picks-header {
  margin-bottom: 70px;
  font-size: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  text-align: center;
  color: #133ba3; }

#home-template #categories-header {
  text-align: center; }

@media (min-width: 300px) {
  .welcome-block {
    margin-right: 5px;
    margin-bottom: 5px; } }
@media (min-width: 480px) {
  #welcome-section {
    height: 450px; }

  #welcome-blocks, #home #categories-section {
    max-width: 415px; }

  .welcome-block {
    width: 200px;
    height: 200px;
    margin-right: 15px;
    margin-bottom: 15px; }

  .welcome-block img {
    max-width: 100%; }

  #home-template #categories-header {
    text-align: left; } }
/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  #editors-picks-section {
    margin-bottom: 0; } }
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 945px) {
  #welcome-header {
    padding: 40px 25px; }

  #welcome-section {
    height: 290px;
    margin-bottom: 100px; }

  #welcome-blocks {
    max-width: 100%;
    padding: 0 10px; }

  .welcome-block {
    width: 220px; }

  .welcome-block:not(:last-child) {
    margin-right: 15px; } }
@media (min-width: 992px) {
  #home #categories-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }

  #editors-picks-section, #home #categories-section {
    width: 80%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto; } }
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1240px) {
  #welcome-section {
    height: 300px;
    margin-bottom: 120px; }

  #welcome-blocks {
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    padding: 0; }

  .welcome-block {
    width: 240px;
    height: 240px;
    margin: 0;
    background-color: #169dff; }

  .welcome-block span {
    margin: 21px 0 37px;
    font-size: 20px; } }
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
/*
    CTA Button
*/
.cta-button {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border-radius: 50px;
  background-color: #133ba3;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap; }

#category-template .cta-button {
  width: auto;
  padding-left: 32px;
  padding-right: 32px; }

.cta-button:hover {
  text-decoration: none; }

.cta-button.secondary {
  height: 48px;
  background-color: #ffffff;
  border: solid 2px #339eff; }

.cta-button.secondary {
  color: #2293f9; }

/*
    Lead Buttons
*/
.lead-section {
  margin: 55px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }

#category-template .lead-section {
  margin-bottom: 0; }

.lead-section .lead-text {
  color: #444447;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  margin-bottom: 25px; }

.lead-button {
  display: inline-block;
  width: auto;
  height: 35px;
  padding-left: 30px;
  padding-right: 30px;
  font-style: italic;
  font-family: "psMedium", "psRegular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  border-radius: 4px;
  color: #fff;
  background: #2293f9;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }

.lead-button:hover {
  background: linear-gradient(to bottom, #369adf 0%, #2768cd 100%);
  text-decoration: none; }

/*
    CATEGORIES SECTION
*/
#categories-section {
  width: 100%; }

#categories-header {
  font-size: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #133ba3;
  margin-bottom: 15px; }

#categories-header span {
  margin-left: 0;
  font-size: 28px; }

#categories-list ul {
  margin-left: 60px; }

#categories-list a {
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  color: #444447;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif; }

#categories-list a:hover {
  text-decoration: none; }

/*
    Breadcrumbs
*/
.breadcrumbs {
  display: none;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 31px; }

.breadcrumbs ol {
  padding: 0;
  margin: 0;
  list-style: none; }

.breadcrumbs li {
  display: inline-block; }

.breadcrumbs a,
.breadcrumbs a:hover {
  text-decoration: none; }

.breadcrumbs span {
  color: #2c97f3; }

.breadcrumbs ol li:not(:last-child) {
  border-right: 1px solid #9b9b9b;
  padding-right: .5em;
  margin-right: .5em; }

/*
    Editor's Pick Card
*/
.editors-pick-card a,
.featured-pick-card a {
  color: #444447; }

.editors-pick-card .card-image-section > div,
.featured-pick-card .card-image-section > div {
  height: 0;
  position: relative; }

.editors-pick-card .card-image-section > div {
  padding-bottom: 55%; }

.featured-pick-card .card-image-section > div {
  padding-bottom: 51%; }

.editors-pick-card .card-image,
.featured-pick-card .card-image,
.related-article-card .card-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute; }

.editors-pick-card .card-text-section,
.featured-pick-card .card-text-section {
  padding: 55px 30px;
  font-size: 14px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px; }

.editors-pick-card .card-text-section span,
.featured-pick-card .card-text-section span {
  display: block; }

#featured-picks-list li:last-child .featured-pick-card .card-text-section:last-child {
  padding-bottom: 0; }

.editors-pick-card .card-title,
.featured-pick-card .card-title {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 18px; }

.editors-pick-card .card-description,
.featured-pick-card .card-description {
  margin-bottom: 25px; }

.editors-pick-card .card-more,
.featured-pick-card .card-more {
  color: #339eff; }

/*
    Related Article Card
*/
.related-article-card {
  max-width: 300px;
  margin-bottom: 25px; }

.related-article-card a:hover {
  text-decoration: none; }

.related-article-card .card-image-section {
  height: 150px; }

.related-article-card h5 {
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
  color: #133ba3;
  line-height: 1.3; }

.related-article-card p {
  display: block;
  font-size: 16px;
  color: #444447; }

#editors-picks-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/*
    CTA Pop Up
*/
.cta-pop-up-container {
  display: none;
  width: 100%;
  right: 0;
  position: fixed;
  bottom: 0;
  z-index: 10000000; }

.cta-pop-up-tab {
  margin: 0 auto;
  padding: 0;
  height: 43px;
  width: 80px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 60% / 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer; }

.cta-pop-up-tab svg {
  margin: 20px 0 0; }

.cta-pop-up {
  margin: 0;
  padding: 50px 5%;
  background-color: rgba(0, 0, 0, 0.7); }

.cta-pop-up-content {
  height: 55px;
  display: flex;
  align-items: center;
  font-family: "psLight","psRegular",Helvetica,Arial,sans-serif; }

.cta-pop-up-content span {
  flex: 0 0 65%;
  font-size: 1.6875em;
  padding: 0 10px 0 0;
  color: #fff; }

.cta-pop-up-content a {
  flex: 0 0 35%;
  padding: 10px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  background-color: #133ba3;
  border-radius: 25px;
  text-decoration: none; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  #editors-picks-list li {
    flex-basis: calc((100% - 25px) / 2);
    margin-right: 25px; }

  #editors-picks-list li:nth-child(even) {
    margin-right: 0; }

  .editors-pick-card .card-text-section {
    padding: 25px 25px 25px 0;
    font-size: 14px;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 24px; }

  /*
      CATEGORIES SECTION
  */
  #categories-section {
    margin-bottom: 70px; }

  #categories-header.blocks {
    display: none; }

  #categories-list.blocks ul {
    margin-left: 0;
    text-align: center; }

  #categories-list.blocks li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px; }

  .blocks .categories-list-item {
    height: 38px;
    padding: 7px 25px;
    font-size: 14px;
    font-style: italic;
    font-family: "Open Sans";
    line-height: 1.71;
    letter-spacing: 0.2px;
    text-align: left;
    color: #133ba3;
    border-radius: 5px;
    border: solid 1px #a3d4ff; }

  /*
      CTA Pop Up
  */
  .cta-pop-up-container {
    width: 520px;
    right: 5%; }

  .cta-pop-up {
    padding: 50px 60px; } }
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  /*
      Breadcrumbs
  */
  .breadcrumbs {
    display: block; }

  /*
      CTA
  */
  .cta-button, #category-template .cta-button {
    padding: 25px 60px;
    width: auto;
    font-size: 16px; }

  #article-template .cta-button {
    padding-left: 32px;
    padding-right: 32px; }

  .cta-button span {
    font-size: 16px;
    letter-spacing: 0.3px; }

  #category-bottom-cta .lead-section, #article-cta .lead-section {
    margin-left: 55px; }

  #article-cta .lead-section .lead-text, #category-bottom-cta .lead-section .lead-text {
    margin-bottom: 0;
    margin-right: 15px; }

  #article-cta .lead-section, #category-bottom-cta .lead-section {
    flex-direction: row;
    justify-content: flex-start; }

  .lead-section .lead-text {
    font-size: 20px; }

  #category-template .lead-section {
    text-align: left; }

  /*
      Editor's Pick
  */
  #editors-picks-list li, #editors-picks-list li:nth-child(even) {
    flex-basis: calc((100% - 50px) / 3);
    margin-right: 25px; }

  #editors-picks-list li:nth-child(3n+0) {
    margin-right: 0; }

  .editors-pick-card a,
  .editors-pick-card a:hover,
  .featured-pick-card a,
  .featured-pick-card a:hover {
    text-decoration: none; }

  .featured-pick-card .card-image-section > div {
    padding-bottom: 100%; }

  /*
      Featured Pick
  */
  .featured-pick-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }

  .featured-pick-card .card-image-section {
    flex: 0 0 40%; }

  .featured-pick-card .card-text-section {
    flex: 0 0 60%;
    justify-content: center;
    padding: 25px 40px 25px 45px;
    background-color: #f7f7f7; }

  .featured-pick-card .card-text-section .card-title {
    font-size: 18px; }

  /*
      Related Article Card
  */
  .related-article-card {
    max-width: 300px; }

  .related-article-card h5 {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a; }

  .related-article-card p {
    display: block;
    font-size: 16px;
    color: #444447; } }
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@font-face {
  font-family: 'legalzoom';
  src: url("/fonts/custom/legalzoom.eot");
  src: url("/fonts/custom/legalzoom.eot") format("embedded-opentype"), url("/fonts/custom/legalzoom.woff") format("woff"), url("/fonts/custom/legalzoom.ttf") format("truetype"), url("/fonts/custom/legalzoom.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
[class*=" icon-"]:before,
[class^=icon-]:before {
  font-family: "legalzoom";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

#header [class*=" icon-"]:before,
#header [class^=icon-]:before {
  margin: 0;
  padding: 0; }

.header-container * {
  box-sizing: border-box; }

.font_icon-sm {
  font-size: 1em; }

.icon-search:before {
  content: '\e813'; }

.icon-arrow-down:before {
  content: '\e801'; }

.icon-right-hand:before {
  content: '\261e'; }

.icon-attention:before {
  content: '\26a0'; }

.icon-list:before {
  content: '\2630'; }

.icon-rss:before {
  content: '\f09e'; }

.icon-gplus-squared:before {
  content: '\f0d4'; }

.icon-mail-alt:before {
  content: '\f0e0'; }

.icon-lightbulb:before {
  content: '\f0eb'; }

.icon-twitter-squared:before {
  content: '\f304'; }

.icon-facebook-squared:before {
  content: '\f308'; }

.icon-linkedin-squared:before {
  content: '\f30c'; }

* {
  box-sizing: border-box; }

.container-fluid {
  margin-right: auto;
  margin-left: auto; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100vw; }

a {
  text-decoration: none; }

.row {
  flex-direction: column; }
  .row div[class*="xs-1"] {
    width: 8.3333333333%; }
  .row div[class*="xs-2"] {
    width: 16.666666666%; }
  .row div[class*="xs-3"] {
    width: 25%; }
  .row div[class*="xs-4"] {
    width: 33.333333333%; }
  .row div[class*="xs-5"] {
    width: 41.666666666%; }
  .row div[class*="xs-6"] {
    width: 50%; }
  .row div[class*="xs-7"] {
    width: 58.333333333%; }
  .row div[class*="xs-8"] {
    width: 66.666666666%; }
  .row div[class*="xs-9"] {
    width: 75%; }
  .row div[class*="xs-10"] {
    width: 83.3333333333%; }
  .row div[class*="xs-11"] {
    width: 91.6666666666%; }
  .row div[class*="xs-12"] {
    width: 100%; }

.row {
  display: flex;
  flex-direction: column;
  width: 100%; }

div[class^="col-"] {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .container {
    width: 750px; }

  .row {
    flex-direction: row;
    flex-wrap: wrap; }
    .row div[class^="col-"] {
      position: relative;
      min-height: 1px;
      padding: 0 15px; }
    .row div[class*="sm-1"] {
      width: 8.3333333333%; }
    .row div[class*="sm-2"] {
      width: 16.666666666%; }
    .row div[class*="sm-3"] {
      width: 25%; }
    .row div[class*="sm-4"] {
      width: 33.333333333%; }
    .row div[class*="sm-5"] {
      width: 41.666666666%; }
    .row div[class*="sm-6"] {
      width: 50%; }
    .row div[class*="sm-7"] {
      width: 58.333333333%; }
    .row div[class*="sm-8"] {
      width: 66.666666666%; }
    .row div[class*="sm-9"] {
      width: 75%; }
    .row div[class*="sm-10"] {
      width: 83.3333333333%; }
    .row div[class*="sm-11"] {
      width: 91.6666666666%; }
    .row div[class*="sm-12"] {
      width: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 970px; }

  .row {
    flex-direction: row;
    flex-wrap: wrap; }
    .row div[class^="col-"] {
      position: relative;
      min-height: 1px;
      padding: 0 15px; }
    .row div[class*="md-1"] {
      width: 8.3333333333%; }
    .row div[class*="md-2"] {
      width: 16.666666666%; }
    .row div[class*="md-3"] {
      width: 25%; }
    .row div[class*="md-4"] {
      width: 33.333333333%; }
    .row div[class*="md-5"] {
      width: 41.666666666%; }
    .row div[class*="md-6"] {
      width: 50%; }
    .row div[class*="md-7"] {
      width: 58.333333333%; }
    .row div[class*="md-8"] {
      width: 66.666666666%; }
    .row div[class*="md-9"] {
      width: 75%; }
    .row div[class*="md-10"] {
      width: 83.3333333333%; }
    .row div[class*="md-11"] {
      width: 91.6666666666%; }
    .row div[class*="md-12"] {
      width: 100%; } }
@media (min-width: 1200px) {
  .container {
    width: 1100px; }

  .row div[class^="col-"] {
    position: relative;
    min-height: 1px;
    padding: 0 15px; }
  .row div[class*="lg-1"],
  .row div[class*="xl-1"] {
    width: 8.3333333333%; }
  .row div[class*="lg-2"],
  .row div[class*="xl-2"] {
    width: 16.666666666%; }
  .row div[class*="lg-3"],
  .row div[class*="xl-3"] {
    width: 25%; }
  .row div[class*="lg-4"],
  .row div[class*="xl-4"] {
    width: 33.333333333%; }
  .row div[class*="lg-5"],
  .row div[class*="xl-5"] {
    width: 41.666666666%; }
  .row div[class*="lg-6"],
  .row div[class*="xl-6"] {
    width: 50%; }
  .row div[class*="lg-7"],
  .row div[class*="xl-7"] {
    width: 58.333333333%; }
  .row div[class*="lg-8"],
  .row div[class*="xl-8"] {
    width: 66.666666666%; }
  .row div[class*="lg-9"],
  .row div[class*="xl-9"] {
    width: 75%; }
  .row div[class*="lg-10"],
  .row div[class*="xl-10"] {
    width: 83.3333333333%; }
  .row div[class*="lg-11"],
  .row div[class*="xl-11"] {
    width: 91.6666666666%; }
  .row div[class*="lg-12"],
  .row div[class*="xl-12"] {
    width: 100%; } }
@font-face {
  font-family: "psRegular";
  font-weight: normal;
  font-style: normal;
  src: url("//info.legalzoom.com/fonts/psRegular/27BAAD_13_0.eot");
  src: url("//info.legalzoom.com/fonts/psRegular/27BAAD_13_0.eot?#iefix") format("embedded-opentype"), url("//info.legalzoom.com/fonts/psRegular/27BAAD_13_0.svg#wf") format("svg"), url("//info.legalzoom.com/fonts/psRegular/27BAAD_13_0.woff") format("woff"), url("//info.legalzoom.com/fonts/psRegular/27BAAD_13_0.ttf") format("truetype"); }
@font-face {
  font-family: "psLight";
  src: url("//info.legalzoom.com/fonts/psLight/27BAAD_1E_0.eot");
  src: url("//info.legalzoom.com/fonts/psLight/27BAAD_1E_0.eot?#iefix") format("embedded-opentype"), url("//info.legalzoom.com/fonts/psLight/27BAAD_1E_0.svg#wf") format("svg"), url("//info.legalzoom.com/fonts/psLight/27BAAD_1E_0.woff") format("woff"), url("//info.legalzoom.com/fonts/psLight/27BAAD_1E_0.ttf") format("truetype"); }
@font-face {
  font-family: "psMedium";
  src: url("//info.legalzoom.com/fonts/psMedium/27BAAD_1F_0.eot");
  src: url("//info.legalzoom.com/fonts/psMedium/27BAAD_1F_0.eot?#iefix") format("embedded-opentype"), url("//info.legalzoom.com/fonts/psMedium/27BAAD_1F_0.svg#wf") format("svg"), url("//info.legalzoom.com/fonts/psMedium/27BAAD_1F_0.woff") format("woff"), url("//info.legalzoom.com/fonts/psMedium/27BAAD_1F_0.ttf") format("truetype"); }
html,
body,
#sb-site,
.sb-site-container,
.sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */ }

html {
  height: 100%;
  /* Site is as tall as device. */ }

body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  font-size: 14px; }

body.modal-open {
  overflow: hidden;
  position: fixed;
  height: 100%; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  vertical-align: baseline; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial; }

.title-font {
  font-family: "psMedium", Helvetica, Arial; }

.circle-button {
  width: 48px;
  height: 48px;
  position: relative;
  border: solid 1px #6c6c6c;
  border-radius: 100px;
  cursor: pointer; }
  .circle-button::after {
    content: "";
    position: absolute;
    border-top: solid 3px #6c6c6c;
    border-right: solid 3px #6c6c6c;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px; }

.arrow.prev {
  position: relative; }
  .arrow.prev::after {
    content: "";
    position: absolute;
    border-top: solid 3px #6c6c6c;
    border-right: solid 3px #6c6c6c;
    transform: translate(-50%, -50%) rotate(225deg);
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px; }

.arrow.next {
  position: relative; }
  .arrow.next::after {
    content: "";
    position: absolute;
    border-top: solid 3px #6c6c6c;
    border-right: solid 3px #6c6c6c;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px; }

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

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