#igc .result button {
	width: 100%;
}

#igc .circle {
	width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
}

#igc .circle-tooltip {
	width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

#igc .tooltipText{
	font-size: 0.874rem;
	line-height: 1.5;
}

#igc .circle.yCon {
	background-color: #8B1D41;
}

#igc .circle.sInt {
	background-color: #5C99D6;
}

#igc .circle.cInt {
	background-color: #005377; 
	float: left;
}

#igc .totalInvestmentValue {
	font-family: Whitney-Semibld-Pro;
}

#igc .labelAmt {
	font-size: 26px;
}

#igc .highcharts-axis-title {
	font-family: Whitney-Semibld-Pro;
	font-size: 14px;
	color: #333333;
}


#igc #utilsPanel {
	padding-top: 24px;
}

#igc #utilsPanel a:not(:last-child) {
	margin-right: 44px;
}	

#igc #utilsPanel a {
	display: inline-block;
	border-bottom: 0;
	position: relative;
	font-size: 16px;
	color: #383B3E;
	height: 20px;
}

#igc #utilsPanel a:hover span {
	color: #C41F3E;
	border-bottom: 1px solid #c41f3e;
}


#igc #utilsPanel .icon {
	margin-right: 8px;
	font-size: 20px;
	color: #C41F3E;
	vertical-align: text-top;
}

#igc .play {
	display: inline-block;
	border-radius: 3px;
	background: 0;
	height: auto;
	width: auto;
	vertical-align: middle;
	border: 1px solid;
	font-size: 8px;
	margin-top: -3px;
	padding: 3px 4px 2px 6px;
	margin-right: 10px;
}

.reveal-modal .reveal-modal-paragraph {
	padding: 30px 20px 20px 20px;
}

.reveal-modal {
	width: 70%;
}

#video-callout-frame {display: none;}
.videoWrapper {padding-top: 0;}

#video-frame-container {
	width:100%;
	height:100%;
}


#igc button.link-style {
	background-color: transparent;
	padding: 0px;
	margin: 0;
	min-height: 0px;
	width: auto;
	color: #8B1D41;
	margin-top: 20px;
}

#igc button.link-style span {
	display: inline;
}

#igc button.link-style:hover  {
	color: #C41F3E;
	
}

#igc button.link-style .link-content{
	border-bottom: 1px solid transparent;
}

#igc button.link-style:hover .link-content{
	border-bottom: 1px solid #C41F3E;
}


#igc #showTableLink {
	margin-bottom: 20px;
	text-align: left;
}

#igc #showTableLink .inline-arrow {
    margin-left: 7px;
    display: inline;
}

#igc #showTableLink .icon-arrow-up {
	vertical-align: bottom;
}

#igc #showTableLink .icon-arrow-down {
	vertical-align: top;
}

#igc .graph-wrapper{
	overflow-x: auto;
}

#igc #graphTable {
	display: none;
	border: none;
	width: 100%;
	border-spacing: 0;
}

#igc #graphTable th {
	font-family: Whitney-Semibld-Pro;
	background-color: #DDDDDD;
	font-size: 16px;
	line-height: 26px;
	padding: 9px 10px;
	color: #333;
}

#igc #graphTable td {
	font-size: 16px;
	line-height: 26px;
	padding: 9px 10px;
	border-bottom: 1px solid #B5B5B5;
	background-color: #fff;
	color: #333;
}

#igc #graphTable tr.alt td {
	background-color: #F2F3F2;
}

#clearDataModal h1 {
	margin-bottom: 1.25rem;
}

#clearDataModal #clearDataModal-content {
	padding-left: 40px;
	padding-right: 40px;
}

#clearDataModal #clearDataModal-content button {
	float: left;
	min-width: 7.25rem;
	display: inline-block;
}

#clearDataModal #clearDataModal-content button + button {
	float: right;
}

@media only screen and (max-width:767px) {
	#igc #utilsPanel a {
		display: block;
		
	}

	#igc #utilsPanel a:not(:last-child) {
		margin-bottom: 20px;
	}	
}

/* Print css */

@media print and (max-width:767px) {
	.banner-image {
		display: none;
	}

	.highcharts-container,
	.highcharts-container svg {
		width: 120% !important;

	}

	#rs-simplify-retirement {
		width: 99%;
		padding-right: 1%;
	}

	#rs-simplify-retirement1 {
		width: 98%;
		padding-right: 1%;
	}

	#rs-simplify-retirement1 .callout-inner {
		height: 216px !important;
	}

}

@media print and (max-width: 1024px) {
	.main-content-wrapper {
		position: absolute;
		left: 0;
		width: 98%;
		padding-left: 2%;
	}

	.highcharts-container svg {
		width: 80% !important;
	}

	#rs-simplify-retirement .container-img-wrapper .margins-padding {
		text-align: left !important;
	}

	#rs-simplify-retirement .container-img {
		padding-left: 18%;
	}
}



@media print {
	@page {
	    size: 8.5in 11in;
	    margin-right: 0!important;
	    padding-right: 0!important;
	}

	div {
		max-height: 99%;
	}

	body {
		-webkit-print-color-adjust: exact!important;
		color-adjust: exact;
	}

	#kampyleButtonContainer {
		display: none;
	}

	#rs-simplify-retirement div.callout-inner {
		height: 248px !important;
		max-height: 248px !important;
	}

	#graphTable th {
		background-color: #DDDDDD!important;
		-webkit-print-color-adjust: exact!important;
	}

	#graphTable tr.alt td {
		background-color: #F2F3F2!important;
		-webkit-print-color-adjust: exact!important;
	}

	#igc .circle.yCon {
		background-color: #8B1D41!important;
		-webkit-print-color-adjust: exact!important;
	}

	#igc .circle.sInt {
		background-color: #5C99D6!important;
		-webkit-print-color-adjust: exact!important;
	}

	#igc .circle.cInt {
		background-color: #005377!important; 
		float: left;
		-webkit-print-color-adjust: exact!important;
	}

	.layoutcontainer {
		width: 97%;
	}

	#igc select {
		border: 1px solid #86888A!important;
		-webkit-print-color-adjust: exact!important;
	} 

	.result,
	#utilsPanel,
	#hideFromPrint {
		display: none;
	}

	.graphSection {
		float: left !important;
	}

	.large-8.large-offset-2 {
		width: 83%;
		padding-left: 14%;
	}

	.banner-bg {
		min-height: 0 !important;
		height: 185px !important;
	}

	.banner-bg .columns {
		height: 185px !important;
		min-height: 0 !important;
	}

	html[lang="fr"] .banner-bg {
		min-height: 0 !important;
		height: 270px !important;
	}

	html[lang="fr"] .banner-bg .columns {
		height: 270px !important;
		min-height: 0 !important;
	}

	.terms-wrapper {
		width: 90%;
	}

}