@import url("https://use.typekit.net/oov2wcw.css");
body{
	font-family: 'Century Gothic';
	color: #272727;
	font-weight: normal;
	font-size: 16px;
    line-height: 1.5;
    white-space: normal;
}
a{
    color: #1B998B;
    text-decoration: none;
}
a:hover{
    color: inherit;
}
:focus {
    outline: none;
}
.container{
    max-width: 1300px;
    padding: 0 20px;
}
ul{
	margin: 0 0 15px 15px;
    padding: 0;
}
li::marker{
    color: inherit;
}
.padtop {
    padding-top: 30px;
}
.padbtm{
    padding-bottom: 30px;
}
.margtop{
    margin-top: 30px;
}
.margbtm{
    margin-bottom: 20px;
}
.textbox-1120{
    max-width: 1120px;
    margin: auto;
}
.textbox-850{
    max-width: 850px;
    margin: auto;
}
.grey-bg{
    background-color: #F2F4F8;
}
.padd-around{
    padding: 60px 0;
}
.text-padd-around{
    padding: 60px 90px;
}
.text-padd-around-100{
    padding: 100px;
}
@media(max-width:991px){
    .text-padd-around{
        padding: 30px;
    }
    .text-padd-around-100{
        padding: 30px;
    }
}
h1{
    font-weight: 700;
    font-size: 24px;
}
p{
    margin-bottom: 10px;
}
.nopad{
    padding: 0;
}
.nomarg{
    margin: 0;
}
/* Stick footer to the bottom for short pages */
html, body {
	height: 100%;
}
.search .site-container, .page-template-page-search .site-container, .error404 .site-container {
	height: 100%;
}
.search .site-inner, .error404 .site-inner, .page-template-page-search .site-inner{
	min-height: calc(100% - 440px);
}
.search .site-footer, .search .site-inner:after, .error404 .site-footer, .error404 .content-sidebar-wrap:after, .page-template-page-search .site-footer, .page-template-page-search .site-inner:after{
	height: auto; 
}
/* End footer to the bottom stle */

/*404 Page starts here */
.bigtxt404{
	font-size: 300px;
	font-weight: bold;
}
.txt404{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	font-weight: normal;
}
.error404 .content{
	max-width: 100%;
}
@media (max-width: 767px){
	.bigtxt404{
		font-size: 150px;
	}
}
/*end 404 Page */

button:focus{
    background-color: transparent;
}
.btn{
    background-color: #E28F26;
    border: 1px solid #E28F26;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 8px 10px 8px 35px;
    min-width: 1px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    border-radius: 200px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
}
.btn.btn-white {
    background-color: #fff;
    border: 1px solid #CED4DA;
    color: #272727;
}
.btn-icon-right {
    background-position: right 5px  center;
    padding: 8px 35px 8px 10px;
}
.show-funds, .show-notes{
    background-image: url("../images/btn-closed.svg");
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #CED4DA;
    color: #272727;
    min-width: 1px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    border-radius: 200px;
    background-position: right 5px  center;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
}
.show-notes.notes-active{
    background-image: url("../images/btn-opened.svg");
}
.btn.btn-white:hover{
    background-color: #DEE2E6;
    border: 1px solid #DEE2E6;
    color: #2E294E;
}
.btn:hover{
	color: #fff;
    background-color: #AF6F1D;
    border: 1px solid #AF6F1D;
}
input.wpcf7-submit{
    border-radius: 200px;
    text-transform: none;
    width: 100%;
    padding: 5px 20px;
    font-weight: 700;
    background-color: #E28F26;
}
.btn-no-icon{
    padding: 8px 18px;
}
.btn:active, .btn:focus, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #2e294e1f;
    border-color: #E28F26;
    color: #E28F26;
}
.btn.btn-purple:hover{
    background-color: #084298;
    border: 1px solid #084298;
    color: #fff;
}
.btn.btn-purple:active, .btn.btn-purple:focus, .btn.btn-purple:first-child:active{
    background-color: #2e294e1f;
    border-color: #2E294E;
    box-shadow: none;
    outline: none;
    color: #2E294E;
}
input.wpcf7-submit:hover {
    background-color: #AF6F1D;
    border: 1px solid #AF6F1D;
    color: #fff;
}
input.wpcf7-submit:focus, input.wpcf7-submit:active, input.wpcf7-submit:first-child:active {
    background-color: #2e294e0a;
    border-color: #E28F26;
    border-width: 1px;
    color: #E28F26;
}
.btn i{
    font-weight: 900;
    font-size: 20px;
    margin-right: 5px;
    top: 1px;
    position: relative;
}
.btn-wrap * {
    margin-right: 20px;
    display: inline-block;
}
@media(max-width:560px){
    .btn-wrap .btn{
        display: block;
    }
}
.mobile-block-d{
	display: none;
}
.mobile-d{
    display: none;
}
.tablet-d{
    display: none;
}
.small-mobile-d{
	display: none;
}
@media(max-width:1199px){
    .mobile-menu-d{
        display: inline-block;
    }
    .tablet-d{
        display: inline-block;
    }
	.desktop-d{
		display: none;
	}
}
@media(max-width:991px){
	.mobile-d{
		display: inline-block;
	}
    .mobile-block-d{
        display: block;
    }
    .btn-wrap .btn {
        margin-bottom: 20px;
    }
    .mobile-reverse{
        flex-direction: column-reverse;
    }
    .desktop-sm-d{
        display: none;
    }
}
@media(max-width:767px){
    .small-mobile-d{
        display: block;
    }
    .small-desktop-d{
		display: none;
	}
}
.lowercase{
    text-transform: lowercase;
}
.wrap{
    max-width: 1300px;
}
.site-header {
    display: none;
    padding: 10px 30px;
    z-index: 99;
    position: sticky;
    top: -1px;
    box-shadow: none;
    transition: all 0.3s;
}
.my-inline{
    display: inline-block;
}

