.lxc {
    font-family: 'Lato', sans-serif;
}

.lxc-banner {
    background: #c41515;
    background: -moz-linear-gradient(left, #c41515 0%, #e03f6f 60%);
    background: -webkit-linear-gradient(left, #c41515 0%, #e03f6f 60%);
    background: linear-gradient(to right, #c41515 0%, #e03f6f 60%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c41515', endColorstr='#e03f6f', GradientType=1);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.lxc-logo {
  font-size: 0;
  width: 400px;
  max-width: 100%;
  height: 125px;
  background: url(https://g.ibtimes.com/www/images/terms/bn-deco.png) center / contain no-repeat;
}
.lxc-logo::before {
  content: "";
  width: 190px;
  height: 33px;
  background: url(https://g.ibtimes.com/www/images/terms/logo.png) center / contain no-repeat;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.container-fluid,
.container {
    max-width: 1310px;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid,
.container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .lxc-search form {
        max-width: 468px;
    }
    .flex-sm {
        display: -webkit-flex;
        display: flex;
    }
}

.lxc-breadcrumb {
    font-size: 15px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.f1 {
    -webkit-flex: 1;
    flex: 1;
}

.lxc-select {
    position: relative;
    padding-left: 36px;
    padding-right: 49px;
    cursor: pointer;
}

.fn,
.flex-n {
    -webkit-flex: none;
    flex: none;
}

.lxc-select>.label {
  background-color: #d50000;
  color: white;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  padding: 10px 14px 10px 9px;
}
.lxc-select>.label::after {
  content: "";
  display: inline-block;
  border-top: 9px solid white;
  border-left: 7px inset transparent;
  border-right: 7px inset transparent;
  margin-left: 14px;
  margin-right: -14px;
  margin-bottom: 3px;
}
.lxc-select.expand>.label::after {
  border-bottom: 9px solid white;
  border-top: 0;
}
.lxc-select::before, .lxc-select::after {
  content: "";
  display: block;
  height: 52px;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.lxc-select::before {
  width: 36px;
  background-image: url(https://g.ibtimes.com/www/images/terms/deco1.png);
  left: 0;
}
.lxc-select::after {
  width: 49px;
  background-image: url(https://g.ibtimes.com/www/images/terms/deco3.png);
  right: 0;
}
.lxc-select ul {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  display: none;
}
.lxc-select.expand ul {
  display: block;
}
.lxc-select ul li a {
  display: block;
  padding: 5px 15px;
}
.lxc-select ul li a:hover {
  background-color: #d50000;
  color: white;
}

.lxc-alpha {
    color: #c41515;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.lxc-alpha li.active {
    position: relative;
}

@media (min-width: 768px) {
    .lxc-alpha li {
        flex-grow: 1;
        text-align: center;
    }
}

.lxc-alpha li {
    padding: 10px;
}

@media (min-width: 768px) {
    .lxc-alpha li.active::before {
        top: -21px;
    }
}

.lxc-alpha li.active::before {
    content: "";
    display: block;
    border-top: 15px solid #e03f6f;
    border-left: 10px inset transparent;
    border-right: 10px inset transparent;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
}

.lxc-search form {
    background-color: white;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    height: 48px;
}

.lxc-search form input[type="text"] {
    width: 100%;
    text-indent: 32px;
}

.lxc-search form input {
    height: 48px;
}

.lxc-search form input[type="submit"] {
    width: 92px;
    background: url(https://g.ibtimes.com/www/images/terms/icon-search.png) 22px 10px / 26px no-repeat #c41515;
    font-size: 0;
    cursor: pointer;
}

.jc-sb {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ai-c {
    -webkit-align-items: center;
    align-items: center;
}

.flex-xs {
    display: -webkit-flex;
    display: flex;
}

.block-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 35px;
    display: flex;
    text-align: center;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.article-header {
    display: flex;
    justify-content: center;
    font-size: xx-small;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.byline-social .byline {
    margin-top: 13px;
    margin-bottom: 13px;
}

.article-header .byline {
    font-style: italic;
    color: #333;
    margin-bottom: 10px;
    margin-right: 10px;
}

.byline {
    font-size: 13px;
}

.byline-social {
    border-top: 1px solid #e9e9e9;
}

.social-share .genericon {
    width: 36px;
    height: 36px;
    margin-left: 3px;
    font-size: 16px;
    line-height: 36px;
    background-color: #738a8d;
    color: white;
}

.genericon {
    font-size: 26px;
    vertical-align: top;
    text-align: center;
    display: block;
    font-family: "Genericons";
    cursor: pointer;
}

.social-share .genericon-facebook-alt {
    background-color: #3b5998;
    margin-left: 0;
}

.social-share .genericon-twitter {
    background-color: #1da1f2;
}

.social-share .genericon-tumblr {
    background-color: #35465c;
}

.social-share .genericon-linkedin {
    background-color: #0077b5;
}

.social-share .genericon-pinterest {
    background-color: #bd081c;
}

.social-share .genericon-reddit {
    background-color: #ff4500;
}

.lxc-topic {
    background-color: #f9f9f9;
    padding: 50px 63px;
    margin-top: 15px;
    margin-bottom: 30px;
}

blockquote {
    border-left: 4px solid #e5e5e5;
    padding-left: 54px;
    margin: 45px 0;
    color: #222;
}

@media (min-width: 768px) {
    .lxc-block.inarticle {
        clear: left;
        width: 250px;
        float: left;
        margin-right: 40px;
    }
}

.lxc-block.inarticle {
    margin-top: 20px;
    margin-bottom: 20px;
}

.lxc-block {
    font-family: "Lato", sans-serif;
}

.lxc-block.inarticle .lxc-block-title {
    padding-left: 20px;
    padding-right: 20px;
}

.lxc-block-title {
    font-weight: 900;
    font-size: 18px;
    line-height: 19px;
    color: #e03f6f;
    border-top: 3px solid #d9124d;
    padding-top: 14px;
    padding-bottom: 14px;
}

.lxc-block.inarticle ul {
    color: #333;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

.lxc-block.inarticle li {
    list-style: none;
    border-bottom: 2px solid white;
    padding: 0;
}

.author-name span {
    font-weight: bold;
}

.article-body ul li {
    margin-left: 25px;
    padding-bottom: 14px;
    position: relative;
    list-style: disc;
}

.lxc-block.inarticle li a {
    display: block;
    text-decoration: none;
    background-color: #f9f9f9;
    padding: 12px 20px;
    border-bottom: 0;
}

.article-body ul a,
.article-body ol a,
.article-body p a,
.article-body figure a {
    color: #0e0e0e;
    text-decoration: underline;
}

.article-body {
    color: #222;
    word-wrap: break-word;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

div {
    display: block;
}

.lxc-block.belowcontent2 .lxc-block-title,
.lxc-block.belowcontent1 .lxc-block-title {
    color: black;
    border-top-color: #c7c7c7;
    border-bottom: 1px solid #e3e3e3;
}

.lxc-block.belowcontent2 ul,
.lxc-block.belowcontent1 ul {
    color: black;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.lxc-block.belowcontent2 li,
.lxc-block.belowcontent1 li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.lxc-block.belowcontent1 ul a:hover {
    color: #e03f6f;
}

.lxc-block.belowcontent1 ul smaller {
    font-weight: 400;
    font-size: 12px;
    color: #555555;
    display: block;
}

.lxc-block.belowcontent2 {
    background-color: #f9f9f9;
}
.lxc-block.belowcontent2 ul a {
    text-decoration: underline;
}

.lxc-block.belowcontent2 ul a:hover {
    text-decoration: none;
}

.lxc-block.belowcontent3 {
    margin-bottom: 30px;
}

.lxc-block.belowcontent3 .title {
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    color: #e03f6f;
    padding-top: 5px;
    padding-bottom: 12px;
}
.lxc-block.belowcontent3 .title span {
    font-weight: 700;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lxc-block.belowcontent3 .title a:hover {
    color: #d9124d;
}

.lxc-block.belowcontent3 summary {
    color: black;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.lxc-block.belowcontent3 summary a {
    font-weight: bold;
    text-decoration: underline;
}
.lxc-block.belowcontent3 summary a:hover {
    text-decoration: none;
}

.lxc-block.belowcontent3 ul {
    padding-top: 28px;
    padding-bottom: 18px;
    position: relative;
}

.lxc-block.belowcontent3 ul::before {
    content: "";
    display: block;
    border-top: 1px solid #eaeaea;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
}

.lxc-block.belowcontent3 figure {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .article-body ul,
    .article-body ol,
    .article-body h1,
    .article-body h2,
    .article-body h3,
    .article-body h4,
    .article-body h5,
    .article-body h6,
    .article-body p {
        margin-left: 50px;
        margin-right: 50px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-family: "Gotham Narrow", sans-serif;
}

.article-body ul,
.article-body ol,
.article-body p,
.article-body figure {
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-header h1 {
  font-weight: 900;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
  font-family: "Gotham Narrow", sans-serif;
  color: #0e0e0e;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .article-header h1 {
    font-size: 44px;
    line-height: 46px;
    margin-bottom: 41px;
  }
}

.term-of-day {
  font: 14px/19px 'Assistant', sans-serif;
  color: black;
  background-color: #f9f9f9;
  margin-bottom: 40px;
}
.term-of-day h3 {
  color: #3a3a3a;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.term-of-day h4 {
  font: bold 30px/30px 'Aria', sans-serif;
  color: #f02c70;
  margin-bottom: 8px;
}
.term-of-day .sign-up {
  display: inline-block;
  background-color: #f02c70;
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  border-radius: 5px;
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 7px;
}
.term-of-day .sign-up:hover {
  background-color: #3a3a3a;
}
.term-of-day p a {
  color: #f02c70;
  text-decoration: underline;
}
.term-of-day p a:hover {
  text-decoration: none;
}
.term-of-day .col-s {
  border: 2.5px solid #f02c70;
}
.term-of-day .col-s .sign-up {
  margin-top: 0;
  margin-left: 15px;
}
.term-of-day .col-s h4 {
  margin-top: 10px;
}
.term-of-day .col-s h5 {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 16px;
}
.term-of-day>div {
  padding: 30px 20px;
}
.term-of-day .col-r {
  border: 2.5px solid #f02c70;
}
@media (min-width: 768px) {
  .term-of-day {
    display: flex;
  }
  .term-of-day .col-l {
    font-size: 16.5px;
    line-height: 21px;
    padding: 35px 60px;
  }
  .term-of-day .col-r {
    font-size: 16.5px;
    line-height: 21px;
    padding: 30px 40px;
    border-width: 5px;
  }
}
.pagead {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.term-block {
  padding-top: 15px;
  padding-bottom: 20px;
}
.term-block h5 {
  font-size: 24px;
  line-height: 24px;
  color: #f02c70;
}
.term-block ul {
  font: 17px/24px "Arial", sans-serif;
  margin-bottom: 15px;
}
.term-block ul a:hover {
  color: #f02c70;
  text-decoration: underline;
}
.term-block li {
  padding-top: 10px;
}
.term-block .see-complete {
  font: 16px/24px "Arial", sans-serif;
  text-align: right;
}
.term-block .see-complete a {
  color: #f02c70;
  text-decoration: underline;
}
.term-block .see-complete a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .term-block ul {
    -webkit-columns: 2;
    columns: 2;
  }
}
@media (min-width: 992px) {
  .term-block ul {
    -webkit-columns: 3;
    columns: 3;
  }
}

main {
  padding-top: 0 !important;
}
