/*<meta />*/

:root
{
	/* Color variables */
	--Dark-Blue-PMS_2187: #00507C;
	--Navy-Blue: #00517D;
	--Blue: #00859F;
	--Purple-PMS_688: #614B79;
	--Blue-PMS_7697: #4E87A0;
	--Yellow-PMS_123: #FFC72C;
	--LightBlue_PMS_631: #3EB1C8;
	--Callout-Blue: #ECF7FA;
	--Callout-Green: #FAFCE6;
	--Callout-Pink: #FDF5F3;
	--DarkGray: #35474F;
	--Orange: #E45F4E;
	--Green: #73BC44;
	--Links: #1e5cd6;
	--Footer: #607D99;
	--Blue-Table-Background: #F3FAFC;
	--White: #ffffff;
	--Body: #000000;
	/* Font variables */
	--FontBody: 'Basic Sans Light', Avenir, Myriad;
	--RegularItalic: 'Basic Sans It';
	--RegularBold: 'Basic Sans Bold', Avenir, Myriad;
	--SemiBold: 'Basic Sans Semibold';
	--SemiBoldItalic: 'Basic Sans Semibold It';
	--ExtraLight: 'Basic Sans ExtraLight', Avenir, Myriad;
}

/*.body-container
{
	padding: 0;
}*/

.body-container
{
	padding: 0;
	margin: 0;
	/*height: calc( 100vh - 120px );
	height: 85%;*/
}

body.landing-page
{
	background: #ffffff;
	/*background-image: url('../Images/circle-asset-700-ghosted-80-percent.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;*/
}

/* ==============================================
Page Design - page elements
============================================== */

/* flex setup  */