@media (max-width: 767px) {
    .multipleitems .carousel-inner .carousel-item > div {
        display: none;
    }
    .multipleitems .carousel-inner .carousel-item > div:first-child {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
}

.multipleitems .carousel-inner .carousel-item.active,
.multipleitems .carousel-inner .carousel-item-next,
.multipleitems .carousel-inner .carousel-item-prev {
    display: flex;
}
.controls{
    margin-bottom: 20px;
}
/* medium and up screens */
@media (min-width: 768px) {
    .multipleitems .carousel-inner .carousel-item-end.active,
    .multipleitems .carousel-inner .carousel-item-next {
    transform: translateX(41.5%);
    }
    
    .multipleitems .carousel-inner .carousel-item-start.active, 
    .multipleitems .carousel-inner .carousel-item-prev {
    transform: translateX(-41.5%);
    }
}

.multipleitems .carousel-inner .carousel-item-end,
.multipleitems .carousel-inner .carousel-item-start { 
transform: translateX(0);
}
/* .multipleitems .carousel-inner {
    margin: auto;
} */
.multipleitems .carousel-ctrl {
    color: #2E294E;
    width: auto;
    bottom: auto;
    position: relative;
    display: inline-block;
    opacity: 1;
}
.multipleitems .carousel-control-prev {
    margin-right: 10px;
}
.multipleitems .carousel-ctrl i {
    background-color: #fff;
    width: 32px;
    height: 32px;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid #CED4DA;
}
.multipleitems .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
    color: #2E294E;
}
.marg-right-carousel{
    max-width: 1600px;
    margin-right: 0;
    margin-left: auto;
}
.grey-header {
    display: flex;
    align-items: center;
}
.left-icon{
    padding-right: 10px;
}
.article-banner{
    position: relative;
}
.article-banner img{
    border-radius: 15px;
}
.article-header-text .read-magazine {
    position: absolute;
    width: 150px;
    right: 0;
    bottom: 50px;
    text-align: right;
}
.article-header-text .read-magazine img{
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
}
.article-header-text .read-magazine .tooltip-pointer {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s; 
    top: 12px;
    width: 100%;
    text-align: center;
}
.article-header-text .read-magazine .tooltip {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s;
    background-color: #272727;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: -45px;
    right: -20px;
    z-index: 1;
}
.article-header-text .read-magazine a:hover .tooltip, .article-header-text .read-magazine a:hover .tooltip-pointer  {   
    opacity: 1;
    visibility: visible;
}
.article-header-text {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 30px;
    z-index: 1;
    width: 95%;
}
.article-title {
    position: absolute;
    bottom: 50px;
    padding: 10px;
    text-align: left;
    width: 100%;
    left: 0;
    right: 0;
}
.article-banner h1 {
    color: inherit;
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 700;
}
.banner {
    position: relative;
}
.banner .left-icon img{
    filter: brightness(100%);
}
.banner img {
    filter: brightness(80%);
}
@media(max-width:767px){
    .article-header-text .read-magazine{
        right: 20px;
        bottom: auto;
        top: -40px;
        color: #fff;
    }
}
.onepost .title{
    position: relative;
}
.onepost .title .tooltip{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s; 
    background-color: #272727;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: 115%;
    left: 0;
    width: auto;
    z-index: 1;
}
.onepost .tooltip-pointer {
    position:absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s; 
    top: 12px;
    left: 10px;
    width: auto;
}
.article-header-text .read-time {
    position: absolute;
    right: 0;
    bottom: 20px;
    border-radius: 60px;
    border: 1px solid #fff;
    padding: 0 8px 2px;
}
@media(max-width:767px){
    .article-header-text {
        position: relative;
        color: inherit;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .article-title {
        position: relative;
        bottom: auto;
        padding: 20px 0;
        text-align: left;
        left: 0;
        right: 0;
    }
    .article-header-text .read-time {
        right: 20px;
        bottom: auto;
        top: -40px;
        color: #fff;
    }
}
.onepost:hover .tooltip, .onepost:hover .tooltip-pointer  {   
    opacity: 1;
    visibility: visible;
}
.art-type{
    font-size: 18px;
    font-weight: 700;
}
.onepost{
    color: inherit;
    display: block;
}
.one-item .onepost {
    color: inherit;
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.07);
    height: 100%;
    position: relative;
    display: flex;
    transition: all 0.3s;
}
.one-item .onepost:hover{
    background-color: #F2F4F8;
}
.one-item .onepost.active {
    background-color: #ecf0f8;
}
.art-image{
    padding-right: 30px;
}
.art-image img{
    border-radius: 50%;
}
.art-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px;
}

