body.page-loaded .word {
    opacity: 1;
    transform: translateY(0);
}

body .word {
    transform: translateY(100%);
}



body .word {
    display: block;
    text-align: left;
    opacity: 0;
    transition: all 2.2s cubic-bezier(.77,0,.175,1);
    line-height: 80%;
}

body section.home-slides .hero .title h1 span.word:nth-of-type(3), body section.home-slides .hero .title h1 span.word:nth-of-type(4) {
    transition-delay: .2s;
}

body p.word {
    transition-delay: .4s;
}

#years-logo {
    position: absolute;
    left: 0;
    top: 0;
    margin: 50px 0 0 2%;
    max-width: 190px;
}

@media (max-width: 767px) {
    #years-logo {
        margin: 120px 0 0 3%;
        max-width: 150px;
    }
}

@media (min-width: 991px) {
    #years-logo {
        margin: 70px 0 0 2%;
        max-width: 190px;
    }
}

#transp {
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
    z-index: 2;
}

section.home-slides {
    color: #fff;
    display: block;
    text-align: center;
    transition-delay: .8s!important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow:hidden;
}

section.home-slides .hero {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background-image: url(../../assets/images/MercerMorgan-Homepage-25.jpg);
    background-size: cover;
    background-position: 100% 70%;
    animation: shrink 4s 1;
}
@media (max-width: 767px) {
    section.home-slides .hero {
        animation: none;
    }
}

@media (max-width: 1600px) {
    section.home-slides .hero {
        background-position: 40% 106%;
    }
    body .word {
        line-height: 90%;
    }
}

@media (max-width: 767px) {
    section.home-slides .hero {
        background-position: 40% 106%;
    }
    body .word {
        line-height: 100%;
    }
}

  @keyframes shrink {
    0% {
        transform:scale(1.2);
    }
    100% {
        transform:scale(1);
    }
  }

section.home-slides .hero .title {
    font-family: 'Montserrat', sans-serif !important;
    line-height: .8775em;
    display: inline-block;
    margin: auto;
    text-transform: uppercase;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.temp-margin {
    margin-top: 54px;
}

.word1, .word2 {
    color: white !important;
}

/* .word3, .word4 {
    paint-order: stroke fill;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #77cef7;
} */

@media (min-width: 767px) {
    @supports (-webkit-text-stroke-width:1px) {
        .word3, .word4 {
            color: transparent;
            text-shadow: none;
            -webkit-text-stroke-width: 1.5px;
            -webkit-text-stroke-color: #77cef7;
        }
    }
}

#svg-texts text {
    font-family: 'Montserrat', sans-serif !important;
}

.read-more-link:not(.btn) {
    display: block;
    color: #060a4a;
}

.read-more-link:not(.btn):hover {
    color: #77cef7;
}

/*Anim*/
#main-wrapper {
    opacity: 0;
    animation: transitionIn 0.4s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
@keyframes transitionIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

svg text {
    font-size:659.144px;
    transform: matrix(1, 0, 0, 1 -702.9893, 711.1275) !important;
}

[data-animation] {
    display: block;
    margin: auto;
}


#home-animation-wrapper {
    position: relative;
    cursor: pointer;
    height: 86px;
    width: 100%;
    display: inline-block;
  }
  #home-animation-wrapper svg {
    width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.main-section {
    z-index: initial;
}
.anchor {
    position:absolute;
    top: -40px;
}
.anchor#latestnews {
    position:absolute;
    top: -120px;
}

.anchor#services {
    position:absolute;
    top: 0px;
}

.mobile-device .anchor#services {
    position:absolute;
    top: -50px;
}

video {
    display: none;
}

.header-menu .nav-link span:hover {
    color: #3976f1;
    transition: all 0.2s;
}

