@font-face
{
	font-family: 'BebasNeue';
	src: url('../Fonts/BebasNeue.otf');
}

body
{
	margin: 0 0 30px;
	background-color: #ffffff !important;
	/* Avoid browsers automatically resizing fonts */
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body, body.textBase
{
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1em !important;
	line-height: 1.5 !important;
	color: #444444;
	text-align: left;
}

h1
{
	font-family: "BebasNeue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 60px;
	color: #d24508;
	margin: 0;
	line-height: 90%;
}

h1.mainTitle
{
	font-weight: 400;
	line-height: 55px;
}

h2
{
	font-family: "BebasNeue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #d24508;
	line-height: 89%;
	margin: 0 0 20px 0;
}

h3
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #444444;
	line-height: 32px;
	text-align: left;
	border-bottom: none;
	margin: 0 0 30px 0;
}

h3.italic 
{
	font-style: italic;
}

h4
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	color: #303030;
	font-size: 1.06em;
}

h5
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #444444;
	text-align: left;
}

h6
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #444444;
	text-align: left;
}

input, textarea, select, button
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
}

input[type=button], input[type=submit], input[type=text]
{
	-webkit-appearance: none;
}

ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ol
{
	list-style-type: decimal;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 15px;
}

a, a:link, a:visited, a:hover, a:active {
    color: #007f99;
    text-decoration: none;
}
.evidence
{
	color: #444444;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.smallNote
{
	color: #8D8D8D;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}

.smallNoteDark
{
	color: #444444;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
/* End text formatting*/
.hidden, .hiddenInLive, .sfContentBlock ul.iconTabs.hidden, .sfContentBlock ul.iconTabs.hiddenInLive
{
	display: none;
	visibility: hidden;
}

.RadDock .hiddenInLive, .sfTemplateEditor .hiddenInLive, .sfTemplateEditor .sfContentBlock ul.iconTabs.hiddenInLive
{
	display: block;
	visibility: visible;
}

.textCenter
{
	text-align: center;
}

.textLeft
{
	text-align: left;
}

.textRight
{
	text-align: right;
}

.sfError, .cafValidator
{
	color: #d24508;
}

.sf_cols.sectionContainer
{
	padding-top: 60px;
	padding-left: 130px;
	padding-right: 130px;
	padding-bottom: 50px;
	width: auto;
	clear: both;
}

.sf_cols .rightPadding10
{
	width: 90%;
	padding-right: 10%;
}

.sf_cols.noLeftPadding
{
	padding-left: 0;
}

.sf_cols.noRightPadding
{
	padding-right: 0;
}

.sf_cols.noUpperPadding
{
	padding-top: 0;
}

.sf_cols.noLowerPadding
{
	padding-bottom: 0;
}

.sf_cols.leftColumn
{
	float: left;
}

.sf_cols.rightColumn
{
	float: right;
}

.block
{
	display: block;
	overflow: hidden;
}

.blockLeft
{
	display: block;
	float: left;
	overflow: hidden;
}

.blockRight
{
	display: block;
	float: right;
	overflow: hidden;
}

.smallImg
{
	margin-right: 10px;
}

img.blockLeft.smallImg
{
	margin-right: 10px;
	padding-top: 2px;
}

.title-container
{
	display: block;
	overflow: hidden;
}

.greyWithBorderContainer
{
	background-color: #F7F7F7;
	border: 1px solid #E3E3E3;
}

.paddingContainer
{
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 10%;
	padding-bottom: 10%;
}

.uniformPaddingContainer
{
	padding: 5%;
}

.greySectionContainer
{
	background-color: #F7F7F7;
}

.darkGreySectionContainer
{
	background-color: #e3e3e3;
}

.sectionContainer.maxWidth
{
	max-width: 795px;
}

.backgroundGrey-container
{
	background-color: #F7F7F7;
	border: 1px solid #E3E3E3;
	margin-bottom: 15px;
}

.backgroundDarkGrey-container
{
	background-color: #E3E3E3;
	border: 1px solid #E3E3E3;
	margin-bottom: 15px;
}

.backgroundWhite-container
{
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
}

.smallContainer
{
	position: relative;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	overflow: hidden;
}

.smallContainer > p:first-child
{
	margin-top: 0;
}

.smallContainer > p:last-child
{
	margin-bottom: 0;
}

.mediumContainer
{
	margin-bottom: 40px;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 25px;
	padding-bottom: 25px;
	display: block;
	overflow: hidden;
}

.fawnSectionContainer
{
	background-color: #e3e3e3;
}

.whiteBackground
{
	background-color: #ffffff;
}

.whiteBackgroundPadding
{
	background-color: #ffffff;
	padding: 20px;
}

div.sf_cols.whiteSectionContainer
{
	background-color: #ffffff;
	padding: 20px;
	max-width: 1140px;
}

.sectionPadding20
{
	padding: 20px !important;
	max-width: 1160px;
}

.noMargin
{
	margin: 0px !important;
}

.noPadding
{
	padding: 0px !important;
}

.marginTop10
{
	margin-top: 10px;
}

.marginTop15
{
	margin-top: 15px;
}

.marginBottom15
{
	margin-bottom: 15px;
}

.paddingTop15
{
	padding-top: 15px;
}

.paddingTop10
{
	padding-top: 10px;
}

.floatLeft
{
	display: block;
	float: left;
}

.floatLeftOnly
{
	float: left;
}

.floatRightOnly
{
	float: right;
}

.alignTopRight
{
	vertical-align: top;
	text-align: right;
}

.alignBottomRight
{
	vertical-align: bottom;
	text-align: right;
}

.column-3.alignBottomRight
{
	vertical-align: bottom;
	text-align: right;
}

.column-2.alignBottomRight
{
	vertical-align: bottom;
	text-align: right;
}

.fullWidth
{
	width: 100%;
	overflow: hidden;
}

.marginTop20
{
	margin-top: 20px;
}

.sf_2cols
{
	width: 50%;
	float: left;
	display: block;
}

.sf_2cols_1_50.restrictedWithPadding
{
	width: 45%;
	padding-right: 5%;
}

.sf_2cols_2_50.restrictedWithPadding
{
	width: 45%;
	padding-right: 5%;
}

.sf_2cols_1_50.reverse
{
	float: right;
}

.sf_2cols_2_50.reverse
{
	float: left;
}

.sf_2cols_1_50.same2Column > .sf_2cols_1in_50
{
	margin-right: 10px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.sf_2cols_2_50.same2Column > .sf_2cols_2in_50
{
	margin-left: 10px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.sf_2cols_2_50.rightTextContent > .sf_2cols_2in_50,
 .sf_2cols_2_50.margin40 > .sf_2cols_2in_50
{
	padding-left: 40px;
} 

.sf_2cols_2_50.rightTextContent20 > .sf_2cols_2in_50,
 .sf_2cols_2_50.margin20 > .sf_2cols_2in_50
{
	padding-left: 10px;
}

.sf_2cols_2_75.rightTextContent > .sf_2cols_2in_75
{
	padding-left: 40px;
}

div.verticalMiddleAlign
{
	display: flex;
	align-items: center;
}

.marginLeft20
{
	margin-left: 20px;
}

.marginLeft40
{
	margin-left: 40px;
}

.marginRight20
{
	margin-right: 20px;
}

.marginRight40
{
	margin-right: 40px;
}

div.sfimageWrp.maxSizeImage > img
{
	width: 100%;
}

div:focus, nav:focus
{
	outline: none;
}

.clearfix
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.cafRow.clearfix
{
	font-size: inherit;
	height: auto;
	visibility: visible;
}

.sfContentBlock ul
{
	padding-left: 15px;
	margin-top: 0;
}
 
.sfContentBlock ul > li, .normalList
{
	padding-left: 14px;
	padding-bottom: 5px;
	list-style-image: url(../Images/redsquare_sml.gif);
	margin-left: 10px;
}

ul.secondaryList
{
	padding-left: 15px;
	margin-top: 10px;
}

ul.secondaryList > li
{
	padding-left: 14px;
	padding-bottom: 10px;
	list-style-type: disc;
	margin-left: 15px;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #007f99;
	font-weight: 600;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
}

a.evidence
{
	text-decoration: none;
	color: #007f99;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
}

#logo
{
	float: left;
}

#logo img
{
	width: 160px;
	height: 81px;
	padding-left: 10px;
}

#mobileLogo
{
	display: none;
	visibility: hidden;
}

.smallLogo img
{
	width: 150px;
	height: auto;
}

a.vs_button, a.vs_button:link, a.vs_button:visited, input[type=button].vs_button, input[type=button].vs_button:link, input[type=button].vs_button:visited, input[type=submit].vs_button, input[type=submit].vs_button:link, input[type=submit].vs_button:visited
{
	display: inline-block;
	width: auto;
	color: #fff;
	background-color: #007f99;
	padding: 10px 25px;
}

a.vs_button.vs_transparentButton, a.vs_button.vs_transparentButton:link, a.vs_button.vs_transparentButton:visited, input[type=button].vs_button.vs_transparentButton, input[type=button].vs_button.vs_transparentButton:link, input[type=button].vs_button.vs_transparentButton:visited
{
	background-color: transparent;
}

a.vs_button.vs_emptyBlueButton, a.vs_button.vs_emptyBlueButton:link, a.vs_button.vs_emptyBlueButton:visited, input[type=button].vs_button.vs_emptyBlueButton, input[type=button].vs_button.vs_emptyBlueButton:link, input[type=button].vs_button.vs_emptyBlueButton:visited
{
	border: 1px solid #007f99;
	background-color: transparent;
	color: #007f99;
}

a.vs_button.vs_emptyWhiteButton, a.vs_button.vs_emptyWhiteButton:link, a.vs_button.vs_emptyWhiteButton:visited, input[type=button].vs_button.vs_emptyWhiteButton, input[type=button].vs_button.vs_emptyWhiteButton:link, input[type=button].vs_button.vs_emptyWhiteButton:visited
{
	border: 1px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
}

a.vs_button.vs_emptyBlackButton, a.vs_button.vs_emptyBlackButton:link, a.vs_button.vs_emptyBlackButton:visited, input[type=button].vs_button.vs_emptyBlackButton, input[type=button].vs_button.vs_emptyBlackButton:link, input[type=button].vs_button.vs_emptyBlackButton:visited
{
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
}

input[type=button].vs_button, input[type=submit].vs_button
{
	border: none;
}

a.vs_button.vs_orangeButton, input[type=button].vs_button.vs_orangeButton, input[type=submit].vs_button.vs_orangeButton
{
	color: #ffffff;
	background-color: #d24508;
}

a.vs_button.vs_redBorderButton, input[type=button].vs_button.vs_redBorderButton, input[type=submit].vs_button.vs_redBorderButton
{
	border: 2px solid #D24508;
}

a.vs_roundCornerButton, input[type=button].vs_roundCornerButton, input[type=submit].vs_roundCornerButton
{
	border-radius: 3px;
}

input.vs_boldStandardText, button.vs_boldStandardText
{
	font-size: 15px;
	font-weight: 600;
}

a.vs_link, a.vs_link:visited, a.vs_link:hover, a.vs_link:link, a.vs_toggle_link, a.vs_toggle_link:visited, a.vs_toggle_link:hover, a.vs_toggle_link:link
{
	color: #007f99;
	font-weight: 600;
}

a.vs_button:hover, a.vs_link:hover, a.vs_toggle_link:hover, input[type=button]:hover, input[type=submit]:hover
{
	text-decoration: underline;
	cursor: pointer;
}

a.vs_button.vs_loginButton
{
	padding: 10px 40px 10px 40px;
}

a.vs_button.vs_secondaryButton
{
	border: 1px solid #444444;
	border-radius: 3px;
	color: #444444;
	background-color: transparent;
	padding: 9px 24px;
	text-align: center;
}

a.vs_primaryButton, input.vs_primaryButton, button.vs_primaryButton
{
	background: #007f99;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 600;
	width: auto;
	min-height: 40px;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	border-radius: 3px;
	box-shadow: none !important;
	border: 2px solid #007f99;
	text-align: center;
}

.vs_primaryButton.buttonPadding
{
	padding: 10px;
}

a.vs_secondaryButton, input.vs_secondaryButton, button.vs_secondaryButton
{
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 15px;
	border: 2px solid #007f99;
	border-radius: 3px;
	min-height: 40px;
	background: #fff;
	color: #007f99;
	margin-top: 30px;
	box-shadow: none !important;
	text-align: center;
}

a.vs_button.rightActionButton, a.vs_link.rightActionButton, a.vs_toggle_link.rightActionButton, a.button_Secondary.rightActionButton, a.button_SecondaryNarrow.rightActionButton, a.button.vs_roundCornerButton.rightActionButton
{
	float: right;
	text-align: center;
	visibility: visible;
	display: block;
}

a.vs_link.vs_registerButton
{
	font-weight: 600;
	margin-right: 50px;
	color: #000000;
    float: right;
    margin: 10px 0 0 40px;    
}

.button_SecondaryBasic
{
	font-weight: 600;
	font-size: 15px;
	border: 1px solid #007f99;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.25);
	border-radius: 3px;
	background: #fff;
	color: #007f99;
	cursor: pointer;
	padding: 8px 25px;
}

.button_SecondaryBasic:hover
{
	background: #007f99;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.25);
	border-radius: 3px;
	color: white;
	text-decoration: none;
}

.button_Secondary
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 15px;
	border: 1px solid #007f99;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.25);
	border-radius: 3px;
	background: #fff;
	color: #007f99;
	margin-top: 30px;
	padding: 15px 25px;
}

.button_SecondaryNarrow
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 15px;
	border: 1px solid #007f99;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.25);
	border-radius: 3px;
	background: #fff;
	color: #007f99;
	margin-top: 30px;
	padding: 10px 25px;
}

.button_Secondary:hover
{
	background: #007f99;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.25);
	border-radius: 3px;
	color: white;
	text-decoration: underline;
}

.button_Secondary:active
{
	background: #007f99;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.50);
	border-radius: 3px;
	color: white;
	text-decoration: none;
}

/* VS Digital Style Guide rules */

/* Buttons */

a.vsButton,
input[type=button].vsButton,
input[type=submit].vsButton
{
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	min-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	vertical-align: middle;
}

a.vsButton
{
	padding-bottom: 8px;
	padding-top: 10px;
	line-height: 19px;
}

input[type=button].vsButton,
input[type=submit].vsButton
{
	padding-bottom: 9px;
	padding-top: 9px;
}

.vsButton:hover,
input[type=button].vsButton:hover,
input[type=submit].vsButton:hover
{
	text-decoration: none;
}

a.vsButton.primary,
input[type=button].vsButton.primary,
input[type=submit].vsButton.primary
{
	background-color: #007F99;
	border: 1px solid #007F99;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
}

a.vsButton.primary:hover,
input[type=button].vsButton.primary:hover,
input[type=submit].vsButton.primary:hover
{
	background-color: #006680;
	border: 1px solid #006680;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}

a.vsButton.secondary,
input[type=button].vsButton.secondary,
input[type=submit].vsButton.secondary
{
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #007F99;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
	color: #007F99;
}

a.vsButton.secondary:hover,
input[type=button].vsButton.secondary:hover,
input[type=submit].vsButton.secondary:hover
{
	background-color: #006680;
	border: 1px solid #006680;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
}

a.vsButton.tertiary,
input[type=button].vsButton.tertiary,
input[type=submit].vsButton.tertiary
{
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #444444;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
	color: #444444;
}

a.vsButton.tertiary:hover,
input[type=button].vsButton.tertiary:hover,
input[type=submit].vsButton.tertiary:hover
{
	background-color: #444444;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
}

/* End buttons */

/* Backgrounds */

.lightGreyBackground
{
	background-color: #F7F7F7;
}

.greyBackground
{
	background-color: #E3E3E3;
}

.darkGreyBackground
{
	background-color: #8D8D8D;
}

/* End Backgrounds */

/* Inputs */

.vsInput
{
	box-sizing: border-box;
	box-shadow: none;
}

input[type=datetime].vsInput,
input[type=text].vsInput,
select.vsInput
{
	height: 40px;
	padding: 0 10px;
}

input[type=text].vsInput,
textarea.vsInput
{
	border-radius: 2px;
}

input[type=datetime].vsInput,
select.vsInput
{
	border-radius: 4px;
}

textarea.vsInput
{
	padding: 10px;
	resize: none;
}

input[type=text].vsInput.grey,
textarea.vsInput.grey
{
	background-color: #F7F7F7;
	border: 1px solid #EBEBEB;
}

input[type=datetime].vsInput.grey,
select.vsInput.grey
{
	background-color: #F7F7F7;
	border: 1px solid #E8E8E8;
}

input[type=datetime].vsInput.white,
input[type=text].vsInput.white,
select.vsInput.white,
textarea.vsInput.white
{
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
}

input[type=text].vsInput::placeholder,
textarea.vsInput::placeholder
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #8D8D8D;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	vertical-align: middle;
	opacity: 1; /* Firefox */
}

input[type=text].vsInput:-ms-input-placeholder,
textarea.vsInput:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
	color: #8D8D8D;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 19px;
}

input[type=text].vsInput::-ms-input-placeholder,
textarea.vsInput::-ms-input-placeholder
{ /* Microsoft Edge */
	color: #8D8D8D;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 19px;
}

/* End inputs */

/* END VS Digital Style Guide rules */

.withBorder
{
	margin-top: 30px;
	margin-right: 20px;
	border: 1px solid #007f99;
	border-radius: 3px;
}

div.twoButtonContainer
{
	float: right;
}

div.twoButtonContainer > a.vs_button, div.twoButtonContainer a.vs_button:link
{
	margin-right: 20px;
}

.homeContact
{
	width: 60%;
	float: left;
}

div.contentBlockHeaderSection,
div.contentBlockFooterSection
{
	position: relative;
}

div.contentBlockHeaderSection > h2
{
	display: inline-block;
}

div.contentBlockHeaderSection > a.moreLink
{
	float: right;
	margin-top: 20px;
}

div.contentBlockFooterSection > a.moreLink
{
	float: right;
	margin-top: 10px;
}
/* Header Section */
#globalContainer
{
	margin: 0 auto;
	width: 1440px;
}

#masthead
{
	height: 90px;
	padding: 25px 130px 15px 140px;
}

#mastheadInspire
{
	height: 80px;
	padding: 30px 130px 20px 140px;
}

#rightButtons
{
	display: flex;
	float: right;
    height: auto;
}

a.donateNowTop
{
	margin-right: 50px;
	margin-top: 0;
    padding:  8px 20px 7px;
    background: #007f99;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff!important;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: none !important;
    border: 2px solid #007f99;
    text-align: center;
    float: left;
    height: 25px;
    padding: 7px 20px 6px;
    position: relative;
}

a.donateNowTop:hover {
    text-decoration: underline
}
 
div#CAFVSUserProfileLinksWidget {
    padding-bottom: 0;
}

#globalNavBarWrapper
{
	min-height: 50px;
	margin-top: -1px;
	z-index: 5000;
	position: relative;
}

#headerNavBarWrapper
{
	min-height: 40px;
	margin-top: -1px;
	z-index: 5000;
	position: relative;
}

#globalNavBarWrapper > div.separator, 
#headerNavBarWrapper > div.separator, 
#mobileUserLogin > div.separator
{
	display: none;
	visibility: hidden;
}

#globalHeroBanner
{
	z-index: 10;
	position: relative;
}

#contentContainer
{
	z-index: 20;
	position: relative;
	clear: both;
}

#globalContainer.reducedHeight > #contentContainer, 
#globalContainer.reducedHeight > #footerContainer
{
	top: -100px;
}

a.hamburgerIcon, span.mobileIcon
{
	display: none;
	visibility: hidden;
}

#userLogin
{
	float: right;
	font-size: 16px;
}

#userLogin .vs_loginPanel
{
	display: inline-block;
}

#userLogin a.vs_button
{
	padding-top: 10px;
    padding-bottom: 10px;
	width: 90px;
}

#userLogin .vs_loginPanel .vs_mainLoginButton
{
	/*background-image: url('/svg/icon-login.svg');
	background-repeat: no-repeat;*/
	background-position: 10px 6px;
	padding-right: 26px;
	width: 110px;
}

#userLogin .vs_loginPanel .vs_mainLoginButton img
{
	display: none;
	visibility: hidden;
}

#userLogin .vs_loginPanel .vs_mainLoginButton.open
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 40px;
}

#userLogin .vs_loginPanel .vs_mainLoginButton.open img.open, #userLogin .vs_loginPanel .vs_mainLoginButton img.close
{
	display: inline;
	visibility: visible;
	float: right;
	margin-top: 6px;
}

#userLogin .vs_loginPanel .vs_mainLoginButton.open img.close
{
	display: none;
	visibility: hidden;
}

#userLogin .vs_loginPanel .vs_loginPopup
{
	width: 190px;
	position: absolute;
	z-index: 5001;
}

#userLogin .vs_loginPanel .vs_loginPopup .vs_loginPopupSeparatorDiv
{
	height: 0px;
}

#userLogin .vs_loginPanel .vs_loginPopup .vs_loginPopupContentDiv
{
	padding: 5px 10px 10px 10px;
	border: 1px solid black;
	border-top-width: 0;
	background-color: white;
}