.left-info{
    border-right: 1px solid #CED4DA;
    padding-right: 30px;
    display: inline-block;
}
.previous-citations strong{
    color: #66737E;
}
.art-header {
    width: calc(100% - 52px);
    border-radius: 16px;
    border: 1px solid #CED4DA;
    padding: 15px;
}
.sing-art-type{
    text-transform: uppercase;
    font-size: 12px;
}
.sing-art-cat{
    font-size: 14px;
    font-weight: 700;
}
.banner .inline-icon img {
    filter: brightness(100%);
    width: 20px;
}
.art-content{
    padding-bottom: 30px;
}
.art-content  h2, h2{
    margin-top: 30px;  
    font-size: 24px;
    font-weight: 700;
}
.art-content  h2 strong{
    font-family: inherit;
    color: inherit;
}
.art-content  h3{
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}
.art-content ul {
    margin: 0 0 15px 50px;
}
.art-content ul ul {
    margin-left: 40px;
}

.previous-citations h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.go-back{
    cursor: pointer;
}
.art-text{
    margin-bottom: 10px;
}
.site-footer {
    background-color: #fff;
    color: inherit;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    padding: 30px 0;
    border-top: 1px solid #eee;
}
.footer-widgets {
    background-color: #fff;
    border: none;
    color: inherit;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 0;
}
.footer-widgets ul {
    list-style: none;
    margin: 0;
}
.footer-widgets .widget  li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
}
.widget{
    margin-bottom: 15px;
}
.foot-text{
    text-align: right;
}
.foot-text img{
    margin-left: 5px;
}
#text-3{
    display: inline-block;
}
@media(max-width:991px){
    .foot-text{
        text-align: center;
    }
    .footer-widgets {
        text-align: center;
    }
}
.carou-item-in{
    padding:  20px
}
.cont-title{
    display: flex;
    justify-content: space-between;
}
.cont-title h3{
    font-weight: 600;
}
.col-tab{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
}
.one-tab, .nav-pills .nav-link{
    background-color: #F2F4F8;
    border-radius: 200px;
    padding: 5px 15px;
    color: #2E294E;
    font-weight: 700;
    font-size: 14px;
}
.one-tab.active, .nav-pills .nav-link.active{
    background-color: #2E294E;
    color: #F2F4F8;
}
@media(max-width:1199px){
    .content-tabs .the-tabs{
        display: none;
    }
    .tax-citation_dates .content-tabs .the-tabs{
        display: block;
    }
}
.graph-wrap-whole{
    font-size: 14px;
}
.graph-item {
    margin: 0 -1px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.graph-whole .bg-image {
    position: relative;
    max-width: 256px;
    opacity: 0;
    transition: opacity 0.8s; 
}
.graph-whole .show-fund .bg-image{
    opacity: 0.3;
}
.bg-image-wrap {
    background: #272727;
}
.graph-details {
    position: absolute;
    z-index: 9;
    padding: 20px 10px 30px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    transition: top 0.8s; 
}
.graph-item:first-child .graph-details{
    top: 150px;
}
.graph-item:nth-child(2) .graph-details{
    top: 100px;
}
.graph-item:nth-child(3) .graph-details{
    top: 50px;
}
.graph-item .graph-details.move-top {
    top: 0;
}
.graph-wrap {
    display: flex;
    background-image: url(../images/y-axis-return.png), url(..//images/x-axis-risk.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    padding: 20px 40px 90px 90px;
    max-width: 1159px;
}
.graph-whole {
    display: inline-block;
    overflow: hidden;
}
.y-axis {
    display: inline-block;
}
.graph-details h3{
    color:#fff;
    font-size:22px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.graph-details .pdf a{
    color: #fff;
}
.the_funds {
    display: none;
    overflow-y: auto;
    height: calc(100% - 60px);
}
.the_funds .pdf{
    margin-bottom: 15px;
}
.art-content .more-info h2{
    font-size: 20px;
    font-weight: 700;
}
@media(min-width:1200px){
    .graph-icon.move-top{
        display: inline-block;
        max-width: 50px;
        margin-bottom: 20px;
        margin-right: 10px;
    }
    .tile-title.move-top {
        display: inline-block;
        width: calc(100% - 70px);
        font-size: 18px;
        margin-top: 0;
        position: relative;
        top: -10px;
    }
}
@media(max-width:1199px){
    .graph-whole {
        width: 100%;
        max-width: 300px;
    }
    .graph-item {
        display: block;
        background: #272727;
        margin: 1px 0;
    }
    .graph-details{
        position: relative;
        padding: 20px 20px 30px;
    }
    .graph-wrap{
        background-image: none;
        padding: 0;
        justify-content: space-evenly;
    }
    .graph-item:first-child .graph-details{
        top: 0;
    }
    .graph-item:nth-child(2) .graph-details{
        top: 0;
    }
    .graph-item:nth-child(3) .graph-details{
        top: 0;
    }
    .graph-item-mobile {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    .graph-item-mobile.show-bg{
        opacity: 0.35;
    }
}
.btn-full-width {
    display: flex;
    margin-top: 20px;
}
.btn-full-width .btn{
    display: block;
    margin-right: 20px;
    width: 50%;
    margin-bottom: 20px;
}
@media(max-width:650px){
    .btn-full-width {
        display: block;
    }
    .btn-full-width .btn {
        width: 90%;
        margin: 0 auto 20px;
    }
}
.wpcf7 {
    font-size: 14px;
    font-weight: 700;
    max-width: 850px;
    margin: auto;
}
.wpcf7  p{
    margin-bottom: 15px;
}
.wpcf7 .wpcf7-submit {
    display: block;
    max-width: 200px;
    margin: 15px auto;
}
.wpcf7-spinner{
    position: absolute;
    left: 0;
}
.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    top: 25px;
    color: transparent;
}
.wpcf7-not-valid {
    border-color: #dc3232;
}
input, select, textarea{
    padding: 8px;
    border-radius: 8px;
    background-color: #F2F4F8;
    border: 1px solid #F2F4F8;
    color: inherit;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
    accent-color: #2E294E;
}
::placeholder{
    color: #ADB5BD;
}
.wpcf7-list-item {
    margin: 0 10px 0 0;
    font-weight: normal;
}
.wpcf7-list-item-label{
    margin-left: 5px;
}
.checkboxes .wpcf7-form-control {
    display: flex;
    justify-content: space-between;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    display: none;
}
.intl-tel-input.separate-dial-code .selected-flag {
     width: 45px!important; /*using important because the idth is set by different countries */
}
.intl-tel-input.separate-dial-code.allow-dropdown input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 50px!important; /*using important because the idth is set by different countries */
}

.pdf a{
    position: relative;
    display: block;
}
.pdf .icon {
    right: 5px;
    transition: all 0.3s;
    position: absolute;
    display: block;
    top: 0;
}
.pdf a:hover .icon{
    right: 0;
}
.pdf-title{
    display: inline-block;
    width: calc(100% - 30px);
}
.pdf-link {
    display: block;
}
.one-listing{
    margin-right: 30px;
}
.one-listing .pdf{
    margin-bottom: 15px;
}
.art-content .one-listing h2{
    margin-bottom: 20px;
}
.modal{
	z-index: 9999;
}
.modal-dialog {
    max-width: 1200px;
    width: 100%;
    padding: 30px;
}
.show-modal{
    cursor: pointer;
}
.modal-header {
    text-align: right;
    display: block;
    padding: 10px 20px 0;
    border: none;
}
.modal.show .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 25px;
}
button.close {
    background-color: transparent;
    padding: 0;
}
@media(max-width:567px){
	.modal-dialog {
		width: 100%;
		margin: 0;
	}
}
@media(max-width:545px){
    .modal.show .modal-dialog {
        left: 10px;
        right: 20px;
        top: 20px;
        transform: none;
        width: 93%;
    }
}
.pdf-object-item{
    width: 100%;
    height: 100vh;
}
::-webkit-scrollbar {
    width: 5px;
}
  
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
   
  /* Handle */
::-webkit-scrollbar-thumb {
    background: #E28F26; 
    border-radius: 10px;
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #AF6F1D; 
}
.current-cit-landing:hover .curr-title{
    color: #1B998B;
}
.current-cit-landing .onecitation:hover img{
    width: auto;
}
.current-cit-landing {
    margin: auto;
    max-width: 410px;
    display: block;
}
.curr-title {
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
    transition: all 0.3s;
    color: #272727;
    padding-left: 15px;
}
.onecitation a{
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    color: inherit;
    position: relative;
}
.onecitation a h3 {
    margin: 0 0 10px;
    transition: all 0.3s;
    padding: 0;
}
.onecitation:hover a h3{
    color: #fff;
}
.onecitation img{
    transition: all 0.5s;
    filter: brightness(80%);
}
.feat{
    overflow: hidden;
    border-radius: 30px;
}
.onecitation .feat{
    border-radius: 15px;
}
.onecitation:hover img{
    transform: scale(1.1);
    width: 100%;
    filter: brightness(100%);
}
.onecitation .icon {
    transition: all 0.3s;
    display: inline-block;
    margin-left: 20px;
}
.prev-editions h2{
    margin-top: 0;
}
.prev-editions .onecitation .feat{
    max-width: 370px;
}
.onecitation:hover .icon{
    margin-left: 30px;
}
.prev-cit:first-child a{
    font-weight: bold;
}
.prev-editions .article-title{
    max-width: 370px;
}
@media(max-width:991px){
    .onecitation a h3 {
        font-size: 14px;
        margin-top: 10px;
    }
}
@media(max-width:767px){
    .feat {
        max-width: 620px;
    }
}
.art-content .abv-content h3{
    font-size: 18px;
}
.not-csv-table table td:last-child, .not-csv-table table th:last-child{
    border-right: 1px solid #CED4DA;
    padding-right: 10px;
}
.not-csv-table table{
    border-top: 1px solid #CED4DA;
}
.not-csv-table table th {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 10px;
    border-bottom: 1px solid #CED4DA;
    border-left: 1px solid #CED4DA;
    text-align: center;
}
@media(max-width:991px){
    .not-csv-table table th{
        display: none;
    }
    .not-csv-table .td-label{
        display: block;
    }
    .not-csv-table table tr {
        border: 1px solid #CED4DA;
        border-top: none;
    }
    .not-csv-table table td:last-child{
        border-right: none;
    }
}
.grecaptcha-badge{
    display: none!important;
}
.home .article-title{
    position: absolute;
    bottom: 0;
    border-radius: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.30);
    width: 100%;
}
.home .article-title h3{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.home .article-banner {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.home .article-banner h1{
    margin-bottom: 10px;
}
.home .article-title .btn-no-icon {
    padding: 0 18px;
}