﻿
p {
    color: black;
    font-size:16px;
    text-align:left;
}
li {
    font-size: 16px;
    text-align: left;
}
.ib { display:inline-block; }
.c{
    text-align:center;
}
.cdiv {
    margin: auto;
    width: 75%;
    padding: 10px;
    text-align: center;
}
.m10p{
    margin-left:10%;
    margin-right:10%
}
.weight1{
    font-size:20px;
}
/* Header */
.od-header {
    text-align: center;
    padding: 20px 0 20px 0;
}
h2 {
    color: #73a236;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 52px
}
.od-sub-header {
    text-align: center;
    padding: 30px 0 10px 0;
}
h3 {
    color: #73a236;
    font-size: 34px;
    text-transform: uppercase;
}
h4 {
    font-size: 22px;
}

/* Seperator */
.breakMiddle {
    height: 6px;
    display: block;
    border: none;
    color: #abcf37;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #abcf37));
}

/* BANNER */
.od-banner {
    background-image: url(/Images/business-banner-bg-lg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    position: relative;
    height: 200px;
}

.od-banner-content {
    width: 90%;
    margin: 10px auto 0 auto;
}

.od-banner a img {
    height: 50px;
    display: inline-block;
    margin-top: 14px;
    width: auto;
}

@media (min-width: 768px) {
    .od-banner {
        height: 200px;
    }
    .od-banner p {
        width: 400px;
    }
    .od-banner p:nth-of-type(1) {
        font-size: 30px;
        margin: 20px 0 20px 0;
        width: 45%;
    }
    .od-banner p:nth-of-type(2),
    .od-banner p:nth-of-type(3) {
        line-height: 20px;
        font-size: 16px;
        width: 45%;
    }
}

@media (min-width: 1024px) {
    .pageTitleWhite {
        width: 100px;
    }
}

@media (min-width: 1200px) {
    .od-banner-content {
        width: 1120px;
        margin: 0 auto;
    }

    .od-banner p:nth-of-type(1),
    .od-banner p:nth-of-type(2),
    .od-banner p:nth-of-type(3) {
        width: 35%;
    }
}
