﻿/*<meta />*/

/*@font-face 
{
	font-family: Roboto;
	src: url(../fonts/roboto-regular-webfont.woff), url(../fonts/roboto-regular-webfont.ttf);
	font-weight: normal;
	font-style: normal;
}*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/*















body
{
	font-family: "robotoregular", Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 24px;
	color: #333333;
	height: calc(100% - 114px);
}

@-moz-document url-prefix()
{
    body
	{
        height: calc(100% - 104px);
    }
} 





#content .grid
{
	width: 100%;
}

.navActive #content
{
	-webkit-filter: blur(2px);
	filter: blur(2px);
}







.search-bar._Skins_xa_page_search.mc-component
{
	width: calc(100% - 40px);
}

.search-bar._Skins_xa_page_search.mc-component .search-field
{
	transition: border-color 0.5s ease;
	border: 2px solid #eaeaea;
	padding-right: 60px;
	height: 40px;
}

.search-bar._Skins_xa_page_search.mc-component .search-field:active,
.search-bar._Skins_xa_page_search.mc-component .search-field:focus
{
	border-color: #7ccef3;
}

.search-bar._Skins_xa_page_search.mc-component .search-submit
{
	transition: background-color 0.5s ease;
	height: 40px;
	border: none;
	background-color: #2c4997;
}

@media (min-width: 480px)
{
	


}

@media (min-width: 600px)
{
	

	.globalMenuTriggerHolder
	{
		right: 14px;
	}
}

@media (min-width: 768px)
{
	body
	{
		height: calc(100% - 104px);
	}



	#primaryFooter
	{
		position: relative;
	}

	

	#primaryHeader
	{
		padding-top: 0em;
		padding-bottom: 0em;
		height: 61px;
	}

	

	.globalMenuTriggerHolder .globalMenuTrigger
	{
		margin-top: 0;
	}

	.titleTrigger
	{
		padding-left: 20px;
		padding-right: 20px;
	}

	.titleTrigger span.triggerIcon
	{
		right: 20px;
	}
}

@media (min-width: 960px)
{


	

	#primaryFooter
	{
		padding-left: 5px;
		padding-right: 5px;
	}

	#primaryFooter .brandBlocks
	{
		width: 250px;
		height: 200px;
		position: absolute;
		top: -200px;
		right: 20px;
		background: transparent url('../images/branding/brandblocks.png') bottom right no-repeat;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
		z-index: 0;
	}

	#primaryFooter .footerCopyright
	{
		margin-left: 0.83333%;
	}

	#primaryFooter .footerRelease
	{
		margin-right: 0.83333%;
	}

	#primaryHeader
	{
		padding-left: 5px;
		padding-right: 5px;
	}

	.logoHolder
	{
		margin-left: 0.83333%;
	}

	.globalMenuTriggerHolder
	{
		margin-right: 0.83333%;
	}

	#content .grid
	{
		width: calc(100% - 10px);
	}



	

	

	.search,
	.search-bar
	{
		margin-bottom: 0 !important;
	}

	.search-bar._Skins_xa_page_search.mc-component
	{
		margin: 0;
		height: auto;
	}

	.search-bar._Skins_xa_page_search.mc-component
	{
		width: 100%;
	}

	.search-bar .search-submit-wrapper
	{
		top: 0;
	}

	#searchLabel
	{
		display: none;
	}
}

@media (min-width: 1280px)
{
	

	#primaryFooter .brandBlocks
	{
		width: 531px;
	}

	#primaryFooter .footerCopyright
	{
		margin-left: 0.41667%;
	}

	#primaryFooter .footerRelease
	{
		margin-right: 0.41667%;
	}

}



ul.menu._Skins_xa_side_headings.mc-component
{
	box-sizing: border-box;
}
*/

/*
img.displayBlock	/*Created to allow large screenshot images that are inside <li> elements to display with a small margin around them and avoid cramping up space.*/ /*
{
	display: block;
	padding: 5;
	padding-bottom: 5;
}

*/


html {
	height: 100%;
}

body {
	background-color: #f1f2f7;
/*	background-color: teal;*/
}

#wrapper {
	min-height: 100%;
	height: auto !important;
/*	margin: 0 auto -26px;*/
	margin: 0 auto;
}

body.triggeredActive {
	overflow: hidden;
}


/* Base grid position
---------------------------------------> */
.grid {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}

.grid:after {
	content: " ";
	display: block;
	clear: both;
}

.row {
	position: relative;
}


