.bottom-line-address {
    margin-top: 30px;
    color: #333 !important;
    font-weight: normal !important;
}

.box.shadow,
.related.shadow {
    -moz-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
    -webkit-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
    box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
    border: 1px solid #AAA;
}

.box,
.related {
    padding: 20px;
    background-color: #ebebeb;
    margin-bottom: 20px;
    word-wrap: break-word;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #FFF;
    clear:both;
}

.box.shadow div.box-inner-block {
    padding: 0 !important;
}

.box div.box-inner-block {
    padding-left: 0;
    min-height: 50px;
}

.box .tieicon-boxicon {
    float: left;
    margin-left: -70px;
}

.dropcap {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    font-size: 50px;
    line-height: 50px;
    font-family: Georgia, Arial, "helvetica neue", Helvetica, Verdana, sans-serif;
}

.box.info {
    background: #d6f6ff;
    border-color: #BFE3EC;
}

.box-inner-block ul {
    padding-left: 10px;
}

/* .box.info .tieicon-boxicon:before {
    content: '\e705';
    color: #2CB4DA;
} */

.box.success {
    background: #e2f2cb;
    border-color: #D1E4B7;
}

/* .box.success .tieicon-boxicon:before {
    content: '\2713';
    color: #8AB84D;
} */

.box-inner-block ul li a {
    color: #333;
}

.box-inner-block ul li a:hover {
    color: #0098d9;
}

.box .tieicon-boxicon:before {
    line-height: 60px;
    height: 60px;
    width: 60px;
    font-size: 60px;
    margin: 0;
}

.box.warning {
    background: #fffddb;
    border-color: #E9E59E;
}

/* .box.warning .tieicon-boxicon:before {
    content: '\26a0';
    color: #ECC21B;
    font-size: 55px;
} */

.box.error {
    background: #ffe6e2;
    border-color: #EEBFB8;
}

/* .box.error .tieicon-boxicon:before {
    content: '\2715';
    color: #F03317;
    font-size: 70px;
} */

.box.download {
    background: #e2f2cb;
    border-color: #D1E4B7;
}

/* .box.download .tieicon-boxicon:before {
    content: '';
    color: #8AB84D;
} */

.box.note {
    background: #fffddb;
    border-color: #E9E59E;
}

/* .box.note .tieicon-boxicon:before {
    content: '\f15c';
    color: #ECC21B;
} */

#topcontrol {
    z-index: 2;
    background: #444;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: fixed;
    bottom: -100px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    opacity: .7;
}

#topcontrol:before {
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #FFF;
    background: #3f3f3f url(../images/up-arrow.png) no-repeat center center;
    content: "";
    display: inline-block;
}

.page-template-digital-edition-page .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #0098d9;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.owl-dot {
    display: inline-block;
}

.tipsy-inner {
    display: none;
}

@media (min-width:600px) {
    .outer-car {
        max-width: none !important;
    }
}

@media (min-width:1200px) {
    .container .homepage-header .navbar-collapse ul li:first-child a {
        color: #0098d9 !important;
        font-weight: bold;
    }
}

@media (min-width:1199px) {
    .container .homepage-header {
        padding-left: 15px;
    }
}

@media (min-width:1199px) {
    .container .homepage-header {
        padding-left: 15px;
    }
}

@media (min-width:1366px) {
    /*.box.alignleft {
        float: left;
        margin: 0 20px 10px -75px;
    }
    .box.alignright {
        float: right;
        margin: 0;
    }*/
    .box.aligncenter {
        float: none;
        margin: 10px auto;
    }
}

@media (min-width:1367px) {
    /*.box.alignleft {
        float: left;
        margin: 0 20px 10px -150px;
    }*/
}

@media (max-width:1199px) {
    .container .homepage-header .navbar-collapse {
        overflow-y: auto;
        padding-bottom: 130px;
    }
}

@media (max-width:767px) {
    .box,
    .related {
        width: 100% !important;
    }
    .video-grand-opening-of-johnson-controls-new-facility article .entry p iframe {
        width: 100%;
        background: #f1f1f1;
        height: 100%;
    }
}

.page-template-vertical-homepage .vertical-row2
/* .page-template-vertical-homepage .vertical-row-bottom2 */

    {
    display: none;
}

