/**************** SUPPORT CENTER HOME ****************/


body {
	background-color: #FAFAFA;
}


/* MAIN STYLES */

.main {
	margin-bottom: 120px;
}

.half-main {
	margin-bottom: 0px;
}

.main h1 {
	margin: 100px 0 50px 0;
	line-height: 1.4em;
}

.card-main {
	width: 310px;
	margin: 10px;
	padding: 54px 60px;
	border-top: 2px solid #46A0FF;
}

#docs, #edu, #faq, #adrefresh, #paidcontent {
	background-size: 150px;
	background-repeat: no-repeat;
	background-position: center 47px;
}

	#docs {
		background-image: url("../img/icon_docs.png");
	}

	#edu {
		background-image: url("../img/icon_edu.png");
	}

	#faq {
		background-image: url("../img/icon_faq.png");
	}

	#adrefresh {
		background-image: url('../img/icon_docs.png');
	}

	#paidcontent {
		background-image: url('../img/icon_docs.png');
	}

.card-title {
		margin: 170px 0 0;
	}

	.card-title h4 {
		line-height: 1.4em;
	}

/*#docs:hover {
	background-image: url("../img/icon_docs-white.png");
}

#edu:hover {
	background-image: url("../img/icon_edu-white.png");
}

#faq:hover {
	background-image: url("../img/icon_faq-white.png");
}*/

/* CC TEAM STYLES */

.ccteam {
	background-color: #FFFFFF;
	padding: 50px 0;
}

.ccteam > .container-fluid {
	max-width: 1000px;
}

.cc-left {
	float: left;
	max-width: 700px;
}

.cc-left h3 {
	margin-bottom: 50px;
	line-height: 1.4em;
}

.cc-left p {
	font-size: 16px;
}

.cc-right {
	float: right;
}

.cc-intro:after {
	content: "";
	display: table;
	clear: both;
}

.cc-right img {
	height: 160px;
	margin: 10px;
}


.ccteam h4 {
	font-size: 1.15em;
	line-height: 2em;
	max-width: 900px;
	margin: 0 auto;
}

.ccteam ul {
	display: inline-block;
	margin: 40px 0 0;
}

	.ccteam li {
		display: inline-block;
		margin: 0 8px;
	}

	.ccteam li:first-child {
		margin-left: 0;
	}

	.ccteam li:last-child {
		margin-right: 0;
	}

	.ccpic-all li {
		vertical-align: middle;
	}

	.ccpic img {
		height: 90px;
		width: 90px;
		border: 1px solid #EAEAEA;
		opacity: 0.85;
		border-radius: 100%;
	}

	.name {
		margin: 5px 0;
		visibility: hidden;
		opacity: 0;
		-moz-transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	.ccpic img:hover {
		opacity: 1;
	}

	.ccpic:hover ~.name {
		visibility: visible;
		opacity: 1;
	}


@media (max-width: 1000px) {

	.cc-right {
		display: none;
	}

	.cc-left {
		float: none;
		margin: 0 auto;
	}

	.ccteam ul {
		max-width: 700px;
	}
}

/* Rebrand Banner "IPM" Styles */
.rebrand-banner {
    background-color: #46A0FF;
    padding: 50px 0;
	color: #F0FAFF;
}
	.rebrand-banner h2 {
		font-family: proxima-nova;
		font-size: 18px;
	}

	.rebrand-banner ul {
		list-style: disc;
		margin-left: 60px;
	}

	.rebrand-banner li {
		font-family: 'balto';
		padding-left: 10px;
		line-height: 2;
		font-size: 14px;
	}

	.rebrand-banner a {
		font-weight: 700;
		text-decoration: underline;
		color: #F0FAFF;
	}

/**************** 404 PAGE STYLES ****************/
.robot-illustration img {
		width: 700px;
		margin-top: -10px;
		margin-bottom: -80px;
}

.robot-illustration h1 {
	margin-top: 75px;
	margin-bottom: 25px;
}

.robot-illustration {
	margin-bottom: 80px;
}