/* Base layout
---------------------------------------> */
#primaryHeader {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 15;
}

#content {
	position: relative;
	z-index: 10;
/*	margin-top: 170px !important;*/
	margin-top: 120px;
/*	border: 5px solid teal;*/
}

.content-body {
/*	border: 5px solid yellow;*/
	background-color: #fff;
	padding: 20px;
	border: 1px solid #e6e7ea;
}


.column
{
	position: relative;
	box-sizing: border-box;
}

/*.column.half
{
	width: 50%;
}*/


.stickSidebar.fixed
{
/*	position: fixed;
	top: 170px;
	width: inherit;*/
/*	max-width: 385px;
	max-height: calc(100vh - 136px);*/
}




.column:nth-child(1)
{
	display: none;
/*	border: 5px solid brown;*/
}

.column:nth-child(2)
{
/*	border: 5px solid green;*/
}

.column:nth-child(3)
{
	display: none;
/*	border: 5px solid red;*/
}


.stickSidebarLeft,
.stickSidebarRight {
	transition: position 0.5s ease;	
}


/* XA Logo 
---------------------------------------> */
.logoHolder {
	margin: 15px 0 7px 20px;
	display: inline-block;
	width: 180px;
	height: 33px;
	position: relative;
}

.logoHolder a {
	display: block;
	width: 180px;
	height: 33px;
	position: relative;
}
.app-logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.2s;
}
.app-logo.color-white {
	opacity: 0;
}

.app-logo.color-full {
	opacity: 1;
}
#primaryHeader.invertHeader .app-logo.color-white {
	opacity: 1;	
}
#primaryHeader.invertHeader .app-logo.color-full {
	opacity: 0;	
}

@media (max-width: 767px) {
	body#hp #primaryHeader.invertHeader .app-logo.color-white {
		opacity: 0;	
	}
	body#hp #primaryHeader.invertHeader .app-logo.color-full {
		opacity: 1;	
	}
}

/* Mobile triggers
---------------------------------------> */
.globalMenuTriggerHolder {
	position: absolute;
	top: 18px;
	right: 15px;
	transition-property: "background-color";
	transition-duration: 200ms;
	z-index: 99;
	cursor: pointer;
}

.globalMenuTriggerHolder span {
	box-sizing: border-box;
	display: block;
	width: 26px;
	height: 26px;
	padding: 1px;
}

.globalMenuTriggerHolder .menuOpen {
	fill: #3e4655;
}

body.triggeredActive .globalMenuTriggerHolder .menuOpen {
	display: none;
}

.globalMenuTriggerHolder .menuClose {
	display: none;
	fill: #3e4655;
}

body.triggeredActive .globalMenuTriggerHolder .menuClose {
	display: block;
}

/* Search 
----------------------------------> */

.searchTriggerHolder {
	box-sizing: border-box;
	position: absolute;
	top: 18px;
	right: 70px;
	width: 26px;
	height: 26px;
}

.searchTriggerHolder:hover {
	cursor: pointer;
}

.searchTriggerHolder .searchTrigger {
	fill: #3e4655;
	display: block;
}

.searchHolder {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	padding: 0 20px;

}
.searchHolder .searchClose {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 50px;
	display: block;
	cursor: pointer;
	border-top: 1px solid #cfcfcf;
}
.searchHolder .searchClose:hover {
	background-color: #30549f;
}
.searchHolder .searchClose svg {
	position: absolute;
	top: 10px;
	width: 30px;
	height: 30px;
	left: calc(50% - 15px);
}

.searchHolder .searchClose .searchCloseIcon path {
	fill: #30549f;
}

.searchHolder .searchClose:hover .searchCloseIcon path {
	fill: #fff;
}

form.search {
	margin-top: 40vh;
	position: relative;
	background-color: #fff;
	height: 180px;
	padding: 40px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	max-width: 360px;
	box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.34);
	overflow: hidden;
}

form.search label {
	color: #fff;
	font-size: 17px;
	margin-left: 20px;
	display: none;
}

.search-bar._Skins_xa_page_search.mc-component .search-field {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px 60px 20px 20px;
	border: 1px solid #e3e4e7;
	box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.10);
	height: 43px;	
}

body#hp .search-bar._Skins_xa_page_search.mc-component .search-field {
	padding: 22px 60px 18px 20px;	
}

.search-bar._Skins_xa_page_search.mc-component .search-field:hover {

	border: 1px solid #30549f;
}

