#main-wrapper {
	min-height: 300px;
    position: relative;
    z-index: 50;
	font-family: "roboto",sans-serif;
}


/* Basic main body, and general structures */
/* =================================== */

#ContentType_headerImageBg {
	 display: none;
}


article {
	position: relative;
	z-index: 50;
	font-family: "roboto",sans-serif;
}

#ContentType_content:after {
	content: " ";
	display: block;
	clear: both;
}


#lastModified {
	font-size: 1rem;
	color: #666;
	text-align: right;
	font-style: italic;
}

#ContentType_body_topbar {
	/* padding: 0.6rem 0 1.875rem; */
	font-size: 0.875rem;
	position: relative;
	z-index: 1000;	
	margin-bottom: 0.5rem;
}

#ContentType_breadrumbs {
	color: #3e4a6a;
	text-decoration: none;
	font-weight: bold;	
	padding-right: 0.5rem;
}

#ContentType_breadrumbs a {
	color: #3e4a6a;
	text-decoration: none;
}

#ContentType_breadrumbs ol {
	padding: 0;
	margin: 0;
}
#ContentType_breadrumbs ol li {
	list-style: none;
	display: inline-block;
}

#ContentType_header {
	border-top: solid 0.0625rem #3F4A69;
	background-color: #3e4a6a;
	text-align: right;
	position: relative;
	color: white;
}

#ContentType_header_bg {
	position: absolute;
	z-index: 1;
	height: 100%;
	height: calc(100% - 0.0625rem);
	left: 0;
	top: 0.0625rem;
	width: 32%;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;	
}

.no-banner #ContentType_header_bg {
	background-size: 90% auto;
}


#ContentType_header_right {
	padding-right: 0;
    padding-bottom: 0;
}

#ContentType_header_right p {	
	margin: 0;
	padding: 0;
}

#ContentType_header_right .ms-webpartzone-cell {
	margin-bottom: 0;
}

/* Videos in right panel */
#ContentType_header_right .header-video-panel {
	position: relative;
	width: 90%;
}

#ContentType_header_right .header-video-panel img:first-child {
	width: 100%;
	z-index: 1;
}

#ContentType_header_right .header-video-panel .video-js,
#ContentType_header_right .header-video-panel video {
	display: block;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#ContentType_header_right .header-video-panel .video-js > div {
	z-index: 20;
}


#ContentType_header_left {
	text-align: left;
}
#ContentType_header_left,
#ContentType_header_right {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

#ContentType_header h1,
#ContentType_header .pseudo-h1 {
	color: white;
	padding: 0.6rem 1.25rem 0.625rem 1.25rem;
	font-size: 2.0rem;
	font-family: "futura-pt", Arial;
    font-weight: 100;
    /*line-height: 1.1rem;*/
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    width: calc(100% - 0.3rem);
    box-sizing: border-box;
    z-index: 50;
    position: relative;
	margin: 0;
	text-align: left;
}


@media (max-width: 768px) {
	article .col-4-sm,
	article .col-md-6,
	article .col-8-sm {
		width: 100%;
		float: none;
		text-align: left;
	}	
}

@media (max-width: 480px) {
	article .row:not(.no-gutters) > .col-4,
	article .row:not(.no-gutters) > .col-4-sm,
	article .row:not(.no-gutters) > .col-8,
	article .row:not(.no-gutters) > .col-8-sm,
	article .row:not(.no-gutters) > .col-6,
	article .row:not(.no-gutters) > .col-6-sm,
	article .row:not(.no-gutters) > .col-12 {
		padding: 0 0.3rem;
	}
}

/* Right sidebar */

.col-4.sidebar-flush {
	padding-top: 0;
	padding-right: 0;
}







/* Basic content styles */

article {
	color: #1a1a1a;
}

article a:link,
.apply-link-rules a:link,
.node-id-45 a:link {
	color: #3e4a6a;
	text-decoration: underline;
	
}


article a:visited,
.apply-link-rules a:visited,
.node-id-45 a:visited {
	color: #5b6770;	
}

article a:hover,
.apply-link-rules a:hover,
.node-id-45 a:hover {
	color: #696f97;	
}

