/* needed, do not remove 3/18/2019 */
 

/* Community CSS, v1.0 8/23/13 ****** Let's go Ambit! */
html, body, .cm-container {height:100%; background:#fff;}
.cm-container {}
.cm-sub {position:relative; display:block; background:#fff; height:33.3333%; width:33.3333%; float:left; text-decoration:none;
	border:10px solid #fff;
	border-width:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.cm-bottom {position:absolute; bottom:40px; text-align:center; padding:0 5%; width:90%;}
.cm-top {text-align:center;}
.cm-top img {margin-top:40px;}

h1, h2, p {font-style:italic; color:#A2958a;}
h1, h2 {font-weight:normal; font-size:1.5em; margin-bottom:0;}
p {margin-bottom:0;}
.underline {text-decoration:underline;}

.cm-sub:hover, .cm-sub:focus {background:none; border-width:10px;}

.cm-top h2 {position:absolute; text-align:center; width:100%; top:140px;}
.cm-top h2 img {vertical-align:middle; margin:-4px 4px 0 4px;}

#facebook *, #twitter *, #google * {color:#FFF;}

#spark, #linkedin.update {background:#ECEAE8;}
#facebook {background:#3E5C98;}
#twitter {background:#2DABDE;}
#google {background:#DA4C3E;}

#spark .cm-top > img {margin-left:50px;}
#spark .cm-top h2, #homepage .cm-top h2 {color:#57504a;}

#youtube .cm-top > img {margin-top:50px;}
#youtube .cm-top h2 {color:#cb3532;}

#linkedin .cm-top h2 {color:#1783bc;}

#pinterest .cm-top h2 {color:#ca232e;}

/* short screen changes */
.cm-short .cm-top > img {display:none;}
.cm-short .cm-top h2 {position:relative; top:auto;}
.cm-short .cm-bottom {position:relative; bottom:auto; padding:20px 40px;}

/********** MEDIA QUERIES *********/
@media all and (max-width:639px) {
	.cm-sub {height:190px; width:100%; float:none;}
	.cm-bottom {bottom:20px; padding:0 20px;}
	.cm-top {}
	.cm-top img, #youtube .cm-top > img {margin-top:20px; max-height:45px;}
	#spark .cm-top > img {margin-left:32px;}
	#welcome .cm-top img {max-height:85px;}
	.cm-top h2 {top:auto; margin-top:10px;}
	.cm-sub:hover, .cm-sub:focus {border-width:0;}
	.cm-bottom h2, .cm-bottom h1 {display:none;}
	
}