.social-networks.social-networks-layout-2 ul li a:first-child * {
    background-color: #fff!important;
    color: #070A47!important;
    line-height: 34px;
}
.social-networks.social-networks-xs ul li a {
    font-size: 22px;
    width: 34px;
    height: 34px;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.wrapper{
width: 100%;
height: 100vh;
overflow: hidden;
}

.wrapper .wrapper__video{
object-fit: cover;
width: 100%;
height: 100vh;
right: 0;
bottom: 0;
min-width: 100%; 
min-height: 100vh;
}

.small-container {
    max-width: 80%;
    margin: auto;
}

.small-container p {
    font-size: 20px;
}

.small-container img {
    max-width: 200px;
}

#section-1 {
    background-image: url(../../assets/images/Bg-Desktop-Header.jpg);
}
#primary h1 {
    font-family:Arial, Helvetica, sans-serif !important;
    margin-bottom: 0 !important;
    margin-top: -140px;
    font-size: calc(calc(6rem + 5 * ((100vw - 26.25rem) / 820)));
    color: #77cef7;
}
@media (max-width: 1600px) {
    #primary h1 {
        font-size: calc(calc(5rem + 5 * ((100vw - 26.25rem) / 820)));
    }
}
/* @media (max-width: 1400px) {
    #primary h1 {
        font-size: calc(calc(3rem + 5*((100vw - 26.25rem) / 820)));
    }
} */
@media (max-width: 991px) {
    #primary h1 {
        font-size: calc(calc(3.5rem + 5 * ((100vw - 26.25rem) / 820)));
    }
}
@media (max-width: 500px) {
    #primary h1 {
        font-size: calc(calc(2.6rem + 5 * ((100vw - 26.25rem) / 820)));
    }
}

@media (hover: none) and (pointer: coarse) {
    #primary h1 {
        font-size: calc(calc(2.1rem + 5 * ((100vw - 26.25rem) / 820)));
        margin-top: 0px !important;
    }
    body .word {
        line-height: 100%;
        font-family: 'Montserrat';
        font-weight: 700;
    }
    @supports (-webkit-text-stroke-width:1px) {
        .word3, .word4 {
            color: transparent;
            text-shadow: none;
            -webkit-text-stroke-width: 0 !important;
            -webkit-text-stroke-color: #77cef7 !important;
            color: #77cef7 !important;
        }
        .word3, .word4 {
            -webkit-text-stroke-width: 0 !important;
            color: #77cef7 !important;
        }
    }
}

@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
    #primary h1 {
        font-size: calc(calc(2.1rem + 5 * ((100vw - 26.25rem) / 820)));
        margin-top: 0px !important;
    }
    #years-logo {
        max-width: 150px;
    }
    section.home-slides .hero {
        background-position: 40% 66%;
    }
}
.accordion {
    border: transparent;
    background-color: transparent !important;
}

.accordion-body h2 {
    color: #ffffff;
}

.accordion-body h3 {
    font-size: 22px;
}

.accordion-button {
    background: white !important;
    outline: none;
}

.accordion-body p {
    font-size: 16px;
    line-height: 32px;
}

.accordion-body p.semibold {
    line-height: 30px;
}
  
.accordion-alt {
    display: flex;
    justify-content: space-between;
}

.accordion-alt .accordion-item {
    display: inline-flex;
}

.accordion-button:before, .accordion-button:after {
    display: none;
}

.accordion-alt .accordion-button {
    padding: 30px 30px 0;
}

.activated.accordion-alt .accordion-button.collapsed {
    opacity: 0.2;
}

#section-3 {
    background-image: url(../../assets/images/ByTheNumbers.jpg);
    background-size: cover;
    background-position: top left;
}

#section-3 h2 {
    color: #77cef7;
    font-size: 38px;
}

#section-3 h2 span + span {
    margin-left: -8px;
}

#section-3 h3 {
    color: #ffffff;
    font-size: 24px;
}

#section-3 p {
    font-size: 18px;
    line-height: 26px;
}

#section-3 .main-block {
    margin: 0 auto 36px;
    padding: 20px;
}

#section-4 {
    padding-bottom: 0;
}

#section-4 .accordion .main-block-container img {
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}

#section-4 .accordion .main-block-container:hover img {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }

  #section-4 .accordion .main-block-container .main-block-body {
    transition: all .2s;
    margin-top: 0;
  }

  #section-4 .accordion .main-block-container:hover .main-block-body {
      margin-top: 2px;
      transition: all .2s
  }

#section-4 .accordion .main-block-header {
    width: 90px;
    height: 90px;
    margin: 20px auto 0;
}

#section-4 .accordion .main-block-header img {
    width: 100%;
}

#section-4 .main-block-content p {
    font-size: 18px;
    font-weight: 700;
    max-width: 250px;
    margin: -20px auto 0;
}

#section-4 #accordion-3-collapseOne, #accordion-4-collapseOne {
    background-image: url(../../assets/images/ServicesSearch.jpg);
    background-size: cover;
}
#section-4 #accordion-3-collapseTwo, #accordion-4-collapseTwo {
    background-image: url(../../assets/images/ServicesMarketInsights.jpg);
    background-size: cover;
}
#section-4 #accordion-3-collapseThree, #accordion-4-collapseThree {
    background-image: url(../../assets/images/ServicesDiversity.jpg);
    background-size: cover;
}
#section-4 #accordion-3-collapseFour, #accordion-4-collapseFour {
    background-image: url(../../assets/images/ServicesInnovationFund.jpg);
    background-size: cover;
}