#userLogin .vs_loginPanel .vs_loginPopup .vs_loginPopupContentDiv a.vs_button
{
	margin-top: 5px;
	margin-bottom: 10px;
	width: 118px;
	text-align: center;
}

#userLogin .vs_loginPanel .vs_loginPopup .vs_loginPopupContentDiv span.vs_linkDescription
{
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	color: #444444;
}

#userLogin .vs_loginPanel .vs_loginPopup .vs_loginPopupContentDiv hr
{
	border-width: 0;
	background-color: rgba(194, 202, 204, 0.50);
}

#userLogin .authenticatedSection .authenticatedUserSection
{
	display: inline-block;
}

#userLogin .authenticatedSection a.vs_button
{
	margin-left: 32px;
	text-align: center;
}

#userLogin .authenticatedSection div.authenticatedUserSection
{
	text-align: right;
	vertical-align: bottom;
}

#userLogin .authenticatedSection div.authenticatedUserSection span.authenticatedUsername
{
	display: block;
	line-height: 18px;
	font-weight: 700;
}

#userLogin .authenticatedSection div.authenticatedUserSection span.authenticatedUserCharityName
{
	font-size: 14px;
	line-height: 16px;
	color: #444444;
}
/* MENU */
#userLogin .cafPluginCADFUserProfileLinks .authenticatedUserSection .authenticatedUsername img
{
	display: none;
	visibility: hidden;
}

#userLogin .cafPluginCADFUserProfileLinks .authenticatedUserSection .authenticatedUsername.open
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 40px;
}

#userLogin .cafPluginCADFUserProfileLinks .authenticatedUserSection .authenticatedUsername.open img.open, #userLogin .cafPluginCADFUserProfileLinks .authenticatedUserSection .authenticatedUsername img.close
{
	display: inline;
	visibility: visible;
	float: right;
	margin-top: 6px;
}

#userLogin .cafPluginCADFUserProfileLinks .authenticatedUserSection .authenticatedUsername img.open, #userLogin .cafPluginCADFUserProfileLinks .authenticatedUserSection .authenticatedUsername.open img.close
{
	display: none;
	visibility: hidden;
}

#userLogin .cafPluginCADFUserProfileLinks .authenticatedSection .cadf_menuPopup
{
	width: 250px;
	position: absolute;
	z-index: 5001;
	background-color: #ffffff;
	border: 1px solid #888;
	margin-top: 8px;
}

#userLogin .cafPluginCADFUserProfileLinks .authenticatedUserSection
{
	margin-bottom: 5px;
}

#userLogin .cafPluginCADFUserProfileLinks .authenticatedUserSection .authenticatedUsername
{
	margin-right: 16px;
}

#userLogin .cafPlugin.cafPluginCADFUserProfileLinks .authenticatedSection a.vs_button
{
	margin-left: 18px;
}

#userLogin .cafPluginCADFUserProfileLinks .authenticatedUsername
{
	color: #444444;
}

#userLogin .cafPluginCADFUserProfileLinks .authenticatedSection .cadf_menuPopup li
{
	margin: 10px;
}

#userLogin .cafPluginCADFUserProfileLinks .authenticatedSection .cadf_menuPopup a
{
	padding-left: 8px;
	font-weight: normal;
}

#userLogin .cafPluginCADFUserProfileLinks .authenticatedSection .cadf_menuPopup .myCADFAccount
{
	border-top: 1px solid #f7f7f7;
	margin-top: 8px;
}

#CAFCADFMobileUserProfileLinksWidget div.CADFLinkContainer, #CAFCADFMobileUserProfileLinksWidget div.IFALinkContainer
{
	display: none;
	visibility: hidden;
}

#CAFCADFMobileUserProfileLinksWidget div.CADFLinkContainer.display, #CAFCADFMobileUserProfileLinksWidget div.IFALinkContainer.display
{
	display: inherit;
	visibility: visible;
}
/* END MENU */
.CADFPersonalAccountMVCWidget .containerColumns .containerLeftPadding h1
{
	margin-bottom: 20px;
	margin-top: 15px;
}

.CADFPersonalAccountMVCWidget h1
{
	margin-bottom: 20px;
	margin-top: 15px;
}

.paddingLegalInformation  h3
{
	margin-bottom: 15px;
	margin-top: 10px;
}

.CADFPersonalAccountMVCWidget h3
{
	margin-bottom: 15px;
}

.CADFPersonalAccountMVCWidget h4
{
	margin-top: 0;
	margin-bottom: 0;
}

/* AJAX MENU */
#userLogin .cafPluginAjaxUserProfileLink .authenticatedSection > a.firstButton
{
	margin-left: 10px;
}

#userLogin .cafPluginAjaxUserProfileLink .authenticatedUserDetails
{
	padding-right: 30px;
	cursor: pointer;
	background: url(/svg/menu_arrow_down.svg) no-repeat right center;
}

#userLogin .cafPluginAjaxUserProfileLink .authenticatedUserDetails.open
{
	background: url(/svg/menu_arrow_up.svg) no-repeat right center;
}

#userLogin .cafPluginAjaxUserProfileLink .vs_loginPanel
{
	position: relative;
}

#userLogin .cafPluginAjaxUserProfileLink .authenticatedUserSection .vs_loginPanel .vs_loginPopup
{
	width: 200px;
	top: 45px;
	right: 0;
}

#userLogin .cafPluginAjaxUserProfileLink .vs_loginPanel .vs_loginPopup .vs_loginPopupContentDiv
{
	border: 1px solid #E3E3E3;
}

#userLogin .cafPluginAjaxUserProfileLink .vs_loginPopup
{
	text-align: left;
}

#userLogin .cafPluginAjaxUserProfileLink .vs_loginPopup span
{
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

#userLogin .cafPluginAjaxUserProfileLink .vs_loginPopup a
{
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin-left: 10px;
	margin-bottom: 18px;
	color: #007f99;
}

#userLogin .cafPluginAjaxUserProfileLink .vs_loginPopup .vs_loginPopupContentDiv a.vs_button
{
	margin-left: 0px;
	color: #FFFFFF;
}

#userLogin .cafPluginAjaxUserProfileLink .authenticatedUserSection .vs_loginPopup .vs_loginPopupContentDiv a.vs_button
{
	margin-left: 18px;
	width: 139px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: 700;
	line-height: 18px;
	color: #007f99;
}
/* END AJAX MENU */
div.vs_mobileLoginPopupContentDiv
{
	display: none;
	visibility: hidden;
}

.vs_searchwidget
{
	position: relative;
	z-index: 20;
}

.vs_searchwidget .sfsearchBox
{
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	z-index: 5;
	width: 230px;
	height: 35px;
	float: right;
	display: inline;
	clear: none;
	margin-right: 130px;
}

.vs_searchwidget .sfsearchBox input[type="text"]
{
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	height: 35px;
	margin-top: 12px;
	padding-left: 10px;
	padding-right: 30px;
	width: calc(100% - 30px);
	color: #666666;
	z-index: 10;
	background-color: #ffffff;
	border-top: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	border-bottom: 1px solid #e4e5e0;
	border-right: 1px solid #e4e5e0;
}

.vs_searchwidget .sfsearchBox ::-webkit-input-placeholder, .vs_searchwidget .sfsearchBox ::-moz-placeholder, .vs_searchwidget .sfsearchBox :-ms-input-placeholder, .vs_searchwidget .sfsearchBox :-moz-placeholder
{
	color: #bebebe;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: italic;
}

.vs_searchwidget .sfsearchBox .sfsearchSubmit
{
	position: absolute;
	top: 16px;
	right: -10px;
	z-index: 15;
	background: url('../Images/search_rev.png') no-repeat !important;
	width: 30px;
	height: 30px;
	border: none !important;
	color: transparent !important;
	font-size: 0;
}

.vs_searchwidget .sfsearchBox .sfsearchSubmit:focus
{
	outline: 0;
}
/* End Header Section */
/* Breadcrumb */
#breadcrumbs
{
	font-size: .88em;
	float: left;
	padding: 0;
	margin-left: 130px;
	margin-top: 20px;
}

#breadcrumbs li
{
	display: inline-block;
	padding-right: 6px;
	float: left;
}

#breadcrumbs li.current
{
	font-weight: 600;
	color: #000000;
}

#breadcrumbs li a
{
	color: #000;
}

#breadcrumbs li a:hover
{
	text-decoration: underline;
}

div.breadcrumb-nav-container
{
	background: #f7f7f7;
	margin-top: 0px;
	min-height: 50px;
}

div.breadcrumb-nav-container > div.breadcrumb-nav
{
	padding-left: 130px;
}

div.breadcrumb-nav-container > div.breadcrumb-nav > a.vs_link
{
	color: #000;
	font-weight: bold;
	font-size: 1em;
	line-height: 60px;
}
/* End Breadcrumb */
/* Icon tabs */
.sfContentBlock ul.iconTabs
{
	height: 140px;
	background-color: #F7F7F7;
	border: 1px solid #D8d8d8;
	padding-left: 0px;
	list-style: none;
	margin-bottom: 0px;
	display: table;
	width: 100%;
	table-layout: fixed;
}

ul.iconTabs > li.iconTab
{
	height: 110px;
	border-right: 1px solid #D8d8d8;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	list-style-image: none;
	cursor: pointer;
	width: auto;
	position: relative;
	display: table-cell;
}

ul.iconTabs > li.iconTab.selected
{
	background-color: #FFFFFF;
	cursor: default;
}

li.iconTab > div.iconTab-icon
{
	width: 65px;
	height: 65px;
	margin: auto;
	margin-bottom: 20px;
}

li.iconTab > div.iconTab-icon-contact
{
	background: url('../Images/icons-contact-us-sprite-lg.png') no-repeat;
}

li.iconTab > div.iconTab-icon-aboutInvesting
{
	background-position: 0 0;
}

li.iconTab > div.iconTab-icon-applying
{
	background-position: -66px 0;
}

li.iconTab > div.iconTab-icon-makingTrades
{
	background-position: -131px 0;
}

li.iconTab > div.iconTab-icon-authoriseTransaction
{
	background-position: -196px 0;
}

li.iconTab > div.iconTab-icon-account
{
	background-position: -260px 0;
}

li.iconTab > span.iconTabText
{
	font-size: 16px;
	font-weight: 700;
}

li.iconTab.selected > span.iconTabText
{
	color: #D24508;
	font-weight: 700;
}

li.iconTab > div.iconTab-icon-caf-bank
{
	background: url('../Images/icons-caf-bank-sprite-lg.png') no-repeat;
}

li.iconTab > div.iconTab-icon-opening
{
	background-position: 0 0;
}

li.iconTab > div.iconTab-icon-about
{
	background-position: -66px 0;
}

li.iconTab > div.iconTab-icon-online
{
	background-position: -131px 0;
}

li.iconTab > div.iconTab-icon-management
{
	background-position: -196px 0;
}

li.iconTab > div.iconTab-dormant
{
	background-position: -260px 0;
}

li.iconTab > div.iconTab-bank-complaints
{
	background-position: -325px 0;
}
/* icons for individuals nav */
li.iconTab > div.iconTab-icon-individuals-faq
{
	background: url('../Images/icons-individuals-faq-sprite-lg.png') no-repeat;
}

li.iconTab > div.iconTab-icon-timesaving
{
	background-position: 0 0;
}

li.iconTab > div.iconTab-icon-charityAccount
{
	background-position: -66px 0;
}

li.iconTab > div.iconTab-icon-simpleStressFrees
{
	background-position: -131px 0;
}

li.iconTab > div.iconTab-icon-charitableTrust
{
	background-position: -196px 0;
}

li.iconTab > div.iconTab-icon-consultancy
{
	background-position: -261px 0;
}

li.iconTab > div.iconTab-icon-handshake2
{
	background-position: -326px 0;
}
/* End Icon tabs */
/* Quoting box */
div.quoteblock
{
	border-top: 2px solid #979797;
	border-bottom: 2px solid #979797;
	position: relative;
	padding-top: 27px;
	padding-bottom: 27px;
}

div.quoteblock > div.leftColumn
{
	float: left;
}

div.quoteblock > div.leftColumn > span.headerIcon
{
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 40px;
	line-height: 40px;
	color: #444444;
}

div.quoteblock > div.contentSection
{
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}

div.quoteblock > div.contentSection > p
{
	margin-top: 0;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 22px;
	color: #444444;
}

div.quoteblock > div.contentSection.caf_red > p
{
	color: #d24508;
}

div.quoteblock > div.contentSection > span.citePerson, div.quoteblock > div.contentSection > span.citeOrganisation
{
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #333333;
	text-align: left;
	color: #d24508;
	font-size: 18px;
	display: block;
}

div.quoteblock > div.contentSection > span.citeOrganisation
{
	font-weight: 400;
}
/* End Quoting box */
/* Hero banner */
div.heroBanner
{
	width: 1440px;
	height: 490px;
	padding: 0;
	margin: 0;
	border: 0;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	color: #444444;
}

.projNav { 
    height: 360px!important;
}

.projNav 
div.heroBanner.leftPositioning
{
	background-position: left top;
}

div.heroBanner > div.topFillerBox
{
	height: 29px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	div.heroBanner > div.topFillerBox
	{
		height: 30px;
	}
}

div.heroBanner > div.heroContent,
div.heroBanner.projNav > div.heroContent  
{
	background-color: rgba(255, 255, 255, 0.8);
	margin-left: 130px;
	width: 476px;
	float: left;
	max-height: 460px;
	position: absolute;
	bottom: 0;
}

div.heroBanner.projNav > div.heroContent
{
	width: 650px;
    margin-left: 0;
    position: absolute;
	top: 45px;
    height: 195px
}

div.heroBanner > div.heroContent.blog_teal
{
	background-color: rgba(0, 127, 153, 0.8);
}

div.heroBanner > div.heroContent > div.innerContent
{
	vertical-align: bottom;
	float: left;
	padding: 30px 20px 20px 20px;
}


div.heroBanner.projNav > div.heroContent > div.innerContent {
    margin-left: 111px;
}

div.heroBanner > div.heroContent > div.innerContent > div.innerHeader
{
	padding-right: 20px;
}

div.heroBanner > div.heroContent.tillEdge
{
	margin-left: 130px;
	padding-left: 0;
	padding-right: 0;
	height: auto;
}

div.heroBanner > div.heroContent.transparent
{
	background-color: transparent;
}

div.heroBanner > div.heroContent > div.innerContent > div.innerHeader > h1,
div.heroBanner.projNav > div.heroContent > div.innerContent > div.innerHeader > h1
{
	font-family: "BebasNeue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 60px;
	color: #d24508;
	text-align: left;
	padding: 0;
	line-height: 82%;
	margin-bottom: 20px;
	font-weight: 300;
}

div.heroBanner > div.heroContent > div.innerContent > div.innerHeader h1.blog_white
{
	color: #ffffff;
}

div.heroBanner > div.heroContent > div.innerContent > div.innerHeader > h2
{
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #444444;
	line-height: 28px;
	text-align: left;
	border-bottom: none;
	margin-bottom: 20px;
}
div.heroBanner.projNav > div.heroContent > div.innerContent > div.innerHeader > h2
{
	font-size: 16px;
}

div.heroBanner > div.heroContent > div.innerContent > div.innerHeader h2.blog_white
{
	color: #ffffff;
}

div.heroBanner > div.heroContent > div.innerContent > div.innerHeader > p
{
	margin-bottom: 30px;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}

div.heroBanner > div.heroContent > div.innerContent > div.innerHeader p.blog_white
{
	color: #ffffff;
}

div.heroBanner > div.heroContent > div.innerContent > a
{
	float: left;
}

div.heroBanner > div.heroContent > div.innerContent > a.vs_mainButton
{
	background-color: #007f99;
	margin-right: 16px;
	margin-bottom: 16px;
	border-radius: 3px;
}

div.heroBanner > div.heroContent > div.innerContent > a.vs_mainButton:visited
{
	background-color: #007f99;
}

div.heroBanner > div.heroContent > div.innerContent > a.vs_secondaryButton
{
	margin-top: 0;
	min-height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.heroBanner > div.heroContent > div.innerContent > a.vs_secondaryButton:visited
{
	background-color: transparent;
}

div.heroBanner > div.heroCaseStudy
{
	background-color: rgba(255, 255, 255, 0.8);
	width: 380px;
	position: absolute;
	bottom: 0;
	right: 130px;
	padding: 10px 10px 10px 20px;
}

div.heroBanner > div.heroCaseStudy > h1, div.heroBanner > div.heroCaseStudy > h2
{
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #444444;
	margin: 10px 0;
	line-height: 120%;
}

div.heroBanner > div.heroCaseStudy > a, div.heroBanner > div.heroCaseStudy > a:visited
{
	color: #007f99;
	font-size: 12px;
}

div.heroBanner.leftPositioning > div.heroContent
{
	margin-right: 100px;
	margin-left: 0px;
	float: right;
}

div.heroBanner.leftPositioning > div.heroCaseStudy
{
	left: 130px;
}

div.heroBanner.whiteHeroBanner > div.heroContent, div.heroBanner.whiteHeroBanner > div.heroCaseStudy
{
	background-color: #000000;
	opacity: 0.7;
}

div.heroBanner.whiteHeroBanner > div.heroContent > div.innerContent > div.innerHeader > h1, div.heroBanner.whiteHeroBanner > div.heroContent > div.innerContent > div.innerHeader > h2, div.heroBanner.whiteHeroBanner > div.heroContent > div.innerContent > div.innerHeader > p, div.heroBanner.whiteHeroBanner > div.heroCaseStudy > h1, div.heroBanner.whiteHeroBanner > div.heroCaseStudy > h2, div.heroBanner.whiteHeroBanner > div.heroCaseStudy > a, div.heroBanner.whiteHeroBanner > div.heroCaseStudy > a:visited
{
	color: #FFFFFF;
}

div.heroBanner.whiteHeroBanner a.vs_button, div.heroBanner.whiteHeroBanner a.vs_button:link, div.heroBanner.whiteHeroBanner a.vs_button:visited
{
	color: #000000;
	background-color: #FFFFFF;
}
/* End Hero banner */
/* Trust Hero banner */
div.heroBanner.heroBannerTrust
{
	background-position-x: center;
}

div.heroBanner.heroBannerTrust > div.heroContent > div.innerContent
{
	padding: 26px 24px 0px 26px;
}

div.heroBanner.heroBannerTrust > div.heroContent > div.innerContent > div.innerHeader > h1
{
	margin-top: 35px;
	margin-bottom: 35px;
	font-weight: 400;
	line-height: 55px;
}

div.heroBanner.heroBannerTrust > div.heroContent > div.innerContent > div.innerHeader > h3
{
	line-height: 25px;
	margin-bottom: 5px;
}

div.heroBanner.heroBannerTrust > div.heroContent > div.innerContent > div.innerHeader > span
{
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}

div.heroBanner.heroBannerTrust > div.heroContent > div.innerContent > div.innerBody > h4
{
	font-size: 16px;
	line-height: 20px;
}

div.heroBanner.heroBannerTrust > div.heroContent > div.innerContent > div.innerBody > div.pictureContainer
{
	height: 135px;
	display: inline-block;
	float: left;
	margin-right: 24px;
}

div.heroBanner.heroBannerTrust > div.heroContent > div.innerContent > div.innerBody > div.pictureContainer > img
{
	height: 135px;
}

div.heroBanner.heroBannerTrust > div.heroContent > div.innerContent > div.innerBody > div.trustManagerName
{
	float: left;
	margin-bottom: 10px;
}

div.heroBanner.heroBannerTrust > div.heroContent > div.innerContent > div.innerBody > div.trustManagerName > h5
{
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.heroBanner.heroBannerTrust > div.heroContent > div.innerContent > div.innerBody > div.trustManagerName > span
{
	line-height: 20px;
}

div.heroBanner.heroBannerTrust > div.heroContent > div.innerContent > div.innerBody > div.trustManagerContact
{
	float: left;
}

div.heroBanner.heroBannerTrust > div.heroContent > div.innerContent > div.innerBody > div.trustManagerContact > span
{
	line-height: 20px;
}
/* End Trust Hero banner */
/* Anchor bar */
ul.anchorbar
{
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
}

ul.anchorbar > li
{
	margin-left: 0;
	float: left;
	list-style: none;
	width: 20%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	padding-left: 0;
	background-color: #444444;
}

ul.anchorbar > li > a, ul.anchorbar > li > a:visited
{
	color: #ffffff;
	font-size: 16px;
}

ul.anchorbar > li > a:hover
{
	text-decoration: underline;
}

ul.anchorbar.fourItems > li
{
	width: 25%;
}

ul.anchorbar > li.whiteBorder
{
	border-bottom: 1px solid white;
}

ul.anchorbar > li.ver_divider
{
	background-image: url("../Images/anchor_separator.png");
	background-repeat: no-repeat;
}
/* End Anchor bar */


div.featureBox
{
	margin-right: 20px;
	width: calc(45% - 160px);
	height: 400px;
}
.featureBox.imageFeatureBox.boxSize {
height: 438px;
}
div.featureBox.wideBox
{
	margin-right: 40px;
	width: 560px;
	height: 400px;
}

div.featureBox.lastItem
{
	margin-right: 0;
}

div.featureBox.wideBox.lastItem
{
	margin-right: 0;
	float: right;
}

div.featureBox > div.footerSection
{
	position: absolute;
	width: 100%;
}
/* removed bottom: 0;
	 */
.fourItems div.featureBox
{
	width: 273px;
	border: 1px solid #E2E2E2;
}
/* Icon Feature Related Panel */
div.iconFeatureBox
{
	text-align: center;
	float: left;
	background-color: #ffffff;
	border: 1px solid #E2E2E2;
}

div.homeFeatureBoxGrey
{
	text-align: center;
	float: left;
	background-color: #f7f7f7;
	border: 1px solid #E2E2E2;
	height: 425px !important;
	width: 378px;
}

div.iconFeatureBox > div.innerContainer
{
	padding: 20px;
}

div.iconFeatureBox > div.innerContainer > div.headerSection,
div.homeFeatureBoxGrey > div.innerContainer > div.headerSection
{
	color: #d24508;
	min-height: 150px;
}
/* div.homeFeatureBoxGrey > div.innerContainer > div.headerSection {
	padding-top: 40px
} 
*/
div.iconFeatureBox img
{
	width: auto;
	height: 80px;
	margin-bottom: 20px;
}

div.homeFeatureBoxGrey.boxImg img
{
	width: 380px;
	height: 200px;
	margin-bottom: 10px;
}

div.iconFeatureBox h3,
div.homeFeatureBoxGrey h3
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	border-bottom: none;
	color: #d24508;
	margin: 0;
	text-align: center;
}

div.iconFeatureBox p, div.homeFeatureBoxGrey p
{
	height: 100px;
	color: #444444;
}
/* End Icon Feature Related Panel */
/* Image Feature Related Panel */
div.imageFeatureBox
{
	float: left;
	position: relative;
}

div.imageFeatureBox.singleBox
{
	width: 400px;
	margin-top: 40px;
}

div.imageFeatureBox > img
{
	max-width: 100%;
	height: 220px;
}

div.imageFeatureBox > div.footerSection > div.contentSection, div.videoFeatureBox > div.footerSection > div.contentSection
{
	background-color: #e3e3e3;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	height: 175px;
}
div.imageFeatureBox > div.footerSection > div.contentSection {
    padding: 15px;
    height: 185px;
}
div.imageFeatureBox.singleBox > div.footerSection > div.contentSection
{
	background-color: #ffffff;
	text-align: center;
	height: inherit;
}

div.imageFeatureBox h4, div.videoFeatureBox h1, div.videoFeatureBox h4
{
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	line-height: 18px;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-top: 0;
}

div.imageFeatureBox.singleBox h3
{
	margin-bottom: 15px;
	text-align: center;
}

div.imageFeatureBox h2.panelType
{
	visibility: hidden;
	display: none;
}

div.imageFeatureBox.singleBox a, div.imageFeatureBox.singleBox a:visited
{
	margin-bottom: 25px;
	margin-top: 25px;
	color: white;
}

div.imageFeatureBox.singleBox > div.footerSection > div.contentSection > p
{
	text-align: left;
}

div.imageFeatureBox.caseStudy > div.footerSection > div.contentSection > ul.caseStudyDetails
{
	position: relative;
	padding-left: 0;
}

div.imageFeatureBox.caseStudy > div.footerSection > div.contentSection > ul.caseStudyDetails > li
{
	float: left;
	list-style: none;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #444444;
	text-align: left;
	padding: 0;
}

div.imageFeatureBox.caseStudy > div.footerSection > div.contentSection > ul.caseStudyDetails > li.separator
{
	width: 30px;
	text-align: center;
}

div.imageFeatureBox.caseStudy > div.footerSection > div.contentSection > p
{
	font-size: 15px;
	min-height: 66px;
	padding-right: 45px;
}
/* End Image Feature Related Panel */
/* Product module extended from Image Feature Related Panel */
div.iconFeatureBoxDouble
{
	width: 578px;
	min-height: 150px;
	height: auto;
	margin-top: 50px;
}

div.iconFeatureBoxDouble > div.innerContainer
{
}

div.iconFeatureBoxDouble > div.innerContainer > div.imageSection
{
	float: left;
	width: 100px;
	text-align: center;
}

div.iconFeatureBoxDouble > div.innerContainer > div.contentSection
{
	float: left;
	display: inline-block;
	width: calc(100% - 160px);
	padding-left: 30px;
	padding-right: 30px;
}

div.iconFeatureBoxDouble > div.innerContainer > div.contentSection > h1
{
	font-size: 24px;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	color: #444444;
}
/* End Product module extended from Image Feature Related Panel */
/* Video Feature Related Panel */
div.videoFeatureBox
{
	float: left;
	position: relative;
	height: 400px;
	margin-bottom: 10px;
}

div.videoFeatureBox > .topSection > iframe, div.imageFeatureBox > .topSection > img
{
	height: 220px;
	width: 100%;
}

div.videoFeatureBox h2.panelType
{
	visibility: hidden;
	display: none;
}

div.videoFeatureBox a, div.videoFeatureBox a:visited
{
	color: #007f99;
	text-decoration: none;
	outline: 0;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
}

div.videoFeatureBox.caseStudy > div.footerSection > div.contentSection > ul.caseStudyDetails
{
	position: relative;
	padding-left: 0px;
}

div.videoFeatureBox.caseStudy > div.footerSection > div.contentSection > ul.caseStudyDetails > li
{
	float: left;
	list-style: none;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #444444;
	text-align: left;
	padding: 0;
}

div.videoFeatureBox.caseStudy > div.footerSection > div.contentSection > ul.caseStudyDetails > li.separator
{
	width: 30px;
	text-align: center;
}

div.videoFeatureBox.caseStudy > div.footerSection > div.contentSection > p
{
	font-size: 15px;
	min-height: 66px;
	padding-right: 45px;
}
/* End Video Feature Related Panel */
/* Text Feature Related Panel */
div.textFeatureBox
{
	height: 280px;
	float: left;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
}

div.textFeatureBox > div.innerContainer > div.contentSection
{
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

div.textFeatureBox > div.innerContainer > div.contentSection > h1, div.textFeatureBox > div.innerContainer > div.contentSection > h2
{
	text-align: left;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #333333;
	line-height: 27px;
	padding: 0 0 10px 0;
	float: left;
	min-height: 64px;
}

div.textFeatureBox > div.innerContainer > div.contentSection > hr
{
	clear: both;
}

div.textFeatureBox > div.innerContainer > div.contentSection > p
{
	font-size: 15px;
}

div.textFeatureBox > div.innerContainer > div.footerSection
{
	position: absolute;
	bottom: 0;
	width: 100%;
}

div.textFeatureBox > div.innerContainer > div.footerSection > div.contentSection
{
	background-color: #e3e3e3;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
}

div.textFeatureBox > div.innerContainer > div.footerSection > div.contentSection.grey_bg
{
	background-color: #e3e3e5;
}

div.textFeatureBox > div.innerContainer > div.footerSection > div.contentSection > a.vs_link, div.textFeatureBox > div.innerContainer > div.footerSection > div.contentSection > a.vs_link:visited
{
	color: #000000;
}

div.textFeatureBox > div.innerContainer > div.footerSection > div.contentSection span.arrowSymbol
{
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 18px;
}

.greyBorder
{
	border: 1px solid #e3e3e3;
}
/* End Text Feature Related Panel */
/* Fund Item */
.fundItemTitle
{
	width: 700px;
}

div.fundItemBox
{
	border: 1px solid #d8d8d8;
	margin-bottom: 10px;
}

div.fundItemBox > div.innerContent
{
	padding: 25px 30px;
	position: relative;
}

div.fundItemBox > div.innerContent > div.mainIcon
{
	float: right;
	display: inline-block;
}

div.fundItemBox h1, div.fundItemBox h3
{
	font-family: "OpenSans-Semibold", Arial Semibold, Helvetica, sans-serif;
	font-size: 25px;
	color: #d24508;
	letter-spacing: 0;
	line-height: 35px;
}

div.fundItemBox > div.innerContent > div.closable
{
	font-size: 16px;
	margin-bottom: 27px;
	width: 700px;
}

div.fundItemBox a.vs_link
{
	font-size: 15px;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	margin-top: 5px;
	vertical-align: top;
	display: inline-block;
}

div.fundItemBox a.vs_toggle_link
{
	font-size: 15px;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	margin-top: 5px;
}

div.fundItemBox a.vs_toggle_link.open
{
	margin-top: 11px;
}

div.fundItemBox div.linkContent > ul.fundUrlList
{
	position: relative;
	margin-left: 0px;
	margin-bottom: 27px;
}

div.fundItemBox div.linkContent > ul.fundUrlList > li.fundUrlItem
{
	float: left;
	margin-right: 30px;
	margin-left: 0;
	list-style: none;
	height: 30px;
	position: relative;
}

li.fundUrlItem > div.vs-icon
{
	width: 23px;
	height: 30px;
	display: inline-block;
	margin-right: 11px;
}

li.fundUrlItem > div.vs-icon-fundurlitem
{
	background: url('../Images/icons-funditems-sprite.png') no-repeat;
}

li.fundUrlItem > div.vs-icon-overview
{
}

li.fundUrlItem > div.vs-icon-factsheet
{
	background-position: -23px 0;
}

li.fundUrlItem > div.vs-icon-prospectus
{
	background-position: -46px 0;
}

li.fundUrlItem > div.vs-icon-annualreport
{
	background-position: right top;
}

div.fundItemBox div.icon-toggle
{
	display: inline-block;
	width: 10px;
	height: 8px;
	background: url('../Images/icons-toggle-arrow-sprite.png') no-repeat;
}

div.fundItemBox a.vs_toggle_link.open > div.icon-toggle
{
	background-position: left top;
}

div.fundItemBox a.vs_toggle_link.close > div.icon-toggle
{
	background-position: left bottom;
}

div.fundItemBox div.closable.open
{
	display: none;
	visibility: hidden;
}
/* End Fund Item */
/* Info Box */
.sf_2cols_2_50 div.infoBox
{
	float: right;
}

div.infoBox
{
	width: 480px;
	background-color: #F7F7F7;
	background-position: 95% center;
	background-repeat: no-repeat;
}

div.infoBox.whiteBackground
{
	background-color: white;
}

div.infoBox > div.innerContainer
{
	padding: 30px 130px 30px 44px;
}

div.infoBox > div.innerContainer > h1,
div.infoBox > div.innerContainer > h2
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: #393939;
	line-height: 28px;
	text-align: left;
	border-bottom: none;
}

div.infoBox > div.innerContainer > p
{
	margin-bottom: 0px;
}
/* End Info Box */
/* Article Photoes */
div.articlePhotoBox
{
	height: 400px;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
}

div.articlePhotoBox > div.footerSection
{
	position: absolute;
	bottom: 0;
	background-color: #d24508;
	width: 430px;
}

div.articlePhotoBox > div.footerSection.white
{
	position: absolute;
	bottom: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	width: 430px;
	float: left;
	margin-left: 0;
}

div.articlePhotoBox > div.footerSection > div.contentSection
{
	padding: 30px 20px 30px 20px;
	color: #ffffff;
}

div.articlePhotoBox > div.footerSection > div.contentSection.white
{
	padding: 10px 20px 10px 20px;
	color: #333333;
}

div.articlePhotoBox > div.footerSection > div.contentSection > p
{
	margin: 0;
}

div.articlePhotoBox > div.footerSection > div.contentSection.white > p
{
	font-size: 12px;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
}
/* End Article Photoes */
/* CTA Banner */
div.CTABanner
{
	height: 400px;
	position: relative;
	background-position: left center;
	background-repeat: no-repeat;
}

div.CTABanner > div.topFillerBox
{
	height: 60px;
}

div.CTABanner > div.CTABannerContent
{
	width: 50%;
	float: right;
}

div.CTABanner > div.CTABannerContent > div.innerContent
{
	padding-left: 110px;
	padding-right: 110px;
}

div.CTABanner > div.CTABannerContent > div.innerContent > h2
{
	font-family: "BebasNeue", Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #d24508;
	text-align: left;
	padding: 0;
	line-height: 82%;
	margin-bottom: 20px;
	font-weight: 300;
}

div.CTABanner > div.CTABannerContent > div.innerContent > h3
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: #393939;
	line-height: 28px;
	text-align: left;
	border-bottom: none;
	margin-bottom: 20px;
}

div.CTABanner > div.CTABannerContent > div.innerContent > p
{
	margin-bottom: 30px;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}

div.CTABanner > div.CTABannerContent > div.innerContent > a, div.CTABanner > div.CTABannerContent > div.innerContent > a:visited
{
	background-color: #007f99;
}

div.CTABanner > div.mobileImage
{
	height: 370px;
	background-position: -190px bottom;
	background-repeat: no-repeat;
}
/* End CTA Banner */
/* Team Member Box*/
div.teamMemberBox
{
	min-height: 275px;
	border: 1px solid #444444;
	margin-bottom: 20px;
}

div.teamMemberBox > div.mainIcon
{
	float: left;
}

div.teamMemberBox > div.mainIcon > img
{
	width: auto;
	max-height: 100%;
}

div.teamMemberBox > div.headerSection
{
	float: left;
	min-height: 275px;
	width: 24%;
}

div.teamMemberBox > div.headerSection > div.innerSection
{
	padding: 35px 30px 35px 20px;
	position: relative;
}

div.teamMemberBox > div.headerSection > div.innerSection > h1,
div.teamMemberBox > div.headerSection > div.innerSection > h2,
div.teamMemberBox > div.headerSection > div.innerSection > h3
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: #393939;
	line-height: 28px;
	text-align: left;
	border-bottom: none;
	margin-bottom: 20px;
}