.page-template-horizontal-homepage .horizontal-row1
/* , .page-template-horizontal-homepage .horizontal-row-bottom1 */

    {
    display: none;
}

.pm-byline {
    font-size: 12px;
    font-style: italic;
}

#descriptions {
    position: relative;
    /* margin-bottom: 50px; */
    width: 100%;
    padding: 10px;
    padding-top: 5px;
}

#descriptions .ad-image-description .ad-description-title {
    display: block;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

#descriptions p {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

#descriptions p span {
    font-weight: 400;
}

.digital-edition-content iframe {
    width: 100%;
    display: inline-block;
    height: 991px;
    margin-top: 10px;
}

@media (min-width: 1360px) {
    .digital-edition-content iframe {
        height: 910px;
    }
}

@media (max-width: 859px) and (min-width: 700px) {
    .digital-edition-content iframe {
        height: 554px;
    }
}

@media (max-width: 1159px) and (min-width: 960px) {
    .digital-edition-content iframe {
        height: 752px;
    }
}

@media (max-width: 699px) and (min-width: 500px) {
    .digital-edition-content iframe {
        height: 448px;
    }
}

@media (max-width: 499px) {
    .digital-edition-content iframe {
        height: 317px;
    }
}

.sub_disc_wrap {
    margin-top: 10px !important;
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 0 !important;
    border-top: 0 !important;
    padding-top: 0 !important;
}

@media (min-width:768px) {
    .post-template-power-list-single .top-editor-section {
        margin-top: 10px !important;
    }
}

/* Top Ads component on all pages image margin-top-bottom 0 */

.main-container .e3lan-top img {
    margin: 0;
}

@media (min-width:992px) {
    .main-container .e3lan-top img {
        margin: 0;
    }
}

/* Top Ads component on all pages image margin-top-bottom 0 */

.top-head-half {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.single-post .dmcss_login_form {
    float: none;
}

.top-head-half .single-post-caption {
    text-align: center;
}

.middle-section .body-left .p1 .ads_title {
    display: block;
    font-size: 50px;
    margin-top: 50px;
}

.body-left .p1 .ads_desc {
    font-size: 36px;
}

.continue-site a {
    text-align: right;
    font-weight: bold;
    font-size: 36px;
    text-shadow: 2px 2px 2px #000;
}

/* Off The Clock Page */

.off-the-clock-wrap .sharing a {
    display: inline-block;
    margin: 0 5px 20px 0;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    background: #333;
    font-weight: bold;
}

.off-the-clock-wrap .sharing .tw {
    background: #41b7d8;
}

.off-the-clock-wrap .sharing .tw:hover {
    color: #fff;
    text-decoration: none;
    background: #49cdf2;
}

.off-the-clock-wrap .sharing .fb {
    background: #3b5997;
}

.off-the-clock-wrap .sharing .fb:hover {
    color: #fff;
    text-decoration: none;
    background: #4568b0;
}

.off-the-clock-wrap .sharing .go {
    background: #d64937;
}

.off-the-clock-wrap .sharing .go:hover {
    color: #fff;
    text-decoration: none;
    background: #f0533e;
}

.off-the-clock-wrap .sharing .li {
    background: #0073b2;
}

.off-the-clock-wrap .sharing .li:hover {
    color: #fff;
    text-decoration: none;
    background: #0085cc;
}

/*forty under 40*/

.outer-car {
    max-width: 480px;
    margin: 0 auto;
    overflow: hidden;
}

.home-sponsored-content {
    color: #0098d9;
    margin-top: 5px;
}

/*Acton Newsletter Signup Sidebar*/

.ao-block-wrapper:last-child {
    position: absolute;
    right: -31px;
    top: 33px;
}

/*Jquery Gallery*/

.ad-preloads {
    display: none;
}

/*Jquery Gallery*/

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
    position: relative;
    padding-right: 10px;
    float: left;
}

.one_half {
    width: 48%
}

.one_third {
    width: 30.66%
}

.two_third {
    width: 65.33%
}

/* .one_fourth { width:22%} */

.three_fourth {
    width: 74%
}

.one_fifth {
    width: 16.8%
}

.two_fifth {
    width: 37.6%
}

.three_fifth {
    width: 58.4%
}

.four_fifth {
    width: 67.2%
}

