﻿/*horizontal green banners list
.banners {padding: 12px 0 0 0;}

    .banners li {
        float: left;
        margin-left: 6px;
        font-size: 22px;
        letter-spacing: -1px;
        line-height: 65px;
        list-style:none;
	}

    .banners li:first-child {margin-left: 0;}

    .banners li a {
		font-family:'MyriadPro-Light',Sans-Serif;
		text-shadow: 1px 1px 0px #417c01;
		/*filter: dropshadow(color=#417c01, offx=1, offy=1);
	
        display: block;
        width: 323px; height: 65px;
        color: #fff;
        text-align: center; text-decoration: none;
        background: url(../images/banner-bg.gif) no-repeat left top;
	}
	
	.banners li b {
		font-family:'MyriadPro-Semibold',Sans-Serif;
		text-shadow: 1px 1px 0px #417c01;
		/*filter: dropshadow(color=#417c01, offx=1, offy=1);
	}
	
    
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/



body, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

#slogan h2 {
    font-size: 1.6rem;
}

p {
    font-size: 100%;
    line-height: 2em;
}

.container.ecom strong {
    font-size: 100%;
}

.container p, li {
    font-size: 90%;
    font-weight: normal;
    line-height: 1.2em;
    font-family: 'MyriadPro-Regular',Sans-Serif;
}

li {
    list-style: none;
}

.banners {
    background: url(../images/banner-bg.gif) no-repeat left top;
    background-size: 99% 100%;
    font-size: 22px;
    letter-spacing: -1px;
    text-align: center;
    height: 85px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 86px;
}

    .banners a {
        font-family: 'MyriadPro-Light',Sans-Serif;
        text-shadow: 1px 1px 0px #417c01;
        color: #fff;
        text-align: center;
        font-size: 21px;
        font-weight: normal;
        text-decoration: none;
        letter-spacing: -1px;
    }

    .banners b {
        font-family: 'MyriadPro-Semibold',Sans-Serif;
        text-shadow: 1px 1px 0px #417c01;
        /*filter: dropshadow(color=#417c01, offx=1, offy=1);*/
    }

.ecom-header {
    background: rgba(0, 0, 0, 0) url("../images/pageHeaders/ecommerce.png") no-repeat;
    background-size: cover;
}

.data-header {
    background: rgba(0, 0, 0, 0) url("../images/pageHeaders/databases.png") no-repeat;
    background-size: cover;
}

.soft-header .in-header {
    background: rgba(0, 0, 0, 0) url("../images/pageHeaders/frustrated.png") no-repeat;
}

.ecom-header .in-header {
    background: rgba(0, 0, 0, 0) url("../images/pageHeaders/ecommerce.png") no-repeat;
}

.data-header .in-header {
    background: rgba(0, 0, 0, 0) url("../images/pageHeaders/databases.png") no-repeat;
}

.soft-header .in-header, .ecom-header .in-header, .data-header .in-header {
    background-size: cover;
    background-position: 55%;
}

.link2 {
    font-family: 'MyriadPro-Regular',Sans-Serif;
    text-shadow: 1px 1px 0px #265800;
    filter: dropshadow(color=#265800, offx=1, offy=1);
    text-align: center;
    width: 100%;
}

.link2 {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: none;
    line-height: 1.2em;
    background: url(../images/link2-bgd.gif) left top repeat-x;
}

    .link2:hover {
        color: #000;
    }

    .link2 span {
        display: block;
        background: url(../images/link2-left.gif) no-repeat left top;
    }

        .link2 span span {
            padding: 10px 22px;
            background: url(../images/link2-right.gif) no-repeat right top;
        }

/* Medium and up */
@media screen and (min-width: 40em) {
    .banners {
        height: 65px;
        line-height: 65px;
    }

        .banners a {
            font-size: 17px;
        }

    .soft-header, .ecom-header, .data-header {
        height: 220px;
    }

        .soft-header .in-header, .ecom-header .in-header, .data-header .in-header {
            background: none;
        }

    .link2 {
        width: auto;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    .banners {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .banners a {
            font-size: 21px;
        }

    .row.column {
        padding: 2px;
    }
}