.search-bar.search-bar-container._Skins_xa_page_search.mc-component .search-submit {
	width: 35px;
	height: 35px;
	border-radius: 20px;
	position: absolute;
	top: 4px;
	right: 4px;
	border: none;
}


/* Breadcrumb
--------------------------------------------> */

.breadcrumb-wrapper {
	background-color: #30549f;
	color: #fff;
	padding: 7px 0;
}

.MCBreadcrumbsPrefix,
a.MCBreadcrumbsLink,
.MCBreadcrumbsSelf {
	font-style: normal;
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
} 
.MCBreadcrumbsPrefix {
	font-weight: bold;
	margin-left: 20px;
}

a.MCBreadcrumbsLink {
	
	font-style: italic;
	text-decoration: none;
}

/*.MCBreadcrumbsSelf {
	font-size: 16px;
}*/

a.MCBreadcrumbsLink:hover {
	color: #fff;
	text-decoration: underline;
	opacity: .9;
}

a.MCBreadcrumbsLink:visited {
	color: #fff;
} /* removed !important from wrong place (in selector) */


/* Tile trigger
--------------------------------------------> */

.titleTrigger {
	position: relative;
	font-size: 18px;
	line-height: 22px;
	padding: 13px 20px 12px 20px;
	margin: 0;
	color: #3e4655;
	border-bottom: 1px solid #e3e4e7;
	min-height: 24px;
	font-weight: bold;
}

.titleTrigger span.triggerIcon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.titleTrigger span.triggerIcon .tileTriggerIcon {
	transition-duration: 200ms;
	transition-property: all;
	position: absolute;
	top: 10px;
	left: 0;
	fill: #333;
}

.tileTriggerIcon.noAnimation {
	transition-duration: 0s !important;
	transition-property: none !important;
}

.tile {
	padding-bottom: 20px;
}

.tile.closed .tileTriggerIcon {
	transform: rotate(180deg);
}

@media (min-width: 480px) { 
	.grid{
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
	}

	.grid:after {
		content: " ";
		display: block;
		clear: both;
	}
}

/* PRIMARY FOOTER 
--------------------------------------> */


#primaryFooter {
	margin-top: 100px;
/*	display: inline-block;*/
}

#footerStrip {
	background-color: #191919;	
}

nav.stripNav {
	margin: 20px 30px;
	display: inline-block;
	width: calc(100% - 60px);
}

nav.stripNav ul {
	margin: 0;
	padding: 0;
}

nav.stripNav li {
	list-style-type: none;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

nav.stripNav a {
	color: #fff;
	text-decoration: none;
}

nav.stripNav a:hover {
	text-decoration: underline;
}

.wrapFootNotes {
	margin: 20px;
	display: inline-block;
}

.footerCopyright,
.footerRelease {
	font-size:14px;
	color: #fff;
	display: inline;
}

.footerCopyright {

	clear: both;
}

.footerRelease {

	display: inline-block;
}

.footerCopyright a {
	color: #ffffff!important;
	text-decoration: none;
}

.footerCopyright a:hover {
	text-decoration: underline;
}

#footerMain {
	background-color: #fff;
}

.footerRow {
	overflow: auto;
}

.footerColumn {
	padding-left: 20px;
	padding-right: 20px;
}

.footerColumn h5 {
	color: #2a4997;
	display: inline-block;
	margin-top: 20px;
}
.footerColumn .foot-block-header {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.15em;
	color: #2a4997;
	display: inline-block;
	margin-top: 20px;
	padding-top: 20px;
}

.footerColumn p,
.footerColumn li {
	font-size: 14px;
}

.footerColumn p span {
	font-weight: bold;
	color: #2a4997;
	display: inline-block;
	margin-right: 10px;
}

.footerColumn p a {
	color: #333;
	text-decoration: none;
}

.footerColumn p a:hover {
	text-deocration: underline;
	color: #2a4997;
}

a.logo-link {
	max-width: 140px;
	display: inline-block;
	margin-top: 40px;
}

.useful-links ul {
	margin: 20px 0 0 0;
	padding: 0;
}

.useful-links li {
	display: block;
	margin: 0;
	paddding: 0;
}

.useful-links li a {
	color: #333;
	text-decoration: none;
}

.useful-links li a:hover {
	text-decoration: underline;
	color: #2a4997;
}

.social-links {
	margin-bottom: 30px;
}

.social-links ul {
	margin: 20px 0 30px 0;
	display: inline;
}

.social-links li {
	padding: 0;
	display: inline-block;
	margin-right: 5px;
}

