/*--------------------------------------------------------------------

888    888  .d88888b.  888b     d888 8888888888 
888    888 d88P" "Y88b 8888b   d8888 888        
888    888 888     888 88888b.d88888 888        
8888888888 888     888 888Y88888P888 8888888    
888    888 888     888 888 Y888P 888 888        
888    888 888     888 888  Y8P  888 888        
888    888 Y88b. .d88P 888   "   888 888        
888    888  "Y88888P"  888       888 8888888888 

--------------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

.contact-us p {
    line-height: 26px;
}

.careers p {
    line-height: normal;
}

.new-home-section {
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.95)), url(/wp-content/themes/Monroe-theme/img/glass-background.jpg);
    background-repeat: no-repeat;
    background-size: 50% 100%, cover;
    background-position: top right, top left;
    padding-top: 100px;
    padding-bottom: 100px;
}

.new-home-section .inner-box {
    width: 50%;
    margin-left: 50%;
    padding-left: 40px;
    padding-right: 15px;
}

.new-home-section .inner-box h1 {
    font-size: 45px;
    color: #184c78;
    font-weight: 700;
    margin-bottom: 35px;
}

.new-home-section .inner-box p {
    font-size: 20px;
    line-height: 27px;
}

@media only screen and (max-width: 1000px) {
    .new-home-section {
        background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.95)), url(/wp-content/themes/Monroe-theme/img/glass-background.jpg);
        background-repeat: no-repeat;
        background-size: 75% 100%, cover;
        background-position: top right, top left;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .new-home-section .inner-box {
        width: 75%;
        margin-left: 25%;
    }
}

@media only screen and (max-width: 800px) {
    .new-home-section {
        background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.95)), url(/wp-content/themes/Monroe-theme/img/glass-background.jpg);
        background-repeat: no-repeat;
        background-size: 100% calc(100% - 100px), cover;
        background-position: 0px 50px, top left;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .new-home-section .inner-box {
        width: 100%;
        margin-left: 0%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .new-home-section .inner-box p {
        font-size: 18px;
        line-height: 25px;
    }
    .new-home-section .inner-box h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 800px) {
    .new-home-section .inner-box h1 {
        font-size: 26px;
    }
    .new-home-section .inner-box p {
        font-size: 16px;
        line-height: 23px;
    }
}

.page-template-temp-home header.notsticky {
    background: none;
}
.page-template-temp-home header.notsticky nav {
    margin-top: 5px;
}
.page-template-temp-home header.notsticky ul {
    background: rgba(255, 255, 255, .5);
    display: inline-block;
    border-bottom: 1px solid #AABAC9;
}
.page-template-temp-home header.notsticky li {
    line-height: 52px;
}
.page-template-temp-home header.notsticky a {
    padding: 15px 5px;
}

.home-category-title {
    background: url(/wp-content/uploads/2017/01/blacksquare-tile.jpg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 25px auto;
    padding-left: 30px;
    border-bottom: 1px solid #d7d7d7;
    line-height: 35px;
}

.home-entry-date {
    font-size: 15px;
    /*color: #999999;*/
    color: #575757;
}
.page-template-temp-home .content-section {
    margin: 0;
}
.page-id-17931 .body-wrapper {
    margin-top: 0;
}

/* Hero Sections */
.home-section-one {
    background: url(/wp-content/themes/Monroe-theme/img/home/chicagotopimage.jpg);
    background-position-y: 100%;
    background-position-x: 50%;
}

.page-id-17931 .home-section-one {
    background-image: url(/wp-content/themes/Monroe-theme/img/home/chicagotopimage2.jpg);
}



