/**/
#lp-about { display: block; width: 100%; padding: 2% 0; }
#lp-about h1, #lp-about h2 { color: #e2ae00; text-transform: uppercase; font-size: 3rem; font-weight: 700; text-align: center; font-family: "Roboto Slab", sans-serif !important; margin: 0 0 2%; }
#lp-about nav.row {
    display: table;
    margin: 0 auto;
}
#lp-about nav.row .item {
    width: auto;
    text-align: center;
    display: inline-flex;
    margin: 0;
}
#lp-about nav.row .item a {
    color: #fff;
    background: #1f66a1;
    line-height: 40px;
    font-size: 12px;
    padding: 0 30px;
}
#lp-about nav.row .item img {}
#lp-about nav.row .item p {}
#lp-about nav.row .item:hover a{background:#333;}
#lp-about nav.row .item:hover img {}
#lp-about nav.row .item:hover p {}


/**/
.lp-textBlock.lp2 {}
.lp-textBlock.lp2 .container {}
.lp-textBlock.lp2 .container .row {}
.lp-textBlock.lp2 .container .row figure {}
.lp-textBlock.lp2 .container .row figure img {}
.lp-textBlock.lp2 .container .row .text {
    margin: 0;
}
.lp-textBlock.lp2 .container .row .text h2, .lp-textBlock.lp2 .container .row .text h3 {}
.lp-textBlock.lp2 .container .row .text p {}
.lp-textBlock.lp2:nth-child(even) {}
.lp-textBlock.lp2:nth-child(even) .container .row {}
.lp-textBlock.lp2:nth-child(even) .container .row figure {}
.lp-textBlock.lp2:nth-child(even) .container .row .text {}
.lp-textBlock.lp2:nth-child(odd) {}
.lp-textBlock.lp2:nth-child(odd) .container .row {}
.lp-textBlock.lp2:nth-child(odd) .container .row figure {}
.lp-textBlock.lp2:nth-child(odd) .container .row .text {}