html, body {
	background: #f7f4f1;
	font-family: "Lato", Arial, sans-serif;
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	-webkit-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	min-width: 320px;
}

#heroWrapper {
	background: #990A31;

	height: 100px;
	position: relative;
	/* border-bottom: 1px solid #A40933; */
}

#hero {
	width: 150px;
	height: 150px;
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/assets/img/RBH-150.png);
	left: 50%;
	margin-left: -75px;
	top: 20px;
}

#headerWrapper {
	text-align: center;
	/* padding: 0 2%; */
	padding-top: 75px;
	padding-bottom: 25px;
	background: #fff;
	border-bottom: 1px solid #F1F1F1;
}

#headerWrapper .headerIcon {
	background-image: url(../img/HeaderIcon@2x.png);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	width: 100px;
	display: inline-block;
	vertical-align: top;
	margin-top: 27px;
	margin-right: 11px;
}

#headerWrapper .headerText {
	display: inline-block;
	padding-top: 10px;
}

#headerWrapper h1 {
	font-size: 35px;
	font-weight: 600;
	/* text-transform: uppercase; */
	color: #333333;
	vertical-align: top;
	margin: 0;
	padding: 0;

	-webkit-transition: color 150ms ease-out;
	-moz-transition: color 150ms ease-out;
	-o-transition: color 150ms ease-out;
	transition: color 150ms ease-out;
}

#headerWrapper a {
	text-decoration: none;
}

#headerWrapper a:hover h1, #headerWrapper a:active h1 {
	color: #990A31;
}

#headerWrapper h1 span {
	color: #333333;
}

#headerWrapper h2 {
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 0;
	color: #ADACAC;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#headerWrapper h2 i {
	font-size: 2px;
	line-height: 20px;
	vertical-align: middle;
	/* color: #D6D6D6; */
	padding: 0 5px;
}

a {
	color: #990A31;
	text-decoration: none;

	-webkit-transition: color 150ms ease-out;
	-moz-transition: color 150ms ease-out;
	-o-transition: color 150ms ease-out;
	transition: color 150ms ease-out;
}

a:hover {
	text-decoration: underline;
	color: #990A31;
}

#footer h4, #footer #socialButtonsContainer a {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	color: #A0A0A0;
	margin: 0;
	margin-top: 5px;
	/*padding-bottom: 25px;*/
}

#footer #socialButtonsContainer a:hover {
	color: #990a31;
}

#footer #subscribeContainer h4 {
	margin-bottom: 15px;
}

#footer h3 {
	color: #990A31;
	font-size: 35px;
	font-weight: 600;
	line-height: 35px;
}

#footer h3 {
	margin-top: 0;
}

:focus {
	outline: 0;
}

#subscribeContainer form .email {
	width: 61.5%;
	max-width: 520px;
	/* height: 15px; */
	padding: 15px;
	border-radius: 3px 0 0 3px;
	font-family: "Lato", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #999999;

	/* line-height: 14px; */
	background: #f5f5f5;
	
	border: none;
	
	-webkit-appearance: none !important;
	-moz-appearance: none !important;

	overflow: hidden;
	
	margin: auto;
	/* box-sizing: border-box; */
	display: inline-block;

	-webkit-transition: box-shadow 100ms ease-in-out;
	-moz-transition: box-shadow 100ms ease-in-out;
	-o-transition: box-shadow 100ms ease-in-out;
	transition: box-shadow 100ms ease-in-out;
}

#subscribeContainer form .email:focus {
	background: #f7f4f1;
	color: #696969;
	box-shadow: inset 0 3px 0 0 #990A31;
}

#subscribeContainer form .button {
	-webkit-appearance: none;
	-moz-appearance: none;
	
	border: none;
	background: #990A31;
	color: #EAEAF1;
	
	padding: 15px;
	font-size: 14px;
	/* line-height: 14px; */
	border-radius: 0 3px 3px 0;
	margin: 0;
	box-sizing: border-box;

	-webkit-transition: background 150ms ease-out;
	-moz-transition: background 150ms ease-out;
	-o-transition: background 150ms ease-out;
	transition: background 150ms ease-out;

	cursor: pointer;
}

#subscribeContainer form .button:hover {
	background: #BE103F;
}

.contentWrapper {
	padding: 8px 5px;
	padding-bottom: 5px;
	text-align: center;
	max-width: 830px;
	margin: auto;
}

.projectContainer {
	width: 94%;
	max-width: 400px;
	display: inline-block;
	margin: 5px 6px;
	background: #fff;
	border-radius: 5px;
	height: 250px;
	box-sizing: border-box;
	position: relative;
	/*-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;*/

	-webkit-user-drag: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-webkit-touch-callout: none;

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.projectOverlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	color: transparent;
	border-radius: 5px;
	-webkit-transition: background 150ms ease-out, color 150ms ease-out;
	-moz-transition: background 150ms ease-out, color 150ms ease-out;
	-o-transition: background 150ms ease-out, color 150ms ease-out;
	transition: background 150ms ease-out, color 150ms ease-out;
	z-index: 2;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: 250px;
	cursor: pointer;
	font-weight: 300;
}

@media (max-width: 500px) {
	.projectContainer .projectOverlay {
		font-size: 15px;
		white-space: nowrap;
	}

	.projectContainer .projectOverlay .desc {
		line-height: 22px;
	}

	.projectContainer .desc h4 {
		font-size: 20px;
		line-height: 20px;
	}

	.projectContainer .desc .slashList, .projectContainer .desc .statusText {
		font-size: 12px;
		line-height: 12px;
	}
}

.projectOverlay .desc {
	vertical-align: middle;
	line-height: 27px;
	display: inline-block;
}

.desc b {
	font-weight: 600;
}