.home-section-two {
    background:
    url(/wp-content/themes/Monroe-theme/img/home/ted_secondpanel.png) 0px 70px no-repeat,
    url(/wp-content/themes/Monroe-theme/img/home/second_panelbg.jpg) 0px 0px no-repeat;
    
}
@media only screen and (max-width: 899px) and (min-width: 599px) {
    .home-section-two {
        background:
        url(/wp-content/themes/Monroe-theme/img/home/ted_secondpanel.png) -133px 70px no-repeat,
        url(/wp-content/themes/Monroe-theme/img/home/second_panelbg.jpg) 0px 0px no-repeat; 
    }
}

@media only screen and (max-height: 599px) and (min-width: 899px) {
    .home-section-two {
        background:
        url(/wp-content/themes/Monroe-theme/img/home/ted_secondpanel.png) -80px 70px no-repeat,
        url(/wp-content/themes/Monroe-theme/img/home/second_panelbg.jpg) 0px 0px no-repeat; 
    }
}

.home-section-three {
    background:
    url(/wp-content/themes/Monroe-theme/img/home/thirdpanelhands.png) 0px 0px no-repeat,
    url(/wp-content/themes/Monroe-theme/img/home/thirdpanel_bg.jpg) 0px 0px no-repeat;
    background-position-y: 100%;
    background-position-x: 50%;
}
.hero-section {
    height: 100vh;
    background-size: cover;
}

/* hero sections content */
.page-template-temp-home .heroBox {
    border: 3px solid rgba(255, 255, 255, 0.75);
    display: inline-block;
}
.page-template-temp-home .heroBox .innerBox {
    background: rgba(255, 255, 255, 0.75);
    padding: 40px;
    margin: 10px;
    display: inline-block;
}
.page-template-temp-home .heroBox h2 {
    color: #185084;
    font-weight: bold;
    font-size: 42px;
}
.page-template-temp-home .heroBox p {
    font-size: 24px;
}
.page-template-temp-home .heroBox a {
    border: 2px solid #185084;
    padding: 10px 20px;
    background: none;
    color: #185084;
    font-weight: bold;
}
.page-template-temp-home .heroBox a img {
    margin-left: 3px;
}

.home-section-one {
    text-align: center;
}
.home-section-one .heroBox {
    text-align: center;
    margin-top: calc(47vh - 100px); /* using half of its height to center the margin */
}
@media screen and (min-width: 599px) {
    .home-section-one .wrapper {
        display: table;
    }
    .home-section-one .wrapper > div {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-top: 10vh;
    }
    .home-section-one .heroBox {
        margin-top: 8%;
    }
}

@media screen and (min-width: 799px) and (max-height: 600px) {
    .hero-section {
        height: 150vh;
    }
}




.home-section-two .heroBox {
    float: right;
    margin-top: calc(40% - 158px);
    margin-right: 15px;
}

@media screen and (max-width: 1300px) and (max-height: 800px) {
    .home-section-two .heroBox {
	    margin-top: calc(30% - 158px);
    }
}

@media screen and (max-width: 1100px) and (max-height: 800px) {
    .home-section-two .heroBox {
	    margin-top: calc(30% - 158px);
	    max-width: 60%;
    }
}


.home-section-three .heroBox {
    margin-top: calc(35% - 171px);
    margin-left: 15px;
}
.home-section-two .innerBox {
    max-width: 700px;
}
.home-section-three .innerBox {
    max-width: 550px;
    text-align: left;
}

.home-section-two .innerBox {
    text-align: left;
}

.hero-section .wrapper {
    height: 100%;
}
.hero-section {
    position: relative;
}
.hero-section .homeArrow {
    display: inline-block;
    position: absolute;
    margin-left: -24px;
    left: 50%;
    bottom: 30px;
}

@media only screen 
  and (min-device-width: 600px)
  and (orientation: portrait) {
    .home-section-one .heroBox {
        margin-top: calc(43% - 115px);    
    }
    .home-section-two .heroBox {
        margin-top: calc(90% - 158px);
    }
    .home-section-three .heroBox {
        margin-top: calc(70% - 171px);
    }
}


