
/******************* 2018.7.13 ***********************/ 

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.home #offers{
	width:100%;
	float:left;
	clear:both;
	margin-top: 50px;
	padding:70px 0;
	background:#f2f2f2;
	font-family: 'Source Sans Pro',sans-serif;
	line-height: 1.5em;
}
.home #offers .colthree{margin:60px 0 0 0}
.home #offers .offer{position:relative;text-align:left;display:inline-block;height:310px;width:96%;margin:0 2%;max-width:340px}
.home #offers .offer h3{position:absolute;top:-60px;left:0}
.home #offers #create{text-align:left}
.home #offers #create .offer{background:url("../images/home-offer-create.png") top right no-repeat;background-size:contain}
.home #offers #deploy{text-align:center}
.home #offers #deploy .offer{background:url("../images/home-offer-deploy.png") top right no-repeat;background-size:contain}
.home #offers #manage{text-align:right}
.home #offers #manage .offer{background:url("../images/home-offer-manage.png") top right no-repeat;background-size:contain}
.home #offers span.outside{font-size:17px;display:block;position:absolute;bottom:0;left:0}
.home #offers span.outside span.top{width:70%;display:block}
.home #offers span.outside span.btm{width:85%;display:block}
.home #offers .spacer{margin-right:8px}
.home #offers .offer h3 {
    position: absolute;
    top: -60px;
    left: 0;
    color: #72bb4b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.75em;
}

.inside{
	width:1200px !important;
	margin:0 auto
}

.colthree{width:33%;display:inline-block;vertical-align:top}

a.alllink, a.alllinkexternal {
    text-transform: uppercase;
    font-size: .8em;
    white-space: nowrap;
    display: inline-block;
}
a.alllink:after {
    content: url(../images/arrow-right-blue-small.png);
    margin: 0 0 0 5px;
}

.navitem {
	clear: both;
	margin-bottom: 30px;
}
.navitem a {
    text-transform: uppercase;
    font-size: 1.125em!important;
    margin: 0 0 8px 0!important;
    color: #72bb4b!important;
    font-weight: 600!important;
	line-height: 1.2 !important;
    -webkit-transition: all .2s ease-out!important;
    -o-transition: all .2s ease-out!important;
    transition: all .2s ease-out!important;
	border: none !important;
}
.navitem a:hover {
    color: #00b7ff!important;
}
.navitem a span {
    font-size: 11px !important;
	font-weight: normal !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 5px 0 !important;
    text-transform: none !important;
    width: 100%! important;
    line-height: 1.2em !important;
    height: auto !important;
}
.navitem a img {
    width: 44px;
    margin: 0 13px 0 0;
    float: left;
}



.inside2{
	width:960px !important;
	margin:0 auto
}