div.square div.table-content div.table div.table-cell p
{
	border-bottom: 1px solid #d0d0d0;
	line-height: 257px;
	padding-bottom: 5px;
}

div.square div.table-content div.table div.table-cell .square-title
{
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #676564;
	background-color: #ffffff;
	margin: auto 0 0 0;
	line-height: 50px;
	border-radius: 0 0 10px 10px;
	transition: background-color 0.2s;
}

div.square div.table-content div.table div.table-cell .square-title strong
{
	font-family: volkhov_bold_italic;
	color: #0065a4;
}


#my_benefits_link:hover div.square div.table-content div.table div.table-cell .square-title
{
	background-color: #d43d3d;
	color: #ffffff;
}


/* Image Hover/Active Transitions */
div.square div.table-content div.table div.table-cell p:last-of-type
{
	display: none;
}

#my_benefits_link:hover div.square div.table-content div.table div.table-cell p:last-of-type,
#my_pension_link:hover div.square div.table-content div.table div.table-cell p:last-of-type,
#sub_and_other_link:hover div.square div.table-content div.table div.table-cell p:last-of-type,
#my_benefits_link:active div.square div.table-content div.table div.table-cell p:last-of-type,
#my_pension_link:active div.square div.table-content div.table div.table-cell p:last-of-type,
#sub_and_other_link:active div.square div.table-content div.table div.table-cell p:last-of-type
{
	display: block;
}

#my_benefits_link:hover div.square div.table-content div.table div.table-cell p:first-of-type,
#my_pension_link:hover div.square div.table-content div.table div.table-cell p:first-of-type,
#sub_and_other_link:hover div.square div.table-content div.table div.table-cell p:first-of-type,
#my_benefits_link:active div.square div.table-content div.table div.table-cell p:first-of-type,
#my_pension_link:active div.square div.table-content div.table div.table-cell p:first-of-type,
#sub_and_other_link:active div.square div.table-content div.table div.table-cell p:first-of-type
{
	display: none;
}

/* Text Hover/Active Transition */
#my_pension_link:hover div.square div.table-content div.table div.table-cell .square-title
{
	background-color: #eda200;
	color: #ffffff;
}

#sub_and_other_link:hover div.square div.table-content div.table div.table-cell .square-title
{
	background-color: #00a44b;
	color: #ffffff;
}

#my_benefits_link:hover div.square div.table-content div.table div.table-cell .square-title strong,
#my_pension_link:hover div.square div.table-content div.table div.table-cell .square-title strong,
#sub_and_other_link:hover div.square div.table-content div.table div.table-cell .square-title strong
{
	color: #ffffff;
}



/* Collapsible Panels */
.panel-group .panel .panel-heading
{
	background-color: #ffffff;
}

.panel-group .panel .panel-heading.dark-heading
{
	background-color: #686868;
}

.panel-group .panel .panel-heading.dark-heading .panel-title
{
    font-family: 'SourceSans3', sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #ffffff;
}

.panel-group .panel .panel-heading.collapsible
{
	cursor: pointer;
}

.panel-group .panel .panel-heading .panel-title
{
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0065a4;
}

.panel-group .panel .panel-heading .collapse-toggle
{
	font-size: 14px;
	color: #ffffff;
	padding: 5px 8px 3px 8px;
	background-color: #0065a4;
	transition: all 0.2s;
}

.panel-group .panel .panel-heading .collapse-toggle i:after
{
	content: "\f068";
}

.panel-group .panel .panel-heading.collapsed .collapse-toggle i:after
{
	content: "\f067";
}

.panel-group .panel .panel-heading:hover .collapse-toggle,
.panel-group .panel .panel-heading .collapse-toggle:hover
{
	background-color: #017AC6;
}

.panel-group .panel .panel-heading:active .collapse-toggle,
.panel-group .panel .panel-heading .collapse-toggle:active
{
	background-color: #004F80;
}

.panel-group .panel .panel-body .news-title
{
	font-family: volkhov_bold;
	font-size: 28px;
	font-weight: normal;
	color: #0065a4;
	padding-bottom: 15px;
}

/* xxs - md */
@media (max-width: 992px){
	.vertical-spacing
	{
		margin-bottom: 10px;
	}
}

/*  xxs - xs */
@media (max-width: 680px){

	.vertical-spacing
	{
		margin-bottom: 20px;
	}

	div.square div.table-content div.table div.table-cell p
	{
		line-height: 150px;
	}

	div.square div.table-content div.table div.table-cell p img
	{
		height: 130px;
	}
}