/* =========================================
   ABOUT US PAGE STYLES (SELF-CONTAINED)
   ========================================= */

.content-page {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
}

.content-page .wrap {
    max-width: 1170px;
    width: 95%;
    display: block;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}

.content-page h1, 
.content-page h2, 
.content-page h3, 
.content-page h4 {
    line-height: 1.3;
    padding: 0;
    margin: 40px auto;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
    color: #40464a;
}

.content-page h1 { font-size: 36px; }
.content-page h2.h4 { font-size: 24px; }

.content-page h1:after, 
.content-page h2:after, 
.content-page h4:after {
    content: '';
    width: 160px;
    height: 5px;
    border-bottom: 3px solid #21256d;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.content-page p {
    color: #40464a;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: justify;
    line-height: 25px;
}

.content-page p a,
.structure-content-block a {
    font-weight: 600;
    color: #21256d;
    text-decoration: underline;
    z-index: 99;
}

.content-page ul {
    margin-bottom: 25px;
    margin-top: 15px;
    padding: 0;
    list-style: none;
}

.content-page ul li {
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 19px;
    position: relative;
    line-height: 25px;
    text-align: left;
    font-weight: 400;
    color: #40464a;
    margin-bottom: 10px;
    padding: 0 0 0 30px;
}

.content-page ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8.5px;
    width: 8px;
    height: 8px;
    background: #21256d;
}

.content-page ul li ul {
    margin-top: 10px;
}

.content-page ul li ul li:before {
    background: transparent;
    border: 2px solid #21256d;
}

.content-page .row.centered {
    text-align: center;
}

.content-page .quote {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 90px auto 120px auto;
    max-width: 780px;
}

.content-page .quote .top {
    position: relative;
    height: 40px;
}

.content-page .quote .top:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #21256d;
    margin: auto;
}

.content-page .quote .top img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    padding: 0 20px;
}

.content-page .quote:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #21256d;
    margin: auto;
    max-width: 300px;
}


.content-page .quote p {
    float: left;
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    font-style: italic;
    color: #747f86;
    padding: 15px 0 30px 0;
    margin: 0;
}

.content-page .info {
    float: left;
    width: 100%;
    border-top: 8px solid #ca1d1d;
    position: relative;
    display: flex;
    padding: 25px 0;
    margin-bottom: 50px;
    background: #f2f2f2;
    box-sizing: border-box;
    padding-left: 95px;
    min-height: 118px;
}

.content-page .info img {
    position: absolute;
    left: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.content-page .info p {
    float: left;
    margin: 0;
    padding: 0;
    color: #40464a;
    font-size: 19px;
    line-height: 25px;
    text-align: left;
    display: block;
    align-items: center;
}

/* Right Floated Images in About Page */
.content-page .gallery-item.right-img,
.content-page .pic-with-desc.align.right,
.content-page .pic-with-desc.right {
    float: right;
    width: 45%;
    max-width: 480px;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
    display: block;
    position: relative;
    z-index: 5;
}

.content-page .gallery-item.right-img img,
.content-page .pic-with-desc.right img {
    width: 100%;
    height: auto;
    display: block;
}
