@charset "utf-8";
/* CSS Document */

/* Reset
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


.clearfix {
	clear:both;
}

* {
	-webkit-transition:all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
    box-sizing: border-box;
}


img {
	display:block;
	border:0;
	max-width:100%;
	height:auto;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1;
	font-family: "brandon-grotesque",sans-serif;
	font-size:17px;
	font-weight:400;
	color:#0e0f2a;
	text-align:left;
}
.container {
	max-width:1000px;
	padding:90px 20px;
	box-sizing:border-box;
	margin:0 auto;
}


header {
	position:fixed;
	float:left;
	width:100%;
	box-sizing:border-box;
	padding:0 65px 30px;
	height:100px;
	z-index:50;
}

header.sticky {
	background:#FFF;
	height:100px;
	padding:20px 65px;
	-webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, .25);
	box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, .25);
}

header.sticky #logo {
	margin:0;
	width:250px;
}

header.sticky #logins {
	margin-top:-50px;
}

header.sticky #nav {
	margin-top:15px;
}
#slider {
	background:#F2FBFF;
	width:100%;
}

.pageBanner {
	background-color:none; 
	background-position:bottom center !important; 
	background-repeat:no-repeat; 
	background-size:cover !important; 
    padding: 180px 0 90px;
}

#crumbs {
	background:#F7F7FA; 
	padding:8px 10px;
}
#crumbs .container {
	padding-top:0;
	padding-bottom:0;
}

#affiliates {
	background:#EFEFF4;
	padding:0px;
}
#affiliates .container {
	padding:40px 0 20px;
}

#affiliates .twentyfive {
	padding:0 30px;
	text-align:center;
}

#affiliates .su-carousel .su-carousel-slide img {
	background:none;
	border:none;
}
.featureWrap.fifty {
	padding:40px;
    min-height: 250px;}
.featureImg.twenty {
	padding-left:20px;
}
.featurePost.eighty {
	padding:0 0 0 20px;
}
#software {
	padding:90px 0 20px;
}

.twenty {
	width:20%;
	float:left;
}
.twentyfive {
	width:25%;
	float:left;
}
.forty {
	width:40%; 
	float:left;
}
.fifty {
	float:left; 
	width:50%; 
}

.sixty {
	width:60%; 
	float:left;
    overflow: hidden;
}

.eighty {
	width:80%; 
	float:left;
}

.softFeature {
    width: 70%;
    margin-right: 40px;
    float: right;
    clear: both;
}

.softFeature.widget {
	margin-bottom:30px;
}

#events {
	background: url(../images/evet_events.jpg) no-repeat top center; 
	background-size:cover; 
	text-align:center;
}
#pricing.container {
	padding-left:100px;
	padding-right:100px;
}

#brackets {
	border-width:1px 1px 0 1px; border-color:#808080; border-style:solid; max-width:510px; height:100px; padding:0 20px 0;  margin:-50px auto 0; position:relative; z-index:1;
}

#pricing #plans {
	border:1px solid #808080; max-width:370px; margin:50px auto 0px; padding:0 20px 0; background:#FFF; position:relative; z-index:2;
}

#plans .blockout, #plans .blockout.btm {
	border-top:10px solid #FFF; margin:0 auto; padding:0 20px 0; position:relative; top:-5px;
}
#plans .blockout.btm {
	bottom:-5px;
	top:auto;
}
footer {
	background:url(../images/footer-bg.png) no-repeat bottom right #F7F7FA;
	border-top:1px solid #EFEFF1;
	background-size:contain;
	color:#808080;
}

footer .widget {
    float: right;
    width: 20%;
}
#logins {
	float:right;
	text-align:right;
	margin-top:22px;
	margin-bottom:22px;
}


/*#content.container {
	padding-top:0;
}
*/




.blog .post-content {
	float:left; 
	width:50%; 
	padding-left:20px;
}

.blog .featured-thumbnail {
	float:left; 
	width:50%;
}