div.teamMemberBox > div.headerSection > div.innerSection > span.jobTitle
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
}

div.teamMemberBox > div.contentSection
{
	width: 52%;
	float: left;
}

div.teamMemberBox > div.contentSection > div.innerSection
{
	padding: 30px 75px 20px 10px;
}

div.teamMemberBox > div.contentSection > div.innerSection p
{
	margin-top: 0px;
	margin-bottom: 1em;
}

div.teamMemberBox > div.contentSection > div.innerSection p + p
{
	margin-bottom: 0px;
}
/* End Team Member Box*/
/* Case study presentation box */
a.fill-div
{
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

a.fill-div:hover
{
	cursor: pointer;
	opacity: .9;
}

div.presentationBox
{
	position: relative;
	height: 570px;
	width: 580px;
}

div.presentationBox > img
{
	width: 100%;
    height: 260px;
}

div.presentationBox > div.footerSection
{
	position: absolute;
	bottom: 0px;
	width: 100%;
}

div.presentationBox > div.footerSection > div.contentSection
{
	height: 280px;
	background-color: #e3e3e3;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
}

div.presentationBox > div.footerSection > div.contentSection.grey_bg
{
	background-color: #e3e3e5;
}

div.presentationBox h1, div.presentationBox h2, div.presentationBox h3
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #333333;
	line-height: 24px;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 10px;
}

div.presentationBox a, div.presentationBox a:visited
{
	color: #007f99;
	text-decoration: none;
	outline: 0;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
}

div.presentationBox.caseStudy > div.footerSection > div.contentSection > ul.caseStudyDetails
{
	position: relative;
	padding-left: 0;
}

div.presentationBox.caseStudy > div.footerSection > div.contentSection > ul.caseStudyDetails > li
{
	float: left;
	list-style: none;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #444444;
	text-align: left;
	padding: 0;
}

div.presentationBox.caseStudy > div.footerSection > div.contentSection > ul.caseStudyDetails > li.separator
{
	width: 30px;
	text-align: center;
}

div.presentationBox.caseStudy > div.footerSection > div.contentSection > p
{
	min-height: 90px;
	color: #444444;
	font-size: 1em;
}
/* End Case study presentation box */
/* Entire module box clickable link */
div.presentationBoxLink
{
	position: relative;
	width: 500px;
	height: 500px;
}

div.presentationBoxLink:hover
{
	cursor: pointer;
	opacity: .9;
}

a.div.presentationBoxLink
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	/* Makes sure the link doesn't get underlined */
	z-index: 10;
	/* raises anchor tag above everything else in div */
	background-color: white;
	/*workaround to make clickable in IE */
	opacity: 0;
	/*workaround to make clickable in IE */
	filter: alpha(opacity=0);
	/*workaround to make clickable in IE */
}
/* Form with details box*/

.sf_cols.tableContainerDark
{
	border: 1px solid #979797;
    padding: 0 10px 30px;
    width: auto;
}

.sf_cols.tableContainer
{
	border: 1px solid #d8d8d8;
	padding: 20px;
    width: auto;
    margin: 0
}

.sf_cols.tableContainer > div > div > div.cellContainer
{
	float: none;
	display: table-cell;
}

.sf_cols.tableContainer > div > div > div.formContainer
{
	border-right: 1px solid #d8d8d8;
	width: 60%;
}

.sf_cols.tableContainer > div > div > div.formContainer > div
{
	width: auto !important;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 150px;
}

.sf_cols.tableContainer > div > div > div.teamInfoBoxContainer
{
	width: 40%;
}

.sf_cols.tableContainer > div > div > div.teamInfoBoxContainer > div
{
	padding-left: 30px;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
}

div.formContainer .sfFormBox, div.formContainer .sfFormBlock, div.formContainer .HorizontalCaptcha
{
	margin-bottom: 40px;
}

div.formContainer .sf_2cols_1_50
{
	width: 48%;
	margin-right: 2%;
}

div.formContainer .sf_2cols_2_50
{
	width: 48%;
	margin-left: 2%;
}

div.formContainer .sf_2cols_2_50 .sf_2cols_2in_50
{
	margin-left: 0px;
}

div.formContainer .sfTxtLbl.sfInlineBlock
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	color: #444444;
	margin-bottom: 20px;
	display: inline-block;
}

div.formContainer input.sfTxt
{
	height: 40px;
	width: 100%;
	font-size: 20px;
	background-color: #ffffff;
}

div.formContainer textarea.sfTxt
{
	min-width: 400px;
	width: 100%;
	font-size: 20px;
}

div.HorizontalCaptcha > div.RadCaptcha > div.sfFormCaptcha > div
{
	width: 50%;
	display: inline-block;
}

div.HorizontalCaptcha > div.RadCaptcha > div.sfFormCaptcha > p
{
	width: 50%;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

div.HorizontalCaptcha > div.RadCaptcha > div.sfFormCaptcha > p > label.sfTxtLbl
{
	display: inline-block;
}

ul.photoIconList
{
	position: relative;
	padding-left: 0px;
}

ul.photoIconList > li
{
	list-style: none;
	float: left;
	padding: 0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 95px;
	height: 95px;
}

dl.contactDetails
{
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #444444;
}

dl.contactDetails > dt
{
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-top: 40px;
}

dl.contactDetails > dd
{
	margin-left: 0px;
}

dl.contactDetails > dd.highlight
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	color: #d24508;
	font-size: 20px;
}
/* End Form with details box*/
/* Infographic */
.infographic-box
{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e3e3e3;
	padding: 20px;
	height: 350px;
}

div.badge-infographic-box > h1
{
	font-size: 20px;
	color: #000000;
	text-align: center;
}

div.graphic-footer
{
	padding-top: 5px;
}

div.infographic-box.bar-infographic-box
{
	background: none;
}

div.infographic-box.ring-infographic-box
{
	background: none;
	width: 300px;
}

div.infographic-badge
{
	text-align: center;
}

div.badge-infographic-box .graphic-footer
{
	text-align: center;
}

div.badge-infographic-box .graphic-footer p
{
	margin-top: 0px;
}

.rbc-center-text-line0
{
	font-size: 2em;
	font-weight: 700;
}

div.ring-infographic-box .rbc-label
{
	font-size: 30px;
}

span.boxLabel
{
	margin-left: 10px;
}
/* End Infographic */
/* Sample Box */
div.sampleBox
{
	float: right;
	margin-top: 10px;
	margin-bottom: 40px;
	background-color: #F7F7F7;
	padding: 20px 30px;
	width: 420px;
}

div.sampleBox > h1
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: #393939;
	line-height: 28px;
	text-align: left;
	border-bottom: none;
}

div.sampleBox > h2
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #000;
	line-height: 16px;
	margin: 21px 0px 21px 0px;
}
/* End Sample Box */
/* FAQ list */
ul.faqList > li
{
	border: 1px solid #E2E2E2;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-bottom: 10px;
	position: relative;
}

ul.faqList > li > div.faq-title
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 18px !important;
	padding-left: 20px;
	padding-right: 35px;
	line-height: 22px;
	cursor: pointer;
}

ul.faqList > li > div.faq-title > div.icon-toggle
{
	background: url('../Images/icons-toggle-faq-sprite.png') no-repeat;
	float: right;
	margin-right: 20px;
	width: 17px;
	height: 14px;
	background-position: right bottom;
	position: absolute;
	right: 0px;
	top: 28px;
}

ul.faqList > li.contentClose > div.faq-title > div.icon-toggle
{
	width: 13px;
	height: 16px;
	background-position: left top;
}

ul.faqList > li > div.faq-content
{
	margin-top: 24px;
	border-top: 1px solid #E2E2E2;
	padding: 25px 25px 6px 20px;
	font-size: 14px;
	line-height: 20px;
}

ul.faqList > li.contentClose > div.faq-content.close
{
	display: none;
	visibility: hidden;
}