article a:active,
.apply-link-rules a:active,
.node-id-45 a:active {
	color: #5b6770;	
}


	.grey-background a:link { color: #5b6770;}
	.grey-background a:visited { color: #696f97;}
	.grey-background a:hover { color: #3e4a6a;}
	.grey-background a:active { color: #696f97;}

	.green-background a:link { color: #5c6770;}
	.green-background a:visited { color: #696f97;}
	.green-background a:hover { color: #3e4a6a;}
	.green-background a:active { color: #696f97;}

	.blue-background a:link { color: #3e4a6a;}
	.blue-background a:visited { color: #5b6770;}
	.blue-background a:hover { color: #696f97;}
	.blue-background a:active { color: #5b6770;}

	.yellow-background a:link { color: #3e4a6a;}
	.yellow-background a:visited { color: #5c6770;}
	.yellow-background a:hover { color: #696f97;}
	.yellow-background a:active { color: #5c6770;}

article a.glossary-link,
.glossary-link {
	text-decoration: none;
    color: inherit;
    /*background-color: #dbe3f3;
    border-radius: 0.375rem;
    padding: 0 0.3rem;
    margin: 0 -0.3rem;*/
    text-decoration: none;
    font-weight: inherit;
	border-bottom: 0.08rem dotted black;
}


	/* Normal backgrounds */
	article a.glossary-link:link,
	.glossary-link:link {
		border-bottom-color: #3e4a6a;
	}	

	article a.glossary-link:visited,
	.glossary-link:visited {
		color: inherit;
		border-bottom-color: #5b6770;
	}	

	article a.glossary-link:hover,
	.glossary-link:hover {
		border-bottom-color: #696f97;
	}

	article a.glossary-link:active,
	.glossary-link:active {
		border-bottom-color: #5b6770;
	}



	/* Green area */
	article .green-background a.glossary-link:link,
	.green-background .glossary-link:link {
		border-bottom-color: #5b6670;
	}	

	article .green-background a.glossary-link:visited,
	.green-background .glossary-link:visited {
		color: inherit;
		border-bottom-color: #696e95;
	}

	article .green-background a.glossary-link:hover,
	.green-background .glossary-link:hover {
		border-bottom-color: #7d716c;
	}

	article .green-background a.glossary-link:active,
	.green-background .glossary-link:active {
		border-bottom-color: #696e95;
	}


	/* Blue area */
	article .blue-background a.glossary-link:link,
	.blue-background .glossary-link:link {
		border-bottom-color: #3f4a6a;
	}	

	article .blue-background a.glossary-link:visited,
	.blue-background .glossary-link:visited {
		color: inherit;
		border-bottom-color: #5b6670;
	}	

	article .blue-background a.glossary-link:hover,
	.blue-background .glossary-link:hover {
		border-bottom-color: #696e95;
	}

	article .blue-background a.glossary-link:active,
	.blue-background .glossary-link:active {
		border-bottom-color: #5b6670;
	}


	/* Grey area */
	article .grey-background a.glossary-link:link,
	.grey-background .glossary-link:link {
		border-bottom-color: #5b6670;
	}	

	article .grey-background a.glossary-link:visited,
	.grey-background .glossary-link:visited {
		color: inherit;
		border-bottom-color: #696e95;
	}		

	article .grey-background a.glossary-link:hover,
	.grey-background .glossary-link:hover {
		border-bottom-color: #7d716c;
	}

	article .grey-background a.glossary-link:active,
	.grey-background .glossary-link:active {
		border-bottom-color: #696e95;
	}

	/* Yellow area */
	article .yellow-background a.glossary-link:link,
	.yellow-background .glossary-link:link {
		border-bottom-color: #3e4a6a;
	}	

	article .yellow-background a.glossary-link:visited,
	.yellow-background .glossary-link:visited {
		color: inherit;
		border-bottom-color: #5c6770;
	}		

	article .yellow-background a.glossary-link:hover,
	.yellow-background .glossary-link:hover {
		border-bottom-color: #696f97;
	}

	article .yellow-background a.glossary-link:active,
	.yellow-background .glossary-link:active {
		border-bottom-color: #5c6770;
	}

article img {
	max-width: 100%;
}


article h2,
article h3,
article h4,
article h5 {
	color: #515153;
	font-family: "roboto",sans-serif;
	margin: 0.625rem 0;
	position: relative;
	clear: left;
}

article h2 { font-size: 1.5rem; font-weight: 100; }
article h3 { font-size: 1.25rem; color: #3f4a6a;}
article h4 { font-size: 1.0rem; color: #3f4a6a; font-weight: bold;}
 

article ul, article ol {
	margin-bottom: 1rem;	
}

/* .. basic table */
article table:not(.nonStandard) {
	width: 100%;
	background-color: white;
}

	article table:not(.nonStandard) td {
		padding: 0.3rem;
	}

	article table:not(.nonStandard) td,
	article table:not(.nonStandard) th {
		vertical-align: top;
	}

	article table:not(.nonStandard) tr:nth-child(even) td {
		background-color:#f5f5f5;
	}

	article table:not(.nonStandard) td > *:first-child {
		margin-top: 0;
	}
	article table:not(.nonStandard) td > *:last-child {
		margin-bottom: 0;
	}

.jsYTReplace {
	 position: relative;
	 max-width: 40rem;
}
.jsYTReplace > img {
	width: 100%;
}
.jsYTReplace > iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

article iframe.youtube {
	width: 100%;
	height: 15rem;
	max-width: 30rem;
}

article p > img, article p > a > img {
	vertical-align: top;
	max-width: 100%;
}


/* Note: These should also be reflected in ckeditor.css */

.clearFloats {
	clear: both;
}

.textAlignCenter {
	text-align: center;
}


article .max-width-50p {	max-width: 50% !important; }
article .max-width-33p {	max-width: 33% !important; }

.align-right,
img[data-align="right"] {
	width: 100%;
	max-width: 24%;
	margin: 0 0 0.5rem 1rem;
	float:right;
}

.align-left,
img[data-align="left"] {
	width: 100%;
	max-width: 24%;
	margin: 0 1rem 0.5rem 0;
	float: left;
}

@media (max-width: 640px) {
	.align-right:not(.override-responsive),
	.align-left:not(.override-responsive),
	img[data-align="left"]:not(.override-responsive),
	img[data-align="right"]:not(.override-responsive) {
		display: block !important;
		max-width: 100%;
		margin: 1rem 0;
		float: none !important;
		clear: both !important;
		width: auto !important;
	}
}

.with4RemImage img {
	width: 4rem;
}

.with8RemImage img {
	width: 8rem;
}

.with12RemImage img {
	width: 12rem;
}

.with24RemImage img {
	width: 24rem;
}

	.with4RemImage img,
	.with8RemImage img,
	.with12RemImage img,
	.with24RemImage img {
		display: inline-block;
		clear: left;
		max-width: 100%;
		margin-right: 0.5rem;
		margin-top: 0;
	}
	.with8RemImage img,
	.with12RemImage img,
	.with24RemImage img {
		margin-right: 1rem;
	}
	.with4RemImage,
	.with8RemImage,
	.with12RemImage,
	.with24RemImage {
		clear: left;
	}

@media (max-width: 480px) {
	.with8RemImage img:not(.override-responsive) {
		width: 100%;
		margin-right: 0;
	}
	.with4RemImage img:not(.override-responsive) {
		width: 50%;
	}
}

a.bigGreenButton,
a.bigGreenButton:link {
	background-color: #313857;
	color: white !important;
	text-decoration: none;
	padding: 1rem 0.5rem;
	margin: 0.5rem 0;
	border-radius: 0.6rem; 
	text-align: center;
	max-width: 40rem;
	display: inline-block;
	width: 100%;
	font-size: 1.5rem;
}

@media (max-width: 900px) {
	.with8RemImage a.bigGreenButton,
	.with8RemImage a.bigGreenButton:link {
		width: 100%;
		max-width: calc(100% - 9rem);
	}
}

@media (min-width: 800px) {	
	p.rightVideo {
		float: right;
		margin: 0 0 0.5rem 1rem;
		width: 24rem;
		height: 14rem;
	}

		p.rightVideo iframe {
			width: 100%;
			height: 100%;
			max-width: 100%;
		}
}


@media (min-width: 1024px) {	
	p.rightVideo {
		width: 32rem;
		height: 18rem;
	}
}




article table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 0.5rem;
}
article table.halfWidth {
	max-width: 50%;
}
article table caption {
	position: absolute;
	left: -10000rem;
	top: -10000rem;
}

article table th {
	background-color: #efefef;
}

article table th, article table td {
	padding: 0.375rem;
	border: 0.0625rem solid black;
	text-align: left;
	margin: 0;
}


article a.blueButton,
aside a.blueButton,
article a.greenButton,
aside a.greenButton {
	color: white !important;
	text-decoration: none;
	padding: 0.25rem 0.5rem;
	border-radius: 0.6rem;
	margin: 0 0.5rem 0 0;
	white-space: nowrap;
	line-height: 200%;
}
article a.blueButton,
aside a.blueButton {
	background-color: #3f4a6a;
}
article a.greenButton,
aside a.greenButton {
	background-color: #295E26;
}



/* Alternative text sectons */

body.js-disabled article .toggle-alternative-text {
	display: none;
}
article .alternative-text-target {
	display: none;
	background-color: #f3f3f3;
	padding: 0.5rem;
}
article .alt-shown {
	display: block !important;
}
article .alternative-text-target:after {
	content: " ";
	display: block;
	clear: both;
}


/* Content Controls */

#ContentControls {
	color: #3e4a6a;
	text-align: right;
}

@media (max-width: 640px) {
	#ContentControls {
		/*padding-top: 1.25rem;*/
	}
}

#ContentControls .cc-icon {
	background-image: url(../img/print-icon-50.png);
	background-repeat: no-repeat;
	display: inline-block;
	text-decoration: none;
	color: #3e4a6a;
	text-align: left;
	font-weight: normal;
	background-size: 1.25rem auto;
	height: 1.2rem;
	width: 1.2rem;
	margin-left: 0.25rem;
	vertical-align: middle;
}

#ContentControls .cc-icon.no-label {
	width: 1.25rem;
	text-indent: -10000rem;
	height: 1.25rem;
	margin-left: 0.3rem;
}

#ContentControls_print.cc-icon {
	background-position: 2.375rem 0;
    width: 3.5rem;
}
#ContentControls_share {
	display: inline-block;
	padding-left: 0.0rem;
}
#ContentControls_share .cc-icon.no-label {

}

#CotnentControls_share_expand {
	display: inline-block;
	position: relative;
	margin-left: 0.25rem;
}

#ContentControls_print {
	margin-right: 0.5rem;
}

html.js #CotnentControls_share_expand > #CotnentControls_share_expand_inner {
	display: none;
}
html.js #CotnentControls_share_expand.toggled > #CotnentControls_share_expand_inner {
	display: block;
    top: 100%;
    top: calc(100% + 0.625rem);
    right: 0;
    position: absolute;
    padding: 0.625rem;
    background-color: white;
    width: auto;
    border: solid 0.0625rem #666;
    
  	-webkit-box-shadow: 0 0.625rem 1rem -0.25rem rgba(0,0,0,0.16);
	-moz-box-shadow: 0 0.625rem 1rem -0.25rem rgba(0,0,0,0.16);
	box-shadow: 0 0.625rem 1rem -0.25rem rgba(0,0,0,0.16);  
    
}

html.js #CotnentControls_share_expand > #CotnentControls_share_expand_inner > .cc-icon {
	padding-left: 1.875rem;
    display: block;
    height: 1.25rem;
	margin: 0.3rem 0;
	width: auto;
}

#ContentControls .ContentControls_share_facebook {
	background-image: url(../img/facebook-icon-50.png);
}
#ContentControls .ContentControls_share_twitter {
	background-image: url(../img/twitter-icon-50.png);
}

#ContentControls .ContentControls_share_pinterest {
	background-image: url(../img/pinterest-logo-50.png);
	background-position: left center;
}
#ContentControls .ContentControls_share_email {
	background-image: url(../img/email-icon-50.png);
	background-position: left center;
}

#CotnentControls_share_expand > a {
	background-image: url(../img/expand-icon-50.png);
	background-repeat: no-repeat;
	display: inline-block;
	text-decoration: none;
	color: #3e4a6a;
	text-align: left;
	font-weight: normal;
	width: 1.35rem;
	text-indent: -10000rem;
	height: 1.35rem;
	background-position: 0 0;
	background-size: 100% auto;

}

