.opt-h1{
    color: #fff;
    display: inline-block;
    margin: 0;
    padding-left: 50px;
    vertical-align: middle;
    font-size: 3.14286em;
    line-height: 1.26667em;
    font-family: GothamLight;
    font-weight: 300;
}

h4.opt-h1 {
    color: inherit;
    margin-top: 0.68182em;
    padding: 0;
    margin-bottom: 0.68182em;
}

.heading .opt-h1 b {
    font-family: GothamMedium;
    font-weight: 500;
}

.opt-div {
    font-weight: inherit;
    margin-top: 0;
}

.opt-h3 {
    font-family: GothamBook;
    font-size: 2.14286em;
    font-weight: 400;
}

.opt-h3-k {
    font-size: 1.17em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
}

.heading .opt-h2.color::before {
    background: red none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 7px;
    content: '';
}
.heading .opt-h2.color--navy::before {
    background: #2e3646 none repeat scroll 0 0;
}

.heading .opt-h2.color {
    color: #2e3646;
    display: inline-block;
    font-size: 3.14286em;
    line-height: 0.84444em;
    margin-top: 0;
    padding-left: 0.90909em;
    position: relative;
}
.heading .opt-h2 {
    font-family: GothamLight;
    font-weight: 300;
    margin: 0.83em 0;
}