ul.faqList > li.contentOpen > div.faq-content.close
{
	display: block;
	visibility: visible;
}
/* End FAQ list */
/* Circle numbered list */
.sfContentBlock ol.circleOL
{
	list-style: none;
	padding-left: 0px;
}

.sfContentBlock ol.circleOL > li
{
	display: table;
	padding-bottom: 55px;
	background: url('../Images/bg-numbered-circle.png') repeat-y;
}

.sfContentBlock ol.circleOL > li.last
{
	background: none;
}

ol.circleOL div.numberedCircleIcon
{
	display: table-cell;
	width: 67px;
	height: 66px;
	vertical-align: top;
	background: url('../Images/icons-circle-li-sprite.png') no-repeat;
}

ol.circleOL div.numberedCircleIcon.numbered-icon-1
{
	background-position: left top;
}

ol.circleOL div.numberedCircleIcon.numbered-icon-2
{
	background-position: -66px 0;
}

ol.circleOL div.numberedCircleIcon.numbered-icon-3
{
	background-position: -133px 0;
}

ol.circleOL div.numberedCircleIcon.numbered-icon-4
{
	background-position: right top;
}

ol.circleOL div.paddingCell
{
	width: 33px;
}

ol.circleOL div.contentSection
{
	display: table-cell;
	width: 375px;
	vertical-align: top;
}

ol.circleOL div.contentSection > h1
{
	font-size: 40px;
}

ol.circleOL div.contentSection > p
{
	font-size: 16px;
}
/* End Circle numbered list */
/* Testimonial */
div.testimonialContainer
{
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	min-height: 550px;
}

div.testimonialContainer > div.messageContainer
{
	width: 45%;
	float: right;
	padding-top: 90px;
	padding-bottom: 50px;
}

div.testimonialContainer > div.messageContainer > p.testifierMessage, h3.testifierMessage
{
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 38px;
	line-height: 110%;
	color: #444444;
	position: relative;
	left: -50px;
	padding-top: 0;
	padding-left: 50px;
}

div.testimonialContainer > div.messageContainer > p.testifierMessage:before, h3.testifierMessage:before
{
	position: absolute;
	width: 60px;
	height: 60px;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 60px;
	line-height: 1;
	top: 0;
	left: 0;
	content: "\201C";
}

div.testimonialContainer > div.messageContainer > p.testifierMessage:after, h3.testifierMessage:after
{
	position: absolute;
	width: 60px;
	height: 60px;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 60px;
	line-height: 1;
	content: "\201d";
}

div.testimonialContainer > div.messageContainer > div.testifierDetailsContainer
{
	margin-top: 50px;
}

div.testimonialContainer > div.messageContainer > div.testifierDetailsContainer > span.testifier
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 23px;
	line-height: 24px;
	color: #d24508;
	display: block;
}

div.testimonialContainer > div.messageContainer > div.testifierDetailsContainer > span.testifierCompany
{
	font-size: 23px;
	line-height: 24px;
	color: #d24508;
	display: block;
}

div.testimonialContainer > div.messageContainer > a.vs_button
{
	margin-top: 40px;
	font-size: 16px;
}
/* End Testimonial */
/* Fees calculation */
span.feesHighlighted
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 36px;
	color: #b63d19;
}

div.rangeslider
{
	margin-top: 30px;
	margin-bottom: 25px;
}

div.feesCalculation p
{
	font-size: 16px;
}

div.feesCalculation p > span.feesSelected
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
}

div.feesCalculation hr
{
	color: #DDDDDD;
}

span.feePercentageTitle, span.feePercentage, span.feesResult
{
	font-size: 15px;
}

span.feesResult
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
}
/* End Fees calculation */
/* Tax Calculator */
div.taxCalculatorContainer
{
	padding: 32px 48px;
}

div.taxCalculator > h3.taxCalculatorTitle
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: #444444;
	letter-spacing: 0;
	text-align: left;
}

div.taxCalculator div.fieldRow
{
	clear: both;
	margin-bottom: 24px;
}

div.taxCalculator span.taxCalculatorFieldLabel
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #444444;
	letter-spacing: 0;
	text-align: left;
	display: block;
	margin-bottom: 8px;
}

div.taxCalculator input.taxCalculatorInputField
{
	padding-left: 16px;
	width: calc(100% - 16px);
}

div.taxCalculator ul.rateSelectionContainer
{
	padding-left: 0;
}

div.taxCalculator ul.rateSelectionContainer > li.rateSelectionBox
{
	float: left;
	height: 40px;
	width: 75px;
	border: 1px solid #C8C8C8;
	border-radius: 3px;
	text-align: center;
	padding: 0;
	list-style-image: none;
	margin-left: 0;
	margin-right: 25px;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 37px;
	cursor: pointer;
}

div.taxCalculator.taxCalculator_LoanCalculation ul.rateSelectionContainer > li.rateSelectionBox
{
	margin-right: 18px;
}

div.taxCalculator ul.rateSelectionContainer > li.rateSelectionBox.selected
{
	height: 38px;
	border: 2px solid #007F99;
	line-height: 36px;
}

div.taxCalculator span.taxCalculatorResultTitle, div.taxCalculator span.taxCalculatorResultText, div.taxCalculator span.taxCalculatorDescriptionText
{
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #444444;
	letter-spacing: 0;
}

div.taxCalculator span.taxCalculatorResultTitle, div.taxCalculator span.taxCalculatorTotalDonationResult, div.taxCalculator span.taxCalculatorCostResult
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
}

div.taxCalculator span.taxCalculatorResultTitle
{
	line-height: 22px;
}

div.taxCalculator span.taxCalculatorDescriptionText
{
	display: block;
}
/* End Tax Calculator */
/* Footer */
ul.footerSitemapList
{
	float: left;
	margin: 0;
	padding-bottom: 10px;
	line-height: 19px;
	list-style-type: none;
	display: block;
	padding-left: 0;
	font-size: 14px;
}

ul.footerSitemapList:first-of-type
{
	padding-left: 0;
}

.ShortCutsList ul
{
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}

ul.footerSitemapList > li
{
	margin: 0;
	padding: 0 0 2px;
	width: 100%;
	font-size: 1em;
	color: #444444;
	display: inline-block;
}

ul.footerSitemapList > li a
{
	font-weight: 500;
}

#footer li.parent a
{
	font-weight: 600 !important;
}

ul.footerSitemapList > li.parent, div.footerShortCutsList > dl.shareOptions > dt
{
	padding: 0;
	float: none;
	width: auto;
	font-size: 1.25em;
	font-weight: 700;
	padding-bottom: 10px;
	min-height: 30px;
}
/*ul.footerSitemapList > li.parent {
	min-height: 60px;
}
*/
ul.footerSitemapList > li.parent a
{
	font-weight: 600;
}

ul.footerSitemapList a, ul.footerShortCutsList a
{
	color: #000;
	text-decoration: none;
	outline: 0;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 500;
	line-height: 150%;
	font-size: 1em;
}

div.footerShortCutsList .smallLogo
{
	width: 140px;
	height: auto;
	background-size: 140px auto;
}

div.footerShortCutsList .smallLogo img
{
	width: 140px;
	height: auto;
	background-size: 140px auto;
}

div.footerShortCutsList > dl.shareOptions
{
	float: left;
	margin: 30px 0 0 0;
}

div.footerShortCutsList > dl.shareOptions > dd
{
	float: left;
	width: auto;
	margin-left: 0;
	margin-bottom: 0;
}

div.footerShortCutsList > dl.shareOptions > dt
{
	margin: 0 0 -10px;
	font-size: 16px;
	clear: both;
	width: auto;
}

div.footerShortCutsList .shareOptions dd a
{
	text-decoration: none;
	padding-bottom: 20px;
}

.footerShortCutsLinksWide
{
	float: right;
	font-size: 16px;
	padding-left: 0;
}

.footerShortCutsLinksWide a
{
	color: #000;
	text-decoration: none;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 500 !important;
}

.footerShortCutsLinksWide a:hover
{
	text-decoration: underline;
}

div.footerShortCutsLinks
{
	clear: both;
	position: relative;
}

div.footerShortCutsLinks > ul
{
	width: 50%;
	float: left;
	font-size: 16px;
	padding-left: 0;
}

div.footerShortCutsLinks > ul > li
{
	list-style: none;
	outline: 0;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding-left: 0;
	margin-left: 0;
}

div.footerShortCutsLinks > ul > li > a
{
	color: #000;
	text-decoration: none;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
}

ul.footerSitemapList a:hover, div.footerShortCutsLinks > ul > li > a:hover
{
	text-decoration: underline;
}

div.footerShortCutsLinks > ul > li.last
{
	padding-bottom: 0;
}

.shareOptions .facebook
{
	display: inline-block;
	background: transparent url('../images/icon-sprite-new.png') no-repeat scroll -56px -6px;
	text-align: left;
	text-indent: -9999em;
	margin-right: 13px;
	width: 25px;
	height: 25px;
}

.shareOptions .twitter
{
	display: inline-block;
	background: transparent url('../images/icon-sprite-new.png') no-repeat scroll -2px -6px;
	text-align: left;
	text-indent: -9999em;
	margin-right: 13px;
	width: 25px;
	height: 25px;
}

.shareOptions .youtube
{
	display: inline-block;
	background: transparent url('../images/icon-sprite-new.png') no-repeat scroll -29px -6px;
	text-align: left;
	text-indent: -9999em;
	margin-right: 13px;
	width: 25px;
	height: 25px;
}

.shareOptions .linkedin
{
	display: inline-block;
	background: transparent url('../images/icon-sprite-new.png') no-repeat scroll -83px -6px;
	text-align: left;
	text-indent: -9999em;
	margin-right: 13px;
	width: 25px;
	height: 25px;
}

.shareOptions .instagram
{
	display: inline-block;
	background: transparent url('../images/icon-sprite-new.png') no-repeat scroll -111px -6px;
	text-align: left;
	text-indent: -9999em;
	margin-right: 0;
	width: 26px;
	height: 25px;
}
/* End Footer*/
hr
{
	color: #979797;
	height: 1px;
}

#companyLogo
{
	display: block;
	height: 75px;
	float: right;
}

.videoFullWidth
{
	width: 100%;
}

.caseStudiesText
{
	width: 650px;
	float: right;
	padding: 60px 120px 0 0;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 35px;
	color: #333333;
	line-height: 130%;
	text-align: left;
	margin-right: 85px;
}

.smallRedArial
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	color: #d24508;
	line-height: 120%;
	text-align: left;
	padding-top: 10px;
}

.legal, small
{
	font-size: .56em;
}

.boxOverlayImage
{
	margin-top: -150px;
}
/* Cookie Bar classses */
#Cookie.cookie-law
{
	position: relative;
	top: 0;
	margin-bottom: 10px;
	width: 100%;
	color: #444444;
	background-color: #e3e3e3;
	font-weight: 600;
}

#Cookie .cookie-content
{
	width: Calc(100% - 20px);
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}

#Cookie .cookie-content p
{
	margin: 0;
	padding: 0;
    float: none;
}
/* a-z index for glossary */
#azindex
{
	background: #444444;
	float: left;
	margin: 5px 0 20px 0;
	padding: 0 5px 15px 5px;
	width: 100%;
}

#index
{
	font: normal 100% Open Sans, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#index li
{
	float: left;
	height: 2em;
	list-style: none;
	margin: 0.65em 0.3em;
	padding: 0;
	width: 2.75em;
}

#index li a
{
	display: block;
}

#index a:link, #index a:visited
{
	background: #fff;
	color: #007f99;
	display: block;
	height: 2em;
	padding: 0.75em 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 3em;
}

#index a:hover
{
	background: #007f99;
	color: #fff;
	text-decoration: underline;
}

a.backToTop
{
	padding: 0 0 10px 20px;
	display: inline-block;
	clear: both;
	background: url(../Images/icon-chevron-top.gif) no-repeat 0 3px;
	font-weight: 700;
}

.sf_cols.tableContainerBorder
{
	border: 1px solid #D8D8D8;
    padding: 0 20px 20px;
    width: auto;

}


.videoWrapper
{
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.maxWidth100
{
	max-width: 100%;
}
/**************************************************************************************************** Session time out ****************************************************************************************************/
.clockSession
{
	width: 409px;
	height: 174px;
	background: url(images/clockSession.jpg) no-repeat;
}

.contSession
{
	width: 270px;
	float: right;
	text-align: center;
	margin: 20px 20px 0 0;
}

.sessionExpire
{
	color: #3366ff;
	padding-top: 30px;
}

.showNotification
{
	padding-top: 15px;
	color: #666;
}

.timeRemain
{
	padding-top: 5px;
	color: #000;
}

.timeSeconds
{
	font-size: 30px;
	padding-right: 5px;
}

.infoIcon, .notificationContent
{
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.infoIcon
{
	width: 32px;
	height: 32px;
	margin: 0 10px;
	vertical-align: top;
}

.notificationContent
{
	width: 160px;
	vertical-align: bottom;
}

.demo-container
{
	width: 410px;
}

.sessionTimeoutIcon
{
	background-image: url("../Images/info.png");
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
}

.rnTitleBarTitle
{
	color: #d24508;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 600;
}

.rnTitleBar
{
	background-color: #e3e3e3 !important;
	height: 35px !important;
	padding-bottom: 5px !important;
}

.timeRemainingClass
{
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 5px;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.06em;
}

.CAFsessionButton input[type=submit]
{
	background-image: none !important;
	color: #ffffff;
}

.RadButton_Office2007.rbSkinnedButton.CAFsessionButton, .RadButton_Office2007 .rbDecorated.CAFsessionButton, .RadButton_Office2007.rbVerticalButton .CAFsessionButton, .RadButton_Office2007.rbVerticalButton .rbDecorated.CAFsessionButton, .RadButton_Office2007 .rbSplitRight.CAFsessionButton, .RadButton_Office2007 .rbSplitLeft.CAFsessionButton
{
	background-image: none;
	background-color: #007f99;
	color: #ffffff;
	margin-top: 10px;
}
/* Blog summary Box*/
div.blogSummary
{
	min-height: 275px;
	border: 1px solid #d8d8d8;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

div.blogSummary > div.mainIcon
{
	float: left;
}

div.blogSummary > div.mainIcon > img
{
	width: auto;
	max-height: 100%;
}

div.blogSummary > div.headerSection
{
	float: left;
	min-height: 275px;
	width: 24%;
}

div.blogSummary > div.headerSection > div.innerSection
{
	padding: 35px 30px 35px 20px;
	position: relative;
}

div.blogSummary > div.contentSection > a.vs_link, div.blogSummary > div.contentSection > a.vs_link:visited, div.blogSummary > div.contentSection > a.vs_link:hover, div.blogSummary > div.contentSection > a.vs_link:link
{
	color: #007f99;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
}

div.blogSummary > div.contentSection > a.vs_button:hover
{
	text-decoration: underline;
	cursor: pointer;
}

div.blogSummary > div.contentSection > div.innerSection > h3
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: #393939;
	line-height: 28px;
	text-align: left;
	border-bottom: none;
	margin: 10px 0 20px 0;
}

div.blogSummary > div.contentSection > div.innerSection > span.blogPostDate
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #979797;
}

div.blogSummary > div.contentSection
{
	width: 100%;
}

div.blogSummary > div.contentSection > div.innerSection
{
	padding: 15px 20px 20px 0;
	min-height: 200px;
}

div.blogSummary > div.contentSection > div.innerSection p
{
	margin-top: 0;
	margin-bottom: 1em;
}

div.blogSummary > div.contentSection > div.innerSection p + p
{
	margin-bottom: 0;
}

div.blogSummaryImage
{
	height: 275px;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-right: 20px;
}

.sf_pagerNumeric
{
	display: inline;
	width: 100%;
	word-wrap: break-word;
	line-height: 45px;
}

#mainContentPlaceholder_contentPlaceHolder_ctl37_ctl00_ctl00_pager_ctl00_ctl00_cmdPrev, #mainContentPlaceholder_contentPlaceHolder_ctl37_ctl00_ctl00_pager_ctl00_ctl00_cmdNext, #mainContentPlaceholder_contentPlaceHolder_ctl47_ctl00_ctl00_pager_ctl00_ctl00_cmdPrev, #mainContentPlaceholder_contentPlaceHolder_ctl47_ctl00_ctl00_pager_ctl00_ctl00_cmdNext, #mainContentPlaceholder_contentPlaceHolder_ctl10_ctl00_ctl00_pager_ctl00_ctl00_cmdPrev, #mainContentPlaceholder_contentPlaceHolder_ctl10_ctl00_ctl00_pager_ctl00_ctl00_cmdNext, #mainContentPlaceholder_contentPlaceHolder_ctl05_ctl00_ctl00_pager_ctl00_ctl00_cmdPrev, #mainContentPlaceholder_contentPlaceHolder_ctl05_ctl00_ctl00_pager_ctl00_ctl00_cmdNext, .sf_pagerNumeric a
{
	margin-right: 10px;
	padding: 5px 10px;
	border: 1px solid #d8d8d8;
	text-decoration: none;
	color: #007f99;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
}

.sf_pagerNumeric a.sf_PagerCurrent
{
	background-color: #007f99;
	color: #ffffff;
	cursor: pointer;
}

.sf_pagerNumeric a:hover
{
	text-decoration: underline;
	cursor: pointer;
}
/* End Blog Item */
/* Blog formatting */
h1.blog_white, h2.blog_white, h3.blog_white, h4.blog_white, h5.blog_white, p.blog_white
{
	color: #ffffff;
	line-height: 90%;
}

h1.blog_teal, h2.blog_teal, h3.blog_teal, h4.blog_teal, h5.blog_teal, p.blog_teal
{
	color: #007f99;
	line-height: 90%;
}

h1.blog_grey, h2.blog_grey, h3.blog_grey, h4.blog_grey, h5.blog_grey, p.blog_grey
{
	color: #444444;
	line-height: 90%;
}

div.videoFeatureBox > div.footerSection > div.contentSection.grey_bg
{
	background-color: #e3e3e5;
}

div.blogPostDetails
{
	height: 560px;
	max-width: 240px;
	padding: 25px 30px;
}

div.blogPostDetails.bg_Teal
{
	background-color: rgba(0, 127, 153, 0.8);
}

div.blogPostDetails.bg_Grey
{
	background-color: #e3e3e5;
}

div.blogPostDetails img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

div.blogPostDetails h4 span.notBold
{
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 20px;
}

div.blogPostDetailsColumn img
{
	padding-bottom: 20px;
}

div.blogPostDetails .twitterLogoSmall
{
	background: url(/images/default-source/Blogs/twitter_logo_white.png);
	display: inline;
	margin-left: -5px;
}

.blogContainer
{
	display: flex;
	flex-direction: row;
}
/* End Blog formatting */
.greyInformationBox
{
	padding: 20px;
	height: 450px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
}

.boxBorderRight
{
	border-right: 1px solid #979797;
}

.boxBorderBottom
{
	border-bottom: 1px solid #979797;
}

.boxBorderLeft
{
	border-left: 1px solid #979797;
}

.boxBorderTop
{
	border-top: 1px solid #979797;
}

hr.lightGrey
{
	color: #D8D8D8;
}
/* Article summary Box*/
div.articleSummary
{
	border: 1px solid #d8d8d8;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

div.articleSummary > div.mainIcon
{
	float: left;
}

div.articleSummary > div.mainIcon > img
{
	width: auto;
	max-height: 100%;
}

div.articleSummary > div.headerSection
{
	float: left;
	min-height: 275px;
	width: 24%;
}

div.articleSummary > div.headerSection > div.innerSection
{
	padding: 35px 30px 35px 20px;
	position: relative;
}

div.articleSummary > div.contentSection > a.vs_link, div.articleSummary > div.contentSection > a.vs_link:visited, div.articleSummary > div.contentSection > a.vs_link:hover, div.articleSummary > div.contentSection > a.vs_link:link
{
	color: #007f99;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
}

div.articleSummary > div.contentSection > a.vs_button:hover
{
	text-decoration: underline;
	cursor: pointer;
}

div.articleSummary > div.contentSection > div.innerSection > h3
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: #d24508;
	line-height: 28px;
	text-align: left;
	border-bottom: none;
	margin: 10px 0 20px 0;
}

div.articleSummary > div.contentSection > div.innerSection > span.articleDate
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #979797;
}

div.articleSummary > div.contentSection
{
	width: 100%;
}

div.articleSummary > div.contentSection > div.innerSection
{
	padding: 15px 20px 20px 0;
	min-height: 160px;
}

div.articleSummary > div.contentSection > div.innerSection a.vs_primaryButton
{
	padding: 10px;
}

div.articleSummary > div.contentSection > div.innerSection p
{
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 12px;
}

div.articleSummary > div.contentSection > div.innerSection p + p
{
	margin-bottom: 0;
}

div.articleSummaryImage
{
	max-width: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-right: 20px;
}
/* End Article Item */
.paddingRight20
{
	padding-right: 20px;
}

.paddingRight40
{
	padding-right: 40px;
}
/* Thank you plugin */
.cafPlugin span.msgWaiting
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #444444;
	margin-top: 5px;
	display: inline-block;
}
/*END thank you plugin */
/* social share icons */
.sshIcon
{
	background: transparent url('../images/icons-sprite.png');
	width: 25px;
	height: 25px;
}

