
body{
    background-color: #fff;
    color: #0A100D;
    font-family: 'Raleway', Roboto, Arial, sans-serif;
}
img[style*="float: right"]{
    margin-left: .9rem;
}
img[style*="float: left"]{
    margin-right: .9rem;
}

a {
    color: #39b0ff;
    /*color: #40aef7;*/
    /*color: #31a8f6;*/
}
a:hover, a:focus {
    color: #1585cf;
}


h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway', Roboto, Arial, sans-serif;
}
h1 {
    font-size: 2.25rem; }
h2 {
    font-size: 1.25rem; }
h3 {
    font-size: 1.1875rem; }
h4 {
    font-size: 1.125rem; }
h5 {
    font-size: 1.0625rem; }
h6 {
    font-size: 1rem; } /*16px*/

@media screen and (min-width: 40em) {
    h1 {
        font-size: 3rem;}
    /*font-size: 3.25rem;} 56px*/
    h2 {
        font-size: 2.5rem; }
    h3 {
        font-size: 1.9375rem; }
    h4 {
        font-size: 1.5625rem; }
    h5 {
        font-size: 1.25rem; }
    h6 {
        font-size: 1rem; }
    p {

    }
}

.button {
    padding: 0.95rem 2.25rem;
    background-color: #8C211C;
    color: #FFF;
    font-weight: 600;
}
.button:hover, .button:focus {
    background-color: #A22C29;
    color: #eceff0;
}
.bkgd-darker{ background-color:#333333;}

.bkgd-dark{ background-color: #5a1310;}
.bkgd-med{ background-color: #4C5760; color: #ffffff;}
.bkgd-light{ background-color: #eceff0;}

/*Special Layout Code*/
@media screen and (max-width: 39.9375em) {
    .pad-left-zero,
    .pad-right-zero{
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 40em) {
    .pad-left-zero{
        padding-left: 0;
    }
    .pad-right-zero{
        padding-right: 0;
    }
    .row.expanded > .column.matchy {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 64em) {
    .row.expanded > .large-5.column.matchy {
        width: calc((50% - 600px) + (75rem * .4166667));
        float: left;
        /*padding-left: 0;*/
        /*padding-right: 0;*/
    }
    .row.expanded > .large-5.column.matchy > .column{
        display: inline-block;
        width: 24.9999975rem;
        width: calc(75rem * .3333333);
        float: right !important;
    }

    .row.expanded > .large-7.column.matchy {
        width: calc((50% - 600px) + (75rem * .5833333));

    }
    .row.expanded > .large-7.column.matchy > .column{
        width: 37.5rem;
        width: calc(75rem * .5000);
    }

}



/*------ Header ------*/
header{
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
    position: relative;
}
header > .row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
header > .row > .column.logo-column{
    text-align: center;
    flex: 1;
}
.logo-wrap a > *:nth-child(2){
    margin-top: .75rem;
}
.logo-wrap a .logo-name{
    font-size: 1.85rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: #5A1310;
}
.logo-wrap a .logo-img{
    max-width: 400px;
    max-height: 200px;
}
header.row > .column.nav-column {
    flex: 1;
}
.title-bar {
    background: #8C211C;
}
.title-bar a{
    color: #fff;
}

@media screen and (max-width: 39.9375em) {
    header{
        padding-bottom: 0rem;
    }
    header > .row .column:first-child{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    header > .row .column:nth-child(2){
        padding-left: 0;
        padding-right: 0;
    }
    .logo-wrap a .logo-name {
        text-align: center;
    }
    .logo-wrap a .logo-img {
        width: 100%;

    }
}
@media screen and (min-width: 40em){

    header.row {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    header.row > .column.logo-column{
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
    }
    header.row > .column.nav-column {
        display: flex;
        justify-content: center;
        flex: 1;
    }

    .logo-wrap a .logo-name {
        text-align: center;
    }
    .logo-wrap a .logo-img{
        max-width: 400px;
        max-height: 200px;
        /*width: 100%;*/
    }
}
@media screen and (min-width: 64em){
    header.row {
        flex-wrap: nowrap;
        align-items: flex-end;
    }
    header.row > .column.logo-column{
        margin-bottom: 0;
        justify-content: flex-end;
        /*flex-basis: 41.66667%;*/
        /*width: 41.66667%;*/
    }
    header.row > .column.nav-column{
        justify-content: flex-start;
        /*flex-basis: 58.33333%;*/
        /*width: 58.33333%;*/
    }
    .logo-wrap,
    .logo-wrap a .logo-name {
        text-align: left;
    }
}



/*------ Header CTA ------*/
.header-cta-container{
    background-color: #ECEFF0;
    padding-top: .635rem;
    padding-bottom: .435rem;
}
.header-cta-container .social-links-cta{
    list-style: none;
    float: right;
    margin: 0;
}

.header-cta-container a{
    color: #0A100D;
    font-weight: 600;
}
.header-cta-container a .cta-icon{
    font-size: 1.25rem;
    vertical-align: text-bottom;
}
.header-cta-container .social-links-cta a{
    padding: .5rem 0 .5rem 1rem;
    color: #0A100D;
    font-size: 1rem;
}

.header-cta-container .social-links-cta a i.fa-svg:before {
    background: #0A100D;  /*<-- use the same color as your icon font-color*/
    /*width: 13.8px;*/
    height: 16px;  /*<-- use line height pixel number here */
}
.header-cta-container .social-links-cta a:hover {
    filter: brightness(9) hue-rotate(-148deg);
}
.header-cta-container .social-links-cta a > span{
    display: none;
}
@media screen and (max-width: 39.9375em) {
    .header-cta-container .social-links-cta {
        display: none;
    }
}


/*------ Nav ------*/


.top-bar, .top-bar ul {
    background-color: transparent;
}
.top-bar {
    padding: 0;
}
.top-bar ul.menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.top-bar .menu > li {
    margin: 0.5rem 0 0;
}
.menu > li {
}
.menu > li > a{
    padding: 0.5rem 1.5rem;
    font-size: 14px;
    font-weight: 500;
    color: #4C5760;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid transparent;
}
.menu > li > a:hover{
    color: #0d111e;
    border-bottom: 1px solid #A22C29;
}
.menu .active>a {
    color: #0d111e;
    border-bottom: 1px solid #0d111e;
    background: none;
}

.menu > li > a.button{
    background-color: #4C5760;
    color: #fff;
    font-weight: 500;
    -webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}
.menu > li > a.button:hover{
    background-color: #A22C29;
    color: #fff;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 2.5rem;
    position: relative;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #8C211C transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 18px;
    /*margin-top: -2px;*/
}
.is-dropdown-submenu{
    min-width: 250px;
}
.dropdown.menu > li > ul.is-dropdown-submenu{
    padding: 3px 1rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: .75rem;
    background-color: #fff;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu{
}
.dropdown.menu > li > ul.is-dropdown-submenu li:last-child{
    border: none;
}
.dropdown.menu > li > ul.is-dropdown-submenu li{

}
.dropdown.menu > li > ul.is-dropdown-submenu li a{
    padding: .5rem 0rem;
}

@media screen and (max-width: 39.9375em) {
    .top-bar ul.menu {
        padding-top: .25rem;
        padding-left: .625rem;
        padding-right: .625rem;
    }
    .top-bar .menu > li {

    }
    .menu > li > a {
        padding: 0.5rem 1.0rem 1rem;
        border-bottom: 1px solid rgba(10, 16, 13, 0.25);
    }
    .dropdown.menu > li {
        display: block;
        text-align: left;
        width: 100%;
    }
    .dropdown.menu > li.opens-right > .is-dropdown-submenu {
        left: 0rem;
    }
    .is-drilldown-submenu-parent>a:after{
        border-color: transparent transparent transparent #4C5760;
        border-left-style: solid;
        border-right-width: 0;
        top: 38%;
    }
    .is-drilldown-submenu.is-active {
        background: #fff;
        background: rgba(255, 255, 255, 0.8);
        height: 100%;
    }
    .top-bar .menu > li.is-drilldown-submenu-item{
        background: #fff;
        margin: 0;
    }
    .top-bar .menu > li.is-drilldown-submenu-item > a{
        padding: .9rem 1rem;
        border-bottom: 1px solid rgba(10, 16, 13, 0.25);
    }
    .menu > li.js-drilldown-back{
        margin: 0.5rem 0rem 0;
        background: #fff;
    }
    .menu > li.js-drilldown-back > a{
        padding: .9rem 1rem;
        color: #ffffff;
        font-weight: 600;
        background: rgba(76, 87, 96, 0.7);
    }
    .js-drilldown-back>a:before {
        content: '';
        border-color: transparent #8c211c transparent transparent;
        border-right-style: solid;
        border-left-width: 0;
        vertical-align: baseline;
    }
}
@media screen and (min-width: 40em) {
    .menu > li {
        display: inline-block;
    }
}
@media screen and (min-width: 64em) {
    .top-bar ul.menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: right;
    }
}


/*------ Hero & Services--------*/
.hero-row{
    height: 50vh;
    background-image: url("../images/metro-hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sub-hero-row{
    height: 25vh;
    background-image: url("../images/sub-hero-905873-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 40%;
    text-align: center;
}
.sub-hero-row.contact-pg-hero{
    background-image: url("../images/sub-hero-contact.jpg");
    background-position: center 30%;

}
.sub-hero-row.fin-tools-pg-hero{

    background-image: url("../images/rawpixel-602154-unsplash.jpg");
     background-position: center 65%;
}
.sub-hero-row.about-pg-hero{
    background-image: url("../images/dose-media-bU6JyhSI6zo-unsplash.jpg");
    background-position: center 85%;
}
.sub-hero-row.service-pg-hero{
    background-image: url("../images/sub-hero-fin-tools.jpg");
    background-position: center 30%;
}
.sub-hero-row.newsletter-pg-hero{
        background-image: url("../images/absolutvision-WYd_PkCa1BY-unsplash3.jpg");
    background-position: center 50%;
}
.sub-hero-row.web-links-pg-hero{
    /*background-image: url("../images/cell-phone-close-up-contemporary-905873.png");*/
    /*background-position: center 50%;*/
}

.sub-hero-row.web-links-pg-hero{}
@media screen and (min-width: 40em) {
    .sub-hero-row {
        height: 30vh;
        text-align: left;
    }
}

.services-row{
}
.h-contact-row{

}
.hero-row > .column,
.sub-hero-row > .column{
    height: 100%;
}
.services-row > .column{

}
.h-contact-row > .column{

}
.hero-row > .column.hero-text-wrap,
.sub-hero-row > .column.hero-text-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ffffff;
    background-color: #5a1310;
    background-color: rgba(90, 19, 16, 0.55);
}
.sub-hero-row > .column.hero-text-wrap{
    background-color: rgba(90, 19, 16, 0.65);
}
.services-row > .column.service-text-wrap{

}
.hero-row > .column.hero-text-wrap h2,
.sub-hero-row > .column.hero-text-wrap h2,
.service-text-wrap h2 {
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}
.hero-row > .column.hero-text-wrap h1,
.sub-hero-row > .column.hero-text-wrap h1,
.service-text-wrap h1{
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}
.column.hero-text-wrap h1.display-heading{
    font-weight: 700;
}
.h-contact-row h1 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}
.h-contact-row > .column > .column,
.services-row > .column > .column{
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.services-row .service-box-wrap{
}
.services-row .service-box-wrap > .column .row{
    position: relative;
    padding-left: 1.875rem;
}
.services-row .service-box-wrap .column .row i.fa{
    position: absolute;
    left: 0;
    top: 2px;
    color: #A22C29;
}
.services-row .service-box-wrap > .column > h5,
.services-row .service-box-wrap .column a h5 {
    font-weight: 600;
    color: #4C5760;
    margin-bottom: 0;
    font-size: 1.0625rem;
}
.services-row .service-box-wrap > .column > h6,
.services-row .service-box-wrap .column a h6 {
    font-weight: 600;
    color: #4C5760;
    margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
    .h-contact-row > .column > .column,
    .services-row > .column > .column {
        padding-top: 2rem;
    }
}
@media screen and (min-width: 40em) {
    .services-row .service-box-wrap{
        position: relative;
    }
    .services-row .service-box-wrap > .column{
        min-height: 90px;
    }
    .services-row .service-box-wrap > .column.col-1{
        float: left;
    }
    .services-row .service-box-wrap > .column.col-2{
        float: right;

    }
    .services-row .service-box-wrap > .column:last-child:not(:first-child){
    }
    .h-contact-row,
    .services-row{
        min-height: 30vh;
        display: flex;
        align-items: stretch;
    }
    .hero-row > .column.hero-text-wrap h2,
    .service-text-wrap h2,
    .h-contact-row h2{
        font-size: 2.5rem;
        margin-bottom: 0;
    }
    .hero-row > .column.hero-text-wrap h1,
    .service-text-wrap h1,
    .h-contact-row h1{
        font-size: 2.5rem;
        margin-bottom: 0;
    }
    .hero-row > .column.hero-text-wrap p {
        font-size: 18px;
    }
}
@media screen and (min-width: 64em) {
    .hero-row > .column.hero-text-wrap h2,
    .service-text-wrap h2,
    .h-contact-row h2 {
        font-size: 3rem;
    }
    .hero-row > .column.hero-text-wrap h1,
    .service-text-wrap h1,
    .h-contact-row h1{
        font-size: 3rem;
    }
}

.main-content-row{
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.main-content-row.bkgd-dark,
.main-content-row.bkgd-darker{
    color: #ffffff;
    font-weight: 500;
}
.main-content-row p{}

table {
    background: #f8f8f8;
    color: #0A100D;
}
.client-tools{
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 39.9375em) {
    .client-tools{
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 40em) {}
.tool-box.client-area{
    background-image: url(../images/client-bkg.jpg);
}
.tool-box.calendar{
    background-image: url(../images/calendar-bkg.jpg);
}
.tool-box{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 155px;
    max-width: 300px;
    margin: 18px auto 0;
    position: relative;
    margin-bottom: 1rem;

}
.tool-box h3{
    position: relative;
    width: 100%;
    height: 155px;
    text-align: center;
    font-size: 1.9375rem;
    background-color: #4C5760;
    background-color: rgba(76, 87, 96, 0.55);
}
.tool-box h3 a{
    color: #fff;
    font-weight: 500;
    position: relative;
    top: 0;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.h-map-wrap{
    margin-bottom: 1rem;
}
.googleMap {
    width: 100%;
    height: 250px;
}
.googleMapLink{
    margin-top: .5rem;
    margin-bottom: 1rem;
    width: 100%;
}
.two-column-form textarea {
    height: 203px;
}
.two-column-form input.button {
}
.g-recaptcha {
    float: right;
    margin-bottom: 1rem;
}
@media screen and (max-width: 63.9375em) {
    .g-recaptcha {

    }
}


/*SUB pages css*/

.main-content-row.sub-page{
    padding-top: 2rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(76, 87, 96, 0.25);
}

.main-content-row.sub-page .text-content{
    padding-top: 1rem;
}
.second-section-row{
    padding-top: 1.625rem;
    padding-bottom: 2.625rem;
}

.indent{
    margin-left: 0.9375rem;
}

.contact-row > .column,
.afsbpage-services-wrap{
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.contact-row .googleMap{
    margin-top: 1rem;
}
.contact-text-wrap a,
.contact-text-wrap p{
    color: #ffffff;
    font-size: 1.125rem;
}
.contact-text-wrap h1{
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    color: #ffffff;
}
.afsbpage-services-wrap{

}
.text-content h2.afsbpage-link-category-title{
    margin: inherit;
    font-size: 2.0rem;
    margin-bottom: 0.9375rem;
    position: relative;
    margin-left: 32px;
}

.afsbpage-link-category-title:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
    font-weight: 400;
    color: #A22C29;
    position: absolute;
    top: 7px;
    left: -32px;
}
h2.afsbpage-link-category-title:after {
    position: absolute;
    content: '';
    height: 1px;
    bottom: 0px;
    left: -32px;
    right: 0;
    width: 50%;
    background: rgba(10, 16, 13, 0.25);
}
.links-list-item {
    margin-left: 2.2rem;
    margin-bottom: 0.625rem;
}
h2.financial-tools-title,
.afsbpage-service-category-title{
    font-size: 2.0rem;
    font-weight: 500;
    margin: inherit;
}

.financial-tools-list > .row,
.afsbpage-service-list > .row{
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #0A100D;
}
.financial-tools-list > .row:last-of-type,
.afsbpage-service-list > .row:last-of-type{
    border-bottom: none;
}
.financial-tools-list a,
.afsbpage-service-list a{
    font-weight: 600;
    font-size: 22px;
}
.financial-tools-list i.fa,
.afsbpage-service-list i.fa{
    font-size: 3rem;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(10, 16, 13, 0.75);
    margin: 0 4% 5px 0px;
    display: inline-block;
    float: left;
}
.afsbpage-link-category-title{
    font-weight: 500;

}
.afsbpage-service-list-item,
.links-list-item {
    margin-left: 0.9375rem;
    margin-bottom: 1rem;
    line-height: 1.25;
}
.links-list-item > a{
    font-weight: 500;
    font-size: 24px;
}
.serviceplus-row label{
    font-size: 1.125rem;
}
.serviceplus-container{
    padding-left: 0;
    padding-right: 0;
}
.text-content div.form-required-notice h5{
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #fefefe;
}
@media screen and (max-width: 39.9375em) {
    .button.contact-submit{
       width: 100%;
    }
    .serviceplus-row .button{
        margin: 1rem auto 0;
        width: 100%;
    }
    h2.financial-tools-title,
    .afsbpage-service-category-title{
        margin-bottom: 1rem;
        text-align: center;
        font-size: 190%;
    }
    .financial-tools-list i.fa,
    .afsbpage-service-list i.fa{
        float: none;
        text-align: center;
        width: 100%;
    }
    .afsbpage-service-list-item,
    .links-list-item {
        margin-left: 0.625rem;
        margin-right: 0.625rem;

    }
    h2.afsbpage-link-category-title:after {
        left: -30px;
        right: 0;
        width: 100%;
    }
}
@media screen and (min-width: 40em){
    .contact-row{
        min-height: 30vh;
        display: flex;
        align-items: stretch;
    }
    .contact-text-wrap h1 {
        font-size: 2.5rem;
        margin-bottom: 0;
    }
    .financial-tools-list i.fa,
    .afsbpage-service-list i.fa{
        font-size: 5rem;
    }
    .tools-list li,
    .afsbpage-service-category-title{
        font-weight: 500;
    }
    .financial-tools-list .tools-list li a{
        font-weight: 500;
        font-size: 22px;
    }
    .afsbpage-service-list-item a{
        color: #A22C29;
        font-weight: 600;
        font-size: 24px;
    }
}
@media screen and (min-width: 64em){
    .contact-text-wrap h1 {
        font-size: 3rem;
    }
}
/*NEwsletter*/
#nl-archive-container {
    padding: 1rem 0 1rem 0;
    margin: 0 0 1rem 0;
}
#nl-archive-hd {
    font-size: 1.9375rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    position: relative;
}
#nl-archive-hd:after {
    position: absolute;
    content: '';
    height: 1px;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50%;
    background: rgba(10, 16, 13, 0.25);
}
#nl-archive-subhd {
    font-size: 1rem;
    font-style: italic;
    text-align: center;
    margin: 0 0 1rem 0;
}
#nl-archive-itemcontainer {
    margin: 0.5rem 0;
    width: 100%;
}
#nl-archive-container ol, #nl-archive-container ul {
    list-style-type: none;
    margin: 0 auto;
    max-width: 50rem;
}
#nl-archive-container li {
    border-bottom: 1px dotted #ccc;
}
.nl-archive-itemtitle {
    font-size: 1.25rem;
    font-weight: bold;
}
#nl-archive-itemcontainer a:link {
    text-decoration: none;
}
#nl-archive-itemcontainer ol li div:nth-child(2) {
    line-height: 1.25;
    margin-bottom: .4rem;
    font-weight: 400;
    font-size: 1rem;
}
.nl-archive-itemdate {
    font-size: 80%;
    float: none;
    margin: 0 0 0 0;
    color: #fff;
}
@media screen and (max-width: 39.9375em) {
    #nl-archive-container li {
        border-bottom: 1px dotted #ccc;
        text-align: center;
    }
}
@media screen and (min-width: 40em) {
    .nl-archive-itemdate {
        font-size: 80%;
        float: right;
         margin: -1.5rem 0 0 0;
         color: #fff;
    }
}



a.back-to-top{
    padding: 1rem 0.75rem 1.25rem;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
}
a.back-to-top i.fa{
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 23px;
}

footer .social-links li{
    display: inline-block;
}
footer .social-links a{
    color: #A22C29;
    font-size: 22px;
    margin-left: 8px;
}
footer .social-links a i.fa-svg:before {
    background-color: #A22C29;
    height: 22px;
}
footer .social-links a > span{
    display: none;
}
footer .top-row{
    padding-top: 1.6rem;
}
footer .bottom-row{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
footer .lead {
    font-size: 165%;
    font-weight: 500;
}
.center-if{}
    /* one item */
.center-if .columns:first-child:nth-last-child(1) {
    float: none;
    margin: 0 auto;
    text-align: center!important;
}
/* two items */
.center-if .columns:first-child:nth-last-child(2),
.center-if .columns:first-child:nth-last-child(2) ~ .columns {
}