#section-4 .accordion-body {
    padding: 160px 20px;
}

.accordion-item {
    border: none;
}

#section-5 {

}

#section-5 .main-block .main-block-heading {
    background-color: #C4F876;    
    padding: 16px 26px;
    height: 110px;
}

#section-5 .main-block .main-block-header {
    margin: 0 0 26px;
}

#section-5 .name {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    MARGIN-BOTTOM:-2PX;
    color: #070A47 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#section-5 .name img {
    max-width: 35px;
    max-height: 35px;
}
#section-5 .role {
    font-size: 16px;
    line-height: 24px;
    margin-top: 2px;
    color: #070a47;
}

#section-5 .main-block-content.team-member-block-content {
    font-size: 16px;
    line-height: 27px;
    color: #070A47 !important;
    padding: 6px 26px;
}

#section-6 strong {
    color: #3976f1;
    font-weight: 700;
}
#section-6 p {
    font-size: 12px;
    line-height: 15px;
    padding-right: 56px;
}

#section-6 .progressArea p {
    font-size: 14px;
    line-height: 16px;
    color: #696969;
    padding-right: 0;
    margin-left: 10px;
}

#section-6 .logoColumns {
    width: 100%;
    display: block;
}

.progressArea {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-top: 20px;
}
/*Progress Bar 1*/

.progress-bar {
    height: 100px;
    width: 100px;
  }
  
  .progress-bar div {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
  }
  
  .progress-bar div span {
    position: absolute;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 25px;
    font-weight: 700;
    line-height: 75px;
    height: 75px;
    width: 75px;
    left: 12.5px;
    top: 12.5px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    color: #060a4a;
  }
  
  .progress-bar .background { background-color: #b3cef6; }
  
  .progress-bar .rotate {
    clip: rect(0 50px 100px 0);
    background-color: #4b86db;
  }
  
  .progress-bar .left {
    clip: rect(0 50px 100px 0);
    opacity: 1;
    background-color: #b3cef6;
  }
  
  .progress-bar .right {
    clip: rect(0 50px 100px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #4b86db;
  }
  
  @keyframes 
  toggle {  0% {
   opacity: 0;
  }
   100% {
   opacity: 1;
  }
  }

  @media (max-width: 991px) {
    #section-6 .border-start {
        border: none !important;
        margin-top: 60px;
    }
    #section-6 img {
        margin: auto;
    }
    #section-6 .progressArea {
        display: flex;
        align-items: center;
        font-weight: 700;
        margin-top: 20px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    #section-6 .progressArea p {
        font-size: 20px;
        line-height: 24px;
        color: #696969;
        padding-right: 0;
        margin: 10px auto 30px;
    }
    #section-6 p {
        font-size: 16px;
        line-height: 24px;
        padding-right: 0px;
        margin-top: -20px;
        margin-bottom: 20px;
    }
  }

  @media (max-width: 1199px) and (min-width: 992px)  {
    #section-6 .progressArea p {
        font-size: 12px;
        line-height: 16px;
        color: #696969;
        padding-right: 0;
        margin-left: 10px;
        white-space: nowrap;
    }  
  }
/*Progress Bar 1 End*/

.owl-item .main-block .main-block-header {
    z-index: 2;
    padding: 0;
    width: 100%;
    line-height: 0;
    margin: 0 0 30px;
    position: relative;
    min-height: 250px;
    display: grid;
    align-content: center;
}

.owl-item .image-block .image-block-header.expand > img {
    width: 122%;
    left: -10%;
    max-width: 370px;
}

.owl-item .image-block .image-block-header.contain > img {
    max-width: 260px !important;
}

.owl-item .image-block .image-block-header > img {
    /* max-width: none; */
    /* max-width: 180px !important;
    margin: auto; */
}

footer * {
    color: #58595B !important;
}

footer .navbar-brand img {
    margin: initial;
    margin-top: -10px;
}

.footer-section-top .widget .widget-title {
    font-size: 22px;
    font-weight: 700 !important;
    line-height: 28px;
    color: #58595B;
}

footer ul {
    padding-left: 0 !important;
}

footer h6 {
    font-size: 30px;
    line-height: 37px;
    color: #58595B;
    font-weight: 700;
    text-transform: uppercase;
}

footer strong {
    font-weight: bold;
}

ul.contacts > li {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #58595B;
    margin-bottom: 50px;
}