.sshIcon::before
{
	width: 25px;
	height: 25px;
}

.RadSocialShare_Default
{
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	Float: right;
}

.sshLinkItem .sshShareOnFacebook
{
	display: inline-block;
	background: transparent url('../images/icons-sprite.png') no-repeat scroll -87px -8px;
	text-align: left;
	text-indent: -9999em;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background-position: -87px -8px !important;
}

.sshLinkItem .sshShareOnTwitter
{
	display: inline-block;
	background: transparent url('../images/icons-sprite.png') no-repeat scroll -3px -8px;
	text-align: left;
	text-indent: -9999em;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background-position: -3px -8px !important;
}

.sshLinkItem .sshLinkedIn
{
	display: inline-block;
	background: transparent url('../images/icons-sprite.png') no-repeat scroll -115px -8px;
	text-align: left;
	text-indent: -9999em;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background-position: -115px -8px !important;
}

.sshLinkItem .sshMailTo
{
	display: inline-block;
	background: transparent url('../images/icons-sprite.png') no-repeat scroll -59px -8px;
	text-align: left;
	text-indent: -9999em;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background-position: -59px -8px !important;
}
/* end social share icons */
/* Hero Banners (plural) */
div.heroBanners
{
	width: 1440px;
	height: 570px;
}

div.heroBanners > div.anythingSlider > div.anythingWindow
{
	border-top: none;
	border-bottom: none;
}

div.heroBanners div.externalNavBar
{
	position: absolute;
	top: 0;
	right: 120px;
	width: 278px;
	height: 570px;
	background-color: rgba(227,227,227,0.9);
}

div.heroBanners div.externalNavBar div.shortCutBox
{
	height: 141px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	display: flex;
	align-items: center;
}

div.heroBanners div.externalNavBar div.shortCutBox:first-child
{
	border-top: none;
}

div.heroBanners div.externalNavBar div.shortCutBox:last-child
{
	border-bottom: 1px solid rgba(227,227,227,0.9);
}

div.heroBanners div.externalNavBar div.shortCutBox > div.innerContent
{
	padding-left: 25px;
	padding-right: 25px;
}

div.heroBanners div.externalNavBar div.shortCutBox > div.innerContent > h2
{
	color: #444444;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 8px;
}

div.heroBanners div.externalNavBar div.shortCutBox > div.innerContent > p
{
	color: #444444;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 19px;
	font-weight: bold;
	line-height: 30px;
}

div.heroBanners div.externalNavBar div.shortCutBox.selected
{
	background-color: #D24508;
	cursor: default;
	position: relative;
}

div.heroBanners div.externalNavBar div.shortCutBox.selected > div.innerContent::before
{
	content: "\A";
	border-style: solid;
	border-width: 10px 13px 10px 0;
	border-color: transparent #D24508 transparent transparent;
	position: absolute;
	left: -13px;
	top: 62px;
}

div.heroBanners div.externalNavBar div.shortCutBox.selected > div.innerContent > h2, div.heroBanners div.externalNavBar div.shortCutBox.selected > div.innerContent > p
{
	color: #FFFFFF;
}

div.heroBanners div.imageNavBar
{
	position: absolute;
	top: 60px;
	left: 130px;
}

div.heroBanners div.imageNavBar > div
{
	display: inline-block;
	margin-right: 20px;
}

div.heroBanners div.imageNavBar > div.xsNavBar
{
	display: none;
}

div.heroBanners div.imageNavBar > div > span.arrow > a
{
	background-repeat: no-repeat;
	display: inline-block;
	width: 37px;
	height: 37px;
	font-size: 0;
}

div.heroBanners div.imageNavBar > div.previousImageNav > span.arrow > a
{
	background-image: url('/svg/left-arrow-top-banner-white.svg');
}

div.heroBanners div.imageNavBar > div.nextImageNav > span.arrow > a
{
	background-image: url('/svg/right-arrow-white-top-banner.svg');
}

div.heroBanners div.imageNavBar > div.previousImageNav > span.arrow.disabled > a
{
	background-image: url('/svg/left-grey-arrow.svg');
}

div.heroBanners div.imageNavBar > div.nextImageNav > span.arrow.disabled > a
{
	background-image: url('/svg/right-arrow-top-banner-greyed-out.svg');
}

ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem
{
	width: 100%;
	height: 100%;
	background-position-y: 50%;
	position: relative;
	/* Create the parallax scrolling effect * background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
     background-size: cover;
    */
}

ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem > div.heroBannersItemContent
{
	margin-left: 130px;
	margin-bottom: 70px;
	max-width: 750px;
	position: absolute;
	bottom: 0;
}

ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem > div.heroBannersItemContent > div.innerContent > div.innerHeader
{
	margin-bottom: 60px;
}
ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem > div.heroBannersItemContent > div.innerContent > div.innerHeader > h1
{
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 300;
	line-height: 92%;
}

ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem > div.heroBannersItemContent > div.innerContent > div.innerHeader > h2
{
	color: #FFFFFF;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 20px;
}

ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem > div.heroBannersItemContent.blackText > div.innerContent > div.innerHeader > h1, ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem > div.heroBannersItemContent.blackText > div.innerContent > div.innerHeader > h2
{
	color: #444444;
}

div.heroBannersItemContent.blackText > div.innerContent > a.vs_button.vs_emptyBlackButton,
div.heroBannersItemContent.blackText > div.innerContent > a.vs_button.vs_emptyBlackButton:link
{
	color: #444444;
}
ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem > div.heroBannersItemContent.highlightedText > div.innerContent > div.innerHeader > h1,
ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem > div.heroBannersItemContent.highlightedText > div.innerContent > div.innerHeader > h2
{
	color: #444444;
	padding-left: 16px;
}

div.heroBannersItemContent.blackText > div.innerContent > a.vs_button.vs_emptyBlackButton a.vs_button.vs_emptyBlackButton,
div.heroBannersItemContent.blackText > div.innerContent > a.vs_button.vs_emptyBlackButton:link,
div.heroBannersItemContent.blackText > div.innerContent > a.vs_button.vs_emptyBlackButton:visited
{
	border: 1px solid #444444;
	background-color: transparent;
}

ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem > div.heroBannersItemContent.highlightedText > div.innerContent > div.innerHeader > h2
{
	margin-bottom: 0px;
}

ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem > div.heroBannersItemContent.highlightedText > div.innerContent > div.innerHeader > h1 > mark,
ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem > div.heroBannersItemContent.highlightedText > div.innerContent > div.innerHeader > h2 > mark
{
	color: #FFFFFF;
	background-color: #444;
	line-height: 1;
	box-shadow: 16px 0 0 #444, -16px 0 0 #444;	
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem > div.heroBannersItemContent.highlightedText > div.innerContent > div.innerHeader > h2 > mark
{
	line-height: 2.3;
	padding: 10px 0;
}

ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem > div.heroBannersItemContent.blackText.highlightedText > div.innerContent > div.innerHeader > h1 > mark,
ul#HeroBannersList > li.heroBannersListItem > div.heroBannersItem > div.heroBannersItemContent.blackText.highlightedText > div.innerContent > div.innerHeader > h2 > mark
{
	color: #444444;
	background-color: #f7f7f7;
	box-shadow: 16px 0 0 #f7f7f7, -16px 0 0 #f7f7f7;
}

div.heroBannersItemContent > div.innerContent > a.vs_button,
div.heroBannersItemContent > div.innerContent > a.vs_button:link,
div.heroBannersItemContent > div.innerContent > a.vs_button:visited
{
	min-height: inherit;
}

/* end Hero Banners (plural) */
/* selector box content */

#selectorBox1Open,
#selectorBox2Open,
#selectorBox3Open
{
	width: 580px;
	-webkit-transition: width .45s ease-in-out;
	transition: width .45s ease-in-out;
	border: 1px solid #e3e3e3;
	float: left;
	margin-right: 15px;
}

#selectorBox1Closed, #selectorBox2Closed, #selectorBox3Closed
{
	width: 280px;
	-webkit-transition: width .45s ease-in-out;
	transition: width .45s ease-in-out;
	border: 1px solid #e3e3e3;
	float: left;
	margin-right: 15px;
}

#selectorBox3Closed,
#selectorBox3Open
{
	margin-right: 0;
}

#box1, #box2, #box3
{
	border: none;
	padding: 0;
	width: 100%;
	cursor: pointer;
}

.hiddenBox
{
	display: none;
}

.icon-Open
{
	background-image: url(/svg/plus-sign.svg);
	background-repeat: no-repeat;
	z-index: 999;
	padding-top: 70px;
	width: 80px;
	background-color: Transparent;
	border: none;
	cursor: pointer;
	position: absolute;
	bottom: 0;
    right: 0;
}

.icon-Open a
{
	display: none;
}

.icon-Open a:hover
{
	display: block;
}

div.selectorContentSection a.vs_button.vs_secondaryButton
{
	border: 1px solid #007f99;
	color: #007f99;
	background-color: #ffffff;
	min-height: 0;
	margin-left: 10px;
}

div.selectorContentSection .innerHeader
{
	padding-top: 25px;
}

div.selectorContentSection .innerHeader h2
{
	text-align: left;
}

div.selectorContentSection .innerContent
{
	padding: 25px;
	z-index: 99;
	position: relative;
}

.selectorBoxes
{
	display: flex;
}

.selectorBox
{
	margin-right: 17px;
	margin-bottom: 20px;
}

.selectorBox.last
{
	margin-right: 0;
}

.selectorBoxImage
{
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: right;
	height: 585px;
}

div.selectorBoxImage img
{
	width: 31%;
	height: 585px;
	z-index: 1;
}

div.selectorBox.selectorOpen
{
	width: 580px;
}

div.selectorContentSection
{
	padding: 0;
}

.innerTop
{
	height: 320px;
}

.innerBottom
{
	height: 175px;
	padding-top: 50px;
}

.selectorClosed > .innerBottom
{
	display: none;
}

.selectorBoxLinks
{
	column-count: 2;
	column-gap: 30px;
	column-width: 215px;
}

.selectorBoxLinks a
{
	font-size: 16px;
	font-weight: 700;
}

.selectorBoxLinksLeft
{
	width: 50%;
	float: left;
}

.selectorBoxLinksRight
{
	width: 50%;
	float: left;
}

/* end selector box content */

/* homepage feature box content */
/* feature panelpresentation box */
div.homeInfo
{
	position: relative;
	width: 580px;
	margin-bottom: 5px;
}

div.infoContent
{
	background-color: rgba(0,0,0,0.8);
	margin-left: 15px;
	width: 460px;
	float: left;
	max-height: 210px;
	position: absolute;
	bottom: 0;
	padding: 20px;
}

.smallFeature
{
	margin-left: -10px;
}

.divLeft
{
	float: left;
	display: inline-block;
}
.divRight
{
	float: right;
	display: inline-block;
	font-size: 20px;
	color: #444444;
	width: 360px;
	height: 130px;
	font-weight: 400;
	margin-left: 20px;
}

div.divRight.borderTop > div.footerSection
{
	padding-left: 20px;
}

.infoLargeFeature
{
	display: block;
	width: 580px;
	height: 520px;
}

.infoSmallImage img
{
	width: 200px;
	height: 179px;
	margin: -22px 0 -22px 0;
	float: left;
}

.infoSmallImage
{
	width: 200px;
	height: 129px;
	overflow: hidden;
}

div.homeInfo.caseStudy.infoLargeFeature
{
	display: block;
	width: 580px;
	height: 520px;
	margin-right: 30px;
}

div.infoImage
{
	top: 50px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}

div.homeInfo > div.headerSection
{
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #e3e3e3;
}

div.homeInfo > div.infoContent > div.contentSection
{
	vertical-align: bottom;
	float: left;
	color: #ffffff;
}

div.homeInfo > div.infoContent > div.contentSection p
{
	font-size: 16px;
	line-height: 24px;
}

div.homeInfo > div.infoContent > div.contentSection h3
{
	padding: 0 15px 16px 0;
	color: #ffffff;
	font-size: 25px;
	line-height: 28px;
}

div.homeInfo > div.footerSection > div.contentSection
{
	padding-left: 20px;
	padding-right: 20px;
}

div.homeInfo h3
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	margin-bottom: 10px;
	vertical-align: middle;
	font-weight: 600;
	padding: 15px 15px 10px;
	height: 15px;
	background: transparent;
}

div.homeInfo.caseStudy.infoLargeFeature > div.featureContent > a > div.infoContent > div.contentSection > h3
{
	color: #ffffff;
	padding-left: 0;
}

div.homeInfo h4
{
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #444444;
	line-height: 24px;
	text-align: left;
	margin-bottom: 5px;
	width: 100%;
	height: 40px;
	margin-top: 0;
	padding: 15px 0;
}

div.homeInfo a, div.homeInfo a:visited
{
	color: #007f99;
	text-decoration: none;
	outline: 0;
	font-family: Open Sans, Arial,sans-serif;
}

.seeAll
{
	float: right;
	color: #007F99;
	font-family: Open Sans, Arial Semibold;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	font-style: normal;
	padding-right: 5px;
}

div.homeInfo.caseStudy.infoLargeImage
{
	display: block;
	width: 580px;
	height: 520px;
}

div.homeInfo.caseStudy > div.footerSection > div.contentSection > ul.caseStudyDetails, div.homeInfo.caseStudy > div.divRight > div.footerSection > div.contentSection > ul.caseStudyDetails
{
	position: relative;
	padding-left: 0;
	font-size: 16px;
	line-height: 18px;
}

div.homeInfo.caseStudy
{
	display: block;
	height: 130px;
	padding-bottom: 50px;
	background-color: #ffffff;
	margin-bottom: 16px;
	float: left;
}

div.homeInfo.caseStudy > div.footerSection > div.contentSection > ul.caseStudyDetails > li, div.homeInfo.caseStudy > div.divRight > div.footerSection > div.contentSection > ul.caseStudyDetails > li
{
	float: left;
	list-style: none;
	font-family: Open sans, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #444444;
	text-align: left;
	padding: 0;
}

ul.caseStudyDetails
{
	padding-top: 5px;
}

ul.caseStudyDetails > li
{
	float: left;
	font-size: 16px;
	line-height: 24px;
	margin-top: 12px;
}


div.homeInfo.caseStudy > div.footerSection > div.contentSection > ul.caseStudyDetails > li.separator
{
	width: 30px;
	text-align: center;
	color: #444444;
}

div.homeInfo.caseStudy > div.footerSection > div.contentSection > p
{
	font-size: 16px;
	min-height: 90px;
	color: #ffffff;
	line-height: 24px;
}

.verticalAlignMiddle
{
	vertical-align: middle;
}

.separatorOval
{
	height: 8px;
	width: 8px;
	border-radius: 50%;
	margin: 0 15px 0;
	color: #ffffff;
}

.centreText
{
	text-align: center;
}

.collapser
{
	padding-bottom: 8px;
	cursor: pointer;
}

.collapsible
{
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

a.button.vs_roundCornerButton.rightActionButton
{
	float: right;
	text-align: center;
	visibility: hidden;
	display: none;
}

.separatorOvalBlack
{
	height: 8px;
	width: 8px;
	border-radius: 50%;
	margin: 0 15px 0;
	color: #000000;
}

div.featureContent
{
	position: relative;
}

div.brandContent
{
	padding: 30px 20px;
}

div.brandContent h2
{
	color: #d24508;
	text-align: center;
}

div.brandContent h3
{
	text-align: center;
	color: #444444;
}
 
/* End Case study presentation box */

.infoImage img
{
	width: 100%;
	height: 520px;
}

a.button_Secondary.rightActionButton,
a.button_SecondaryNarrow.rightActionButton,
a.button.vs_roundCornerButton.rightActionButton
{
	float: right;
	text-align: center;
	visibility: hidden;
	display: none;
}



    
/* end home page formatting */


/* search results */

.sfsearchResultsWrp.sfsearchReultTitleSnippetUrl dl
{
	margin-left: 1.4em;
}

.sfsearchResultsWrp.sfsearchReultTitleSnippetUrl dt
{
	float: left;
	margin: 10px 15px 1em 0;
	width: 100%;
	font-weight: 700;
}

.sfsearchResultsWrp.sfsearchReultTitleSnippetUrl dd
{
	margin: 0 0 .5em 0;
	width: 100%;
	padding: 10px 0 0 0;
}

dt.sfsearchResultsTitle
{
	float: left;
	margin: 20px 15px 1em 0;
	width: 100%;
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
}

dd.sfsearchResultsHighLighter
{
	margin: 0 0 1em 0;
	width: 100%;
}

dd.sfsearchResultSnippet
{
	margin: 0 0 .5em 0;
	width: 100%;
}

.sfsearchResultsUnderline
{
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
	margin: .5em 0 0 0;
}

.sfsearchResultStatistics
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #444444;
	line-height: 32px;
	text-align: left;
	border-bottom: none;
	margin: 15px 0 30px 0;
}

.sfitemPressReleaseDate
{
	font-weight: bold;
}


/* DAR Employers Dashboard */
.overlay .EmployersDashboardPopup
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
}

.EmployersDashboardPopup
{
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
	border: 1px solid #8D8D8D;
}

.EmployersDashboardPopup .closePopupButton
{
	background-color: #E3E3E3;
	padding-right: 8px;
	overflow: hidden;
}

.EmployersDashboardPopup .closePopupButton > h3
{
	cursor: pointer;
	float: right;
	margin: 0;
}

.EmployersDashboardPopup .popupHeader
{
	background-color: #E3E3E3;
	border-bottom: 5px solid;
	padding: 15px;
	padding-top: 0;
}

.EmployersDashboardPopup .popupHeader h2, .EmployersDashboardPopup .popupHeader h3
{
	margin: 0;
}

.EmployersDashboardPopup .popupContent
{
	background-color: #FFFFFF;
	padding: 15px;
}

.EmployersDashboardPopup .popupContent p
{
	margin-top: 0;
}

.EmployersDashboardPopup .popupContent .verySmallText
{
	font-size: 10px;
	margin-top: 35px;
}

