.ISASideBarWrapper
{
	padding: 10px;
	background-image: url('img/columnGradientTop.png');
	background-repeat: repeat-x;
	background-color: #e7e8e9;
	border: 1px solid gray;
	border-radius: 7px;
	margin-bottom: 20px;
}

h1.ISASideTitle
{
    color: #283E7C;
    font-family: times,serif;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    text-shadow: 0.12em 0.12em 0.08em #C9C9C9;
    font-variant:small-caps;
	margin-top: 0px;
}
h1.ISASideTitle .Head
{
	border:0px;
	margin-bottom: 0px;
	line-height: 30px;
}
h1.ISATitle
{
    color: #002664;
    font-family: times,serif;
    font-size: 16pt;
    margin-bottom: 10px;
    margin-top: 5px;
    font-variant:small-caps;
	line-height: 20px;
	border-bottom: none;
}
.ISASideBarWrapper, .ISAPrimaryWrapper
{
	margin-bottom: 20px;
}

/* ISQ Styles */
.ISQPrimary
{

}
.ISQTitle, .ISQTitle span
{
	font-size: 24pt;
	font-family: times;
	font-variant: small-caps;
	color: #A48572;
	line-height: 20pt;
	text-decoration: none;
	margin-bottom:15px;
	margin-top:5px;
	border:none;
	letter-spacing:0px;
	font-weight:normal;
}
.ISQPrimaryWrapper, .ISQSideBarWrapper
{
	border:1px solid gray;
	border-radius:5px;
	box-shadow: 4px 4px 15px 0px;
	padding:10px;
	margin-bottom: 20px;
	background-color:white;
}
.ISQSideBarWrapper
{
	background-color:#BFB391;
}
.ISQSideBarWrapper .ISQTitle
{
	color:white;
}
.ISQPrimaryWrapper .Head, .ISQSideBarWrapper .Head
{
	margin-bottom:0px;
	border-bottom:0px;
}

@media (max-width: 767px) {
	.ISQPrimaryWrapper, .ISQSideBarWrapper
	{
		border:none;
		box-shadow: none;
		padding:0px;
		border-radius:0px;
		background-color:transparent;
	}
}