.heroMobileText {
    display: none;
}
@media only screen and (max-width: 599px) {
    .hero-section {
        height: auto;
    }
    .home-section-one {
        background-position-y: 50%;
        background-image: url(/wp-content/themes/Monroe-theme/img/home/mobileimageofchicago.jpg);
        border-top: 1px solid #cecece;
	    border-bottom: 1px solid #cecece;
    }
    .home-section-two {
        background-position: 0 0, 0 0;
    }
    
    .home-section-three {
        background-size: 100%, cover;
        background-image: url(/wp-content/themes/Monroe-theme/img/home/mobilehands.png), url(/wp-content/themes/Monroe-theme/img/home/thirdpanel_bg.jpg);
    }
    .page-template-temp-home .heroBox {
        /* margin: 130px 0 20px; */
    }
    .page-template-temp-home .heroBox .innerBox {
        padding: 120px 20px;
        text-align: center;
    }
    .page-template-temp-home .heroBox h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .page-template-temp-home .heroBox p {
        display: none;
    }
    
    .hero-section .wrapper {
        overflow: auto;
    }
    .home-section-one .heroBox {
        margin: 175px 0 215px;
        border: none;
    }
    .home-section-two .heroBox {
        margin: 15px 0;
    }
    .home-section-three .heroBox {
        margin: 15px 0;
    }
    
    .home-section-three .wrapper,
    .home-section-two .wrapper {
        padding: 0;
    }
    .home-section-three .heroBox,
    .home-section-two .heroBox {
        margin: 0;
    	width: 100%;
    	border: none;
    }
    .home-section-one .heroBox .innerBox {
        display: none;    
    }
    .home-section-three .heroBox .innerBox,
    .home-section-two .heroBox .innerBox {
        width: 100%;
        margin: 0;
        background: none;
    }
    .home-section-three .heroBox .innerBox h2,
    .home-section-two .heroBox .innerBox h2{
        display: none;
    }
    
    
    .hero-section .homeArrow {
        display: none;
    }
    
    /* mobile text */
    .heroMobileText {
        display: block;
        padding: 25px;
        border-top: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
    }
    .heroMobileText h4 {
        color: #185084;
        margin-bottom: 5px;
    }
    .heroMobileText p + p {
        margin-top: 15px;    
    }
    
    .heroMobileText p {
        font-size: 18px;
        line-height: 24px;
    }
    /*.heroMobileText p::first-line {
        font-weight: bold;
    }*/
    
    .heroMobileText a {
        font-size: 16px;
        padding: 8px 15px;
    }
    .heroMobileText a img {
        vertical-align: top;
        margin-top: 2px;
        margin-left: 4px;
    }
    
    
}

@media only screen and (max-width: 479px) {
    .home-section-one .heroBox {
	    margin: 130px 0 205px;
    }
}

@media only screen and (max-width: 399px) {
    .page-template-temp-home .heroBox .innerBox {
        padding: 100px 20px;
    }
    .home-section-one .heroBox {
	    margin: 81px 0 173px;
    }
}