.subList a
{
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

.subList > li
{
	border-bottom: 1px solid #DDD;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 8px;
	padding-top: 7px;
}

.subList > li > img
{
	margin-right: 16px;
}

.mainList > li
{
	display: flex;
	margin-bottom: 35px;
}

.mainList .categoryImageBox
{
	margin-right: 37px;
	width: 56px;
}

.mainList .categoryImageBox img
{
	height: auto;
	width: 100%;
}

.mainList .subListContainer
{
	padding-left: 5px;
	width: 100%;
}

.mainList .subListContainer .collapser.unwrappedFlex
{
	justify-content: space-between;
	align-items: center;
}

.mainList .collapserIcon
{
	background: url(/svg/red-arrow-up.svg) no-repeat right;
	height: 13px;
	margin-right: 16px;
	width: 13px;
}

.mainList .collapserIcon.active
{
	background: url(/svg/red-arrow-down.svg) no-repeat right;
}

.setUpRegDonation > .sf_colsOut.sf_2cols_2_33
{
	padding-top: 10px;
}

.setUpRegDonation .sf_colsIn.sf_2cols_2in_33
{
	margin-left: 18%;
}

.setUpRegDonation .textBlock
{
	max-width: 280px;
}

.setUpRegDonation .sf_colsIn.sf_2cols_2in_33 a
{
	align-self: center;
}

.simpleTable
{
	display: table;
	width: 100%;
	margin-bottom: 35px;
}

.customTable
{
	display: table;
	width: 100%;
	margin-bottom: 35px;
}

.customTable > div.customRow:nth-child(even)
{
	background-color: rgba(0, 142, 214, 0.05);
}

.noElementsRow
{
	color: #8D8D8D;
	padding: 0 24px;
	text-align: center;
}

.customHeaderRow
{
	background-color: #f7f7f7;
	display: table-row;
	font-weight: 600;
}

.customRow
{
	display: table-row;
}

.customTableCell
{
	display: table-cell;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 21px;
	padding-bottom: 25px;
}

.customHeaderRow > .customTableCell
{
	padding-right: 5px;
	padding-left: 16px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.headerMobile
{
	display: none;
	font-weight: 600;
}

ol.pagination
{
	display: inline-block;
}

ol.pagination > li
{
	display: inline;
	background-color: #F7F7F7;
	border: 1px solid #E3E3E3;
	border-left-width: 0;
	box-sizing: border-box;
	color: #444444;
	float: left;
	font-size: 14px;
	font-weight: 400;
	height: 36px;
	min-width: 36px;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 400;
}

ol.pagination > li > a
{
	color: #444444;
}

ol.pagination > li.cafPagerMoveBackLinkListItem > a, ol.pagination > li.cafPagerMoveForwardLinkListItem > a
{
	color: #007F99;
}

ol.pagination > li.current
{
	background-color: #E3E3E3;
	font-weight: 700;
}

ol.pagination > li.cafPagerMoveFirstLinkListItem
{
	border-left-width: 1px;
	margin-right: 5px;
	border-radius: 4px;
}

ol.pagination > li.cafPagerMoveLastLinkListItem
{
	border-left-width: 1px;
	border-radius: 4px;
	margin-left: 5px;
}

ol.pagination > li.cafPagerInnerLinkLi.first
{
	border-left-width: 1px;
	border-radius: 4px 0 0 4px;
}

ol.pagination > li.cafPagerInnerLinkLi.last
{
	border-radius: 0 4px 4px 0;
}

.horizontalLayout
{
	display: inline-block;
	width: 100%;
}

.horizontalBlock
{
	display: inline;
}

.column-2
{
	box-sizing: border-box;
	display: table-cell;
	width: 49.5%;
}

.column-3
{
	display: table-cell;
	width: 33.3333%;
	vertical-align: top;
}

.tipContainer
{
	box-sizing: border-box;
	padding-right: 20px;
}

.radioCurrency
{
	display: flex;
	justify-content: space-between;
}

.radioCurrencyChoice
{
	border: 1px solid #C6C6C6;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	height: 40px;
	padding: 8px 13px;
	text-align: center;
	vertical-align: middle;
	width: 78px;
}

.radioCurrencyChoice.clicked
{
	padding-top: 7px;
	border: 2px solid #007F99;
	border-radius: 3px;
	box-sizing: border-box;
}

.wrappedFlex
{
	display: flex;
	flex-wrap: wrap;
}

.wrappedFlex.spaceBetween
{
	justify-content: space-between;
}

.wrappedFlex.centerItems
{
	align-items: center;
}

.unwrappedFlex
{
	display: flex;
}

.unwrappedFlex.centerVertically
{
	align-items: center;
}

.unwrappedFlex.spaceBetween
{
	justify-content: space-between;
}

.dividerThin
{
	border: 1px solid #E3E3E3;
}

.onlyMobile
{
	display: none;
}

.onlyMobileAndTablet
{
	display: none;
}

.onlyBigTablet
{
	display: none;
}

.errorBox
{
	font-size: 16px;
	color: #2b3137;
	background-color: #f7f7f7;
	border: 1px solid #d8d8d8;
	padding: 23px;
	margin-top: 30px;
}

.width20
{
	width: 20%;
}

.width25
{
	width: 25%;
}

.width33
{
	width: 33.33%;
}

.width50
{
	width: 50%;
}

.width66
{
	width: 66.66%;
}

.width80
{
	width: 80%;
}

.max-width25
{
	max-width: 25%;
}

.max-width50
{
	max-width: 50%;
}

input[type=text].greyItalicPlaceholder::placeholder
{
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #8D8D8D;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	vertical-align: middle;
	opacity: 1; /* Firefox */
}

input[type=text].greyItalicPlaceholder:-ms-input-placeholder
{
	/* Internet Explorer 10-11 */
	color: #8D8D8D;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 20px;
}

input[type=text].greyItalicPlaceholder::-ms-input-placeholder
{
	/* Microsoft Edge */
	color: #8D8D8D;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 20px;
}

.bottomContainer
{
	padding: 20px 25px;
}

.bottomContainer > *:last-child
{
	margin-bottom: 0;
}

.bottomContainer > *:first-child
{
	margin-top: 0;
}

h3.cafRed, span.required
{
	color: #D24508;
}

.customTableFooter
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tableFooterBlock
{
	display: inline-flex;
	align-items: center;
}

.customTableFooter > .tableFooterBlock > span
{
	margin-right: 8px;
}

.invisible
{
	visibility: hidden;
}

.overlay
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 50;
	background-color: rgba(0,0,0,0.5);
}

.overlay.active
{
	display: block;
}

.overlay .lds-default.spinnerIcon
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
}

.greenText
{
	color: #1BA261;
}

.violetText
{
	color: #7F5BA2;
}

.smallText
{
	font-size: 14px;
}

.smallTextLight
{
	color: #8D8D8D;
	font-size: 14px;
}

.lightGray
{
	color: #8D8D8D;
}

.microButton
{
	cursor: default;
	margin-left: 5px;
}

.tooltips-container
{
	display: none;
}

.highlightSmallText
{
	color: #007F99;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
}

.highlightNormalText
{
	color: #007F99;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
}

.lightGreyLine
{
	border-top: 1px solid #E3E3E3;
}

hr.separator
{
	border: none;
	background-color: #E3E3E3;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
.formContainer .buttonContainer,
.formContainer .fieldContainer
{
	margin-bottom: 20px;
}
.formContainer .fieldContainer .fieldLabel
{
	display: block;
	font-weight: 600;
}

.formContainer .fieldContainer .fieldDescription
{
	color: #8D8D8D;
	display: block;
	font-size: 14px;
}
.formContainer .fieldContainer .fieldInput
{
	display: block;
	margin-top: 5px;
}

.formContainer .fieldContainer .fieldInput input[type=text],
.formContainer .fieldContainer .fieldInput select,
.formContainer .fieldContainer .fieldInput textarea
{
	width: 100%;
}

/* collapsible list */
ul.collapsibleList > li
{
	border: 1px solid #E2E2E2;
	padding-top: 24px;
	margin-bottom: 10px;
	position: relative;
    background-color: #F7F7F7;
}

ul.collapsibleList > li.contentClose
{
	padding-bottom: 24px;
}

ul.collapsibleList > li > div.item-title
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 22px;
	padding-left: 20px;
	padding-right: 35px;
	line-height: 25px;
	cursor: pointer;
}

ul.collapsibleList > li > div.item-title > div.icon-toggle
{
	background: url('../Images/icons-toggle-faq-sprite.png') no-repeat;
	float: right;
	margin-right: 20px;
	width: 17px;
	height: 14px;
	background-position: right bottom;
	position: absolute;
	right: 0px;
	top: 28px;
}

ul.collapsibleList > li.contentClose > div.item-title > div.icon-toggle
{
	width: 13px;
	height: 16px;
	background-position: left top;
}

ul.collapsibleList > li > div.item-content
{
	margin-top: 24px;
	border-top: 1px solid #E2E2E2;
	padding: 25px 25px 6px 20px;
	font-size: 16px;
    font-weight: 700;
	line-height: 20px;
    background-color: #FFFFFF;
}

ul.collapsibleList > li.contentClose > div.item-content.close
{
	display: none;
	visibility: hidden;
}

ul.collapsibleList > li.contentOpen > div.item-content.close
{
	display: block;
	visibility: visible;
}
/* End FAQ list */
/* DPC */
input[type=text].backgroundGreyInput,
input[type=datetime].backgroundGreyInput,
select.backgroundGreyInput
{
	background-color: #F7F7F7;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	height: 40px;
	padding: 0 10px;
}

textarea.backgroundGreyInput
{
	background-color: #F7F7F7;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	padding: 0 10px;
}

.DPCWidgetContainer
{
	box-sizing: border-box;
	display: inline-block;
	padding: 0 3%;
	width: 50%;
	padding-left: 0px;
}

hr.lightGreyDPC
{
	border: none;
	background-color: #E3E3E3;
	height: 1px;
}
/* DPC Tooltips */
.tooltipster-base.tooltipCaf-dpc
{
	max-width: 310px;
}

.tooltipster-base.tooltipCaf-dpc .tooltipster-box
{
	background: #FFFFFF;
	border: 1px solid #007F99;
	border-radius: 0px;
	box-shadow: 1px 2px 4px 0 #444444;
}

.tooltipster-base.tooltipCaf-dpc .tooltipster-content
{
	color: black;
	overflow: hidden;
	padding: 0;
}

.tooltipCaf-dpc .tooltip-title
{
	background-color: #007F99;
	padding: 10px 20px;
}

.tooltipCaf-dpc .tooltip-title h5
{
	color: #FFFFFF;
	margin: 0;
}

.tooltipCaf-dpc .tooltip-content h6
{
	color: #444444;
	font-weight: 600;
	font-size: 14px;
	margin: 5px 0px;
	text-align: left;
}

.tooltipCaf-dpc .tooltip-content
{
	padding: 10px 20px;
}

.tooltipCaf-dpc .tooltip-content .highlightSmallText
{
	margin: 15px 0px;
}
/* Tooltip arrow */
.tooltipster-sidetip.tooltipster-top.tooltipCaf-dpc .tooltipster-box
{
	margin-bottom: 10px;
}

.tooltipster-sidetip.tooltipster-bottom.tooltipCaf-dpc .tooltipster-box
{
	margin-top: 10px;
}

.tooltipster-sidetip.tooltipster-left.tooltipCaf-dpc .tooltipster-box
{
	margin-right: 10px;
}

.tooltipster-sidetip.tooltipster-right.tooltipCaf-dpc .tooltipster-box
{
	margin-left: 10px;
}

.tooltipster-base.tooltipCaf-dpc .tooltipster-arrow-border
{
	visibility: hidden;
}

.tooltipster-top.tooltipCaf-dpc .tooltipster-arrow .tooltipster-arrow-background
{
	border-top-color: #007F99;
	top: 0px;
}

.tooltipster-bottom.tooltipCaf-dpc .tooltipster-arrow .tooltipster-arrow-background
{
	border-bottom-color: #007F99;
	top: 0px;
}

.tooltipster-left.tooltipCaf-dpc .tooltipster-arrow .tooltipster-arrow-background
{
	border-left-color: #007F99;
	left: 0px;
}

.tooltipster-right.tooltipCaf-dpc .tooltipster-arrow .tooltipster-arrow-background
{
	border-right-color: #007F99;
	left: 0px;
}
/* End Tooltip arrow */
.tooltipCaf-dpc #noAccountTooltipDollars_summary .tooltip-content .smallText, .tooltipCaf-dpc #noAccountTooltipDollar_table .tooltip-content .smallText, .tooltipCaf-dpc #noAccountTooltipEuro_summary .tooltip-content .smallText, .tooltipCaf-dpc #noAccountTooltipEuro_table .tooltip-content .smallText
{
	margin-bottom: 10px;
}

.DPCAccountSummaryTooltip.currencyTooltipUSD, .DPCAccountSummaryTooltip.currencyTooltipEUR, .DPCAccountSummaryTooltip.noAccountTooltipDollars, .DPCAccountSummaryTooltip.noAccountTooltipEuro
{
	width: 310px;
}

.DPCAccountSummaryTooltip.infoTooltip
{
	width: 260px;
}

.DPCAccountSummaryTooltip b
{
	font-weight: 600;
}

.DPCAccountSummaryTooltip.currencyTooltipUSD .tooltip-content .highlightSmallText, .DPCAccountSummaryTooltip.currencyTooltipEUR .tooltip-content .highlightSmallText
{
	margin-top: 11px;
	margin-bottom: 11px;
}

.DPCAccountSummaryTooltip.noAccountTooltipEuro .tooltip-content .smallText, .DPCAccountSummaryTooltip.noAccountTooltipDollars .tooltip-content .smallText
{
	margin-bottom: 10px;
}
/* End DPC Tooltips */
.DPCSummaryPage .leftColumn
{
	width: 476px;
	clear: left;
}

.DPCSummaryPage .rightColumn
{
	width: 50%;
}

.DPCAccountOverview.noLinks a
{
	display: none;
}

.DPCAccountOverview .mediumContainer
{
	padding: 25px 30px;
}

.CPRMyLastDonation .mediumContainer > h3, .DPCAccountOverview .mediumContainer > h3
{
	line-height: 25px;
}

.DPCAccountOverview.verticalFlow .smallContainer
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: inherit;
	overflow: inherit;
}

.CPRMyLastDonation h3, .DPCAccountOverview h3, .DPCAccountOverview h5, .DPCAccountOverview.verticalFlow .smallContainer > a
{
	margin: 0 0 15px 0;
}

.DPCAccountOverview .smallContainer .totalAmountBlock
{
	margin-bottom: 15px;
	width: 100%;
}

.DPCAccountOverview .smallContainer .totalAmountBlock.noBottomMargin
{
	margin-bottom: 0;
}

.DPCAccountOverview hr
{
	border: none;
	background-color: #E3E3E3;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}

.DPCAccountOverview.verticalFlow .smallContainer > a.vs_link.urlLink
{
	font-weight: 700;
}

.DPCAccountOverview.horizontalFlow div.smallContainer
{
	float: left;
	margin-right: 3%;
}

.DPCAccountOverview.horizontalFlow div.compoundContainer
{
	float: left;
	position: relative;
	width: calc((100% - 62px) * 0.5);
}

.DPCAccountOverview.horizontalFlow div.compoundContainer > div.smallContainer
{
	margin-right: 6%;
}

.DPCAccountOverview.horizontalFlow div.compoundContainer > div.smallContainer + div.smallContainer
{
	margin-right: 0px;
}

.DPCAccountOverview.horizontalFlow div.overallBox
{
	width: calc(((100% - 62px) * 0.20) - 4px);
}

.DPCAccountOverview.horizontalFlow div.cashBox
{
	width: calc(((100% - 62px) * 0.24) - 4px);
}

.DPCAccountOverview.horizontalFlow div.savingsBox
{
	width: calc(41% - 4px);
}

.DPCAccountOverview.horizontalFlow div.investmentsBox
{
	width: calc(41% - 4px);
}

.DPCAccountOverview.horizontalFlow div.noteContainer
{
	clear: both;
}

.DPCAccountOverview > .mediumContainer > .tooltip-content > div.savingsInvestmentBlock
{
	display: none;
}

.DPCAccountOverview.horizontalFlow .cashBox > h5, .DPCAccountOverview.horizontalFlow .savingsBox > h5, .DPCAccountOverview.horizontalFlow .investmentsBox > h5
{
	cursor: pointer;
}

.DPCAccountOverview.donations > .mediumContainer,
.DPCAccountOverview.transactions > .mediumContainer,
.DPCAccountOverview.regularDonations > .mediumContainer
{
	padding-bottom: 20px;
	padding-top: 20px;
}

.DPCAccountOverview.donations a.vs_button,
.DPCAccountOverview.transactions a.vs_button,
.DPCAccountOverview.regularDonations a.vs_button
{
	padding-bottom: 8px;
	padding-top: 8px;
}

.DPCAccountOverview.donations .smallContainer,
.DPCAccountOverview.regularDonations .smallContainer,
.DPCAccountOverview.topUp .smallContainer,
.DPCAccountOverview.transactions .smallContainer
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.DPCAccountOverview.donations .totalAmountBlock,
.DPCAccountOverview.regularDonations .totalAmountBlock,
.DPCAccountOverview.topUp .totalAmountBlock,
.DPCAccountOverview.transactions .totalAmountBlock
{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5%;
	margin-top: 10px;
	white-space: nowrap;
	width: auto;
}

.DPCAccountOverview.donations p,
.DPCAccountOverview.regularDonations p,
.DPCAccountOverview.topUp p,
.DPCAccountOverview.transactions p
{
	margin: 0;
}

.DPCAccountOverview.donations h3,
.DPCAccountOverview.transactions h3,
.DPCAccountOverview.regularDonations h3
{
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 8px;
}

.DPCAccountOverview.investments .mediumContainer
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}

.DPCAccountOverview.investments .mediumContainer > *
{
	margin-bottom: 15px;
}

.DPCAccountOverview.investments .mediumContainer > *:last-child, .DPCAccountOverview.investments .availableCashBox .totalAmountBlock:last-child
{
	margin-bottom: 0;
}

.DPCAccountOverview.investments .mediumContainer > a.vs_button
{
	align-self: flex-start;
}

.DPCAccountOverview.investments h3
{
	margin-right: 35px;
}

.DPCAccountOverview.investments .investmentsBox
{
	min-width: 30%;
}

.DPCAccountOverview.investments .investmentsBox .gainLossBox
{
	margin-top: 25px;
}

.DPCAccountOverview.investments .investmentsBox .gainLossBox img
{
	height: 28px;
}

.DPCAccountOverview.investments .investmentsBox .gainLossBox img.netValueImg
{
	height: 20px;
}

.DPCAccountOverview.investments .smallContainer
{
	display: flex;
	justify-content: space-between;
	min-width: 380px;
}

.DPCAccountOverview.investments .smallContainer .linkBox
{
	max-width: 40%;
}

.DPCAccountOverview.investments .linkBox a
{
	display: block;
	margin-bottom: 15px;
}

.DPCAccountOverview.investments .linkBox a:last-child
{
	margin-bottom: 0;
}

.DPCAccountOverview.donations .mediumContainer,
.DPCAccountOverview.regularDonations .mediumContainer
{
	margin-bottom: 0;
}

.DPCAccountOverview.donations a.vs_button.donateOverseas
{
	margin-left: 24px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.DPCAccountOverview.transactions .mediumContainer h3
{
	margin-right: 15px;
}

.DPCAccountOverview.transactions a.vs_button.donate
{
	padding-bottom: 7px;
	padding-top: 7px;
}

.DPCAccountOverview.transactions a.vs_button.topUp
{
	margin-left: 24px;
}

.DPCContentBlock.quarterlyStatements div.description
{
	width: 50%;
}

.CPRMyLastDonation div.totalAmountBlock
{
	margin-top: 20px;
	position: relative;
}

.CPRMyLastDonation div.totalAmountBlock > a.vs_link.urlLink
{
	float: right;
}

.DPCTransactionsTable .customTable .firstColumn
{
	width: 12%;
}

.DPCTransactionsTable .customTable .secondColumn
{
	width: 10%;
}

.DPCTransactionsTable .customTable .thirdColumn
{
	width: 40%;
}

.DPCTransactionsTable .customTable .fourthColumn
{
	width: 19%;
}

.DPCTransactionsTable .customTable .fifthColumn
{
	width: 19%;

}

.DPCTransactionsTable .customTable  .fourthColumn,
.DPCTransactionsTable .customTable  .fifthColumn
{
	padding-right: 50px;
	text-align: right;
}

.DPCDonationsTable select
{
	border-radius: 4px;
	border: 1px solid #E3E3E3;
	height: auto;
	font-size: 16px;
}

.DPCTransactionsTable input
{
	border-radius: 4px;
	border: 1px solid #E3E3E3;
	float: none;
}

.DPCDonationsTable input[type="text"], .DPCInvestmentsTable input[type="text"], .DPCRegularDonationsTable input[type="text"]
{
	background-color: #F7F7F7;
	border: 1px solid #E3E3E3;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	height: 40px;
	margin-right: 0px;
	padding: 0 10px;
	width: 290px;
}

.DPCDonationsTable input[type="button"]
{
	background: #FFFFFF;
	border: 1px solid #007F99;
	border-radius: 0 3px 3px 0;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.25);
	color: #007f99;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	height: 40px;
	text-decoration: none;
	width: 154px;
}

.DPCDonationsTable input[type="button"]:hover
{
	background-color: #007F99;
	color: #FFFFFF;
}

.DPCTransactionsTable #transactionType
{
	margin-top: 6px;
	width: 100%;
}

.DPCTransactionsTable .radioCurrency
{
	margin-top: 2px;
	max-width: 375px;
}

.DPCTransactionsTable .radioCurrencyChoice
{
	margin-top: 4px;
}

.DPCDonationsTable a, .DPCInvestmentsTable a, .DPCRegularDonationsTable a, .DPCTransactionsTable a
{
	font-weight: 700;
	line-height: 19px;
}

