
#interior header .header-inner {
    height: 300px;
    background-position: right !important;
}
#interior header .header-inner .constrainedContent {
    height: 100%;
}
.txt-box {
    color: #fff;
    position: absolute;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    text-shadow: 0px 0px 10px #000000;
}
#interior header .txt-box h1 {
    font-weight: 900;
    text-transform: uppercase;
}
.bread-crumbs {
    font-size: 1.5rem;
    text-shadow: 0px 0px 10px #000000;
}
.bread-crumbs a{
    color: #fff;
}
.bread-crumbs span:not(.last) {
    display: inline-block;
    margin: 0 5px;
}
.center-title {
    margin-bottom: 50px;
}
.center-title h2 {
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
}
.center-title h2 span{
    font-size: 4rem;
    font-weight: 900;
}
.cols-2.wide-left {
    padding-top: 40px;
}
.cols-2.wide-left .col:first-of-type {
    margin-bottom: 40px;
}
.int-content {
    color: #fff;
    padding: 30px 0 60px;
}
.contact .logo-background {
    background: url(/images/uploads/general/bg-logo.png) center no-repeat;
    background-size: auto 118%;
}
.cols-2.wide-left .col {
    z-index: 0;
}
.image-container {
    position: relative;
    max-width: 200px;
    width: 88%;
    z-index: 0;
    margin-left: 20px;
}
.image-container img {
    width: 100%;
    max-width: none;
    display: block;
    position: relative;
    z-index: 1;
}
.image-container:before {
    content: '';
    border: 10px solid #0b0d30;
    width: 100%;
    height: 100%;
    left: -20px;
    display: block;
    position: absolute;
    top: -20px;
    bottom: 0;
    z-index: 0;
}
.col-content {
    padding-left: 11.5%;
    color: #BCBCC2;
    font-size: 1.4rem;
    line-height: 180%;
}
.col-content h2 {
    color: #fff;
}
.col-content p {
    margin-bottom: 28px;
}
.int-content .col-content ol,
.int-content .col-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.contact .int-content .col-content ol,
.contact .int-content .col-content ul {
    padding-left: 0;
}
.int-content .col-content ol li,
.int-content .col-content ul li {
    margin-bottom: 10px;
    position: relative;
}
.int-content .col-content ul li:before {
    content: '\000B7';
    position: absolute;
    left: -12px;
    top: 1px;
    font-size: 20px;
}
.contact .int-content .col-content ul li:before{
    content: '';
}
.int-content .col-content ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}
.int-content .col-content ol li{
    counter-increment: my-awesome-counter;
    padding-left: 5px;
}
.int-content .col-content ol li:before {
    content: counter(my-awesome-counter)'.';
    position: absolute;
    left: -12px;
}
.offset-title {
    z-index: 10;
    padding-left: 20px;
    margin-bottom: 42px;
}
.offset-title h2{
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
}
.offset-title h2 span{
    font-size: 3rem;
    font-weight: 900;
}
@media only screen and (min-width: 700px) {

}
@media only screen and (min-width: 800px) {
    .center-title h2 {
        font-size: 3rem;
    }
    .center-title h2 span{
        font-size: 6rem;
    }
    .cols-2 {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: -ms-flex-start;
        justify-content: flex-start;
    }
    .cols-2 .col{
        width: 50%;
    }
    #interior header .header-inner {
        height: 500px;
    }
    #interior header .txt-box h1 {
        font-size: 4rem;
    }
    .cols-2.wide-left .col:first-of-type{
        width: 54%;
        margin-bottom: 0;
    }
    .cols-2.wide-left .col:last-of-type{
        width: 46%;
    }
    .cols-2.wide-left .col:last-of-type {
        padding-top: 52px;
    }
    .image-container:before {
        top: -63px;
        left: -13.5%;
    }
    .offset-title {
        margin-left: -12%;
        padding-left: 0;
        margin-bottom: 42px;
    }
    .image-container {
        max-width: 565px;
        margin-left: 12%;
    }
    .image-container:before {
        border: 20px solid #0b0d30;
    }
    .cols-2.wide-left {
        padding-top: 63px;
    }
    .offset-title h2{
        font-size: 3rem;
    }
    .offset-title h2 span{
        font-size: 4rem;
    }

}
@media only screen and (min-width: 920px) {
    .int-content {
        padding: 150px 0 130px;
    }
    .center-title {
        margin-bottom: 90px;
    }
}
@media only screen and (min-width: 1080px) {

}