.social-links a.social-icon {
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	background-color: #2a4997;
	border-radius: 50%;
	display: block;
	border: 3px solid #2a4997;
	transition: all 0.5s ease;
}

.social-links a.social-icon i {
	width: 36px;
	height: 36px;
	display: block;
	box-sizing: border-box;
	padding: 8px;

}
.social-links a.social-icon i svg {
	display: block;
}
.social-links a.social-icon i svg path {
	fill: #fff;
}

.social-links a.social-icon .social-link-text {
	text-indent: -9999px;
	position: absolute;
}

.social-links a.social-icon:hover {
	background-color: #fff;
}
.social-links a.social-icon:hover  i svg path {
	fill: #2a4997;
}

@media (min-width: 600px) { 

}


@media (min-width: 768px) { 
	
	#primaryHeader {
		background-color: #fff;
	}
	
	.content-body {
		display: flex;
		padding: 0;	
	}

	.column:nth-child(1) {
		display: block;
		width: 280px;	
	}
	
	.setWidthLeft {
		width:280px;
	}

	.column:nth-child(2) {
		width: calc(100% - 280px);
		padding: 0 20px;
		border-left: 1px solid #e6e7ea;	
	}

	.searchTriggerHolder {
		display: none;
	}

	.searchHolder {
		display: block !important;
		position: absolute;
		top: 9px;
		right: 60px;
		bottom: auto;
		left: auto;
		width: 200px;
		background: transparent;
		padding: 0;
	}

	.searchHolder .searchClose {
		display: none;
	}

	form.search {
		border-radius: 0;
		max-width: unset;
		margin-top: 0;
		box-shadow: unset;
		background-color: transparent;
		padding: 0;
		height: auto;
		overflow: unset;
	}

	form.search label {
		display: none;
	}

	.search-bar._Skins_xa_page_search.mc-component {
		margin-top: 0px;
		height: auto;
	}

	#mobile_in_this_section {
		display: none;
	}


	/* PRIMARY FOOTER 
	--------------------------------------> */
#search-results {
	min-height: 600px;
}
	nav.stripNav {
		margin: 10px 30px;
		display: inline-block;
		width: auto;
	}
	nav.stripNav ul {
		margin: 0;
		padding: 0;
	}

	nav.stripNav li {
		list-style-type: none;
		font-size: 14px;
		margin: 0;
		padding: 0 10px 0 10px;
		display: inline;
		border-left: 1px solid #ccc;
	}

	nav.stripNav li:first-of-type {
		border-left: none;
		padding-left: 0;
	}

	.wrapFootNotes {
		float: right;
		margin: 10px 30px;
	}

	.footerRow {
		display: flex;
		padding: 0;	
	}
	.footerColumn:nth-child(1),
	.footerColumn:nth-child(2),
	.footerColumn:nth-child(3),
	.footerColumn:nth-child(4) {
		width: 25%;
		margin-bottom: 40px;
	}

}

@media (min-width: 960px) {
	
	#primaryHeader {
	}
	
	.column:nth-child(1) {
		width: 25%;
	}

	.setWidthLeft {
		width:25%;
	}

	.column:nth-child(2) {
		width: 50%;
		padding: 0 30px;
	}

	.column:nth-child(3) {
		display: block;
		width: 25%;
		padding-left: 10px;
	}
	.stickSidebarRight {
	/*		*/
	}
	.setWidthRight {
		width: calc(25% - 10px);

	}

	.searchHolder {
		right: 20px;
		width: 220px;
	}

	.globalMenuTriggerHolder {
		display: none;
	}

	.column:nth-child(3) .titleTrigger {
		border-botton: none;
		padding-left: 0;
		margin-left: 10px;
		border-bottom: none;
	}
}

@media (min-width: 1280px) {

	.content-body {
		margin-left: 20px;
		margin-right: 20px;
	}

	.column:nth-child(1) {
		width: 300px;
	}

	.setWidthLeft {
		width:300px;
	}

	.column:nth-child(2) {
		width: calc(100% - 600px);
	}

	.column:nth-child(3) {
		display: block;
		width: 300px;
	}
	.stickSidebarRight {
	}
	.setWidthRight {
		width: 290px;
	}

}

@media (min-width: 1440px) {
	
	.column:nth-child(1) {
		width: 350px;
	}

	.setWidthLeft {
		width:350px;
	}

	.column:nth-child(2) {
		width: calc(100% - 700px);
	}

	.column:nth-child(3) {
		display: block;
		width: 350px;

	}
	.setWidthRight {
		width:340px;
	}

}