.DPCDonationsTable b, .DPCRegularDonationsTable b, .DPCTransactionsTable b
{
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.DPCTransactionsTable .advancedFilters 
{
	margin-bottom: -18px;
}

.DPCTransactionsTable .advancedFilters > div
{
	margin-bottom: 10px;
}

.DPCTransactionsTable .advancedFilters > div:last-child
{
	margin-bottom: auto;
	padding: 10px 0px;
}

.DPCTransactionsTable a.applyFilters
{
	margin-right: 15px;
}

.DPCTransactionsTable .applyResetButton
{
	margin-top: 28px;
}

.DPCTransactionsTable .downloadTransaction
{
	margin-bottom: 30px;
}

.DPCTransactionsTable .filterContainer 
{
	margin-bottom: 30px;
}

.DPCTransactionsTable .filterContainer > div
{
	display: inline-block;
	vertical-align: top;
}

.DPCTransactionsTable .filterLinkBox
{
	margin: 10px 0;
}

.DPCTransactionsTable .unwrappedFlex > div
{
	margin-bottom: 10px;
}

.DPCTransactionsTable .unwrappedFlex input
{
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	font-size: 16px;
	height: 40px;
	margin-right: 15px;
	margin-top: 6px;
	min-width: 182px;
	width: calc(100% - 15px);
}

.DPCTransactionsTable .unwrappedFlex .applyFiltersContainer
{
	padding-top: 27px;
	white-space: nowrap;
}

.DPCTransactionsTable .advancedFilters.hidden
{
	display: none;
}

.DPCTransactionsTable .advancedFilters select
{
	max-width: 375px;
}

.DPCDonationsTable h3, .DPCRegularDonationsTable h3
{
	line-height: 25px;
	margin-top: 38px;
}

.DPCDonationsTable .column-2:first-child > h5, .DPCRegularDonationsTable .column-2:first-child > h5, .DPCInvestmentsTable .column-2:first-child > h5
{
	margin-bottom: 5px;
	margin-top: 0;
}

.DPCDonationsTable .simpleTable .unwrappedFlex
{
	margin-top: 5px;
}

.DPCDonationsTable .customTable .firstColumn
{
	width: 26%;
}

.DPCDonationsTable .customTable .secondColumn
{
	width: 18%;
}

.DPCDonationsTable .customTable .thirdColumn
{
	text-align: center;
	width: 17%;
}

.DPCDonationsTable .customTable .fourthColumn
{
	text-align: right;
	width: 16%;
}

.DPCDonationsTable .customTable .fifthColumn
{
	width: 23%;
}

.DPCDonationsTable .customTable .fifthColumn a
{
	font-size: 14px;
	line-height: 17px;
}

.DPCDonationsTable .customTable .fifthColumn .unwrappedFlex > div > div:last-child
{
	margin-top: 3px;
}

.DPCDonationsTable .customTable .fifthColumn .unwrappedFlex > div > div:last-child a
{
	color: #444444;
	font-weight: 400;
	text-decoration: underline;
}

.DPCDonationsTable .customTable .fifthColumn .unwrappedFlex > div:first-child
{
	margin-right: 20px;
}

.DPCDonationsTable .imgBox
{
	width: 30px;
}

.DPCEditRegularDonation h3
{
	margin-bottom: 10px;
}

.DPCEditRegularDonation h4
{
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 5px;
}

.DPCEditRegularDonation h4.charityName
{
	margin-bottom: 25px;
}

.DPCEditRegularDonation h5
{
	margin: 0;
}

.DPCEditRegularDonation div.mediumContainer
{
	padding-right: 32px;
	padding-left: 32px;
}

.DPCEditRegularDonation div.mediumContainer h3
{
	margin-bottom: 16px;
}

.DPCEditRegularDonation div.smallContainer
{
	display: inline-block;
	margin-bottom: 0;
	margin-right: 40px;
	width: 420px;
}

.DPCEditRegularDonation .smallContainer div.previousBox,
.DPCEditRegularDonation .smallContainer div.nextBox
{
	display: flex;
}

.DPCEditRegularDonation .smallContainer div.dateBox,
.DPCEditRegularDonation .smallContainer div.amountBox
{
	width: 50%;
}

.DPCEditRegularDonation div.rightBox
{
	display: inline-block;
	vertical-align: top;
}

.DPCEditRegularDonation div.rightBox div.statusBox
{
	margin-bottom: 30px;
}

.DPCEditRegularDonation div.rightBox b
{
	display: block;
}

.DPCEditRegularDonation div.rightBox b.statusValue
{
	font-size: 20px;
	font-weight: 600;
}

.DPCEditRegularDonation div.rightBox div.frequencyBox img
{
	vertical-align: bottom;
	margin-right: 10px;
}

.DPCEditRegularDonation div.rightBox div.frequencyBox .frequencyValue
{
	font-weight: 600;
}

.DPCEditRegularDonation div.datesBox div.dateBox:first-child
{
	vertical-align: top;
}

.DPCEditRegularDonation div.datesBox > div.dateBox
{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 50px;
	margin-top: 10px;
}

.DPCEditRegularDonation div.datesBox div.dateBox > *
{
	display: block;
}

.DPCEditRegularDonation div.datesBox div.dateBox i
{
	margin-top: 16px;
}

.DPCEditRegularDonation .submitBox a.vs_button
{
	margin-right: 10px;
	padding: 7px 40px;
	vertical-align: top;
}

.DPCEditRegularDonation .submitBox input
{
	height: 40px;
	margin-right: 35px;
}

.DPCEditRegularDonation .submitBox a.cancelRegDonation
{
	display: block;
	margin-top: 30px;
}

.DPCRegularDonationsTable .customTable .firstColumn
{
	width: 5%;
}

.DPCRegularDonationsTable .customTable .secondColumn
{
	width: 20%;
}

.DPCRegularDonationsTable .customTable .thirdColumn
{
	width: 15%;
}

.DPCRegularDonationsTable .customTable .fourthColumn
{
	width: 10%;
}

.DPCRegularDonationsTable .customTable .fifthColumn
{
	width: 15%;
}

.DPCRegularDonationsTable .customTable .sixthColumn
{
	text-align: right;
	width: 6%;
}

.DPCRegularDonationsTable .customTable .seventhColumn
{
	width: 6%;
}

.DPCRegularDonationsTable .customTable .eighthColumn
{
	width: 22%;
}

.DPCRegularDonationsTable .customTable .sixthColumn a
{
	font-size: 15px;
	line-height: 18px;
}

.DPCInvestmentsTable .customTable
{
	font-size: 14px;
}

.DPCInvestmentsTable .customTable .firstColumn
{
	width: 23%;
}

.DPCInvestmentsTable .customTable .secondColumn, .DPCInvestmentsTable .customTable .thirdColumn, .DPCInvestmentsTable .customTable .fourthColumn, .DPCInvestmentsTable .customTable .fifthColumn, .DPCInvestmentsTable .customTable .sixthColumn, .DPCInvestmentsTable .customTable .seventhColumn, .DPCInvestmentsTable .customTable .eighthColumn
{
	padding-right: 1%;
	text-align: right;
	width: 11%;
}

.DPCInvestmentsTable .customTableCell .gainLossBox
{
	white-space: nowrap;
}

.DPCInvestmentsTable .customTableCell .gainLossBox > *
{
	display: inline-block;
}

.DPCInvestmentsTable .customTableCell .gainLossBox > .netValueImg
{
	height: 12px;
}

.DPCAccountSummaryTable > div.alignBottomRight
{
	margin-bottom: 10px;
}

.overlay .CSVPopup
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	max-width: 496px;
	position: relative;
}

.overlay .CSVPopup p.popupText
{
	margin-top: 0;
}

.overlay .CSVPopup .cancelButton
{
	display: inline-block;
}

.overlay .CSVPopup .cancelButton > a, .overlay .CSVPopup .downloadButton > a
{
	padding: 5px 15px;
}

.DPCAccountSummaryTable .customTable .firstColumn
{
	width: 26%;
}

.DPCAccountSummaryTable .customTable .secondColumn
{
	width: 23%;
}

.DPCAccountSummaryTable .customTable .thirdColumn, .DPCAccountSummaryTable .customTable .fourthColumn, .DPCAccountSummaryTable .customTable .fifthColumn
{
	padding-right: 4%;
	text-align: right;
	width: 17%;
}

.DPCAccountSummaryTable .customTable > div.customRow:nth-child(even)
{
	background-color: white;
}

.DPCAccountSummaryTable .customTable > div.customRow:nth-child(even) .customTableCell
{
	background-color: rgba(0, 142, 214, 0.03);
}

.DPCAccountSummaryTable .customTable > div.customRow .specialBlock
{
	display: inline-block;
	padding: 0;
	padding-top: 15%;
	vertical-align: top;
	width: 200%;
}

.DPCAccountSummaryTable .customTable > div.customRow .specialBlock > div
{
	margin-left: 16%;
	width: 68%;
}

.DPCAccountSummaryTable .customTable > .customHeaderRow.totalRow > .customTableCell
{
	border-top: 1px solid #E3E3E3;
}

.DPCAccountSummaryTable .customTable > .customHeaderRow.totalRow > .customTableCell.firstColumn
{
	display: block;
	width: 150%;
}

.CPRCollapsibleLinkList h4
{
	color: #D24508;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.DPCDonationsDashboard div.backgroundGrey-container.mediumContainer
{
	margin-top: -1px;
}

.DPCDonationsDashboard .tabs-container
{
	overflow: hidden;
}

.DPCDonationsDashboard .tabs
{
	width: calc(45% - 2px);
	margin: 0px;
	display: block;
	float: left;
	overflow: hidden;
}

.DPCDonationsDashboard .tabs:nth-child(1)
{
	margin-right: 10px;
}

.DPCDonationsDashboard .tabs.backgroundGrey-container
{
	border-top: 4px solid #D24508;
	border-bottom: 0px;
}

.DPCDonationsDashboard .tabs.backgroundDarkGrey-container
{
	border-top: 0px;
	border-bottom: 4px solid #E3E3E3;
}

.DPCDonationsDashboard .tabs h5
{
	margin: 0px;
}

.DPCDonationsDashboard .tabs.backgroundDarkGrey-container h5
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15%;
	padding-right: 15%;
	text-align: center;
}

.DPCDonationsDashboard .tabs.backgroundGrey-container h5
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15%;
	padding-right: 15%;
	text-align: center;
}

.DPCDonationsDashboard .content-container .listCounter-container
{
	display: none;
}

.DPCDonationsDashboard .content-container .favouriteElement
{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.DPCDonationsDashboard .content-container .favouriteElement.unbordered
{
	border-bottom: none;
}

.DPCDonationsDashboard .content-container .favouriteElement > div:first-child
{
	margin-bottom: 12px;
}

.DPCDonationsDashboard .content-container .favouriteElement .colorDot
{
	border-radius: 100%;
	min-width: 10px;
	width: 10px;
	height: 10px;
	margin-top: 7px;
	display: inline-block;
}

.DPCDonationsDashboard .content-container .favouriteElement > h5
{
	margin: 0;
	max-width: calc(100% - 22px);
	padding-left: 7px;
	vertical-align: top;
	margin-bottom: 12px;
	display: inline-block;
}

.DPCDonationsDashboard div.list-container > div.window-list > div.favouriteElement a.urlLink
{
	float: right;
	font-weight: 700;
}

.DPCDonationsDashboard .content-container .favouriteElement .colorDot.red
{
	background-color: #D24508;
}

.DPCDonationsDashboard .content-container .favouriteElement .colorDot.violet
{
	background-color: #8E47AD;
}

.DPCDonationsDashboard .content-container .favouriteElement .colorDot.cyan
{
	background-color: #008ED6;
}

.DPCDonationsDashboard .content-container .favouriteElement .colorDot.yellow
{
	background-color: #EAAF0F;
}

.DPCDonationsDashboard .content-container .favouriteElement .colorDot.black
{
	background-color: #444444;
}

.DPCDonationsDashboard .donutChart svg path.red
{
	fill: #D24508;
}

.DPCDonationsDashboard .donutChart svg path.violet
{
	fill: #8E47AD;
}

.DPCDonationsDashboard .donutChart svg path.cyan
{
	fill: #008ED6;
}

.DPCDonationsDashboard .donutChart svg path.yellow
{
	fill: #EAAF0F;
}

.DPCDonationsDashboard .donutChart svg path.black
{
	fill: #444444;
}

.DPCDonationsDashboard .content-container.donut-container
{
	position: relative;
}

.DPCDonationsDashboard .content-container.donut-container .totalDonated-container
{
	position: absolute;
	width: 110px;
	height: 100px;
	text-align: center;
	top: calc(50% - 50px);
	left: calc(50% - 55px);
}

.DPCDonationsDashboard .donut-container
{
	margin-bottom: 28px;
	margin-top: 28px;
}

.DPCDonationsDashboard .donut-container .donutChart img
{
	height: 200px;
	width: 200px;
}

.DPCDonationsDashboard .donut-container .donutChart svg, .DPCDonationsDashboard .donut-container .donutChart img
{
	position: relative;
	left: calc(50% - 100px);
}

.DPCDonationsDashboard .toolTip-container
{
	width: 260px;
	background-color: #FFFFFF;
	box-shadow: 1px 2px 4px 0 #444444;
	display: none;
	position: absolute;
	border: 2px solid;
}

.DPCDonationsDashboard .toolTip-container.block
{
	display: block;
	overflow: hidden;
}

.DPCDonationsDashboard .toolTip-container .tooltip-title
{
	padding: 8px;
}

.DPCDonationsDashboard .toolTip-container .tooltip-title h5
{
	text-align: center;
	color: white;
}

.DPCMoveMoney .mediumContainer
{
	padding-right: 12%;
	padding-left: 12%;
}

.DPCMoveMoney input[type=text],
.DPCMoveMoney select
{
	width: 100%;
}

.DPCQuarterlyStatements .pdfIcon,
.CADFQuarterlyStatements .pdfIcon
{
	margin-right: 5px;
	vertical-align: middle;
}

.DPCOrderVoucher h3
{
	margin-bottom: 17px;
}

.DPCOrderVoucher h4
{
	margin-bottom: 24px;
	margin-top: 0;
}

.DPCOrderVoucher .radioContainer > label
{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-top: 10px;
}

.DPCOrderVoucher .radioContainer > label:last-child
{
	margin-right: 0;
}

.DPCOrderVoucher input[type=button]
{
	margin-bottom: 25px;
	margin-top: 25px;
}

.DPCOrderVoucher p
{
	margin-top: 0;
}

.DPCOverseasDonation
{
	max-width: 625px;
	width: 100%;
}

.DPCOverseasDonation .mediumContainer
{
	padding-right: 15%;
	padding-left: 15%;
}

.DPCOverseasDonation .formContainer .fieldContainer .fieldInput.postcode > input[type=text]
{
	width: auto;
}

.DPCOverseasDonation .formContainer .fieldContainer .fieldInput.currencyAmount
{
	display: flex;
}

.DPCOverseasDonation .formContainer .fieldContainer .fieldInput.currencyAmount > select
{
	margin-right: 10px;
	width: auto;
}

.DPCOverseasDonationLayout .sf_2cols_1_33
{
	float: right;
}

.DPCOverseasDonationLayout .sf_2cols_2_67
{
	float: left;
}

.DPCOverseasDonationLayout .sf_2cols_2_67 .sf_2cols_2in_67
{
	margin-left: 0;
	margin-right: 20px;
}

.DPCRightContentBlock
{
	max-width: 350px;
	padding-left: 15%;
}

.DPCSetUpRegularDonation h3
{
	margin-bottom: 15px;
}

.DPCSetUpRegularDonation h4
{
	font-size: 20px;
	margin: 0;
}

.DPCEditRegularDonation input[type=datetime],
.DPCEditRegularDonation input[type=text],
.DPCEditRegularDonation textarea,
.DPCSetUpRegularDonation input[type=datetime],
.DPCSetUpRegularDonation input[type=text],
.DPCSetUpRegularDonation textarea
{
	display: block;
	margin: 8px 0;
}

.DPCEditRegularDonation .amountBox input[type=text],
.DPCSetUpRegularDonation .amountBox input[type=text]
{
	max-width: 250px;
	width: 100%;
}

.DPCEditRegularDonation textarea,
.DPCSetUpRegularDonation textarea
{
	padding: 10px;
	resize: none;
}

.DPCEditRegularDonation input[type=datetime],
.DPCSetUpRegularDonation input[type=datetime]
{
	border-radius: 4px;
}

.DPCEditRegularDonation .amountBox label,
.DPCSetUpRegularDonation .amountBox label
{
	display: block;
	margin-top: 20px;
}

.DPCEditRegularDonation .smallNote,
.DPCSetUpRegularDonation .smallNote
{
	margin-top: 10px;
}

.DPCSetUpRegularDonation .radioContainer > label,
.DPCSetUpRegularDonation .datesBox > .dateBox
{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-top: 10px;
}

.DPCEditRegularDonation .submitBox,
.DPCSetUpRegularDonation .submitBox
{
	margin-top: 30px;
}

.DPCSetUpRegularDonation .submitBox input[type=submit],
.DPCSetUpRegularDonation .submitBox input[type=button]
{
	display: block;
	margin-bottom: 8px;
}

.DPCSetUpRegularDonation .submitBox span
{
	display: inline-block;
	margin-top: 8px;
}

[date-picker-wrapper] [date-picker]
{
	border: 1px solid #D24507;
	border-radius: 0;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.5);
	padding: 0;
}

[date-picker-wrapper] [date-picker] table
{
	border-collapse: collapse;
	border-spacing: 0;
}

[date-picker-wrapper] [date-picker] thead tr:first-child
{
	background-color: #D24508;
}

[date-picker-wrapper] [date-picker] thead tr th
{
	border-radius: 0;
	padding: 8px;
}

[date-picker-wrapper] [date-picker] thead tr:first-child th
{
	color: #FFFFFF;
}

[date-picker-wrapper] [date-picker] thead tr th.switch
{
	font-size: 16px;
}

[date-picker-wrapper] [date-picker] tbody tr td,
[date-picker-wrapper] [date-picker] thead tr:last-child th
{
	font-size: 12px;
	font-weight: 700;
	padding: 8px 9px;
}

[date-picker-wrapper] [date-picker] table tr .now
{
	background-color: #FFFFFF;
	background-image: none;
	color: #444444;
	text-shadow: none;
}

[date-picker-wrapper] [date-picker] table tr .active
{
	background-color: #D24507;
	background-image: none;
	color: #FFFFFF;
	text-shadow: none;
}

.DPCSuccessionPlanning h3
{
	margin: 0 0 0 0;
}

.DPCTopUp .formBox
{
	overflow: hidden;
}

.DPCTopUp .formBox .amountBox, .DPCTopUp .formBox .paymentMethodBox
{
	float: left;
	margin-right: 3%;
	width: calc(50% - 2px);
	/*Tweak: 2px to keep containers side by side*/
}

.DPCTopUp .backgroundGrey-container.giftAidBox
{
	margin-bottom: 0;
}

.DPCTopUp .formBox .giftAidBox
{
	box-sizing: border-box;
	float: right;
	padding: 30px;
	width: 47%;
}

.DPCTopUp .giftAidBox img
{
	height: 37px;
	margin-bottom: 20px;
}

.DPCTopUp .giftAidBox label
{
	margin-bottom: 10px;
}

.DPCTopUp .giftAidBox .giftAidAmountBox
{
	margin-top: 15px;
}

.DPCTopUp .radioContainer
{
	margin-top: 10px;
}

.DPCTopUp h3
{
	margin-bottom: 20px;
}

.DPCTopUp .subtitle
{
	margin-bottom: 24px;
}

.DPCTopUp input[type=text]
{
	margin-bottom: 5px;
	margin-top: 12px;
	min-width: 225px;
}

.DPCTopUp label
{
	display: block;
}

.DPCTopUp p
{
	margin-top: 0;
}

.DPCTopUp .amountBox label
{
	margin-top: 28px;
}

.DPCTopUp .paymentMethodBox label
{
	margin-bottom: 10px;
}

.DPCTopUp .radioContainer img.payPal
{
	height: 18px;
	vertical-align: middle;
}

.DPCTopUp .topUpFooter input[type=button]
{
	margin-bottom: 15px;
	margin-top: 20px;
}

.DPCTopUp .topUpFooter a.feesLink
{
	display: inline-block;
	margin-top: 20px;
}

.tooltipCaf-dpc.infographic .tooltip-content .tooltipRow
{
	padding: 5px 20px;
}

.tooltipCaf-dpc.infographic .tooltip-content .tooltipTable .tooltipRow:nth-child(even)
{
	background-color: rgba(0, 142, 214, 0.03);
}

.tooltipCaf-dpc.infographic .tooltip-content
{
	padding-left: 0;
	padding-right: 0;
}

.tooltipCaf-dpc.infographic .tooltip-content .paddedSection
{
	padding-left: 20px;
	padding-right: 20px;
}

.tooltipCaf-dpc.infographic .tooltip-content hr
{
	margin-bottom: 15px;
	margin-top: 15px;
}

.tooltipCaf-dpc.infographic .tooltip-content .paddedSection > .unwrappedFlex
{
	align-items: baseline;
}

.tooltipCaf-dpc.infographic .tooltip-content .unwrappedFlex > div:first-child
{
	box-sizing: border-box;
	padding-right: 10px;
}

.tooltipster-base.tooltipCaf-dpc.infographic.red .tooltipster-box
{
	border-color: #D24508;
}

.tooltipster-base.tooltipCaf-dpc.infographic.violet .tooltipster-box
{
	border-color: #8E47AD;
}

.tooltipster-base.tooltipCaf-dpc.infographic.cyan .tooltipster-box
{
	border-color: #008ED6;
}

.tooltipster-base.tooltipCaf-dpc.infographic.yellow .tooltipster-box
{
	border-color: #EAAF0F;
}

.tooltipster-base.tooltipCaf-dpc.infographic.black .tooltipster-box
{
	border-color: #444444;
}

.tooltipCaf-dpc.infographic.red .tooltip-title
{
	background-color: #D24508;
}

.tooltipCaf-dpc.infographic.violet .tooltip-title
{
	background-color: #8E47AD;
}

.tooltipCaf-dpc.infographic.cyan .tooltip-title
{
	background-color: #008ED6;
}

.tooltipCaf-dpc.infographic.yellow .tooltip-title
{
	background-color: #EAAF0F;
}

.tooltipCaf-dpc.infographic.black .tooltip-title
{
	background-color: #444444;
}

.tooltipster-top.tooltipCaf-dpc.infographic.red .tooltipster-arrow .tooltipster-arrow-background
{
	border-top-color: #D24508;
}

.tooltipster-bottom.tooltipCaf-dpc.infographic.red .tooltipster-arrow .tooltipster-arrow-background
{
	border-bottom-color: #D24508;
}

.tooltipster-left.tooltipCaf-dpc.infographic.red .tooltipster-arrow .tooltipster-arrow-background
{
	border-left-color: #D24508;
}

.tooltipster-right.tooltipCaf-dpc.infographic.red .tooltipster-arrow .tooltipster-arrow-background
{
	border-right-color: #D24508;
}

.tooltipster-top.tooltipCaf-dpc.infographic.violet .tooltipster-arrow .tooltipster-arrow-background
{
	border-top-color: #8E47AD;
}

.tooltipster-bottom.tooltipCaf-dpc.infographic.violet .tooltipster-arrow .tooltipster-arrow-background
{
	border-bottom-color: #8E47AD;
}

.tooltipster-left.tooltipCaf-dpc.infographic.violet .tooltipster-arrow .tooltipster-arrow-background
{
	border-left-color: #8E47AD;
}