.flex-col-wrap
{
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

.flex-row-wrap
{
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

.flex-child-col
{
	width: auto;
	max-width: 33.33%;
	min-width: 200px;
	padding: 1rem;
	height: auto;
}

/* general-use flex containers and children */

.flex-group-row
{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.flex-group-column
{
	display: flex;
	flex-flow: column wrap;
}

.main-section
{
	padding: 0;
	margin: 0;
	/*width: 100vw;
	justify-content: flex-start;
	flex-flow: row wrap;*/
}

nav.title-bar
{
	border-bottom: 2px solid #00507C;
}

.nav-search-wrapper
{
	flex: 1 1 auto;
	display: inline-grid;
	order: 3;
	justify-content: flex-end;
	flex-basis: auto;
}

/* This contains the buttons in the header */

div.Manual_Title
{
	margin: 50px 0 0 0;
	padding-left: 90px;
	z-index: 1001;
}

div.button_menus
{
	display: none;
}

a.top-link
{
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	color: #00507c;
	display: inline-block;
	margin: 0px 8px 0px 0px;
	padding: 8px 10px 0 10px;
}

a.top-link:hover
{
	color: #2cafc8;
	text-decoration: none;
	transition: all 300ms ease-in-out;
}

/*====== Banner Styles =======*/

div.CCCC-banner
{
	display: flex;
	flex-flow: row nowrap;
	align-content: flex-end;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: 0;
	flex: 0 0 auto;
	border-bottom: 2px solid #00507C;
	height: 120px;
	background-color: #ffffff !important;
	z-index: 1000;
}

div.CCCC-banner p
{
	margin: 0;
	padding: 0;
}

/* first column  --  the logo set up as a background element */

div.eb1
{
	order: 1;
	width: 20%;
	height: 100%;
	padding: 25px;
}

img.home-logo
{
	width: 300px;
	max-width: 300px;
}

img.home-logo:hover
{
	opacity: 0.6;
}

/* second column */

div.eb2
{
	flex: 1 40%;
	padding: 0;
	text-align: center;
	order: 2;
	font-size: 1.4rem;
	font-weight: 100;
	color: #00507C;
	font-family: var(--font-head);
	width: 50%;
	display: flex;
	flex-flow: column nowrap;
}

/* third column (wrapper/parent)  */

div.eb3
{
	order: 3;
	padding-top: 10px;
	padding-right: 30px;
	width: 25%;
	min-width: 300px;
}

/* third column - first container */

div.eb3-1
{
	
}

/* third column item */

div.eb3-item
{
	
}

/* third column - second container */

div.eb3-2
{
	display: none;
}

/* toolbar overrides */

.showme,
.showme a,
.showme a i.fa
{
	color: #00507C !important;
	font-size: 16px;
	width: 30px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.showme:hover,
.showme a:hover,
.showme a:hover i.fa
{
	color: #2cafc8 !important;
}

.toolbar-items
{
	display: flex;
	justify-content: center;
	padding-top: 3px;
	font-size: 140%;
	z-index: 1001;
}

.buttons._Skins_CCCC_Toolbar_2.mc-component
{
	background: transparent;
	margin-top: -2px;
	/*height: 40px;
    padding-top: 10px;
	padding-left: 1em;*/
}

._Skins_CCCC_Toolbar_2.mc-component .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: none;
	background: none;
	background: none;
	background: none;
	background: none;
	background: none;
	background: none;
	-pie-background: none;
	margin-left: 8px;
}

._Skins_CCCC_Toolbar_2.mc-component .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: none;
	background: none;
	background: none;
	background: none;
	background: none;
	background: none;
	background: none;
	-pie-background: none;
	margin-left: 6px;
	margin-right: 0;
}

._Skins_CCCC_Toolbar_2.mc-component .button.remove-highlight-button:before
{
	font-family: 'FontAwesome';
	content: '\f591';
	font-size: 18px;
	color: #00507C !important;
}

._Skins_CCCC_Toolbar_2.mc-component .button.print-button:before
{
	font-family: 'FontAwesome';
	content: '\f02f';
	font-size: 16px;
	color: #00507C !important;
}

._Skins_CCCC_Toolbar_2.mc-component .button.remove-highlight-button:hover:before,
._Skins_CCCC_Toolbar_2.mc-component .button.print-button:hover:before
{
	color: #2cafc8 !important;
}

/* System Styles */
/* Changes the logo opacity on hover */

a.logo:hover
{
	opacity: 0.6;
}

/* This adds the blue border at the bottom of the header div */

/*nav.title-bar
{
	border-bottom: 1px solid #00507C;
}*/

/* This adds the drop shadow on the right side of the Side Navigation menu div */

.sidenav-wrapper
{
	mc-disable-glossary-terms: true;
	padding-right: 5px;
	z-index: 1;
	height: calc( 100vh - 120px );
}

/* Scrollbar */

.sidenav-wrapper::-webkit-scrollbar
{
	width: 10px;
}

/* Track */

.sidenav-wrapper::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */

.sidenav-wrapper::-webkit-scrollbar-thumb
{
	background: #7cd1ff;
	border-radius: 10px;
}

/* Handle on hover */

.sidenav-wrapper::-webkit-scrollbar-thumb:hover
{
	background: #91b8cd;
}

.sidenav-container
{
	width: 100%;
}

.sidenav-wrapper ul ul.is-accordion-submenu
{
	margin-left: 8px;
}

/*ul.sidenav li a
{
	font-family: var(--font-text);
}*/

/*ul.sidenav li a.selected
{
	font-weight: 600;
}*/

ul.sidenav ul ul > li > a
{
	/*border-bottom: none 0px #303335;
    font-weight: normal;
    margin-left: 20px;*/
	padding-left: 20px;
	/*padding-bottom: 0.3em;*/
}

ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle-container
{
	width: 1em;
}

ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle
{
	border: none;
}

.is-accordion-submenu-parent > a span.submenu-toggle-container
{
	left: 0px;
	outline: none;
	width: 1em !important;
}

.is-accordion-submenu-parent > a span.submenu-toggle
{
	border: none;
	/*top: 11%;*/
	top: 0;
	margin-top: 0;
	position: relative;
	margin-top: 6px;
	right: 0;
}

.is-accordion-submenu-parent > a span.submenu-toggle:before
{
	font-family: 'FontAwesome';
	content: '\f054';
}

.is-accordion-submenu-parent > a span.submenu-toggle:hover::before
{
	font-family: 'FontAwesome';
	content: '\f054';
}

.submenu-toggle-container[aria-expanded='true'] > span.submenu-toggle,
.is-accordion-submenu-parent > a[aria-expanded='true'] > .submenu-toggle-container > span.submenu-toggle
{
	transform: none !important;
}

.submenu-toggle-container[aria-expanded='true'] > span.submenu-toggle:before,
.is-accordion-submenu-parent > a[aria-expanded='true'] > .submenu-toggle-container > span.submenu-toggle
{
	font-family: 'FontAwesome';
	content: '\f078';
	transform: none !important;
}

.submenu-toggle-container[aria-expanded='true'] > span.submenu-toggle:hover::before,
.is-accordion-submenu-parent > a[aria-expanded='true'] > .submenu-toggle-container > span.submenu-toggle:hover
{
	font-family: 'FontAwesome';
	content: '\f078';
	transform: none !important;
}

div.MCBreadcrumbsBox_0
{
	padding: 10px 0 6px 0;
}

span.MCBreadcrumbsSelf
{
	color: #00859F;
}

a.MCBreadcrumbsLink:hover
{
	color: #00859F;
}

/*search bar */

form.search
{
	width: 100%;
	/*font-size: 0.85rem;*/
	padding: 0;
	/*color: var(--Dark-Blue-PMS_2187);*/
	border: 1px solid #00507C;
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 5px;
}

form.search:hover
{
	border-color: #2cafc8;
}

.search-bar.search-bar-container.needs-pie._Skins_search.mc-component
{
	height: inherit;
}

.search-bar._Skins_search.mc-component .search-field
{
	height: 1.8rem;
	border-radius: 4px;
	font-size: 0.85rem;
}

.search-bar._Skins_search.mc-component .search-submit-wrapper
{
	top: 5px;
	font-size: 1rem;
}

/* search bar placeholder text  */

.search-bar .search-field::-webkit-input-placeholder,
.search-bar .search-field::input-placeholder
{
	font-weight: 300;
	color: #00507C;
	font-style: italic;
}

/* search bar once you've begun typing  */

.search-bar .search-field
{
	color: #00507C;
	font-weight: 500;
	padding: 0 30px 0 3px;
	line-height: 1;
	background-color: transparent;
	outline: none;
}

/* =================== Search Results Page =================== */

div.search-info
{
	border-bottom: 2px solid #ebebeb;
	margin: 0 0 8px 0;
	width: 100%;
	padding-bottom: 8px;
}

div.search-info p
{
	margin-top: 3px;
}

._Skins_search_results.mc-component #resultList
{
	padding-left: 0px !important;
}

#resultList .description
{
	line-height: 140%;
}

span.SearchHighlight1
{
	background-color: #EEBE42;
}

span.SearchHighlight2
{
	background-color: #EEBE42;
}

._Skins_CCCC_Search_Results.mc-component #pagination a
{
	background-color: #EEBE42;
}

._Skins_CCCC_Search_Results.mc-component #pagination a:hover
{
	background-color: #ffffff;
}

ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_Financial.mc-component li.has-children > a:hover
{
	color: #65903D;
}

ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_Fund_Raising.mc-component li.has-children > a:hover
{
	color: #00517D;
}

ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_Governance.mc-component li.has-children > a:hover
{
	color: #e45e4f;
}

ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_Operations.mc-component li.has-children > a:hover
{
	color: #00859F;
}

ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_HR.mc-component li.has-children > a:hover
{
	color: #6A547B;
}

div.footer a:hover
{
	text-decoration: none;
	color: #00507C;
	opacity: 1.0;
}

/* =================== Toggler on Search Results page =================== */

a.MCToggler_Closed.MCTogglerHotSpot,
a.MCToggler_Open.MCTogglerHotSpot
{
	color: #00507C;
}

a.MCToggler_Closed.MCTogglerHotSpot:hover,
a.MCToggler_Open.MCTogglerHotSpot:hover
{
	color: #2cafc8;
}

/* =================== Hides that pesky transparent gif for togglers =================== */

img.MCToggler_Image_Icon
{
	display: none;
}

.MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage,
.MCToggler_Open.MCTogglerHotSpot_.MCHotSpotImage
{
	background-image: none;
}

/* ===== and then give some additional space to the right of the dropdown icon for both closed and open states ====== */

a.MCToggler.MCTogglerHead.MCTogglerHotSpot.toggler.MCTogglerHotSpot_.MCHotSpotImage.MCToggler_Open,
a.MCToggler.MCTogglerHead.MCTogglerHotSpot.toggler.MCTogglerHotSpot_.MCHotSpotImage.MCToggler_Closed
{
	padding-left: 0px;
}

a.MCToggler.MCTogglerHead.MCTogglerHotSpot.toggler.MCTogglerHotSpot_.MCHotSpotImage.MCToggler_Closed:before
{
	font-family: 'FontAwesome';
	content: '\f055';
	padding-right: 5px;
}

a.MCToggler.MCTogglerHead.MCTogglerHotSpot.toggler.MCTogglerHotSpot_.MCHotSpotImage.MCToggler_Open:before
{
	font-family: 'FontAwesome';
	content: '\f056';
	padding-right: 5px;
}

div.article
{
	margin-left: 0;
	margin-right: 0;
	min-height: calc(80vh - 154px);
}

div.no-article
{
	padding: 2em;
}

/* Reading Time Styles */

div.read-time
{
	font-family: 'Basic Sans Light', Avenir, Myriad;
	font-size: 16px;
	padding-top: 0;
}

span.eta,
span.words
{
	
}

/* Begin BUTTONS for Show/Hide ToC  */

._Skins_CCCC_Show_Hide_TOC_Toolbar.mc-component .button.toggle-toc-off-button .button-icon
{
	position: absolute;
	background-size: 20px !important;
}

._Skins_CCCC_Show_Hide_TOC_Toolbar.mc-component .button.toggle-toc-on-button .button-icon
{
	position: absolute;
	background-size: 20px !important;
}

._Skins_CCCC_Show_Hide_TOC_Toolbar.mc-component .button.toggle-toc-on-button
{
	margin-left: 8px;
}

.buttons._Skins_CCCC_Show_Hide_TOC_Toolbar.mc-component
{
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 36px;
	min-height: calc(100vh - 118.1px);
	background: #f0f2f5;
	padding-top: 4em;
	position: fixed;
	box-shadow: 6px 0px 14px 0px rgba(171,169,171,1);
}

.buttons._Skins_CCCC_Show_Hide_TOC_Toolbar.mc-component > .button-group-container-left
{
	float: none;
}

/*============= Dropdown containers =============*/

.MCDropDown.dropDown.MCDropDown
{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 20px;
}

.MCDropDownBody.dropDownBody
{
	margin-top: 0;
	border-radius: 0;
	border: none;
	border-top: none;
	padding: 0 24px 2px 24px;
	margin-left: 0px;
	overflow: visible;
	border: 1px solid #cacacc;
}

.MCDropDownBody.dropDownBody p:last-of-type
{
	margin-bottom: 14px;
}

a.MCDropDownHotSpot.dropDownHotspot.MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: none;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	padding-left: 0px !important;
}

.dropDownHotspot.dropDownHotspot:link
{
	font-family: 'Basic Sans Semibold';
	color: #ffffff;
	padding: 8px 0 8px 8px !important;
	width: 100%;
	display: block;
}

a.MCDropDownHotSpot.dropDownHotspot.dropDownHotspot.MCDropDownHotSpot_.MCDropDownHotSpot.MCHotSpotImage:hover
{
	color: #00507C;
	background: #c3e4f9;
}

a.MCDropDownHotSpot.dropDownHotspot.MCDropDownHotSpot_.MCHotSpotImage:before
{
	font-family: 'FontAwesome';
	content: '\f078';
	margin-left: 0px;
	padding-right: 8px;
	font-size: 13pt;
	padding-bottom: 5px;
	top: -2px;
	position: relative;
}

.MCDropDown_Closed a.MCDropDownHotSpot.dropDownHotspot.MCDropDownHotSpot_.MCHotSpotImage:before
{
	font-family: 'FontAwesome';
	content: '\f054';
	margin-left: 0px;
	padding-right: 12px;
	font-size: 13pt;
	padding-bottom: 5px;
	top: -2px;
	position: relative;
}

span.MCDropDownHead.dropDownHead:hover a.dropDownHotspot
{
	color: #00507C;
}

.MCDropDown_Image_Icon
{
	border: none;
	display: none;
}

/*============= Second level dropdown containers =============*/

/*.dropDown.dropDownSecondLevel .MCDropDown.MCDropDown_Open.dropDown .MCDropDown.MCDropDown_Closed.dropDown
{
    margin-top: 0;
    margin-bottom: 0;
}*/

.MCDropDown.dropDown.dropDownSecondLevel
{
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.dropDown.dropDownSecondLevel .dropDownHotspot.dropDownHotspot:link
{
	padding: 5px 0 4px 0 !important;
	color: #00517D;
}

.dropDown.dropDownSecondLevel .dropDownHotspot.dropDownHotspot:link:hover
{
	padding: 5px 0 4px 0 !important;
	color: #00859F !important;
	background: transparent !important;
}

a.MCDropDownHotSpot.dropDownHotspot.MCDropDownHotSpot_SecondLevel.MCHotSpotImage:before
{
	margin-left: 0;
	font-size: 10pt;
	padding-right: 7px;
}

.MCDropDown_Closed a.MCDropDownHotSpot.dropDownHotspot.MCDropDownHotSpot_SecondLevel.MCHotSpotImage:before
{
	font-size: 10pt;
	padding-right: 10px;
}

/*.dropDown.dropDownSecondLevel .MCDropDownBody.dropDownBody
{
	margin-top: 0;
	border-radius: 0;
	padding: 0 0 10px 22px;
	margin-left: 0px;
	overflow: visible;
	border: none;
}*/

.dropDown.dropDownSecondLevel .MCDropDownBody.dropDownBody
{
	margin-top: 0;
	border-radius: 0;
	padding: 0 0 10px 22px;
	margin-left: 0px;
	overflow: visible;
	border-bottom: 1px solid #cacacc;
	border-left: none;
	border-right: none;
}

/*span.MCDropDownHead.dropDownHead:hover a.dropDownHotspot
{
	color: var(--orange);
}*/

/*============= End Drop Down styles =============*/
/*============= End Drop Down styles =============*/
/* Right side panel on topics styles */

div.editor-contributor-container
{
	display: inline-block;
	margin-top: 10px;
	min-width: 50%;
}

img.authors
{
	width: 90%;
}

.micro-content-proxy._Skins_CCCC_Publication_FAQ_Governance.mc-component .micro-response,
.micro-content-proxy._Skins_CCCC_Publication_FAQ_Operations.mc-component .micro-response,
.micro-content-proxy._Skins_CCCC_Publication_FAQ_Financial.mc-component .micro-response,
.micro-content-proxy._Skins_CCCC_Publication_FAQ_Fund_Raising.mc-component .micro-response,
.micro-content-proxy._Skins_CCCC_Publication_FAQ_HR.mc-component .micro-response
{
	width: auto;
}

p.publication-date
{
	margin: 0;
	line-height: 1.6em;
	font-size: 12px;
	font-style: italic;
}

img.publications
{
	width: 60%;
}

.micro-response
{
	width: 50px;
	padding: 0;
}

div.editor-contributor-container > div > div.micro-content
{
	margin: 0 10px 0 0 !important;
	float: left;
}

/*ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_Financial.mc-component li.has-children > a
{
    color: red;
}*/

ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_Financial.mc-component li.has-children > a,
ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_Fund_Raising.mc-component li.has-children > a,
ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_Governance.mc-component li.has-children > a,
ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_Operations.mc-component li.has-children > a,
ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_HR.mc-component li.has-children > a
{
	/*color: #65903D;
    border-bottom: 1px solid #65903D;*/
	padding-bottom: 0;
	margin-bottom: 10px;
	cursor: auto;
	font-size: 18px;
}

ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_Financial.mc-component li.has-children > a
{
	border-bottom: 1px solid #65903D;
}

ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_Fund_Raising.mc-component li.has-children > a
{
	border-bottom: 1px solid #00517D;
}

ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_Governance.mc-component li.has-children > a
{
	border-bottom: 1px solid #e45e4f;
}

ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_Operations.mc-component li.has-children > a
{
	border-bottom: 1px solid #00859F;
}

ul.menu._Skins_CCCC_Menu_Proxy_Right_Side_HR.mc-component li.has-children > a
{
	border-bottom: 1px solid #6A547B;
}

/* Author snippet styles */

/*div.Authors
{
	mc-grid-row: true;
	margin: 20px 0 0 0;
	width: 100%;
	text-align: center;
}

div.Authors::before
{
	content: ' ';
	display: table;
}

div.Authors::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Authors > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
}

div.Authors > div:nth-child(1)
{
	width: 100px;
	margin-left: 0%;
}

div.Authors > div:nth-child(2)
{
	width: 100px;
	margin-left: 0%;
}

div.Authors > div:nth-child(3)
{
	width: 100px;
	margin-left: 0%;
}

div.Authors > div:nth-child(4)
{
	width: 100px;
	margin-left: 0%;
}

div.Authors > div:nth-child(5)
{
	width: 100px;
	margin-left: 0%;
}

div.Authors > div:nth-child(6)
{
	width: 100px;
	margin-left: 0%;
}*/

/*
div.Author p
{
	text-align: center;
}
*/

p.Meet-Author
{
	color: #2CAFC8;
	text-align: left !important;
	font-weight: 700;
	margin-bottom: 5px;
}

p.Author-Name
{
	font-size: 10pt;
	font-weight: 400;
	margin-top: 5px;
	line-height: 90% !important;
}

img.round
{
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

/* End Author Styles */
/* Glossary and Popup Syles */

a.GlossaryPageTerm
{
	font-style: normal !important;
	font-weight: 400 !important;
}

/* Popup box styles */

.MCTextPopupArrow
{
	border-bottom-color: #CCE6EC;
}

.MCTextPopupBodyBottom .MCTextPopupArrow
{
	border-top-color: #CCE6EC;
}

a.Popup
{
	font-style: normal !important;
	font-weight: 400 !important;
}

.popupBody
{
	background-color: #cce6ec !important;
	color: #0085a0 !important;
	font-weight: 400 !important;
	border: solid 1px #cce6ec !important;
	font-size: 10pt !important;
	box-shadow: none !important;
}

.MCTextPopup_Closed.MCTextPopupHotSpot_
{
	background-image: none;
	color: #00507C;
	font-weight: normal;
}

.MCTextPopup_Open.MCTextPopupHotSpot_
{
	background-image: none;
	font-weight: normal;
	padding-right: 0px;
}

.MCHelpControl_Image_Icon
{
	display: none;
}

.\000023text
{
	font-weight: normal;
}

/* End Glossary and Popup Styles */
/* Button styles */

.green-button,
.feedback-button,
.light-blue-button,
.validate-button
{
	border-radius: 3px !important;
	display: inline-block;
	cursor: pointer;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	font-size: 18px;
	padding: 6px 22px;
	text-decoration: none;
	margin-top: 0;
	font-weight: 600;
}

.green-button,
.validate-button
{
	border: solid 2px #73bc44 !important;
	background-color: #ffffff;
	color: #73bc44 !important;
}

.validate-button
{
	margin-left: 30px;
}

.feedback-button
{
	border: 2px solid #6a537b;
	background-color: #6a537b;
	color: #ffffff !important;
	margin-left: 20px;
}

.light-blue-button
{
	border: solid 2px #2cafc8 !important;
	background-color: #2cafc8;
	color: #ffffff !important;
	margin: 0 0 40px 0;
}

.green-button:hover,
.validate-button:hover
{
	background-color: #73bc44;
	color: #ffffff !important;
}

.feedback-button:hover
{
	background-color: #ffffff;
	color: #6a537b !important;
}

.light-blue-button:hover
{
	background-color: #00507C;
	color: #2cafc8 !important;
}

.green-button:active,
.feedback-button:active,
.light-blue-button:active
{
	position: relative;
	top: 1px;
}

/*.feedback
{
	margin: 19px 20% 40px 20%;
	padding: 10px 10px 10px 14px;
	width: 60%;
	display: inline-flex;
	background: #f0eef1;
}*/

.feedback
{
	margin: 29px auto 29px auto;
	/* border-top: 1px solid #b2bfbf; */
	padding: 10px 0px 10px 14px;
	width: 66%;
	/* display: inline-flex; */
	background: #f0eef1;
	height: 58px;
	border-radius: 10px;
}

div.feedback > div
{
	float: left;
}

p.feedback-text
{
	margin-bottom: 0;
	margin-top: 19px;
	line-height: 0;
	letter-spacing: 0.25;
	color: #6a537b;
}

/* End Button Styles */
/* Commom Footer Styles */

div.footer
{
	background-color: #f0f2f5;
	padding: 10px 0 10px 0;
	/*border-top: 2px solid rgba(0, 80, 124, 0.05);*/
	margin-top: 24px;
	/*padding-bottom: 40px;*/
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	width: 100%;
}

div.footer a
{
	text-decoration: none;
	color: #00507C;
	opacity: 0.8;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.footer a:before
{
	content: '' !important;
	padding: 0;
}

a.footer-logo
{
	background-image: url('../Images/cccc-logo-footer.png');
	background-repeat: no-repeat;
	display: block;
	padding: 35px;
	opacity: 1.0 !important;
}

a.footer-logo:hover
{
	opacity: 0.6 !important;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}

a.footer-icons
{
	margin-right: 15px;
}

p.footer-head
{
	color: #e45f4e;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

p.footer-text
{
	margin: 0;
	font-size: 16px;
	line-height: 2.15;
	color: #00507C;
	opacity: 0.8;
}

p.copyright
{
	color: #00507c;
	font-size: 12px;
	letter-spacing: 2px;
	margin: 10px 0 0 0;
	line-height: 26px;
}

img.Hyperlinked
{
	border-style: none;
	margin-top: 10px;
}

div.footer-copyright
{
	/*border-top: 1px solid rgba(0, 51, 74, 0.2);*/
	text-align: center;
	margin: 0 10% 0 10%;
	/*letter-spacing: 2px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;*/
}

/* Topic Footer */

div.Topic-Footer
{
	mc-grid-row: true;
	margin-left: 4%;
	margin-right: 4%;
	border-bottom: 1px solid rgba(0, 51, 74, 0.2);
	padding-bottom: 6px;
}

div.Topic-Footer::before
{
	content: ' ';
	display: table;
}

div.Topic-Footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Topic-Footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Topic-Footer > div:nth-child(1)
{
	width: 20%;
	margin-left: 3%;
}

div.Topic-Footer > div:nth-child(2)
{
	width: 21%;
	margin-left: 7%;
}

div.Topic-Footer > div:nth-child(3)
{
	width: 33%;
	margin-left: 3%;
}

/* Back to Top Styles*/

a.backToTop
{
	position: fixed;
	top: 50%;
	right: 1%;
	background-color: #656669;
	padding: 3px 3px 0px 3px;
	border-radius: 3px;
	display: none;
}

a.backToTop:hover
{
	background-color: #57585b;
}

@media only screen and (max-width: 1279px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		padding-left: 0;
		padding-right: 0;
	}

	.buttons._Skins_CCCC_Show_Hide_TOC_Toolbar.mc-component
	{
		display: none;
	}

	div.Manual_Title
	{
		margin: 25px 0 0 40px;
		padding-left: 0;
		z-index: 1001;
	}

	a.top-link
	{
		margin: 0px 8px 0px 0px;
		padding: 8px 5px 0 5px;
	}

	.nav-search-wrapper
	{
		display: flex;
		margin-top: 20px;
	}

	form.search
	{
		width: 100%;
		margin-bottom: 5px;
	}

	.toolbar-items
	{
		margin-top: 0px;
		padding: 0 0 10px 0;
		text-align: center;
		display: none;
	}

	.middle.title-bar-section.outer-row.clearfix
	{
		/*position: relative;
		margin-left: 1.2rem;*/
		margin: 0;
		padding: 0;
	}

	/*tablet menu fixes */

	ul.off-canvas-list li a:hover
	{
		background-color: #e3e3e3;
	}

	nav.title-bar .menu-icon
	{
		right: 20px;
		top: 75%;
		z-index: 1001;
	}

	.menu-icon-container
	{
		min-height: 40px;
	}

	.title-bar .menu-icon span
	{
		height: 40px;
		width: 40px;
		border-radius: 6px;
		background-color: #00539f;
	}

	.is-accordion-submenu-parent > a span.submenu-toggle-container
	{
		left: 6px;
		outline: none;
		width: 1em !important;
	}

	.is-accordion-submenu-parent > a span.submenu-toggle
	{
		border: none;
		top: 0;
		margin-top: 11px;
	}

	li.tree-node.is-accordion-submenu-parent > a
	{
		padding-left: 26px;
		line-height: 20px;
	}

	div.article
	{
		margin-left: 0;
		margin-right: 0;
	}

	div.no-article
	{
		padding: 0 5% 0 5%;
		margin-top: 0;
	}

	a.footer-logo
	{
		background-image: url('../Images/cccc-logo-footer-tablet.png');
	}

	/* Topic Footer */

	div.Topic-Footer
	{
		mc-grid-row: true;
		margin-left: 2%;
		margin-right: 2%;
	}

	div.Topic-Footer > div:nth-child(1)
	{
		width: 27%;
		margin-left: 3%;
	}

	div.Topic-Footer > div:nth-child(2)
	{
		width: 21%;
		margin-left: 11%;
	}

	div.Topic-Footer > div:nth-child(3)
	{
		width: 27%;
		margin-left: 7%;
	}

	/*div.footer-copyright
	{
    	line-height: 120%;
	}*/
}

@media only screen and (max-width: 767px)
{
	nav.title-bar
	{
		display: block;
		padding-top: 0;
		padding-bottom: 0;
		background: #ffffff;
	}

	nav.title-bar .menu-icon
	{
		right: 12px;
		top: 72%;
		z-index: 1001;
	}

	.menu-icon-container
	{
		min-height: 40px;
	}

	.title-bar-layout .logo-wrapper
	{
		/* min-height: 78px; */
		flex-basis: 100%;
		/* width: 20%; */
		display: inline-grid;
		margin: 10px;
	}

	.nav-search-wrapper
	{
		display: flex;
		margin-top: 0;
	}

	img.home-logo
	{
		height: 52px;
		width: auto;
	}

	div.Manual_Title
	{
		margin: 8px 0 0 2px;
		padding-left: 0;
		z-index: 1001;
		text-align: center;
	}

	a.top-link
	{
		margin: 0px 4px 0px 4px;
		padding: 8px 5px 8px 5px;
		font-size: 14px;
	}

	form.search
	{
		width: 100%;
		margin-bottom: 0px;
	}

	.toolbar-items
	{
		padding-top: 10px;
		margin-top: 0px;
		font-size: 1rem;
		padding-bottom: 0px;
		display: none;
	}

	.showme,
	.showme a,
	.showme a i.fa
	{
		display: inline-flex;
	}

	.buttons._Skins_CCCC_Show_Hide_TOC_Toolbar.mc-component
	{
		display: none;
	}

	.off-canvas-wrapper-inner .outer-row
	{
		padding-left: 0em;
		padding-right: 0em;
	}

	.is-accordion-submenu-parent > a span.submenu-toggle-container
	{
		left: 6px;
		outline: none;
		width: 1em !important;
	}

	.is-accordion-submenu-parent > a span.submenu-toggle
	{
		border: none;
		top: 0;
		margin-top: 11px;
	}

	li.tree-node.is-accordion-submenu-parent > a
	{
		padding-left: 26px;
		line-height: 20px;
	}

	div.article
	{
		margin-left: 0;
		margin-right: 0;
	}

	div.no-article
	{
		padding: 0 5% 0 5%;
		margin-top: 0;
	}

	/*div.bc-toolbar-fixed
	{
		width: 93%;
		margin-top: -21px;
		height: 70px;
	}*/

	div.MCBreadcrumbsBox_0
	{
		font-size: 10pt;
	}

	/* Reading Time Styles */

	div.read-time
	{
		font-size: 16px;
		padding-top: 0;
	}

	/*div.Authors > div:nth-child(1)
	{
		width: 100px;
		margin-left: 0%;
	}

	div.Authors > div:nth-child(2)
	{
		width: 100px;
		margin-left: 0%;
	}

	div.Authors > div:nth-child(3)
	{
		width: 100px;
		margin-left: 0%;
	}

	div.Authors > div:nth-child(4)
	{
		width: 100px;
		margin-left: 0%;
	}

	div.Authors > div:nth-child(5)
	{
		width: 100px;
		margin-left: 0%;
	}

	div.Authors > div:nth-child(6)
	{
		width: 100px;
		margin-left: 0%;
	}*/

	/* Common Footer styles */

	div.footer
	{
		padding-top: 4px;
		padding-bottom: 0;
		text-align: center;
	}

	p.footer-head
	{
		font-size: 14px;
		margin-bottom: 5px;
	}

	p.footer-text
	{
		font-size: 14px;
		line-height: 1.6em;
	}

	p.copyright
	{
		font-size: 10px;
		margin: 12px 0 12px 0;
		line-height: 16px;
	}

	img.Hyperlinked
	{
		margin-top: 10px;
	}

	div.footer-copyright
	{
		margin-top: 0px;
		/*line-height: 120%;*/
	}

	/* Topic Footer */

	div.Topic-Footer
	{
		mc-grid-row: true;
		margin-left: 4%;
		margin-right: 4%;
	}

	div.Topic-Footer > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0;
	}

	div.Topic-Footer > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}

	div.Topic-Footer > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0;
	}
}

@media print
{
	/*div.bc-toolbar-fixed
	{
		position: relative;
	}*/

	div.bc-toolbar-fixed,
	div.read-time,
	div.feedback,
	div.footer,
	a.backToTop
	{
		display: none;
		margin: 0 !important;
		padding-top: 0 !important;
	}

	.body-container
	{
		margin: 0 !important;
		padding-top: 0 !important;
	}

	div.article
	{
		margin: 0 !important;
		padding-top: 0 !important;
		min-height: auto;
	}

	span.SearchHighlight1,
	span.SearchHighlight2
	{
		background-color: #ffffff;
	}
}

@media PDFPrint
{
	
}