#CotnentControls_share_expand.toggled > a {
	background-image: url(../img/collapse-icon-50.png);
}




/* Banner Graphic Block */

#ContentType_header_left {
	margin: 0;
	padding: 0;
}

#ContentType_header_right {
	margin: 0;
	padding: 0;
	text-align: left;
}

.banner-graphic-main ul {
	padding: 0;
	margin: 0;
}

.banner-graphic-main ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.banner-graphic-main .banner-graphic-image {
	width: 100%;
	display: block;
    height: auto;
}

#ContentType_header_right .banner-graphic-video {
	width: 100%;
	height: 100%;
	max-width: 80%;
}

@media (max-width: 768px) {

	#ContentType_header_right .banner-graphic-video {
		max-width: 100%;
	}
}


/* Related Resources */

.related-resources {
	background-color: #eef6e7;
	/*color: #3f4a6a;*/
	padding: 1rem;
	display: block;
	margin-bottom: 1rem;
	margin-top: 1rem;
	clear: both;	
}

.related-resources ul {
	margin: 0;
	padding: 0 0 0 1rem;
}

.related-resources ul li {
	padding: 3px 0 3px 0;
}


.related-resources h2 {
	color: #3f4a6a;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 1rem;
}



@media (min-width: 641px) {
	.related-resources img {
		float: left !important;
		width: 50% !important;
		height: auto !important;
		margin: 0 1.25rem 0.3rem 0 !important;
		display: block; 
	}
}
@media (max-width: 640px) {
	.related-resources img {
		float: left !important;
		width: 100% !important;
		height: auto !important;
		margin: 0 0 1.25rem 0 !important;
		display: block; 
	}
}