.tooltipster-right.tooltipCaf-dpc.infographic.violet .tooltipster-arrow .tooltipster-arrow-background
{
	border-right-color: #8E47AD;
}

.tooltipster-top.tooltipCaf-dpc.infographic.cyan .tooltipster-arrow .tooltipster-arrow-background
{
	border-top-color: #008ED6;
}

.tooltipster-bottom.tooltipCaf-dpc.infographic.cyan .tooltipster-arrow .tooltipster-arrow-background
{
	border-bottom-color: #008ED6;
}

.tooltipster-left.tooltipCaf-dpc.infographic.cyan .tooltipster-arrow .tooltipster-arrow-background
{
	border-left-color: #008ED6;
}

.tooltipster-right.tooltipCaf-dpc.infographic.cyan .tooltipster-arrow .tooltipster-arrow-background
{
	border-right-color: #008ED6;
}

.tooltipster-top.tooltipCaf-dpc.infographic.yellow .tooltipster-arrow .tooltipster-arrow-background
{
	border-top-color: #EAAF0F;
}

.tooltipster-bottom.tooltipCaf-dpc.infographic.yellow .tooltipster-arrow .tooltipster-arrow-background
{
	border-bottom-color: #EAAF0F;
}

.tooltipster-left.tooltipCaf-dpc.infographic.yellow .tooltipster-arrow .tooltipster-arrow-background
{
	border-left-color: #EAAF0F;
}

.tooltipster-right.tooltipCaf-dpc.infographic.yellow .tooltipster-arrow .tooltipster-arrow-background
{
	border-right-color: #EAAF0F;
}

.tooltipster-top.tooltipCaf-dpc.infographic.black .tooltipster-arrow .tooltipster-arrow-background
{
	border-top-color: #444444;
}

.tooltipster-bottom.tooltipCaf-dpc.infographic.black .tooltipster-arrow .tooltipster-arrow-background
{
	border-bottom-color: #444444;
}

.tooltipster-left.tooltipCaf-dpc.infographic.black .tooltipster-arrow .tooltipster-arrow-background
{
	border-left-color: #444444;
}

.tooltipster-right.tooltipCaf-dpc.infographic.black .tooltipster-arrow .tooltipster-arrow-background
{
	border-right-color: #444444;
}

.commBox.backgroundGrey-container
{
	max-width: 910px;
	padding: 20px 32px;
}

.commBox .moveMoneyButton
{
	min-width: 150px;
}

.commBox .emailBox
{
	white-space: nowrap;
}

div.annualStatementsSection > ul.collapsibleList > li.collapsibleListItem > div.item-content > ul.statementItemList > li.statementItem
{
    display:inline-block;
    width: 50%;
    height: 50px;
}
/* Restyled Charity Search */
.DPCTrustCharitySearch fieldset
{
	border: none;
	margin: 0;
	padding: 0;
}

.DPCTrustCharitySearch .cafPluginCharitySearchForm label
{
	font-weight: 600;
}

.DPCTrustCharitySearch .cafPluginCharitySearchForm .cafCheckbox + label
{
	font-weight: 400;
}

.DPCTrustCharitySearch .cafSearchBasic .cafRow label
{
	display: block;
}

.DPCTrustCharitySearch .cafStep > .cafStepDescription
{
	display: none;
}

.DPCTrustCharitySearch .cafPluginCharitySearchForm
{
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 30px;
}

.DPCTrustCharitySearch input[type=text], .DPCTrustCharitySearch select
{
	background-color: #F7F7F7;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	height: 40px;
	padding: 0 10px;
}

.DPCTrustCharitySearch .cafPluginCharitySearchForm input[type=text], .DPCTrustCharitySearch .cafPluginCharitySearchForm select
{
	margin-bottom: 5px;
	margin-top: 5px;
	width: 370px;
}

.DPCTrustCharitySearch input[type=text]::placeholder
{
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #8D8D8D;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	vertical-align: middle;
	opacity: 1; /* Firefox */
}

.DPCTrustCharitySearch input[type=text]:-ms-input-placeholder
{
	/* Internet Explorer 10-11 */
	color: #8D8D8D;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 20px;
}

.DPCTrustCharitySearch input[type=text]::-ms-input-placeholder
{
	/* Microsoft Edge */
	color: #8D8D8D;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 20px;
}

.DPCTrustCharitySearch input[type="submit"]
{
	background: #007F99;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.25);
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 700;
	height: 40px;
	padding-right: 11px;
	padding-left: 11px;
	text-decoration: none;
}

.DPCTrustCharitySearch .cafRow input[type="submit"]
{
	border-radius: 0 3px 3px 0;
	padding-top: 0;
	width: 154px;
}

.DPCTrustCharitySearch a.cafBtnRestartWithNewLocation
{
	display: inline-block;
	margin-left: 16px;
}

.DPCTrustCharitySearch .cafSearchBasic div.cafButtonsRow 
{
	margin: 15px 0;
}

.DPCTrustCharitySearch .cafSearchAdvanced > fieldset
{
	float: left;
}

.DPCTrustCharitySearch .cafSearchAdvanced > fieldset:first-child
{
	margin-right: 10%;
}

.DPCTrustCharitySearch .cafSearchAdvanced .cafRow
{
	margin: 20px 0;
}

.DPCTrustCharitySearch .cafSearchAdvanced .cafRow label + input,
.DPCTrustCharitySearch .cafSearchAdvanced .cafRow label + select
{
	display: block;
}

.DPCTrustCharitySearch .cafSearchAdvanced .cafRow select.ddlSearchAmbiguosLocation
{
	display: inline-block;
}

.DPCTrustCharitySearch .cafPluginCharitySearchResult .cafStepDescription
{
	margin-bottom: 20px;
}

.DPCTrustCharitySearch .cafPluginCharitySearchResult .cafStepDescription h3
{
	margin-bottom: 15px;
}

.DPCTrustCharitySearch a.help-icon.tooltip
{
	display: none;
}

.DPCTrustCharitySearch table
{
	border-collapse: collapse;
	width: 100%;
}

.DPCTrustCharitySearch table th
{
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

.DPCTrustCharitySearch table th > a
{
	color: #444444;
}

.DPCTrustCharitySearch table th.cafColumn_CharityName ,
.DPCTrustCharitySearch table th.cafColumn_Income 
{
	padding-left:45px;
}

.DPCTrustCharitySearch table th > a.cafSortable.CAFAscOrder
{
	background: url('/svg/ic_arrow_downward.svg') no-repeat left center;
	padding-left: 15px;
}

.DPCTrustCharitySearch table th > a.cafSortable.CAFDescOrder
{
	background: url('/svg/ic_arrow_upward.svg') no-repeat left center;
	padding-left: 15px;
}

.DPCTrustCharitySearch table td.cafColumn_CharityName,
.DPCTrustCharitySearch table td.cafColumn_Income
{
	padding-left:45px;
}

.DPCTrustCharitySearch table th.cafColumn_WebSite
{
	min-width: 110px;
}

.DPCTrustCharitySearch table tr:nth-child(odd)
{
	background-color: rgba(0, 142, 214, 0.03);
}

.DPCTrustCharitySearch table tr:first-child
{
	background-color: #F7F7F7;
}

.DPCTrustCharitySearch table td,
.DPCTrustCharitySearch table th
{
	padding: 15px;
	text-align: left;
}

.DPCTrustCharitySearch table td a
{
	font-weight: 700;
}

.DPCTrustCharitySearch table td.cafColumn_WebSite a
{
	font-size: 15px;
}

.DPCTrustCharitySearch .cafDisplayResults select
{
	border-radius: 4px;
	font-size: 16px;
	height: 36px;
	margin-left: 8px;
	padding-left: 7px;
	padding-right: 0;
}

.DPCTrustCharitySearch .cafDisplayResults
{
	float: left;
	margin-top: 30px;
}
.DPCTrustCharitySearch .pagination
{
	float: right;
	margin-top: 30px;
}
.DPCTrustCharitySearch .cafPluginCharityProfile
{
	max-width: 795px;
}
.DPCTrustCharitySearch .cafPluginCharityProfile .cafCharityHead
{
	margin-bottom: 15px;
}

.DPCTrustCharitySearch .cafPluginCharityProfile .cafCharityProfileReg
{
	margin-top: 5px;
}

.DPCTrustCharitySearch .cafPluginCharityProfile .cafCharityProfileLogo
{
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.DPCTrustCharitySearch .cafPluginCharityProfile .cafDefaultButton 
{
	margin-top: 15px;
	margin-right: 25px;
}

.DPCTrustCharitySearch  .cafPluginCharityProfile .backToSearchButton 
{
	border: 1px solid #007f99;
	background-color: transparent;
	color: #007f99;
}

.DPCTrustCharitySearch  .cafPluginCharityProfile .cafCharityProfileStatement
{
	border-bottom: 1px #DDD solid;	
	border-top: 1px #DDD solid;
	margin-top: 30px;
	padding-bottom: 10px;	
	clear: both;
}
.DPCTrustCharitySearch .cafPluginCharityProfile .cafCharityProfileAddress
{
	overflow: hidden;
}

.DPCTrustCharitySearch  .cafPluginCharityProfile a
{
	text-decoration: underline;
}

.DPCTrustCharitySearch .cafPluginCharityProfile dl > dt
{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;	
}

.DPCTrustCharitySearch  .cafPluginCharityProfile .cafCharityProfileAddress dl
{
	display: inline-block;
}

.DPCTrustCharitySearch .cafPluginCharityProfile .cafCharityProfileAddress dl:first-child
{
	width: 50%;	
}

.DPCTrustCharitySearch .cafPluginCharityProfile .cafCharityProfileAddress dl:nth-of-type(2)
{
	vertical-align: top;
	
}

.DPCTrustCharitySearch .cafPluginCharityProfile dl > dd
{
	margin-left: 0;
}


/* END Restyled Charity Search */
/* END DPC */
/* Disclaimer box */
div.disclaimerBox
{
	background-color: #F7F7F7;
	border: 1px solid #E3E3E3;
	font-size: 14px;
	line-height: 17px;
	padding: 20px 25px;
	margin-top: 60px;
}

div.disclaimerBox > h4
{
	margin-top: 0px;
}

div.disclaimerBox > p:last-child
{
	margin-bottom: 0px;
}
/* End Disclaimer box */
.arc text
{
	font: 10px Open Sans, Arial Semibold, Helvetica, sans-serif;
	text-anchor: middle;
}

.arc path
{
	stroke: #fff;
}

/* Start donation journey (from caf.screen.css)*/

#contentContainer 
{
    z-index: auto !important;
}

.CAFNewDonationJourneyMVCWidget h1
{
	margin-bottom: 25px;
	margin-top: 10px;
}

.CAFNewDonationJourneyMVCWidget h3
{
	margin-bottom: 10px;
}

.CAFNewDonationJourneyMVCWidget .rightBoxAccountColumn h3
{
	margin: 0;
}

.CAFNewDonationJourneyMVCWidget h4
{
	margin-bottom: 5px;
}

.CAFNewDonationJourneyMVCWidget .addressContainer
{
	margin-top: 5px;
}

.CAFNewDonationJourneyMVCWidget input.inputAddress
{
	box-sizing: border-box;
	height: 40px;
}

.CAFNewDonationJourneyMVCWidget  .customHeader .customTableCell:last-child
{
	padding-right: 30px;
}

.CAFNewDonationJourneyMVCWidget .charityBox h4
{
	margin-top: 0;
}

.CAFNewDonationJourneyMVCWidget .paddingThankYou 
{
    padding-top: 25px;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 30px;
}
.CAFNewDonationJourneyMVCWidget .overflowHidden 
{
    overflow: hidden;
}
.CAFNewDonationJourneyMVCWidget .backgroundGrey 
{
    background-color: #F7F7F7;
}

.CAFNewDonationJourneyMVCWidget .widthLeftThankyou 
{
    width: 100%;
}

.CAFNewDonationJourneyMVCWidget .floatLeft 
{
    float: left;
}

.CAFNewDonationJourneyMVCWidget .thankyouSubtitle 
{
    font-size: 25px;
    color: #444444;
    line-height: 30px;
    margin-bottom: 25px;
}

.CAFNewDonationJourneyMVCWidget .backgroundWhite 
{
    background-color: #ffffff;
}

.CAFNewDonationJourneyMVCWidget .paddingDonation 
{
    padding-top: 25px;
    padding-left: 20px;
    padding-bottom: 25px;
    margin-top: 20px;
}

.CAFNewDonationJourneyMVCWidget .thankyouWritings 
{
    margin-top: 20px;
}

.CAFNewDonationJourneyMVCWidget .thankyouCharityName
{
    font-weight: 600;
    font-size: 20px;
    color: #444444;
    letter-spacing: 0;
    line-height: 26px;
    text-align: left;
    margin-bottom: 15px;
}

.CAFNewDonationJourneyMVCWidget .thankyouAmount
{
    font-weight: 600;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0;
}
/*end donation journey (from caf.screen.css)*/
/* Security Pages VS Main layout*/
.sf_cols.sectionContainer.contactUs {
  padding-top: 40px;
}
.marginUnderContainer {
  margin-bottom: 40px;
}
.stackedBy2 {
    width: 50%;
    display: inline;
}
.stackedBy1 {
  display: inline;
  width: 22.5%;
  text-align: center;
}

.xtraMarginRight {
  margin-right:10%;
}
.desktopCentred {
text-align: center;
}

.boxBorderPadding {
  border: 1px solid #D8d8d8;
  padding: 0 20px 20px;
  min-height: 290px;
}

.whiteBckgrnd {
background-color: #ffffff;
padding-bottom: 25px;
} 

.firstBoxMargin  {
  margin-right: 15px;
}
.secondBoxMargin {
  margin-left: 15px;
}

.fixedHeightTitle {
height: 63px;
display: flex;
margin-top: 40px;
}
.textSectionPadding {
padding: 0 20px;
height: 240px;
}

/* end of Security Pages VS Main layout*/

/* pop up for porject explorer */
/* Popup box BEGIN */

.invest_popup {
    background: rgba(0,0,0,.6);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
    left: 0;
}

.invest_popup > div {
   background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    text-align: left;
    padding: 45px;
    margin-top: 15%;
}
.invest_popup_closeButton {
    display: inline-block;
    width: auto;
    color: #fff;
    background-color: #007f99;
    padding: 8px 15px 12px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 30px;
    float: right;
    height: 20px;
    vertical-align: middle;
}
.invest_popup_backButton {
    display: inline-block;
    width: auto;
    color: #007f99;
    background: transparent;
    border: none;
    font-size: 14px;    
    font-weight: 600;
    float: right;
    margin-top: 40px;
    margin-right: 30px;
}
.invest_popup_closeButton:hover {
    background-color: #ccc;
}

/* Popup box END */

/*Project navigator Page bar */
ul.pagebar
{
	margin-right :  auto;	
    margin-left :  0;
	position: relative;	 
    z-index: 999;
    margin-top:-60px;

}

.sf_cols.sectionContainer.pageBarContainer {
    margin-top: -60px;
    margin-bottom: -5px;
    background-color: #f7f7f7;
}

.sfContentBlock ul.pagebar {
    margin-top: -60px;
    
}

ul.pagebar > li.pageTab  {  
    margin-left: 0;
    float: left;
    list-style: none;
    width: calc((100% - 104px) / 3);
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(68, 68, 68, .19);
    background-color: #e3e3e3;
}

ul.pagebar > li.tab1,
ul.pagebar > li.tab2,
ul.pagebar > li.tab3 {
  /*  border-left: 1px solid rgba(68, 68, 68, .19);*/
    list-style: none;
    margin-left: 0;
    padding-bottom: 25px;
    line-height: 190%;
    z-index: auto;
    margin-left: -48px;
    padding-top: 15px;
}

ul.pagebar > li.tab1 {
    border-top: 10px solid #967f93;      
}

ul.pagebar > li.tab2 {
    border-top: 10px solid #9db8c9;
   }

 ul.pagebar > li.tab3 {
    border-top: 10px solid #bcaad3;
   /* border-bottom: 1px solid rgba(68, 68, 68, .19);
    border-right: 1px solid rgba(68, 68, 68, .19);
    background-color: #e3e3e3;*/
  }

ul.pagebar > li.pageTab.selected {
    background-color: #ffffff;
}

ul.pagebar > li.tab1.selected,
ul.pagebar > li.tab2.selected,
ul.pagebar > li.tab3.selected {
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.32);
    background-color: #ffffff;
}

 ul.pagebar > li.tab1.selected::before,
 ul.pagebar > li.tab2.selected::before,
 ul.pagebar > li.tab3.selected::before  {   
    content: "\A";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    position: absolute;
    left: 15%;
    top: 105px;
    -webkit-filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.33));
    filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.33));    
    margin: 0 auto;
    z-index: 99;
    }

  ul.pagebar > li.tab1.selected::before {
    left: 13%;     
    border-color: #ffffff transparent transparent transparent;
 }
 ul.pagebar > li.tab2.selected::before {
    left: 47%;     
    border-color: #ffffff transparent transparent transparent;
 }
    ul.pagebar > li.tab3.selected::before {
    left: 80%;        
    border-color: #ffffff transparent transparent transparent;
    }

.downArrowShadow  {   
    content: "\A";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    position: absolute;
    left: 15%;
    top: 107px;    
    margin: 0 auto;
    z-index: 9;
    }
 
.downArrowShadow.shadow1 {
    left: 13%;     
    border-color: rgba(0,0,0,.10) transparent transparent transparent;
 }
 .downArrowShadow.shadow2 {
    left: 47%;     
    border-color: rgba(0,0,0,.10) transparent transparent transparent;
 }
.downArrowShadow.shadow3 {
    left: 80%;        
    border-color: rgba(0,0,0,.10) transparent transparent transparent;
    }
 
li.pagebar {
    height: 55px;
}

.greyTab {
    margin-left: 0;
    float: left;
    list-style: none;
    width: calc((100% - 104px) / 3);
    padding: 20px;
    text-align: center;
}

.whiteTab
{
	margin-left: 0;
	float: left;
	list-style: none;
	width: calc((100% - 104px) / 3);
	padding: 20px ;
	text-align: center;		
}

ul.pagebar > span#arrowRight  {
  height: 0; 
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent;  
  border-left: 48px solid #e3e3e3;
  float: left;
  margin-top: 10px;
  z-index: 99;
  position: relative;
  margin-left: -3px;
  /*-webkit-filter: drop-shadow(1px 0 rgba(0,0,0,.33));
    filter: drop-shadow(1px 0 rgba(0,0,0,.33));*/
  } 

#arrowShadow  {
  height: 0; 
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent;  
  border-left: 48px solid rgba(0,0,0,.33);
  float: left;
  margin-top: 10px;
  z-index: 9;
  position: relative;
  margin-left: -47px;
  }


/*
#arrowRightGrey {
  height: 0; 
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent;  
  border-left: 48px solid #e3e3e3;
  float: left;
  margin-top: 10px;
  z-index: 99;
  position: relative;
  margin-left: -3px;
  -webkit-filter: drop-shadow(0 1px 0  rgba(0,0,0,.33));
filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.33));
  }
*/

#arrowRightWhite {
  height: 0; 
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent;  
  border-left: 48px solid #ffffff;
  float: left;
  margin-top: 10px ;
  z-index: 99;
  position: relative;
  margin-left: -3px;  
  }


ul.pagebar > li > a, 
ul.pagebar > li > a:visited
{
	color:  #4A4A4A;
	font-size: 16px;
    font-weight: 400;
}

ul.pagebar > li > a:hover
{
	text-decoration: underline;
}


ul.pagebar > li.ver_divider
{
	background-image: url("../Images/anchor_separator.png");
	background-repeat: no-repeat;
}

#learnIcon {
	background-image: url('/svg/icon-learn.svg');
	background-repeat: no-repeat;
	padding: 0 0 10px 30px ;
	vertical-align: middle; 
    margin-right: 10px;
    vertical-align: text-bottom;    
    position: relative;
    height: 30px;
    width: 30px;
}

#tryIcon {
	background-image: url('/svg/icon-try.svg');
	background-repeat: no-repeat;
	padding: 0 0 10px 30px ;
	vertical-align: middle; 
    margin-right: 10px;
    vertical-align: text-bottom;    
    position: relative;
    height: 30px;
    width: 30px;
}

#growIcon {
	background-image: url('/svg/icon-grow.svg');
	background-repeat: no-repeat;
	padding: 0 5px 10px 30px;
	vertical-align: middle; 
    margin-right: 10px;
    vertical-align: text-bottom;    
    position: relative;
    height: 30px;
    width: 30px;
}

   ul.fundPartnerIcons {
      background: transparent;
	  list-style: none;
    }

   ul.fundPartnerIcons > li {
    list-style: none;
    margin-right: calc((100% - 68%) / 11);
    float: left;
    list-style: none;
    padding-left: 0;
    margin-left: 0
    }

    ul.fundPartnerIcons > li img {
     width: 70px;
    height: 70px;
    border: 1px solid #e3e3e3;
    }
    


/* End Project navigator page bar */

/* Act-on form */
div.sf_cols.whiteSectionContainer.actOn-form
  {
      margin-left: 80px;
  }
/* End Act-on form */

