.carousel-caption {
    position: absolute !important;
    height: 100% !important;
    left: auto !important;
    bottom: 0 !important;
    z-index: 10;
    padding:40px;
    color: #000000;
    text-align: left;
    width: 33%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
 
}

.carousel-inner.bg-img > .item {
    background-color: white;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 70% 100%;
}


.carousel-indicators .active {
    background-color: #006cb3;
}

.carousel-indicators li {
    border: 1px solid #006cb3;
}

.carousel-control {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #006cb3;
    background-image:none !important;
}

.carousel-control:hover, .carousel-control:focus, .carousel-control:visited, .carousel-control:active {
    outline: 0;
    color: #006cb3;;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}
@media (min-width:800px) and (max-width:1280px)
{
    .carousel-inner.bg-img > .item
    {
        background-size: 800px;
    }
}

@media (min-width:1281px) and (max-width:1498px)
{
    .carousel-inner.bg-img > .item {
        background-size: 800px;
    }
}

@media (min-width:1499px) and (max-width:1799px)
{
    .carousel-inner.bg-img > .item {
        background-size: 1000px;
    }
}

@media (min-width:1800px)
{
    .carousel-inner.bg-img > .item {
        background-size: 1200px;
    }
}
.rsmColumnWrap {
    width: 268px;
}
h1 {
    color:#222;
    font-size:160%;
    font-family:DinPro;
    font-weight:700;
}

h2 {
    font-size:130%;
    font-family:DinPro;
    font-weight:400;
}

h3 {
font-size:115%;
    letter-spacing:.1em;
    font-family:DinPro;
    font-weight:bold;

}

.footer-content a {
    color: #ed8b00;
    text-decoration: none;
}


#cpcaSideBarLinks {
    padding: 1em 0 1em 1em;
}

#cpcaSideBarLinks li img {
    color: #6d6f64;
    text-decoration: none;
    margin-right:1em;
}

.sidebarLink {
    text-transform:uppercase;
    font-weight:700;
    display:block;
}

h1.page-title {
    height: 100px;
    margin-left:9%;
    padding-top: 30px;
}
#cpcaBoldHeader
{

text-transform: uppercase;
float: left;
letter-spacing: .1em;
kerning: 1.4em;
font-size: 300%;

font-family: DinPro;
font-weight: bold;
}
@media  (max-width: 980px)
{
#cpcaBoldHeader {
 font-size: 230%;
}
}
@media  (max-width: 640px)
{
   #cpcaBoldHeader {
      font-size: 200%;
   }
}
#upperButtons {
   margin-bottom: 30px;
}

.search-field {
   border-radius: 0px !important;
   width:160px;
}
#contactContainer a {
   color:white !important;
}

