.red, .red:visited {
    color: #fff;
    background: #ed1c24;
    box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.2);
}

#hero {
    background-image: url(img/hero2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 380px;
    position: relative;
}

.fullwidth .wrap {
    width: 990px;
    margin: 0 auto;
}

a.herobutton {
    line-height: 1;
    color: white !important;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 9px;
    padding: 12px 24px;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 0px;
    border: 1px solid #ed1c24;
    text-shadow: none;
    font-weight: 300;
}
a {
    color: #ed1c24;
    text-decoration: none;
}

a:visited {
    color: #ed1c24;
}

.clear {
    border-color: #ed1c24;
    background-color: transparent;
    box-shadow: none;
}

.clear:hover {
    background: transparent;
    border-color: #fff;
    box-shadow: none;
}

.red:hover {
    color: #fff;
    box-shadow: none;
}

a.herobutton .fa {
    margin-left: 5px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

#ribbon p {
    margin: 0px;
    margin-bottom: 20px;
}

#herotitle {
    color: white;
    font-size: 38px;
    font-weight: 300;
    padding-left: 30px;
    padding-right: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}

#herotext {
    color: #f2f1f1;
    font-size: 22px;
    font-weight: 300;
    padding-left: 30px;
    padding-right: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

#herocontent {
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    width: 70%;
}

.topribbon {
    background-color: #292932;
    background-image: url(img/ribbon1.png);
}


#ribbon p {
    margin: 0px;
    margin-bottom: 20px;
}

#mainfeatures {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    overflow: auto;
}

.featuretitle {
    text-align: center;
    color: #242d33;
    border-bottom: 1px solid #ed1c24;
    margin-bottom: 70px;
}

.mainfeaturesimage {
    max-width: 350px;
}

.mainfeaturesright {
    float: right;
    width: 300px;
    padding-right: 30px;
}

.featurewidget {
    width: 300px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.featurewidgeticon {
    font-size: 30px;
    background-color: #fff;
    height: 75px;
    width: 75px;
    display: block;
    border: 1px solid #D9D9D9;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    text-align: center;
    margin: 0 auto;
    line-height: 76px;
}

.featurewidgeticon a {
    color: #ed1c24;
    display: block;
    width: 75px;
    height: 75px;
}

.featurewidgettitle {
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
}

.featurewidget p {
    color: #b4b4b4;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}

body {
    background-color: #e2e2e2;
    border-top: 5px solid #ed1c24;
}

#subfeatures {
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    overflow: auto;
}

.fullwidth .wrap {
    width: 1160px;
    margin: 0 auto;
}

#subfeatures .featurewidgettext {
    width: 300px;
    margin: 0 auto;
}

.red, .red:visited {
    color: #fff;
    background: #ed1c24;
    box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.2);
}

#team {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    overflow: auto;
}

.featuretitle {
    text-align: center;
    color: #242d33;
    border-bottom: 1px solid #ed1c24;
    margin-bottom: 70px;
}

.featuretitle h2 {
    display: inline-block;
    position: relative;
    top: 14px;
    background: #fff;
    padding: 0 16px;
    font-size: 26px;
    font-weight: 300;
}

.teamintro {
    padding-left: 90px;
    padding-right: 90px;
    color: #7e7e7e;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    margin-top: -20px;
}

#teammembers {
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 10px;
    overflow: hidden;
}

.memberphoto {
    width: 130px;
    height: 130px;
    border-radius: 130px;
}

img {
    max-width: 100%;
    height: auto;
}

.membertitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 10px;
}

.member p {
    color: #7e7e7e;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

.teamsocial {
    background-color: #ed1c24;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    margin-top: -25px;
    bottom: -20px;
}

.teamsocial a, .teamsocial a:hover, .teamsocial a:visited {
	display: inline-block;
	margin-top: 10px;
	color: #fff;
	font-family: 'Fontawesome';
	font-size: 20px;
}
.teamsocial a[href*="wordpress.org"]:before {
	content: '\f19a';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.teamsocial a[href*="facebook.com"]:before {
	content: "\f082";;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.teamsocial a[href*="twitter.com"]:before {
	content: "\f099";
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.teamsocial a[href*="dribbble.com"]::before {
	content: '\f17d';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.teamsocial a[href*="plus.google.com"]::before {
	content: '\f1a0';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="pinterest.com"]::before {
	content: '\f0d2';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.teamsocial a[href*="github.com"]::before {
	content: '\f113';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.teamsocial a[href*="tumblr.com"]::before {
	content: '\f173';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.teamsocial a[href*="youtube.com"]::before {
	content: '\f166';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.teamsocial a[href*="flickr.com"]::before {
	content: '\f16e';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.teamsocial a[href*="vimeo.com"]::before {
	content: '\f194';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.teamsocial a[href*="instagram.com"]::before {
	content: '\f16d';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.teamsocial a[href*="codepen.io"]::before {
	content: '\f1cb';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.teamsocial a[href*="linkedin.com"]::before {
	content: '\f08c';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}