.desc .slashList {
	margin-bottom: 5px;
}

.desc .statusText {
	margin-bottom: 10px;
}

.desc .slashList, .desc .statusText, .desc .timeframeText {
	font-size: 14px;
	line-height: 14px;
}

.desc h4 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 20px;
}

.desc h4 span {
	font-weight: 400;
}

.projectContainer:hover .projectOverlay, .projectContainer:active .projectOverlay {
	background: rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 0.85);
}

#valis.projectContainer {
	background: #E7644B;
}
#hover.projectContainer {
	background: #37373D;
}
#thebus.projectContainer {
	background: #0C71D6;
}
#shotbow.projectContainer {
	background: #383131;
}
#minemap.projectContainer {
	background: #1F1F24;
}
#lossprevented.projectContainer {
	background: #CFA32B;
}
#carboncombat.projectContainer {
	background: #0B3C50;
}
#reclaimed.projectContainer {
	background: #282B28;
}
#peachy.projectContainer {
	background: #E75E65;
}
#gosnap.projectContainer {
	background: #2B2B2B;
}
#viewsync.projectContainer {
	background: #008BCC;
}
#dashnotes.projectContainer {
	background: #2B2B2B;
}
.appIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -63px;
	width: 125px;
	height: 150px;
	text-align: center;
	z-index: 1;

	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}

.projectContainer:hover .appIcon, .projectContainer:active .appIcon {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}

.contentWrapper.minimized .projectContainer:hover .appIcon, .contentWrapper.minimized .projectContainer:active .appIcon {
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}

.appIcon .icon {
	width: 125px;
	height: 125px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.appIcon .icon img {
	width: 100%;
	border-radius: 25px;
}
.appIcon .title {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin-top: 5px;
}

#footer {
	background: #fff;
	border-top: 1px solid #F1F1F1;
}
#footer h3 {
	margin: 0;
}
#footer {
	text-align: center;
	padding: 0 15px;
	padding-bottom: 35px;
}

#mc_embed_signup {
	white-space: nowrap;
}

#footer .container {
	margin-top: 35px;
}

#aboutContainer .textBlock {
	/* padding: 0 15px; */
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

::selection {
	background: #990A31;
	color: #FFF;
}
::-moz-selection {
	background: #990A31;
	color: #FFF;
}

a.inlineSubtleLink {
	color: inherit;
	/* font-style: italic; */
}

a.inlineSubtleLink:hover, a.inlineSubtleLink:active {
	color: #990A31;
}



.contentWrapper.minimized .projectContainer {
	width: 10%;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	margin: 0;
	border-radius: 0;
	display: block;
}
.contentWrapper.minimized .appIcon {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}
.contentWrapper.minimized .appIcon .icon {
	width: 40px;
	height: 40px;
	border-radius: 9px;
}
.contentWrapper.minimized .appIcon .title {
	opacity: 0;
}

.contentWrapper.minimized {
	max-width: 50px;
	margin: 0;
	padding: 0;
}

.contentWrapper.minimized .projectOverlay {
	border-radius: 0;
}

/*.contentWrapper.minimized .projectContainer:first-child, .contentWrapper.minimized .projectContainer:first-child .projectOverlay {
	border-radius: 3px 3px 0 0;
}

.contentWrapper.minimized .projectContainer:last-child, .contentWrapper.minimized .projectContainer:last-child .projectOverlay {
	border-radius: 0 0 3px 3px;
}*/

.device .screen img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.showcaseContainer {
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	transform: scale(.5);
	/* width: 400px; */
	/* height: 710px; */
	margin: auto;
	margin-top: -190px;
	margin-bottom: -190px;
	margin-left: -120px;
	margin-right: -120px;
	display: inline-block;
}

.showcaseRow {
	margin: 50px 0;
}

.showcaseRow.landscapeSingle {
	margin-bottom: -50px;
}

.showcaseRow.landscape {
	margin-bottom: 100px;
}

.showcaseRow.landscapeiPhoneSingle {
	margin-bottom: 125px;
}

.article h4 {
    color: rgb(76, 173, 219); 
    font-size: 25px;
    font-weight: 300; 
    line-height: 25px;
    margin: 20px auto 10px auto;
}
.article:first-child {
	margin-top: 35px;	
}
.article {
    font-size: 18px; 
    letter-spacing: 0; 
    color: rgb(142, 147, 150);
    font-weight: 400;
    max-width: 540px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 29px;
    padding: 10px;
}
.article.landscape {
	margin-bottom: -50px;
}
.article.landscapeiPhoneStack {
	margin-bottom: 100px;
}
.article.landscapeiPhoneSingle {
	margin-bottom: 100px;
}
.article.landscapeiPhoneStackDouble {
	margin-bottom: 70px;
}
.article:last-child {
	margin-bottom: 50px;
}


/*
	Imported download button css
*/
.downloadButton {
    width: 200px;
    height: 65px;
    margin: auto;
    background: #990A31;
    border-radius: 5px;
    color: #EAEAF1;
    cursor: pointer;
    transition: background 150ms ease-out;
    display: block;
}

a.downloadButton {
	color: #EAEAF1;
	text-decoration: none;
}

.downloadButton:hover {
    background: #BE103F;
}

.downloadIcon {
    display: inline-block;
    vertical-align: top;
    line-height: 65px;
    font-size: 40px;
}

.downloadText {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    line-height: 20px;
}

.inlineButton {
    display: inline-block;
    margin: 0 5px;
}

.contentButton {
	margin-top: 50px;
}

.downloadButton .smallText {
    font-weight: 400;
    font-size: 16px;
    margin-top: 8px;
}

.downloadButton .largeText {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
}

.downloadPressKit {
	font-size: 15px;
}