.one_sixth {
    width: 13.33%
}

.five_sixth {
    width: 82.67%
}

.entry .last {
    margin-right: 0 !important;
    clear: right;
}

.one_fourth {
    width: auto;
    font-size: 0.875rem;
}

.entry .one_fourth a {
    display: inline-block;
    margin: 0 .3125rem;
    font-size: 0.875rem;
    color: #333;
    font-weight: 500;
}

.entry .list-pagination {
    color: #0098d9;
    margin-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #ddd;
}

.entry .list-pagination a:hover {
    color: #0098d9;
}

/* this is the header css right side search button only for ie10*/

.ie10 .homepage-header .inner-input {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*.ie10 .dektop-menu-top>.row {
    justify-content: center;
    -ms-flex-pack: center;
}*/

.ie10 .homepage-header .inner-input .header-search-open {
    background-position: top;
    top: 0;
}

.ie10 #navbarTogglerDemo03 {
    margin-top: 50px;
    margin-left: 80px;
}

.ie10 .profile-icon ul {
    margin-top: -3px !important;
}

/* this is the header css right side search button only for ie10*/

 select.alumni::-ms-expand, select.profile::-ms-expand {
    display: none;
}
a.shortc-button{border: 1px solid #a3a3a3;background: #d4d4d4;height: 25px;line-height:25px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;color: white;display:inline-block;  margin:0 5px 20px;  padding:0 10px; position:relative;font-size:12px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5),inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: background .40s;-moz-transition: background .40s; -o-transition: background .40s;transition: background .40s;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d4d4d4),color-stop(100%,#c7c7c7));background: -webkit-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: -moz-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: -o-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);  background: -ms-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);
}
a.shortc-button:hover{  background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d8d6d6),color-stop(100%,#cdcdcd));background: -webkit-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -moz-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -o-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -ms-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);}
a.shortc-button:active{ top:1px;}
a.shortc-button.red{border: 1px solid #B63540;background: #ED596A;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F77087),color-stop(100%,#E3414D));background: -webkit-linear-gradient(top,#F77087 0,#E3414D 100%);background: -moz-linear-gradient(top,#F77087 0,#E3414D 100%);background: -o-linear-gradient(top,#F77087 0,#E3414D 100%);background: -ms-linear-gradient(top,#F77087 0,#E3414D 100%);background: linear-gradient(top,#F77087 0,#E3414D 100%);}
a.shortc-button.red:hover{background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F8889B),color-stop(100%,#E65762));  background: -webkit-linear-gradient(top,#F8889B 0,#E65762 100%);background: -moz-linear-gradient(top,#F8889B 0,#E65762 100%);background: -o-linear-gradient(top,#F8889B 0,#E65762 100%);background: -ms-linear-gradient(top,#F8889B 0,#E65762 100%);background: linear-gradient(top,#F8889B 0,#E65762 100%);}
a.shortc-button.green{border: 1px solid #5E8C22;background: #89C03E;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#A8D34E),color-stop(100%,#6AAD2D));background: -webkit-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -moz-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -o-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -ms-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: linear-gradient(top,#A8D34E 0,#6AAD2D 100%);}
a.shortc-button.green:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#B2D862),color-stop(100%,#76C132));background: -webkit-linear-gradient(top,#B2D862 0,#76C132 100%);background: -moz-linear-gradient(top,#B2D862 0,#76C132 100%);background: -o-linear-gradient(top,#B2D862 0,#76C132 100%);background: -ms-linear-gradient(top,#B2D862 0,#76C132 100%);background: linear-gradient(top,#B2D862 0,#76C132 100%);}
a.shortc-button.blue{ border: 1px solid #1e638b;background: #00a2ff;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#00a2ff),color-stop(100%,#028edf));background: -webkit-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -moz-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -o-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -ms-linear-gradient(top,#00a2ff 0,#028edf 100%);background: linear-gradient(top,#00a2ff 0,#028edf 100%);}
a.shortc-button.blue:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3cb6fc),color-stop(100%,#31a6ea));background: -webkit-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -moz-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -o-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -ms-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: linear-gradient(top,#3cb6fc 0,#31a6ea 100%);}
a.shortc-button.orange{ border: 1px solid #be8a2b;background: #FFA500 ;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFA500),color-stop(100%,#ed9900));background: -webkit-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -moz-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -o-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -ms-linear-gradient(top,#FFA500 0,#ed9900 100%);background: linear-gradient(top,#FFA500 0,#ed9900 100%);}
a.shortc-button.orange:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffb93a),color-stop(100%,#f3ab26));background: -webkit-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -moz-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -o-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -ms-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: linear-gradient(top,#ffb93a0,#f3ab26 100%);}
a.shortc-button.pink{ border: 1px solid #cc198b;background: #ff00a2;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff00a2),color-stop(100%,#ed0097));background: -webkit-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -moz-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -o-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -ms-linear-gradient(top,#ff00a2 0,#ed0097 100%);  background: linear-gradient(top,#ff00a2 0,#ed0097 100%);}
a.shortc-button.pink:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff6cc9),color-stop(100%,#ea51b2));background: -webkit-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -moz-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -o-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -ms-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: linear-gradient(top,#ff6cc9,#ea51b2 100%);  }
a.shortc-button.purple{ border: 1px solid #833083;background: #d700d7;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d700d7),color-stop(100%,#b000b0));background: -webkit-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -moz-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -o-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -ms-linear-gradient(top,#d700d7 0,#b000b0 100%);  background: linear-gradient(top,#d700d7 0,#b000b0 100%);}
a.shortc-button.purple:hover{background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f969f9),color-stop(100%,#c302c3));background: -webkit-linear-gradient(top,#f969f9 0,#c302c3 100%);background: -moz-linear-gradient(top,#f969f9 0,#c302c3 100%);  background: -o-linear-gradient(top,#f969f9 0,#c302c3 100%); background: -ms-linear-gradient(top,#f969f9 0,#c302c3 100%);background: linear-gradient(top,#f969f9,#c302c3 100%);}
a.shortc-button.black{ border: 1px solid #000;background: #434343;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#434343),color-stop(100%,#232323));background: -webkit-linear-gradient(top,#434343 0,#232323 100%);background: -moz-linear-gradient(top,#434343 0,#232323 100%);background: -o-linear-gradient(top,#434343 0,#232323 100%);background: -ms-linear-gradient(top,#434343 0,#232323 100%);background: linear-gradient(top,#434343 0,#232323 100%);}
a.shortc-button.black:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#5a5959),color-stop(100%,#3d3d3d));background: -webkit-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -moz-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -o-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -ms-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: linear-gradient(top,#5a5959,#3d3d3d 100%);}
a.shortc-button.white{ border: 1px solid #d9d9d9;background: #fbfbfb;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fbfbfb),color-stop(100%,#eee ));background: -webkit-linear-gradient(top,#fbfbfb 0,#eee 100%);background: -moz-linear-gradient(top,#fbfbfb 0,#eee 100%);  background: -o-linear-gradient(top,#fbfbfb 0,#eee 100%);background: -ms-linear-gradient(top,#fbfbfb 0,#eee 100%);background: linear-gradient(top,#fbfbfb 0,#eee 100%);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5);color:#000;text-shadow: 0 1px 0 #FFF;}
a.shortc-button.white:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFF),color-stop(100%,#f8f8f8));  background: -webkit-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -moz-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -o-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -ms-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: linear-gradient(top,#FFF ,#f8f8f8 100%);}
a.shortc-button.medium{ height:35px; line-height:35px; font-size:16px; padding:0 15px;}
a.shortc-button.big{ height:55px; line-height:55px; font-size:22px; padding:0 25px;}

@media(min-width:991px) and (max-width:1024px) {
    .ad-gallery .ad-image-wrapper .ad-image {
        left: -83px !important;
    }
}
.event-contact-info .col-sm-6  p span {
    font-weight: bold;
}
@media(min-width: 991px) and (max-width: 1024px) {
    .event-details-page .event-left-sidebar ul.event-left-sidebar-desktop {
        padding-left: 26px;
    }
    .event-details-page .event-left-sidebar ul.event-left-sidebar-desktop li a {
        font-size: 1rem;
    }
    .event-details-page .event-left-sidebar ul.event-left-sidebar-desktop li {
        margin-bottom: 16px;     
    }

}
.event-detail-sidebar .sidebar .business-event {
    margin-bottom: 2.125rem;
}