/* Right sidebar graphics */

.right-sidebar-graphics-block {
	margin-bottom: 1rem;
}

.right-sidebar-graphics-block img {
	width: 100%;
	display: block;
}

/* Right sidebar text */

.right-sidebar-text-block {
	padding: 1.5rem;
	margin-bottom: 1rem;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0edd3+0,ffffff+100 */
	background: #e0edd3; /* Old browsers */
	background: -moz-linear-gradient(top, #e0edd3 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e0edd3 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e0edd3 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0edd3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.right-sidebar-text-block h2,
.right-sidebar-text-block h3 {
	margin-top: 0;
	color: #3e4a6a;
	font-style: italic;
}

.right-sidebar-text-block ul {
	padding: 0 1.5rem;	
}

/* Blue box field */

.blue-box-bottom-2,
.blue-box-bottom .views-field-field-content-blue-box .inner {
	background-color: #eff9fc;
	padding: 1.5rem;
	margin-bottom: 1rem;
} 
.blue-box-bottom-2 h2,
.blue-box-bottom-2 h3,
.blue-box-bottom .views-field-field-content-blue-box .inner h2,
.blue-box-bottom .views-field-field-content-blue-box .inner h3
{
	margin: 0;
	padding: 0;
	color: #3e4a6a;	
}


/*.blue-box-bottom-2 img,
.blue-box-bottom .views-field-field-content-blue-box .inner img {
	float: left;
	margin: 0 1rem 0.5rem 0;
	max-width: 40%;
}*/

@media (max-width: 480px) {
	/*.blue-box-bottom-2 img,
	.blue-box-bottom .views-field-field-content-blue-box .inner img {
		max-width: 100%;
		width: 100%;
		display: block;
		margin-bottom: 1rem;
	}*/

	.blue-box-bottom-2,
	.blue-box-bottom .views-field-field-content-blue-box .inner,
	.right-sidebar-text-block {
		padding: 0.5rem 2%;
	}
	
}

/* Knowledgebase articles */


.kb-articles .views-row {
	margin-bottom: 1rem;
}

.kb-articles .views-field-title h2 {
	margin-bottom: 0.5rem;
	font-weight: normal;
	font-size: 1.15rem;
}

.kb-articles .views-field-field-summary p {
	margin-top: 0;
}