ul.contacts > li li {
    font-size: 16px;
    line-height: 24px;
    color: #58595B;
    font-weight: 400;
    margin-bottom: 0;
}

ul.contacts > li li a {
    color: #58595B;
    display: inline-block;
}
footer {
    background-color: #F4F2F2 !important;
}

footer .widget_nav_menu ul li a::before {
    display: none;
}

footer .widget-title {
    margin-bottom: 52px;
}

footer .widget_social h6.widget-title {
    margin: 2.4rem 0;
}

footer .textwidget {
    padding-right: 100px;
}

footer .social-networks.social-networks-sm ul li a {
    width: 40px;
    height: 40px;
}

.name .social-networks {
    width: initial;
    margin: 0;
}

.name .social-networks.social-networks ul {
    float: right;
}

.name .social-networks.social-networks-sm ul li:hover a i:nth-last-child(2) {
    margin-top: -26px;
}

.name .social-networks.social-networks-sm ul li a {
    width: 30px;
    height: 30px;
}
.name .social-networks.social-networks-layout-2 ul li a:first-child * {
    background-color: #070A47!important;
    color: #C4F876!important;
    line-height: 28px;
    font-size: 18px;
}

.name .social-networks.social-networks-layout-2 ul li a:first-child :last-child {
    line-height: 28px;
}

footer .social-networks.social-networks-layout-2 ul li a:first-child * {
    background-color: #070A47!important;
    color: #fff!important;
    line-height: 38px;
    font-size: 24px;
}

footer .social-networks.social-networks-layout-2 ul li a:first-child :last-child {    line-height: 38px;
}

.disclaimer {
    font-size: 13px;
    line-height: 34px;
}

.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

#news h4 a {
    font-size: 18px;
    color: #3976f1;
}

#news a:hover {
    color: #77cef7;
}

.newtagline {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 6px;
    margin: 30px auto;
    text-transform: uppercase;
    max-width: 310px;
    font-size: 13px;
    color: #77cef7;
    letter-spacing: 0.5px;
}
.newtagline img {
    margin-right: 15px;
    margin-top: -5px;
    max-width: 20px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
    }
}


@media (max-width: 2400px) {
    .owl-item .image-block .image-block-header.expand > img {
        width: 122%;
        left: -10%;
        max-width: 480px;
        margin: auto;
    }
}

@media (max-width: 1200px) {
    .tagline {
        display: none;
    }
    footer .textwidget {
        padding-right: 30px;
    }
    ul.contacts > li li {
        font-size: 16px;
        line-height: 24px;
        color: #58595B;
        font-weight: 400;
    }
}

@media (min-width: 992px) {
    [data-animation] {
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .newtagline {
        background-color: rgba(255, 255, 255, 0.1);
        padding: 0 6px;
        margin: 30px auto;
        text-transform: uppercase;
        max-width: 240px;
        font-size: 9px;
        color: #77cef7;
        letter-spacing: 0.5px;
    }
    .newtagline img {
        margin-right: 15px;
        margin-top: -2px;
        max-width: 16px;
    }
    
    svg text {
        font-size:559.144px;
        transform: matrix(1, 0, 0, 1, -399, 711.1275) !important;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
        margin-top: -50px;
    }
    footer .navbar-brand img {
        display: block;
        margin: 0 auto;
        height: initial;
        max-width: 400px;
        width: 100%;
    }
    footer .textwidget {
        padding-right: 20px;
    }
    .header-menu .header-menu-buttons .btn {
        width: 100%;
    }

    .header-menu .header-menu-buttons :last-child a.btn-lg {
        width: 230px;
        float: right;
        font-size: 14px;
            font-weight: 600;
            padding: 12px 15px;
    }

    .header-menu-buttons .social-networks {
        border-bottom: none !important;
    }

    .header-menu .header-menu-buttons {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    #section-1 {
        background-image: url(../../assets/images/mobile/MercerMorgan-MobileHeaderBG.jpg);
    }
    .accordion:not(.accordion-alt) {
        display: block;
    }
    .accordion.accordion-alt {
        display: none;
    }
    h2, h3 {
        text-align: center;
    }
    .navbar-brand img {
        display: block;
        margin: 0 auto;
        height: 27px;
    }
    p {
        font-size: 14px;
        line-height: 25px;
    }

    h2 {
        font-size: 33px;
    }
    h2 > img, .h2 > img {
        margin-right: 0px;
        margin-top: -5px;
        max-width: 45px;
    }
    #section-3 h2 {
        font-size: 36px;
    }
    #section-3 h3 {
        color: #ffffff;
        font-size: 25px;
    }
    #section-3 p {
        font-size: 17px;
        line-height: 20px;
    }
    #section-3 h2 span + span {
        margin-left: -10px;
    }
    #section-3 .main-block {
        margin: 0 auto 36px;
        padding: 20px 10px;
    }
    .main-section:not(#carousel) {
        padding: 72px 20px;
    }
    .accordion-header {
        margin-bottom:0;
    }
    .accordion-collapse {
        margin-left: calc(-18vw);
        margin-right: calc(-18vw);
    }
    #section-4 .accordion-body {
        padding: 60px calc(2.5vw);
    }
}
@media (min-width: 992px) {
    .accordion:not(.accordion-alt) {
        display: none;
    }
    .accordion.accordion-alt {
        display: flex;
    }
    .header-menu-buttons .social-networks {
        display: none;
    }
}