/* After Hero */
.home-section-four {
    background: #2f5576;
}
.home-section-four .wrapper {
    padding: 35px 0;
}
.home-section-four .col1of3 {
    text-align: center;
    padding: 0 10px;
}
.home-section-four .col1of3:first-of-type, .home-section-four .col1of3:last-of-type {
    border-left: 1px solid #476a86;
    border-right: 1px solid #476a86;
}
.home-section-four .col1of3 h1, .home-section-four .col1of3 h6 {
    color: #fff;
}
.home-section-four .col1of3 h1 {
    font-family: 'Crimson Text';
    font-size: 56px;
    font-weight: 400;
}
.home-section-four .col1of3 h6 {
    font-size: 22px;
    font-weight: 400;
}
.home-section-four .horizontalLine {
    display: none;
}
@media only screen and (max-width: 980px) {
    .home-section-four .horizontalLine {
        display: block;
        max-width: 40%;
        margin: 20px auto;
        height: 1px;
        background: #476a86;
    }
    .home-section-four .col1of3 {
        
        border-left: none !important;
        border-right: none !important;
        padding: 10px 0;
    }
    .home-section-four .col1of3 h6 {
        margin-top: 5px;
    }
    .home-section-four .col1of3 + .col1of3 {
        border-top: 1px solid #476a86;
    }
    
    
    /* styles for the horizontal layout */
    .home-section-four .horizontalLine {
        display: none;
    }
    .home-section-four .col1of3 {
        width: 33.33%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .home-section-four .col1of3 h1 {
        font-size: 44px;
    }
    .home-section-four .col1of3 h6 {
        font-size: 18px;
    }
    .home-section-four .col1of3:first-of-type {
        border-right: 1px solid #476a86 !important;
    }
    .home-section-four .col1of3:last-of-type {
        border-left: 1px solid #476a86 !important;
    }
}
@media screen and (max-width: 479px) {
    .home-section-four .col1of3:first-of-type {
        border-right: 0 !important;
    }
    .home-section-four .col1of3:last-of-type {
        border-left: 0 !important;
    }
    .home-section-four .col1of3 {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100%;
    }
    .home-section-four .horizontalLine {
        display: block;
    }
    .home-section-four .wrapper {
        padding: 0;
    }
}

.home-section-five {
    margin-bottom: 40px;
}
.home-section-five ul {
    padding-left: 0;
    list-style: none;
}
.home-section-five li {
    margin-bottom: 15px;
    padding-left: 0px;
    background-repeat: no-repeat;
    background-size: 30px auto;
    min-height: 30px;
}
.page-template-temp-home .home-entry-date {
    margin-top: 0;
}
.home-section-five .press_release {
    background-image: url('/wp-content/themes/Monroe-theme/img/icons/Press_Release.png');
}
.home-section-five .event {
    background-image: url('/wp-content/themes/Monroe-theme/img/icons/Events.png');
}
.home-section-five .insights {
    background-image: url('/wp-content/themes/Monroe-theme/img/icons/Insights.png');
}
.home-section-five .news, .home-section-five .news_item {
    background-image: url('/wp-content/themes/Monroe-theme/img/icons/News.png');
}
.home-section-five h2 {
    margin-bottom: 10px;
    margin-top: 40px !important;
}
.home-section-five h3 {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 19px;
    line-height: 23px;
    color: #184c78;
    font-weight: 700;
}
.home-section-five .col1of2:first-of-type {
    padding-right: 10px;
}
.home-section-five .col1of2:last-of-type {
    padding-left: 10px;
}
@media screen and (max-width: 799px) {
    .home-section-five .col-holder {
        padding: 0;
    }
    .home-section-five .col1of2:first-of-type {
        padding-right: 0;
    }
    .home-section-five .col1of2:last-of-type {
        padding-left: 0;
    }
}

.home-section-six {
    padding: 60px 0 50px;
    border-top: 1px solid #eeede9;
}
.home-section-six .col-holder {
    margin: 0 -10px;
}
.home-section-six .col1of5,
.home-section-six .col1of4 {
    text-align: center;
    padding: 0 10px;
}
.home-section-six .imgContainer {
    width: 100%;
    height: 120px;
    position: relative;
}
.home-section-six .imgContainer img {
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-section-six span {
    font-weight: bold;
    color: #184c78;
}

@media screen and (max-width: 980px) {
    .home-section-six .col1of5 {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 799px) {
    .home-section-six .col-holder {
        padding: 0;
    }
}
@media screen and (max-width: 699px) {
    .home-section-six .col1of4 {
        width: 50%;
    }
}

@media screen and (max-width: 799px) {
    .home-section-six .wrapper {
       	margin-right: 15px;
	    margin-left: 15px;
	    padding-left: 0;
	    padding-right: 0;
    }
    .home-section-six .col1of4 {
        margin-top: 0;
    	padding: 8px 15px;
    	position: relative;
    }
    .home-section-six .imgContainer {
        height: 80px;
    }
    .home-section-six .col1of4 p {
        font-size: 14px;
        line-height: 20px;
    }
    .home-section-six .col1of4:first-of-type {
        vertical-align: bottom;
        padding: 0 25px 25px 0;
    }
    .home-section-six .col1of4:nth-of-type(2) {
        vertical-align: bottom;
        padding: 0 0 25px 25px;
    }
    .home-section-six .col1of4:nth-of-type(3) {
        vertical-align: top;
        padding: 25px 25px 0 0;
        margin-top: 0;
    }
    .home-section-six .col1of4:last-of-type {
        vertical-align: top;
        padding: 25px 0 0 25px;
        margin-top: 0;
    }
    .home-section-six .col1of4:nth-of-type(2):after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: 0;
        left: -50%;
        height: 1px;
        background: #dcdcdc;
    }
    .home-section-six .col1of4:nth-of-type(2):before {
        content: '';
        position: absolute;
        width: 1px;
        bottom: -50%;
        left: 0%;
        height: 100%;
        background: #dcdcdc;
    }
}

@media only screen and (max-width: 399px) {
    .home-section-six .imgContainer {
        height: 80px;
    }
}



@media only screen and (max-width: 799px) {
    .col1of4:nth-of-type(3), .col1of4:nth-of-type(4) {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 599px) {
    .col1of4 {
        margin-top: 15px;
    }
}

.home-section-six-b {
    padding: 10px 0 40px;
    border-top: 1px solid #eeede9;
    text-align: center;
}
.home-section-six-b .imgContainer {
    width: 100%;
    height: 120px;
    position: relative;
}
.home-section-six-b .imgContainer img {
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 799px) {
    .home-section-six-b .wrapper {
        margin-right: 15px;
        margin-left: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .home-section-six-b .imgContainer {
        height: 80px;
    }
}

@media only screen and (max-width: 399px) {
    .home-section-six-b .imgContainer {
        height: 80px;
    }
}

.home-section-seven {
    background: #2f5677;
    text-align: center;
    padding: 20px 0;
}
.home-section-seven h1 {
    color: #fff;
    margin-top: 0;
    font-family: 'Crimson Text';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 36px;
}
.home-section-seven h1 span {
    font-size: 42px;
}
.home-section-seven h2 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
}
.home-section-seven a {
    color: #fff;
}
.home-section-seven .btn-blue-rounded {
    border: 1px solid #fff;
    padding-bottom: 7px;
    padding-top: 7px;
}
.home-section-seven .horizontalLine {
    height: 1px;
    background: #fff;
    width: 30%;
    margin: 20px auto;
}
.home-section-seven .line1 {
    margin-bottom: 30px;
}
.home-section-seven .line2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-template-temp-home #content {
    padding-bottom: 0;
}

@media only screen and (min-width: 799px) {
    .home-section-two {
        background: url(/wp-content/themes/Monroe-theme/img/home/second_panelbg.jpg) 0px 0px no-repeat;
        background-size: cover;
    }
    
    .home-section-two .wrapper {
        background: url(/wp-content/themes/Monroe-theme/img/home/ted_secondpanel2.png) 0px bottom no-repeat;
    	background-size: 50% auto;
    	text-align: right;
    }
    
    .home-section-two .wrapper .heroBox {
        margin-top: calc(40% - 158px);
        float: none;
        width: 60%;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 999px) {
    .home-section-two .wrapper {
        background: url(/wp-content/themes/Monroe-theme/img/home/ted_secondpanel2.png) 0px bottom no-repeat;
    	background-size: 40% auto;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 999px) and (max-height: 799px) {
    .home-section-two .wrapper .heroBox {
    	margin-top: calc(30% - 158px);
    }
}
/*
@media only screen and (max-width: 899px) and (min-width: 799px) and (max-height: 899px) {
    .home-section-two .wrapper {
        background: url(/wp-content/themes/Monroe-theme/img/home/ted_secondpanel2.png) 0px bottom no-repeat;
    	background-size: 35% auto;
    }
}*/

@media only screen and (max-width: 799px) and (min-width: 599px) {
    .home-section-two {
        background: url(/wp-content/themes/Monroe-theme/img/home/second_panelbg.jpg) 0px 0px no-repeat;
        background-size: cover;
    }
    .home-section-two .wrapper {
    	background: url(/wp-content/themes/Monroe-theme/img/home/ted_secondpanel2.png) 0px bottom no-repeat;
    	background-size: auto 88%;
    	text-align: right;
    }
    .home-section-two .wrapper .heroBox {
        width: inherit;
        max-width: 100%;
        margin-top: calc(80% - 158px);
    }
}

@media only screen and (min-width: 1300px) and (max-height: 799px) {
    .home-section-two .wrapper {
    	background: url(/wp-content/themes/Monroe-theme/img/home/ted_secondpanel2.png) 0px bottom no-repeat;
    	background-size: auto 88%;
    }
}

@media only screen and (max-width: 799px) and (min-width: 599px) and (min-height: ) {
    
}


@media only screen and (max-width: 740px) and (orientation: landscape) {
    .page-template-temp-home header.notsticky {
        background: #ffffff;
    }
    .hero-section {
        height: auto;
    }
    .home-section-one {
        background-position-y: 50%;
        background-image: url(/wp-content/themes/Monroe-theme/img/home/mobileimageofchicago.jpg);
        border-top: 1px solid #cecece;
	    border-bottom: 1px solid #cecece;
	    height: 90vh;
    }
    .home-section-two {
        background-position: 0 0, 0 0;
        height: 90vh;
    }
    
    .home-section-three {
        background-size: 100%, cover;
        background-image: url(/wp-content/themes/Monroe-theme/img/home/mobilehands.png), url(/wp-content/themes/Monroe-theme/img/home/thirdpanel_bg.jpg);
    }
    .page-template-temp-home .heroBox {
        /* margin: 130px 0 20px; */
    }
    .page-template-temp-home .heroBox .innerBox {
        padding: 120px 20px;
        text-align: center;
    }
    .page-template-temp-home .heroBox h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .page-template-temp-home .heroBox p {
        display: none;
    }
    
    .hero-section .wrapper {
        overflow: auto;
    }
    .home-section-one .heroBox {
        margin: 175px 0 215px;
        border: none;
    }
    .home-section-two .heroBox {
        margin: 15px 0;
    }
    .home-section-three .heroBox {
        margin: 15px 0;
    }
    
    .home-section-three .wrapper,
    .home-section-two .wrapper {
        padding: 0;
    }
    .home-section-three .heroBox,
    .home-section-two .heroBox {
        margin: 0;
    	width: 100%;
    	border: none;
    }
    .home-section-one .heroBox .innerBox {
        display: none;    
    }
    .home-section-three .heroBox .innerBox,
    .home-section-two .heroBox .innerBox {
        width: 100%;
        margin: 0;
        background: none;
    }
    .home-section-three .heroBox .innerBox h2,
    .home-section-two .heroBox .innerBox h2{
        display: none;
    }
    
    
    .hero-section .homeArrow {
        display: none;
    }
    
    /* mobile text */
    .heroMobileText {
        display: block;
        padding: 25px;
        border-top: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
    }
    .heroMobileText h4 {
        color: #185084;
        margin-bottom: 5px;
    }
    .heroMobileText p + p {
        margin-top: 15px;    
    }
    
    .heroMobileText p {
        font-size: 18px;
        line-height: 24px;
    }
    /*.heroMobileText p::first-line {
        font-weight: bold;
    }*/
    
    .heroMobileText a {
        font-size: 16px;
        padding: 8px 15px;
    }
    .heroMobileText a img {
        vertical-align: top;
        margin-top: 2px;
        margin-left: 4px;
    }
    
    
}


