
img:hover {
	border-bottom : 0;
}
#ccNav li a {
	display : block;
	color : #fff;
	text-decoration : none;
}
#ccNav li a::after {
	content : ">";
	float : right;
	margin-left : 20px;
}
#ccNav li a.active::after {
	content : "";
	float : right;
	margin-left : 20px;
	display : inline-block;
	background : #fdca53;
	height : 12px;
	width : 12px;
	border-radius : 50%;
	margin-top : 5px;
}
#ccNav li a:hover {
	color : #fdca53;
}
#ccNav li a.active:hover {
	color : #ffffff;
}
#ccNav {
	background : #1e8ccc;
	border-radius : 6px;
	padding : 8px 20px;
	float : right;
	margin-right : 5%;
	margin-top : 2%;
}
#ccNav li {
	margin : 4px 0;
	font-size : 12px;
}
.CCbutton:last-child {
	margin-right : 0;
}
#ccNav ul {
	font-family : 'Open Sans', sans-serif;
	list-style-type : none;
	margin : 0;
	padding : 0;
}
.CCbutton {
	width : 32%;
	margin-right : 2%;
	float : left;
	text-align : center;
	text-decoration : none;
	display : inline-block;
	background : #08c;
	padding : 8px 0;
	color : white;
	font-family : Arial,"Helvetica Neue",Helvetica,sans-serif;
	border-radius : 6px;
}
.CCbutton .active, .CCbutton:hover {
	background : #fdca53 !important;
	color : black;
	text-decoration : none;
}
.CCbutton .halfPage {
	width : 49%;
}
.monty-bold {
	font-family : 'Montserrat', sans-serif;
	font-size : 24px;
	font-weight : bold;
	line-height : 110%;
	padding : 15px 0;
}
.norightmargin {
	margin-right : 0;
}
.xtra-pad {
	padding : 28px 0;
}
.bgreen {
	background : #149a49;
}
.borange {
	background : #f68a2d;
}
.btfullwidth {
	width : 100%;
}
.success-logo a img {
	max-width : 230px;
	width : 70%;
}
.speech-bubble {
	background : #cdcdcd;
	position : relative;
}
.speech-bubble:after {
	position : absolute;
	bottom : 0;
	left : 50%;
	width : 0;
	height : 0;
	border : 34px solid transparent;
	border-top-color : #cdcdcd;
	border-bottom : 0;
	border-right : 0;
	margin-left : -17px;
	margin-bottom : -34px;
}
.xxtra-pad {
	padding : 41px 0;
}