@media (max-width: 767px) {
    .newtagline {
        max-width: 230px;
        font-size: 9px;
    }
    .newtagline img {
        margin-right: 10px;
        margin-top: -5px;
        max-width: 16px;
    }

    svg text {
        font-size: 439.144px;
        transform: matrix(1, 0, 0, 1, -69, 711.1275) !important;
    }
    #home-animation-wrapper {
        margin-top: -16px;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
        margin-top: -40px;
    }
    #section-4 .accordion .main-block-header {
        width: 90px;
        height: 90px;
        margin: 20px auto 0;
    }
    #section-4 .main-block-content p {
        font-size: 18px;
        font-weight: 700;
        max-width: 160px;
        margin: -20px auto 0;
    }
    .accordion-body p {
        font-size: 14px;
        line-height: 25px;
    }
    .accordion-body p.semibold {
        line-height: 28px;
        font-size: 19px;
    }
    .accordion-collapse img {
        max-width: 154px;
    }
    .accordion-body p.bold {
        font-size: 18px;
        line-height: 30px;
    }
    #section-3 {
        background-image: url(../../assets/images/mobile/ByTheNumbersMobile.jpg);
        background-size: cover;
        background-position: top left;
    }
    #section-4 .accordion-body {
        padding: 60px calc(3vw);
    }
    #section-4 #accordion-3-collapseOne, #accordion-4-collapseOne {
        background-image: url(../../assets/images/mobile/ExecutiveSearchMobile.jpg);
        background-size: cover;
        background-position: bottom;
    }
    #section-4 #accordion-3-collapseTwo, #accordion-4-collapseTwo {
        background-image: url(../../assets/images/mobile/MarketInsightsMobile.jpg);
        background-size: cover;
    }
    #section-4 #accordion-3-collapseThree, #accordion-4-collapseThree {
        background-image: url(../../assets/images/mobile/SocialResponsibilityMobile.jpg);
        background-size: cover;
    }
    #section-4 #accordion-3-collapseFour, #accordion-4-collapseFour {
        background-image: url(../../assets/images/mobile/BoardServicesMobile.jpg);
        background-size: cover;
    }

    .btn {
        font-size: 14px;
        font-weight: 600;
        padding: 12px 5px;
    }
    .section-title a {
        display: inline-block;
        margin: 0;
        min-width: 48%;
    }

    #btns {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    #section-4 .accordion-body {
        padding: 60px calc(18vw);
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
        margin-top: -50px;
    }
}


@media (max-width: 420px) {
    #primary h1 {
        margin-bottom: 0 !important;
    }

    #home-animation-wrapper {
        position: relative;
        cursor: pointer;
        height: 56px;
        width: 100%;
        display: inline-block;
        margin-top: -8px;
    }
    svg text {
        font-size: 510px;
        transform: matrix(1, 0, 0, 1, -249, 711.1275) !important;
    }
    .header-menu .header-menu-buttons :last-child a.btn-lg {
        width: 100%;
    }
    .section-title-intro h1, .section-title-intro .h1 {
        font-size: 30px;
    }
    .section-title a {
        display: inline-block;
        margin: 0 4px 0;
    }
    #section-4 h2 {
        font-size: 28px;
    }
    /* .newtagline {
        background-color: rgba(255, 255, 255, 0.2);
        padding: 10px;
        margin: 30px auto;
        text-transform: uppercase;
        max-width: 330px;
        font-size: 12px;
        color: #77cef7;
        letter-spacing: 0.5px;
    }
    .newtagline img {
        margin-right: 10px;
        margin-top: -5px;
        max-width: 16px;
    } */
}

header .navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tagline {
    text-transform: uppercase;
    color: #3976f1;
    font-size: 12px;
    margin: 5px 0 4px 22px;
}

